/* _content/NC3_web/Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-wrapper[b-95c8p9pyij] {
    display: flex;
    min-height: calc(100vh - 3.5rem);
}

.admin-sidebar[b-95c8p9pyij] {
    width: 220px;
    background-color: #f5f5f5;
    border-right: 1px solid #dee2e6;
    position: sticky;
    top: 3.5rem;
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
    padding: 1rem 0;
    flex-shrink: 0;
}

.sidebar-title[b-95c8p9pyij] {
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #495057;
    font-size: 0.95rem;
}

.admin-sidebar .nav-item[b-95c8p9pyij] {
    padding: 0;
}

.admin-sidebar .nav-link[b-95c8p9pyij] {
    color: #495057;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.admin-sidebar .nav-link:hover[b-95c8p9pyij] {
    background-color: #e9ecef;
    color: #212529;
}

.admin-sidebar[b-95c8p9pyij]  .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
}

.admin-content[b-95c8p9pyij] {
    flex: 1;
    padding: 1.5rem;
    min-width: 0;
}
/* _content/NC3_web/Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout principale - struttura verticale come C3Web */
.c3-page[b-vr0x3y036m] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #d9dada;
}

/* Header: logo + info utente */
.c3-header[b-vr0x3y036m] {
    background-color: #ffffff;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.c3-header-inner[b-vr0x3y036m] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

.c3-header-logo img[b-vr0x3y036m] {
    width: 201px;
    height: auto;
}

/* Colonna info utente a destra: righe impilate verticalmente */
.c3-header-user[b-vr0x3y036m] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 14px;
    color: #323232;
    line-height: 1.6;
}

