.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
     border: 0;
    border-radius: .25rem;
    opacity: .5;
}
.error-message {
    position:fixed; 
    top: 5px; 
    left: 10%; 
    width: 80%;
    z-index:9999; 
    border-radius:0px
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 90px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    z-index: 99;
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 11.5rem;
        padding: 0;
    }
}

.navbar {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 767.98px) {
    .navbar {
        top: 0;
        position: sticky;
        z-index: 999;
    }
}

.sidebar .nav-link {
    color: #333;
}

    .sidebar .nav-link.active {
        color: #0d6efd;
    }

#chartdiv {
    width: 100%;
    height: 180px;
}

#mapid {
    float: left;
    height: 80vh;
    width: 78vw;
}

.leaflet-popup-content-wrapper {
    background: #1565C0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

    .leaflet-popup-content-wrapper a {
        color: white;
        color: rgba(255, 255, 255, 0.5);
    }

.leaflet-popup-tip-container {
    width: 30px;
    height: 15px;
}

.leaflet-popup-tip {
    background: #1565C0;
}

.info {
    width: 300px;
    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);
    border-radius: 5px;
}

    .info h4 {
        margin: 0 0 5px;
        color: #777;
    }

.legend {
    width: 150px;
}

.biglegend {
    width: 200px;
}

.circle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.alarm {
    background-color: #FFEB3B;
}

.normal {
    background-color: #8BC34A;
}

.alarmAlt {
    background-color: #FDD835;
}

.normalAlt {
    background-color: #7CB342;
}

.prsone {
    color: dodgerblue;
    font-style: italic;
}

.prstwo {
    color: red;
    font-weight: bold;
}