﻿body {
}
textarea {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
}
.disabbbbb {
    pointer-events: none;
}
.btnAzio.cele {
    background-color: #52b9ff;
}
    .btnAzio.cele:after {
        content: "\f341";
        font-weight: 500;
    }
.btnAzio.loady:after {
    content: "\f3f4" !important;
    animation: spin 800ms linear infinite;
}

#btnCercaMex, .btnCercaMain {
    font-size: 16px;
}
.textLogin {
    margin-bottom: 10px;
    font-size: 25px;
    margin-top: 0;
    height: unset;
}

.colLogin hr {
    margin-top: 0;
    margin-bottom: 10px;
}

.colLogin .form-group {
    margin-bottom: 0;
}

.colLogin {
    min-height: 325px;
}

hr {
    background-color: rgba(0, 0, 0, .3);
    height: 1px;
    border: 0;
}

.textH4 {
    margin: 0;
    font-size: 22px;
}

#loadVuoto, #NessunaFoto, #vuotoPer, #vuotoFer, #boxT, #NessunMex {
    display: flex;
    align-items: center;
    justify-content: center;
}

#headerCont #loghen {
    background-image: url('../img/Alca.png') !important;
    background-color: #fefdfd;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    border-radius: 11px;
    background-size: cover;
    width: 60px;
    height: 60px;
}

.ColStyleScegli .wrapSelectZ:after {
    right: 18px;
    top: 25px;
}

.ColStyleScegli .inputmain {
    margin: 8px 0;
}

.barsel .textH4 {
    height: unset;
}

.FiggNoBord .colStyle {
    margin-bottom: 0;
}

.textH4.Dentroni {
    height: 40px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* File */
.wrapInputFile {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 97;
    height: 80px;
    width: 80px;
}

    .wrapInputFile input {
        display: none;
    }

    .wrapInputFile label {
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 98;
        cursor: pointer;
    }

        .wrapInputFile label:active ~ .loader-box {
            transform: scale(0.9);
        }

.loader-box {
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 100ms ease-in-out;
}


    .loader-box .water {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(0, 110%);
        transform: translate(0, 110%);
        background: #6479c7;
        transition: transform 500ms ease-in-out;
    }

    .loader-box .water_wave {
        width: 200%;
        position: absolute;
        bottom: 100%;
    }

    .loader-box .water_wave_back {
        right: 0;
        fill: #4a5dff;
        -webkit-animation: wave-back 1.4s infinite linear;
        animation: wave-back 1.4s infinite linear;
    }

    .loader-box .water_wave_front {
        left: 0;
        fill: #6479c7;
        margin-bottom: -1px;
        -webkit-animation: wave-front .7s infinite linear;
        animation: wave-front .7s infinite linear;
    }

@-webkit-keyframes wave-front {
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }
}

@keyframes wave-front {
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }
}

@-webkit-keyframes wave-back {
    100% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        -moz-transform: translate(50%, 0);
    }
}

@keyframes wave-back {
    100% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}


.loader-box .des {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 12;
    transition: opacity 200ms ease-in-out;
    opacity: 1;
}

    .loader-box .des.noa {
        opacity: 0;
    }

    .loader-box .des:after, .loader-box .des:before {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: height 500ms linear, opacity 450ms linear;
    }

    .loader-box .des:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f062";
        font-size: 25px;
        height: 100%;
        animation: SuGiuTr 500ms infinite ease-in-out alternate;
        animation-delay: 600ms;
    }

    .loader-box .des:before {
        font-weight: 600;
        content: "Excel";
        font-size: 16px;
        height: 0;
        opacity: 0;
    }



    .loader-box .des.text:after {
        padding-bottom: 12px;
        animation: none;
    }

    .loader-box .des.text:before {
        padding-top: 12px;
    }

    .loader-box .des.text:after, .loader-box .des.text:before {
        height: 50%;
        opacity: 1;
    }

    .loader-box .des.vai:before {
        content: "Elabora";
    }

    .loader-box .des.vai:after {
        content: "\f061";
    }

@keyframes SuGiuTr {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(10px);
    }
}

