@import url("normalize.css");
/* Please only amend on this section  */

.link-ResetPassword{
	color:#114886; /* Amend this font color*/
    text-decoration: none;
	}
	
.link-ResetPassword:hover{
	text-decoration: underline;
	}

.errormsg{
	color:#ff0000;
	}


/* ----------------------------------  */


body {
	
    font:normal 14px  Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
	color:#191f2b;
	overflow-x:hidden;
	height:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,ebebeb+100 */
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #ebebeb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fefefe 0%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fefefe 0%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
    
}
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:bold 28px Arial, Helvetica, sans-serif;/* Amend this font size */ 
	color:#191f2b; /* Amend this font color*/ 
	margin:25px 0 20px 8px;
	} 
	
h1 span{
	font:bold 30px  "Times New Roman", Times, serif; 
	}


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*/

.wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	}

.w600 .wrapper{
	padding:0;
	}
	
.header{
    width:100%;
	display:block;
    background:url('../images/header-gradient.gif') left top repeat-x;
	}


.header-container{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: block;
    padding: 106px 37px 22px 37px;
	}
.w768 .header-container,
.w600 .header-container{
    padding: 47px 37px 22px 37px;
	}


.logo{
	width:164px;
	display:block;
	}

.logo img{
	display:block;
	}
.w600 .logo{
	width:170px;
	display:block;
	}	

/* Login Box */


.login-box{
	width:100%;
	max-width:960px;
	margin:0 auto;
	position:relative;
	padding:20px;
    background:#ffffff;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	}



.w768 .login-box,	
.w600 .login-box{
	 flex-direction:column-reverse;
	}



.login-box h2 {
	font:normal 14px Arial, Helvetica, sans-serif;/* Amend this font size */ 
	color:#191f2b; /* Amend this font color*/ 
	padding:0 0 20px 0;
	margin:0;
}

.top-line{
	width:100%;
	border-top:6px solid #003366;
	height:10px;
	border-bottom:1px solid #3d8dcc;
	display:block;
	}
	
.bottom-line{
	width:100%;
	border-top:1px solid #3d8dcc;
	height:10px;
	border-bottom:6px solid #003366;
	display:block;
	}	
	

	
/*Login Page*/

.form-R-banner{
    width: 45%;
    display:inline-block;
    padding-left:8px;
    vertical-align: top;
}

.form-R-banner img{
    width:100%;
    display: block;
}

.w768 .form-R-banner,
.w600 .form-R-banner{
   width:100%;
    display: block;
    padding:0 0 5px 0;
}

.form{
	display:inline-block;
    width:55%;
	}

.w768 .form,
.w600 .form{
    width:100%;
    display: block;
}


.form-holder{
	width:100%;
    max-width:368px;
    display: block;
    padding:0 0 20px 8px;
	}

	
.form .form-row{
	width:100%;
	display:block;
	margin:0 0 10px 0;
	}

.login-btn {
    display:block;
    width: 100%;
	padding:10px 0;
	
}
	
.w600 .login-btn{
	padding:0 0 15px 0;
	width:100%;	
	}


.forgot-password{
	display:block;
	margin:0;
	font-size:14px;
	}

.w600 .forgot-password br{
	display:none;
}

	
.text-input{
	width:100%;
	color:#003366;
	border:1px solid #003366;
	background:#ffffff;
	padding:12px 9px;
	font-size:14px;
	display:block;
	}

.w600 .text-input{
	width:100%;
	margin:0;
	}
	
input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
}

.text-input:focus {
  background-color: #003366;
	color:#ffffff;
}


.btn-send{
	padding:10px 20px;
	color:#ffffff;
	border:0;
	font-size:14px;
	background:#003366;
	text-transform:uppercase;
	}
	
.btn-send:hover{
	background:#4b4b4b;
	}

	
/* Footer */	

.footer{
	width:100%;
	background:#003366;
	position:relative;
	margin-top:20px;
	}
	
.footer:before{
	content:'';
	position:absolute;
	background:url('../images/footer-gradient.png') left bottom repeat-x;
	top:-14px;
	left:0;
	width:100%;
	height:14px;
	}

	
.footer-bg{
	width:100%;
	margin:0 auto;
	}

.footer-c{
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding:20px 30px;
	font-size:13px;
	color:#ffffff;
	}

.footer-c a{
    color:#ffffff;
}

	
/*Session Expired*/
.link-login{
	color:#114886!important;
  font-weight:normal!important;
	text-decoration: none;
	}
	
.link-login:hover{
	color:#114886!important;
	text-decoration: underline;
	}



/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 12px;
  font-weight:bold!important;
	color:#ff0000;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 12px;
  font-weight:bold!important;
	color:#ff0000;
  padding:0 0 10px 0;
 }

.statusmsg a{
  color:#114886;
    font-weight: bold!important;
    margin-left: 5px;
    text-decoration: none;   
}

.statusmsg a:hover{
   color:#114886!important;
	text-decoration: underline; 
}

 /*Reset Password warning*/
.reset-warning{
	width:100%;
	padding:0 0 20px 0;
	display:block;
	font:normal 14px "Arial", Helvetica, sans-serif!important;
	line-height:14px;
	color:#444444;
	}

.reset-warning ul{
	padding:0;
	margin:5px 0 0 15px;
	text-align:left;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
}