@charset "utf-8";
/* CSS Document */

body {
    background: #ffffff;
}
.content{
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
}
a {
text-decoration: none;
   color: #fff; 
}
.icon {padding: 17px;
 float: right;    
}
.topnav {display: none;
  overflow: hidden;
  background-color: #174190;    
  position: relative;   
}
.topnav #myLinks {
  display: none; 
  padding: 25px;     
}
.topnav a {
  color: #fff;    
  text-decoration: none;
  font-size: 15px;     
  display: block;
}
.topnav a.icon {
  background: #327ccb;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.topnav a:hover {
  background-color: #174190;
  color: #fff;
}
.topactive {
  background-color: #fff;
  color: #fff;
}



nav {
  overflow: hidden;
  background-color: #327ccb;
  font-family: 'Open Sans', sans-serif;
  margin-left: auto;
  margin-right: auto;
  padding-left: 85px;
  padding-right: 85px;    
  width: 1030px;             
}
nav a {
  float: left;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px; 
  padding-top: 13px;
  padding-bottom: 8px;  
  text-decoration: none;
}
nav a:hover {
 border-bottom: 5px solid #174190;
 background-color: #174190;    
}
nav a.active {
 border-bottom: 5px solid #ac0000;
}
nav a.inactive {
 border-bottom: 5px solid #327ccb;
}
nav a.inactive:hover {
 border-bottom: 5px solid #174190;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding-left: 16px;
  padding-right: 16px; 
  padding-top: 13px;
  padding-bottom: 8px;
  background-color: #327ccb;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #327ccb;
  min-width: 146px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;    
  color: fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;    
  border-top: 2px solid #fff;
}
.dropdown-content a:hover {
    background-color: #174190;
    border-bottom: 5px solid #174190;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {background-color: #174190;
    border-left: none;
    border-right: none;
    border-top: none;   
    border-bottom: 5px solid #174190;
}


#logForm {
    cursor: pointer;
}
.open-button {
  color: #fff;
  font-size: 16px;    
  border: none; 
  padding-left: 16px;
  padding-right: 16px; 
  padding-top: 13px;
  padding-bottom: 8px;
  background-color: #327ccb;
  font-family: inherit;
  margin: 0;    
  cursor: pointer; 
}
.open-button:hover{
 background-color: #174190;
 border-bottom: 5px solid #174190;    
}
.loginWM {
  display: none;
  position: absolute;         
  background-color: #fff;  
  top: 60px;
  right: 370px;
  border: 4px ridge #ac0000;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;    
  border-radius: 7px;    
  z-index: 9; 
}
.form-container {
  box-sizing: border-box; 
  font-size: 13px;
  font-weight: 300; 
  padding: 5px 20px 20px 20px;    
  width: 200px;   
}
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  /*padding: 15px;*/
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
.btn {
  margin: 0px 12px 0px 12px;    
}



#payForm {
    cursor: pointer;
}
.pay-button {
  color: #fff;
  font-size: 16px;    
  border: none; 
  padding-left: 16px;
  padding-right: 16px; 
  padding-top: 13px;
  padding-bottom: 8px;
  background-color: #327ccb;
  font-family: inherit;
  margin: 0;    
  cursor: pointer; 
}
.pay-button:hover{
 background-color: #174190;
 border-bottom: 5px solid #174190;    
}
.payBill {
  display: none;
  position: absolute;         
  background-color: #fff;  
  top: 60px;
  right: 160px;
  border: 4px ridge #174190;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;    
  border-radius: 7px;    
  z-index: 9; 
}
.pay-container {
  box-sizing: border-box; 
  font-size: 13px;
  font-weight: 300; 
  padding: 5px 20px 20px 20px;    
  width: 200px;   
}
.pay-container input[type=text], .pay-container input[type=password] {
  width: 100%;
  /*padding: 15px;*/
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
.btn-pay {
  margin: 0px 12px 0px 12px;    
}




.logo {
    /*position: relative;*/
    display: block;
    margin-right: 102px;
    margin-top: 14px;
    float: right;
}
.logoIP {
     display: none;
     margin-top: 15px;
     margin-right: 20px;
     float: right;
}


.clearL {clear: left;}
.clearR {clear: right;}
.clearB {clear: both;}

#textContainer {
	position: relative;
	font-size: .9em;
	line-height: 130%;
	margin-top: 1.3em;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	/*border-radius: 15px;*/
	border-top: 2px solid  #327ccb;
	border-bottom: 2px solid #327ccb;
	border-left: 2px solid #327ccb;
	border-right: 2px solid #327ccb;
	width: 590px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 90px;
}
#area {
	position: relative;
	margin-top: 47px;
	margin-left: auto;
	margin-bottom: 1.5em;
	margin-right: auto;
	background-color: white;
    color: #327ccb;
	font-size: 20px;
    font-weight: 600;
	text-align: center;
}
#dotCom { 
	position: relative;
	float: left; 
	margin-top: 5px;
	margin-right: 17px;
}
#clear {
	clear: both;
}
#clear2 {
	clear: both;	
}
h3 {font-size: 18px;
    color: #327ccb;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
table {
	width: 400px;
	Margin-left: auto;
	margin-right: auto;
}
td{
	width: 199px;
}
#table1 {
	border-radius: 12px;
	border-top: 1px solid #ac0000;
	border-bottom: 1px solid #ac0000;
	border-left: 1px solid #ac0000;
	border-right: 1px solid #ac0000;
	width: 414px;
	line-height: 95%;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	color: #327ccb;
	background-color: #fff;	
}
#table2 {
	color : #000;
	background-color:#fff;
	font-weight: 500;
	line-height: 95%;
}
em {
	font-style: normal;
	font-size: 15px;
	/*font-weight: 700;*/
	background-color: #fff;
	color: #ac0000;
}

	