﻿#search-options {
	min-height: 600px;
	z-index: 2;
	overflow: hidden;
}

#advanced-search-options {
	min-height: 600px;
	overflow: hidden;
}

#show_advanced_search_options {
	position: absolute;
	border-bottom: none;
	border-right: none;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	bottom: 0;
	right: 0;
}

#hide_advanced_search_options {
	position: absolute;
	z-index: 2;
	border-bottom: none;
	border-right: none;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	bottom: 0;
	right: 0;
}

.map-search-options button {
	margin: 1px;
	float: right;
	text-shadow: 1px 1px 0 rgba(0,0,0,1);
	text-transform: uppercase;
}

@media screen and (min-width: 569px) {
	#advanced-search-options {
		min-height: 600px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin-left: -2.5em;
		padding-left: 2.5em;
		border-left-style: none;
	}
}

#map_message {
	position: absolute;
	bottom: 0;
	display: none;
	width: 100%;
	text-align: right;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,1)
}

.lake-filter-checkbox, .town-filter-checkbox {
}

div.infoContainer {
	width: 250px;
	height: 106px;
	color: #000;
	clear: both;
}

	div.infoContainer ul {
		padding: 0;
		list-style: none;
	}

	div.infoContainer a {
		color: blue;
	}

		div.infoContainer a:hover {
			color: blue;
		}

		div.infoContainer a:visited {
			color: blue;
		}

.infoWindowNextLink {
	position: absolute;
	left: 100%;
	margin-top: -1.25em;
}

.infoWindowPrevLink {
	position: absolute;
	left: 100%;
	margin-top: 120px;
}

.mapMarkerInfoHeader {
	color: #000;
	font-size: 11pt;
	margin-bottom: 0;
}

.mapMarkerInfoThumb {
	height: 6em;
	float: left;
	margin-right: 0.5em;
	background-size: cover;
	background-position: 50% 50%;
}

#map_search_options_container {
	position: absolute;
	top: 0;
	width: 100%;
}

.map-search-options-header {
	display: inline-block;
	padding: 0 .5em;
	border-right: 1px solid black;
	cursor: pointer;
	text-shadow: 1px 1px 0 rgba(0,0,0,1);
}

	.map-search-options-header > div {
		height: 44px;
		line-height: 44px;
	}

	.map-search-options-header .indicator {
		display: none;
		border-top: 4px solid gold;
		border-right: 4px solid gold;
		border-bottom: 4px solid Transparent;
		border-left: 4px solid Transparent;
		width: 0;
		height: 0;
		position: absolute;
		top: 1px;
		right: 0;
	}

.map-search-options-arrow {
	margin-left: .5em;
	font-size: 65%;
}

.map-search-options-arrow-down:before {
	content: "\25BC";
}

.map-search-options-arrow-up:before {
	content: "\25B2";
}

#map_search_options_centerpoint {
	cursor: none;
}

.map-search-options-submenu {
	display: none;
	position: absolute;
	height: auto !important;
	top: 100%;
	left: 0;
	white-space: nowrap;
	background-color: dimgray;
	background-color: rgba(0,0,0,.7);
	padding-bottom: .5em;
	box-shadow: 0 0 5px #000;
}
    .map-search-options-submenu input[type="checkbox"] {
        margin-right: 0.25em;
    }

    .map-search-options-submenu label {
        min-width: 85px;
        display: inline-block;
    }

	.map-search-options-submenu input, .map-search-options-submenu select {
		line-height: normal;
		color: black;
	}

#centerpoint {
	width: 210px;
}

.link-filter-container {
	max-height: 10em;
	overflow-y: auto
}

.townlink, .lakelink, .regionlink {
	height: auto;
	line-height: normal;
}

	.townlink label, .lakelink label, .regionlink label {
		min-width: 0;
		cursor: pointer;
	}

		.townlink label:hover, .lakelink label:hover, .regionlink label:hover {
			text-decoration: underline;
		}

.map-floating-options {
	position: absolute;
	top: 100%;
	right: 0;
	text-align: right;
	padding: 0 .5em;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,1);
	color: #444;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

	.map-floating-options label {
		cursor: pointer;
	}

		.map-floating-options label:hover {
			color: #fdb31a;
		}

#divSaveSearch {
	min-width: 400px;
	max-width: 600px;
	min-height: 200px;
}

@media screen and (max-width:768px) {
	#map_message {
		position: relative;
		margin-top: -60px;
	}

	#map_search_options_container {
		position: relative;
	}

	.map-floating-options {
		color: #fff;
		position: relative;
		text-shadow: 1px 1px 0 rgba(0,0,0,1);
		line-height: 2.5em;
	}

	.map-search-options-header {
		display: block;
		padding: 0 .5em;
		border-right: none;
		cursor: pointer;
		text-shadow: 1px 1px 0 rgba(0,0,0,1);
	}

	.map-search-options-submenu {
		position: relative;
	}

	.map-search-options button {
		margin: 2em 0 0 0;
		width: 100%;
		float:none;
	}

	#divSaveSearch {
		min-width: 100%;
	}
}

#map_loading_div {
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    top: 0;
}