/* _content/CoopEcc/Components/AccettazionePrivacy.razor.rz.scp.css */
/*.page-ecc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    width:80%;
    margin:auto;
    column-gap: 2%;
}*/

.box-ecc[b-spjmlvaqd0] {
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-white, #FFF);
    /* shadows/l */
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.06);
    /*padding: 10px;*/
    line-height: 1.8rem;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

h1[b-spjmlvaqd0] {
    font-size:1.5rem;
}

h2[b-spjmlvaqd0] {
    font-size:1rem;
}

table[b-spjmlvaqd0] {
    margin-top:1.5rem;
}

    table tr td:first-child[b-spjmlvaqd0] {
        text-align:center;
    }

#dettaglio_clausola p[b-spjmlvaqd0] {
    text-align:justify;
}
/* _content/CoopEcc/Components/Calendar.razor.rz.scp.css */
.mndlib-month-calendar-header[b-00ukrmwp50] {
    list-style: none;
    margin: 0;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
}

    .mndlib-month-calendar-header li[b-00ukrmwp50] {
        width: 100%;
        font-weight: bold;
        text-align: center;
    }

.mndlib-month-calendar[b-00ukrmwp50] {
    list-style: none;
    margin: 0;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    background-color: #f6f6f6;
    border: solid 1px #e5e3e3;
}

    .mndlib-month-calendar li[b-00ukrmwp50] {
        width: 100%;
        height: 150px;
        border: solid 1px #e5e3e3;
        padding: 10px;
        cursor: pointer;
    }

    .mndlib-month-calendar.compact li[b-00ukrmwp50] {
        height: 50px;
        text-align: center;
    }

    .mndlib-month-calendar li.disabled[b-00ukrmwp50] {
        cursor: default;
    }

    .mndlib-month-calendar li:hover[b-00ukrmwp50] {
        background-color: yellow;
    }

    .mndlib-month-calendar li span[b-00ukrmwp50] {
        width: 30px;
        height: 30px;
        border: solid 1px #e5e3e3;
        display: inline-block;
        text-align: center;
        padding-top: 6px;
    }

    .mndlib-month-calendar li p[b-00ukrmwp50] {
        margin-top: 20px;
    }

    .mndlib-month-calendar li.empty[b-00ukrmwp50] {
        width: 100%;
        height: 150px;
        border: solid 0px transparent;
        padding: 10px;
        background-color: transparent;
        cursor: default;
    }

    .mndlib-month-calendar.compact li.empty[b-00ukrmwp50] {
        height: 50px;
    }

    .mndlib-month-calendar.compact li span[b-00ukrmwp50] {
        border: none;
        width: 100%;
        padding-top: 0px;
    }



.mndlib-week-calendar-header[b-00ukrmwp50] {
    list-style: none;
    margin: 0;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
}

    .mndlib-week-calendar-header li[b-00ukrmwp50] {
        width: 100%;
        font-weight: bold;
        text-align: center;
    }


.mndlib-week-calendar[b-00ukrmwp50] {
    list-style: none;
    margin: 0;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    background-color: #f6f6f6;
    border: solid 1px #e5e3e3;
}

    .mndlib-week-calendar li[b-00ukrmwp50] {
        width: 100%;
        height: 150px;
        border: solid 1px #e5e3e3;
        padding: 10px;
        cursor: pointer;
    }

        .mndlib-week-calendar li.disabled[b-00ukrmwp50] {
            cursor: default;
        }

        .mndlib-week-calendar li:hover[b-00ukrmwp50] {
            background-color: yellow;
        }

        .mndlib-week-calendar li span[b-00ukrmwp50] {
            width: 30px;
            height: 30px;
            border: solid 1px #e5e3e3;
            display: inline-block;
            text-align: center;
            padding-top: 6px;
        }

        .mndlib-week-calendar li p[b-00ukrmwp50] {
            margin-top: 20px;
        }

        .mndlib-week-calendar li.empty[b-00ukrmwp50] {
            width: 100%;
            height: 150px;
            border: solid 0px transparent;
            padding: 10px;
            background-color: transparent;
            cursor: default;
        }

