/* ====== CSS for TEMPLATE ====== */
body {
	background: #1c2a5a url("../images/template/bg.jpg") repeat-x;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


h1 {
	font-weight: normal;
	color: #fff;
}

h2 {
	font-size: 16px;
}

h3 {
	
}

h4 {
	overflow: hidden;	
}

a {
	
}

ol {
	padding: 10px;
}

ol li {
	margin: 0px 0px 10px 25px;
}

.cline {
	clear:both;
}

.bold {
	font-weight: bold;
}

#container {
	width: 1000px;
	margin: 0 auto 0 auto;/*	border: 1px solid #4785be;
	border-width: 0 1px 1px 1px;*/
}
/* based on container, just narrower to prevent scroll bars */
#containerRadar {
	width: 650px;
	margin: 0 auto 0 auto;/*	border: 1px solid #4785be;
	border-width: 0 1px 1px 1px;*/
}	

#header {
	height: 75px;
	width: 1000px;
	padding-bottom: 1px;
	background: #00457c;
	position: relative;
	float: none;
	clear: both;
	text-align: left;
	margin-top:10px;
}

	
#lastupdate {
	position: absolute;
	left: 820px;
	top: 20px;
	color: #fff;
	font-size: 8pt;
	margin: 0;
}

#menu-right {
	float: right;
	margin-right: 20px;
}

#notlogged {
	position: absolute;
	left: 349px;
	top: 20px;
	width: 300px;
	background: #236ca5;
	text-align: center;
	padding: 25px;
	border: 1px solid #fff;
	z-index: 1000;
}

#notlogged table {
	margin: 0 auto 0 auto;
}

#notlogged h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

#content {
	width: 1000px;
	padding: 0 0 1px 0;
}
	
/* based on content, just narrower to prevent scroll bars */	
#contentRadar {
	width: 650px;
	padding: 0 0 1px 0;
}	

#contentexport {
	width: 100%;
}

#leftcolumn {
	width: 600px;
	float: left;
	position: relative;
}

#rightcolumn {
	float: left;
	width: 350px;
	margin-left: 15px;
}

.frontcol {
	width: 301px;
	padding: 15px;
	float: left;
}

.liner {
	padding: 10px;
}

.liner20 {
	padding: 20px;
}

#login {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 22px;
	padding: 10px;
	font-size: 11px;
	color: #fff;
	text-align: right;
	z-index: 10;
}

#logmeout {
	float: left;
	width: 240px;
}

#unitSelector {
	border-radius: 3px;
	border: 1px solid #999999;
	background: #FFFFFF;
	color: #000;
	width: 42px;
	height: 18px;
	font-size: 10pt;
	position: relative;
	cursor: pointer;
	float:right;
}

#unitSelector .units {
	float: left;
	margin: 0px 4px 0px 0px;
	height: 17px;
	width: 17px;
	line-height: 17px;
}

#unitSelector .slider {
	height: 18px;
	width: 20px;
	background-color: #8fc2e8;
	border-radius: 3px;
	border: 1px solid #333333;
	position: absolute;
}

#unitSelector .US {
	left: 21px;
	top: -1px;
}

#unitSelector .Metric {
	left: -1px;
	top: -1px;
}

#regUnitSelector {
	border-radius: 3px;
	border: 1px solid #999999;
	background: #FFFFFF;
	color: #000;
	width: 62px;
	height: 18px;
	font-size: 10pt;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	display: inline-block;
}

span.runits {
	font-weight: bold;
	position: relative;
	bottom: 4px;
}

#regUnitSelector .slider {
	height: 18px;
	width: 20px;
	background: url("../images/template/shading_unitselector.png") repeat-x #66A3DB;
	border-radius: 3px;
	border: 1px solid;
	position: absolute;
}

#regUnitSelector .metric {
	left: 41px;
	top: -1px;
}

#regUnitSelector .US {
	left: -1px;
	top: -1px;
}

#station-status {
	position: absolute;
	left: 820px;
	top: 3px;
	width: 170px;
	font-size: 8pt;
	color: #fff;
	text-align: left;
}

#station-status #status {
	font-weight: bold;
}

#station-status #status.off {
	color: #FF4600;
}

#station-status #status.warn {
	color: #F3BA00;
}

#station-status #status.on {
	color: #80C313;
}

#login form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#login input.text {
	height: 15px;
	width: 120px;
	border: 1px solid #fff;
	background: #cacaca;
	float: left;
}

#login label {
	display: block;
	float: left;
	padding: 1px 3px 0px 10px;
	margin-right: 4px;
	width: 80px;
}

#login input.submitBtn {
	float: left;
	margin-left: 5px;
}

#logmeout p {
	margin: 2px 5px 0 0;
	float: left;
}

#logmeout img {
	display: block;
	float: left;
}
#map {
	width: 650px;
	height: 500px;
	float:right;
}

#content_newa {
	/*float:left;*/
	width: 320px;
	margin-right: 30px;
	min-height: 500px;
}
#content_newa a:link {
	color:#0099FF;
}

#content_newa a:hover {
	color:#CCCCCC;
}


/** FOOTER STYLES **/
#footer {

}

#footer #rainwisenet-copyright {
	 float: left; 
	 font-size: 11px; 
	 color: #66a3db;
}

#footer #dashboardby {
	color: #4a75a7;
	font-size: 11px;
	text-align: right;
	padding: 0 20px 15px 0;
	float: right;
}

#footer #dashboardby img {
	padding-top: 6px;
}

#footer #footer-center {
	text-align: center;
	margin: 0px auto;
	width: 400px;
	padding-top: 10px;
}

#footer #footer-center a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer #footer-center a:hover {
	text-decoration: underline;
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 1000;
	background-color: #005d95;
	border: 1px solid #4785be;
	padding: 15px;
	font-size: 1.3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cookie-banner span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.cookie-banner a {
	text-decoration: none;
	margin-right: 20px;
	font-size: 0.9em;
	color: #C4E4F8;
}

.cookie-banner .button {
	margin-right: 20px;
}