@keyframes SuGiuStop {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}


.loadGif {
    background-image: url(../immagini/load.png);
}



.rugaGrafBar[donut="{{'', 0}, {'', 0}, {'', 0}, {'', 0}}"] {
    pointer-events: none;
    box-shadow: inset 0 0 0 3px #ff3f3f;
    position: relative;
}

    .rugaGrafBar[donut="{{'', 0}, {'', 0}, {'', 0}, {'', 0}}"]:after {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        content: "\f12a";
        color: #ff3f3f;
        font-size: 14px;
        position: absolute;
        top: 20px;
        left: 16px;
    }


#loadLogin {
    width: 80px;
    height: 80px;
    border-radius: 150px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 101;
    background-color: white;
    background-size: 65px;
    background-position: center;
}

.l {
    height: 100px;
}

.xl {
    height: 200px;
}

.skelta {
    padding: 5px;
    border-radius: 5px;
    background-color: var(--bgpopup_color);
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

.ht {
    margin-left: 10px;
}

.inptSlim .labelText {
    height: 20px;
}

.domanden:empty::after {
    content: "Nessuna domanda inserita";
    text-align: center;
    width: 100%;
}

.domy {
    position: relative;
}

    .domy[tip='true']::before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        content: "\f560";
        position: absolute;
        left: 25px;
    }

    .domy[tip='false']::before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        content: "\f15c";
        position: absolute;
        left: 25px;
    }

.barsel {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.domy {
    background-color: var(--bgpopup_color);
    padding: 5px;
    border-radius: 5px;
}

.luien > span {
    margin-left: 10px;
}

.del {
    display: none !important;
}



.w-100 {
    width: 100% !important;
}

.giuz {
    font-size: 30px;
}

    .giuz::after {
        font-size: 30px;
        content: attr(qual);
        margin-left: 10px;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }

.WrapStyleAlca {
    background-color: #f7f7f7;
    border-radius: 16px;
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    margin-left: auto;
    margin-right: auto;
    transition: height 150ms linear;
}

.WrapCostruz {
    min-height: 300px;
    display: flex;
}

.ElementiCorso {
    width: 135px;
    padding: 5px;
    position:relative;
}

.ElemContCC {
    width: 100%;
    font-size: 22px;
    cursor: grabbing;
    border-radius: 7px;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    height: 126px;
}


/*#Metto .ElementiCorso {
    width: 159px;
}
#Metto .ElementiCorso.Video {
    width: 204px;
}
#Metto .ElementiCorso:last-child, #Metto .ElementiCorso:first-child {
    width: 147px;
}
#Metto .ElementiCorso.Video:last-child, #Metto .ElementiCorso.Video:first-child {
    width: 192px;
}
#Metto .ElementiCorso {
    padding-left: 12px;
    padding-right: 12px;
}
#Metto .ElementiCorso:last-child {
    padding-right: 5px;
}
#Metto .ElementiCorso:first-child {
    padding-left: 5px;
}*/
#Metto .ElementiCorso {
    width: 159px;
}
#Metto .ElementiCorso.Video {
    width: 204px;
}
#Metto .ElementiCorso {
    padding-left: 12px;
    padding-right: 12px;
}


.LatoScelte {
    padding: 0 10px;
    border-right: 2px solid rgba(0,0,0,0.1);
    margin: 10px 0;
}

.LatoPrendi {
    padding: 5px;
    width: calc(100% - 164px);
    position: relative;
}

.TipoAsso {
    background-color: #ffffff;
    height: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 7px;
    font-size: 15px;
}

    .TipoAsso i {
        margin-right: 6px;
        font-size: 15px;
    }

    .TipoAsso.Sce {
        box-shadow: inset 0 0 0 2px #77c8ff;
    }

.Sortolo {
    display: flex;
}

.Testuolo {
    font-size: 18px;
    color: #363636;
    padding-left: 2px;
    margin-bottom: 10px;
    display: block;
}

.Prem {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    transition: transform 100ms ease-in-out;
}

    .Prem:active {
        transform: scale(.95);
    }