@media only screen and (max-width: 600px) {
    .mndlib-month-calendar-header[b-00ukrmwp50] {
        display: none;
    }

    .mndlib-month-calendar[b-00ukrmwp50] {
        grid-template-columns: 1fr 1fr;
    }

        .mndlib-month-calendar li[b-00ukrmwp50] {
            font-size:10px;
        }

        .mndlib-month-calendar li.empty[b-00ukrmwp50] {
            display:none;
        }
}
/* _content/CoopEcc/Components/CalendarioAnimazioni.razor.rz.scp.css */
.ecc-table-incontri[b-15x394nsb3] {
    font-size:0.7rem;
}

    .ecc-table-incontri td[b-15x394nsb3] {
        padding:5px;
    
    }

h3[b-15x394nsb3] {
    font-size:1.1rem;
}

.modal-xl[b-15x394nsb3] {
    width:80%;
    max-width:80%;
}

.checkbox-wrapper[b-15x394nsb3] {
    display:inline-block;
}

@media only screen and (max-width: 600px) {
    .modal-xl[b-15x394nsb3] {
        width: auto;
        max-width:none;
    }

    .checkbox-wrapper[b-15x394nsb3] {
        display: block;
    }    
}
/* _content/CoopEcc/Components/PrivacyCookieAccessibility.razor.rz.scp.css */
a:not(.btn)[b-vmhvrzmzbu] {
    text-decoration: underline !important;
    font-weight: bold;
}
/* _content/CoopEcc/Components/Wizard/Step1.razor.rz.scp.css */
.wrapper-selezione-scuola[b-v874ot3zm7] {
    /*background-color: white;*/
    display: block;
    /*border: solid 1px #e3e3e3;*/
    border-top:solid 1px #e3e3e3;
    padding: 10px;
}

    .wrapper-selezione-scuola p[b-v874ot3zm7] {
        padding-top:10px;
    }

.wrapper-scuole[b-v874ot3zm7] {
    height:300px;
    overflow-x:hidden;
    overflow-y:auto;
}

.wrapper-scuole label[b-v874ot3zm7] {
    font-weight:normal;
    cursor:pointer;
}

    .wrapper-scuola[b-v874ot3zm7] {
        background-color: white;
        border: solid 1px #e3e3e3;
        padding: 20px;
        line-height: 2rem;
        width: 80%;
        margin: auto;
        font-size: 1rem;
    }


.wrapper-no-scuola[b-v874ot3zm7] {
    /*max-width:1015px;*/
    margin:auto;
    border:solid 1px #e3e3e3;
    background-color:white;
}

.alert-info table tr td:first-child[b-v874ot3zm7] {
    width: 50px;
}

.alert-info a[b-v874ot3zm7] {
    text-decoration:underline!important;
}

