#mapid {
    width: 100%;
    overflow: hidden;
    margin: 0;
    min-height: 800px
}

#info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background-color: #ddd;
    font: 14px Segoe UI;
    width: 200px;
    text-align: center;
    border-radius: 0 10px 0 0;
}

.bs-caret>.caret {
    left: unset;
}

#detailsbox {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    border: 2px solid #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px 30px;
    -webkit-border-radius: 10px 30px;
    border-radius: 20px 10px;
    width: 100%;
    overflow: hidden;
}

.axistxt {
    width: 200px;
    transform: matrix(0, -1, 1, 0, -90, 150);
    float: left;
    text-align: center;
    font-weight: bold;
    margin-left: 4%;
}

.btn.active {
    background-color: #008078;
    color: white;
}

.btn.disabled {
    background-color: #cdcdcd;
    color: #a2a2a2;
}

.bottomtext {
    padding-top: 10px;
    font-style: italic;
    font-weight: bold;
    /* font-size: 1.1em; */
}

.accordion-toggle:hover {
    text-decoration: none;
}

.charthead {
    text-align: center;
    font-weight: bold;
    margin-top: -3%;
    margin-bottom: 6%;
}

.charttail {
    text-align: center;
    font-weight: bold;
    margin-bottom: 3%;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.info h5 {
    margin: 0 0 5px;
    color: #555;
}

.detailbtn {
    padding: 1px 6px;
    margin: 10px 5px 5px 5px;
}

table td.outline {
    border: 1px solid silver;
    position: relative;
    text-align: center;
}

.infobtn {
    position: relative;
    float: right;
}

.leaflet-popup-content {
    margin: 5px 5px;
    text-align: center;
}

.leaflet-popup-tip {
    margin: -15px auto 0;
}

.bs-tooltip-bottom .tooltip-inner {
    max-width: 400px;
    background: rgb(245, 245, 245);
}

.tooltip {
    color: rgba(224, 224, 224, 0.8);
}

.tooltip-inner {
    max-width: 200px;
    width: min-content;
    padding: 2px 2px;
    padding: .25rem .5rem;
    color: rgb(43, 36, 36);
    text-align: center;
    background: rgba(224, 224, 224, 0.8);
    border-radius: .25rem;
    font-size: 0.75rem;
}

.arrow::before {
    border-top-color: rgba(224, 224, 224, 0.8);
}

.popover-title {
    background: rgba(235, 235, 235, 0.5);
    padding: 5px;
}

.popover-title button:first-of-type {
    color: rgba(204, 204, 204, 0.8);
}

.nav-tabs .nav-link.active {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    font-weight: bolder;
    font-size: larger;
    background-color: #eee;
}

li.resp-tab-active,
h2.resp-tab-active {
    font-weight: bolder;
}

.nav-tabs .nav-link {
    color: #5f7092;
    font-weight: bold;
}

.nav-tabs {
    border-bottom: 2px solid #e2e2e2;
    margin: 0px 0px 1em 0px;
}

.form-labels {
    padding-right: 1%;
    padding-left: 1%;
}

.bootstrap-select>.dropdown-toggle {
    width: 90%;
    white-space: nowrap;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #fff
}

.bootstrap-select>.dropdown-menu {
    z-index: 1200;
}

.form-group {
    margin: 0px 0px 5px 0px;
}

@media(max-width:767px) {
    .row {
        padding-right: 2px;
        padding-left: 2px;
    }
}

@media(min-width:768px) {
    .row {
        padding-right: 2px;
        padding-left: 2px;
    }
}

@media(min-width:992px) {
    .row {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media(min-width:1200px) {
    .row {
        padding-right: 5px;
        padding-left: 5px;
    }
}