.map-holder {
    height: calc(100vh - var(--header-min-value, 7em));
    width: 100vw;
    z-index: 0;
    pointer-events: auto; 
}
.map-holder .ol-zoomslider, .ol-zoom {
    right: 1em;
    left: auto;
}
#map-overlays {
    z-index: 4000;
    position: relative;
    top: 0.5em;
    left: 0.5em;
    height: 0px;
}
.row {
    margin-bottom: 0.2em;
    margin-right: 0px;
    width: 100vw;
}
#map-overlays > div {
    margin-bottom: 0.2em;
}
.fall-through {
    pointer-events: none;
}
.map-layer, #map-title {
    pointer-events: auto;
    max-width: 80vw;
}
.map-controls {
    font-size: 0.9em;
}
.map-control-buttons, #trace-buttons, .trace-card, #search-results, #map-fader-slider, .widget-area, .layer-label {
    width: 100%;
}
@media screen and (min-width: 1300px) {
    .map-controls-outer {
        max-width: 20vw;
    }
}
.hidden {
    display: none;
}
#trace-card > div {
    padding-left: 6px;
    padding-right: 6px;
}
.inner-form {
    padding-right: 0px;
}
.btn-xs {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .6rem;
}
.layer-input-label {
    width: 5.3em;
}
.trace-label {
    width: 3.5em;
}
.container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.ol-zoom {
    position: absolute;
    right: 1em
}
.ol-zoomslider {
    position: absolute;
    right: 1em;
    top: 2em
}
.ol-rotate {
    position: absolute;
    right: 1em;
    top: 2em
}
.ol-attribution {
    position: absolute;
    bottom: 1em;
    right: 1em
}
.ol-zoom-extent {
    position: absolute;
    right: 1em;
    top: 4em
}
.ol-popup-close {
    background: url( ../../img/close.gif );
	cursor: pointer;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.ol-popup-bg {
    background-color: white;
    opacity: 1;
    width: 282px;
    height: 220px;
}

body {background-color: black;}