.vademecum[b-v874ot3zm7] {
    width: 100%;
    height: 400px;
    background-image: url("/vademecum/vade_big.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control-prev-icon[b-v874ot3zm7],
.carousel-control-next-icon[b-v874ot3zm7] {
    height: 100px;
    width: 100px;
    outline: black;
    background-image: none;
}

    .carousel-control-next-icon[b-v874ot3zm7]:after {
        content: '>';
        font-size: 55px;
        color: red;
    }

    .carousel-control-prev-icon[b-v874ot3zm7]:after {
        content: '<';
        font-size: 55px;
        color: red;
    }


@media (max-width: 1024px) {
    .vademecum[b-v874ot3zm7] {
        background-image: url("/vademecum/vade_small.jpg");
        height:700px;
    }
}
/* _content/CoopEcc/Components/Wizard/Step2.razor.rz.scp.css */
.wrapper-insegnante[b-es7kdwolyj] {
    background-color: white;
    border: solid 1px #e3e3e3;
    padding: 20px;
    line-height: 2rem;
    width: 80%;
    margin: auto;
    font-size: 1rem;
}

.table-with-radio[b-es7kdwolyj] {
    border: none;
    border-collapse: collapse;
}

    .table-with-radio tr td:first-child[b-es7kdwolyj] {
        width: 600px;
    }

    .table-with-radio td[b-es7kdwolyj] {
        padding-bottom: 12px;
    }
/* _content/CoopEcc/Components/Wizard/Step3.razor.rz.scp.css */
.wrapper-adesione-percorso[b-f94q9bewmg] {
    background-color: white;
    border: solid 1px #e3e3e3;
    padding: 20px;
    line-height: 2rem;
    width: 80%;
    margin: auto;
    font-size: 1rem;
}

.table-with-radio[b-f94q9bewmg] {
    border: none;
    border-collapse: collapse;
}

    .table-with-radio tr td:first-child[b-f94q9bewmg] {
        width:600px;
    
    }

    .table-with-radio td[b-f94q9bewmg] {
        padding-bottom:12px;
    }

p[b-f94q9bewmg] {
    font-size:.8rem;
    text-align:justify;
}
/* _content/CoopEcc/Components/Wizard/Step4.razor.rz.scp.css */
.wrapper-incontri[b-6qo7ae9mx3] {
    background-color: white;
    border: solid 1px #e3e3e3;
    padding: 20px;
    line-height: 2rem;
    width: 80%;
    margin: auto;
    font-size: 1rem;
}

.wrapper-incontri ul[b-6qo7ae9mx3] {
    list-style:none;
    padding:0;
}

    .wrapper-incontri ul li[b-6qo7ae9mx3] {
        line-height:1.5rem;
        font-size:.9rem;
        margin-bottom:10px;
        border:solid 1px red;
        padding:4px;
        background-color:#e3e3e3;
        border:solid 1px #999;
        border-radius:3px;
        box-shadow:#e3e3e3 1px 1px 1px;
    }

    .wrapper-incontri ul li small[b-6qo7ae9mx3] {
       margin-left:10px;
       display:inline-block;
    }

.wrapper-incontro[b-6qo7ae9mx3] {
    background-color:#f6f6f6;
    border:solid 1px #e3e3e3;
    padding:10px;
    margin:10px;
}
/* _content/CoopEcc/Components/Wizard/Step5.razor.rz.scp.css */
.wrapper-data-orario[b-wr7uvmgpzr] {
    background-color: #f6f6f6;
    border: solid 1px #e3e3e3;
    padding: 10px;
    margin-bottom: 10px;
}

    .wrapper-data-orario h3[b-wr7uvmgpzr] {
        margin-bottom: 20px;
    }

.wrapper-data[b-wr7uvmgpzr] {
    background-color: white;
    border: solid 1px #e3e3e3;
    padding: 20px;
    line-height: 2rem;
    width: 100%;
    font-size: 1rem;
}

.date-chooser[b-wr7uvmgpzr] {
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #e3e3e3;
    padding: 10px;
}

.wrapper-calendar[b-wr7uvmgpzr] {
    display: block;
}

.wrapper-orario[b-wr7uvmgpzr] {
    background-color: white;
    border: solid 1px #e3e3e3;
    padding: 20px;
    line-height: 2rem;
    width: 100%;
    font-size: 1rem;
}

    .wrapper-orario ul[b-wr7uvmgpzr] {
        list-style: none;
    }

.fascia-giornaliera[b-wr7uvmgpzr] {
    padding: 0;
}

.fascia-oraria[b-wr7uvmgpzr] {
    padding: 0;
}

    .fascia-oraria li[b-wr7uvmgpzr] {
        border: solid 1px #e3e3e3;
        padding: 3px;
        margin-bottom: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

        .fascia-oraria li:hover[b-wr7uvmgpzr] {
            background-color:#f6f6f6;
            font-weight:bold;
        }

.orario-chooser[b-wr7uvmgpzr] {
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #e3e3e3;
    padding: 10px;
}

.wrapper-data-orario.hidden[b-wr7uvmgpzr] {
    display: none;
}

.wrapper-buttons[b-wr7uvmgpzr] {
    background-color: white;
    border: solid 1px #e3e3e3;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:5px;
    margin-bottom:20px;
}
/* _content/CoopEcc/Components/Wizard/Step6.razor.rz.scp.css */
.wrapper-info[b-cxsszctj1p] {
    background-color: white;
    border: solid 1px #e3e3e3;
    padding: 20px;
    line-height: 2rem;
    width: 80%;
    margin: auto;
    font-size: 1rem;
}
/* _content/CoopEcc/Components/Wizard/Step7.razor.rz.scp.css */
.wrapper-summary[b-rwfs1c2odd] {
    background-color: white;
    border: solid 1px #e3e3e3;
    padding: 20px;
    line-height: 2rem;
    width: 80%;
    margin: auto;
    font-size: 1rem;
}
/* _content/CoopEcc/Components/Wizard/Step8.razor.rz.scp.css */
.wrapper-confirm[b-t1h74bg2n4] {
    background-color: white;
    border: solid 1px #e3e3e3;
    padding: 20px;
    line-height: 2rem;
    width: 80%;
    margin: auto;
    font-size: 1rem;
}
/* _content/CoopEcc/Pages/Account/SignIn.razor.rz.scp.css */
a:not(.btn)[b-4ac53g64ch] {
    text-decoration: underline;
    font-weight: bold;
}

.footer[b-4ac53g64ch] {
    padding:0px;
}

.auth-logo[b-4ac53g64ch] {
    background-color:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:40px;
}

    .auth-logo img[b-4ac53g64ch] {
        height:80px;
    }

.auth-territorio-coperto[b-4ac53g64ch] {
    text-decoration: none!important;
    color: white;
    font-weight: normal!important;
    font-size: 10pt;
    display: inline-block;
    border: solid 1px white;
    padding:5px;
    border-radius:4px;
}

    .auth-territorio-coperto:hover[b-4ac53g64ch] {
        background-color: white;
        color: #F06548;
    }
/* _content/CoopEcc/Pages/Contenuti/EditContenuto.razor.rz.scp.css */
.video-list[b-fhok6wb9c6] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:10px;
    list-style: none;
    margin: 0;
    background-color:#f6f6f6;
    padding-top:20px;
}

    .video-list iframe[b-fhok6wb9c6] {
        width:100%;
        height:300px;
    }

.wrapper-copertina[b-fhok6wb9c6] {
    background-color:#f6f6f6;
    padding:20px;
}

.img-copertina[b-fhok6wb9c6] {
    width:400px;
}
/* _content/CoopEcc/Pages/Insegnanti/ChangePassword.razor.rz.scp.css */
.page-ecc[b-mw0pqpz6n5] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 60%;
    margin: auto;
    column-gap: 2%;
    min-height:600px;
}

.ecc-box[b-mw0pqpz6n5] {
    padding:20px;
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-white, #FFF);
    /* shadows/l */
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.06);
}
/* _content/CoopEcc/Pages/Insegnanti/Dashboard.razor.rz.scp.css */

