@import url("normalize.css");

	
.link-ResetPassword{
	color:#ffffff!important;
	display:block;
	margin:0 0 8px 0;
	font:normal 14px "Arial", Helvetica, sans-serif;
    letter-spacing: 0.025em;
	}
	
.link-ResetPassword:hover{
	color:#ffea00!important;
    text-decoration: none;
	}
	
.links-email{
    font-weight: bold;
	color:#ee5511!important;
	}
	
.links-email:hover{
	color:#ffea00!important;
    text-decoration: none;
	}
	
.errormsg{
	color:#ff0000;
	}

/* ----------------------------------  */


body {
	font:normal 14px "Arial", Helvetica, sans-serif;
	line-height: 1.42857143;
	color:#000000;
	background:#ffffff;
	overflow-x:hidden;
	height:100%;
}
html, body, .container-fluid {
	width:100%;
}
html {
	overflow-y: auto !important;
}
div, object, embed, a, input {
	outline:none;
}

.img-responsive {
	height:auto;
	width:100%;
	display:inline-block
}
.img-left {
	float:left;
	margin:0 15px 15px 0;
}
.container-fluid {
	width: 100%;
	position:relative;
	height:100%;
	min-height:100%;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}


.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
hr {
	margin:15px 0;
}

.clearfloat {
	clear:both;
}

.sep {
	color:#d3edf4;
	background-color:#d3edf4;
	height:1px;
	border:none;
}



h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}
h1 {
	font:normal 25px Arial, Helvetica, sans-serif;
    letter-spacing:2.5px;
	text-transform:uppercase;
	padding:12px 0;
	border-top:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(255,255,255,0.2);
	text-align:center;
	color:#ffffff;
}



a{
	text-decoration:none;
	}

/*Animation*/

.ani-all-linear{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	}
	
.ani-bg-linear{
	transition:background 0.5s linear;
	-webkit-transition:background 0.5s linear;
	-moz-transition:background 0.5s linear;
	-ms-transition:background 0.5s linear;	
	}
	


/*Structure*/

/* Main	Structure*/
.bgCover.bg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
.bg{
	background:url(../images/login-background.jpg) left top no-repeat;
	}
	
.wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	}

.w600 .wrapper{
	padding:0;
	}
	
.header{
	width:100%;
	display:block;
    height:145px;
	}

.w768 .header{
    height:38px;
}
.w600 .header{
    height:24px;
}

.logo{
	width:100%;
	max-width:264px;
	display:block;
	margin:0 auto;
	padding:0 0 20px 0;
	}
	


.logo img{
	width:100%;
	display: block;
}
	
/* Login Box */


.login-box{
	width:100%;
	max-width:365px;
	padding:30px 15px;
	min-height:450px;
	margin:0 auto;
	 background:rgba(81, 175, 223, 0.85); 
	}
	
.w768 .login-box{
	margin:0 auto;
	width:100%;
	}	

.w600 .login-box{
	margin:0 5%;
	width:90%;
	padding:30px;
	max-width:none;
	}	

.login-box h2 {
	font:normal 16px  "Arial" , Helvetica, sans-serif;
	letter-spacing:0.5px;
	padding:0 0 35px 0;
    color:#ffffff;
	text-align: center;
}

/*temporary lockout*/
.login-box h2 p{
    padding:0;
    margin:0;
}
/*session expired*/
.login-box h2 div{
	display:inline;
}

	
/*Login Page*/

.login-box .form{
	max-width:265px;	
	}

.form{
	display:block;
	width:100%;
	margin:0 auto;
	padding:20px 0 0 0;
	}



.form .form-row{
	width:100%;
	display:block;
	margin:0 0 15px 0;
	}

.form label{
	display:inline-block;
	width:30%;
	font-size:16px;
	padding:0 0 5px 0;
	color:#fff;
	vertical-align:middle;
	}
	
.login-btn{
	display:block;
	margin:0;
	padding:17px 0;
	text-align:center;
	}
	
