﻿
#locationPicker {
    width: 100%;
    height: 250px;
}

#site-map {
    width: 100%;
    height: 200px;
}

.coordinates {
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 5px 10px;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
    border-radius: 3px;
    display: none;
}

.marker {
    display: block;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}

.geocoder {
    width: 100%;
}

.mapboxgl-user-location-dot {
    display: none;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
    display: none;
}

.mapboxgl-ctrl-geocoder.mapboxgl-ctrl{
    box-shadow: none;
}
    .mapboxgl-ctrl-geocoder.mapboxgl-ctrl input {
        border: 1px solid #7a7a7a;
        color: #7a7a7a;
    }

.mapboxgl-ctrl-geocoder {
    width: 100%;
    min-width: unset;
    max-width: unset;
}

    .mapboxgl-ctrl-geocoder input[type='text'] {
        height: 34px;
        padding: 7px 10px 7px 40px;
    }

.geocoder-icon.geocoder-icon-search {
    top: 7px;
}

.geocoder-icon.geocoder-icon-close {
    top: 7px;
}

.mapboxgl-ctrl-geocoder .geocoder-pin-right * {
    top: 7px;
}

#searchLocation {
    display: none;
}

#divSiteSearchLatitude {
    padding-left: 0px;
}

#divSiteSearchLongitude {
    padding-left: 0px;
    padding-right: 0px;
}

#divSiteSearchHeader {
    padding-bottom: 0px;
}

#divSearchBySite div {
    padding: 0px;
}

#divSetCoordinates{
    padding: 0px;
}

#mapboxMap {
    height: 250px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
    #divSiteSearchLatitude, #divSiteSearchLongitude {
        padding-left: unset;
        padding-right: unset;
    }

    #divSearchByMap {
        padding-top: 0px;
    }

    #divSearchByLocation ul {
        margin-bottom: 0px;
    }
}

#divSearchByLocation {
    padding-bottom: 0px;
}

#divSearchByMap {
    padding-bottom: 0px;
}

#divSearchByLocationResults {
    padding: 0px;
    display: none;
}

#siteLocationMatchesHeader {
    display: none;
}

    #siteLocationMatchesHeader img {
        margin-right: 5px;
    }

#divSiteNameMatches {
    padding: 0px;
    display: none;
}

#divSiteNameMatchesLoader {
    padding-top: 0px;
}