﻿.mdl-
__drawer {
    width: 350px;
    left: -100px;
}

.mdl-layout__drawer.is-visible {
    left: 0;
}

.mdl-layout__drawer {
    width: 350px;
    left: -100px;
}

.painel {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
}

.col-25 {
    float: left;
    width: 15%;
    margin-top: 24px;
}

.col-75 {
    float: left;
    width: 95%;
    margin-top: 12px;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}

/*table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 5px;
    text-align: center;
}

td {
    padding: 10px;
    border: solid 1px #eee;
}*/

#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
}

.legend {
    padding: 6px 8px;
    font: 14px 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;*/
    line-height: 24px;
    color: #555;
}

.legend h4 {
    text-align: center;
    font-size: 16px;
    margin: 2px 12px 8px;
    color: #777;
}

.legend span {
    position: relative;
    bottom: 3px;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 8px 0 0;
    opacity: 0.7;
}

.legend i.icon {
    background-size: 18px;
    background-color: rgba(255, 255, 255, 1);
}

html, body, #map {
    height: 100%;
    width: 100%;
}

.tabulator-loading {
    background: transparent !important;
    border: transparent !important;
}

/* Estilos exclusivos para essa tabela com !important para evitar conflitos */
.booktabs-table-container {
    width: 95% !important;
    max-width: 1500px !important;
    margin: 10px auto !important; /* Centraliza o contêiner */
    overflow-x: auto !important;
}

.booktabs-table {
    width: 100% !important;
    border-collapse: collapse !important;
}

    .booktabs-table thead tr th {
        padding: 10px 15px !important;
        text-align: left !important;
        font-size: 1.1em !important;
        border-bottom: 2px solid #333 !important;
    }

    .booktabs-table tbody tr td {
        padding: 8px 15px !important;
        border-bottom: 1px solid #ccc !important;
    }

    .booktabs-table tbody tr:last-child td {
        border-bottom: none !important;
    }