﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

.leaflet-container {
    font-family: 'Noto Sans', sans-serif;
}

.leaflet-draw-draw-circlemarker {
    display: none !important;
}

.leaflet-draw-draw-marker {
    display: none !important;
}

.leaflet-draw-section {
    /* position: static !important;*/
}

.leaflet-draw .leaflet-draw-section .leaflet-draw-toolbar a:hover {
    display: inherit;
}

.leaflet-draw .leaflet-draw-section .leaflet-draw-toolbar a:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
}

.leaflet-draw .leaflet-draw-section .leaflet-draw-toolbar a:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
}

.leaflet-bar a, .leaflet-control-layers-toggle, .leaflet-bar a, .leaflet-bar a:hover {
    display: block;
}

    .leaflet-bar a, .leaflet-bar a:hover {
        border-bottom: none;
    }

        .leaflet-bar a:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 3px;
        }

        .leaflet-bar a:last-child {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

.leaflet-control {
    z-index: 999;
}

.leaflet-bar a {
    background-color: transparent;
    color: #ffffff;
}

    .leaflet-bar a:hover, .leaflet-bar a:focus {
        background-color: transparent;
    }

    .leaflet-bar a.leaflet-disabled {
        cursor: default;
        background-color: transparent;
        color: #ffffff;
    }

.leaflet-right .leaflet-control {
    margin-right: 0px;
}

.leaflet-right .leaflet-control-attribution {
    display: none;
}
/*.leaflet-touch .leaflet-bar,*/
.leaflet-touch .leaflet-control-zoom {
    background-color: rgba(0, 0, 0, 0.62);
    /* background: linear-gradient(237deg, #058330, #f1cd16);*/
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 100px;
    padding: 5px 1px;
}


.leaflet-touch .leaflet-control-zoom-in, .leaflet-control-zoom-out {
    font-size: 19px !important;
}

.leaflet-touch .leaflet-bar a {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.leaflet-touch .leaflet-bar {
    border: none;
}

.leaflet-bar {
    border-radius: 3px;
}

/*.geocoder-control {
    left: 10.4%;
}*/
.leaflet-control-layers {
    background-color: rgba(159, 89, 26, 0.80);
}

    .leaflet-control-layers label span {
        color: #ffffff !important;
        font-size: 11px !important;
    }

    .leaflet-control-layers label {
        margin-bottom: 3px;
    }

.leaflet-touch .geocoder-control {
    width: 28px;
    height: 28px;
}

.geocoder-control input {
    padding: 7px 25px;
    background-color: rgba(161, 93, 33, 0.71);
    background-image: url('../../images/search.png');
    background-size: 20px;
}

    .geocoder-control input:focus {
        border: none;
    }

.leaflet-control {
    clear: unset;
}

ul.geocoder-control-suggestions {
    border-radius: 2px;
    padding: 0px 8px;
}

.leaflet-top {
    top: 0px;
    position: unset !important
}

.leaflet-control-zoom {
    position: absolute;
    right: 0.7rem;
    top: 92px;
}

.leaflet-draw {
    position: absolute;
    right: 4px;
    top: 3.3em;
    background-color: rgba(161, 93, 33, 0.71);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 3px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 28px;
    height: 28px;
    box-shadow: 0 1.5px 3px rgba(0,0,0,.25);
}

.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../images/layers.png);
    background-size: 18px 18px;
    background-position: 50% 50%;
}

.leaflet-control-layers {
    border-radius: 4px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 3px;
    overflow: auto;
}

.leaflet-draw .leaflet-control {
    width: 32px;
    top: 365px;
    left: -62px;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: -12px;
    right: -11px;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 23px;
    height: 23px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    padding: 2px;
    background-color: #364245;
    overflow: visible;
    border: 2px solid #fff;
}

    .leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {
        color: #ffffff;
    }

    .leaflet-container a.leaflet-popup-close-button span {
        position: relative;
        top: -5px;
    }

.leaflet-touch .leaflet-control-zoom {
    background: rgba(161, 93, 33, 0.71);
    /* background: linear-gradient(237deg, #058330, #f1cd16); */
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 3px;
    padding: 0px 0px;
    position: relative;
    left: 4px;
    top: 45px;
}

.leaflet-popup-content {
    margin: 6px 6px;
    line-height: 20px;
}

.leaflet-popup-content {
    width: 260px !important;
}

.leaflet-popup-content {
    width: 400px !important;
}

.leaflet-grab {
    cursor: default;
}
/*.leaflet-retina .leaflet-draw-toolbar a {
    background: url(~/images/spritesheet.svg) !important;
}
*/


.leaflet-touch .geocoder-control-input {
    height: 28px;
    /* width: 28px;*/
    box-shadow: 0 1.5px 3px rgba(0,0,0,.25);
    background-size: 28px !important;
    color: #ffffff;
}

.geocoder-control input {
    padding-left: 0px !important;
    /*display:none;*/
}