.Targhit {
    height: 26px;
    background-color: white;
    width: 100%;
    font-size: 13px;
    align-items: center;
    padding-left: 8px;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    display: block;
    border-radius:7px 7px 0 0;
}

.Fonit {
    height: 100px;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 0 0 7px 7px;
}

.ElementiCorso.Foto .ElemContCC .Fonit {
    background-image: url('../img/Alca.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px dashed var(--verde_crusc);
}

.ElementiCorso.Video {
    width: 180px;
}

.QuaDur {
    background-color: white;
    font-size: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.LatoPrendi .Sortolo {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    padding: 5px;
    flex-wrap: wrap;
    overflow: auto;
}

#Metto {
    padding: 5px;
    min-width: 100%;
    min-height: 196px;
}

.pww.WrapToggleLin{
    height: 50px;
    margin-bottom: 16px;
}


.WrapVediCorso {
    min-height: 300px;
    width: 100%;
    display: none;
    background-color: black;
    border-radius: 16px;
}

.FotoInCorso, .FraseInCorso {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 20px;
    background-repeat: no-repeat;
    /*background-color: white;*/
    background-position: center;
    background-size: contain;
    border-radius: 11px;
}

.VideoInCorso {
    pointer-events: none;
    height: 100%;
    width: 100%;
}

.WrapQuantDur, .WrapQuantDurSlide{
    display: none;
}

#Metto .QuaDur {
    display: none;
}

#Metto .WrapQuantDur, #Metto .WrapQuantDurSlide {
    display: flex;
}

.ContDuro, .ContDuroSlide {
    border: 2px solid rgba(0,0,0,.1);
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    background-color: white;
    margin-top: 20px;
    position: relative;
}
    .ContDuro::after, .ContDuroSlide::after {
        content: "";
        height: 20px;
        width: 50%;
        top: -21px;
        left: 0;
        border-right: 2px solid var(--verde_crusc);
        position: absolute;
    }

    .ContDuro input:not([type='checkbox']), .ContDuroSlide input:not([type='checkbox']) {
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        background-color: white;
        color: #363636;
        height: 30px;
        width: 100%;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        border-radius: 7px;
    }


#Metto .ElementiCorso::after {
    content: "";
    height: 50px;
    width: 24px;
    position: absolute;
    top: 40px;
    right: -12px;
    display: block;
    background-image: url(../img/35mm.jpg);
    background-repeat: no-repeat;
    background-position: revert;
    background-size: 300%;
}
#Metto .ElementiCorso:last-child::after {
    display: none;
}

#Metto:empty::after {
    content: "Nessun elemento presente, trascinane uno fra le risorse in alto.";
    height: calc(196px - 20px);
    width: calc(100% - 20px);
    margin: 10px;
    border: 2px dashed rgba(0,0,0,.2);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #363636;
}



.WrapTimeLine {
    height: 104px;
    width: 100%;
    padding: 20px;
}

.Stikko {
    height: 10px;
    width: 100%;
    background-color: #363636;
    border-radius: 5px;
    position: relative;
    margin-top: 10px;
}

.DoveSono {
    position: absolute;
    height: 34px;
    width: 34px;
    border-radius: 20px;
    background-color: #9156ff;
    top: 30px;
    cursor: grabbing;
    left: -5px;
}
    .DoveSono:after {
        content: "";
        height: 25px;
        width: 18px;
        top: -25px;
        left: 0;
        border-right: 3px solid #9156ff;
        position: absolute;
    }


.Segno {
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 20px;
    background-color: var(--verde_crusc);
    top: -7px;
}

.Tumol {
    overflow: auto
}
.WrapPoneCostruz {
    min-width: fit-content;
    width: 100%;
}

.Segno.Lasto {
    background-color: #dc3545;
}

