#panel {
    position: relative;
    height: 100%;
    min-height: 100vh;
    border: 2px solid transparent;
}
.corpo {
    margin-bottom: 50px;
}

.categoria label{
    padding: 15px 10px;
    background: #f6f6f6;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
}
.categoria label:hover{
    background: #ccc;
}
.categoria label::before {
    content: " > ";
    margin-right: 20px;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    background-color: #172b4d;
    color: #fff;
}
.categoria ul {
    transition: all linear .6s;
    display: block;   
}
.categoria input { 
    display: none ;
}

.categoria input:checked ~ ul { 
    transform: all; 
    max-height: 0;
    display: none;
    transition: all linear .6s;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.flex-column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.btn-action {
    max-width: 40px;
    width: 40px;
}

#conteudo p {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.login-img {
    width: 300px;
    margin: 0 auto;
}
.login-img img {
    display: block;
    width: 100%;
}
.actions {
    width: 180px;
}
.actions .left {
    float: left;
    margin: 0 2px;
}
.actions .right{
    float: right;
    margin: 0 2px;
}
.actions.users{
    width: 210px;
}
.img-table {
    width: 150px;
    height: 60px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.img-table img {
    display: block;
    width: 100%;
    padding: 0 !important;
}


.nav-dropdown-text {
    padding-right: 10px;
}

.nav-dropdown-all-items {
    /* width: 70%; */
    padding-left: 20%;
    /* margin-bottom: 5px; */
    display: none;
    list-style-type: none;
}

.nav-dropdown-all-items li a {
    color: #555;
    /* text-decoration: underline; */
}

.nav-dropdown-item {
    /* display: none; */
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

a.active{
    background-color: #f6f9fc;
}

.status {
    max-width: 10px !important;
    height: 10px !important;
    padding: 5px;
    margin-right: 10px;
    width: 100%;
    border-radius: 5px;
}

.profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0;
}

.profile img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.flex-end {
    align-items: flex-end;
    justify-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
}
.flex-end form, .flex-end a {
    margin: 0 5px;
}

#pesquisar {
    cursor: pointer;
}

#pesquisar:hover {
    background: #f6f6f6;
}

.cargo {
    padding: 10px;
    border-bottom: 2px solid #ccc;
}
.btn-nota {
    max-height: 30px;
    max-width: 30px;
}
.input-nota{
    max-height: 30px;
    max-width: 60px;
}

.borda {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}
.rotate270 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: right;
}

.separador {
    background: #ccc;
}

.fixo {
    position: absolute;
    bottom: 0 !important;
    border-top: 2px solid #fff;
    padding-top: 10px;
    background-color: #fff;
}
.fixo footer {
    padding: 0;
    padding-top: 20px;
    width: 100%;
}

.cabecalho span {
    margin-right: 10px;
    font-weight: bold;
}

.navbar-brand {
    height: 78px;
    padding: 3px !important;
    width: 100%;
}
.navbar-vertical .navbar-brand-img, .navbar-vertical .navbar-brand > img {
    margin: 0 auto;
    display: block;
    height: 70px;
    width: auto;
    padding: 0px !important;
}
.notificacao {
    margin: auto;
    border: 1px solid #f5365c;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    align-items: center;
    font-size: 13px;
    display: inline-block;
    padding-top: 2px;
    padding-left: 6px;
    background: #f5365c;
    color: #fff;
    font-weight: bold;
}

.error {
    padding: 5px;
    font-size: 10px;
    color: red;
}

.categorias ul {
    list-style: none;
    padding: 0;
}

.categorias ul li {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #f6f9fc;
}

.categorias ul li.active {
    background: #f6f9fc;;
    color: #555;
}

.categorias ul li a {
    color: #525f7f;
    width: 100%;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #f6f6f6;
}

.border {
    padding: 20px;
    border-radius: 10px;
}

.tickets h5, .tickets span {
    color: #fff !important;
}

.ticket-aberto {
    background-color: #f5365c;
}

.ticket-andamento {
    background-color:#fb6340;
}

.ticket-finalizado {
    background-color:#11cdef;
}

.ticket-fechado {
    background-color: #2dce89;
}

