@charset "utf-8";
/* CSS Document */

/* CONTACT FORM */
.sign-up {	
	width: 100%;
	max-width:600px;   
}
.sign-up-form{
	position:relative;	
}
.sign-up-form div{
	padding:0 0;
	display:flex;	
}
.sign-up-form span label{
	margin-top: 10px;
	color: #464646;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: none;
	font-weight: normal;
}
input:read-only {background-color:#d7dbd8 !important;cursor:not-allowed;}

select:disabled, input[type="submit"]:disabled {background-color:#d7dbd8 !important;cursor:not-allowed;}

textarea:invalid {background-color: #fff;}

input[type="text"],
input[type="email"], textarea,
input[type="password"] {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #7a7676;
	border-radius: 4px;
	outline: none;
	background: #fff;
	padding: 8px;
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
	color: #464646;
	display: block;
	-webkit-appearance: none;
}

input[type="date"] {
    margin-top: 10px;
	width: 100%;
	border: 1px solid #7a7676;
	border-radius: 4px;
	outline: none;
	background: #fff;
	padding: 5.5px;
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
	color: #464646;
	display: block;
	-webkit-appearance: none;
}

select {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #7a7676;
	border-radius: 4px;
	outline: none;
	background: #fff;
	padding: 8px;
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
	color: #464646;
	display: block;		
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
select:hover {
  box-shadow: inherit;
  border-color: #7a7676;
}
input[type="submit"] {
	margin-top: 10px;
	border: none;
	border-radius: 4px;
	outline: none;
	font-weight: 400;
	font-size: 1em;
	padding: 12px 25px;
	background-color:#464646 !important;
	color: #fff;
	text-transform: none;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;	
}
.btn_android a {
	text-decoration:none;
	color: #fff;
	text-transform: none;	
	cursor: pointer;
	display:block;
	text-align:center;
    padding: 12px 25px;		
}
.btn_android {	
    margin-top: 10px;
	border: none;
	border-radius: 4px;
	outline: none;
	font-weight: 400;
	font-size: 1em;	
	background:#464646;		
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;    
}
div input[type="submit"]:hover,
.btn_android:hover {
	background-color: #c00000;
	color: #ffffff;
}
.rad-chk-in{
	margin-bottom: 0px;
}
.rad-chk-in ul{
	padding:0;
	list-style:none;
}
.rad-chk-in ul li{
	float: left;
	margin-left: 20px;
}
.rad-chk-in ul li:first-child{
	margin-left: 0;
}
.rad-chk .radio,
.rad-chk .checkbox {
	position: relative;
	display: block;
}
.rad-chk .radio,.rad-chk .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #464646;
	cursor: pointer;
	text-transform: none;
	font-weight: normal;
	margin-top: 0;
}
.rad-chk .radio{
	text-transform: none;
}
.rad-chk .radio:last-child,
.rad-chk .checkbox:last-child {
	margin-bottom: 0;
}
.rad-chk .radio input,
.rad-chk .checkbox input {
	position: absolute;
	left: -9999px;
}
.rad-chk .radio i,
.rad-chk .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.rad-chk .radio i {
	border-radius: 50%;
}
.rad-chk .radio input + i:after,
.rad-chk .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.rad-chk .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.rad-chk .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../images/check.png) no-repeat;
	text-align: center;
}
.rad-chk .radio input:checked + i:after,
.rad-chk .checkbox input:checked + i:after {
	opacity: 1;
}
.rad-chk .inline-group {
	margin: 0 -30px -4px 0;
}
.rad-chk .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.rad-chk .inline-group .radio,
.rad-chk .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.rad-chk .inline-group .radio:last-child,
.rad-chk .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
.rad-chk .radio i,
.rad-chk .checkbox i {
	border-color: #7a7676;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.rad-chk .radio:hover i,
.rad-chk .checkbox:hover i {
	border-color: #7a7676;
}
.rad-chk .radio input:focus + i,
.rad-chk .checkbox input:focus + i {
	border-color: #7a7676;
}
.rad-chk .radio input + i:after {
	background-color: #c00000;	
}
.rad-chk .checkbox input + i:after {
	color: #8d7732;
}
.rad-chk .radio input:checked + i,
.rad-chk .checkbox input:checked + i {
	border-color: #c00000;	
}
.rad-chk .radio.state-error i,
.rad-chk .checkbox.state-error i {
	background: #fff0f0;
}
.rad-chk .radio.state-success i,
.rad-chk .checkbox.state-success i {
	background: #f0fff0;
}
.rad-chk .radio.state-disabled,
.rad-chk .checkbox.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.rad-chk .radio.state-disabled:hover i,
.rad-chk .checkbox.state-disabled:hover i {
	border-color: #d6d6d6;
}

.sign-up-form input[type="text"]:disabled {
		background-color: #dddddd;
}

#data-survei div {flex: 1 100%;}

/*-- start scrollpane --*/
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media only screen and (min-width: 481px) {	
    .sign-up-form input[type="submit"],
    .btn_android {width:100%;}
    #data-survei div {flex: 1 100%;}
}

@media only screen and (min-width: 769px) {	
    .sign-up-form input[type="submit"],
    .btn_android {width:auto;}
    #data-survei div {flex: 1 auto;}
}