
  

/* 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);
}
table p {
    margin-bottom: 0;
}
/* CLIENTES */

/* btn-icon-split */
.btn-icon-split.btn-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* btn-icon-split */

/* tables */
table tbody tr td {
    vertical-align: middle !important;
}
/* tables */

