﻿/*@@@@@@@@@@@@@@@@@ info and legend @@@@@@@@@@@@@@@@@@@@@@*/
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100vw;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
}

.map {
	width: 100%;
	*height: 45%;
}

.mappage {
	position:relative;
	width: 48%;
	height: 100%;
	float: left;
	*padding: 10px;
	*border: 1px ridge blue;
	display: inline;
	*margin: 5px;
	*margin-left: 5px;
}

	.mappage:nth-child(even) {
		float: right;
	}

input[type="radio"] {
	margin-top: -1px;
	vertical-align: middle;
}

/*

nth-child(2n+3)
nth-child(5n+3)
.box:nth-child(odd) {
    margin-right: 0;
}
.box:nth-child(even)  {
    margin-right: 0;
}
.box:first-child {
    margin-right: 0;
}
.box:last-child {
    margin-right: 0;
}
div:not(:last-child) {
    margin-right: 10px;
}*/

.dateheader {
	position: absolute;
	bottom: -5px;
	*right: 1%;
	padding: 5px;
	height: 20px;
	color: white;
	font-size: 15px;
	font-weight: bold;
}
/* > #leftrundate  > #rightrundate*/
.newdateheader {
	display: inline;
	position: relative;
	/* padding: 5px;
	height: 20px; */
	color: white;
	font-size: 15px;
	/* font-size: 1.3VW; */
	font-weight: bold;
	margin-bottom: 10px;
}

.info {
	padding: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}

	.info h4 {
		margin: 0 0 5px;
		color: #777;
		font: 12px Arial, Helvetica, sans-serif;
	}


/* Legend */
.legend {
	line-height: 18px;
	color: #555;
	font-size: smaller;
	width: auto;
}

	.legend i {
		width: 16px;
		height: 16px;
		float: left;
		margin-right: 8px;
		opacity: 0.7;
		border: 1px #ccc groove;
	}

.catchlegend {
	line-height: 18px;
	color: #555;
	font-size: smaller;
	width: auto;
}

	.catchlegend i {
		width: 16px;
		height: 16px;
		float: left;
		margin-right: 8px;
		opacity: 0.7;
		border: 1px #ccc groove;
	}

.tbtoolTip {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	display: none;
	width: auto;
	height: auto;
	background: none repeat scroll 0 0 #FFFF99;
	border: 0 none;
	border-radius: 8px 8px 8px 8px;
	*box-shadow: -3px 3px 15px #888888;
	color: black;
	font: 10px sans-serif;
	padding: 5px;
	text-align: center;
	z-index: 900;
}