.ElementiCorso.Video{

}
    .ElementiCorso.Video .Fonit {
        background-image: url(../img/BackVideo.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .ElementiCorso.Video .Targhit {
        height: unset;
        overflow: unset;
        text-overflow: unset;
        white-space: unset;
        padding: 6px 8px;
    }
    .ElementiCorso.Video .ElemContCC {
        overflow: hidden;
    }


.PlayerControllerMaker {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 10px;
    justify-content: flex-end;
}
.ElemPlayerC {
    background-color: rgba(255,255,255,1);
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-left: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.12);
    color: #1b1b1b;
}
    .ElemPlayerC.Pause {
        display: none;
    }


.ElementiCorso.Frase .ElemContCC {
    overflow-x: hidden;
    overflow-y: auto;
}
.ElementiCorso.Frase .ElFraso, .ElementiCorso.PPTX .ElFraso {
    padding: 6px 8px;
    background-color: white;
    width: 100%;
    font-size: 13px;
    display: block;
    min-height: 100%;
    border-radius: 7px;
    cursor: grabbing;
}
.ElementiCorso.PPTX .ElFraso {
    border: 3px solid #ee6e49;
    text-transform: lowercase;
    color: #363636;
    word-break: break-all;
}
.ElementiCorso.PPTX .ElFraso:first-letter {
    text-transform: uppercase;
}

    .ElementiCorso.PPTX .ElFraso::after {
        content: "";
        background-image: url(../img/pp.png);
        height: 35px;
        width: 35px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

.FraseInCorso label {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-size: 20px;
    color: #e4e4e4;
    margin: 0 10px;
}


.Sortolo .ElemPlayerC {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#PrendoRandom .ConFiles, #PrendoTesto .ConFiles, #PrendoFoto .ConFiles, #PrendoVideo .ConFiles, #PowerPoint .ConFiles {
    width: 100%;
    overflow: auto;
    height: 100%;
    padding-bottom: 60px;
    justify-content: unset;
}

.ElementiCorso.Popo {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .ElementiCorso.Popo .ElemContCC {
        background-color: white;
        height: 55px;
        display: flex;
        align-items: center;
        padding-left: 12px;
        cursor: pointer;
        border: 2px solid white;
    }
    .ElementiCorso.Popo .Dotin {
        font-size: 10px;
        margin-right: 10px;
        color: #363636;
    }
    .ElementiCorso.Popo .ElemContCC label {
        font-size: 16px;
        display: block;
        width: calc(100% - 110px);
    }
    .ElementiCorso.Popo .ElemContCC .MultiSprend {
        height: unset;
        display: flex;
        padding: 10px;
    }

.NomeCartell {
    height: 35px;
}

.WrapDocGener .CartellaDoc {
    background-color: rgb(136 190 232 / 30%);
    position: relative;
}

.AggCartella {
    display: flex;
    bottom: 15px;
    right: 15px;
}

.ConFiles:empty:after {
    content: "Nessun Elemento Presente";
    width: 260px;
    height: 50px;
    left: calc(50% - 130px);
    top: calc(50% - 25px);
    position: absolute;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #363636;
}

.Frusea textarea{
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
}

.WrapInpColor label {
    width: calc(100% - 50px);
    border-radius: 11px 0 0 11px !important;
}
.WrapInpColor input {
    border-radius: 0 11px 11px 0 !important;
    width: 50px;
    cursor: pointer;
    padding: 0 !important;
    overflow: hidden;
}
input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}

.MultiSprend .sprendy {
    font-size: 15px;
}

#DestyPopo{
    display: block;
}

.TitoloProjo {
    border: 0;
    margin: 0;
    padding: 0;
    height: 55px;
    font-size: 22px;
    padding-left: 16px;
    width: 90%;
}

.ElementiCorso.Popo[eli='true']{
    display: none;
}


.WrapModalScegliLi {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 22;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
}

.ModalScegliLi {
    width: 400px;
}

.cListRicerca.con1Scritt {
    height: calc(100% - 213px) !important;
}

.GruppiColStyle{
    display: flex;
    padding: 0;
}
    .GruppiColStyle .colStyle {
        margin-bottom: 0 !important;
        border-radius: 15px;
    }
.colStyle.Bottui {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    font-size: 22px;
    margin-right: 16px;
    position: relative;
}
    .colStyle.Bottui.Auto {
        width: fit-content;
        padding: 0 16px;
        margin-left: 16px;
        margin-right: 0;
    }
    .colStyle.Bottui span {
        font-size: 20px;
        display: block;
        margin-right: 10px;
    }
    .colStyle.Bottui.Auto:after {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        height: calc(100% - 6px);
        width: calc(100% - 6px);
        border: 2px solid #4CAF50;
        border-radius: 12px;
    }

.Tio {
    width: calc(100% - 198px);
}

#DuraMaz, #DuraCur {
    font-size: 18px;
    font-weight: 500;
    width: unset;
    padding: 0 15px;
    margin-right: auto;
    margin-left: 0;
}
#DuraMaz{
    margin-right: 10px;
}


