/*
NÃO MEXER NESSE ARQUIVOS. ELE É O CSS PADRAO PARA TODOS OS PROJETOS.
DEVE SER O PRIMEIRO ARQUIVO A SER CARREGADO.
*/


/*table {
    table-layout: fixed;
}
*/

table.table th {
    background-color: #dbdbdb;
}

table.table .btn-group-table {
    white-space: nowrap;
    width: 1%;
}

input.form-control {
    margin-bottom: 10px;
}

.floatfix:after {
    display: block;
    overflow: auto;
    clear: both;
    content: "";
}

.obj_centralizado {
    display: block;
    margin: 0px auto;
    text-align: center
}
.select_centralizado{
    display: inline-block;
    text-align: center
}

.txt_centralizado {
    display: inline-block;
    width: 100%;
    text-align: center
}

.texto_wysiwyg {
    background-color: inherit;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    list-style-type: inherit;
    /*
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    */
}

.texto_wysiwyg * {
    background-color: inherit;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    list-style-type: inherit;
    /*
    text-decoration: inherit;
    font-weight: inherit;
    font-style: inherit;    
    */
}

.texto_wysiwyg img {
    margin: 4px;
}

.texto_wysiwyg p {
    margin: 0px;
    padding: 0px;
}

.texto_wysiwyg a {
    color: #0000ff;
    text-decoration: underline;
}

.texto_wysiwyg sub,
.texto_wysiwyg sup {
    font-size: 0.75em;
}

.texto_wysiwyg ul,
.texto_wysiwyg ol {
    margin-left: 40px;
}

.texto_wysiwyg ol li {
    list-style-type: decimal;
}

.texto_wysiwyg ul li {
    list-style-type: disc;
}

.check_false {
    background-color: red;
}