.ol_legend {
	bottom: 30px;
	/* 	left: 0px; */
	position: absolute;
	background-color: #FFFFFF;
	height: auto;
	max-height: 520px;
	font-weight: 700;
	/*  left: 800px; */
	right: 0px;
	width: auto;
	max-width: 550px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	/* border: 2px solid black; */
	/* border-radius: 8px; */
	border-width: 2px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
	opacity: 0.89;
	/* 	border-style:dotted; */
	border-left-style: solid;
	border-top-style: solid;
}

.ol-zoom {
	top: 52px;
}

.ol-toggle-options {
	z-index: 1000;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	padding: 2px;
	position: absolute;
	left: 8px;
	top: 8px;
}

#updateFilterButton, #resetFilterButton {
	height: 22px;
	width: 22px;
	text-align: center;
	text-decoration: none !important;
	line-height: 22px;
	margin: 1px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica,
		sans-serif;
	font-weight: bold !important;
	background: rgba(0, 60, 136, 0.5);
	color: white !important;
	padding: 2px;
}

.ol-toggle-options a {
	background: rgba(0, 60, 136, 0.5);
	color: white;
	display: block;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica,
		sans-serif;
	font-size: 19px;
	font-weight: bold;
	height: 22px;
	line-height: 11px;
	margin: 1px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 22px;
	border-radius: 2px;
}

.ol-toggle-options a:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(0, 60, 136, 0.7);
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-size: small;
}

iframe {
	width: 100%;
	height: 250px;
	border: none;
}
/* Toolbar styles */
#toolbar {
	position: relative;
	padding-bottom: 0.5em;
}

#toolbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#toolbar ul li {
	float: left;
	padding-right: 1em;
	padding-bottom: 0.5em;
}

#toolbar ul li a {
	font-weight: bold;
	font-size: smaller;
	vertical-align: middle;
	color: black;
	text-decoration: none;
}

#toolbar ul li a:hover {
	text-decoration: underline;
}

#toolbar ul li * {
	vertical-align: middle;
}

#map {
	clear: both;
	position: relative;
	width: 950px;
	height: 558px;
	float: left;
	/*   border: 1px solid black;  */
}

#wrapper {
	width: 950px;
}

#location {
	float: right;
}
/* Styles used by the default GetFeatureInfo output, added to make IE happy */
table.featureInfo, table.featureInfo td, table.featureInfo th {
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 90%;
	padding: .2em .1em;
}

table.featureInfo th {
	padding: .2em .2em;
	font-weight: bold;
	background: #eee;
}

table.featureInfo td {
	background: #fff;
}

table.featureInfo tr.odd td {
	background: #eee;
}

table.featureInfo caption {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	padding: .2em .2em;
}

.tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
}

.tooltip-measure {
	opacity: 1;
	font-weight: bold;
}

.tooltip-static {
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}

.tooltip-measure:before, .tooltip-static:before {
	border-top: 6px solid rgba(0, 0, 0, 0.5);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}

.tooltip-static:before {
	border-top-color: #ffcc33;
}
}