
@import url('https://fonts.googleapis.com/css?family=Passion+One:400,700&display=swap');

/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'PT Sans Narrow', sans-serif;
}

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
  height: 100%;
}

#wrapper { position: relative; }
/*#over_map {

	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
	background-color: white;
	overflow-x:scroll;
	overflow-y: hidden;
	padding-bottom:10px;
	height: 300px;
	width: 1500px;
	visibility: hidden;
}*/

canvas {
	position:absolute;height: 200px;width: 1000px;
}

p {
	padding: 0;
	margin: 0;
}

#select-span {
	position: absolute;
	right: 15px;
	top: 6px;
}

#wellgraph {
	background-color: white;
	position: absolute;
	border: 1px solid #000;
	padding: 10px 0 0 0;
	z-index: 99;
	margin: -1px 0 0 20px;
	width: 460px;
}

#water-quality {
	font-size: 16px;
	background-color: white;
	position: absolute;
	border: 1px solid #000;
	top: 0px;
    right: 0px;
	padding: 15px 10px 15px 10px;
	z-index: 99;
	margin: -1px 20px 0 0;
	width: 300px;
	line-height: 25px;
}

#wq-table {
	width: 300px;
	padding: 10px;
	font-size: 16px;
	table-layout: fixed;
}

#wq-table td {
	padding:0 0 0 0;
}

#wq-close-button {
	position:absolute;
	top:-4px;
	color: #000;
	right:5px;
	cursor:pointer;
    font-size: 21px;
}

.block {
	float: left;
	width: 100%;
	height: 88px!important;
	border: 0px solid #00F;
	margin-bottom: 15px;
}

.block_sum {
	float: left;
	/*width: 100%;*/
	height: 88px!important;
	border: 0px solid #00F;
	margin-bottom: 15px;
}

.block-check {
	position: absolute;
	right: 125px;
	top: 13px;
}

.group {
	float: left;
	width: 13px;
	height: 84px!important;
	border: 2px solid #000;
	margin: 0 5px 0 0;
	overflow: hidden;
}

.header {
	font-size: 25px;
	font-weight: 700;
	padding: 0 20px 10px 20px; 
	max-width: 460px;
	color: #008;
}

.header a {
	font-family: 'Passion One', cursive;
	font-size: 33px;
	font-weight: 400;
	padding: 0 20px 10px 0px; 
	max-width: 460px;
	color: #000;
	text-decoration: none;
}


.header2 {
	font-family: 'Passion One', cursive;
	font-size: 19px;
    font-weight: 400;
    padding-left: 10px;
	color: #800;
	margin-bottom: 5px;
}

.header2 span {
	color: black;
}

.header3 {
	float: left;
    font-weight: 700;
    padding-left: 10px;
	color: black;
}

.header4 {
	float: left;
    font-weight: 400;
    padding-left: 5px;
	color: black;
}

.wnumber-link {
	text-decoration: underline;
}

.group:hover {
	opacity: 0.5;
	cursor: pointer;
}
.group div {
	float: left;
	width: 20px;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
}
.group div:last-child {
	border-bottom: 0px solid #000;
}

.group2 {
	float: left;
	width: 150px;
	height: 84px;
	margin: 0 0 0 10px;
	font-size: 16px;
	line-height: 18px;
}
/*#load {
	display: visible;
}

.load {
	float: right;
	padding-left: 10px;
}*/
.axis {
	width: 30px;
	height: 110px;
	background: url(../img/axis.png) 0 0 no-repeat;
	border: 0px solid #000;
	float: left;
	font-size: 10px;
	margin-top: -6px;
}

.all_sums {
	padding-left: 10px;
}

#single_aq {
	display: none;
	padding-left: 10px;
	float: left;
	width: 100%;
	border: 0px solid #00F;
	height: 88px!important;
	margin-bottom: 15px;
}

#info-box {
	float: left;
	padding-left: 18px;
	padding-right: 38px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 16px;
	display:none;
}

#wq-check-div {
	font-size: 16px;
}

#load-wq {
	vertical-align: middle;
	visibility: hidden;
}

#water-quality-checkbox {
	vertical-align: middle;
}

span#top {
	position: relative;
	border: 0px solid #000;
    float: right;
    margin-top: 0px;
    margin-right: 9px;
    clear: both;
}

span#bottom {
	position: relative;
	border: 0px solid #000;
    float: right;
    margin-top: 73px;
    margin-right: 9px;
    clear: both;
}

.lev1, .Bedrock {
	background: #A23E48;
}
.lev2, .Devonian {
	background: #FF3C38;
}
.lev3, .Silurian {
	background: #FF8C42;
}

.lev4, .Mississippian {
	background: #86754E;
}

.lev6, .Cretaceous {
	background: #ED5338;
}

.lev6, .CambrianOrdovician {
	background: #FFF275;
}

td {padding:0 15px 0 0;}