#dvMap {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
}

#bo_gmap {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
}

.leaflet-control {
    display: none;
}

.leaflet-contextmenu {
    display: none !important;
}

.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
    filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}

.leaflet-container {
    background: #000
}

.leaflet-control-zoom,
.leaflet-control-attribution,
.leaflet-control-scale-line,
#ctrl_clock,
#ctrl_lmimg,
#ctrl_inf,
#ctrl_strokes,
#ctrl_pos,
#ctrl_snd,
#ctrl_st,
#ctrl_settings {
    display: none;
}

#map-select-buttons {
    z-index: 2;
    position: fixed;
    bottom: 130px;
    right: 5px;
    box-shadow: 0px 0px 3px 1px black;
}

.btn {
    font-size: 10pt !important;
    font-weight: normal;
}
