body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#sidebar {
    z-index: 2000;
}

#sidebar .uk-table td {
    border-bottom: none;
}

.full-height {
    height: 100%;
}

.camera-popup,
.camera-popup .leaflet-popup-content-wrapper,
.camera-popup .leaflet-popup-content {
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.camera-popup .leaflet-popup-content-wrapper {
    text-align: center;
    background: transparent;
    width: 80vw;
    padding-top: 56.25%;
}

@media (orientation: landscape) {
    .camera-popup .leaflet-popup-content-wrapper {
        width: 40vw;
    }
}

.camera-popup .leaflet-popup-content {
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.camera-popup,
.camera-popup .leaflet-popup-content,
.camera-popup .leaflet-popup-tip,
.camera-popup .leaflet-popup-close-button {
    text-align: center;
    color: white;
    background-color: black;
}

#map .leaflet-default-icon-path {
    background-image: url(images/marker.svg);
}

#map .leaflet-control-layers-toggle {
    background-image: url(images/layers.svg);
}

#map .waypoint {
    background: rgb(128, 128, 255);
    border-radius: 50%;
}

#map .waypoint.red {
    background: rgba(255, 130, 130, .6);
    border: 2px solid rgba(128, 128, 255, .6);
}

#map .waypoint.green {
    background: rgba(130, 255, 147, .6);
    border: 2px solid rgba(128, 128, 255, .6);
}

#map .leaflet-marker-icon {
    outline: none;
    filter: drop-shadow(0 0 1px black);
}

#map .leaflet-marker-icon:focus, #map .leaflet-marker-icon.active {
    filter: brightness(1.25);
}

.range-btn-grp input.range {
    border: 0;
    width: 0;
}

.range-btn-grp .range-clear-btn {
    padding-left: 12px;
    padding-right: 12px;
}

:disabled .uk-icon {
    cursor: default;
}

.uk-table td {
    padding: 8px 0;
    vertical-align: top;
}

.left20px {
    left: 20px;
}

svg.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
