/* --------------------------------------------------------------------------------------
+
+ Reset
+
-------------------------------------------------------------------------------------- */
*{ margin:0px; padding:0px;text-shadow: 0 0 0 transparent;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { border:0; font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; margin:0; outline:0; padding:0; vertical-align:baseline;}
:focus{ outline:0; }
html, body{ height: 100%;-webkit-font-smoothing: antialiased; font-smoothing: antialiased;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body { line-height:1; }
ol,ul { list-style:none;}
table {border-collapse:separate; border-spacing:0;}
caption,th,td { font-weight:normal; text-align:left;}
blockquote:before,blockquote:after,q:before,q:after {content:"";}
a, img { border:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
small { font-size: 0.8em;}
a, a:active, a:hover { outline: 0;text-decoration:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block;}

svg:not(:root) { overflow: hidden;}
button,input,select,textarea { font-family: inherit; font-size: 100%; margin: 0; }
button,input {line-height: normal;}
button,select { text-transform: none; }
button,html input[type="button"], input[type="reset"],input[type="submit"] { -webkit-appearance: button; cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
textarea { overflow: auto; vertical-align: top; }
/*-------------------*/
b, strong{ font-weight: normal;}
h1,h2,h3,h4,h5,h6{ font-weight: normal; margin-bottom:0em;}
hr{ -moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
::-moz-selection{ background: #e7e7ff; text-shadow: none; color:#8080ca;}
::selection{ background: #e7e7ff; text-shadow: none; color:#8080ca;}
p{ margin-bottom: 0;}
img{vertical-align: middle;}
/* Transitions 
a {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration:none;
}
*/
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;
}


/**********************************************/
/*     CLEAR             					  */
/**********************************************/
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  *zoom: 1;
}
.clear{
	clear:both;
	line-height:1px;
}
/* --------------------------------------------------------------------------------------
+
+ Structure (for every page in the theme)
+
-------------------------------------------------------------------------------------- */
body {
	font-family:"Calibri";
	font-size:14px;
	font-weight:normal;
	line-height:1.2;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.login{



background: rgba(59,146,228,1);
background: -moz-linear-gradient(top, rgba(59,146,228,1) 0%, rgba(151,113,218,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(59,146,228,1)), color-stop(100%, rgba(151,113,218,1)));
background: -webkit-linear-gradient(top, rgba(59,146,228,1) 0%, rgba(151,113,218,1) 100%);
background: -o-linear-gradient(top, rgba(59,146,228,1) 0%, rgba(151,113,218,1) 100%);
background: -ms-linear-gradient(top, rgba(59,146,228,1) 0%, rgba(151,113,218,1) 100%);
background: linear-gradient(to bottom, rgba(59,146,228,1) 0%, rgba(151,113,218,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b92e4', endColorstr='#9771da', GradientType=0 );

	
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0rem;
}
.alert-link {
	font-family: 'Calibri-Bold';
}
.loginner{
	width: 100%;
	background: url(../images/world_map1.png) no-repeat -40px 50px; 
	height:100%;
}
.homelogo{
	padding:4% 0 45px 0;
	text-align:center;
}
.homelogo img{
	width: 280px;
	height: auto;
}
.homebtmlogo{
	position: absolute;
	bottom: -16px;
	width: 100%;
	text-align: center;
}
.homebtmlogo img{
	width: 280px;
	height: auto;
}

.loginCon{
	width:540px;
	margin:auto;
	background:#ffffff;
	-moz-box-shadow: 0 0 6px rgba(14, 14, 14, 0.19);
	-webkit-box-shadow:  0 0 6px rgba(14, 14, 14, 0.19);
	-o-box-shadow:  0 0 6px rgba(14, 14, 14, 0.19);
	box-shadow:  0 0 6px rgba(14, 14, 14, 0.19);
	border-radius:8px;
}
.loginHead{
	
}
.loginHead img {
	display: none;
}
.loginHead span{
	font-size:18px;
	color:rgba(9,9,9,.4);
	/*padding-left:14px;*/
	vertical-align:bottom;
}
.loginForm{
	padding: 15px 0 15px 0;
	position:relative;
}
.frmField{
	padding-bottom:13px;
}	
.frmLable{
	width:50px;
	float:left;
	text-align:center;
	padding-top:10px;
}
.frmTxt{
	
	width:460px;
	margin:auto;
	
}
.frmTxt span{
	color: #737373;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	text-align: center;
}
.frmTxtbox{
	height:45px;
	line-height:45px;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	padding:0 10px;
	width:430px;
	color:#000;
	font-size:18px;
	border:1px solid #e6e6e6;
	
	
}
.frmBtm{
	padding: 0;
	width: 460px;
	margin: auto;
}
.forgotLnk{
	font-size:17px;
	color:#3fa0bd;
	text-decoration:underline;
	float:left;
	display: none;
}
.row {
	
}
.col_left {
	width: 32%;
	line-height: 20px;
	float: left;
	font-size: 17px;
	padding-top: 9px;
}
.col_right {
	width: 68%;
    float: left;
}
.loginLnk, .canotpLnk{
	width: 150px;
    display: block;
    background: #4B8DE2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    font-family: 'Calibri-Bold';
    padding: 0 20px;
    margin: 5px 7px 0 auto;
}
.for_get_pass {
	width: 180px;
}
input:invalid, .invalid_box{
	border:1px solid #ff8686!important;
}
.invalid_errors{
	color: #D42D31;
    font-size: 20px;
    line-height: 16px;
	display:none;
	text-align: center;
}
.invalid_success{
	color: #3c763d;
    font-size: 15px;
    line-height: 18px;
	display:none;
	position: absolute;
	top:150px;
	text-align:center;
	width:100%;
}

.loginForm .invalid_errors{
	
position: relative;
margin-bottom: 10px;
text-align: center;
width: 100%;
   
}
#candidateotp .invalid_errors{
	top:150px;
}
.home-footer{
	text-align:center;
	position:relative;
	color:#fff;
	font-size:14px;
	padding:25px 0 0 0;
	z-index: -1;

}
.home-footer a{
	color:#fff;
	border-bottom:1px solid #fff;
}

.can-footer{
	text-align:center;
	position:relative;
	color:#737373;
	font-size:18px;
	padding:30px 0 0 0;
	
}
.can-footer a{
	color:#713EBA;
	border-bottom:1px solid #713EBA;
	font-family: 'Calibri-Bold';
}

.home-left{
	float:left;
	width:50%;
	height:100%;
	position:relative;
	z-index:99;
}
.home-right{
	float:right;
	width:50%;
	height:100%;
		
}
.home-left h1{
	color:#fff;
	font-size:32px;
	font-family: 'Calibri-Bold';
	text-align:center;
	padding:0;
	margin: 35% 0 0 0;
}
.home-left h2{
	color:#fff;
	font-size:22px;
	font-family: 'Calibri';
	text-align:center;
	padding:0;
	margin: 10px auto 0 auto;
	line-height: 25px;
	width: 80%;
}
.home-left h1 a{
	color:rgba(255,255,255,.7);
}
.home-lf-bg{
	width:100%;
	height:100%;
	background-size:contain;
}


.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 50%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    
}
.loginForm h1{
	color:#1A1A1A;
	font-size:24px;
	font-family: 'Calibri-Bold';
	text-align:left;
	padding:0 0 20px 0;
	width:460px;
	margin:auto;
	
}
.loginForm h2{
	color:#1A1A1A;
	font-size:20px;
	font-family: 'Calibri';
	text-align:left;
	padding:0 0 30px 0;
	width:450px;
	margin:auto;
}
.formLable{
	color:#585858;
	font-size:18px;
	font-family: 'Calibri';
	text-align:left;
	padding:0 0 10px 0;
	width:450px;
	margin:auto;
}
.forgotblk{
	
}
.forgotblk {
	float: left;
    color: #4B8DE2;
    margin: 10px 0 0 0;
    line-height: 40px;
    font-size: 18px;
    font-family: 'Calibri';
}
.forgotblk_txt {
    color: #4B8DE2;
    margin: 10px 50px 0 0;
    line-height: 11px;
    font-size: 16px;
    font-family: 'Calibri';
	text-shadow: 0 0 #4B8DE2;
}
.reqruit_link {
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	line-height: 16px;
	margin-top: 12px;
	font-family: 'Calibri';
	text-shadow: 0 0 #333;
	color: #333;
}
.canDescTxt {
	color:#1A1A1A;
	font-size:20px;
	font-family: 'Calibri';
	text-align:left;
	padding:0 0 30px 0;
	width:450px;
	margin:auto;
}
.canDescTxt span{
	font-family: 'Calibri-Bold';
}
.canback{
	margin: 25px;
	display: block;
}

.loading {
	height: 100%;
	position: fixed;
	text-align: center;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	display: none;
	z-index: 99999;
	left:0px;
	top:0px;
}

.loader {
	margin: 20% auto 0;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 5px solid #bcbcbc;
	border-right: 5px solid #bcbcbc;
	border-bottom: 5px solid #bcbcbc;
	border-left: 5px solid #e2e2e3;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.loader, .loader:after {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.canqslogo{
	position: absolute;
	left:40px;
	top:30px;
}

.canqslogo1{
	position: absolute;
	right:10px;
	top:55px;
}

.canqslogo img{
	/*width: 150px;*/
}

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:430px;
	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;
	z-index: 999;
}

.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;
}

.not_found {
	width:100%;
	float:left;
	text-align:center;
	padding-top:30px;
}

.not_found h1 {
	font-size:42px;
	font-family: 'Calibri';
}

.not_found a {
	font-size:22px;
    font-family: 'Calibri';
}

@-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);
  }
}