@CHARSET "UTF-8";




  body, table, label, span
  {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #5a595a;
      background-image:URL('images/login_back.jpg');
		background-repeat: no-repeat;
		background-size:cover;
  }

  body
  {
      text-align: center;
  }

  input[type=text], input[type=password], select
  {    
      font-size: 12px;
      padding: 3px 5px;
         width: 100%;
  
      background-color:#F2F2F2;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      -moz-border-radius: 9px;
      -webkit-border-radius: 9px;  
      border-radius: 9px;  
  }
  .w-14{width:14px}
/*   input[type=text], input[type=password] {
	     width: 106px;
	    padding: 10px 20px;	 
	    display: inline-block;
	    border: 1px solid #ccc;
	    box-sizing: border-box;
	} */

  input[readonly]
  {
    background-color:#E8E8E8 !important; 
    color:#303030 !important;
  }

  .butt
  {
      height: 20px;
      background: #A4A4A4 no-repeat left top;
      text-decoration: none;
      color: #000000;
      border: none;
      width:65px;
      font-size: 12px;
      vertical-align: middle;
      border: solid 1px #687DB4;
      background-image: -ms-linear-gradient(bottom, #D5F2FF 0%, #B2E7FF 100%); /*ie10*/
      filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#D5F2FF,endColorStr=#B2E7FF);
      background: -moz-linear-gradient(top, #D5F2FF 0%, #B2E7FF 100%); /* firefox */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D5F2FF), color-stop(100%,#B2E7FF)); /* webkit */          
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;    
      border-radius: 3px;
  }  

  #main
  {
    width:99.8%;
    height:100%;
    margin:0px; 
    left:0%;
    right:0%;
    top:0%;
    border-width: 0px;
    border-style:  solid;
    border-color: #000000;
    position:absolute;  
  }  

  #udiv
  {
    width:100%;
    height:10%;
    margin:0px; 
    left:0%;
    right:0%;
    top:0%;
    border-width: 1px;
    border-style:  solid;
    border-color: #7676B8;
    position:absolute;
    background-image: -ms-linear-gradient(bottom, #384E7D 0%, #7B8EC5 100%); /*ie10*/
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#384E7D,endColorStr=#7B8EC5);
    background: -moz-linear-gradient(top, #3A4F8B 0%, #7B8EC5 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3A4F8B), color-stop(100%,#7B8EC5)); /* webkit */
  }

  #mdiv
 {
    width:100%;
    height:6%;
    margin:0px; 
    left:0%;
    right:0%;
    top:10%;
    bottom:0%;
    border-width: 0px;
    border-style:  solid;
    border-color: #000000;
    position:absolute;  
    background-color:#00274E;
    background-image: -ms-linear-gradient(bottom, #B0C4FF 0%, #799BFF 100%); /*ie10*/
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#B3DCEE,endColorStr=#5B9BC5);
    background: -moz-linear-gradient(top, #B3DCEE 0%, #5B9BC5 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B3DCEE), color-stop(100%,#5B9BC5)); /* webkit */    
  }

  #bdiv
  {
    width:100%;
    height:15%;    
    margin:0px; 
    left:0%;
    right:0%;
    top:18%;
    border-width:0px;
    border-style:solid;
    border-color:#000000;
    position:absolute;  
  }

  #ldiv
  {
    width:100%;
    margin:0px; 
    left:0%;
    right:0%;
    top:120px;
    height:250px;
    border-width:0px;
    border-style:solid;
    border-color:#000000;
    position:absolute;  
  }
  
  #tDiv
  {
    width:100%;
    margin:0px; 
    left:0%;
    right:0%;
    top:415px;
    font-family:verdana;
    font-size:8px;
    font-weight:normal;
    font-style:normal;
    border-width:0px;
    border-style:solid;
    border-color:#000000;
    position:absolute;  
  }
  
  #footerDiv
  {
    width:100%;
    margin:0px; 
    left:0%;
    right:0%;
    bottom:2px;
    border-width:0px;
    border-style:solid;
    border-color:#000000;
    position:absolute;  
  }
      
  .header
  {
    color:#D3DCE9;
    padding-top:20px;
    padding-left:10px;
    font-size:22px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
  }
  
  .sub-header
  {
    color:#264778;
    padding-top:5px;
    padding-left:10px;
    font-size:18px;
    font-weight:bold;    
    font-family:Verdana, Arial, Helvetica, sans-serif;
  }

 .lText
 {
    color:#1A7ABA;
    font-size: 11px;
    font-weight: normal;    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor:pointer;
 }  
  .forgot_pwd span 
  { 
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size:12px;
    color:#ff0000;
   /*  text-align: left; */
   /*  vertical-align: top; */
  }
  
  .errMessage 
  { 
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    display: block;
    font-size:12px;
    color:#ff0000;
    text-align: left;
    vertical-align: top;
  }

  .rights
  {
  	font-family: verdana;
  	font-weight: normal;
  	font-size: 10px;
  	vertical-align: text-top;
  }  
    
  
  .footer
  {
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: normal;
  	font-size: 12px;  
  	text-align: center;
  	position: absolute; 
  	bottom: 0px;
 	width: 100%;
  	background-color: #073559; 	
  }
  
 .footer .footer-font{color: #ffffff;}  
  
  .footer .copyright-font{font-size: 10px; 	color: #ff0000;}
  
  .topheader 
	{
	    left:0%;
	    right:0%;
	    top:0%;	
		background-image: -ms-linear-gradient(bottom, #384E7D 0%, #7B8EC5 100%); /*ie10*/
    	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#384E7D,endColorStr=#7B8EC5);
    	background: -moz-linear-gradient(top, #3A4F8B 0%, #7B8EC5 100%); /* firefox */
    	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3A4F8B), color-stop(100%,#7B8EC5)); /* webkit */
	}

.Estock1{FONT-WEIGHT: normal; FONT-SIZE: 24px; COLOR: #BD0000; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
.Estock2{FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #DBDBEA; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
.Estock3{FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #666699; FONT-FAMILY: Verdana; TEXT-DECORATION: none}

hr{margin-top:10px; margin-bottom:10px}
.panel{border-radius: 9px;}
.panel-default { border-color: #c4a360;}  	
	.panel-default>.panel-heading {    	
    	background-color: #F4F2F2;
    	border-color: #ddd;
	}
	
	 .m-tb-5{margin-top: 2% ; margin-bottom: 2%}	
.m-b-20{margin-bottom: 20px}
.m-b-10{margin-bottom: 10px}
  .p-tb-5{padding: 3px 0px}
  .title-heading{font-size:22px;font-weight:bold;color:#dd137b;}	
  .Font-text{text-align:center; font-size:12px;font-weight:bold;color:#000000; line-height: 22px;}

.clerfix{clear: both}  
  	.panel-heading
  	{
  		margin:0px;
		padding-top:4px;
		padding-bottom:4px;
  	} 
  	.panel-body{margin:2%; padding:0px !important;}
  	
  
	.panel-heading .panel-title
	{
		padding-top:7px;
		padding-bottom:7px;
		font-size:15px;
		font-weight:bold;
		color:#680e0f;
		text-align: center;
	}	   
	

	
	
	/* Set a style for all buttons */
	button {
		background-color: #1a3718; /*#4CAF50;*/
		color: white;
		padding: 14px 20px;
		margin: 8px 0;
		border: none;
		cursor: pointer;
		width: 100%;
		 -moz-border-radius: 3px;
		 -webkit-border-radius: 3px;    
		 border-radius: 3px;	    
	}
	button.w-50-per{padding: 10px 14px !important}
	
	/* Add a hover effect for buttons */
	button:hover {opacity: 0.8;}	
	
	.imgcontainer {
	    text-align: center;
	    margin: 3px 0 6px 0;
	    border:0px solid #ffffff;
	}
	
	.imgcontainer .avatar{ width: 45% !important; height: auto !important;}

.colr-blue{color: #3c8dbc;}
.m-t-10{margin-top: 10px}

#slt {width:0px;border-color:transparent;}
  