.LoadVidFoto, .LoadEleC {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .LoadVidFoto i {
        font-size: 32px;
        justify-content: center;
        color: #363636;
        margin-top: 5px;
    }

.LoadEleC {
    border-radius: 7px;
    border: 2px solid rgba(0,0,0,.2);
    display: none;
}
.LoadEleC i {
   font-size: 30px;
}

#Metto .LoadEleC {
    display: flex;
}

.ChiudiMdl {
    height: 40px;
    width: 40px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #363636;
    position: absolute;
    top: 15px;
    right: 15px;
}

.ModalScegliLi .WrapCampi.WrapRicerca.med {
    height: 80vh;
}


.Uploadingo .BoxRadioSel {
    width: 100%;
    padding: 0 !important;
    height: 44px;
}

    .Uploadingo .BoxRadioSel .RadioSelM {
        font-weight: 400;
    }



.itemsRicerca.ConToggy[tipen='3'] {
    justify-content: unset;
}
    .itemsRicerca.ConToggy[tipen='3']:active {
        transform: unset;
    }
.itemsRicerca.ConToggy[tipen='3'] .infer, .itemsRicerca.ConToggy[tipen='3'] .esamimi {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgb(43 134 161 / 19%);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    color: #363636;
    font-size: 16px;
    margin-right: 0;
}

    .itemsRicerca.ConToggy[tipen='3'] .infer {
        margin-left: auto;
        margin-right: 10px;
    }

.RispNo {
    position: absolute;
    height: calc(100% - 40px);
    width: 100%;
    top: 40px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #363636;
}

.corsettino {
    min-height: 40px;
    background-color: rgb(43 134 161 / 19%);
    margin-bottom: 10px;
    border-radius: 7px;
    align-items: center;
    display: flex;
    padding: 5px;
    padding-left: 10px;
}
    .corsettino span:first-child {
        display: block;
        width: calc(100% - 55px);
        font-size: 16px;
        font-weight: 500;
        color: #1d1d1d;
    }
    .corsettino:not(.norm) span:last-child {
        background-color: white;
        height: 30px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 600;
        color: #363636;
        position: relative;
    }
        .corsettino:not(.norm) span:last-child::after {
            content: attr(perc)"%";
        }
        .corsettino span:last-child[perc='100']{
            box-shadow: 0 0 0 2px #4CAF50;
        }


.WrapFaiEsame {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 111;
}
.ContFaiEsame {
    height: 100%;
    width: 100%;
}
.TestaCorso h5 {
    color: #363636;
    margin: 0;
    font-size: 16px;
    margin: 0 auto;
}
.TestaCorso i {
    margin: 0;
}
.QuiDomande {
    min-height: 300px;
}
.Cerchiotto {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #e4e6eb;
    font-size: 20px;
    cursor: pointer;
    margin-right: 10px;
}
.WrapStyleAlca.Esame {
    padding: 16px;
    width: 600px;
    padding-bottom: 0;
}

.WrapRisposte .Risposta {
    display: flex;
    align-items: center;
    background-color: #e4e6eb;
    padding: 8px;
    border-radius: 11px;
    margin-top: 16px;
}

    .WrapRisposte .Risposta > span {
        font-weight: 400;
        color: #363636;
        display: block;
        margin: 0 5px 0 10px;
    }


