@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;
    font-size: 14px;
}
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;
	background-color: #FFF;
}
#textContainer {
	border: 2px solid #327ccb;
	width: 505px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 88px;
	padding-bottom: 40px;
	padding-left: 130px;
	position: relative;
}
#world { float: left; 
    margin-right: 20px; 
    margin-top: 25px;
}
#clear {
	clear: both;
}

.clearL {clear: left;}
.clearR {clear: right;}
.clearB {clear: both;}


h1 {  
	font-weight: 600; 
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color:#fff; 
	color: #327ccb; 
	}

h2 { 
	color: #ac0000;
	font-size: 15px;
	font-weight: 600;
	margin-top: 18px;
	margin-bottom: -4px;
}
h3 {font-size: 18px;
    color: #327ccb;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.blue {background-color: #fff;
color: #174190;
}