.page-ecc[b-ahxnxdb112] {
    
  /*  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;*/
    width: 80%;
    margin: auto;
    /*column-gap: 2%;*/
}

.box-ecc[b-ahxnxdb112] {
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-white, #FFF);
    /* shadows/l */
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.06);
    /*padding: 10px;*/
    line-height: 1.8rem;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    height:100%;
}

.box-ecc-internal[b-ahxnxdb112] {
    width: 100%;
    margin-top: 10px;
    min-height:300px;
}

    .box-ecc p[b-ahxnxdb112] {
        margin:0;
        padding:0;
    }


    .box-ecc-internal.no-prenotazioni[b-ahxnxdb112] {
        width:100%;
        border: 1px solid var(--colors-gray-03, #E5E1E1);
        background: var(--colors-gray-06, #F7F7F7);
        text-align: center;
        padding: 80px;
    }

.ecc-flayer[b-ahxnxdb112] {
    width:100%;
    margin-top:10px;
}

.ecc-box[b-ahxnxdb112] {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-white, #FFF);
    /* shadows/l */
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.06);
}

.box-sapere-click[b-ahxnxdb112] {
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-gray-06, #F7F7F7);
    margin-top:20px;
    min-height:300px;
    font-size:.8rem;
    margin-bottom:12px;
}

/*.box-segreteria {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

    .box-segreteria span {
        margin-right:80px;
    }*/

table[b-ahxnxdb112] {
    border-collapse:collapse;
    border:none;
    border-color:transparent;
    font-size:.9rem;
    line-height:1.5rem;
}

@media screen and (max-width: 992px) {
    .page-ecc[b-ahxnxdb112] {
        width: 100%;
    }
}
/* _content/CoopEcc/Pages/Insegnanti/DatiAnagrafici.razor.rz.scp.css */
.page-ecc[b-wjemmwzyu4] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 60%;
    margin: auto;
    column-gap: 2%;
}

