@charset "utf-8";
/* CSS Document */

body {
    max-width: 1400px;
	margin:0 auto;
	
	padding-right: 0px !important
	
}

modal-open {
  overflow-y: auto;
}
.modal-lg{
	width:1200px;
	
}
.container{
	height:100%;
	width:1210px;
	
}
.img-center {margin:0 auto;}
.comp{
	font-size:14px;
	color:#383838;
}
.single{
	display:block;	
}
.bulk{
	display:none;	
}
.divider-vertical {

margin: 0 0px;
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
height:100px;
}
.nav > li > a{
	padding:7px 7px;	
}
#outer
{
    position: absolute;
  left: 50%;
  top: 50%;
  width:45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 
}
#logdiv
{
   /* position: absolute;
  left: 50%;
  top: 50%;
  width:40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  border:2px solid #333300;
}
#leftlog
{
 float:left;
 width:42%	
}
#rightlog
{
 float:left;	
  width:53%;
  margin-left:0px;
}
#rightlog1
{
 float:left;	
  width:54%;
  margin-left:10px;
}
#logo{
float:right;	
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
}
#leftimage {
    max-width: 110%;
	 max-height: 100%;
	 margin:0px;
   
}
#heading
{
 margin-left:10px;
}
.whatsnew li{
	margin: 10px 0;
	font-size:14px;
}
.mybtn{
	background:#0a345e;
	width:100px;
	radius:0px;
	color:#ffffff;
	line-height:2;
	border:none;
	font-size:12px;
}
.custbtn:hover{
	background:#0a345e;
	color:#ffffff;
}
.mybtn2{
	background:#014271;
	width:120px;
	radius:0px;
	color:#ffffff;
	line-height:2;
	border:none;
	font-size:12px;
}
.mybtn2:hover{
	background:#014271;
	color:#ffffff;
}
.mybtn:hover{
	background:#014271;
	color:#ffffff;
}
.btn:focus{
	background:#0a345e;
	color:#ffffff;
}
.btnbill{
	width:auto;
	background:#0a345e;
	color:#ffffff;
}
.btnbill:hover{
	width:auto;
	background:#0a345e;
	color:#ffffff;
}
.mybtn1{
	background:#0a345e;
	width:31.3%;
	radius:0px;
	margin-left:0px;
	margin-right:6px;
	color:#ffffff;
	line-height:2;
	border:none;
	font-size:12px;
	
	
}
.mylabel{
	width:110px;
	font-weight:normal;
	
}
.mylabel1{
	width:120px;
	font-weight:normal;
	
}
.ctext{
	background-color:#f2f2f2;
	padding:3px; box-shadow: none;
	border:1px solid #dedede; 
	color:#999;
	width:217px;
}
.eclass{
 color:#ff0000;
 font-weight:900;
 font-size:15px; 	
}
.esclass{
 color:#ff0000;
 font-weight:900;
 font-size:12px; 	
}
.error{
	color:#FF0000;
}
.nosclass{
 color:#ffffff;
 font-weight:900;
 font-size:15px; 	
}
.bclass{
 color:#1ea525;
 font-weight:900;
 font-size:15px;
 	
}
.sclass{
 color:#ffffff;
 font-weight:900;
 font-size:12px;
 	
}
#col{
	margin-top:10px;
	margin-bottom:15px;
}
#col1{
	margin-top:10px;
	margin-bottom:10px;
}
.footer{
	/*width:1200px;*/
	width:100%;
	height:100%;
	height:50px;
	background:#014271;
	/*margin:10px auto;*/
	
}

.bottomleft{
	float:left;
	color:#ffffff;
	margin:10px auto;
	margin-left:0px;
	font-size:12px;
	width:78%;
	
}
.clear { clear: both; height: 60px; }
.c-tagline{
	margin:5px;
}
.vw-copyright{
	margin:5px;
}
.bottomright{
	float:left;
}
.bottom-menu{
	/*margin-right:120px;*/
	color:#ffffff;
	 vertical-align: middle;
	margin:10px auto;
	 
    
}
.bottom-menu >li{
	display:inline-block;
}
.bottom-menu >li a{
	color:#ffffff;
	font-size:11px;
	
}
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:100px;
	bottom:20px;
	background:#0a345e;
	/*background:rgba(178,178,178,0.7);*/
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 
	-webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
	 width: 60px;
    height: 60px;
	color:#ffffff;
	font-size:16px;		
}

.scroll:hover {
	/*background:rgba(178,178,178,1.0);*/
	background:#0a345e;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #69a545;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.homeicon{width:48px;}
.phead{
 width:60px;
 
}
.navbar-default{
	background-color:#ffffff;
}
.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:right;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


@media screen and (max-width: 800px) {
#outer
{
    position: absolute;
 
  width:100%;
 
 
}
#logdiv
{
   
}
#leftlog
{
 float:left;
 width:40%;
 display:none;
}
#rightlog
{
 float:left;	
  width:97%	;
  margin:5px;
  
}
#rightlog1
{
 float:left;	
  width:97%	;
  margin:5px;
  
}
#toplogo{
	display:none;
}
#footerlogo{
	display:none;
}
}
.nav-tabs > li > a{
  border: 1px solid #000000;
}