.w600 .login-btn{
	padding:0 0 17px 0;	
	}


.forgot-password{
	display:block;
	margin:0;
	font-size:14px;
	text-align:center;
	}
	
.w600 .forgot-password{
	padding:0 0 0 0;
	}


	
.text-input{
	width:100%;
	color:#212427;
	border:1px solid #bebebe;
	background:#ffffff;
	padding:10px;
	display:inline-block;
	vertical-align:middle;
	}
	
.w600 .text-input{
	width:100%;
	margin:0;
	}
	
input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
}

.text-input:focus {
    background-color: #ededed;
  
}
	
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn:focus {
	color:#fff;
}
	
.btn-send{
	padding:7px 35px 9px 35px;
	background:#0e76bc;
	color:#fff;
	border:0;
	text-transform:capitalize;
	font-size:18px;
	}
	
.btn-send:hover{
	color:#002a54;
	background:#ffffff;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;

	}
	
.footer-bg{
	width:100%;
	background:rgba(255, 255, 255, 1);
	}

.footer-c{
	width:100%;
	max-width:1068px;
	margin:0 auto;
	padding:20px 14px;
	font-size:12px;
	color:#838584;
	}

.copyright{
	width:48%;
	display:inline-block;
	text-align:left;
	vertical-align:middle;
	}
	
.copyright a{
	color:#3584c1;
	}
	
.copyright a:hover{
	color:#666;
	}
	
.poweredby{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	text-align:right;	
	}

	
.poweredby img{
    max-width:124px;
    width:100%;
	margin-left:8px;
	vertical-align:middle;
	}

.w768 .copyright,
.w768 .poweredby,	
.w600 .copyright,
.w600 .poweredby{
	width:100%;
	display:block;
	padding:0 5% 15px 5%;
	text-align:center;
	}

/*Session Expired*/
.link-login{
	color:#ffea00!important;
  font-weight:normal!important;
	 text-decoration:none!important;
	}
	
.link-login:hover{
	color:#ffffff!important;
     text-decoration: none!important;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 15px;
  font-weight:normal!important;
	color:#ffea00;
  width:100%!important;
  padding:0 0 10px 0;
	text-align: center;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 15px;
  font-weight:normal!important;
	color:#ffea00;
  padding:0 0 10px 0;
	text-align: center;
 }

.statusmsg a{
  color:#ffffff;
    font-weight: bold!important;
    font-size: 15px;
    margin-left: 5px;
    text-decoration: none; 
}

.statusmsg a:hover{
    color:#ffea00;
    text-decoration: none;   
}

 /*Reset Password warning*/
.reset-warning{
	width: 100%;
	padding:0 0 20px 0;
	display:block;
    color:#ffffff;
    font:normal 16px  "Arial" , Helvetica, sans-serif;
	letter-spacing:0.5px;
    line-height: 20px;
	text-align: left;
	}

.reset-warning ul{
	padding:0;
	margin:5px 0 0 15px;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
}

/*Create Account*/
.login-account{
    width:100%;
    display: block;
    padding:30px 0 20px 0 ;
}
.btn-create-account{
	color:#ffffff!important;
	margin:0 auto;
	border:0px solid #ffffff;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	position:relative;
	display:block;
	background:#0e76bc;
	font:normal 16px "Arial", Helvetica, sans-serif;
    line-height: 16px;
	padding:10px 25px 11px 25px;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}
.btn-create-account:hover{
    color:#0e76bc!important;
    background:#ffffff;
	}
/*Popup General*/
.popup-general{
	border:1px solid #cccccc;
}

.popup-general .popup-hr {
    display: none;
}

.popup-general .close-button_holder {
    right: 30px;
}

.popup-general .title{
  font:bold 25px "Arial", Helvetica, sans-serif;
    line-height: 25px;
    text-transform: uppercase;
    color:#002247;
    }
.popup-general .close-button {
  background:#002247;
    }
.popup-general .close-button:hover{
    background:#007bc3;
}

.createaccount-header{
    background:#e9f3fd;
    
}

