@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /ComponentLib/C_ControlCantidad.razor.rz.scp.css */
.botonMasMenos[b-7vmjlrhd4m] {
    text-align: center;    
    width: 14px;
    cursor: pointer;
}
/* /Pages/Sucursales_TiempoCartel.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-il4k9e5uhn] {
    height: calc(100vh - 110px);
    overflow-y: auto;
}

.grid[b-il4k9e5uhn]  table {
    min-width: 100%;
}

/* Sticky header while scrolling */
[b-il4k9e5uhn] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-il4k9e5uhn] tr {
    height: 30px;  
}

/* Subtle stripe effect */
[b-il4k9e5uhn] tr:nth-child(even) {
    background: rgb(198, 212, 226);
}

[b-il4k9e5uhn] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;    
    width: 30px;    
}

[b-il4k9e5uhn] tbody td.columna1{    
    max-width: 30px;    
    width: 30px;       
}

/* Magnifying glass */
.grid[b-il4k9e5uhn]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
}

.registroConDivision[b-il4k9e5uhn] {
    border-bottom: 0.5px solid silver;
}


/*::deep td.registroConDivision {
    border-bottom: 0.5px solid silver;
}*/

/* /Shared/LoginLayout.razor.rz.scp.css */
.page[b-jph2vm5ubs] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*overscroll-behavior: contain;*/
}

main[b-jph2vm5ubs] {
    flex: 1;
}



@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jph2vm5ubs] {
        display: none;
    }

    .top-row.auth[b-jph2vm5ubs] {
        justify-content: space-between;
    }

    .top-row a[b-jph2vm5ubs], .top-row .btn-link[b-jph2vm5ubs] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jph2vm5ubs] {
        flex-direction: row;
    }

    .sidebar[b-jph2vm5ubs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .topbar[b-jph2vm5ubs] {
        width: 100vh;
        height: 70px;
        position: sticky;        
        left: 0;
    }

    .top-row[b-jph2vm5ubs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-jph2vm5ubs], article[b-jph2vm5ubs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-knguhy82wi] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--color-base-fondo);
}

main[b-knguhy82wi] {
    flex: 1;
}

.sidebar[b-knguhy82wi] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: var(--color-base-fondoinvertido);
}

.top-row[b-knguhy82wi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-knguhy82wi]  a, .top-row[b-knguhy82wi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-knguhy82wi]  a:hover, .top-row[b-knguhy82wi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-knguhy82wi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-knguhy82wi] {
        display: none;
    }

    .top-row.auth[b-knguhy82wi] {
        justify-content: space-between;
    }

    .top-row[b-knguhy82wi]  a, .top-row[b-knguhy82wi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-knguhy82wi] {
        flex-direction: row;
    }

    .sidebar[b-knguhy82wi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-knguhy82wi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-knguhy82wi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-knguhy82wi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-v1nuvlc20d] {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    font-size: 0.8rem;
}


.top-row[b-v1nuvlc20d] {
    height: 3.5rem;
    background-color: rgba(255,255,255,0.2);    
    /*background-color: var(--color-base-principal_tono2);*/
}

.navbar-brand[b-v1nuvlc20d] {
    font-size: 0.9rem;   
    padding:0;
}

.oi[b-v1nuvlc20d] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;    
}

.nav-item[b-v1nuvlc20d] {
    font-size: 1.0rem;
    padding-bottom: 0.5rem; 
    
    /*background-color: rgba(0,0,0,0.2);*/
    /*background-color: var(--color-base-principal_tono3);*/
}

    .nav-item:first-of-type[b-v1nuvlc20d] {
        padding-top: 1rem;

    }

    .nav-item:last-of-type[b-v1nuvlc20d] {
        padding-bottom: 1rem;

    }

    .nav-item[b-v1nuvlc20d]  a {
        /*background-color: var(--color-base-fondoinvertido);*/
        /*background-color: rgba(255,255,255,0.1);*/
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        color: var(--color-base-textoinvertido);
    }

    .nav-item[b-v1nuvlc20d]  a.active {
        background-color: rgba(255,255,255,0.1);        
        /*background-color: var(--color-base-principal_tono2);*/
    }

    .nav-item[b-v1nuvlc20d]  a:hover {
        background-color: rgba(255,255,255,0.1);        
    }

@media (min-width: 641px) {
    .navbar-toggler[b-v1nuvlc20d] {
        display: none;
    }

    .collapse[b-v1nuvlc20d] {
        /* Never collapse the sidebar for wide screens */
        display: block;        
    }

}

@media (max-width: 640px) {
    .navbar[b-v1nuvlc20d] {
        /*background-color: #ff0000; /*Fondo blanco no transparente */
        background-color: var(--color-base-principal_tono2);        
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .navbar-opciones[b-v1nuvlc20d] {
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        background-color: var(--color-base-principal_tono3);
        z-index: 9999;
    }
}

.divider[b-v1nuvlc20d] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0.5rem 0;
    list-style-type: none;
}