.ecc-box[b-wjemmwzyu4] {
    padding:20px;
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-white, #FFF);
    /* shadows/l */
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.06);
}
/* _content/CoopEcc/Pages/Insegnanti/Forms/RichiestaInformazioni.razor.rz.scp.css */
.box-ecc[b-et54gcqe3e] {
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-white, #FFF);
    /* shadows/l */
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.06);
    line-height: 1.5rem;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: auto;
}

h1[b-et54gcqe3e] {
    font-size:1.5rem;
}
/* _content/CoopEcc/Pages/Insegnanti/NoPrenotazioni.razor.rz.scp.css */
.page-ecc[b-46vgi0y4tf] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 60%;
    margin: auto;
    column-gap: 2%;
}

.ecc-box[b-46vgi0y4tf] {
    padding: 20px;
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-white, #FFF);
    /* shadows/l */
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.06);
    font-size:1.2rem;
    text-align:center;
}
/* _content/CoopEcc/Pages/Insegnanti/Policies/Accessibilita.razor.rz.scp.css */
p[b-yx5rtlryfm] {
    line-height: 1.5rem;
    text-align: justify;
}

a:not(.btn)[b-yx5rtlryfm] {
    text-decoration: underline !important;
    font-weight: bold;
}
/* _content/CoopEcc/Pages/Insegnanti/Policies/CookiePolicy.razor.rz.scp.css */
p[b-v8xra18id5] {
    line-height:1.5rem;
    text-align:justify;
}
/* _content/CoopEcc/Pages/Insegnanti/Policies/PrivacyPolicy.razor.rz.scp.css */
p[b-mfo7kmrt7d], li[b-mfo7kmrt7d] {
    line-height: 1.5rem;
    text-align: justify;
}

a[b-mfo7kmrt7d] {
    color:rgb(240, 101, 72);
    font-weight:bold;
}
/* _content/CoopEcc/Pages/Insegnanti/Prenotazioni/ListPrenotazioni.razor.rz.scp.css */
.box-ecc[b-k0bob0mkdl] {
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-white, #FFF);
    /* shadows/l */
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.06);
    /*padding: 10px;*/
    line-height: 1.5rem;
    font-size: .8rem;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    justify-content:center;
}

.box-no-prenotazioni[b-k0bob0mkdl] {
    /*width:500px;*/
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-gray-06, #F7F7F7);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* _content/CoopEcc/Pages/Insegnanti/Prenotazioni/ViewPrenotazione.razor.rz.scp.css */
.box-ecc[b-c7g0f2khno] {
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-white, #FFF);
    /* shadows/l */
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.06);
    line-height: 1.5rem;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width:80%;
    margin:auto;
}

.label[b-c7g0f2khno] {
    display:block;
}

.value[b-c7g0f2khno] {
    display:block;
    font-weight:bold;
    margin-bottom:10px;
}

