/*# sourceMappingURL=GH_Muebles.css.map */


.main-wrapper .main-content .page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    /*content: "\e5cc";*/
    content: '';
}
.main-wrapper .main-content .page-breadcrumb .breadcrumb li.breadcrumb-item {
    display: flex;
}
.main-wrapper .main-content .page-breadcrumb .breadcrumb li.breadcrumb-item:first-child > i {
    margin-right: 10px;
}

.breadcrumb-calendar-container {
    margin-left: 20px;
    cursor: pointer;
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.sidebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
}
.sidebar-wrapper .sidebar-nav .metismenu {
    height: 100%;
}
.sidebar-wrapper .sidebar-nav .metismenu .support {
    margin-top: auto;
}

.sidebar-wrapper .sidebar-header .sidebar-close {
    position: absolute;
    right: 2px;
    top: 2px;
    border: 1px solid;
    height: 35px;
    width: 35px;
}

[data-bs-theme=blue-theme] body .page-footer {
    background: var(--bs-body-bg);
}

footer.page-footer {
    position: fixed;
    top: calc(100vh - 40px);
}

footer p.digidisa { 
    font-size: 10px;
}
footer p.digidisa:first-child {
    margin-right: auto;
    visibility: hidden;
}
footer p.digidisa:last-child {
    margin-left: auto;
    margin-right: 10px;
}


.chart-container1,
.chart-container2 { height: auto; }

#home-ventas-tiendas .card-lable { width: 60px; }

.dataTables_wrapper .top {
    display: flex;
    justify-content: space-between;
}
.apexcharts-tooltip-title {
    text-align: center;
}


.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: var(--bs-disabled-bg);
    border: 1px solid;
}

.big-small {
    font-size: 0.63em;
}


.tabla-sumatorio {
    background-color: #efefef;
}
.tabla-sumatorio th {

}

html[data-bs-theme="semi-dark"] tr.even,
html[data-bs-theme="light"] tr.even {
    background: #efefef;
}


/* Tabla pedidos dentro de vendedor */
/* POR AHORA QUITADO
#tabla_pedidos .dtrg-group {
    background-color: #1a1a2e !important; 
    border-top: 2px solid #5a5a70 !important;
    border-bottom: 2px solid #5a5a70 !important; 
    font-size: 1.1rem;
    color: #ffffff;
}

#tabla_pedidos tr.child {
    background-color: #2c2c34 !important;
    border-bottom: 1px solid #1a1a2e !important; 
}

#tabla_pedidos .table-detail-line {
    width: 95%;
    margin: 0 auto 5px auto; 
    background-color: transparent !important;
    color: #ffffff;
    border: none !important;
}

#tabla_pedidos .table-detail-line thead {
    background-color: #383842;
    color: #cccccc; 
    border-bottom: 1px solid #5a5a70;
}

#tabla_pedidos .table-detail-line th {
    padding: 0.5rem !important;
    border: none !important;
    text-transform: uppercase;
    font-size: 0.7rem;
}

#tabla_pedidos .table-detail-line td {
    padding: 0.5rem !important;
    border-top: 1px solid #444 !important;
    font-size: 0.9rem;
}

#tabla_pedidos .table-detail-line tbody tr:nth-child(even) {
    background-color: #33333d !important; 
}
*/



/*# sourceMappingURL=GH_Muebles.css.map */