﻿#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;
}

@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_search {
    min-height: 600px
}

#map_message {
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    text-align: right;
    color: #000000;
    padding: .5em;
}

.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 {
    z-index: 1000;
    width: 100%;
    background: #ffffff;
}

.map-search-options-header {
    display: inline-block;
    padding: 0 .5em;
    border-right: 1px solid black;
    cursor: pointer;
}

    .map-search-options-header > div {
        height: 55px;
        line-height: 55px;
    }

    .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:white;
    padding-bottom: .5em;
    box-shadow: 0 0 5px #000;
    padding: 1em;
}

    .map-search-options-submenu input[type="checkbox"] {
        margin-right: 0.25em;
    }

    .map-search-options-submenu label {
        min-width: 110px;
        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;
        }

#divSaveSearch {
    min-width: 400px;
    max-width: 600px;
    min-height: 200px;
}

@media screen and (max-width:48em) {
    #map_search {
        min-height: 300px
    }

    #map_message {
        position: relative;
        margin-top: -60px;
    }

    #map_search_options_container {
        position: relative;
    }

    .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;
}