.box-ecc table[b-c7g0f2khno] {
    border-collapse:collapse;
    border:none;
    border-color:transparent;
}

h4[b-c7g0f2khno] {
    margin-top:30px;
}

.box-header[b-c7g0f2khno] {
    width:80%;
    margin:auto;
}
/* _content/CoopEcc/Pages/Insegnanti/SapereClick/ListSapereClick.razor.rz.scp.css */
.box-ecc[b-0krtqjob9p] {
    border: 1px solid var(--colors-gray-03, #E5E1E1);
    background: var(--colors-white, #FFF);
    /* shadows/l */
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.06);
    /*padding: 10px;*/
    /*line-height: 1.5rem;*/
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    justify-content: center;
    border-radius: 10px;
}

    .box-ecc table td[b-0krtqjob9p] {
        vertical-align: top !important;
        padding: 10px;
    }

    .box-ecc p[b-0krtqjob9p] {
        text-align: justify;
        vertical-align: top;
    }

    .box-ecc img[b-0krtqjob9p] {
        /*        width:200px;*/
        height: 160px;
        border: solid 2px #e3e3e3;
    }


h1[b-0krtqjob9p] {
    font-size: 1.2rem;
}

h2[b-0krtqjob9p] {
    font-size: 1rem;
}

#modal_contenuto p[b-0krtqjob9p] {
    font-size: 1rem;
    text-align: justify;
}

#modal_contenuto h1[b-0krtqjob9p] {
    font-size: 1.2rem;
}

.ecc-box-media[b-0krtqjob9p] {
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-top:10px;
}

.ecc-box-allegati[b-0krtqjob9p] {
    display:grid;
    grid-template-columns:35px 1fr;
    align-items:center;
}

.ecc-box-video[b-0krtqjob9p] {
    display: grid;
    grid-template-columns: 35px 1fr;
    align-items: center;
}

.ecc-media-list[b-0krtqjob9p] {
    list-style:none;
    margin:0;
    padding:0;
    font-size:1rem;
}

    .ecc-media-list a[b-0krtqjob9p] {
    
        text-decoration:underline!important;
    }
/* _content/CoopEcc/Pages/Insegnanti/Wizard.razor.rz.scp.css */
.wizard-steps[b-rwfdp3vsxn] {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 1.5rem;
    position: relative;
    margin: 0;
    padding: 0;
}

    .wizard-steps[b-rwfdp3vsxn]:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #e3e3e3;
        top: 20px;
        left: 0px;
        z-index: 0;
    }


    /*.wizard-steps li.selected:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 2px;
        background: red;
        top: 20px;
        left: 0px;
        z-index: 5;
    }

    .wizard-steps li.selected:not(:first-child):after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: red;
        top: 20px;
        left: 50%;
        z-index: 5;
    }*/

    /*.wizard-step-1:after li:first-child {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: red;
    top: 20px;
    left: 0px;
    z-index: 5;
}*/
    /*.wizard-step-1:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    background: red;
    top: 20px;
    left: 0px;
    z-index: 5;
}*/
    /*.wizard-step-2:after {
    content: "";
    position: absolute;
    width: 430px;
    height: 2px;
    background: red;
    top: 20px;
    left: 0px;
    z-index: 5;
}

.wizard-step-3:after {
    content: "";
    position: absolute;
    width: 660px;
    height: 2px;
    background: red;
    top: 20px;
    left: 0px;
    z-index: 5;
}

.wizard-step-4:after {
    content: "";
    position: absolute;
    width: 920px;
    height: 2px;
    background: red;
    top: 20px;
    left: 0px;
    z-index: 5;
}

.wizard-step-5:after {
    content: "";
    position: absolute;
    width: 1200px;
    height: 2px;
    background: red;
    top: 20px;
    left: 0px;
    z-index: 5;
}

.wizard-step-6:after {
    content: "";
    position: absolute;
    width: 1450px;
    height: 2px;
    background: red;
    top: 20px;
    left: 0px;
    z-index: 5;
}

.wizard-step-7:after {
    content: "";
    position: absolute;
    width: 1700px;
    height: 2px;
    background: red;
    top: 20px;
    left: 0px;
    z-index: 5;
}*/

    .wizard-steps li[b-rwfdp3vsxn] {
        text-align: center;
        font-size: 1rem;
        position: relative;
        z-index: 10;
    }

        .wizard-steps li img[b-rwfdp3vsxn] {
            margin-bottom: 10px;
            border: 2px solid #e3e3e3;
            border-radius: 100%;
            padding: 8px;
            background: white;
        }

        .wizard-steps li.selected[b-rwfdp3vsxn] {
            font-weight: bold;
        }



