
/* 
    Created on : 30/09/2022, 09:17:39
    Author     : joaobosco

ver pasta bootstrap/css

*/
.lista_aet_processo {    
    background-color: #E5E5E5;
}

.lista_aet_processo .container {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white !important;
}

.perguntafrequente .container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white !important;
}

.incluir_anexo .container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background-color: white !important;
}

.incluir_anexo .ui-widget-content {
    background-color: #f8f8f8 !important;
    color: rgb(62, 62, 62) !important;
    font-weight: normal !important;
}

.perguntafrequente .ui-widget-content {
    background-color: #f8f8f8 !important;
    color: rgb(62, 62, 62) !important;
    font-weight: normal !important;
}

.lista_aet_processo .ui-widget-content {
    background-color: #f8f8f8 !important;
    color: rgb(62, 62, 62) !important;
    font-weight: normal !important;
}

.perguntafrequente .ui-widget-content {
    background-color: #f8f8f8 !important;
    color: rgb(62, 62, 62) !important;
    font-weight: normal !important;
}

.area .ui-widget-header {
    border-color: transparent !important;
}

/*
.ui-inputfield {
    background: #fff !important;
    margin-bottom: 10px !important;
}
*/

/*.ui-widget-header {
    background: transparent !important;    
}*/



/*
.header-login .input_login_senha input .ui-state-default {
    background-color: #f8f8f8 !important;
}
*/
ui.datagrid-column {
    background-color: white !important;
}

.ui-datatable tbody td {
    border-color: rgb(168, 168, 168) !important;
}

/*.ui-datagrid-header {
    border: none !important;
}*/

/*.ui-paginator {
    border: none !important;
}*/

.ui-inputfield {
    box-shadow: none !important;
}

.novo_processo_aet .ano_fabric .ui-button-text {
    background-color: transparent !important;
}

.novo_processo_aet .ano_fabric .ui-button {
    border: none !important;
}

.hide_head .ui-icon {
    font-size: 20px !important;
}

.anx_list {
    width: 50px;
}

.anx_list_del {
    width: 50px;
}

.anx_list_del .ui-button.ui-button-flat{
    color: red !important;
}

.anx_list .ui-button.ui-button-flat{
    color: darkslategray !important;
}

.hide_head thead{
    display: none !important;
}

.hide_head td {
    border: none !important;
/*    background: rgb(244, 244, 244);*/
}

/*.hide_head tr:nth-child(odd) {
    background: rgb(244, 244, 244) !important;
}*/

.hide_head tr:nth-child(even) {
    background: rgb(244, 244, 244) !important;
}

/*.hide_head td:nth-child(even) {
        background-color: rgb(251, 192, 45) !important;
    background-color: #9d9d9d;
}*/

tr:first-child td:first-child {
    border-top-left-radius: 10px;
}
tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/*tr:first-child td { border: 1px; border-top-style: solid; }*/
tr td:first-child {
    border: 1px;
    border-left-style: solid;
}

div#dvFiltros {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div#dvFiltros .ui-button {
    margin: 0px !important;
}

/*.imageDlg .ui-dialog {
    position: unset !important;
}*/

.aetTable .ui-button {
    width: 100% !important;
}

@media screen and (max-device-width: 500px) {
  .sub_title {
    display: none;
  }

}