
  

/* TELA DE LOGIN */
.container-login{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}
@media ( max-width: 480px ) {
    .container-login {
        background-color: #ffffff;
    }
}
.box-login {
    padding: 20px 20px;
    /* -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03); */
    border-radius: 1rem;
    width: 350px;
    background-color: #fff;
}
.box-login h3{
    text-align: center;
    color: #333333;
}

.img-login img{
    width: 50%;
    text-align: center;
}
/* TELA DE LOGIN */

/* LOGO SIDEBAR */
.sidebar-brand-text img {
    width: 50px;
}
.sidebar-brand-icon img{
    width: 50px; 
}
/* LOGO SIDEBAR */

/* CLIENTES */
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    font-weight: 400;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-weight: 400;
}
table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:after {
    color: var(--cor-secundaria-proposta);
}

/* CLIENTES */
/* PROPOSTAS */
.thead-primary{
    background-color: var(--primary);
    color: var(--white);
}
/* PROPOSTAS */

/* listar propostas */
.pj-btn-proposta {
    background-color: transparent;
    border: none;
    margin: 0 1rem 0 0;
    padding: 0;
    color: #858796;
    transition: 400ms;
}
.pj-btn-proposta:hover {
    color: #292929;
}
.pj-btn-proposta:last-child {
    margin-right: 0;
}
/* listar propostas */

/* relatorio propostas */
.dataTables_length .form-control {
    border: none !important;
    line-height: 1;
    outline: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
}
/* relatorio propostas */