html {font-size: 10pt;}
body{margin:0px;}
label {	display: block;	color: red; font-style:italic}
/*.cf:before,.cf:after { content: ""; display: table;}
.cf:after {    clear: both;}
.cf {    *zoom: 1;}
:focus {	outline: 0;}*/

.inputform1 {
	/*width: 100%;*/
	margin-top: 0px;
    margin-bottom: 0px;
    margin-right:0px;
    margin-left: 0px;
	padding: 5px;
	resize: both;
    overflow: auto;
	border: 0px solid #00334d; 
	/*background: linear-gradient(#4dc3ff,#00334d); */
}
.inputform {
	/*width: 60%;*/
    /*width: 95%;*/
    /*height:525px;*/
	margin: 20px;
    /*margin-top: 3px;*/
	padding:10px;	
	border: 1px solid #cccccc;
	background: linear-gradient(#4dc3ff,#00334d);
    /*float:left;*/
    resize: both;
    overflow: auto;
}
.inputform ul {
	padding: 0;
	margin: 0;
}
.inputform li {
	display: inline;
	float: left;
}
.inputform input:not([type=submit]) {
	padding: 5px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
    font-size:12px;
    width:250px;
    color:blue;
	border-radius: 3px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 
				0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;
}
.inputform input[type=submit] {
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: #64c8ef; /* Old browsers */
	background: -moz-linear-gradient(top,  #64c8ef 0%, #00a2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64c8ef), color-stop(100%,#00a2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #64c8ef 0%,#00a2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c8ef', endColorstr='#00a2e2',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 5px 15px;
	margin-right: 0;
	margin-top: 15px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    width:250px;
}
.inputform input[type=button] {
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: #64c8ef; /* Old browsers */
	background: -moz-linear-gradient(top,  #64c8ef 0%, #00a2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64c8ef), color-stop(100%,#00a2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #64c8ef 0%,#00a2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c8ef', endColorstr='#00a2e2',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 5px 15px;
	margin-right: 0;
	margin-top: 15px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    width:250px;
}
    .inputform span {font: bold 12px Arial; color:#ffffff;}
    .inputform label {font: bold 12px Arial; color:#ffffff;}
    
.inputform select {
	padding: 5px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
    font-size:medium;
    width:250px;
    height:30px;
    color:blue;
	border-radius: 3px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 
				0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;
}

.SideMenu {
	width: 20%;   
    /*height:200px;*/
	margin: 20px;    
	/*padding:10px;*/
    float:left;	
	border: 1px solid #cccccc; 
    background:#00334d;
    resize: both;
    overflow: auto;
}
 

.SideMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*width: 200px;*/
    /*background-color: #f1f1f1;*/
    display:inline-block;
}

.SideMenu li a {
    display: block;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
}

.SideMenu li {
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right:none;
    width:100%;
}

.SideMenu li a:hover {
    
    color: white;
     background-color: #111;
}
.SideMenu li:last-child {
    border-bottom: none;
}
.SideMenu .active {
    background-color: #4CAF50;
    color: white;
}
.SideMenu input[type=button] {
    background-color:#4dc3ff;
    color:#fff;
}
textstyle { color:#4dc3ff}
label {font: bold 12px Arial; color:#444;}
/*ul {
   list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #00334d;
}

li {
    text-align: center;
    border-right: 1px solid #555;
    float:left;
}
li a {
   display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover {
    
    color: white;
     background-color: #111;
}
li:last-child {
    border-right: none;
}
.active {
    background-color: #4CAF50;
    color: white;
}*/

footer { 
      width: 100%;
      bottom: 0;
     /* height: 50px;*/
      position:absolute;
	 background : #00334d; 
}

header { 
     background-image: url(~/Images/company_logo_bg.jpg); 
}
.Backform {
	width: auto;
	margin: 20px auto;
	padding: 20px;
	
	border: 1px solid #cccccc; margin-top: 20px;
	background: linear-gradient( #001f4d,#000a1a); 
	font-family:Times New Roman Baltic;
}

.Button { 
    padding: 5px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
    font-size:medium;
    width:180px;
    color:#fff;
	border-radius: 3px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 
				0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;
    background:#4dc3ff;
    }
.button4 {
    background:#4dc3ff; /* Green */
    background: linear-gradient(#4dc3ff,#00334d); 
    color: white;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    background-position:bottom;
    border-radius: 4px;
    }
     .button4  {background:#4dc3ff; /* Green */
    color: white;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    background-position:bottom;
    border-radius: 4px;
    }  
       .BodyImg {
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	
	border: 1px solid #cccccc; margin-top: 20px;
	background: linear-gradient( #001f4d,#000a1a); 
}
 
 .button5 {font: Normal 20px Arial; color:#ffffff; padding: 15px 10px; background: #E2583C; height:20px; text-decoration: none;border-radius: 4px;
    }
.errormsg {font:10px Tahoma,sans-serif;color:#E2583C;margin-left:5px;
}
form label.error{font:10px Tahoma,sans-serif;color:#E2583C;margin-left:1px}
form input.error,form input.error:hover,form input.error:focus,form select.error,
form textarea.error{border:1px solid #ED7476;background:#FFEDED} 
 .loginwelcome 
 {
    font-family:Arial;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	color:#5B5B5B;
        }
 .loginsubheading { font: bold 12px Arial; }
 .loginsubheading2 { font: bold 14px Arial; }
 
 .companybox { border: 1px solid #cccccc; background: #BFEAFB; }
 .companyboxhead { padding-top: 10px; font: bold 16px Georgia; color:#525252; }
 .companyboxhead1 { padding-top: 10px; font: bold 14px Georgia; color:#525252; }  
 .loginsubtext { font: 12px Arial; color:#5C5B5B; padding-top: 3px;}
 .proceedsubtext { font: 12px Arial; color:#ffffff; padding-top: 5px;}
 .loginusernm { font: bold 12px Arial; color:#ffffff; }
 .login_input { border: 1px solid #cccccc; font: normal 13px Arial; color: #000000; }
 .clickhere { font: bold 12px Arial; color:#000000; padding: 3px; background: #FFCC00; height: 20px; text-decoration: none; width: 86px; }
 .clickhere:hover { font: bold 12px Arial; color:#ffffff; padding: 3px; background: #E2583C; height: 20px; text-decoration: none; width: 86px; }
 .loginbold { font: bold 18px Georgia; color:#ffffff; padding-left:8px; }
 