.WrapRisposte form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Domanda {
    border-bottom: 2px solid rgba(0,0,0,.2);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.RispoAperta {
    margin: 0;
    margin-top: 16px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    border: 2px solid rgba(0,0,0,.2);
    padding: 8px;
}
.WrapDomande.noved{
    pointer-events: none;
}
.WrapCorrez {
    display: none;
    background-color: #4CAF50;
    padding: 15px;
    margin: 0 -16px;
    background-color: rgb(43 134 161 / 19%);
}
.WrapCorrez .WrapRisposte form {
    justify-content: unset;
}
    .WrapCorrez .WrapRisposte .Risposta {
        background-color: #ffffff;
    }
.WrapCorrez .WrapRisposte form .Risposta:first-child{
    margin-right: 15px;
}
.WrapCorrez .btnMainLarge {
    margin-top: 16px !important;
    font-size: 18px;
    height: 46px;
    border: 0;
    margin-left: auto;
    width: fit-content;
}
    .WrapCorrez .btnMainLarge i {
        font-size: 20px;
        margin-left: 12px;
    }

.ElEsio {
    font-size: 18px;
    display: block;
    text-align: center;
    width: 100%;
}
@media screen and (max-height: 850px) {
    .WrapFaiEsame, .ContFaiEsame {
        overflow: auto;
        align-items: end;
    }
}

.MostraATutti {
    position: absolute;
    top: 7px;
    right: 9px;
    font-size: 16px;
    display: block;
}


.CheckTond, .selCommaR .cCommSp {
    width: 20px;
    height: 20px;
}
.selCommaR .cCommSp:before {
    width: 100%;
    height: 100%;
}

    .ckcomm:checked ~ .selCommaR .cCommSp {
        border-color: var(--verde_crusc) !important;
    }
    .selCommaR .cCommSp:before {
        background-color: var(--verde_crusc) !important;
    }


.ConATutti {
    display: flex;
    padding: 0;
    align-items: center;
    height: 0;
    overflow: hidden;
    transition: height 100ms linear, padding 100ms linear;
}
    .ConATutti span {
        font-size: 14px;
        font-weight: 400;
        color: #363636;
    }
    .ConATutti .CheckTond {
        margin-left: auto;
    }

.ContDuroSlide.VediATutti .ConATutti {
    padding: 0px 6px 6px 12px;
    height: 26px;
}
.ContDuroSlide.VediATutti .MostraATutti {
    transform: rotate( 180deg );
}

.QuantSlide {
    font-size: 14px;
    font-weight: 500;
    padding: 3px 8px;
    border: 2px solid #2b86a1;
    border-radius: 16px;
    position: absolute;
    bottom: 8px;
    left: 8px;
}
    .QuantSlide i {
        font-size: 12px;
        margin-left: 5px;
    }


.ElementiCorso.PPTX .ContDuroSlide {
    margin: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ElementiCorso.PPTX .ContDuro {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    pointer-events: none;
}
.ElementiCorso.PPTX .ContDuroSlide::after {
    display: none;
}

.ContDuroSlide i, .ContDuro i {
    position: absolute;
    font-size: 14px;
    right: 9px;
    top: 9px;
}

.RigaNav > a i.fa-bell {
    margin-right: 0;
}

#a_not{
    position: relative;
}
#c_not_pulse {
    right: 0 !important;
    top: 0 !important;
}

#boxNotGen {
    top: 70px;
    background-color: #fff;
}
    #boxNotGen::after {
        border-bottom: 18px solid #fff;
    }

#NessunaNot .textH4 {
    height: 100%;
    display: flex;
    align-items: center;
}

#c_not_pulse + input {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: transparent;
    color: transparent;
    appearance: none;
    -webkit-appearence: none;
    cursor: pointer;
}


.NomyA {
    height: 32px;
    display: flex;
    align-items: center;
    width: calc(100% - 90px);
}

.wrapSelectZ:after {
    right: 14px;
    top: 16px;
}


/* Aza Dip */

