.affix {
    position: fixed !important;
    top: 0;
    animation: affixFadeIn 0.55s ease-in;
    -webkit-animation: affixFadeIn 0.55s;
    z-index: 10;
}

@keyframes affixFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes affixFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: 'nerislight', sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html .wrapprAll,
body .wrapprAll {
    min-height: 100%;
    height: 100%;
}

html .wrapprAll > section,
body .wrapprAll > section {
    height: 100%;
}

body.ios {
    padding-top: 20px;
}

input,
select,
a,
textarea {
    outline: none;
    outline: 0;
}

input:hover,
select:hover,
a:hover,
textarea:hover,
input:focus,
select:focus,
a:focus,
textarea:focus,
input:active,
select:active,
a:active,
textarea:active {
    outline: none;
    outline: 0;
}

.clear {
    clear: both;
}

.status {
    background-color: #37dcdc;
    height: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1000;
}

.wrapper-menu {
    border-bottom: 1px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    height: 80px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    z-index: 10;
    position: relative;
}

.wrapper-menu .container-brand {
    float: left;
    margin-top: 14px;
    padding-right: 15px;
    border-right: 2px solid #003c52;
}

.wrapper-menu .container-brand img {
    width: 52px;
    height: auto;
}

.wrapper-menu .container-menu {
    float: right;
    padding-top: 22px;
}

.wrapper-menu .container-menu p {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
}

.wrapper-menu .container-menu p:last-child {
    margin-right: 0;
}

.wrapper-corso {
    padding: 15px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-right: 0;
    margin-left: 0;
    background-color: #003c52;
}

.wrapper-corso .container-corsoattivo {
    padding-top: 30px;
}

.wrapper-corso .container-corsoattivo p {
    font-family: 'neristhin', system-ui;
    margin-bottom: 5px;
    color: #37dcdc;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.wrapper-corso .container-corsoattivo p.bold {
    font-family: 'nerissemibold', system-ui;
    margin-top: -5px;
    text-transform: uppercase;
}

.wrapper-corso .c-ico {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 54px;
    font-size: 26px;
}

.wrapper-corso .c-ico-active {
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    line-height: 50px;
    font-family: 'nerisblack', system-ui !important;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #37dcdc;
    color: #37dcdc;
}

.wrapper-corso .contaienr-profileinfo {
    margin-top: 25px;
    color: #37dcdc;
}

.wrapper-corso .contaienr-profileinfo .container-foto {
    width: 150px;
    height: 150px;
    position: relative;
    left: 50%;
    margin-left: -75px;
    margin-bottom: 15px;
}

.wrapper-corso .contaienr-profileinfo .container-foto img {
    width: 100%;
    height: auto;
    border: 1px solid #37dcdc;
    border-radius: 50%;
}