.createaccount-content{
     font:normal 16px "Arial", Helvetica, sans-serif;
    color:#4d4d4d;
    
}



.createaccount-content .form-holder .form-row .text-input{
	width:100%;
	color:#333333!important;
	background:#ffffff;
	padding:11px 15px;
	display:inline-block;
	vertical-align:middle;
    font:normal 16px "Arial", Helvetica, sans-serif;
    border:1px solid #cfcfcf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: none;
	}

.createaccount-content .form-holder .form-row .text-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333;
}
.createaccount-content .form-holder .form-row .text-input::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
    opacity: 1;
}
.createaccount-content .form-holder .form-row .text-input:-ms-input-placeholder { /* IE 10+ */
  color: #333333;
}
.createaccount-content .form-holder .form-row .text-input:-moz-placeholder { /* Firefox 18- */
  color: #333333;
}
.createaccount-content h3{
  font:bold 18px "Arial", Helvetica, sans-serif; 
    color:#4d4d4d;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.createaccount-content h4{
  font:normal 18px "Arial", Helvetica, sans-serif; 
    color:#4d4d4d;
}
.createaccount-content p{
    padding:0;
    margin:0;
    font:normal 18px "Arial", Helvetica, sans-serif;
}


.dropdown-holder{
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
	display: inline-block;
	width:100%;
    padding:11px 15px;
	text-align:left;
    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
	border:1px solid #cfcfcf;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	vertical-align: middle;
     font:normal 16px "Arial", Helvetica, sans-serif;
}
.dropdown-holder > span {
	color:#333333;
	width:90%;
	white-space:nowrap;
	display:block;
	overflow:hidden;
	text-overflow: ellipsis;
}
.dropdown-holder:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #0079c2 transparent;
    z-index:11;
}
.dropdown-holder .dropdown{
  /* Size & position */
    position: absolute;
    z-index:10;
    top:-17px;
    left: -1px;
    right: 0px;
	border:1px solid #d4d4d4;
	margin-right:-1px;
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	padding-left:0;
    /* Styles */
    background:#fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.dropdown-holder .dropdown li {
	margin: 0;
	padding:1px 0 0 0;
}
.dropdown-holder .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.w600 .dropdown-holder .dropdown li a{
	padding:4px 0;
}
.dropdown-holder .dropdown li:nth-child(1) a { 
    border-left-color: #00ACED;
}
.dropdown-holder .dropdown li:nth-child(2) a {
    border-left-color: #4183C4;
}
.dropdown-holder .dropdown li:nth-child(3) a {
    border-left-color: #3B5998;
}
.dropdown-holder .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
/* Hover state */
.notouch .dropdown-holder .dropdown li:hover a{
	background:#edf3f8;
}
/* Active state */
.dropdown-holder.active:after {
    border-width: 0 6px 6px 6px;
}
.dropdown-holder.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
/*Toggle eye password*/
.toggle-pass{
    position:absolute;
    display: block;
    cursor: pointer;
    width:17px;
    height:10px;
    right:15px;
    top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.ico-eye-off{
    background-size:17px auto;
    background-repeat: no-repeat;
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 28.18'%3E%3Cpath d='M50 13.67c-14.36 19.35-35.64 19.35-50 0 16.15-18.23 33.85-18.23 50 0zm-5.13.23C32.22.65 17.71.65 5.06 13.9c11.23 13.76 28.65 13.76 39.81 0z' fill='%23777777'/%3E%3Cpath d='M25 8.82c2.92 0 5.29 2.37 5.29 5.29 0 2.87-2.37 5.24-5.29 5.24s-5.29-2.37-5.29-5.24c0-2.92 2.37-5.29 5.29-5.29z' fill-rule='evenodd' clip-rule='evenodd' fill='%235e5e5e'/%3E%3C/svg%3E"); 
}
.ico-eye-on{
    background-size:17px auto;
    background-repeat: no-repeat;
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 28.18'%3E%3Cpath d='M50 13.67c-14.36 19.35-35.64 19.35-50 0 16.15-18.23 33.85-18.23 50 0zm-5.13.23C32.22.65 17.71.65 5.06 13.9c11.23 13.76 28.65 13.76 39.81 0z' fill='%23007bc3'/%3E%3Cpath d='M25 8.82c2.92 0 5.29 2.37 5.29 5.29 0 2.87-2.37 5.24-5.29 5.24s-5.29-2.37-5.29-5.24c0-2.92 2.37-5.29 5.29-5.29z' fill-rule='evenodd' clip-rule='evenodd' fill='%235e5e5e'/%3E%3C/svg%3E");
}
.createaccount-holder-btn input{
    margin-right:10px;
}
input[type="submit"].button-submit, input[type="button"].button-submit {
    width:92px;
	-webkit-appearance: none;
	padding: 11px 15px;
	border: 1px solid #007bc3;
	color: #ffffff!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: bold 16px "Arial", Helvetica, sans-serif!important;
	display: inline-block;
	text-decoration: none;
	background: #007bc3;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
}
.notouch input[type="submit"].button-submit:hover, .notouch input[type="button"].button-submit:hover {
	background: #002247;
	color: #ffffff;
	border: 1px solid #002247;
	text-decoration: none
}
input[type="submit"].button-cancel, input[type="button"].button-cancel {
      width:92px;
	-webkit-appearance: none;
	padding: 11px 15px;
	border: 1px solid #646464;
	color: #ffffff!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: bold 16px "Arial", Helvetica, sans-serif!important;
	display: inline-block;
	text-decoration: none;
	background: #646464;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
}
.notouch input[type="submit"].button-cancel:hover, .notouch input[type="button"].button-cancel:hover {
	background: #007bc3;
	color: #ffffff;
	border: 1px solid #007bc3;
	text-decoration: none
}
/**/
.createaccount-confirm_identity{
    border-bottom:1px solid #cecece;
    padding-bottom: 50px;
}
.createaccount-confirm_identity p{
    padding-bottom:30px;
}
.createaccount-verification{
    padding-top: 50px;
}
.form-checkbox{
    text-align: left;
}
.legaldisclaimer-scroller{
    width:100%;
    display: block;
    padding-right:15px;
    overflow-y: scroll;
    height:500px;
    scrollbar-color: #b2b2b2 white;
    scrollbar-width: thin;
    margin-bottom: 30px;
}
.legaldisclaimer-scroller::-webkit-scrollbar {
  width: 7.5px;
}
.legaldisclaimer-scroller::-webkit-scrollbar-track {
  background: white;
}
.legaldisclaimer-scroller::-webkit-scrollbar-thumb {
  background: #b2b2b2;
  border-right: 1px solid white;
}
.w768 .legaldisclaimer-scroller{
    overflow-y: scroll;
    height:700px;
}
.w600 .legaldisclaimer-scroller{
    overflow-y: scroll;
    height:350px;
}
.alert{
	color:#ff0000;
	position:absolute;
	top:15px;
	left:105%;
	text-transform:uppercase;
	text-align:left;
	width:400px;
}
.w600 .alert {
	position:relative;
	left:0;
	top:0;
    padding:5px 0 0 15px;
    text-align: left;
}
.fancybox-stage.nopadding .fancybox-slide {
	padding: 0;
}
.recaptcha-holder{
    font-size:14px;
    padding-top:30px;
}

.text-red
{
	    color: #ff0000;
    position: absolute;
    top: 15px;
    left: 105%;
    text-transform: uppercase;
    width:100%;
}

.error-red
{
	color: red;
    position: absolute;
    top: 15px;
    left: -204px;
    /* text-transform: uppercase; */
    width: 100%;
    padding-left: 250px;
}



.scroll-gradient{
  position:relative;  
	width:100%;
	max-width:870px;
}

.scroll-gradient:after{
 content:'';
width:100%;
height:200px;
position:absolute;
display:block;
bottom:30px;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}