@charset "ISO-8859-1";

body {
	padding: 0;
	margin: 0;
}

html, body, #map {
	height: 100%;
	font: 10pt Arial Narrow, Geneva, Verdana;
}

.lorem {
	font-style: italic;
	color: #AAA;
}

/* Slider Submit Button */
.button {
	border: none;
	height: 20px; 
	color: #006f5e;
	padding: 1px 1px 1px 1px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 10pt;	
	cursor: pointer;
	border-radius: 3px;
	outline: 1px solid #ccc;
}

.button:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0
		rgba(0, 0, 0, 0.19);
}

input[type=radio] {
	display: inline;

}

label{

	font-size: 11pt;
	font-weight: lighter;
	color: rgb(204 204 204);
	margin-top: 1rem;

}

.datepickerbutton {
	width: 42%;
	float: right;
}

.datepickerbutton button {
	width: 50%;
}

.dateselectioncontainer {
	width: 80%;
	padding: 5px;
	z-index: 100px;
}

.datepicker {
	height: 20px;
	width: 60%;
	margin-right: 2%;
	float: left;
	border-radius: 4px;
	border-color: #ccc;
	border-width: thin;	
	color: #006f5e;
}

.divs{
	float:left;
	display:block;
	margin:5px 2px 2px 5px;
}

.clearfix {
	clear: both
}

.datepicker input {
	width: 100%;
}

/* Setting up the slider styling */
.slidecontainer {
	width: 90%;
	padding: 5px;
	z-index: 100px;
	/*text-align: center;*/
}

.slider {
	-webkit-appearance: none;
	width: 90%;
	height: 2px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 8px;
	height: 12px;
	border-radius: 50%;
	/* 	background: #006f5e; */
	background: #579f94;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 8px;
	height: 12px;
	border-radius: 50%;
	background: #579f94;
	cursor: pointer;
}

.slidecontainer p {
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#ccc;
}

/* Limit the width of the layer-switcher */
.layernameselector {
	height: 20px;
	width: 100%;
	border-radius: 4px;
	border-color: #ccc;
	border-width: thin;	
	color: #006f5e;
}

.layer-switcher {
	max-width: 300px;
}

/* Legendary Shit */
.legend {
	position: absolute;
	left: 10px;
	bottom: 20px;
	z-index: 10000;
	min-width: 50px;
	min-height: 20%;
	background-color: #FFFFFF;
	opacity: 1;
	/*text-align: center;*/
	display: inline-block;
    border: solid;
    border-right: solid;
    border-width: thin;
    border-color: #006f5e;
    opacity: 0.75;
    border-radius: 4px;;
}

.oiervfoutbreakskey{
	position: absolute;
	right: 10px;
	bottom: 20px;
	z-index: 10000;
	min-width: 50px;
	min-height: 20%;
	background-color: #FFFFFF;
	opacity: 1;
	display: inline-block;
    border: solid;
    border-right: solid;
    border-width: thin;
    border-color: #006f5e;
    opacity: 0.75;
    border-radius: 4px;
}

/*
 @media ( max-width : 640px) {
	.legend ,.sidebar, .legendimage{

		transition: height 500ms;
		max-height: 35%;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.legend {
		max-height: 40%;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.legend {
		max-height: 40%;
	}
}

@media ( min-width : 1200px) {
	.legend {
		max-height: 40%;
	}
} */
.center {
	margin-left: auto;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.legendimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.keyimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.hide {
	display: none;
}

.legend-header2 {
	margin: -10px 10px 0;
	height: 20px;
	padding: 20px 10px 20px 10px;
	font-size: 14pt;
	font-weight: lighter;
	color: #006f5e;
	text-align: center;
	/*
	line-height: 20px;
	background-color: #006f5e;
	*/
}

.key-header {
	margin: -10px 10px 0;
	height: 20px;
	padding: 20px 10px 20px 10px;
	font-size: 14pt;
	font-weight: lighter;
	color: #006f5e;
	text-align: center;
	/*
	line-height: 20px;
	background-color: #006f5e;
	*/
}

.tooltip {
  position: relative;
  
  }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
  top: 100%;
  margin-left: 10px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}



.modal-header-title{
	margin-bottom:0;
	line-height:1.5;
	
	}
	

.modal-Text {
/* 	font-family: sans-serif;
	font-weight: light;
	font-size: 10px;
	font-weight:bold; */
	
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: light;
	font-stretch: extra-condensed;
	color: #000;
}

.modaldiv {
	z-index: 9999;
}

/* .legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);

  line-height: 24px;
  color: #555;
}

.legend h4 {
  text-align: center;
  font-size: 14px;
  margin: 2px 12px 8px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 1;
  radius: 2px;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}
 */