/*	Import Bootstrap CSS	*/

/*	V3.3.4 minified Bootstrap CSS	*/
@import url("bootstrap/css/bootstrap.min.css");

/*	Port-Log CSS - George Wright	*/
@import url("css/bootstrap.portlog.css");

 html, body
{
    width: 100%;
    height: 100%;
	margin: auto;
}

#nonFooter {
	position: relative;
	padding-top:0;   /*The same size as the header is in height */
	padding-bottom:-46px; /*The same size as the footer is in height */
	height: 100%;
	/*min-height: 100%; -- used to force the footer to the end of the page. When commented out allows footer to float*/
}


* html #nonFooter {
	height: 100%;
}


#header {
	height: 127px;
	width: 100%;
	--position: fixed;
	z-index: 1;
}

#footer
{
	height: 46px;
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	padding:0px 4px;
}

#map {
	  --border: 1px solid;
	  position: absolute;
	  top: 127px;
	  bottom:46px;
      left:0px;
	  right:0px;
	  margin-left: auto;
	  margin-right: auto;
	  --z-index: 0;
}

#siteSelect {
	  position: absolute;
	  top: 141px;
	  left: 60px;
	  margin-left: auto;
	  margin-right: auto;
	  z-index: 5;
	  background-color:rgba(0, 0, 139, 0.7);
	  padding: 5px;
	  border-radius: 5px;
}
#siteSelect-label {
	display: inline;
	margin: 50px 0 0 0;
	color:white;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
button[type="reset"],
--button[type="button"],
button[type="submit"] {
	--display: block;
	height: 34px;
	padding-bottom: 0px;
	vertical-align: middle;
}

