.headbar {
    background-color: black;
    color: white;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    width: 200px;
    position: fixed;
    left: 0;
    height: 100vh;
    z-index: 1001;
    background-color: black;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

table {
    font-size: small;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

#mapid {
    height: 400px;
}

.global {
    max-height: 350px;
}

.global-emissions {
    min-height: 300px;
}

.data-lab {
    font-size: 20px;
    color: white;
}

.link {
    position: relative;
    display: block;
    max-width: 100%;
    font-size: 15px;
    background-color :black !important;
}

.list-group-item-action:hover {
    color: black !important;
}

.btn-export {
    background-color: rgb(66, 204, 192) !important;
}

.w-33 {
    width: 33% !important;
}

.w-66 {
    width: 66% !important;
}

.w-20 {
    width: 20% !important;
}

.gold {
    color: gold;
}

.silver {
    color: silver;
}

.bronze {
    color: rgb(187, 81, 20);
}

.year {
    font-size: small;
}

.small-font {
    font-size: small;
}

.pie-office {
    max-height: 300px;
}

.stacked-office {
    max-height: 300px;
}

.results {
    height: 400px;
}

.title-slider {
    font-size: 12px;
}

#simulatorPerimeter.btn.bs-placeholder {
    padding: 0;
}

#scenario.btn.bs-placeholder {
    padding: 0;
}

.filter-option-inner-inner {
    font-size: 12px;
}

tbody td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

thead td {
    position: sticky;
    top: 0;
    background: #212529;
}

#about {
    color: rgb(51, 192, 157)
}

.table-sum {
    max-height: 250px !important;
    overflow: auto;
    display: block;
}

.table-percentage {
    max-height: 200px !important;
    overflow: auto;
}

.table-tot {
    max-height: 250px !important;
    overflow: auto;
}

.row-tot {
    min-width: 200px;
}

#completion1 {
    background-color: #59EFC9
}

#completion2 {
    background-color: #59EFC9
}

td {
    min-width: 75px;
}

thead tr td {
    min-width: 110px;
}