@import url("font.css");
@import url("icons.css");
body, html {
	height: 100%;
	font-family: "Roboto", sans-serif;
	background-color: #F7F9FC;
	font-weight: 400;
}
input[type=text],
input[type=password],
textarea{
	-moz-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
}

div.selector {
	border: 1px solid #e6e6e6;
	line-height: 55px; 
	height: 55px;
	display: inline-block; 
	vertical-align: middle; 
	zoom: 1; 
	margin: 0; 
	padding: 0 0 0 10px; 
	cursor: pointer; 
	font-size: 20px;
	overflow: hidden; 
	border-radius:5px;
	background:#fff;
	width:440px;
}
div.selector span {
	display: block;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	color: #636363; 
	padding: 0 20px 0 0; 
	background: url(../images/fliarw.png) no-repeat 97%; 
	cursor: pointer; 
	font-size: 20px; 
	height: 55px; 
	line-height: 55px;
	text-align:left;
}
div.selector select {
	position: absolute; 
	opacity: 0; 
	filter: alpha(opacity:0); 
	height: 55px; 
	border: none; 
	background: none; 
	font-size: 20px; 
	border: solid 1px #e6e6e6;
	top: 0px; 
	left: 0px;
	color: #636363;
	width: 460px;
	margin:0 15px 0 0;
} 
div.selector.disabled, div.selector.disabled.active {
    background: #dddddd;
}
.cntryDD {
	height: 55px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
	padding:0 10px;
	width: 100%;
	color:#636363;
	font-size:20px;
	border:1px solid #e6e6e6;
	background: url(../images/fliarw.png) no-repeat 97%; 
	position: relative;
	cursor: pointer;
}
.cntryIcon {
	width: 35px;
	height: 35px;
	float: left;
	display: block;
	margin: 10px 0 0 5px;
}
.cntryIcon img{
	width: 35px;
	height: 35px;
}
.cntryName{
	color:#000;
	font-size:18px;
	line-height: 50px;
	float: left;
	width: 200px;
	padding: 0 0 0 20px;
}
.cntryDrpDwn{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 55px;
	left: 0;
	width: 450px;
	border: solid 1px #e6e6e6; 
	background: #fff;
	-moz-box-shadow: 0 0 8px rgba(14, 14, 14, 0.19);
	-webkit-box-shadow:  0 0 8px rgba(14, 14, 14, 0.19);
	-o-box-shadow:  0 0 8px rgba(14, 14, 14, 0.19);
	box-shadow:  0 0 8px rgba(14, 14, 14, 0.19);
}
.cntryDrpDwn li {
	border-bottom: solid 1px #e6e6e6; 
	padding: 0 10px;
	display: block;
	cursor: pointer;
	width: 430px;
	display: block;
}
.cntryDrpDwn li span.drdwntxt{
	color:#000;
	font-size:18px;
	line-height: 50px;
	float: left;
	padding: 0 0 0 20px;
	width: 350px;
	text-align: left;
}
.cntryDrpDwn li span.drdwnimg{
	float: left;
	width: 35px;
	height: 35px;
	padding: 8px 0 0 5px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.login_left_section h3, .login_right_section h3 {
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 0.4px;
	font-size: 24px;
	margin-top: 20px;
}
.login_left_section {
	background-color: #3366FF; 
}
.power_by {
	color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 12px;
    text-shadow: 0 0 white;
    margin-top: 15px;
}

.login_right_section h3 {
	color: #4A587B;
	text-shadow: none;
	font-size: 13px;
}
.login_logo {
    width: 150px;
}
.login_form_sec_outter {
	width: 100%;
}
.login_form_label {
	color: #4A587B;
    font-size: 14px;
    font-weight: 500;
}
.select_country {
	font-weight: 500;
	font-size: 16px;
}
.login_form_input {
	width: 100%;
	height: 50px;
	border: 2px solid #E0E7FF;
	background-color: #FFFFFF !important;
	padding: 10px 15px;
	border-radius: 4px;
}
.login_form_input:focus {
	outline: none;
	border-color: #3366ff;
	box-shadow: none;
}
.password_input_outter {
	position: relative;
}
.show_password {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 13px;
	top: 14px;
	cursor: pointer;
	color: #78829C;
}
.show_password:after, .hide_pwd:after {
	font-family: 'icomoon';
    content: "\e90e";
	display: block;
}
.show_password.hide_pwd {
    top: 13px;
    right: 12px;
}
.hide_pwd:after {
	content: "\e90d";
	font-size: 18px;
}
/* Customize the label (the container) */
.chk_container {
	display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
    color: #49577C;
    text-shadow: 0 0 #49577C;
}

/* Hide the browser's default checkbox */
.chk_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	top: 0;
	left: 0;
	position: absolute;
	color: #D2D5DE;
	font-size: 20px;
}

