/*
    Tabelas nas listas index dos CRUDs
*/ 
.index-container-agradavel{
    margin-top: 5%;
}
.index-users-tbody-tr-td-actions{
    width: 40px;
}
.table-responsive table tbody tr td{
    vertical-align: middle;
}
.table-responsive table tbody tr input, .table-responsive table tbody tr  td select, #cadastro_proposta_PropostaDetalhe{
    background-color: white;
     /*-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.3);*/
    /*-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.3);*/
    /*box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.3);*/
    border: 0.5px solid var(--cor-nro-13);
    border-radius: 5px;
}

.table-responsive table tbody tr input textarea:focus, input:focus, #cadastro_proposta_PropostaDetalhe{
    outline: 0;
    background-color: white;
    /*-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.3);
    box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.3);*/
    border: 0.5px solid var(--cor-nro-13);
    border-radius: 5px;
}
.table-responsive table tbody tr th{
    vertical-align: middle;
}
.padding-10{
    padding: 10px;
}
/*
    Tabelas R dos CRUDs
*/ 
.index-users-btn-editar{
    text-align: right;
}
.index-users-btn-voltar{
    text-align: right;
}
.show-btn-voltar{
    text-align: left;
}
.table-responsive .table-show, .table-show thead, .table-show tbody tr th, .table-show td{
    text-align: center;
}
.table-responsive{
    background-color: white;
    border-radius: 10px;
}
.table-responsive thead {
    text-align: center;
    line-height: 8px;    
    font-size: 12px;
    font-weight: bold;
    color: white/*var(--cor-nro-9)*/;
    background-color: var(--cor-nro-3);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.height-line-obs{
    line-height: 200px;
}
.table-hover > thead > tr {
    text-align: center;
}
.row-cad-clientes{
    margin-top: 40px;
}