.line-before[b-rwfdp3vsxn]:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: red;
    top: 20px;
    left: 0px;
    z-index: 5;
}

.line-after[b-rwfdp3vsxn]:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: red;
    top: 20px;
    left: 50%;
    z-index: 5;
}

.wizard-steps li.selected img[b-rwfdp3vsxn] {
    border: 2px solid red;
    position: relative;
    z-index: 6;
}


.wizard-steps li.partial-selected[b-rwfdp3vsxn] {
    font-weight: bold;
}

.wizard-steps li.selected img[b-rwfdp3vsxn] {
    border: 2px solid red;
    position: relative;
    z-index: 6;
}


.wizard-step[b-rwfdp3vsxn] {
    margin-top: 2rem;
}

.wizard-title[b-rwfdp3vsxn] {
    text-align: center;
}


@media screen and (max-width: 992px) {
    .step-title[b-rwfdp3vsxn] {
        display:none;
    }
}
/* _content/CoopEcc/Pages/Prenotazioni/ListAnimazioni.razor.rz.scp.css */
.modal-xl[b-4eh4up95b1] {
    width: 80%;
    max-width: 80%;
}

.checkbox-wrapper[b-4eh4up95b1] {
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    .modal-xl[b-4eh4up95b1] {
        width: auto;
        max-width: none;
    }

    .checkbox-wrapper[b-4eh4up95b1] {
        display: block;
    }
}
/* _content/CoopEcc/Pages/Prenotazioni/ListPrenotazioni.razor.rz.scp.css */
.checkbox-wrapper[b-atgf2lkjt0] {
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    .checkbox-wrapper[b-atgf2lkjt0] {
        display: block;
    }
}
/* _content/CoopEcc/Pages/Strumenti/GestioneBannersInsegnanti.razor.rz.scp.css */
.banners[b-elg6lxqi11] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner[b-elg6lxqi11] {
    border:solid 1px #e3e3e3;
    margin-bottom:10px;
    background-color:#f6f6f6;
    padding:20px;
}

.banner-title[b-elg6lxqi11] {
    background-color: white;
    padding: 10px;
    border: solid 1px #e3e3e3;
    border-bottom: solid 2px #e3e3e3;
    position: relative;
}

    .banner-title .btn-primary[b-elg6lxqi11] {
        position: absolute;
        right: 160px;
        top: 7px;
    }

    .banner-title .btn-danger[b-elg6lxqi11] {
        position: absolute;
        right: 10px;
        top:7px;
    }

.banner img[b-elg6lxqi11] {
    width: 100%;
    border: solid 1px #e3e3e3;
}
/* _content/CoopEcc/Shared/LayoutInsegnanti.razor.rz.scp.css */
.ecc-logo[b-ybg91ab8i4] {
    width: 90px;
}

.ecc-top-bar[b-ybg91ab8i4] {
    background-color: white;
    padding: 1rem;
    box-shadow: #e3e3e3 10px 10px 10px 1px;
    display: grid;
    grid-template-columns: 200px 1fr 200px;
}