/* On mouse-over, add a grey background color */
.chk_container:hover input ~ .checkmark {
	color: #D2D5DE;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	font-family: 'icomoon';
	content: "\e90b";
	position: absolute;
	display: block;
}
/* Show the checkmark when checked */
.chk_container input:checked ~ .checkmark:after {	
	content: "\e90c";
	color: #2196F3;
}
.forgot_link, .forgot_link:active {
	color: #007bff;
    font-weight: 400;
    text-shadow: 0 0 #007bff;
    cursor: pointer;
    font-size: 15px;
}
.forgot_link:hover {
	color: #007bff;
	text-shadow: 0 0 #007bff;
	text-decoration: underline;
}
.login_btn, .login_btn:active {
	background-color: #3366FF;
	display: inline-block;
	min-width: 180px;
	padding: 6px 16px;
	border: 2px solid #3366FF;
	color: #FFF;
	font-weight: 500;
	border-radius: 6px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
}
.login_btn:hover {
	color: #3366FF;
	background-color: #FFFFFF;
	text-decoration: none;
}
.form_section .invalid_errors {
    /*position: absolute;*/
    top: 70px;
    text-align: center;
    width: 100%;
    left: 0;
}
.invalid_errors {
    color: #D42D31;
    font-size: 13px;
    line-height: 16px;
    display: none;
    text-align: center;
}
.invalid_box,.invalid_box:focus {
	border-color: #ff8585;
    outline: none;
}

.modal_custom_heading {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	line-height: 50px;
	background: #fff;
	color: #212961;
}
.close.popup_close_btn:focus,
.close.popup_close_btn {
	margin: 0.7rem 0.5rem 0rem auto;
    padding: 0.2rem;
    color: #CCCFE3;
    outline: none;
}
.bundle_action_btn, .bundle_action_btn:active,
.bundle_action_btn:visited, 
.recruit_primary_add_btn, .recruit_primary_add_btn:active,
.recruit_primary_add_btn:visited  {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	padding: 10px 23px;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}
.bundle_action_primary_btn, .recruit_primary_add_btn {
    background-color: #44CC3B;
    color: #FFF;
    text-shadow: 0 0 white;
}
.bundle_action_btn_dropdown {
	background-color: #1D9229;
    color: #FFF;
}
.bundle_action_btn_dropdown.dropdown-toggle::after {
	vertical-align: middle;
}
.bundle_action_primary_btn:hover, .recruit_primary_add_btn:hover {
	box-shadow: inset 0 0 0px 3px #FFF;
	color: #FFF;
}
.recruit_primary_add_btn {
	min-width: 100px;
}
.recruit_discard_add_btn {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
    color: #757AA0;
    border: 2px solid #757AA0;
    border-radius: 4px;
    min-width: 100px;
}
.loader_wrapper {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9999;
}
.modal .loader_wrapper {
	position: absolute;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}
.loader_img {
	background: url(../images/loading.gif) no-repeat center;
    height: 35px;
    width: 38px;
    background-size: 24px;
    position: absolute;
    top: 8px;
    left: 135px;
}
.loader {
    margin: 20% auto 0;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: .8em solid rgba(0, 0, 0, 0.2);
    border-right: .8em solid rgba(0, 0, 0, 0.2);
    border-bottom: .8em solid rgba(0, 0, 0, 0.2);
    border-left: .8em solid #4D8DEA;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.digit-group input {
	font-weight: 500;
	background-color: rgba(224, 231, 255, 0.2);
	border: 1px solid rgb(224, 231, 255);
	border-radius: 5px;
	height: 39px;
	color: #2E384D;
	line-height: 39px;
	width: 39px;
	text-align: center;
	font-size: 18px;
	margin: 0 2px;
	}
.prompt {
	margin-bottom: 20px;
	font-size: 20px;
	color: white;
}
.optblk{
	width: 235px;
	margin: auto;

}
.resendlnk{
	position: absolute;
	right:70px;
	top: 90px;
	font-weight: 500;
}
.otp_err_msg, .otp_suc_msg{
	color: #D42D31;
    font-size: 13px;
    line-height: 16px;
    display: none;
    text-align: center;
    position: absolute;
    top: 105px;
    width: 100%;
}
.sucs_clr{
	color: #17d200;
}
.appBanner{
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17) inset;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17) inset;
	-o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17) inset;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17) inset;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 8px 15px;
}
.appban_logo{
	width: 64px;
	height: 64px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.27);
	border-radius: 12px 12px 0 0;
}
.android_logo{
	width: 140px;
	height: auto;
}
.appfl{
	float: left;
}
.appfr{
	float: right;
	padding: 12px 0 0 0;
}
.clearfix{
	clear: both;
}
.appfl h1{
	color: #3366FF;
	font-size: 17px;
	font-weight: 700;
	margin: 0;
	padding: 8px 0 0 22px;
}
.appfl p{
	color: #212961;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 0 22px;
}
.apponlytxt{
	display: none;
}