 #builder-layout  td:not(.beditorcss).tdatagrid_cell { /* bordas do corpo da tabela */
    padding: 4px 8px !important;
    border: 1px solid #aaa !important;
}


/* Não sei o que faz
#builder-layout  th:not(.beditorcss).tdatagrid_col {
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-left-style: solid !important;
    border-color: #aaaaaa !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 0px !important;
    border-left-width: 1px !important;
}


/* estilo da borda da tr do filtro mas não funciona
tr#datagrid-header-filter-row{
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-left-style: solid !important;
    border-color: #aaaaaa !important;
    border-top-width: 0px !important;
    border-right-width: 1px !important;
    border-bottom-width: 0px !important;
    border-left-width: 1px !important;
}
*/

#builder-layout  th:not(.beditorcss).tdatagrid_col {
    text-align: center !important;
}


#builder-layout [page-name='ProcessosPendentesRecebimento'] i:not(.beditorcss).fas.fa-file-alt {
    font-size: 20px !important;
    font-weight: 900 !important;
    text-align: center !important;
}

#builder-layout  [datagrid]  th:not(.beditorcss).tdatagrid_col {
background: #81A57F !important;
padding: 4px 8px !important;
color: #fff !important;
font-size: 11px !important;
text-align: center !important;
border-top-color: #aaa !important;
border: 1px solid #fff !important;
border-bottom-width: 0 !important;

}

tr#datagrid-header-filter-row { /* Borda do campo de filtro*/
    border: 1px solid #aaa;
    border-top: unset;
    border-bottom: unset;
    padding: 0px 4px;
}
#datagrid-header-filter-row td {
padding: 4px 8px !important;
border-right: 1px solid #fff !important;
border-left: 1px solid #fff !important;
border-top: 0 !important;
border-bottom: 0 !important;

}


.tab-pane.tabpanel_form_MenuSuperiorExtrato.active{
    padding: 10px;
    margin-top: -1px;
    background-color: #eeeeee !important;
    box-shadow: 0px 0px 4px #333333;
    -webkit-border-radius: 13.5px;
    -moz-border-radius: 13.5px;
    -o-border-radius: 13.5px;
    -ms-border-radius: 13.5px;
    border-radius: 13.5px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 18px;
}

.fas.fa-file-alt,.far.fa-share-square{
    font-size: 20px !important;
}

#builder-layout  i:not(.beditorcss).fa.fa-file-circle-plus {
    font-size: 20px !important;

}
#tbutton_button_enviar_processo, #tbutton_button_criar_documento{
    font-size: 20px !important;
}
