/* _content/Gesvta/Pages/GrillaMultiple.razor.rz.scp.css */
.grilla-container[b-nz43t0zk7v] {
    max-height: 80vh;
    overflow: auto;
    border: 1px solid #000;
    display: inline-block;
}

.grilla-fila[b-nz43t0zk7v] {
    display: flex;
    margin: 0;
    padding: 0;
}

.grilla-celda[b-nz43t0zk7v] {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    width: 150px;
}

.grilla-fila .grilla-celda:last-child[b-nz43t0zk7v] {
    border-right: 1px solid #ccc;
}

.grilla-fila:last-child .grilla-celda[b-nz43t0zk7v] {
    border-bottom: 1px solid #ccc;
}

/* Ocultar el label del InputX */
.grilla-celda .input-label[b-nz43t0zk7v] {
    display: none;
}

/* Quitar márgenes del InputX */
.grilla-celda .input-container[b-nz43t0zk7v] {
    margin-bottom: 0;
}

/* Ajustar el input para que ocupe toda la celda */
.grilla-celda .input-field[b-nz43t0zk7v] {
    border: none;
    border-radius: 0;
    padding: 0.4rem 0.5rem;
    font-size: 0.95rem;
    height: 35px;
}

    .grilla-celda .input-field:focus[b-nz43t0zk7v] {
        box-shadow: inset 0 0 0 2px #0d6efd;
        border: none;
    }

/* Ocultar mensaje de error o ajustarlo */
.grilla-celda .error-message[b-nz43t0zk7v] {
    display: none;
}
/* _content/Gesvta/Pages/VentanaArticulos.razor.rz.scp.css */
/*para que titulos no hagan salto*/
th[b-1iq73n2pgd] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}

/*para que renglones no hagan salto*/
tr[b-1iq73n2pgd] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}

.tabla-container table[b-1iq73n2pgd] {
    margin-bottom: 0;
    font-size: 0.875rem;
}

    .tabla-container table th[b-1iq73n2pgd],
    .tabla-container table td[b-1iq73n2pgd] {
        padding: 0.4rem 0.75rem;
        font-size: 0.750rem;
    }

    .tabla-container table thead th[b-1iq73n2pgd] {
        font-size: 0.9rem;
        font-weight: 600;
    }

.modal-overlay[b-1iq73n2pgd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-container[b-1iq73n2pgd] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 90%;
    max-width: 1000px;
    height: 600px;
    display: flex;
    flex-direction: column;
}

.modal-header[b-1iq73n2pgd] {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

    .modal-header h5[b-1iq73n2pgd] {
        margin: 0;
        font-size: 1rem;
    }

.btn-close[b-1iq73n2pgd] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    color: #000;
}

    .btn-close:hover[b-1iq73n2pgd] {
        color: #dc3545;
    }

.modal-body[b-1iq73n2pgd] {
    padding: 0.5rem 1rem;
    overflow: hidden;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.tabla-container[b-1iq73n2pgd] {
    flex: 1;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

    .tabla-container table[b-1iq73n2pgd] {
        margin-bottom: 0;
    }

.modal-footer[b-1iq73n2pgd] {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    gap: 1rem;
    flex-wrap: wrap;
}

.filtro-checkbox[b-1iq73n2pgd] {
    display: flex;
    align-items: center;
}

    .filtro-checkbox label[b-1iq73n2pgd] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin: 0;
        cursor: pointer;
        user-select: none;
    }

    .filtro-checkbox .form-check-input[b-1iq73n2pgd] {
        cursor: pointer;
        margin: 0;
    }

.botones-grupo[b-1iq73n2pgd] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

    .botones-grupo .btn[b-1iq73n2pgd] {
        white-space: nowrap;
        padding: 0.375rem 1rem;
        min-width: fit-content;
    }

/* Responsive para móviles */
@media (max-width: 768px) {
    .modal-container[b-1iq73n2pgd] {
        width: 95%;
    }

    .modal-footer[b-1iq73n2pgd] {
        gap: 0.75rem;
        padding: 0.75rem;
    }

    .filtro-checkbox[b-1iq73n2pgd] {
        width: 100%;
        justify-content: center;
    }

    .botones-grupo[b-1iq73n2pgd] {
        width: 100%;
        justify-content: center;
        gap: 0.4rem;
    }

        .botones-grupo .btn[b-1iq73n2pgd] {
            padding: 0.375rem 0.5rem;
            font-size: 0.8rem;
            min-width: auto;
        }
}

/* Para pantallas muy pequeñas, reducir aún más */
@media (max-width: 400px) {
    .botones-grupo[b-1iq73n2pgd] {
        gap: 0.3rem;
    }

        .botones-grupo .btn[b-1iq73n2pgd] {
            padding: 0.3rem 0.4rem;
            font-size: 0.75rem;
        }

    .modal-footer[b-1iq73n2pgd] {
        padding: 0.5rem;
    }
}

.table-active[b-1iq73n2pgd] {
    background-color: #0d6efd !important;
    color: white !important;
}

.table-hover tbody tr:hover[b-1iq73n2pgd] {
    background-color: #f8f9fa;
}

.table-active:hover[b-1iq73n2pgd] {
    background-color: #0b5ed7 !important;
}
/* _content/Gesvta/Pages/VentanaClientes.razor.rz.scp.css */
/*para que titulos no hagan salto*/
th[b-wq6n5vgn1a] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}