.WrapCateMaster {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.13);
    background-color: white;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 16px;
    cursor: pointer;
}

    .WrapCateMaster .d-flex-center:not(.ConSottoCate) {
        font-size: 18px;
        padding-left: 10px;
        margin-bottom: 8px;
        height: 35px;
    }

.ConSottoCate {
    background-color: #f7f7f7;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 11px;
    padding-left: 13px;
    margin-left: 30px;
    position: relative;
    height: 45px;
}

    .ConSottoCate:last-child {
        margin-bottom: 0;
    }

    .ConSottoCate > span, .WrapCateMaster .d-flex-center > span {
        display: block;
        width: 100%
    }

    .ConSottoCate:after {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        content: "\f111";
        position: absolute;
        top: 16px;
        left: -27px;
        font-size: 15px;
        color: #ffc107;
    }
.IconaCate.dimo {
    margin-right: 5px;
    color: var(--nav2_color);
    font-size: 18px;
}
.Keshsh {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 13%), 0 0 0 3px #81d981 !important;
}

.WrapCateMaster .d-flex-center:not(.ConSottoCate):only-of-type {
    margin-bottom: 0;
}
/* END */

.WrapTodoCat.Corsee .WrapCateMaster {
    margin: 0 16px;
    margin-bottom: 16px;
}

.WrapTodoCat.Corsee:empty::after {
    position: absolute;
    height: 200px;
    width: 250px;
    left: calc(50% - 140px);
    top: calc(50% - 100px);
    content: "Nessun Corso Assegnato";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ContBotty {
    padding: 0 32px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}
    .ContBotty .colStyle.Bottui.Auto {
        height: 55px;
        border-radius: 14px;
        margin-left: auto;
        margin-bottom: 0;
    }
    .ContBotty #ElNome {
        font-weight: 500;
        font-size: 20px;
        color: #363636;
        height: 19px;
        display: block;
    }
    .ContBotty i {
        font-size: 22px;
        color: #363636;
        margin-right: 10px;
    }
.ICoBotty.Aza.fa-user:before {
    content: "\f1ad";
}

/* Box Corsi Da Front Alca */

.CatBlog, .CatArcki, .ArtoHot, .ContComment {
    height: 40px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
    color: #363636;
}

    .CatBlog:last-child, .CatArcki:last-child, .ArtoHot:last-child, .ContComment:last-child {
        margin-bottom: 0;
    }

