.leaflet-pane {
    left: 0px;
    top: 0px;
    position: absolute;
}

.leaflet-tile {
    left: 0px;
    top: 0px;
    position: absolute;
}

.leaflet-marker-icon {
    left: 0px;
    top: 0px;
    position: absolute;
}

.leaflet-marker-shadow {
    left: 0px;
    top: 0px;
    position: absolute;
}

.leaflet-tile-container {
    left: 0px;
    top: 0px;
    position: absolute;
}

.leaflet-pane > svg {
    left: 0px;
    top: 0px;
    position: absolute;
}

.leaflet-pane > canvas {
    left: 0px;
    top: 0px;
    position: absolute;
}

.leaflet-zoom-box {
    left: 0px;
    top: 0px;
    position: absolute;
}

.leaflet-image-layer {
    left: 0px;
    top: 0px;
    position: absolute;
}

.leaflet-layer {
    left: 0px;
    top: 0px;
    position: absolute;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.leaflet-marker-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon {
    display: block;
}

.leaflet-marker-shadow {
    display: block;
}

.leaflet-container .leaflet-overlay-pane svg {
    max-height: none !important;
    max-width: none !important;
}

.leaflet-container .leaflet-marker-pane img {
    max-height: none !important;
    max-width: none !important;
}

.leaflet-container .leaflet-shadow-pane img {
    max-height: none !important;
    max-width: none !important;
}

.leaflet-container .leaflet-tile-pane img {
    max-height: none !important;
    max-width: none !important;
}

.leaflet-container img.leaflet-image-layer {
    max-height: none !important;
    max-width: none !important;
}

.leaflet-container .leaflet-tile {
    max-height: none !important;
    max-width: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
        -ms-touch-action: none;
        touch-action: none;
    }

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

    .leaflet-container a {
        -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
    }

.leaflet-tile {
    visibility: hidden;
    filter: inherit;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0px;
    height: 0px;
    z-index: 800;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    display: inline-block;
    position: absolute;
    behavior: url(#default#VML);
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: auto;
}

.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0px;
}

.leaflet-right {
    right: 0px;
}

.leaflet-bottom {
    bottom: 0px;
}

.leaflet-left {
    left: 0px;
}

.leaflet-control {
    clear: both;
    float: left;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    transition: opacity 0.2s linear;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.leaflet-pan-anim .leaflet-tile {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
}

.leaflet-crosshair {
    cursor: crosshair;
}

    .leaflet-crosshair .leaflet-interactive {
        cursor: crosshair;
    }

.leaflet-popup-pane {
    cursor: auto;
}

.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab {
    cursor: move;
}

    .leaflet-dragging .leaflet-grab .leaflet-interactive {
        cursor: move;
    }

.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
}

.leaflet-marker-icon {
    pointer-events: none;
}

.leaflet-marker-shadow {
    pointer-events: none;
}

.leaflet-image-layer {
    pointer-events: none;
}

.leaflet-pane > svg path {
    pointer-events: none;
}

.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive {
    pointer-events: auto;
}

.leaflet-image-layer.leaflet-interactive {
    pointer-events: auto;
}

.leaflet-pane > svg path.leaflet-interactive {
    pointer-events: auto;
}

.leaflet-container {
    background: rgb(221, 221, 221);
    outline: 0px;
}

    .leaflet-container a {
        color: rgb(0, 120, 168);
    }

        .leaflet-container a.leaflet-active {
            outline: orange solid 2px;
        }

.leaflet-zoom-box {
    background: rgba(255, 255, 255, 0.5);
    border: 2px dotted rgb(51, 136, 255);
    border-image: none;
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
}

.leaflet-bar {
    border-radius: 4px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.65);
}

    .leaflet-bar a {
        width: 26px;
        height: 26px;
        text-align: center;
        color: black;
        line-height: 26px;
        text-decoration: none;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        background-color: rgb(255, 255, 255);
    }

        .leaflet-bar a:hover {
            width: 26px;
            height: 26px;
            text-align: center;
            color: black;
            line-height: 26px;
            text-decoration: none;
            border-bottom-color: rgb(204, 204, 204);
            border-bottom-width: 1px;
            border-bottom-style: solid;
            display: block;
            background-color: rgb(255, 255, 255);
        }

    .leaflet-bar a {
        background-position: 50% 50%;
        display: block;
        background-repeat: no-repeat;
    }

.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    display: block;
    background-repeat: no-repeat;
}