.line {
	fill: none;
	stroke: green;
	stroke-width: 2px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-content {
	*width: 610px;
	width: auto !important;
	min-width: 675px;
	padding: unset;
	margin: 5px;
	background-color: #eee;
}

.leaflet-container a.leaflet-popup-close-button {
	margin: 17px 7px 0px 0px;
	/*padding: unset;
	width: 18px;
	height: 17px;
	*border: 1px ridge red;
	border-radius: 50% 50%;
	background-color: red;*/
}
/*.leaflet-popup, leaflet-popup-content {
    background-color: white;
}*/

#header {
	background: #F9BA32;
	background: -moz-linear-gradient(-45deg, #F9BA32 0%, #A1D6E2 50%, #1995AD 100%);
	background: -webkit-linear-gradient(-45deg, #F9BA32 0%, #A1D6E2 50%, #1995AD 100%);
	background: linear-gradient(135deg, #F9BA32 0%, #A1D6E2 50%, #1995AD 100%);
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	position: relative;
}

.header {
	background: #F9BA32;
	background: -moz-linear-gradient(-45deg, #F9BA32 0%, #A1D6E2 50%, #1995AD 100%);
	background: -webkit-linear-gradient(-45deg, #F9BA32 0%, #A1D6E2 50%, #1995AD 100%);
	background: linear-gradient(135deg, #F9BA32 0%, #A1D6E2 50%, #1995AD 100%);
	padding: calc(0.3vh + 0.2em);
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	position: relative;
}

#header h1 {
	font-size: 1.8VW;
	color: #002c54;
	font-weight: normal;

    /* margin: 0px;
	margin: calc(0.3vh + 0.2em) calc(0.3vh + 0.2em) calc(0.3vh + 0.2em) calc(0.3vh + 0.2em);
	vertical-align: middle; */
}

.days {
	padding-top: 2px;
	padding-bottom: 2px;
}
/*.btn {
    border: none;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: lightgray;
    border-color: #868e96;
}*/
/*@@@@@@@@@@@@@@@@@ Alert Message @@@@@@@@@@@@@@@@@@@@@@*/
.alertmsg {
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	background-color:yellow;
	*background-color: #f44336;
	*color: white;
	width: auto;
	*width: 350px;
	height: auto;
	display: none;
	margin: auto;
	z-index: 1100;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
	border: 1px groove #c7ea46;
}

#divmsg {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 200;
	width: auto;
	margin-top: 5px;
	padding: 10px;
}

.closebtn {
	*color: white;
	font-size: 15pt;
	font-weight: bolder;
	*line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
	position: absolute;
	top: 1px;
	right: 5px;
}
/*
	.closebtn:hover {
		color: black;
	}*/

/*.leaflet-bottom .leaflet-right .leaflet-control input[type=checkbox] {
    top: 50%;
    transform: translateY(-50%);
}*/

/*.label {
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #57FFF3, 0 0 30px #57FFF3, 0 0 40px #57FFF3, 0 0 55px #57FFF3, 0 0 75px #57FFF3;
    letter-spacing: 5px;
    width: auto;
}*/

.basintooltip {
	border-radius: 3px;
	padding: 5px 10px;
	background: rgba(33, 33, 33, 0.7);
	border: none;
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: normal;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, 'sans-serif';
	font-size: 12px;
	position: absolute;
	pointer-events: none;
	white-space: nowrap;
	margin: 10px;
}

.nodetooltip {
	border-radius: 8px;
	padding: 5px 10px;
	background: rgba(255, 255, 0, 1);
	border: none;
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: normal;
	color: #000;
	font-family: Verdana, Helvetica, Arial, 'sans-serif';
	font-size: 10px;
	position: absolute;
	pointer-events: none;
	white-space: nowrap;
	margin: 5px;
}

.grid line {
	stroke: lightgrey;
	stroke-opacity: 0.3;
	shape-rendering: crispEdges;
}

.grid path {
	stroke-width: 0;
}

.ffdate {
	-webkit-box-shadow: 5px 5px 15px 1px #2f3131;
	box-shadow: 5px 5px 15px 1px #2f3131;
	color: #2f3131;
	font-weight: bold;
}

	.ffdate h4 {
		font-weight: bold;
	}

/*@@@@@@@@@@@@@@ Tab Control @@@@@@@@@@@@@@@@@@@@*/
.tabs {
	clear: both;
	position: relative;
	width: 800px;
	min-height: 440px;
	*margin: 25px 0;
}

.tab {
	float: left;
	display: none;
	width: 800px;
	*height: 450px;
}

	.tab:first-of-type {
		display: inline-block;
	}

.tabs-link {
	position: relative;
	top: -14px;
	height: 20px;
	left: -40px;
}

.tabs #lableheader {
	color: maroon;
	float: right;
	top: -35px;
	height: 20px;
	display: inline-block;
	padding: 5px;
	position: relative;
	list-style-type: none;
	margin-right: 10px;
}

.tab-link {
	background: #eee;
	display: inline-block;
	padding: 10px;
	border: 1px solid #ccc;
	margin-left: -1px;
	position: relative;
	list-style-type: none;
	left: 1px;
	top: 1px;
	cursor: pointer;
}

.tab-link {
	background: #f8f8f8;
}

.content {
	background: white;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 380px;
	overflow-y: auto;
}

.tab:target {
	display: block;
}


.content table {
	width: 98%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.content th {
	border-bottom: 2px double #ccc;
	border-top: 2px double #ccc;
	font-size: 12px;
	color: maroon;
	text-align: left;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
}

.content td {
	*border-bottom: 1px groove grey;
	font-size: 12px;
	font-style: normal;
	padding: 5px;
}

/*.leaflet-control-layers {
    width: 150px !important;
}

.leaflet-control-layers-expanded {
    width: 150px !important;
}*/


/*@@@@@@@@@@@@ PDF Viewer @@@@@@@@@@@@@@@@*/
.pdfshow {
	z-index: 999;
	display: none;
	width: 80%;
	height: 80%;
}

	.pdfshow .overlay {
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.66);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1999;
	}

	.pdfshow .pdf-show {
		*width: 550px;
		*height: 400px;
		width: 80%;
		height: 80%;
		*background: #000;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		overflow: hidden;
		*box-shadow: 2px 8px 16px 2px rgba(0, 0, 0, 0.5), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
		border: 1px solid #888888;
		*box-shadow: 5px 10px #888888;
		z-index: 1999;
	}

.pdf-show button, .centered button {
	position: fixed;
	top: 2px;
	right: 16px;
	z-index: 99;
	cursor: pointer;
	font-family: Arial;
	font-size: medium;
	color: red;
	border-radius: 20px;
	border: 1px groove red;
	z-index: 2000;
}

.pdf-show iframe {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
}


.leaflet-bottom, .leaflet-left {
	bottom:20px;
	width: 700px;
	float: left;
}

/*  NEW rounded legend  */
.legend, .catchlegend {
	padding: 6px 10px;
	*font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	*width: 110px;
}

.temporal-legend {
	padding: 6px 10px;
	float: left;
	margin-top: 3px;
}

.legend h4 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.symbolsContainer {
	float: left;
	margin-left: 35px;
}

.legendCircle {
	border-radius: 50%;
	border: 1px solid #537898;
	*background: rgba(113, 133, 152, .6);
	background: rgba(255, 0, 0, .4);
	display: inline-block;
}

.legendValue {
	position: absolute;
	right: 20px;
	font-size: xx-small;
	padding-bottom: 20px;
}

.slider {
	-webkit-appearance: none;
	*width: 200px;
	height: 5px;
	background: #d3d3d3;
	border-radius: 5px;
	outline: none;
	opacity: 0.7;
	float: left;
	-webkit-transition: .2s;
	transition: opacity .2s;
	margin: 0px 1px;
	margin-top: 14px;
}

	.slider:hover {
		opacity: 1;
	}

	.slider::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 8px;
		height: 20px;
		background: #a3a3a3;
		*background: #4CAF50;
		border-radius: 5px;
		cursor: pointer;
	}

	.slider::-moz-range-thumb {
		width: 15px;
		height: 15px;
		background: #4CAF50;
		border-radius: 15px;
		cursor: pointer;
	}

input[type=range] {
	display: table;
	width: 125px;
}

.myButton, output {
	*width: 100px;
	float: left;
}

.button, .clrbutton {
	background-color: dodgerblue; /* Green */
	border: 2px groove black;
	color: white;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 7px 2px;
	cursor: pointer;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}

input[type=range][orient=vertical] {
	writing-mode: bt-lr; /* IE */
	-webkit-appearance: slider-vertical; /* WebKit */
	width: 8px;
	height: 75px;
	padding: 0 5px;
	margin-left: -1px;
	margin-top: -72px;
	*background: #fff;
	background: #d3d3d3;
	border-radius: 5px;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.vslider:hover {
	opacity: 1;
}

.vslider::-webkit-slider-thumb {
	background: #4CAF50;
	border-radius: 5px;
	cursor: pointer;
}

.vslider::-moz-range-thumb {
	background: #4CAF50;
	border-radius: 15px;
	cursor: pointer;
}

#vslider {
	display: none;
	position: absolute;
}

.button:hover #vslider {
	display: block;
}

.line1 {
	fill: none;
	stroke: green;
	clip-path: url(#clip);
}

.line2 {
	fill: none;
	stroke: blue;
	stroke-dasharray: 5,2;
	clip-path: url(#clip);
}

.line3 {
	fill: none;
	stroke: black;
	stroke-dasharray: 5,2;
	clip-path: url(#clip);
}

text.maxDepthText {
	text-shadow: 1px 1px white;
	*background-color: lightgray;
	fill: black;
	*font-weight: bold;
}

.point1 {
	clip-path: url(#clip);
	stroke: green;
	fill: red;
	stroke-width: 0.2;
}

.areachart {
	fill: rgba(46,184,255,0.3);
	*fill: blue;
	*fill-opacity: .2;
	stroke: blue;
	stroke-width: 1;
	clip-path: url(#clip);
}
/*.areachart {
	fill: rgba(46,184,255,0.3);
	*	fill-opacity: .2;
	stroke: blue;
	stroke-width: 1;
	clip-path: url(#clip);
}*/
.zoom {
	cursor: move;
	fill: none;
	pointer-events: all;
}

.clrbutton {
	background-color: red;
	border-radius: 1px;
	border: none;
	height: 10px;
	width: 10px;
}

#variableselection {
	position: absolute;
	z-index: 10000;
	top: 50%;
	left: 0px;
	background-color: white;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 5px;
	font-size: 16px;
	display: none;
}

.resetzoom {
	cursor: pointer;
}

.selectpage {
	top: 0px;
	*left: 7%;
	left: 100px;
	z-index: 1000;
	position: absolute;
	width: 500px;
	padding: 0px;
}

.playbutton {
	border: none;
	padding: 0px 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	*display: inline-block;
	*font-size: 16px;
	*margin: 4px 2px;
}