a:link { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover { color: #25408f; text-decoration: none; cursor: pointer; }

/*Authentication form*/
.authForm {
	  z-index: 10;
}

/*Authentication form Tablr*/
.authForm table {
	--opacity:0.7;
	--background: #e6e6e6;
	text-align:center;
	font-weight:normal;
	font-family:Verdana;
	margin-left:auto;
	margin-right:auto;
	padding:15px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:2px solid #000;
	  z-index: 10;
}

/*Authentication form Username INPUT field*/
.authForm input[name=username] {
	width:165px;
	height:26px;
	padding:2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #CCC;
}

/*Authentication form Username SELECT field*/
.authForm select[name=username] {
	width:176px;
	height:26px;
	padding:2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #CCC;
}

/*Authentication form Password field*/
.authForm input[type=password] {
    width:165px;
	height:26px;
    padding:2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #CCC;
}

/*Authentication form Text INPUT field*/
.authForm input[type=Text] {
	width:165px;
	height:26px;
	padding:2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #CCC;
}

/*Authentication form Refresh Buttons*/
.authButton {
	width:20px;
	height:20px;
	padding:3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:none;
}

/*Authentication form Errors*/
.authError {
	width:250px;
	font-style:italic;
	font-weight:bold;
	font-size:small;
	color:#990000;
    border:none;
}

.buttonLightBlue {
	display: inline-block;
	height: 30px;
	width: 125px;
	background: #0066b3;
	border: 2px solid rgba(33, 68, 72, 0.59);
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
	vertical-align: middle;
	font: bold 0.8em/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: -webkit-linear-gradient(top, #43C3FA, #0066b3);
	background: -moz-linear-gradient(top, #43C3FA, #0066b3);
	background: -o-linear-gradient(top, #43C3FA, #0066b3);
	background: -ms-linear-gradient(top, #43C3FA, #0066b3);
	background: linear-gradient(top, #43C3FA, #0066b3);
	border-radius: 8px;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}
a.buttonLightBlue {
	text-decoration: none;
}
.buttonLightBlue:hover {
	background: #0066b3;
	background: -webkit-linear-gradient(top, #0066b3, #43C3FA);
	background: -moz-linear-gradient(top, #0066b3, #43C3FA);
	background: -o-linear-gradient(top, #0066b3, #43C3FA);
	background: -ms-linear-gradient(top, #0066b3, #43C3FA);
	background: linear-gradient(top, #0066b3, #43C3FA);
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
}

.buttonDarkBlue {
	display: inline-block;
	height: 30px;
	width: 125px;
	background: #25408f;
	border: 2px solid rgba(33, 68, 72, 0.59);
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
	font: bold 0.8em/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: -webkit-linear-gradient(top, #3279C0, #25408f);
	background: -moz-linear-gradient(top, #3279C0, #25408f);
	background: -o-linear-gradient(top, #3279C0, #25408f);
	background: -ms-linear-gradient(top, #3279C0, #25408f);
	background: linear-gradient(top, #3279C0, #25408f);
	border-radius: 8px;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}
a.buttonDarkBlue {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.85);
}
.buttonDarkBlue:hover {
	background: #25408f;
	background: -webkit-linear-gradient(top, #25408f, #3279C0);
	background: -moz-linear-gradient(top, #25408f, #3279C0);
	background: -o-linear-gradient(top, #25408f, #3279C0);
	background: -ms-linear-gradient(top, #25408f, #3279C0);
	background: linear-gradient(top, #25408f, #3279C0);
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
}

.buttonPurple {
	display: inline-block;
	height: 30px;
	width: 125px;
	background: #7f3f98;
	border: 2px solid rgba(33, 68, 72, 0.59);
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
	font: bold 0.8em/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: -webkit-linear-gradient(top, #C166C1, #7f3f98);
	background: -moz-linear-gradient(top, #C166C1, #7f3f98);
	background: -o-linear-gradient(top, #C166C1, #7f3f98);
	background: -ms-linear-gradient(top, #C166C1, #7f3f98);
	background: linear-gradient(top, #C166C1, #7f3f98);
	border-radius: 8px;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}
a.buttonPurple {
	text-decoration: none;
}
a.buttonPurple:hover {
	background: #7f3f98;
	background: -webkit-linear-gradient(top, #7f3f98, #C166C1);
	background: -moz-linear-gradient(top, #7f3f98, #C166C1);
	background: -o-linear-gradient(top, #7f3f98, #C166C1);
	background: -ms-linear-gradient(top, #7f3f98, #C166C1);
	background: linear-gradient(top, #7f3f98, #C166C1);
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
}

.buttonGrey {
	display: inline-block;
	height: 30px;
	width: 125px;
	background: #999999;
	border: 2px solid #333333;
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
	font: bold 0.8em/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaaaaa), to(#777777));
	background: -moz-linear-gradient(linear, 0% 0%, 0% 100%, from(#aaaaaa), to(#777777));
	background: -o-linear-gradient(linear, 0% 0%, 0% 100%, from(#aaaaaa), to(#777777));
	background: -ms-linear-gradient(linear, 0% 0%, 0% 100%, from(#aaaaaa), to(#777777));
	background: linear-gradient(linear, 0% 0%, 0% 100%, from(#aaaaaa), to(#777777));
	border-radius: 8px;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
	cursor: not-allowed;
}
a.buttonGrey {
	text-decoration: none;
}
a.buttonGrey:hover {
	background: #999999;
	background: -webkit-linear-gradient(top, #777777, #aaaaaa);
	background: -moz-linear-gradient(top, #777777, #aaaaaa);
	background: -o-linear-gradient(top, #777777, #aaaaaa);
	background: -ms-linear-gradient(top, #777777, #aaaaaa);
	background: linear-gradient(top, #777777, #aaaaaa);
	cursor: pointer;
}

.buttonDisabled,
.buttonDisabled:active {
	display: inline-block;
	height: 30px;
	width: 125px;
	background: #999999;
	border: 2px solid #333333;
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
	font: bold 0.8em/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaaaaa), to(#777777));
	background: -moz-linear-gradient(linear, 0% 0%, 0% 100%, from(#aaaaaa), to(#777777));
	background: -o-linear-gradient(linear, 0% 0%, 0% 100%, from(#aaaaaa), to(#777777));
	background: -ms-linear-gradient(linear, 0% 0%, 0% 100%, from(#aaaaaa), to(#777777));
	background: linear-gradient(linear, 0% 0%, 0% 100%, from(#aaaaaa), to(#777777));
	border-radius: 8px;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
	cursor: not-allowed;
}

.button100 {
	width: 100px;
}

.spanTableInactive,
.buttonTableInactive {
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	height: 30px;
	/*width: 125px;*/
	border: 2px solid rgba(33, 68, 72, 0.59);
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	cursor: pointer;
}

.spanTableInactive {
	background: #25408f;
	vertical-align: bottom;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
}

.buttonTableInactive {
	background: #25408f;
	text-align: center;
}

.buttonTableInactive:hover {
	-webkit-appearance: none;
	border-radius: 0;
	background: #0066b3;
	color: #111111;
	cursor: pointer;
}

.buttonTableActive {
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	height: 30px;
	/*width: 125px;*/
	background: #0066b3;
	border: 2px solid rgba(33, 68, 72, 0.59);
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	cursor: default;
}

.buttonTableDisabled {
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	height: 30px;
	/*width: 125px;*/
	background: #25408f;
	border: 2px solid rgba(33, 68, 72, 0.59);
	color: #777777;
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	cursor: default;
}

.tickbox {
height: 35px;
width: 35px;
}

.processOutput {
	height: 500px;
	width: 70%;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	text-align: left;
}

.olImageLoadError {
    /* when OL encounters a 404, don't display the pink image */
    display: none !important;
}
.olAlphaImg {
	opacity:0.7;
	filter: alpha(opacity = 45);
}

.olControlLayerSwitcher .layersDiv {
	opacity:0.65;
	filter: alpha(opacity = 85);
	background-color: #D5D5D5;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
}

.olControlLayerSwitcher {
	color:#666666;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
	width:15em;
}

.olPopup .olPopupContent
{
	min-width:200px;
	background-color:#AAAAAA;
	padding: 2px;
	margin: 0px;
	font-size: 0.80em;
	opacity:0.65;
	overflow:inherit;
}

.olControlAttribution {
	position:absolute;
    right:15px;
    bottom:0px;
    z-index:10000;
    width:260px;
    height:250px;
	display: block;

    }

/* OL 3 Styles */

.ol-mouse-position {
	right: 50px;
	}

table.footer td {
	border-top: 2px solid #000000;
}

.serverTime {
	min-width: 200px;
	max-width: 450px;
	white-space: nowrap;
	overflow:hidden;
}

.displayTimer {
	min-width: 300px;
	white-space: nowrap;
	overflow:hidden;
}

#resize {
	width:1200px; height:500px; padding: 3px;
}

.latest-dataset-container {
	width:100%;
}

table.latest-dataset {
	width:100%;
	--border-left: 3px solid #bbbbbb;
	--border-right: 3px dotted #bbbbbb;
}
table.latest-dataset td:nth-child(1) {
	--border-left: 3px dotted #bbbbbb;
}
table.latest-dataset td:nth-last-child(1) {
	--border-right: 3px dotted #bbbbbb;
}

/*--------------------------------------------------------------
	Navigation Bar: Sign in/User Guide button
  --------------------------------------------------------------*/
#Header-Nav {
	top: 0px;
	width: 100%;
}
#Header-Nav .btn-default {
	background-color: #25408f;
	color: #fff;
	border-color: #fff;
}
#Header-Nav .btn-default.active,
#Header-Nav .btn-default.focus,
#Header-Nav .btn-default:active,
#Header-Nav .btn-default:focus,
#Header-Nav .btn-default:hover,
#Header-Nav .open>.dropdown-toggle.btn-default {
	background-color: #25408f;
	color: #fff;
	border-color: #fff;
}

#Header-Nav .btn-group,
#Header-Nav .btn-group-vertical {
    position: relative;
    display: inline-block;
}
.Header-Nav-Logo {
	margin-top: 8px;
	margin-bottom: 8px;
}
.Header-Nav-Logo-Fixed {
	display:inline;
}
.Header-Nav-Logo-Auto {
	display:none;
}

/*--------------------------------------------------------------
	Navigation Footer
  --------------------------------------------------------------*/
.plg-Footer {
	color: #fff;
	background-color: #25408f;
}
.plg-Footer .btn-default {
	background-color: #25408f;
	color: #fff;
	border-color: #fff;
	padding-bottom: 6px;
	min-width: 120px;
}
.plg-Footer .btn-default:hover,
.plg-Footer .btn-default:focus,
.plg-Footer .open>.dropdown-toggle.btn-defualt:hover,
.plg-Footer .open>.dropdown-toggle.btn-default:focus {
	background-color: #25408f;
    color: #fff;
    border-color: #fff;
}
.plg-Footer-dropup-open-button {
	background-color: #25408f !important;
    /*color: #fff !important;
    border-color: #fff !important;*/
}
.plg-Footer .dropdown-menu {
	border-radius: 0px;
	padding: 0px;
}
.plg-Footer .dropup .dropdown-menu {
	margin-bottom: 0px;
}
.plg-Footer .dropdown-menu li a {
	color: #25408f;
    width: 230px;
    padding: 5px 25px;
    text-transform: capitalize;
}
.plg-Footer .dropdown-menu li a:focus,
.plg-Footer .dropdown-menu li a:hover {
	color: #fff;
    background-color: #25408f;
    transition: color 0.33s ease-in-out;
}
.plg-Footer .dropdown-menu li a {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.plg-Footer.ticker-wrap {
    position: fixed;
    bottom: 46px;
    width: 100%;
    overflow: hidden;
    height: 46px;
    padding-left: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* Terms and conditions */
.plg-Footer a.PLG-Term-Conditions {
	color: #fff;
	text-align: center;
	margin-right: 10px;
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.plg-Footer a.PLG-Term-Conditions:hover,
.plg-Footer a.PLG-Term-Conditions:focus {
	color: #43C3FA;
}

/*--------------------------------------------------------------
	Cookie Consent Bar
  --------------------------------------------------------------*/
.cc_container .cc_btn:hover, .cc_container .cc_btn {
	background-color: #25408f !important;
	color: #fff !important;
}
.cc_container, .cc_message, cc_btn {
	font-family: Verdana !important;
	font-size: 15px !important;
}
.cc_container {
	padding-top: 6.5px !important;
	padding-bottom: 6.5px !important;
}

/*--------------------------------------------------------------
	Show/Hide Header button
  --------------------------------------------------------------*/
#Header-ShowHide {
	border-radius: 5px;
	border: 1px solid #fff;
}
#Header-ShowHide img {
	margin-bottom: 2px;
}

/*--------------------------------------------------------------
	Display Zoom buttons
  --------------------------------------------------------------*/
.buttonZoomActive,
.buttonZoomInActive {
	display:inline-block;
	padding:4px 2px;
	color:white;
	font-family:Verdana;
	font-weight:bold;
	white-space:nowrap;
}
.buttonZoomActive {
	--background-color:#0066b3;
}
.buttonZoomInActive {
	--background-color:#25408f;
}

/*--------------------------------------------------------------
	Tabular Tables
  --------------------------------------------------------------*/

.PLG-Tabular {
	text-align:left;
}

.PLG-Tabular td,
.PLG-Tabular th {
	padding-left: 15px;
	padding-right: 15px;
	width:150px;
	white-space:nowrap;
	vertical-align:middle;
}

.PLG-Tabular td {
	border-bottom: 3px dotted #bbbbbb;
}

.PLG-Tabular .title th {
	text-align:center;
}

.PLG-Tabular .header th.station {
	text-align:left;
}

.PLG-Tabular .header th.parameter {
	text-align:center;
	vertical-align:top;
}

.PLG-Tabular .ages {
	text-align:left;
	width:50px;
}

.PLG-Tabular .alerts {
	text-align:left;
	width:150px;
}

.PLG-Tabular .cluster td {
	text-align:left;
	border-top:3px solid #bbbbbb;
}

.PLG-Tabular .data td.station {
	text-align:right;
}

.PLG-Tabular .data td.parameter {
	text-align:center;
}

.PLG-Tabular .spacer {
	min-width:10px;
	max-width:10px;
}

.units {
	white-space:nowrap;
	font-size: 0.8em;
}


/*--------------------------------------------------------------
	Latest History Tables
  --------------------------------------------------------------*/

.PLG-Latest {
	font-family: Verdana;
	color:black;
}

.PLG-Latest-Row {
	vertical-align:top;
}

.PLG-Latest-Group {
	vertical-align:top;
	margin-left:200px;
	text-align:left;
}

.PLG-Latest-Cell {
	display:inline-block;
	min-height:110px;
	min-width:160px;
	vertical-align:top;
	text-align:center;
	border:2px solid black;
	white-space:nowrap;
	margin:10px;
	padding:10px;
	background-color:#ffffff;
	font-weight:bold;
}

.PLG-Latest-Cell.PLG-Latest-DateTime {
	float:left;
	margin-left:20px;
}

span.PLG-Latest-DateTime {
	font-size:18px;
	margin-top:10px;
	display:block;
}

span.PLG-Latest-Parameter {
	font-size:16px;
	margin:0px 10px;
	display:block;
}

span.PLG-Latest-Value {
	font-size:32px;
	margin:0px 10px;
	display:block;
}

span.PLG-Latest-Units {
	font-size:18px;
	margin:0px 10px;
}

span.PLG-Latest-Active {
	float:left;
	margin-top:-12px;
	margin-left:-8px;
	display:none;		/*	will be switched on in JS if a method is assigned	*/
}
span.PLG-Latest-Delete {
	float:right;
	margin-top:-12px;
	margin-right:-8px;
	display:none;		/*	will be switched on in JS if a method is assigned	*/
}
span.PLG-Latest-Delete a {
	color:black;
}
span.PLG-Latest-Delete a:hover {
	color:red;
}
span.PLG-Latest-Delete img:hover {
	border:1px solid black;
	background:#bbb;
}

/*--------------------------------------------------------------
	Calibration, QA/QC Tables
  --------------------------------------------------------------*/

.Quality_Applied,
.Calibrations_Applied,
.QAQC,
.CALA {
	color: black;
	background-color: white;
}

.CALA_Cell,
.QAQC_Cell {
	color: black;
	background-color: white;
}

.Quality_Applied,
.Calibrations_Applied {
	font-weight: bold;
}

/*--------------------------------------------------------------
	Modal Form Panels
  --------------------------------------------------------------*/
.modalForm {
	font-family: Verdana;
	background: #fff;
	color: #000;
	border: 3px solid #25408f;
	border-radius: 6px;
	padding: 10px;
	margin: 75px;

	z-index: 100;
	position: fixed;
	top: 0px;
	left: 50%;
	min-width: 700px;
	max-width: 80%;
	margin-left: -25%;
	padding-bottom: 60px;

	box-shadow: 5px 10px #888888;
}

.modalForm h1 {
	background: #25408f;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 5px;
	margin: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.modalForm-Table {
	margin-top: 75px;
	margin-left: 50px;
}

.modalForm-Table th {
	text-align: right;
	min-width: 150px;
	min-height: 10px;
}

.modalForm-Table td {
	height: 30px;
}

.modalForm-Table input {
	width: 150px;
	background: #fff;
	color: #000;
	margin-left: 15px;
}

.modalForm-Table input[type="date"] {
	width: 125px;
}

.modalForm-Table input[type="time"] {
	width: 85px;
}

.modalForm-Table select {
	background: #fff;
	color: #000;
	margin-left: 15px;
}

.modalForm-Table select option {
	background: #fff;
	color: #000;
}

.modalForm-Buttons {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.modalForm img.ui-datepicker-trigger {
	position: relative;
	left: -20px;
	top: -2px;
}

.changed {
	color:#cc0000 !important;
	background:#ff08 !important;
}

.changed option {
	background: #fff !important;
	color: #000 !important;
}
