html {
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
BODY { 
    font:12px/20px Helvetica, Helvetica Neue, Arial, sans-serif;
    background-size:cover;  
    background-color: #D7EAF4;
}

.wrapper {
	max-width:1200px;
}

.content {
	/* (top, right, bottom, left) */
	padding: 0px 10px 0px 10px;	
	min-height:300px;
}

#topbanner  {
    background-color: #00578C;
    width: 1200;
    margin: 0 auto;
    text-align: left;
}


#wrapper { 
    width: 960px; 
    margin: 0 auto; 
    text-align: left; 
    position: relative; 
    border: 0px; 
}



.maincontent {						
	background-color: #FFFFFF;
    background-position: top;
	background-repeat:no-repeat;
	height:auto !important;	 
	text-align: left; 
	border-radius:5px;
	padding:5px 30px 30px 30px; 
	margin-bottom:10px;
	-webkit-box-shadow:0 5px 10px #686868; 
	-moz-box-shadow:0 5px 10px #686868; 
	box-shadow:0 5px 10px #686868;
	position: relative;  
    zoom: 1;		
}

 
  


.report-iframe {
	width: 100%; 
	height: 500px;
	border-radius: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
 

/* Bootstrap customization */
.navbar-default {
	border-radius:5px;
}
.btn {
	margin-top: 5px;
}
.btn-inline {
	margin-top: 0px;
}
.footer {
	border-radius:0px;
	text-align: center;
	color: #fff;
}
.footerlink {
	color: #fff;
	text-decoration: none;
}
.glyphicon {
    font-size: 20px;
}
.form-group {
	margin-bottom: 5px;
}
.form-group-no-form {
	margin-bottom: 0px;
}
.label {
    margin-bottom: 0px;
}
.control-value {
	font-weight: normal;	
}
.h3, h3 {
	margin-top: 5px;
}

/* City customization */
.city-row-header {
  padding-top: 20px;
  padding-right:30px;  
}

.city-row {
  padding-top: 5px;
  padding-right:30px;  
}

.col {
  padding-right:30px;
  padding-left:30px;
}

.col-left {  
  padding-left:10px;  
}

.col-right {
  padding-right:10px;
  padding-left:60px;
}

.row-inner
{ padding: 10px;backgroundcolor:#FFFFFF}

.form-horizontal .control-label-left {
  padding-top: 5px;
  margin-bottom: 0;
  text-align: left;
}

.text-color {
  color: #FF0000;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

 footerlink2 {
        display: none;
    }