.wrapper-corso .contaienr-profileinfo a {
    color: #fff;
    text-decoration: none;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.wrapper-corso .contaienr-profileinfo a:hover {
    color: #37dcdc;
    text-decoration: underline;
}

.wrapper-corso .contaienr-profileinfo .pro-nome {
    margin: 0;
    font-size: 22px;
    font-family: 'nerissemibold', system-ui;
}

.wrapper-corso .contaienr-profileinfo .pro-tipo {
    margin: 5px 0 0 0;
    font-size: 18px;
}

.wrapper-corso .contaienr-profileinfo hr {
    background: #37dcdc;
    border: 0;
    height: 2px;
    width: 20px;
    border-radius: 1px;
    margin: 10px auto 5px auto;
}

.wrapper-corso .contaienr-profileinfo .pro-crediti {
    font-family: 'neristhin', system-ui;
    font-size: 16px;
    margin: 0;
}

.p-corso {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -20px;
    background: #37dcdc;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #003c52;
    text-align: center;
    border-radius: 50%;
    line-height: 42px;
    font-size: 12px;
    font-family: 'nerissemibold', system-ui;
}

.wrapper-u-lezioni {
    background: #003c52;
    padding: 30px 0 15px 0;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #4D4D4D;
}

.wrapper-u-lezioni.wrapper-u-corsi {
    background: #668c97;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 8px;
}

.wrapper-u-lezioni.wrapper-u-corsi a {
    display: block;
    min-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.wrapper-u-lezioni.wrapper-u-corsi a:last-child {
    border-bottom: 0;
}

.wrapper-u-lezioni.wrapper-u-corsi a:hover {
    color: #37dcdc;
}

.wrapper-u-lezioni > div {
    padding: 0 30px;
}

.wrapper-u-lezioni h2 {
    font-size: 18px;
    font-family: 'nerissemibold', system-ui;
    margin: 0 0 15px 0;
    color: #fff;
}

.wrapper-materie {
    margin-right: 0;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.wrapper-materie > div {
    padding: 0;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.loader-container {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
}

.loader {
    border: 16px solid #00d6e6;
    border-top: 16px solid #003c52;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    animation: spin 2s linear infinite;
    position: absolute;
}

.bodyInterno {
    background: #f0f0f0;
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -80px;
    padding: 80px 0 0;
    color: #003c52;
}

.bodyInterno > div {
    padding: 0;
}

.bodyInterno .wrapperTitoloBody {
    background-color: #003c52;
}

.bodyInterno .wrapperTitoloBody .titoloBody {
    float: left;
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bodyInterno .titoloBody {
    background: #003c52;
    color: #fff;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.bodyInterno .titoloBody span {
    display: inline-block;
    float: right;
    font-size: 11px;
    font-family: 'neristhin', system-ui;
    margin-right: 15px;
}

.bodyInterno .filtro {
    float: right;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.bodyInterno .filtro select {
    color: #003c52;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 30px;
    border-radius: 15px;
    padding: 0 14px 0 14px;
    margin-left: 5px;
    border-color: #fff;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyInterno .filtro select:hover {
    box-shadow: 0 0 4px rgba(0, 60, 82, 0.3);
}

.bodyInterno .containerCalendar {
    padding: 15px 15px 0 15px;
    margin-top: 30px;
}

.bodyInterno .containerCalendar.containerCalendarTab {
    border-left: 1px solid #003c52;
}

.bodyInterno .containerCalendar h3 {
    margin-bottom: 10px;
    padding-top: 0;
    font-family: 'nerissemibold', system-ui;
    font-size: 18px;
    margin-top: 0;
}

.bodyInterno .containerCalendar h4 {
    margin-bottom: 20px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 60, 82, 0.15);
    border-top: 1px solid rgba(0, 60, 82, 0.15);
    font-family: 'nerissemibold', system-ui;
    font-size: 16px;
}

.bodyInterno .containerCalendar h5 {
    font-size: 14px;
    border-top: 1px solid rgba(0, 60, 82, 0.15);
    padding-top: 10px;
    margin-top: 20px;
    font-family: 'nerissemibold', system-ui;
}

.bodyInterno .containerCalendar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 30px;
    border-radius: 15px;
    padding: 0 10px 0 14px;
    margin-right: 5px;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyInterno .containerCalendar select:hover {
    box-shadow: 0 0 4px rgba(0, 60, 82, 0.3);
}

.bodyInterno .containerCalendar span {
    font-family: 'nerissemibold', system-ui;
}

.bodyInterno .containerCalendar .week .cButton {
    height: 30px;
    width: 65px;
    position: relative;
    margin-bottom: 10px;
}

.bodyInterno .containerCalendar .week .cButton:before,
.bodyInterno .containerCalendar .week .cButton:after {
    content: " ";
    position: absolute;
    background-color: rgba(0, 60, 82, 0.1);
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    z-index: 0;
}

.bodyInterno .containerCalendar .week .cButton:after {
    left: 35px;
    z-index: 0;
}

.bodyInterno .containerCalendar .week .precedente,
.bodyInterno .containerCalendar .week .successiva {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #e4e4e4;
    border: 1px solid #003c52;
    color: #003c52;
    border-radius: 15px;
    cursor: pointer;
    top: 0;
    z-index: 1;
    right: 35px;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyInterno .containerCalendar .week .precedente:hover,
.bodyInterno .containerCalendar .week .successiva:hover {
    background-color: #003c52;
    color: #fff;
}

.bodyInterno .containerCalendar .week .precedente.successiva,
.bodyInterno .containerCalendar .week .successiva.successiva {
    right: 0;
}

.bodyInterno .containerCalendar .week .precedente .icoEx,
.bodyInterno .containerCalendar .week .successiva .icoEx {
    font-family: 'iscuola', system-ui;
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: -1px;
}

.bodyInterno .containerCalendar .box-body {
    width: 100%;
    border-top: 1px solid rgba(0, 60, 82, 0.15);
    padding-top: 15px;
}

.bodyInterno .containerCalendar .box-body > div {
    overflow: scroll;
    width: 100%;
}

.bodyInterno .containerCalendar .box-body .disponibilita {
    width: 100%;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr.today {
    background-color: rgba(0, 0, 0, 0.1);
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td {
    border: 1px solid rgba(55, 220, 220, 1);
    text-align: center;
    height: 30px;
    min-width: 20px;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td:first-child {
    text-align: left;
    padding-left: 5px;
    min-width: 160px;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td:nth-child(2n) {
    border-right: 1px solid rgba(0, 60, 82, 0.3);
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td.free {
    background-color: #37dcdc;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td.tkTutor {
    background-color: rgba(245, 49, 33, 0.5);
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td.tkUser {
    background-color: #003c52;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td.tkUser input[type='checkbox']:disabled + label:after {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td.tkAccettato {
    background-color: #acdf39;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td.tkAccettato input[type='checkbox']:disabled + label:after {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td.tkWorkshop {
    position: relative;
    overflow: hidden;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td.tkWorkshop:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #d30fac;
    border-left: 10px solid transparent;

}

.bodyInterno .containerCalendar .box-body .disponibilita tr td.tkWorkshop input[type='checkbox']:disabled + label:after {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td .day {
    font-family: 'nerissemibold', system-ui;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr td .date {
    display: inline-block;
    width: 65px;
    font-family: 'nerislight', system-ui;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr:first-child td {
    font-family: 'nerissemibold', system-ui;
    height: 30px;
    border: 0;
    position: relative;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr:first-child td:after {
    position: absolute;
    content: " ";
    height: 7px;
    width: 2px;
    bottom: 0;
    border-right: 1px solid rgba(0, 60, 82, 0.6);
    left: 50%;
    margin-left: -1px;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr:first-child td:first-child {
    border-top: 0;
    border-left: 0;
    background-color: transparent;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr:first-child td:first-child:after {
    display: none;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr input[type='checkbox'] {
    margin-right: 0;
    max-width: 200px;
    display: none;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr input[type='checkbox']:disabled + label:after {
    border: 1px solid rgba(255, 255, 255, 0);
}

.bodyInterno .containerCalendar .box-body .disponibilita tr input[type="checkbox"] + label {
    color: #fff;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr input[type="checkbox"] + label:after {
    content: " ";
    width: 14px;
    height: 14px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -7px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0 0 0 1px;
}

.bodyInterno .containerCalendar .box-body .disponibilita tr input[type="checkbox"]:checked + label:after {
    content: " ";
    background: #003c52;
    border-color: #003c52;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    font-family: 'neristhin', system-ui;
}

.bodyInterno .containerCalendar .box-body .legenda h5 {
    display: inline-block;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 30px;
}

.bodyInterno .containerCalendar .box-body .legenda p {
    display: inline-block;
    margin-left: 10px;
}

.bodyInterno .containerCalendar .box-body .legenda p span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    border-radius: 50%;
}

.bodyInterno .containerCalendar .box-body .legenda p span.free {
    background-color: #37dcdc;
}

.bodyInterno .containerCalendar .box-body .legenda p span.tkTutor {
    background-color: #f53121;
}

.bodyInterno .containerCalendar .box-body .legenda p span.tkUser {
    background-color: #003c52;
}

.bodyInterno .containerCalendar .box-body .legenda p span.tkAccettato {
    background-color: #acdf39;
}

.bodyInterno .containerCalendar .box-body .legenda p span.tkWorkshop {
    background-color: #d30fac;
}

.bodyInterno .containerCalendar .box-body input[type="text"] {
    outline: none;
    outline: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding-left: 15px;
    border: 1px solid #003c52;
    background-color: transparent;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    -webkit-transition-property: all;

    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyInterno .containerCalendar .box-body input[type="text"]:focus,
.bodyInterno .containerCalendar .box-body input[type="text"]:hover {
    background-color: #fff;
}

.bodyInterno .containerCalendarRiep {
    border-top: 1px solid rgba(0, 60, 82, 0.15);
    margin-top: 35px;
    padding: 35px 15px 30px;
}

.bodyInterno .containerCalendarRiep.containerCalendarTime {
    border-right: 1px solid #003c52;
    padding-right: 0;
}

.bodyInterno .containerCalendarRiep.containerCalendarTime .list-group {
    padding-right: 0;
}

.bodyInterno .containerCalendarRiep.containerCalendarTime .list-group .list-group-item {
    background-color: transparent;
    padding: 0;
}

.bodyInterno .containerCalendarRiep.containerCalendarTime .list-group .list-group-item .body {
    width: 100%;
    padding: 0;
}

.bodyInterno .containerCalendarRiep.containerCalendarTime .list-group .list-group-item .body p {
    text-align: right;
    padding-right: 30px;
    margin: 0;
    line-height: 100px;
}

.bodyInterno .containerCalendarRiep.containerCalendarTime .list-group .list-group-item .body p.accettato:after {
    background-color: #acdf39;
}

.bodyInterno .containerCalendarRiep.containerCalendarTime .list-group .list-group-item .body p.workshop:after {
    background-color: #d30fac;
}

.bodyInterno .containerCalendarRiep.containerCalendarTime .list-group .list-group-item .body p:after {
    content: " ";
    position: absolute;
    right: -15px;
    height: 30px;
    width: 30px;
    background-color: #003c52;
    border-radius: 15px;
    top: 25px;
}

.bodyInterno .containerCalendarRiep .list-group .list-group-item {
    border: 0;
    background-color: rgba(0, 60, 82, 0.05);
    float: none;
    min-height: 100px;
    padding: 10px;
    margin-bottom: 5px;
}

.bodyInterno .containerCalendarRiep .list-group .list-group-item.accettato {
    background-color: rgba(172, 223, 57, 0.5);
}

.bodyInterno .containerCalendarRiep .list-group .list-group-item.workshop {
    background-color: rgba(211, 15, 172, 0.3);
}

.bodyInterno .containerCalendarRiep .list-group .list-group-item .media-ico-leione {
    margin: 5px 10px 0 0;
}

.bodyInterno .containerCalendarRiep .list-group .list-group-item .body {
    margin: 0;
}

.bodyInterno .containerCalendarRiep .list-group .list-group-item .body h4 {
    margin: 0 0 3px 0;
    height: auto;
}

.bodyInterno .containerCalendarRiep .list-group .list-group-item .body h4 span {
    font-family: 'nerislight', system-ui;
}

.bodyInterno .containerCalendarRiep .list-group .list-group-item .body p {
    margin: 0;
}

.bodyInterno .datiUtente {
    padding: 15px 15px 0 15px;
}

.bodyInterno .datiUtente img {
    border-radius: 50%;
    width: 80px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.bodyInterno .datiUtente h4 {
    padding-top: 0;
    font-family: 'nerissemibold', system-ui;
    font-size: 18px;
    height: auto;
    margin-bottom: 3px;
}

.bodyInterno .datiUtente p {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
}

.bodyInterno .datiUtente .crediti {
    font-family: 'nerissemibold', system-ui;
    padding-bottom: 40px;
    display: inline-block;
    border-top: 1px solid #003c52;
    margin-top: 5px;
}

.bodyInterno .datiUtente .crediti span {
    font-family: 'nerislight', system-ui;
}

.bodyInterno .datiUtente h3 {
    margin: 20px 0 10px 0;
    font-family: 'nerissemibold', system-ui;
    font-size: 16px;
    border-bottom: 1px solid #003c52;
    padding-bottom: 5px;
}

.bodyInterno .datiUtente.datiUtenteList {
    background-color: #fff;
    padding-bottom: 20px;
}

.bodyInterno .datiUtente .list {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bodyInterno .datiUtente .list span {
    display: inline-block;
    margin: 0 0 5px 0;
}

.bodyInterno .datiUtente .list p {
    display: inline-block;
    font-family: 'nerissemibold', system-ui;
    padding: 0;
    margin: 0 0 5px 0;
}

.bodyInterno .anagrafica ul {
    margin: 0;
    list-style: none;
    padding: 0 15px;
}

.bodyInterno .anagrafica ul li {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 60, 82, 0.15);
    line-height: 40px;
    font-family: 'nerissemibold', system-ui;
}

.bodyInterno .anagrafica ul li:last-child {
    border-bottom: 0 solid #e4e4e4;
}

.bodyInterno .anagrafica ul li a {
    color: #003c52;
    display: block;
    text-decoration: none;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyInterno .anagrafica ul li a:hover {
    background: #fff;
    padding-left: 5px;
}

.bodyInterno .list-group {
    padding: 0 15px;
}

.bodyInterno .list-group .verifiche {
    padding-bottom: 5px;
}

.bodyInterno .list-group .verifiche:hover {
    padding-bottom: 5px;
}

.bodyInterno .list-group .modulistica {
    padding-bottom: 10px;
}

.bodyInterno .list-group .modulistica:hover {
    padding-bottom: 10px;
}

.bodyContatti {
    text-align: center;
    padding-top: 30px;
    color: #003c52;
}

.bodyContatti img {
    border-radius: 50%;
    height: 150px;
    width: auto;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.bodyContatti h2 {
    font-size: 18px;
    font-family: 'nerissemibold', system-ui;
    margin-top: 30px;
    margin-bottom: 10px;
}

.bodyContatti h3 {
    margin-top: 120px;
}

.full-width-d-block {
    display: block !important;
    width: 100%;
}

.bodyLogin {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003c52+0,37dcdc+100 */

    background: #003c52;
    /* Old browsers */

    background: -moz-linear-gradient(top, #003c52 0%, #37dcdc 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003c52), color-stop(100%, #37dcdc));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #003c52 0%, #37dcdc 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #003c52 0%, #37dcdc 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #003c52 0%, #37dcdc 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #003c52 0%, #37dcdc 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003c52', endColorstr='#37dcdc', GradientType=0);
    /* IE6-9 */
}

.bodyLogin .cloud {
    text-align: center;
}

.bodyLogin .cloud img {
    width: 280px;
    height: auto;
}

.bodyLogin .cloud h1 {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 0 rgba(0, 60, 82, 0.3);
    margin: 0;
    font-family: 'nerissemibold', system-ui;
}

.bodyLogin .form {
    padding: 0 25px;
    margin-top: 20px;
}

.bodyLogin .form ::-webkit-input-placeholder {
    color: #fff;
    font-family: 'neristhin_italic', system-ui;
}

.bodyLogin .form ::-moz-placeholder {
    color: #fff;
    font-family: 'neristhin_italic', system-ui;
}

.bodyLogin .form :-ms-input-placeholder {
    color: #fff;
    font-family: 'neristhin_italic', system-ui;
}

.bodyLogin .form input:-moz-placeholder {
    color: #fff;
    font-family: 'neristhin_italic', system-ui;
}

.bodyLogin .form input[type='email'],
.bodyLogin .form input[type='password'] {
    background-color: transparent;
    border-top: 0 solid #fff;
    border-right: 0 solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-family: 'neristhin', system-ui;
}

.bodyLogin .form input[type='password'] {
    margin-bottom: 10px;
}

.bodyLogin .form input[type='checkbox'] {
    margin-right: 5px;
    max-width: 200px;
    display: none;
}

.bodyLogin .form input[type="checkbox"] + label {
    color: #fff;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
}

.bodyLogin .form input[type="checkbox"] + label:after {
    content: " ";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0 0 0 1px;
}

.bodyLogin .form input[type="checkbox"]:checked + label:after {
    content: "v";
    background: #003c52;
    border-color: #003c52;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    font-family: 'neristhin', system-ui;
}

.bodyLogin .form span {
    color: #fff;
    font-family: 'neristhin', system-ui;
}

.bodyLogin .form a {
    float: right;
    color: #fff;
    font-family: 'neristhin', system-ui;
}

.bodyLogin .info {
    font-family: 'neristhin', system-ui;
    color: #fff;
    padding: 0 25px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.login-errors {
    color: #fff !important;
}

.bodyLezione {
    background-color: #fff;
    min-height: 100%;
}

.bodyLezione .affix {
    width: 100%;
    top: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.bodyLezione .containerMateria {
    background-color: #003c52;
    padding: 0 10px;
}

.bodyLezione .containerMateria > div {
    height: 36px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    padding: 0 5px;
    margin-bottom: 10px;
    cursor: pointer;
    max-width: 260px;
    overflow: hidden;
}

.bodyLezione .containerMateria > div h1 {
    background-color: transparent;
    display: inline-block;
    font-size: 14px;
    font-family: 'nerissemibold', system-ui;
    padding-left: 5px;
    height: 100%;
    line-height: 33px;
    padding-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 85%;
}

.bodyLezione .containerMateria > div img {
    display: inline-block;
    width: 25px;
    height: auto;
    border-radius: 50%;
    float: left;
    margin-top: 4px;
}

.bodyLezione .containerMateria > div:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.2);
}

.bodyLezione .containerMateria .tempo {
    margin-top: 18px;
    margin-right: 35px;
    font-family: 'neristhin', system-ui;
    position: relative;
    float: right;
    color: #fff;
}

.bodyLezione .containerMateria .tempo .wrap {
    display: block;
    position: absolute;
    background: #003c52;
    border: 1px solid #fff;
    height: 25px;
    width: 25px;
    top: -10%;
    right: -33px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.bodyLezione .containerMateria .tempo .wrap .colorValue {
    display: block;
    background: #37dcdc;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
}

.bodyLezione .containerLezione {
    padding: 15px;
    border-bottom: 1px solid #003c52;
    background-color: #fff;
}

.bodyLezione .containerLezione .containerTitolo {
    float: left;
}

.bodyLezione .containerLezione .containerTitolo h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
    overflow: hidden;
    height: 17px;
    font-family: 'nerissemibold', system-ui;
    font-size: 16px;
    margin: 0;
    color: #003c52;
}

.bodyLezione .containerLezione .containerTitolo p {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #003c52;
}

.bodyLezione .containerLezione .containerTitolo p span {
    font-family: 'nerissemibold', system-ui;
}

.bodyLezione .containerLezione .b-tondi,
.bodyLezione .containerLezione .b-tondiNoBack {
    float: right;
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 5px;
}

.bodyLezione .containerLezione .b-tondi.esercizi,
.bodyLezione .containerLezione .b-tondiNoBack.esercizi {
    border-color: #f53121;
    color: #f53121;
}

.bodyLezione .navEx {
    background-color: #37dcdc;
    height: 55px;
    padding-top: 13px;
    border-bottom: 1px solid rgba(0, 60, 82, 0.3);
    -webkit-transition-property: all;

    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyLezione .navEx.open {
    margin-bottom: 50px;
}

.bodyLezione .navEx h3 {
    margin: 0 0 0 14px;
    padding: 0;
    border: 1px solid #003c52;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 2px 2px 4px rgba(0, 60, 82, 0.3);
    -webkit-transition-property: all;

    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyLezione .navEx h3 a {
    color: #003c52;
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin: 0;
    height: 29px;
    line-height: 29px;
    padding: 0 10px;
    text-decoration: none;
    -webkit-transition-property: all;

    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyLezione .navEx h3:hover {
    box-shadow: 0 0 0;
    background-color: #003c52;
}

.bodyLezione .navEx h3:hover a {
    color: #fff;
}

.bodyLezione .toggleEx {
    float: right;
    padding-right: 14px;
    padding-left: 14px;
    margin-right: 14px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #003c52;
    border-radius: 15px;
    box-shadow: 2px 2px 4px rgba(0, 60, 82, 0.3);
}

.bodyLezione .toggleEx p {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: -8px;
    margin-top: 7px;
    border: 1px solid #003c52;
    text-decoration: none;
    -webkit-transition-property: all;

    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyLezione .toggleEx p:last-child {
    margin-right: 0;
}

.bodyLezione .toggleEx:focus,
.bodyLezione .toggleEx.open {
    box-shadow: 0 0 0;
    background-color: #003c52;
}

.bodyLezione .toggleEx:focus p,
.bodyLezione .toggleEx.open p {
    border-color: #fff;
}

.bodyLezione .completeEx {
    line-height: 29px;
    height: 0;
    overflow: hidden;
}

.bodyLezione .completeEx.open {
    float: initial;
    background-color: rgba(55, 220, 220, 0.6);
    width: 100%;
    height: 50px;
    margin-top: 11px;
    border-bottom: 1px solid #003c52;
    border-top: 1px solid #003c52;
    padding-top: 13px;
    overflow-x: hidden;
    padding-right: 14px;
    padding-left: 14px;
    text-align: right;
}

.bodyLezione .completeEx > div {
    width: 100%;
    overflow-x: scroll;
    height: 30px;
    white-space: nowrap;
}

.bodyLezione .completeEx p {
    float: left;
    margin-right: 10px;
    font-weight: 600;
    position: relative;
    padding-left: 10px;
    color: #003c52;
    margin-top: -2px;
}

.bodyLezione .completeEx a {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #fff;
    text-decoration: none;
    -webkit-transition-property: all;

    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyLezione .completeEx a.complete {
    border-color: #003c52;
}

.bodyLezione .completeEx a.selected {
    border-color: #003c52;
    background-color: #003c52;
}

.bodyLezione .completeEx a.error {
    border-color: #f53121;
}

.bodyLezione .completeEx a:hover {
    background-color: #003c52;
    border-color: #fff;
}

.bodyLezione .lezione {
    padding: 30px 30px 90px 30px;
    font-family: 'Source Serif Pro', system-ui;
    background-color: rgba(0, 0, 0, 0.03);
}

.bodyLezione .lezione.whiteBack {
    background-color: #fff;
}

.bodyLezione .lezione.lezioneEx {
    font-family: 'nerislight', sans-serif;
}

.bodyLezione .lezione.lezioneEx h3 {
    font-family: 'nerissemibold', sans-serif;
    font-size: 18px;
}

.bodyLezione .lezione.lezioneEx section table {
    width: 100%;
}

.bodyLezione .lezione.lezioneEx section table tr td {
    padding-bottom: 5px;
    text-align: left;
}

.bodyLezione .lezione.lezioneEx section table tr td:first-child {
    width: 20px;
}

.bodyLezione .lezione.lezioneEx section table input[type='checkbox'] {
    margin-right: 10px;
}

.bodyLezione .lezione.lezioneEx section table input[type='text'] {
    width: 200px;
    height: 30px;
    border-radius: 15px;
    padding-left: 15px;
    border: 1px solid #003c52;
}

.bodyLezione .lezione.lezioneEx section table p {
    display: block;
    margin: 0;
}

.bodyLezione .lezione.lezioneEx .containeButtonEx {
    position: fixed;
    bottom: -5px;
    right: 0;
    height: 60px;
    width: 100%;
    padding-left: 0;
}

.bodyLezione .lezione.lezioneEx .containeButtonEx > div {
    background-color: #d2d2d2;
    height: 60px;
    padding: 15px 15px 0;
    position: relative;
}

.bodyLezione .lezione.lezioneEx .containeButtonEx > div a,
.bodyLezione .lezione.lezioneEx .containeButtonEx > div input[type='submit'] {
    display: inline-block;
    color: #003c52;
    margin: 0;
    height: 30px;
    line-height: 25px;
    text-decoration: none;
    padding: 0 30px 0 15px;
    border-radius: 15px;
    background-color: #f2f2f2;
    border: 1px solid #003c52;
    position: relative;
    -webkit-transition-property: all;

    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyLezione .lezione.lezioneEx .containeButtonEx > div a.verify,
.bodyLezione .lezione.lezioneEx .containeButtonEx > div input[type='submit'].verify {
    background-color: #003c52;
    color: #fff;
    padding: 0;
    border: 1px solid #003c52;
    position: absolute;
    width: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
}

.bodyLezione .lezione.lezioneEx .containeButtonEx > div a.verify:hover,
.bodyLezione .lezione.lezioneEx .containeButtonEx > div input[type='submit'].verify:hover {
    background-color: #fff;
    color: #003c52;
    box-shadow: 0 0 4px rgba(0, 60, 82, 0.6);
}

.bodyLezione .lezione.lezioneEx .containeButtonEx > div a.dx,
.bodyLezione .lezione.lezioneEx .containeButtonEx > div input[type='submit'].dx {
    width: 30px;
    padding: 0;
    float: right;
}

.bodyLezione .lezione.lezioneEx .containeButtonEx > div a.sx,
.bodyLezione .lezione.lezioneEx .containeButtonEx > div input[type='submit'].sx {
    width: 30px;
    padding: 0;
    float: left;
}

.bodyLezione .lezione.lezioneEx .containeButtonEx > div a.sx .icoEx,
.bodyLezione .lezione.lezioneEx .containeButtonEx > div input[type='submit'].sx .icoEx {
    left: auto;
    right: auto;
}

.bodyLezione .lezione.lezioneEx .containeButtonEx > div a .icoEx,
.bodyLezione .lezione.lezioneEx .containeButtonEx > div input[type='submit'] .icoEx {
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: -1px;
}

.bodyLezione .lezione.lezioneEx .containeButtonEx > div a:hover,
.bodyLezione .lezione.lezioneEx .containeButtonEx > div input[type='submit']:hover {
    background-color: #003c52;
    color: #fff;
}

.bodyLezione .lezione.lezioneEx .containerResults {
    margin-top: 75px;
    text-align: center;
}

.bodyLezione .lezione.lezioneEx .containerResults h3 {
    font-family: 'nerislight', system-ui;
}

.bodyLezione .lezione.lezioneEx .containerResults h4 {
    color: #f53121;
    font-family: 'nerissemibold', system-ui;
}

.bodyLezione .lezione.lezioneEx .containerResults h2 {
    font-family: 'nerisblack', system-ui;
    padding-top: 20px;
}

.bodyLezione .lezione.lezioneEx .containerResults .error {
    color: #f53121;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    border: 1px solid #f53121;
    padding: 0 45px;
    border-radius: 15px;
    text-decoration: none;
    margin-top: 25px;
    -webkit-transition-property: all;

    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyLezione .lezione.lezioneEx .containerResults .error:hover {
    background-color: #f53121;
    color: #fff;
}

.bodyLezione .lezione.lezioneEx .containerResults p {
    font-size: 18px;
}

.bodyLezione .lezione.lezioneEx .containerResults p a {
    color: #37dcdc;
    text-decoration: none;
    -webkit-transition-property: all;

    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyLezione .lezione.lezioneEx .containerResults p a:hover {
    color: #003c52;
}

.bodyLezione .lezione h3 {
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;
    color: #003c52;
}

.bodyLezione .lezione h4.dida {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-style: italic;
}

.bodyLezione .lezione h4.titleP {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #003c52;
}

.bodyLezione .lezione p {
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: rgba(0, 0, 0, 0.9);
}

.bodyLezione .lezione p img {
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
}

.bodyLezione .lezione .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */

    padding-top: 25px;
    height: 0;
}

.bodyLezione .lezione .videoReallyWrapper {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.bodyLezione .lezione .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    display: flex;
}

.bodyLezione .lezione .dida {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-style: italic;
}

.bodyLezione .lezione .linkEx {
    display: inline-block;
    color: #f53121;
    border: 1px solid #f53121;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(245, 49, 33, 0.15);
    -webkit-transition-property: all;

    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyLezione .lezione .linkEx.download {
    color: #003c52;
    border: 1px solid #003c52;
}

.bodyLezione .lezione .linkEx:hover {
    box-shadow: 0 0 0;
    background-color: #f53121;
    color: #fff;
}

.bodyLezione .lezione .linkEx.download:hover {
    background-color: #003c52;
    color: #fff;
}

.bodyLezione .lezione .linkEx span {
    margin-right: 2px;
}

.bodyLezione .containerNavigazione {
    position: fixed;
    padding: 5px 0 5px 0;
    bottom: 0;
    width: 100%;
    background-color: #003c52;
}

.bodyLezione .containerNavigazione .b-tondi,
.bodyLezione .containerNavigazione .b-tondiNoBack {
    color: #fff;
    border-color: #fff;
    display: block;
    margin: auto;
}

.bodyLezione .containerNavigazione .menuLezione {
    display: block;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    line-height: 30px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transition-property: all;

    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;

    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.bodyLezione .containerNavigazione .menuLezione:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.2);
}

.back-menu {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 1%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.95) 80%, #ffffff 90%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(1%, #ffffff), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(80%, rgba(255, 255, 255, 0.95)), color-stop(90%, #ffffff));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 1%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.95) 80%, #ffffff 90%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 1%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.95) 80%, #ffffff 90%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 1%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.95) 80%, #ffffff 90%);
    /* IE10+ */

    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 1%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.95) 80%, #ffffff 90%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */

    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.wrapperButtonGenerica {
    margin-top: 10px;
}

.wrapperButtonGenerica .annulla {
    margin-right: 5%;
}

@media (min-width: 992px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .wrapper-menu {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&amp;0.98+0,0.95+60 */

        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 60%);
        /* FF3.6+ */

        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.98)), color-stop(60%, rgba(255, 255, 255, 0.95)));
        /* Chrome,Safari4+ */

        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 60%);
        /* Chrome10+,Safari5.1+ */

        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 60%);
        /* Opera 11.10+ */

        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 60%);
        /* IE10+ */

        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 60%);
        /* W3C */

        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faffffff', endColorstr='#f2ffffff', GradientType=0);
        /* IE6-9 */

        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
    }

    .wrapper-menu > div {
        padding: 0;
    }

    .wrapper-menu .container-brand {
        margin-top: 15px;
        padding-right: 0;
        padding-left: 15px;
        border-right: 0 solid #003c52;
    }

    .wrapper-menu .container-brand img {
        width: auto;
        height: 50px;
    }

    .wrapper-menu .toggleCol {
        position: absolute;
        height: 30px;
        top: 25px;
        right: 380px;
        border-right: 1px solid #003c52;
        padding-right: 5px;
    }

    .wrapper-menu .toggleCol p {
        height: 30px;
        line-height: 30px;
        display: inline-block;
        margin: 0 5px 0 0;
        font-family: 'nerissemibold', system-ui;
    }

    .wrapper-menu .toggleCol p.one,
    .wrapper-menu .toggleCol p.two {
        font-family: 'nerislight', system-ui;
        border: 1px solid #003c52;
        border-radius: 15px;
        padding: 0 10px;
        cursor: pointer;
        line-height: 25px;
        -webkit-transition-property: all;
        -o-transition-property: all;
        -moz-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    .wrapper-menu .toggleCol p.one:hover,
    .wrapper-menu .toggleCol p.two:hover,
    .wrapper-menu .toggleCol p.one.active,
    .wrapper-menu .toggleCol p.two.active {
        background: #003c52;
        color: #fff;
    }

    .wrapper-menu .container-menu {
        padding-right: 10px;
    }

    .containerNavDesc {
        min-height: 100%;
        height: 100%;
        background-color: #003c52;
        width: 350px;
        position: fixed;
        top: 0;
        z-index: 1;
        padding-top: 80px;
        overflow: scroll;
    }

    .inner-left-bar {
        margin-top: 80px;
    }

    .wrapper-corso {
        padding-bottom: 30px;
    }

    .wrapper-u-lezioni {
        border-bottom: 0 solid #4D4D4D;
    }

    .wrapper-u-lezioni > div {
        padding: 0 15px;
    }

    .wrapper-materie {
        padding-top: 80px;
        padding-left: 350px;
        min-height: 100%;
    }

    .wrapper-materie > div {
        padding: 0;
    }

    .bodyInterno {
        margin-top: 0;
        padding-top: 80px;
    }

    .bodyContatti {
        padding-top: 130px;
    }

    .bodyLezione {
        background: rgba(0, 0, 0, 0.05);
    }

    .bodyLezione.whiteBack {
        background-color: #fff;
    }

    .bodyLezione > .col-sm-12 {
        padding-left: 350px;
    }

    .bodyLezione .containerInfoLezioneDesc {
        background-color: rgba(55, 220, 220, 0.05);
        width: 350px;
        height: 100%;
        min-height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding-bottom: 30px;
        z-index: 1;
        overflow: hidden;
        border-right: 1px solid #003c52;
    }

    .containerInfoLezioneDescScroller {
        margin-top: 220px;
    }

    .bodyLezione .containerInfoLezioneDesc .list-group {
        padding: 0 10px;
    }

    .bodyLezione .containerMateria {
        background-color: #003c52;
        padding: 0 5px;
        position: fixed;
        width: 350px;
        top: 80px;
        z-index: 1;
    }

    .bodyLezione .containerLezione {
        padding: 15px 5px;
        border-bottom: 1px solid #003c52;
        background-color: #fff;
        position: fixed;
        top: 135px;
        width: 350px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .bodyLezione .completeEx {
        float: right;
        height: 29px;
        line-height: 29px;
        padding-right: 14px;
        margin-top: 3px;
        max-width: calc(100% - 150px);
    }

    .bodyLezione .completeEx > div {
        max-width: calc(100% - 75px);
        overflow-x: auto;
        display: inline-block;
    }

    .bodyLezione .lezione {
        padding: 30px 20px;
        background-color: transparent;
    }

    .bodyLezione .lezione.lezioneEx .containeButtonEx {
        padding-left: 350px;
    }

    .bodyLezione .lezione.lezioneEx .containeButtonEx > div a.dx {
        width: auto;
        float: right;
        padding: 0 30px 0 15px;
    }

    .bodyLezione .lezione.lezioneEx .containeButtonEx > div a.sx {
        width: auto;
        float: left;
        padding: 0 15px 0 30px;
    }

    .bodyLezione .lezione.lezioneEx .containeButtonEx > div a.sx .icoEx {
        left: 10px;
        right: auto;
    }

    .bodyLezione .lezione.lezioneEx .containeButtonEx > div a .icoEx {
        display: inline-block;
        position: absolute;
        height: 30px;
        width: auto;
        right: 10px;
        top: 0;
        line-height: 30px;
    }

    .bodyLezione .lezione.dueColonne {
        /*Numero di colonne*/

        column-count: 2;
        /* Distanza tra le colonne*/

        column-gap: 40px;
        /*Stile per il bordo delle colonne*/

        column-rule: 1px solid #b2b2b2;
        /*Amplifica il supporto alle vecchie versioni di Firefox e Chrome/Safari */

        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -moz-column-rule: 1px solid #b2b2b2;
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        -webkit-column-rule: 1px solid #b2b2b2;
    }

    .bodyLezione .lezione p {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bodyLezione .lezione p {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .bodyInterno .containerCalendar.containerCalendarTab {
        border-left: 0;
    }

    .bodyInterno .containerCalendar .box-body .legenda h5 {
        margin-bottom: 5px;
    }

    .bodyInterno .containerCalendar input[type="text"] {
        margin-top: 30px;
    }
}

@media all and (max-width: 480px) {
    .valutazione-emoji {
        margin-right: 2px !important;
    }

    .wrapper-menu .container-brand {
        margin-top: 20px;
        padding-right: 5px;
        border-right: 2px solid #003c52;
    }

    .wrapper-menu .container-brand img {
        width: 40px;
        height: auto;
    }
}

@media all and (max-width: 363px) {
    .valutazione-emoji {
        margin-top: 2px !important;
    }

    .progress-completata {
        margin-top: 16px !important;
    }
}

.notification-link-icon {
    display: inline-block;
    width: 49px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.video-chat-link-icon {
    background-image: url(./images/videochat.png);
    display: inline-block;
    width: 49px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.chat-link-icon {
    display: inline-block;
    width: 49px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #003c52;
    border-radius: 15px;
    text-align: center;
}

.chat-link-icon > i {
    color: #003c52;
    margin-top: 10px;
}

.video-chat-link-icon:hover {
    background-image: url(./images/videochat-hover.png);
}

.notification-link-icon.url-link {
    border: 1px solid #003c52;
    color: #003c52;
    text-align: center;
    border-radius: 20px;
    line-height: 32px;
}

.notification-link-icon.url-link:hover {
    border: 1px solid #003c52;
    background-color: #003c52;
    color: #fff;
}

.border-box {
    box-sizing: border-box;
}

#lezioneContainer pre {
    background-color: #fff;
    margin-bottom: 30px;
}

.tag-tipo {
    padding: 2px 5px;
    background-color: #003f52;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    white-space: nowrap;
    line-height: 1.5;
}
/* TODO: Remove when tests are completed */
.test-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003c52;
    color: #fff;
    padding: .5rem 0 !important;
}

.test-notice > strong {
    font-family: 'nerissemibold', system-ui;
    padding: .25rem .75rem;
    background: #fff;
    border-radius: 6rem;
    color: #0b4054;
    font-weight: bold;
    margin-right: .5rem;
}

.test-notice > span {
    font-family: 'nerissemibold', system-ui;
    padding-left: .25rem;
    color: #37dcdc;
}

@media all and (max-width: 480px) {
    .wrapper-menu {
        height: 120px !important;
    }

    .test-notice {
        padding: 1rem !important;
    }
}
/* --- */