/*Custom Popup For Weather Info */
.custom-popup .leaflet-popup-tip-container {
    width: 30px;
    height: 15px;
}

.custom-popup .leaflet-popup-content {
    width: 60px !important;
}


.custom-popup .leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff0 !important;
    color: #3330 !important;
    box-shadow: 0px 0px !important;
}


/*Custom Popup For Weather Info */



.marker-icon-drawer {
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(8px);
    width: 105px;
    height: 26px;
    position: absolute;
    left: 83px;
    bottom: -79px;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    padding: 3px 3px 3px 7px;
    font-family: 'Noto Sans', sans-serif;
}

.marker-icon-css {
    background: #ffffff;
    width: 18px;
    height: 18px;
    position: absolute;
    margin-top: 1px;
    margin-left: 2px;
    border: none;
    border-radius: 40px;
}

    .marker-icon-css span {
        color: #07915a;
        font-size: 14px;
        line-height: 17px;
        position: relative;
        vertical-align: text-bottom;
    }

.marker-icon-closebtn {
    position: absolute;
    top: -8px;
    left: 102px;
    text-align: center;
    width: 18px;
    height: 18px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer !important;
    border-radius: 50%;
    background-color: #332e2b;
    overflow: visible;
    border: 2px solid #fff;
}

    .marker-icon-closebtn span {
        position: relative;
        top: -4px;
        font-size: 10px;
    }

.marker-icon-dot {
    width: 6px;
    border: 1px solid;
    height: 6px;
    position: absolute;
    background: #07915a;
    top: 98px;
    left: 39px;
    border-radius: 50%;
}


.leaflet-touch .geocoder-control-suggestions {
    top: 30px !important;
    width: 291px !important;
    margin-left: -29px !important;
    color: black;
    /* box-shadow: 0 1.5px 3px rgba(0,0,0,.25); */
    background-size: 33px !important;
}

.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(255, 255, 255, 0.2);
    top: 0px !important;
    margin-right: 0px !important;
}

.leaflet-left .leaflet-control {
    margin-left: 0px;
    margin-bottom: 0;
}

.leaflet-draw-section {
    top: 0px !important;
}

.leaflet-draw-toolbar {
    top: 20px !important;
}

.leaflet-touch .geocoder-control-input {
    height: 34px;
    line-height: 30px;
    background-size: 30px;
    top: 0px;
    left: -23px;
}

.leaflet-retina .leaflet-draw-toolbar a {
    background-image: url('images/spritesheet-2x.png');
    background-image: linear-gradient(transparent,transparent),url('../../images/spritesheet.svg') !important;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
    background-position: -15px -1px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
    background-position: -45px -1px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
    background-position: -75px -1px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
    background-position: -105px -1px;
}

@media (min-width: 1920px) and (max-width: 2560px) {

    .leaflet-draw-section .leaflet-draw-toolbar a {
        background-image: url('images/spritesheet-2x.png');
        background-image: linear-gradient(transparent,transparent),url('../../images/spritesheet.svg') !important;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
        background-position: -15px -1px;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
        background-position: -45px -1px;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
        background-position: -75px -1px;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
        background-position: -105px -1px;
    }

    .sidepanel2 {
        bottom: 21.7em;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1366px) {
    .leaflet-retina .leaflet-draw-toolbar a {
        background-image: url('images/spritesheet-2x.png');
        background-image: linear-gradient(transparent,transparent),url('../../images/spritesheet.svg') !important;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
        background-position: -15px -1px;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
        background-position: -45px -1px;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
        background-position: -75px -1px;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
        background-position: -105px -1px;
    }
}


@media screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .leaflet-top .leaflet-control {
        margin-top: 7px;
    }

    .geocoder-control input {
        padding-left: 3px !important;
    }

    .geocoder-control {
        left: 0px;
    }

    .leaflet-right .leaflet-control {
        margin-right: 164px;
    }

    .leaflet-touch .leaflet-control-layers-toggle {
        width: 25px;
        height: 25px;
    }

    .geocoder-control-input {
        left: 71px;
    }

    .leaflet-touch .geocoder-control-input {
        height: 31px !important;
    }

    .leaflet-touch .geocoder-control {
        width: auto;
    }

    .leaflet-retina .leaflet-control-layers-toggle {
        background-size: 16px 16px;
    }

    .leaflet-touch .geocoder-control-input {
        height: 29px !important;
        /*width: 40px !important;*/
        background-size: 29px !important;
    }

    .leaflet-retina .leaflet-draw-toolbar a {
        background-image: url('images/spritesheet-2x.png');
        background-image: linear-gradient(transparent,transparent),url('../../images/spritesheet.svg') !important;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
        background-position: -15px -1px;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
        background-position: -45px -1px;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
        background-position: -75px -1px;
    }

    .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
        background-position: -105px -1px;
    }
}
