body {
    font-size: 1rem;
    color: #000000 !important;
}

body,
label,
.checkbox label {
    font-weight: 300;
}

header {
    padding: 1px 0;
}

#navTwo {
    border-top: solid 1px #696969;
    padding-top: 1em;
    padding-bottom: 1em;
}

#mapbox {
    height: 86vh;
    width: 100%;
    border: solid 3px #FFFFFF;
}


.btn-outline-light:hover {
    color: #FFFFFF !important;
}

footer {
    height: 2vh;
}

#mapbox.red_map {
    border-color: #fdc7c7;
}

#mapbox.orange_map {
    border-color: #fcc392;
}

#mapbox.blue_map {
    border-color: #9ad5fc;
}

#spinner {
    visibility: hidden;
    position: absolute;
    z-index: 8500;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .9) url('./images/loader.gif') 50% 50% no-repeat;
}

.btn {
    display: inline-flex;
    align-items: center;
    /* center the content vertically */
    --padding-x: 1.2em;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-draw-actions a {
    font-size: 1.2rem;
    line-height: 30px;
    height: 30px;
}

.modal {
    z-index: 9000;
}

.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none;
}

.modal.modal-fullscreen .modal-body {
    overflow-y: auto;
}

#info_content {
    visibility: hidden;
}

.leaflet-container .leaflet-control-mouseposition {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px #bbb;
    padding: 0 5px;
    margin: 0;
    color: #333;
    font-size: 1.2rem;
}


.leaflet-container {
    font-size: 0.75rem;
}

.btn-sm,
.btn-group-sm>.btn {
    font-size: 0.875rem !important;
}

.form-control-sm {
    font-size: 0.875rem !important;
}

.leaflet-control-scale-line {
    font-size: 0.75rem !important;
    width: 57px;
}


a.dropdown-item {
    font-size: 1rem;
}

div.datepicker-calendar {
    width: 261px;
}

div.datepicker-calendar div.datepicker-month {
    height: 24px;
}

div.datepicker-calendar div.datepicker-month-wrap {
    height: 30px;
}

h6 {
    font-size: 1.25rem !important;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
    /* CSP-safe hamburger icon (no data: URI) */
    background-size: 22px 2px, 22px 2px, 22px 2px;
    background-position: center 7px, center 14px, center 21px;
    background-repeat: no-repeat;
}

.navbar-dark .navbar-toggler-icon {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}

.navbar-light .navbar-toggler-icon {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

@media (min-width: 576px) {
    .form-inline .form-control.pzones-range-input {
        display: inline-block;
        width: 5rem;
        vertical-align: middle;
    }
}