/*para que renglones no hagan salto*/
tr[b-wq6n5vgn1a] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}

.tabla-container table[b-wq6n5vgn1a] {
    margin-bottom: 0;
    font-size: 0.875rem;
}

    .tabla-container table th[b-wq6n5vgn1a],
    .tabla-container table td[b-wq6n5vgn1a] {
        padding: 0.4rem 0.75rem;
        font-size: 0.750rem;
    }

    .tabla-container table thead th[b-wq6n5vgn1a] {
        font-size: 0.9rem;
        font-weight: 600;
    }

.modal-overlay[b-wq6n5vgn1a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-container[b-wq6n5vgn1a] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 90%;
    max-width: 1000px;
    height: 600px;
    display: flex;
    flex-direction: column;
}

.modal-header[b-wq6n5vgn1a] {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

    .modal-header h5[b-wq6n5vgn1a] {
        margin: 0;
        font-size: 1rem;
    }

.btn-close[b-wq6n5vgn1a] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    color: #000;
}

    .btn-close:hover[b-wq6n5vgn1a] {
        color: #dc3545;
    }

.modal-body[b-wq6n5vgn1a] {
    padding: 0.5rem 1rem;
    overflow: hidden;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.tabla-container[b-wq6n5vgn1a] {
    flex: 1;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

    .tabla-container table[b-wq6n5vgn1a] {
        margin-bottom: 0;
    }

.modal-footer[b-wq6n5vgn1a] {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    gap: 1rem;
    flex-wrap: wrap;
}

.filtro-checkbox[b-wq6n5vgn1a] {
    display: flex;
    align-items: center;
}

    .filtro-checkbox label[b-wq6n5vgn1a] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin: 0;
        cursor: pointer;
        user-select: none;
    }

    .filtro-checkbox .form-check-input[b-wq6n5vgn1a] {
        cursor: pointer;
        margin: 0;
    }

.botones-grupo[b-wq6n5vgn1a] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

    .botones-grupo .btn[b-wq6n5vgn1a] {
        white-space: nowrap;
        padding: 0.375rem 1rem;
        min-width: fit-content;
    }

/* Responsive para móviles */
@media (max-width: 768px) {
    .modal-container[b-wq6n5vgn1a] {
        width: 95%;
    }

    .modal-footer[b-wq6n5vgn1a] {
        gap: 0.75rem;
        padding: 0.75rem;
    }

    .filtro-checkbox[b-wq6n5vgn1a] {
        width: 100%;
        justify-content: center;
    }

    .botones-grupo[b-wq6n5vgn1a] {
        width: 100%;
        justify-content: center;
        gap: 0.4rem;
    }

        .botones-grupo .btn[b-wq6n5vgn1a] {
            padding: 0.375rem 0.5rem;
            font-size: 0.8rem;
            min-width: auto;
        }
}

/* Para pantallas muy pequeñas, reducir aún más */
@media (max-width: 400px) {
    .botones-grupo[b-wq6n5vgn1a] {
        gap: 0.3rem;
    }

        .botones-grupo .btn[b-wq6n5vgn1a] {
            padding: 0.3rem 0.4rem;
            font-size: 0.75rem;
        }

    .modal-footer[b-wq6n5vgn1a] {
        padding: 0.5rem;
    }
}

.table-active[b-wq6n5vgn1a] {
    background-color: #0d6efd !important;
    color: white !important;
}

.table-hover tbody tr:hover[b-wq6n5vgn1a] {
    background-color: #f8f9fa;
}

.table-active:hover[b-wq6n5vgn1a] {
    background-color: #0b5ed7 !important;
}
/* _content/Gesvta/Pages/VentanaSeleccion.razor.rz.scp.css */
/*para que titulos no hagan salto*/
th[b-v4v34qjnr6] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}
/*para que renglones no hagan salto*/
tr[b-v4v34qjnr6] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}
.tabla-container table[b-v4v34qjnr6] {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.tabla-container table th[b-v4v34qjnr6],
.tabla-container table td[b-v4v34qjnr6] {
    padding: 0.4rem 0.75rem;
    font-size: 0.750rem;
}

.tabla-container table thead th[b-v4v34qjnr6] {
    font-size: 0.9rem;
    font-weight: 600;
}

.modal-overlay[b-v4v34qjnr6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-container[b-v4v34qjnr6] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 90%;
    max-width: 800px;
    height: 600px;
    display: flex;
    flex-direction: column;
}

.modal-header[b-v4v34qjnr6] {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

    .modal-header h5[b-v4v34qjnr6] {
        margin: 0;
        font-size: 1rem;
    }

.btn-close[b-v4v34qjnr6] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    color: #000;
}

    .btn-close:hover[b-v4v34qjnr6] {
        color: #dc3545;
    }

.modal-body[b-v4v34qjnr6] {
    padding: 0.5rem 1rem;
    overflow: hidden;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.tabla-container[b-v4v34qjnr6] {
    flex: 1;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

    .tabla-container table[b-v4v34qjnr6] {
        margin-bottom: 0;
    }

.modal-footer[b-v4v34qjnr6] {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.filtro-checkbox[b-v4v34qjnr6] {
    display: flex;
    align-items: center;
}

    .filtro-checkbox label[b-v4v34qjnr6] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin: 0;
        cursor: pointer;
        user-select: none;
    }

    .filtro-checkbox .form-check-input[b-v4v34qjnr6] {
        cursor: pointer;
        margin: 0;
    }

.botones-grupo[b-v4v34qjnr6] {
    display: flex;
    gap: 0.5rem;
}

    .botones-grupo button[b-v4v34qjnr6],
    .botones-grupo > *[b-v4v34qjnr6] {
        min-width: 140px;
    }

.table-active[b-v4v34qjnr6] {
    background-color: #0d6efd !important;
    color: white !important;
}

.table-hover tbody tr:hover[b-v4v34qjnr6] {
    background-color: #f8f9fa;
}

.table-active:hover[b-v4v34qjnr6] {
    background-color: #0b5ed7 !important;
}
/* _content/Gesvta/Shared/MainLayout.razor.rz.scp.css */
.page[b-370xayt06y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-370xayt06y] {
    flex: 1;
}

.sidebar[b-370xayt06y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-370xayt06y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-370xayt06y]  a, .top-row .btn-link[b-370xayt06y] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-370xayt06y] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-370xayt06y] {
        display: none;
    }

    .top-row.auth[b-370xayt06y] {
        justify-content: space-between;
    }

    .top-row a[b-370xayt06y], .top-row .btn-link[b-370xayt06y] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-370xayt06y] {
        flex-direction: row;
    }

    .sidebar[b-370xayt06y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-370xayt06y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-370xayt06y], article[b-370xayt06y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Gesvta/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9dd8of83c1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9dd8of83c1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9dd8of83c1] {
    font-size: 1.1rem;
}

.oi[b-9dd8of83c1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9dd8of83c1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9dd8of83c1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9dd8of83c1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9dd8of83c1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9dd8of83c1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9dd8of83c1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9dd8of83c1] {
        display: none;
    }

    .collapse[b-9dd8of83c1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-9dd8of83c1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