.leaflet-bar a:hover {
    background-color: rgb(244, 244, 244);
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.leaflet-bar a.leaflet-disabled {
    color: rgb(187, 187, 187);
    cursor: default;
    background-color: rgb(244, 244, 244);
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

    .leaflet-touch .leaflet-bar a:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .leaflet-touch .leaflet-bar a:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

.leaflet-control-zoom-in {
    font: bold 18px/normal "Lucida Console", Monaco, monospace;
    text-indent: 1px;
    font-size-adjust: none;
    font-stretch: normal;
}

.leaflet-control-zoom-out {
    font: bold 18px/normal "Lucida Console", Monaco, monospace;
    text-indent: 1px;
    font-size-adjust: none;
    font-stretch: normal;
}

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

.leaflet-control-layers {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}

.leaflet-control-layers-toggle {
    width: 36px;
    height: 36px;
    background-image: url("images/layers.png");
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url("images/layers-2x.png");
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    background: rgb(255, 255, 255);
    padding: 6px 10px 6px 6px;
    color: rgb(51, 51, 51);
}

.leaflet-control-layers-scrollbar {
    padding-right: 5px;
    -ms-overflow-x: hidden;
    -ms-overflow-y: scroll;
}

.leaflet-control-layers-selector {
    top: 1px;
    margin-top: 2px;
    position: relative;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    margin: 5px -10px 5px -6px;
    height: 0px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.leaflet-default-icon-path {
    background-image: url("images/marker-icon.png");
}

.leaflet-container .leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.7);
    margin: 0px;
}

.leaflet-control-attribution {
    padding: 0px 5px;
    color: rgb(51, 51, 51);
}

.leaflet-control-scale-line {
    padding: 0px 5px;
    color: rgb(51, 51, 51);
}

.leaflet-control-attribution a {
    text-decoration: none;
}

    .leaflet-control-attribution a:hover {
        text-decoration: underline;
    }

.leaflet-container .leaflet-control-attribution {
    font-size: 11px;
}

.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    background: rgba(255, 255, 255, 0.5);
    border-width: medium 2px 2px;
    border-style: none solid solid;
    border-color: currentColor rgb(119, 119, 119) rgb(119, 119, 119);
    padding: 2px 5px 1px;
    border-image: none;
    line-height: 1.1;
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

:not(:first-child).leaflet-control-scale-line {
    margin-top: -2px;
    border-top-color: rgb(119, 119, 119);
    border-bottom-color: currentColor;
    border-top-width: 2px;
    border-bottom-width: medium;
    border-top-style: solid;
    border-bottom-style: none;
}

:not(:first-child):not(:last-child).leaflet-control-scale-line {
    border-bottom-color: rgb(119, 119, 119);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.leaflet-touch .leaflet-control-attribution {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers {
    box-shadow: none;
}

.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-image: none;
    background-clip: padding-box;
}

.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-image: none;
    background-clip: padding-box;
}

.leaflet-popup {
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    border-radius: 12px;
    text-align: left;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

    .leaflet-popup-content p {
        margin: 18px 0px;
    }

.leaflet-popup-tip-container {
    left: 50%;
    width: 40px;
    height: 20px;
    overflow: hidden;
    margin-left: -20px;
    position: absolute;
    pointer-events: none;
}

.leaflet-popup-tip {
    margin: -10px auto 0px;
    padding: 1px;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.leaflet-popup-content-wrapper {
    background: white;
    color: rgb(51, 51, 51);
    box-shadow: 0px 3px 14px rgba(0,0,0,0.4);
}

.leaflet-popup-tip {
    background: white;
    color: rgb(51, 51, 51);
    box-shadow: 0px 3px 14px rgba(0,0,0,0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    background: none;
    font: bold 16px/14px Tahoma, Verdana, sans-serif;
    padding: 4px 4px 0px 0px;
    border: currentColor;
    border-image: none;
    top: 0px;
    width: 18px;
    height: 14px;
    text-align: center;
    right: 0px;
    color: rgb(195, 195, 195);
    text-decoration: none;
    position: absolute;
    font-size-adjust: none;
    font-stretch: normal;
}

    .leaflet-container a.leaflet-popup-close-button:hover {
        color: rgb(153, 153, 153);
    }

.leaflet-popup-scrolled {
    overflow: auto;
    border-top-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    margin: 0px auto;
    width: 24px;
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom {
    border: 1px solid rgb(153, 153, 153);
    border-image: none;
}

.leaflet-oldie .leaflet-control-layers {
    border: 1px solid rgb(153, 153, 153);
    border-image: none;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    border: 1px solid rgb(153, 153, 153);
    border-image: none;
}

.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid rgb(153, 153, 153);
    border-image: none;
}

.leaflet-div-icon {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(102, 102, 102);
    border-image: none;
}

.leaflet-tooltip {
    padding: 6px;
    border-radius: 3px;
    border: 1px solid rgb(255, 255, 255);
    border-image: none;
    color: rgb(34, 34, 34);
    white-space: nowrap;
    position: absolute;
    pointer-events: none;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    -ms-user-select: none;
    background-color: rgb(255, 255, 255);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .leaflet-tooltip.leaflet-clickable {
        cursor: pointer;
        pointer-events: auto;
    }

.leaflet-tooltip-top::before {
    background: none;
    border: 6px solid transparent;
    border-image: none;
    position: absolute;
    content: "";
    pointer-events: none;
}

.leaflet-tooltip-bottom::before {
    background: none;
    border: 6px solid transparent;
    border-image: none;
    position: absolute;
    content: "";
    pointer-events: none;
}

.leaflet-tooltip-left::before {
    background: none;
    border: 6px solid transparent;
    border-image: none;
    position: absolute;
    content: "";
    pointer-events: none;
}

.leaflet-tooltip-right::before {
    background: none;
    border: 6px solid transparent;
    border-image: none;
    position: absolute;
    content: "";
    pointer-events: none;
}

.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom::before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top::before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top::before {
    bottom: 0px;
    margin-bottom: -12px;
    border-top-color: rgb(255, 255, 255);
}

.leaflet-tooltip-bottom::before {
    top: 0px;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: rgb(255, 255, 255);
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left::before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-right::before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left::before {
    right: 0px;
    margin-right: -12px;
    border-left-color: rgb(255, 255, 255);
}

.leaflet-tooltip-right::before {
    left: 0px;
    margin-left: -12px;
    border-right-color: rgb(255, 255, 255);
}
