﻿.map-container {
    height: 500px;
    width: 500px;
}
.leaflet-control-attribution.leaflet-control {
    display: none;
}

.leaflet-draw-toolbar a {
    background-image: url("./leaflet-draw/spritesheet.png") !important;
    background-repeat: no-repeat;
    color: transparent !important;
}

.leaflet-control-layers-toggle, .leaflet-touch .leaflet-control-layers-toggle {
    background-image: url("./leaflet-icons/layers.png");
    background-size: 80%;
    margin-top: 0px;
    width: 36px;
    height: 36px;
}

.leaflet-control-styleeditor .leaflet-control-styleeditor-interior {
    background-image: url("./leaflet-styleeditor/control.svg");
    background-position: 50% 50%;
    background-size: 50%;
}

.leaflet-styleeditor-header {
    background-color: white;
}

.styleeditor-nextBtn {
    background-color: white;
    background-repeat: no-repeat;
    background-image: url("./leaflet-styleeditor/icons8-save-26.png");
    background-size: contain;
    background-position: left;
}
.leaflet_font_icon .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    width: auto !important;
    height: 100% !important;
    overflow: visible;
    max-width: 100%;

}
/* center align svg elements */
.leaflet-marker-icon {
    text-align: center;
}

.popup-button{
    background-color: #234C7C;
    color:white;
    border-radius: 6px;
    border-style: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    line-height: 10px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 8px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-top:5px;
    margin-right:5px;
}

.legend {
    padding: 6px 8px;
    font: 14px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
    /*border-radius: 5px;*/
    line-height: 24px;
    color: #555;
}
.legend h4 {
    text-align: center;
    font-size: 16px;
    margin: 2px 12px 8px;
    color: #777;
}

.legend span {
    position: relative;
    bottom: 3px;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 8px 0 0;
    opacity: 0.7;
}

.legend i.icon {
    background-size: 18px;
    background-color: rgba(255, 255, 255, 1);
}