.ArtoHot, .ContComment {
    height: 70px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
    .ArtoHot .ImogArto {
        height: 70px;
        width: 70px;
    }

    .ArtoHot.UltiCorso .ImogArto {
        background-image: url(../img/video.jpg);
    }
    .ArtoHot .TitoArto {
        width: calc(100% - 90px);
        margin: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        height: calc(100% - 20px);
        font-size: 14px;
        color: #363636;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.ImogArto {
    background-image: url('../img/imgarto.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 181px;
    position: relative;
}
    .ArtoHot .ImogArto {
        height: 70px;
        width: 70px;
    }
    .ArtoHot.UltiCorso .ImogArto {
        background-image: url(../img/video.jpg);
    }
.Prem {
    transition: transform 100ms ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

    .Prem:active {
        transform: scale(.95);
    }
    /* END */


.WrapCros {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    padding: 10px;
}

.ElemContCC .ElemPlayerC {
    position: absolute;
    bottom: unset;
    right: 8px;
    top: 8px;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}



#Metto .ElementiCorso.PPTX .ElemContCC .ElemPlayerC {
    display: none;
}


.divid {
    width: 2px;
    margin-left: 15px;
    margin-right: 15px;
}

.colStyle.Bottui.Auto.InTesta {
    margin: 0;
    height: 100%;
    border-radius: 11px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
    margin-left: auto;
}

    .colStyle.Bottui.Auto.InTesta:after {
        border-radius: 9px;
    }

.colStyle.Bottui.InTesta span {
    font-size: 16px;
}

.Bottui.loady i {
    display: flex;
    align-items: center;
}

.Bottui.loady i:before {
    content: "\f3f4" !important;
    animation: spin 800ms linear infinite;
}

.rigStat {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    font-size: 18px;
    border-bottom: 2px solid rgba(0,0,0,.2);
}
    .rigStat:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .rigStat span {
        margin-left: auto;
        color: #151515;
        font-weight: 500;
    }

.contoordini {
    padding: 16px 8px;
    min-height: 424px;
}

.rigStat i {
    font-size: 11px;
    margin-right: 8px;
    margin-top: 3px;
    color: #232323;

}
.rigStat strong {
    font-weight: 500;
    color:#363636;
}

.contScelty.BigSur {
    padding: 10px 0;
    width: calc(50% - 5px);
}
.contScelty.BigSur:nth-child(even) {
   margin-right: 0
}
    .contScelty.BigSur div {
        padding: 0 10px;
    }

.Imog {
    height: 60px;
    width: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-image: url(https://easygonegozi.blob.core.windows.net/fotoc/clie_15.jpg);
    box-shadow: 0 0 0 2px rgb(0 0 0 / 10%);
}

.contScelty.BigSur span{
    line-height: 1.5
}



    .LiStus .contPresenti:empty::after {
        content: "Nessuno dato trovato";
        padding-top: 15px;
        color: #363636;
        font-weight: 500;
        font-size: 16px;
    }

.LiStus {
    background-color: var(--bgpopup_color);
    padding: 15px 0;
    border-radius: 11px;
    }

    .LiStus .ElemPlayerC {
       margin-right: 15px;
       margin-left: auto;
    }

.CenterMex {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 100% !important;
    color: #363636;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.LiStus .contPresenti{
    border-radius: 0;
    margin: 5px 0;
    background-color: unset;
}

.contScelty.BigSur div:last-child {
    padding: 0 15px;
}

.contScelty.BigSur div:nth-child(2) {
    width: 100%;
}

.TextCaFile .textH4 {
    display: flex;
    align-items: center;
}
.TestaDoc {
    z-index: 4;
}

.wrapInp .inputRicerca {
    font-size: 15px;
}

.selectRicerca{
    font-size: 15px;
}

.LiStus.Profy .contScelty div:first-child {
    width: 100%;
    padding-left: 15px;
}
.LiStus.Profy .contScelty div:nth-child(2){
    width: 50px;
}
.LiStus .contScelty i {
    font-size: 23px;
}

.contPresenti:empty::after {
    content: "Nessuna Voce Presente";
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.tox-tinymce {
    border: 2px solid #2b86a1 !important;
    border-radius: 0 0 11px 11px !important;
}

/* Domande Esami */
.bottona:active {
    transform: scale(.95) !important;
}
.domanden{
    margin: 0 !important;
}

.domy {
    margin: 0 !important;
    margin-bottom: 10px !important;
    border-radius: 13px
}
    .domy i, .domy[tip='false']::before, .domy[tip='true']::before {
        background-color: white;
        height: 32px;
        width: 32px;
        flex: none;
        margin-left: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400 !important;
        border-radius: 9px;
    }
    .domy > .col20, .domy > .col80 {
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
        display: flex;
        padding: 0 !important;
    }
    .domy > .col80 {
        width: calc(100% - 74px)
    }
    .domy > .col20 {
        width: fit-content;
    }
    .domy > .col80 > span{
        width: 100% !important;
        text-align: left;
        display: flex;
        align-items: center;
        padding-left: 32px;
    }
    .domy[tip='false']::before, .domy[tip='true']::before {
        margin: 0;
        left: 5px;
        top: 5px;
        background-color: transparent;
        border: 2px solid #e6faff;
    }

.ConTdomande {
    border: 2px solid var(--main_color);
    border-radius: 0 0 22px 22px;
    padding-top: 10px;
}
    .ConTdomande .domanden {
        padding: 0 10px;
    }

        .ConTdomande .domanden:empty::after {
            margin-bottom: 10px;
            display: block;
        }
.inptSlim .labelText {
    height: 50px;
}
.WrapCampi.col100.multen textarea{
    margin-bottom: 16px;
}
.ElemPlayerC.dom {
    height: 32px;
    width: 32px;
    border-radius: 9px;
    font-size: 16px;
}
/* END */