#menu_main[b-ybg91ab8i4] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content:flex-end;
    flex-wrap:wrap;
}

    #menu_main li[b-ybg91ab8i4] {
        /*float: right;*/
        margin-right: 20px;
        line-height: 4.4rem;
    }

        #menu_main li a[b-ybg91ab8i4] {
            font-size: 1rem;
            color: #666464;
            display: block;
            padding: 5px;
        }

            #menu_main li a i[b-ybg91ab8i4] {
                float: right;
            }

            #menu_main li a:hover[b-ybg91ab8i4] {
                background-color: #f06548;
                color: white;
            }

.ecc-account[b-ybg91ab8i4] {
    border-left: solid 2px #e3e3e3;
    height: 100%;
    padding: 10px;
    margin-right: 50px;
    cursor: pointer;
}

    .ecc-account p[b-ybg91ab8i4] {
        display: inline-block;
        height: 30px;
        margin-left: 10px;
        font-size: 1rem;
    }

    .ecc-account table[b-ybg91ab8i4] {
        margin-left: 30px;
    }


#menu_insegnante[b-ybg91ab8i4] {
    position: absolute;
    display: none;
    top: 112px;
    right: 0;
    z-index: 1001;
    list-style: none;
    background-color: white;
    border: solid 1px #e3e3e3;
    padding: 0;
    margin: 0;
}

    #menu_insegnante li[b-ybg91ab8i4] {
        padding: 10px;
    }

        #menu_insegnante li a[b-ybg91ab8i4] {
            display: block;
            color: #666464;
        }

        #menu_insegnante li:hover[b-ybg91ab8i4] {
            background-color: #f06548;
        }

            #menu_insegnante li:hover a[b-ybg91ab8i4] {
                color: white;
            }


.ecc-page-content[b-ybg91ab8i4] {
    width: 200px;
}

.ecc-top-bar-compact a:first-child[b-ybg91ab8i4] {
    justify-self: start;
}

.ecc-top-bar-compact img:nth-child(2)[b-ybg91ab8i4] {
    justify-self: center;
}

.ecc-top-bar-compact div:last-child[b-ybg91ab8i4] {
    justify-self: end;
}

.ecc-hanburgher[b-ybg91ab8i4] {
    display: none;
}

.ecc-welcome[b-ybg91ab8i4] {
    display: none;
}

.ecc-welcome-ext[b-ybg91ab8i4] {
    display: inline-block;
    height: 30px;
    margin-right: 10px;
}

@media screen and (max-width: 1120px) {
    .ecc-top-bar[b-ybg91ab8i4] {
        grid-template-columns: 100px 1fr 100px;
    }

    .ecc-hanburgher[b-ybg91ab8i4] {
        display: block;
        grid-area: 1 / 1;
    }

    .ecc-logo[b-ybg91ab8i4] {
        grid-area: 1 / 2;
        margin: auto;
    }

    #menu_main[b-ybg91ab8i4] {
        display: none;
        position: absolute;
        top: 100px;
        left: 0px;
        z-index: 1001;
        background-color: white;
        border: solid 1px #e3e3e3;
        width:200px;
        justify-content:flex-start;
    }

        #menu_main li[b-ybg91ab8i4] {
            margin: 0;
            line-height: 1rem;
            flex-basis:100%;
        }

    .ecc-account[b-ybg91ab8i4] {
        border-left: none;
        text-align: center;
        margin-right: 0;
    }

    .ecc-welcome[b-ybg91ab8i4] {
        display: inline-block;
    }

    .ecc-welcome-ext[b-ybg91ab8i4] {
        display: none;
    }

    #menu_insegnante[b-ybg91ab8i4] {
        top: 100px;
    }
}

/*@media screen and (max-width: 992px) {
    .ecc-top-bar {
        display: none;
    }

    .ecc-top-bar-compact {
        background-color: white;
        padding: 1rem;
        box-shadow: #e3e3e3 10px 10px 10px 1px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .ecc-memu-items {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1001;
    }

    .dropdown-content {
        position: fixed;
        top: 50px;
        right: 0;
    }
}
*/
/* _content/CoopEcc/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
