/* /Layout/LoginLayout.razor.rz.scp.css */
.page[b-xhn3hrwhvj] {
    
  
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-aoyzsxzh2b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-aoyzsxzh2b] {
    flex: 1;
}

.sidebar[b-aoyzsxzh2b] {
    //background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-color: white;
}

.top-row[b-aoyzsxzh2b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aoyzsxzh2b]  a, .top-row[b-aoyzsxzh2b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-aoyzsxzh2b]  a:hover, .top-row[b-aoyzsxzh2b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-aoyzsxzh2b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-aoyzsxzh2b] {
        justify-content: space-between;
    }

    .top-row[b-aoyzsxzh2b]  a, .top-row[b-aoyzsxzh2b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-aoyzsxzh2b] {
        flex-direction: row;
    }

    .sidebar[b-aoyzsxzh2b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aoyzsxzh2b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-aoyzsxzh2b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-aoyzsxzh2b], article[b-aoyzsxzh2b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uev69um51m] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-uev69um51m] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-uev69um51m] {
    font-size: 1.1rem;
}

.bi[b-uev69um51m] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-uev69um51m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-uev69um51m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-uev69um51m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-uev69um51m] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    color:#918d8d;
}

    .nav-item:first-of-type[b-uev69um51m] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uev69um51m] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uev69um51m]  a {
        color: #918d8d;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-uev69um51m]  a.active {
    
    border:1px solid #e1f1b1;
}

        .nav-item[b-uev69um51m]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: #cddb96;
            border: 1px solid #e1f1b1;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-uev69um51m] {
        display: none;
    }

    .collapse[b-uev69um51m] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-uev69um51m] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Albaranes.razor.rz.scp.css */
