<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#reuniao, #atas, #materiais, #pautas, #decisoes {
    padding-top: 15px;
}

th.nome {
    width: 80%;
}

th.tamanho, th.action {
    width: 10%;
    text-align: center;
}

td.tamanho-td, td.action-td{
    text-align: center;
}

#usuario-status label, #usuario-tipo label {
    width: 131px;
}

/*adcionando * campos obrigatorios*/
div.required label.control-label:after {
    content: ' *';
    color: red;
}

.logo {
    background-color: #e4e6e0;
    text-align: center;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

.reuniao-list {
    color: #006600;
}

.reuniao-list h1 {
    color: black;
    margin-bottom: 0px;
}

.reuniao-list .grid-view {
    margin-top: 20px;
}

.linha {
    border-top: 2px solid #006600;
}

.title-detalhes-reuniao {
    margin-bottom: 0px !important;
}

.data-detalhes-reuniao {
    margin-top: 5px;
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 10px;
}

fieldset legend {
    margin-bottom: 10px;
}

fieldset a {
    color: #006600;
}

fieldset a:hover {
    color: #006600;
}

.btn-home i {
    padding-right: 10px;
    border-right: 1px solid;
}

.admin-wrapper {
    background-color: #cee2f2 !important;
    padding-top: 10% !important;
}</pre></body></html>