﻿body {
    background: #092a52 !important;
    background-image: linear-gradient(-60deg, rgb(9, 42, 82), rgb(77, 108, 143)) !important;
    background-position-x: initial !important;
    background-position-y: initial !important;
    background-size: initial !important;
    background-repeat-x: initial !important;
    background-repeat-y: initial !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-color: initial !important;
}
/*#searchMap .container-fluid {
    padding-right: 0;
    padding-left: 0;
}*/
#searchForm {
    margin-top: 10px;
}
#mapFilters {
    height: 700px;
    background-color: #fff;
    overflow-y: auto;
}
    #mapFilters::-webkit-scrollbar {
        display: none;
}
#mapFilters button {
    margin-top: 5px;
}
    #mapFilters h4 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        /*background-color: rgb(77, 108, 143);
        padding: 15px;
        border-radius: 3px;
        text-align: center;*/
    }
    #mapFilters .searchFormHeader {
        color: #fff;
        background-color: rgb(77, 108, 143);
        padding: 5px;
        border-radius: 3px;
        text-align: center;
        margin-top: 10px;
    }
#mapFilters .searchFormHeader i {
    float: right;
}
        #filterHeader {
            text-align: center;
            background-color: #ffffff;
            padding-top: 10px;
        }
#mapPanel {
    height: 100%;
    background-color: #d5d9d9;
}
.marker {
    background-image: url('~/Content/Media/map/waterdrop.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
#mapid, .mapContainer {
    height: 700px;
}

#mapPanel.col-lg-10 {
    padding: 0;
}

#mapSearchedLocation, .resultsCount {
    text-align: left;
    background-color: rgb(77, 108, 143);
    color: #ffffff;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 10px;
}
    .resultsCount i {
        margin-top: 3px;
        margin-right: 5px;
    }
.mapSearchButton, .mapPlaceButton {
    text-align: center;
    font: 12px/27px "Roboto",sans-serif;
    font-weight: bold;
    color: #fff;
    /*    text-transform: uppercase;
*/ display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    height: 35px;
    padding: 1px 20px;
    background: #19b68d;
}
#resetPanel {
    text-align: right;
}
    #resetPanel .mapSearchButton,
    .mapPlaceButton {
        font: 10px/25px "Roboto",sans-serif;
        height: 30px;
        padding: 1px 10px;
    }
    .mapPlaceButton {
        margin-top: 15px;
        width: 100%;
    }
.mapSearchButton:hover {
    background: #039d8d;
}
.mapSearchInput {
    padding: 3px;
    width: 100%;
}

.leaflet-container a {
     color: #fff !important;
     text-decoration: none;
}
    .leaflet-container a:hover {
        color: #fff !important;
    }
.leaflet-container a,
.leaflet-container a:hover {
    color: rgb(77, 108, 143) !important;
}

.leaflet-container .mapPopUp a,
.leaflet-container .mapPopUp a:hover {
    color: #fff !important;
}
.placeDetails {
    z-index: 1001;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    /*    left: 253px;
*/ height: 700px;
    right: 0;
    overflow-y: scroll;
}
.closebtn {
    position: absolute;
    top: -5px;
    right: 15px;
    font-weight: normal;
    font-size: 55px;
    color: #039d8d !important;
    padding: 0 10px 0 10px;
    background-color: rgb(77, 108, 143);
    z-index: 9999;
}
    .closebtn:hover, .closebtn:focus {
        color: #08C9B5 !important;  
        text-decoration: none;
        cursor: pointer;
    }

.mapPopUp .header {
    color: rgb(77, 108, 143);
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
    background-color: rgb(77, 108, 143);
    padding: 15px;
    border-radius: 3px;
    text-align: center;
}
.mapPopuUp .feature,
.mapPopuUp .address {
    margin-bottom: 5px;
}
.locationChoice {
    cursor: pointer;
    background-color: rgb(77, 108, 143);
    color: #ffffff;
    padding: 3px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 12px;
}
#updatePlacesInThisArea {
    text-align: center;
    z-index: 9999;
    display: none;
}
.updatePlacesInThisAreaBtn {
    z-index: 9999;
    position: relative;
    top: 5px;
}
@media (max-width: 1024px) {
    #mapFilters {
        height: auto;
        padding-bottom: 10px;
    }
    #mapid, .mapContainer {
        height: 500px;
    }
    .placeDetails {
        z-index: 1001;
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: 0; 
        height: 100%;
        right: 0;
        overflow-y: scroll;
    }
}
#resultsFoundList {
/*    margin-left: 10px;
*/}
    #resultsFoundList a {
        
    }
    #resultsFoundList span {
    vertical-align: middle;
    }
    #resultsFoundList .placeResult {
        height: 52px;
        cursor: pointer;
    }
#resultsFoundList img {
    margin: 5px;
}
#resultsFoundList .contentItem {
    margin-top: 10px;
    padding: 0 10px 0 10px;
    overflow: inherit;
}
#mapSearchForm.col-lg-12,
#mapSearchForm .col-lg-12,
#mapSearchForm .col-lg-6 {
    padding: 0;
}
#mapSearchForm .col-lg-6 {
    width: 50%;
    float: left;
}
    #mapSearchForm .col-lg-6 .mapSearchButton {
        width: 99%;
    }
#resetPanel .mapSearchButton {
    margin-right: 2px;
    height: 25px;
}
@media(max-width: 1200px) {
        #mapFilters {
        height: auto;
    }
}
@media(min-width: 1200px) {
    #mapFilters {
        height: 700px;
    }
}

@media (max-width: 640px) {

    #CampercationLogoMap {
        max-width: 50px;
    }

    #mapFilters .searchFormHeader {
        padding: 5px;
    }

    .closebtn {
        margin-top: 0;
    }
    #mapSearchedLocation {
        padding-left: 0;
    }
    #mapFilters.col-lg-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #footer {
        font-size: 12px;
    }

    footer .col-lg-3 {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }
    #footer {
        margin: 0 5px 0 5px;
    }
    #footerCopy {
        margin-left: 0px;
    }
}