@media (max-width: 768px) {
    .dx-dropdown.dx-calendar-container .dx-calendar-body[b-jiwjx2dctu] {
        flex-wrap: nowrap !important;
    }

    .dx-calendar-body > div:nth-child(2)[b-jiwjx2dctu] {
        display: none !important; /* Oculta el segundo mes */
    }
}
@media (max-width: 768px) {
    /* Selector del contenedor del calendario dentro del dropdown */
    .dx-dropdown-popup .dx-calendar-body > div:nth-child(2)[b-jiwjx2dctu] {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .row[b-jiwjx2dctu] {
        --bs-gutter-x: 0; /* elimina los márgenes horizontales */
    }
}
/* /Pages/Albaranes_Compra.razor.rz.scp.css */
@media (max-width: 768px) {
    .dx-dropdown.dx-calendar-container .dx-calendar-body[b-pdtu5bxts1] {
        flex-wrap: nowrap !important;
    }

    .dx-calendar-body > div:nth-child(2)[b-pdtu5bxts1] {
        display: none !important; /* Oculta el segundo mes */
    }
}

@media (max-width: 768px) {
    /* Selector del contenedor del calendario dentro del dropdown */
    .dx-dropdown-popup .dx-calendar-body > div:nth-child(2)[b-pdtu5bxts1] {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .row[b-pdtu5bxts1] {
        --bs-gutter-x: 0; /* elimina los márgenes horizontales */
    }
}
/* /Pages/Calibrado_Tomate.razor.rz.scp.css */
@media (max-width: 768px) {
    .dx-dropdown.dx-calendar-container .dx-calendar-body[b-hbatrmvxib] {
        flex-wrap: nowrap !important;
    }

    .dx-calendar-body > div:nth-child(2)[b-hbatrmvxib] {
        display: none !important; /* Oculta el segundo mes */
    }
}

@media (max-width: 768px) {
    /* Selector del contenedor del calendario dentro del dropdown */
    .dx-dropdown-popup .dx-calendar-body > div:nth-child(2)[b-hbatrmvxib] {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .row[b-hbatrmvxib] {
        --bs-gutter-x: 0; /* elimina los márgenes horizontales */
    }
}
/* /Pages/Documentos_Cobro.razor.rz.scp.css */
/*.no-detail-row .dx-expand-button {
    display: none !important;
}*/
/*.dxbl-grid-expand-button {
    display: none !important;
}*/
/* /Pages/Facturas.razor.rz.scp.css */
/* /Pages/Facturas_Compra.razor.rz.scp.css */
/* /Pages/Pedidos_Semillero.razor.rz.scp.css */
@media (max-width: 768px) {
    .dx-dropdown.dx-calendar-container .dx-calendar-body[b-42rhrpmn3b] {
        flex-wrap: nowrap !important;
    }

    .dx-calendar-body > div:nth-child(2)[b-42rhrpmn3b] {
        display: none !important; /* Oculta el segundo mes */
    }
}

@media (max-width: 768px) {
    /* Selector del contenedor del calendario dentro del dropdown */
    .dx-dropdown-popup .dx-calendar-body > div:nth-child(2)[b-42rhrpmn3b] {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .row[b-42rhrpmn3b] {
        --bs-gutter-x: 0; /* elimina los márgenes horizontales */
    }
}
/* /Pages/Principal.razor.rz.scp.css */
.contenedor-tarjetas[b-jamuo5p55r] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: start;
    padding: 2rem;
}

.tarjeta[b-jamuo5p55r] {
    flex: 1 1 250px;
    max-width: 370px;
    min-height: 120px;
    background-color: #eaf3fc;
    border: 1px solid #b6d4f2;
    border-radius: 12px;
    padding: 1.2rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #333;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

    .tarjeta:hover[b-jamuo5p55r] {
        background-color: #d4e9fb;
        border-color: #5ca4ea;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .tarjeta h3[b-jamuo5p55r] {
        margin: 0;
        font-size: 1.2rem;
        color: #2c3e50;
    }

    .tarjeta p[b-jamuo5p55r] {
        margin-top: 0.5rem;
        font-size: 0.95rem;
        color: #555;
    }

.card-title[b-jamuo5p55r] {
    background-color: #446e9b;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0.5rem;
}


.text-kilos[b-jamuo5p55r] {
    color: #FFA500; /* naranja */
}

.text-euros[b-jamuo5p55r] {
    color: #446e9b; /* azul */
}



  /*  appcampodashboardtecnico   */

table td[b-jamuo5p55r] {
    text-align: center;
    vertical-align: middle;
}

table .fila-seleccionada td[b-jamuo5p55r] {
    background-color: #e0f7fa !important;
    font-weight: bold;
    outline: 2px solid #2196F3;
}
/* Colores para encabezados por estado */
.th-estado[b-jamuo5p55r] {
    font-weight: bold;
    text-align: center;
}

.th-pendiente[b-jamuo5p55r] {
    color: #FFA500;
}

.th-validado[b-jamuo5p55r] {
    color: #4CAF50;
}

.th-revisar[b-jamuo5p55r] {
    color: tomato;
}

.th-no-validado[b-jamuo5p55r] {
    color: #4CAF50;
}

.th-parcial[b-jamuo5p55r] {
    color: #2196F3;
}

.th-periodo[b-jamuo5p55r],
.td-periodo[b-jamuo5p55r] {
    color: #495057;
    text-align: center;
    vertical-align: middle;
}
/* Colores suaves para celdas de datos */
.td-pendiente[b-jamuo5p55r] {
    background-color: #f0f0f0;
    color: #495057;
}

.td-validado[b-jamuo5p55r] {
    background-color: #e8f5e9; /* verde claro */
    color: #495057;
}

.td-revisar[b-jamuo5p55r] {
    background-color: #ffe5e0; /* rojo claro / tomate suave */
    color: #495057;
}

.td-no-validado[b-jamuo5p55r] {
    background-color: #eeeeee; /* gris claro */
    color: #495057;
}

.td-parcial[b-jamuo5p55r] {
    background-color: #e3f2fd; /* azul muy claro */
    color: #495057;
}
.td-factur[b-jamuo5p55r] {
    background-color: #9C27B0; /* morado */
    color: #495057;
}

.td-pagado[b-jamuo5p55r] {
    background-color: #BA68C8; /* lila*/
    color: #495057;
}


/* Tamaño de fuente responsive */
table th[b-jamuo5p55r], table td[b-jamuo5p55r] {
    font-size: 0.95rem;
}

@media screen and (max-width: 768px) {
    table th[b-jamuo5p55r] {
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .ranking-productos[b-jamuo5p55r] {
        font-size: 0.7rem; /* Ajusta el tamaño a tu gusto */
    }
}
.nombre-articulo[b-jamuo5p55r] {
    font-size: 0.85rem; /* ajusta a tu gusto */
}



.table-striped tbody tr:nth-of-type(odd)[b-jamuo5p55r] {
    background-color: #f0f4f8;
}

.table-bordered th[b-jamuo5p55r], .table-bordered td[b-jamuo5p55r] {
    border: 1px solid #b6d4f2;
}

.table-dark th[b-jamuo5p55r] {
    background-color: #446e9b;
    color: white;
}

.td-subseccion[b-jamuo5p55r] {
    font-size: 0.8rem !important; /* más pequeño que el global 0.95rem */
}
.td-movil[b-jamuo5p55r] {
    font-size: 0.87rem !important; /* más pequeño que el global 0.95rem */
}
/* /Pages/Recepciones.razor.rz.scp.css */
@media (max-width: 768px) {
    .dx-dropdown.dx-calendar-container .dx-calendar-body[b-ax17rljka3] {
        flex-wrap: nowrap !important;
    }

    .dx-calendar-body > div:nth-child(2)[b-ax17rljka3] {
        display: none !important; /* Oculta el segundo mes */
    }
}

@media (max-width: 768px) {
    /* Selector del contenedor del calendario dentro del dropdown */
    .dx-dropdown-popup .dx-calendar-body > div:nth-child(2)[b-ax17rljka3] {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .row[b-ax17rljka3] {
        --bs-gutter-x: 0; /* elimina los márgenes horizontales */
    }
}
/* /Pages/Recepciones_Calendario.razor.rz.scp.css */
@media (max-width: 768px) {
    .dx-dropdown.dx-calendar-container .dx-calendar-body[b-n41ejdaur7] {
        flex-wrap: nowrap !important;
    }

    .dx-calendar-body > div:nth-child(2)[b-n41ejdaur7] {
        display: none !important; /* Oculta el segundo mes */
    }
}

@media (max-width: 768px) {
    /* Selector del contenedor del calendario dentro del dropdown */
    .dx-dropdown-popup .dx-calendar-body > div:nth-child(2)[b-n41ejdaur7] {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .row[b-n41ejdaur7] {
        --bs-gutter-x: 0; /* elimina los márgenes horizontales */
    }
}
.contenedor-tarjetas[b-n41ejdaur7] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: start;
    padding: 2rem;
}

.tarjeta[b-n41ejdaur7] {
    flex: 1 1 250px;
    max-width: 370px;
    min-height: 120px;
    background-color: #eaf3fc;
    border: 1px solid #b6d4f2;
    border-radius: 12px;
    padding: 1.2rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #333;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

    .tarjeta:hover[b-n41ejdaur7] {
        background-color: #d4e9fb;
        border-color: #5ca4ea;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .tarjeta h3[b-n41ejdaur7] {
        margin: 0;
        font-size: 1.2rem;
        color: #2c3e50;
    }

    .tarjeta p[b-n41ejdaur7] {
        margin-top: 0.5rem;
        font-size: 0.95rem;
        color: #555;
    }

.card-title[b-n41ejdaur7] {
    background-color: #446e9b;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0.5rem;
}


.text-kilos[b-n41ejdaur7] {
    color: #FFA500; /* naranja */
}

.text-euros[b-n41ejdaur7] {
    color: #446e9b; /* azul */
}



/*  appcampodashboardtecnico   */

table td[b-n41ejdaur7] {
    text-align: center;
    vertical-align: middle;
}

table .fila-seleccionada td[b-n41ejdaur7] {
    background-color: #e0f7fa !important;
    font-weight: bold;
    outline: 2px solid #2196F3;
}
/* Colores para encabezados por estado */
.th-estado[b-n41ejdaur7] {
    font-weight: bold;
    text-align: center;
}

.th-pendiente[b-n41ejdaur7] {
    color: #FFA500;
}

.th-validado[b-n41ejdaur7] {
    color: #4CAF50;
}

.th-revisar[b-n41ejdaur7] {
    color: tomato;
}

.th-no-validado[b-n41ejdaur7] {
    color: #4CAF50;
}

.th-parcial[b-n41ejdaur7] {
    color: #2196F3;
}

.th-periodo[b-n41ejdaur7],
.td-periodo[b-n41ejdaur7] {
    color: #495057;
    text-align: center;
    vertical-align: middle;
}
/* Colores suaves para celdas de datos */
.td-pendiente[b-n41ejdaur7] {
    background-color: #f0f0f0;
    color: #495057;
}

.td-validado[b-n41ejdaur7] {
    background-color: #e8f5e9; /* verde claro */
    color: #495057;
}

.td-revisar[b-n41ejdaur7] {
    background-color: #ffe5e0; /* rojo claro / tomate suave */
    color: #495057;
}

.td-no-validado[b-n41ejdaur7] {
    background-color: #eeeeee; /* gris claro */
    color: #495057;
}

.td-parcial[b-n41ejdaur7] {
    background-color: #e3f2fd; /* azul muy claro */
    color: #495057;
}

.td-factur[b-n41ejdaur7] {
    background-color: #9C27B0; /* morado */
    color: #495057;
}

.td-pagado[b-n41ejdaur7] {
    background-color: #BA68C8; /* lila*/
    color: #495057;
}


/* Tamaño de fuente responsive */
table th[b-n41ejdaur7], table td[b-n41ejdaur7] {
    font-size: 0.95rem;
}

@media screen and (max-width: 768px) {
    table th[b-n41ejdaur7] {
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .ranking-productos[b-n41ejdaur7] {
        font-size: 0.7rem; /* Ajusta el tamaño a tu gusto */
    }
}

.nombre-articulo[b-n41ejdaur7] {
    font-size: 0.85rem; /* ajusta a tu gusto */
}



.table-striped tbody tr:nth-of-type(odd)[b-n41ejdaur7] {
    background-color: #f0f4f8;
}

.table-bordered th[b-n41ejdaur7], .table-bordered td[b-n41ejdaur7] {
    border: 1px solid #b6d4f2;
}

.table-dark th[b-n41ejdaur7] {
    background-color: #446e9b;
    color: white;
}






/* Colores por sección */

/* Lonja: azul claro */
.res-lonja[b-n41ejdaur7] {
    background-color: #64b5f6; /* azul claro */
    color: black;
}

/* Ferretería: marrón suave */
.res-ferreteria[b-n41ejdaur7] {
    background-color: #a1887f; /* marrón claro */
    color: black;
}

/* Central: verde claro */
.res-central[b-n41ejdaur7] {
    background-color: #81c784; /* verde claro */
    color: black;
}

/* Envases: amarillo claro */
.res-envases[b-n41ejdaur7] {
    background-color: #fff176; /* amarillo claro */
    color: black;
}

/* Semillero: violeta claro */
.res-semillero[b-n41ejdaur7] {
    background-color: #ba68c8; /* violeta claro */
    color: black;
}

/* Alm. Frutas: rojo suave */
.res-frutas[b-n41ejdaur7] {
    background-color: #ef9a9a; /* rojo claro */
    color: black;
}

.res-otro[b-n41ejdaur7] {
    background-color: #BDBDBD; /* gris claro */
    color: black;
}


.leyenda-secciones[b-n41ejdaur7] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.leyenda-item[b-n41ejdaur7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.leyenda-color[b-n41ejdaur7] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.2);
}