.catPrincipal {
    display: block;
    width: 10px;
    height: 15px;
    background-color: green;
    border: 2px solid green;
    border-radius: 5px;
}

.subCat {
    display: inline-block;
    width: 10px;
    height: 15px;
    background-color: #fb6340;
    border: 2px solid #fb6340;
    border-radius: 5px;
    text-align: right;
}

.detalhes p {
    display: flex;
    justify-content: space-between;
}

.tenant-config a {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 10px;
}

.tenant-config a i {
    font-size: 2rem;
    margin-bottom: 10px;
}

.fluxo {
    max-width: 10px !important;
    height: 10px !important;
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
}

.fluxo.despesa {
    color: #f5365c;   
    background-color: #f5365c;
}

.fluxo.receita {
    color: #2dce89;   
    background-color: #2dce89;
}

.dre-coluna th {
    /* min-width: 180px !important;  */
}

.dre .dre-espacamento {
    height: 100px;
}

.dre-coluna.negativo th{
    color: red !important;
}

.box-conciliacao {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 400px;
}

.box-conciliacao .credit {
    color: #2dce89;
    font-weight: bold;
}

.box-conciliacao .debit {
    color: #f5365c;
    font-weight: bold;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

/* Coluna da Tabelas Fixa  */
.table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    /* border-right: 1px solid #ddd; */
    background-color: #fff;
} 

.fixed-column {
    z-index: 999;
}

.ocultar {
    width: 110px;
}

/* Subcategoria */
.subcategoria {
    background-color: #ccc;
    display: none;
}
.subcategoriaFundo {
    background-color: #ccc;
}

/* Bloco DER */
.blocoDreNone {
    display: none
}

.formulario-contasapagar {
    /* display: none; */
}

.totalparcelas, .totalCC {
    display: none;
}

#totalparcelas, #totalCC {
    border: 1px solid #ccc;
    padding: 20px 10px;
    margin-top: 20px;
}

#totalparcelas span, #totalCC span {
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 5px 30px;
    border-radius: 5px;
    display: inline-block;
}

#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 999;
}
.displayNone {
    display: none;
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* #loader {
border: 12px solid #f3f3f3;
border-radius: 50%;
border-top: 12px solid #444444;
width: 70px;
height: 70px;
animation: spin 1s linear infinite;
z-index: 999;
}

.center {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

@keyframes spin {
100% {
transform: rotate(360deg);
}
} */


/* Ajustando botões */
.btn {
    color: #fff !important;
}
.btn.btn-secondary {
    color: #000 !important;
}

.status.vencido {
    background: #f5365c;
}

.status.pago {
    background: #2dce89;
}

.status.aberto {
    background: #ccc;
}

/* Botão de Pesquisa */
.pesquisa_exibir {
    cursor: pointer;
}

.pesquisar_hidden {
    display: none;   
}

.dre-coluna th:last-child::after, .dre-porcentagem td:last-child::after {
    content: '%';
}


.table-dre {
    height: 700px;
    overflow-y: scroll;
}

.table-dre .dre-fixa th {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #172b4d;
}
.dre-fixa .fixo {
    z-index: 99999 !important;
    background: #fff !important;
}

.table-dre th:first-child, .table-dre td:first-child {
    position: sticky;
    left: 0;
    background: #ffffff;
}

.modal-form label {
    font-size: 14px;
}

.modal-cadastro .form-row {
    margin-bottom: 5px;
}

/* header */
#navbarSupportedContent {
    display: flex;
}

#toggleSidebar {
    /* position: fixed; */
    top: 10px;
    left: 260px;
    z-index: 1000;
    /* background-color: #007bff; */
    /* color: white; */
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 999;
}

.sidenav {
    top: 0 !important;
    left: -250px !important;
    transition: left 0.3s ease !important;
    padding: 15px !important;
    display: none !important;
    
}

.sidenav.active {
    left: 0 !important;
    display: block !important;
}

#panel {
    margin-left: 0;
    padding: 20px;
    flex-grow: 1;
    transition: margin-left 0.3s ease;
}

.sidenav.active ~ #panel {
    margin-left: 250px;
}
