body{
    overflow-x: hidden;
}

.tabelaVereador{
    max-height: 390px;
}

.tabelaVereador, #tabelaDepFederal, #tabelaDepEstadual {
    overflow: auto;
    display:inline-block;
    font-size: 0.9em;
    font-family: system-ui;
    overflow-x: hidden;
    width: 100% !important;
}

#tabelaDepFederal, #tabelaDepEstadual {
    max-height: 387px;
}

h2 {
    text-align: center;
    background-color: #e7e7e7;
    margin: 0;
    padding: 4px;
    margin-bottom: 5px;
}

.dataTables_filter{
    display: none;
}

.hide{
    display: none;
}

.eleito{
    /* background-color: #91d99a !important; */
    font-weight: bold;
}

.ultimaAtualizacao{
    font-size: 10px;
    color: #737372;
}

h4{
    display: inline-block;
}


#alert {
    position: fixed;
    bottom: -1000px;
    right: 15px;
    width: 400px;
    transition: 0.5s;
    background-color: white;
    float: right;
    border-radius: 15px;
    box-shadow: -3px 4px 6px #cfcfcf;
    z-index: 4000;
}

#alert .header{
    width: 100%;
    height: 3em;
    background-color: black;
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 10px;
    display: inline-flex;
    text-align: center;
}

#alert h1{
    margin: 0px;
    font-size: 20px;
}

#alert .top{
    background-color: red;
    width: 100%;
    text-align: center;
    color: white;
    padding: 1em;
}

#alert .body{
    text-align: center;
    border: 1px solid #8d8d8d;
    height: 100%;
    padding: 2em;
}

#alert .body .infeccao{
    font-size: 1.1em;
    color: red;
}

#alert button{
    background-color: #fe8900;
    border: navajowhite;
    color: white;
    padding: 10px 20px 10px 20px;
    margin-top: 1em;
}

#simpleAlert {
    position: fixed;
    bottom: -600px;
    right: 15px;
    width: 320px;
    transition: 0.5s;
    background-color: white;
    float: right;
    box-shadow: -3px 4px 6px #cfcfcf;
    border: 1px solid #8d8d8d;
}

#simpleAlert .header{
    width: 100%;
    height: 3em;
    background-color: #4938c5;
    color: white;
    padding: 1em;
    display: inline-flex;
}

#simpleAlert h1{
    margin: 0px;
    font-size: 20px;
}

#simpleAlert .body{
    height: 100%;
    padding: 1em;
}

#simpleAlert .message{
    margin-left: 58px;
}

#simpleAlert img{
    margin-bottom: 58px;
}