.c3-header-row[b-vr0x3y036m] {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.c3-header-icon[b-vr0x3y036m] {
    color: #323232;
    font-size: 18px;
}

.c3-header-link[b-vr0x3y036m] {
    color: #0066cc;
    text-decoration: underline;
    font-size: 14px;
}

.c3-header-link:hover[b-vr0x3y036m] {
    text-decoration: none;
}

/* Banner decorativo sotto il menu */
.c3-banner[b-vr0x3y036m] {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    background-image: url('/images/top_tab02.png');
    background-size: 100% 100%;
}

/* Contenuto */
.c3-content[b-vr0x3y036m] {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    flex: 1;
}

.c3-article[b-vr0x3y036m] {
    padding: 15px;
}

/* Navbar centrata nella stessa larghezza */
[b-vr0x3y036m] .c3-navbar {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

/* Errore Blazor */
#blazor-error-ui[b-vr0x3y036m] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-vr0x3y036m] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Responsive */
@media (max-width: 767.98px) {
    .c3-header-inner[b-vr0x3y036m] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .c3-header-user[b-vr0x3y036m] {
        align-items: center;
    }

    .c3-banner[b-vr0x3y036m] {
        height: 60px;
    }
}
/* _content/NC3_web/Components/Layout/NavMenu.razor.rz.scp.css */
/* Navbar orizzontale scura come C3Web */
.c3-navbar[b-x7z0eqkmh5] {
    background-color: #323232;
    padding: 0;
    border-radius: 0;
    min-height: auto;
}

.c3-navbar .navbar-toggler[b-x7z0eqkmh5] {
    margin: 0.4rem 0.5rem;
}

/* Spazio orizzontale tra le voci di primo livello */
.c3-navbar[b-x7z0eqkmh5]  .navbar-nav > .nav-item {
    margin-right: 0.75rem;
}

.c3-navbar[b-x7z0eqkmh5]  .navbar-nav > .nav-item:last-child {
    margin-right: 0;
}

/* Voci menu principali */
.c3-navbar[b-x7z0eqkmh5]  .nav-link {
    color: #ffffff !important;
    padding: 10px 20px;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 0.3rem;
}

.c3-navbar[b-x7z0eqkmh5]  .nav-link:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.c3-navbar[b-x7z0eqkmh5]  .nav-link:active,
.c3-navbar[b-x7z0eqkmh5]  .nav-link.active {
    background-color: #00789f;
    color: #ffffff !important;
}

/* Dropdown toggle */
.c3-navbar[b-x7z0eqkmh5]  .dropdown-toggle {
    color: #ffffff !important;
}

.c3-navbar[b-x7z0eqkmh5]  .dropdown-toggle:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

/* Dropdown menu */
.c3-navbar[b-x7z0eqkmh5]  .dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.3rem;
    padding: 0.25rem 0;
    margin-top: 0;
    z-index: 1050;
}

.c3-navbar[b-x7z0eqkmh5]  .dropdown-item {
    color: #323232;
    font-size: 14px;
    padding: 6px 20px;
}

.c3-navbar[b-x7z0eqkmh5]  .dropdown-item:hover {
    background-color: #f0f0f0;
    color: #000000;
}

.c3-navbar[b-x7z0eqkmh5]  .dropdown-item.active,
.c3-navbar[b-x7z0eqkmh5]  .dropdown-item:active {
    background-color: #00789f;
    color: #ffffff;
}

.c3-navbar[b-x7z0eqkmh5]  .dropdown-divider {
    margin: 0.25rem 0;
}

/* Responsive: su mobile il menu collassa verticalmente */
@media (max-width: 991.98px) {
    .c3-navbar[b-x7z0eqkmh5]  .navbar-collapse {
        background-color: #323232;
    }

    .c3-navbar[b-x7z0eqkmh5]  .dropdown-menu {
        background-color: #424242;
        border: none;
    }

    .c3-navbar[b-x7z0eqkmh5]  .dropdown-item {
        color: #ffffff;
    }

    .c3-navbar[b-x7z0eqkmh5]  .dropdown-item:hover {
        background-color: #555555;
        color: #ffffff;
    }
}
/* _content/NC3_web/Components/Pages/Dashboard.razor.rz.scp.css */
/* Compensa il padding 15px di .c3-article in MainLayout per mostrare lo sfondo a tutta larghezza */
.dashboard-container[b-ub17fh0ubv] {
    padding: 0;
    margin: -15px;
}

.dashboard-row[b-ub17fh0ubv] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background-image: url('/images/bg_home.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Riduce le colonne su schermi piu' piccoli */
@media (max-width: 1100px) {
    .dashboard-row[b-ub17fh0ubv] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
    .dashboard-row[b-ub17fh0ubv] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 500px) {
    .dashboard-row[b-ub17fh0ubv] { grid-template-columns: 1fr; }
}
/* _content/NC3_web/Components/Pages/DevxTest.razor.rz.scp.css */
.dashboard-container[b-3bnmji4yvf] {
    padding: 1rem;
}

.dashboard-row[b-3bnmji4yvf] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.columndashboard[b-3bnmji4yvf] {
    flex: 0 0 auto;
    padding: 0;
    text-align: center;
    max-width: 260px;
    min-width: 50px;
    margin: 1rem;
    border-radius: 2.80rem;
    z-index: 1;
}

.buttonDashboard[b-3bnmji4yvf] {
    border: 0;
    text-decoration: none !important;
    display: block;
    cursor: pointer;
}

.columndashboardsopra[b-3bnmji4yvf] {
    padding: 13px;
    text-align: center;
    width: 260px;
    max-width: 260px;
    background-color: #262B2C;
    height: 230px;
    margin: 0.7rem 0.7rem 0 0.7rem;
    border-radius: 2.80rem 2.80rem 0 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
    transition: background-color 0.3s ease;
}

.columndashboardsopra:hover[b-3bnmji4yvf] {
    background-color: #FFC63F;
}

.columndashboardsotto[b-3bnmji4yvf] {
    padding: 10px;
    text-align: center;
    width: 260px;
    max-width: 260px;
    min-width: 50px;
    background-color: #333A3C;
    height: 60px;
    margin: 0 0.7rem 0.7rem 0.7rem;
    border-radius: 0 0 2.80rem 2.80rem;
    z-index: 0;
    position: relative;
}

.columndashboardnumero[b-3bnmji4yvf] {
    padding: 13px;
    text-align: center;
    max-width: 260px;
    min-width: 50px;
    height: 80px;
    margin: 0 0.7rem 0 0.7rem;
    z-index: 0;
    position: relative;
}

.titoloDashboard[b-3bnmji4yvf] {
    font-size: 24px;
    color: white;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.sottotitoloDashboard[b-3bnmji4yvf] {
    font-size: 14px;
    font-weight: normal;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.numeroDashboard[b-3bnmji4yvf] {
    color: white;
    font-size: 36px;
    font-weight: bold;
}

.iconaDashboard[b-3bnmji4yvf] {
    color: white;
    font-size: 45px;
    padding: 10px;
}
/* _content/NC3_web/Components/Pages/ElencoSchede.razor.rz.scp.css */
.dashboard-container[b-rgzn1bb405] {
    padding: 1rem;
}

.dashboard-row[b-rgzn1bb405] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.columndashboard[b-rgzn1bb405] {
    flex: 0 0 auto;
    padding: 0;
    text-align: center;
    max-width: 260px;
    min-width: 50px;
    margin: 1rem;
    border-radius: 2.80rem;
    z-index: 1;
}

.buttonDashboard[b-rgzn1bb405] {
    border: 0;
    text-decoration: none !important;
    display: block;
    cursor: pointer;
}

.columndashboardsopra[b-rgzn1bb405] {
    padding: 13px;
    text-align: center;
    width: 260px;
    max-width: 260px;
    background-color: #262B2C;
    height: 230px;
    margin: 0.7rem 0.7rem 0 0.7rem;
    border-radius: 2.80rem 2.80rem 0 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
    transition: background-color 0.3s ease;
}

.columndashboardsopra:hover[b-rgzn1bb405] {
    background-color: #FFC63F;
}

.columndashboardsotto[b-rgzn1bb405] {
    padding: 10px;
    text-align: center;
    width: 260px;
    max-width: 260px;
    min-width: 50px;
    background-color: #333A3C;
    height: 60px;
    margin: 0 0.7rem 0.7rem 0.7rem;
    border-radius: 0 0 2.80rem 2.80rem;
    z-index: 0;
    position: relative;
}

.columndashboardnumero[b-rgzn1bb405] {
    padding: 13px;
    text-align: center;
    max-width: 260px;
    min-width: 50px;
    height: 80px;
    margin: 0 0.7rem 0 0.7rem;
    z-index: 0;
    position: relative;
}

.titoloDashboard[b-rgzn1bb405] {
    font-size: 24px;
    color: white;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.sottotitoloDashboard[b-rgzn1bb405] {
    font-size: 14px;
    font-weight: normal;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.numeroDashboard[b-rgzn1bb405] {
    color: white;
    font-size: 36px;
    font-weight: bold;
}

.iconaDashboard[b-rgzn1bb405] {
    color: white;
    font-size: 45px;
    padding: 10px;
}
/* _content/NC3_web/Components/Pages/Login.razor.rz.scp.css */
/* Login fedele al vecchio C3Web: header bianco + banner + banda gialla + footer grigio.
   La pagina rompe i vincoli di larghezza del MinimalLayout per occupare tutta la pagina. */
.c3-login[b-tb7q7jxoay] {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.c3-login-logo[b-tb7q7jxoay] {
    background-color: #ffffff;
    padding: 10px 0 10px 15px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.c3-login-logo img[b-tb7q7jxoay] {
    width: 201px;
    height: 103px;
}

/* Banner ponte: immagine 1142x400 con claim già incorporato */
.c3-login-banner[b-tb7q7jxoay] {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    height: 32vh;
    max-height: 400px;
    background-image: url('/images/top_login.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Banda gialla */
.c3-login-main[b-tb7q7jxoay] {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FECC00;
    min-height: 400px;
}

.c3-login-content[b-tb7q7jxoay] {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.c3-titolo1[b-tb7q7jxoay] {
    font-size: 35px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.c3-login-hr[b-tb7q7jxoay] {
    max-width: 250px;
    margin-left: 0;
    border: 0;
    border-top: 1px solid #00000033;
}

.c3-login-error[b-tb7q7jxoay] {
    color: #a94442;
    font-weight: bold;
    margin-bottom: 12px;
}

/* Campo: label centrata sopra l'input, colonna stretta come l'originale */
.c3-login-field[b-tb7q7jxoay] {
    width: 250px;
    margin-bottom: 12px;
}

.c3-login-field label[b-tb7q7jxoay] {
    display: block;
    text-align: center;
    margin-bottom: 4px;
}

.c3-login-field input[b-tb7q7jxoay] {
    width: 100%;
    height: 32px;
    padding: 4px 8px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.c3-login-actions[b-tb7q7jxoay] {
    margin-top: 18px;
}

/* Bottone grigio classico WebForms */
.c3-login-button[b-tb7q7jxoay] {
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #b5b5b5;
    line-height: 20px;
    height: 30px;
    width: 120px;
    cursor: pointer;
    background-color: #e9e9ed;
    color: #000000;
}

.c3-login-forgot[b-tb7q7jxoay] {
    margin-top: 18px;
}

.c3-login-forgot a[b-tb7q7jxoay] {
    color: #0000ee;
    text-decoration: underline;
}

/* Footer grigio con DB e versione */
.c3-login-footer[b-tb7q7jxoay] {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #808080;
    color: #ffffff;
    padding: 20px 15px;
    min-height: 100px;
    font-size: 13px;
}
/* _content/NC3_web/Components/Pages/SceltaArea.razor.rz.scp.css */
/* Scelta area fedele al vecchio C3Web: stessa impalcatura della login
   (header bianco + banner + banda gialla + footer grigio). */
.c3-login[b-jkdijob9wq] {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.c3-login-logo[b-jkdijob9wq] {
    background-color: #ffffff;
    padding: 10px 0 10px 15px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.c3-login-logo img[b-jkdijob9wq] {
    width: 201px;
    height: 103px;
}

.c3-login-banner[b-jkdijob9wq] {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    height: 32vh;
    max-height: 400px;
    background-image: url('/images/top_login.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.c3-login-main[b-jkdijob9wq] {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FECC00;
    min-height: 400px;
}

.c3-login-content[b-jkdijob9wq] {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.c3-titolo1[b-jkdijob9wq] {
    font-size: 35px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.c3-login-hr[b-jkdijob9wq] {
    margin-left: 0;
    border: 0;
    border-top: 1px solid #00000033;
}

/* ComboBox area larga come l'originale (550px) */
.c3-area-combo[b-jkdijob9wq] {
    width: 550px;
    max-width: 100%;
    margin-bottom: 24px;
}

.c3-area-combo[b-jkdijob9wq]  .dxbl-combobox {
    width: 100%;
}

/* Pulsanti grigi classici WebForms, impilati verticalmente */
.c3-area-actions[b-jkdijob9wq] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.c3-login-button[b-jkdijob9wq] {
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #b5b5b5;
    line-height: 20px;
    height: 30px;
    width: 120px;
    cursor: pointer;
    background-color: #e9e9ed;
    color: #000000;
}

/* Footer grigio con DB e versione */
.c3-login-footer[b-jkdijob9wq] {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #808080;
    color: #ffffff;
    padding: 20px 15px;
    min-height: 100px;
    font-size: 13px;
}
/* _content/NC3_web/Components/Shared/DashboardTile.razor.rz.scp.css */
.columndashboard[b-qholtxvf9v] {
    flex: 0 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 260px;
    border-radius: 2.80rem;
    z-index: 1;
}

.buttonDashboard[b-qholtxvf9v] {
    border: 0;
    text-decoration: none !important;
    display: block;
    cursor: pointer;
}

.columndashboardsopra[b-qholtxvf9v] {
    padding: 13px;
    text-align: center;
    width: 100%;
    background-color: #262B2C;
    height: 230px;
    border-radius: 2.80rem 2.80rem 0 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
    transition: background-color 0.3s ease;
}

.columndashboardsopra:hover[b-qholtxvf9v] {
    background-color: #FFC63F;
}

.columndashboardsotto[b-qholtxvf9v] {
    padding: 10px;
    text-align: center;
    width: 100%;
    background-color: #333A3C;
    height: 60px;
    border-radius: 0 0 2.80rem 2.80rem;
    z-index: 0;
    position: relative;
}

.columndashboardnumero[b-qholtxvf9v] {
    padding: 13px;
    text-align: center;
    width: 100%;
    height: 80px;
    z-index: 0;
    position: relative;
}

.titoloDashboard[b-qholtxvf9v] {
    font-size: 24px;
    color: white;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    /* display block + margin-top + line-height espliciti: ripristinano
       spacing icona/titolo e interlinea tra righe del titolo dopo
       rimozione CDN Bootstrap 5.0.2 in App.razor (sessione 8 di 7.4).
       Bootstrap 5.3.3 locale cambia il vertical-align di .bi::before e
       riduce line-height ereditato per gli <span> in <a>. */
    display: block;
    margin-top: 10px;
    line-height: 1.4;
}

.sottotitoloDashboard[b-qholtxvf9v] {
    font-size: 14px;
    font-weight: normal;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.numeroDashboard[b-qholtxvf9v] {
    color: white;
    font-size: 36px;
    font-weight: bold;
}
