﻿
:root {
    --main_color: #5f8995;
    --btn3_color: #5f8995;
    --Bluet: #c3d5e6;
    --bgpopup_color: #e3ebec;
    --btn2_color: #e3ebec;
    --Arancio: #ffb74c;
}
#headerCont {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%);
}
.LoadBarr {
    z-index: 11;
}
body {
    min-height: calc(100vh - 95px);
}
#loghen {
    background-image: url('../Img/logo_sj.png');
    width: 190px;
    background-color: #ffffff;
}

.btnMainThin {
    border-radius: 8px !important;
}

.BtnModal {
    height: 40px;
    width: 40px;
    background-color: #f1f1f1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-left: auto;
    cursor: pointer;
}

.BtnJobs {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    height: 45px;
    width: fit-content;
    font-size: 16px;
    display: flex;
    padding: 0 15px;
    align-items: center;
    border-radius: 11px;
    font-weight: 400;
    color: #363636;
}
    .BtnJobs i {
        font-size: 22px;
        margin-left: 10px;
    }
        .BtnJobs i[class^="fal fa-angle"] {
            font-size: 28px;
        }
    .BtnJobs.Mirror i {
        margin-left: 0;
        margin-right: 10px;
    }
    .BtnJobs.Verde {
        border: 2px solid #28a584;
    }
    .BtnJobs.Lungo {
        width: 100%;
        margin-top: 15px;
        justify-content: center;
        position: relative;
        font-weight: 500;
    }
    .BtnJobs.Lungo i{
        position: absolute;
        top: 10px;
        right: 10px;
    }

.WrapBtn {
    display: flex;
    justify-content: space-between;
    margin: 16px;
    position: fixed;
    width: calc(100% - 32px);
    bottom: 0;
}

.RigoDecr {
    align-items: center;
    padding: 14px 6px;
}

    .RigoDecr .textH4 {
        margin: 0 auto;
        text-shadow: none;
        font-size: 18px;
        height: unset;
    }

    .RigoDecr i {
        margin: 0;
    }

.ContenitoreFixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.4);
    z-index: 11;
}

.ContenitoreFixed > .Riga{
    width: 400px;
}
    .ContenitoreFixed.Nota > .Riga {
        width: 100%;
    }

#Poly.boxAlerz i:not(.fa-circle) { 
    font-size: 25px; 
    top: 6px;
}

#Poly .boxTitAlerz span {
    font-size: 22px;
    font-weight: 500;
}
#Poly .boxTxtAlerz span {
    font-weight: 400;
}

.Hotel {
    max-width: 1280px;
    background-color: #f7f7f7;
    min-height: 149px;
    width: 100%;
    border-radius: 27px;
    margin-bottom: 50px;
}

.VascaStanze {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    padding-right: 0;
    padding-bottom: 0;
    border-radius: 27px;
    position: relative;
    min-height: 152px;
}

    .VascaStanze:empty::after {
        content: "Nessun Risultato";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #363636;
        font-weight: 400;
    }

.GruppoStanze {
    width: 232px;
    min-height: 109px;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    border-radius: 11px;
}
.Ballo{
    cursor: pointer;
}
.Stanza {
    background-color: white;
    width: 100%;
    font-size: 16px;
    height: 100%;
    border-radius: 11px;
    padding: 5px 9px 9px 9px;
    position: relative;
    border: 4px solid white;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}


.Stanza[stato='1'], .Palla[stato='1'] {
    border-color: #cccccc;
}

    .Stanza[stato='2'], .Palla[stato='2'] {
        border-color: #fa8d85;
    }

    .Stanza[stato='3'], .Palla[stato='3'] {
        border-color: #ffda6b;
    }

    .Stanza[stato='4'], .Palla[stato='4'] {
        border-color: #90da93;
    }

    .Stanza span {
        font-size: 16px;
        width: 100%;
        display: block;
        color: #363636;
        font-weight: 500;
    }

    .Stanza label {
        font-size: 14px;
        color: #aaaaaa;
        font-weight: 400;
        margin-top: 5px;
        display: block;
    }

    .Stanza .Yave {
        display: flex;
        width: 100%;
        margin-top: 11px;
    }

    .Stanza .Nota {
        background-color: white;
        height: 34px;
        width: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        margin-left: auto;
        color: #363636;
    }

        .Stanza .Nota.fa-pen:before {
            content: "\f304";
            font-weight: 400;
        }

    .Stanza .Numbo, .Testa .Numbo {
        border: 2px solid var(--Arancio);
        padding: 5px 7px;
        font-size: 15px;
        color: #5e5e5e;
        font-weight: 600;
        border-radius: 6px;
        background-color: white;
        width: fit-content;
    }

.PerChiLavora .Stanza {
    padding: 9px 9px 5px 9px;
}

.PerChiLavora {
    min-height: 112px;
}

    .PerChiLavora .Stanza .Ballo {
        align-items: center;
        padding-bottom: 5px;
        width:100%;
    }

        .PerChiLavora .Stanza .Ballo span {
            width: calc(100% - 50px);
            margin-left: 10px;
            font-size: 17px;
        }
    .PerChiLavora .Stanza label {
        font-size: 15px;
        color: #363636;
        font-weight: 500;
        display: block;
        width: 100%;
    }

        .PerChiLavora .Stanza label:last-child {
            color: #aaaaaa
        }

    .PerChiLavora .Stanza .Numbo {
        width: 40px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.Libel {
    width: 100%;
    margin-top: 5px;
}

.GruppoStanze.Pila {
    position: relative;
}

    .GruppoStanze.Pila .Stanza {
        position: absolute;
        top: 0;
        left: 0;
    }

    .GruppoStanze.Pila .Stanza {
       pointer-events: none;
    }


    .GruppoStanze.Pila.Ape {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
        display: flex;
        padding: 20px;
        border-radius: 27px;
        background-color: white;
        padding-top: 56px;
        min-height: 206px;
    }
        .GruppoStanze.Pila.Ape::before {
            content: "Lavorazioni " attr(nom);
            position: absolute;
            top: 14px;
            left: 22px;
            font-size: 20px;
            padding-right: 55px;
        }

        .GruppoStanze.Pila.Ape::after {
            content: "\f00d";
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #e7e7e7;
            font-family: 'Font Awesome 5 Pro';
            font-weight: 400;
            height: 35px;
            width: 35px;
            font-size: 15px;
            color: #363636;
            cursor: pointer;
            transition: var(--an_active);
            border-radius: 100%;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            position: absolute;
            top: 14px;
            right: 14px;
        }
            .GruppoStanze.Pila.Ape::after:active{
                transform: var(--sc_active);
            }

        .GruppoStanze.Pila.Ape .Stanza {
            width: 232px;
            height: 131px;
            position: unset;
            top: unset !important;
            right: unset !important;
            left: unset !important;
            transform: unset !important;
            pointer-events: unset !important;
            margin-bottom: 20px;
            margin-right: 20px;
        }


.LoadSup {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    position: fixed;
    background-color: white;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 100ms linear;
}

    .LoadSup.FadeIn {
        visibility:visible;
        opacity: 1;
    }



/* Eventi Cartella */
.Evento {
    width: 100%;
    display: flex;
}

.Indiko {
    width: 50px;
    position: relative
}

.Evento:not(:last-child) .Indiko::before {
    content: "";
    width: 26px;
    border-right: 2px dashed #a4b8d5;
    height: calc(100% - 50px);
    position: absolute;
    left: 0;
    top: 50px;
}

.Daiti {
    width: calc(100% - 50px);
    height: 100%;
    padding-bottom: 30px;
    color: #363636;
    font-weight: 400;
    font-size: 16px;
    margin-left: 16px;
    margin-top: 5px;
}



    .Daiti > div {
        width: 100%;
        display: flex;
        margin: 5px 0;
    }

.Palla {
    width: 50px;
    height: 50px;
    border: 3px solid white;
    display: flex;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding-bottom: 1px;
    font-weight: 400;
    color: #363636;
    background-color: white;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.Titolo {
    font-weight: 500;
    font-size: 20px;
}

.Daiti em, .MiNota em {
    margin-left: auto;
    color: #28a584;
    font-weight: 400;
    font-size: 16px
}

.Daiti .Check em {
    color: #2196f3;
}

.Date {
    max-width: 185px;
}

.Evento.Figlio .Palla {
    border: 2px solid;
    width: 38px;
    height: 38px;
    margin-left: 6px;
}

.Evento.Figlio:not(:last-child) .Indiko::before {
    height: calc(100% - 38px);
    top: 38px;
}
/* END */


.WrapInfoCamera {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0 0 0 / 50%);
    z-index: 1;
}

.InfoCamera {
    padding: 16px;
    border-radius: 20px;
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
}

.LoadSup.Dentro {
    position: absolute;
    height: 100%;
    width: 100%;
}

.Hotel .LoadSup.Dentro {
    border-radius: 27px;
    margin-left: 8px;
    width: calc(100% - 16px);
}


.Testa {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.Testa .Numbo{
    margin-right: 16px;
}
    .Testa .textH4 {
        margin: 0;
    }

.WrapInfoCamera > .InfoCamera > .Testa > .textH4 {
    margin-right: 10px;
}
.WrapInfoCamera > .InfoCamera > .Testa:not(.Sub) > .textH4 {
    width: calc(100% - 115px);
    height: unset;
}
.Testa .far {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7e7e7;
    box-shadow: none;
    margin-left: auto;
}

.Palla.Attual::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f061";
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background-color: #8bb0ff;
    top: 12px;
    left: -45px;
    position: absolute;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.InfoCamera .Corpo:not(:empty){
    padding-left: 40px;
    margin-top: 20px;
}

.Testa.Sub .textH4{
    font-size: 18px;
}
.Testa.Sub i {
    font-size: 25px;
    margin-right: 8px;
}
.Testa.Sub label {
    width: 100%;
    color: #3876f9;
    font-size: 14px;
    display: block;
    margin-left: 40px;
}
.Testa.Sub {
    background-color: #dbe7ff;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 0;
}






/* Lavora */

.MegaStep{
    background-color: #f7f7f7;
    padding: 16px;
}
    .MegaStep .Indiko {
        width: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .MegaStep .Palla {
        width: 70px;
        height: 70px;
        border-radius: 45px;
        font-size: 30px;
    }
    .MegaStep .Daiti {
        width: calc(100% - 90px);
        margin-top: 14px;
    }
    .MegaStep .Evento:not(:last-child) .Indiko::before {
        width: 46px;
        height: calc(100% - 90px);
        top: 90px;
    }

    .MegaStep .sitGG {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        background-color: #ffffff;
        height: 50px;
        width: 50px;
        font-size: 22px;
    }

    .MegaStep .sitGG.fa-sticky-note {
        margin-left: 16px;
    }

    .MegaStep .Testa .Numbo {
        width: 40px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .MegaStep .Testa .BtnJobs{
        margin-left: auto;
    }

    .MegaStep > .Testa > .d-flex > .textH4, .WrapInfoCamera.InfoNote .textH4 {
        height: unset;
        justify-content: flex-start;
        text-align: left;
        font-size: 18px;
        width: calc(100% - 56px);
    }
.WrapInfoCamera.InfoNote .textH4 {
    width: calc(100% - 65px);
}

.BtnJobs.DFaiLaNota {
    margin-top: 16px;
    margin-left: auto;
}

/*mediaquiri lavorazione popuppiccolo*/
@media (max-width: 582px) {
    #IlTutto .Steppi .Palla {
        width: 58px !important;
        height: 58px !important;
    }

    .Evento {
        max-height: 95px;
        width: 100%;
        display: flex;
    }
    #IlTutto .d-flex .BtnJobs{
        margin-left:0;
    }
    .BtnJobs.DFaiLaNota {
        /* margin-top: 16px; */
        margin-left: 14%;
    }
    #IlTutto .d-flex:has(.BtnJobs) {
        justify-content:center;
        gap:20px;
        flex-direction: row !important;
    }
    .Titolo {
        font-size: 16px;
    }
}
.d-flex:has(.BtnJobs) {
    flex-direction: column !important;
}
    /* END */
    /* Bing Search */
    #LaRica {
        width: 100%;
    }

    #LaRica {
        position: relative;
    }

        #LaRica .MicrosoftMap {
            position: absolute;
            left: 0;
            top: 67px;
            width: 100%;
        }

    #coddo {
        margin: 0 !important;
        border-radius: 0 0 11px 11px;
        text-align: center;
        font-size: 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #LaRica .MicrosoftMap > div {
        width: 100%;
    }

    .bingLogoLight {
        display: none !important;
    }

    .MicrosoftMap .as_container_search {
        top: 0;
        left: 0;
        background-color: #e3ebec !important;
        border-radius: 11px;
        overflow: hidden;
    }

        .MicrosoftMap .as_container_search .asOuterContainer {
            box-shadow: none;
        }

    .MicrosoftMap .as_lines_root {
        flex: unset !important;
        width: calc(100% - 50px) !important;
        padding-top: 5px !important
    }

    .MicrosoftMap .as_img {
        height: 40px !important;
        width: 40px !important;
        background-color: white;
        background-position: center !important;
        margin-right: 12px !important;
        border-radius: 20px;
    }

    .MicrosoftMap .as_container_search .asOuterContainer {
        border: 0 !important
    }
    /* END */


    /* Multi Select Barra Ricerca */
    .cListRicerca.con4 {
        height: calc(100% - 372px);
    }

    .Uni.BarraRicca {
        padding: 0;
        box-shadow: none;
        min-width: unset;
    }

        .Uni.BarraRicca .wrapSelectZ, .Uni.BarraRicca .Opla {
            width: 100%;
        }

            .Uni.BarraRicca .wrapSelectZ:after {
                top: 18px;
                font-weight: 300;
            }

        .Uni.BarraRicca .Opla {
            flex-wrap: wrap;
        }

        .Uni.BarraRicca .wrapSelectZ {
            margin-left: 0;
        }

    .Opla.marginata .wrapSelectZ {
        margin-top: 16px;
    }

    .Uni.BarraRicca .wrapSelectZ:last-child {
        margin-top: 16px;
    }

    .WrapSottoni.Aria {
        height: 140px;
        box-shadow: 0 5px 22px 0 rgb(0 0 0 / 20%);
    }
    /* END */

    /* Diciture Barra Ricca */
    .SelctWDescry .inputmain.desct {
        width: fit-content;
        padding: 0 15px !important;
        padding-bottom: 2px !important;
        border: 0;
        box-shadow: none;
        background-color: var(--bgpopup_color);
    }

        .SelctWDescry .inputmain.desct i {
            margin-top: 2px;
        }

    .SelctWDescry select {
        width: fit-content !important;
        font-size: 15px;
        color: #010101;
        font-weight: 400;
        border: 0;
        box-shadow: none;
        background-color: white;
        padding-right: 40px !important;
        padding-left: 16px !important;
    }

    .SelctWDescry {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
        border-radius: 11px;
    }

    .afterSelect:after {
        top: 18px;
    }

    .inputmain.date {
        height: 50px;
        display: flex !important;
        font-size: 15px;
        color: #010101;
        font-weight: 400;
        border: 0;
        box-shadow: none;
        text-align: center;
        width: 120px;
        padding-right: 7px !important;
    }

        .inputmain.date::-webkit-inner-spin-button,
        .inputmain.date::-webkit-calendar-picker-indicator {
            display: none;
            -webkit-appearance: none;
        }

    .Contenitore.Baio {
        max-width: 1296px;
    }
    /*END*/


    /* Effetto Pila */

    .GruppoStanze.Pila.n2 .Stanza:nth-child(1) {
        top: 4px;
        transform: scale(0.95);
    }

    .GruppoStanze.Pila.n2 .Stanza:nth-child(2) {
        top: 19px;
        transform: scale(1);
    }



    .GruppoStanze.Pila.n3 .Stanza:nth-child(1) {
        top: 2px;
        transform: scale(0.9);
    }

    .GruppoStanze.Pila.n3 .Stanza:nth-child(2) {
        top: 17px;
        transform: scale(0.95);
    }

    .GruppoStanze.Pila.n3 .Stanza:nth-child(3) {
        top: 32px;
        transform: scale(1);
    }


    .GruppoStanze.Pila.n4 .Stanza:nth-child(1) {
        top: -11px;
        transform: scale(0.85);
    }

    .GruppoStanze.Pila.n4 .Stanza:nth-child(2) {
        top: 2px;
        transform: scale(0.9);
    }

    .GruppoStanze.Pila.n4 .Stanza:nth-child(3) {
        top: 17px;
        transform: scale(0.95);
    }

    .GruppoStanze.Pila.n4 .Stanza:nth-child(4) {
        top: 32px;
        transform: scale(1);
    }

    /* END */


    /* Effetto Pulsalo */

    .Palla[ido='2'].StoQQUa {
        animation: BelaLaPulselaRossa 1s infinite alternate-reverse;
    }

    .Palla[ido='3'].StoQQUa {
        animation: BelaLaPulselaGialla 1s infinite alternate-reverse;
    }

    .Palla[ido='4'].StoQQUa {
        animation: BelaLaPulselaVerde 1s infinite alternate-reverse;
    }

    @keyframes BelaLaPulselaRossa {
        from {
            box-shadow: inset 0 0 0 0 #fa8d85, 0 0 10px 0 rgb(0 0 0 / 10%)
        }

        to {
            box-shadow: inset 0 0 0 10px #fa8d85, 0 0 10px 0 rgb(0 0 0 / 10%)
        }
    }

    @keyframes BelaLaPulselaGialla {
        from {
            box-shadow: inset 0 0 0 0 #ffda6b, 0 0 10px 0 rgb(0 0 0 / 10%)
        }

        to {
            box-shadow: inset 0 0 0 10px #ffda6b, 0 0 10px 0 rgb(0 0 0 / 10%)
        }
    }

    @keyframes BelaLaPulselaVerde {
        from {
            box-shadow: inset 0 0 0 0 #90da93, 0 0 10px 0 rgb(0 0 0 / 10%)
        }

        to {
            box-shadow: inset 0 0 0 10px #90da93, 0 0 10px 0 rgb(0 0 0 / 10%)
        }
    }

    /* END */



    .textH4.Titolo {
        margin: 0;
        padding-top: 15px;
        height: unset;
        font-size: 22px;
    }

    .noapperance {
        z-index: 0;
    }

    .Nota.Prese + .Nota {
        margin-left: 10px;
    }

    @media screen and (max-width: 768px) {

        .BigFotoNota .BtnModal {
            top: 20px !important;
            right: 20px !important
        }

        .ContenitoreFixed > .Riga {
            width: 100%;
        }

        .GruppoStanze.Pila.Ape {
            padding-top: 80px;
        }

        .InfoNote .InfoCamera {
            border-radius: 0 !important;
            width: 100% !important;
        }

        .BarraRicca {
            flex-wrap: wrap;
            margin-bottom: 0;
            border-radius: 0;
        }

            .BarraRicca .Opla, .BarraRicca .Opla .wrapSelectZ {
                width: 100%;
            }

        .SelctWDescry {
            margin-left: 0;
            margin-top: 16px;
            width: 100%;
        }

            .SelctWDescry .wrapSelect, .inputmain.date {
                width: calc(100% - 80px);
            }

            .SelctWDescry .inputmain.desct {
                font-size: 15px;
                width: 80px;
            }

        .Contenitore > .Riga > .WrapCampi {
            padding: 0;
        }

        .VascaStanze, .colStyle:not(.boxAlerz):not(.colLogin) {
            border-radius: 0;
        }

        .LoadSup, .Hotel .LoadSup.Dentro {
            border-radius: 0;
            margin: auto;
            width: 100%;
            margin: 0;
            font-size: 25px;
        }

        .Hotel {
            max-width: unset;
            width: 100%;
            border-radius: 0;
            margin-bottom: 16px;
        }

        .GruppoStanze {
            width: 100%;
        }

        .InfoCamera {
            border-radius: 0;
            width: 100%;
        }

        #scrollMobile {
            border-radius: 10px;
            background-color: rgb(199 199 199 / 50%);
        }

        .WrapCampi.col100.colStyle.WrapRisultati.med.spazio {
            padding-bottom: 0;
        }

        .MinDaMob, .MinDaMob #contpers {
            min-height: 597px;
        }

        #contpers .labelText {
            font-size: 15px;
        }

        .drpDwnMagazz > div.row > a {
            width: 100%;
            min-height: 35px;
            padding-left: 7px;
        }

        #LabBurghe {
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
        }

            #LabBurghe i {
                font-weight: 300 !important
            }

        .ListRicerca {
            max-height: 300px;
        }

        .conBtnMultiSce div {
            border-radius: 15px;
        }

        .colDescrMobile {
            margin-top: 0
        }

            .colDescrMobile .RigoDecr {
                padding: 14px 0 5px 0;
            }

        .GruppoStanze.Pila.Ape {
            border-radius: 0;
            flex-wrap: wrap;
            height: 100%;
            align-content: flex-start;
        }

            .GruppoStanze.Pila.Ape .Stanza {
                width: 100%;
                margin-right: 0;
            }

            .GruppoStanze.Pila.Ape::after {
                top: 10px;
                right: 10px;
            }
    }

    /* Box Nota */

    .ContenitoreFixed.Nota .WrapRicerca.med {
        display: flex;
        flex-wrap: wrap;
    }

        .ContenitoreFixed.Nota .WrapRicerca.med .colDescrMobile, .ContenitoreFixed.Nota .WrapRicerca.med textarea, .ContenitoreFixed.Nota .WrapRicerca.med .CaroselFoto {
            width: 100%;
        }

    .ContenitoreFixed.Nota .colDescrMobile .RigoDecr {
        padding: 14px 0 14px 0;
    }

    .ContenitoreFixed.Nota textarea {
        border-radius: 19px;
        border: 2px solid var(--bgpopup_color);
        box-shadow: none;
        overflow: hidden;
        padding: 10px 13px !important;
        font-weight: 500;
    }

    #LeFutin {
        display: none;
    }

    .LabelBtn {
        background-color: #fff6a3;
        display: flex;
        width: 100%;
        height: 45px;
        align-items: center;
        font-size: 16px;
        color: #363636;
        font-weight: 500;
        justify-content: center;
        border-radius: 0 0 19px 19px;
        position: relative;
    }

        .LabelBtn i {
            font-size: 20px;
            position: absolute;
            top: 13px;
            right: 14px;
        }

    .CardFoto {
        background-color: white;
        height: 170px;
        width: 120px;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 14%);
        border-radius: 11px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex: none;
        margin-right: 10px;
        position: relative;
    }

        .CardFoto .BtnModal {
            position: absolute;
            bottom: 8px;
            right: 8px;
            background-color: white;
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
        }

        .CardFoto img {
            height: 100%;
        }



    .CaroselFoto {
        margin-top: 16px;
        border-radius: 19px 19px 0 0;
        padding: 10px;
        background-color: var(--bgpopup_color);
        display: flex;
        overflow: auto;
        min-height: 110px;
    }

        .CaroselFoto:empty::after {
            content: "Nessuna Foto Allegata";
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #363636;
            font-weight: 500;
        }

    .InfoNote .CaroselFoto {
        min-height: 42px;
        border-radius: 19px;
    }

        .InfoNote .CaroselFoto:empty {
            border-radius: 11px;
        }

    .InfoNote .InfoCamera {
        border-radius: 27px;
        padding-right: 0;
        width: 500px;
    }

    .MiNota:not(:last-child) {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 2px solid #e7e7e7;
    }

    .MiNota label {
        font-size: 16px;
        color: #363636;
        font-weight: 400;
    }

    .WrapNotes {
        max-height: 500px;
        overflow: auto;
        padding-right: 16px;
    }

    .InfoNote .Testa {
        margin-bottom: 16px;
        align-items: flex-start;
    }

        .InfoNote .Testa .far {
            margin-right: 16px;
        }
    /* END */
    .WrapBtn.Cicci {
        width: calc(100% - 16px);
        margin: 16px 8px;
    }

        .WrapBtn.Cicci .BtnJobs {
            width: 50%;
            margin: 0 8px;
            height: 55px;
            font-size: 18px;
            justify-content: center;
            position: relative;
            box-shadow: inset 0 0 0 2px #0071bc, 0 0 10px 0 rgb(0 0 0 / 10%);
            border: 3px solid white;
        }

            .WrapBtn.Cicci .BtnJobs i {
                position: absolute;
                font-size: 32px;
                top: 9px;
                right: 15px;
            }

            .WrapBtn.Cicci .BtnJobs:before {
                content: "Avanti"
            }

            .WrapBtn.Cicci .BtnJobs.Fermalo:before {
                content: "Ho Finito!"
            }

            .WrapBtn.Cicci .BtnJobs.Finilo:before {
                content: "Tutto Pulito!"
            }

            .WrapBtn.Cicci .BtnJobs.Mirror:before {
                content: "Indietro"
            }

            .WrapBtn.Cicci .BtnJobs.Mirror.Anulo:before {
                content: "Annulla"
            }

            .WrapBtn.Cicci .BtnJobs.Mirror.Anulo {
                box-shadow: inset 0 0 0 2px #fa8d85, 0 0 10px 0 rgb(0 0 0 / 10%);
            }

            .WrapBtn.Cicci .BtnJobs.Fermalo, .WrapBtn.Cicci .BtnJobs.Finilo {
                box-shadow: inset 0 0 0 2px #90da93, 0 0 10px 0 rgb(0 0 0 / 10%);
            }

            .WrapBtn.Cicci .BtnJobs.Mirror i {
                left: 15px;
                right: unset
            }


    .BigFotoNota .BtnModal {
        position: absolute;
        top: 40px;
        right: 60px
    }

    .WrapInfoCamera.BigFotoNota {
        z-index: 6;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    @media screen and (max-height: 868px) {
        .WrapInfoCamera, .ContenitoreFixed {
            padding-top: 110px;
            align-items: unset;
            overflow: auto;
            padding-bottom: 50px;
        }

        .ContenitoreFixed {
            padding-top: 50px;
        }

            .ContenitoreFixed > .Riga {
                height: fit-content;
            }

            .ContenitoreFixed .WrapCampi.WrapRisultati.med, .ContenitoreFixed .WrapCampi.WrapRicerca.med {
                height: 500px;
            }

        .InfoCamera {
            height: fit-content;
        }
    }

    .Option {
        min-height: 45px;
    }

    .WrapToggleLin {
        background-color: white
    }

    input[type='checkbox']:checked ~ .switch {
        background: #dddddd;
    }

    /* boxxetti alessio */

    .colSelectContent .cListRicerca.con1, .colSelectContent .cListRicerca.con2 {
        height: calc(100% - 150px) !important;
    }

    .Testa.Sub i {
        padding-top: 4px;
        display: inline;
        text-align: center;
        width: 31px;
    }

    .contIconcine {
        min-height: 40px;
        border-radius: 10px;
        padding: 7px;
        background: #ffd8c6;
        gap: 5px;
        margin-top: 5px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

        .contIconcine span {
            font-weight: 500;
            padding-bottom: 3px;
            font-size: 12px;
        }

        .contIconcine div {
            user-select: none;
            /* height: 20px; */
            gap: 7px;
            border-radius: 8px;
            font-size: 17px;
            padding: 8px 9px;
            border: solid 2px #eb8252;
            width: 37px;
            display: flex;
            /* height: 20px; */
            cursor: pointer;
            align-items: center;
            justify-content: center;
        }

        .contIconcine span {
            display: none;
            font-weight: 500;
            padding-bottom: 2px;
            font-size: 12px;
        }

        .contIconcine div:has(i:active) span {
            display: block;
        }

        .contIconcine div:has(i:active) {
            width: unset !important;
        }

    .Testa.Sub {
        margin-bottom: 5px;
    }

    .SelectNotag {
        font-weight: 600;
        cursor: pointer;
        user-select: none;
        padding: 10px;
        border-radius: 11px;
        border: 2px solid var(--main_color);
        position: relative;
        height: 50px;
        width: 100%;
    }

    .ContOption {
        background: white;
        border-radius: 11px;
        box-shadow: 0 0 20px 0px #808080a3;
        left: 0;
        display: none;
        z-index: 2;
        top: 48px;
        position: absolute;
        width: 100%;
        overflow: hidden;
    }

    .OptionNotag {
        cursor: pointer;
        position: relative;
        border-bottom: solid 1px #e1e1e1;
        display: flex;
        min-height: 38px;
        font-weight: 400;
        font-size: 14px;
        padding: 10px 30px 10px 1px;
        align-items: center;
        margin: 0px 13px;
        transition: transform 120ms ease-in-out;
    }

        .OptionNotag:active {
            transform: scale(.98)
        }

    .SelectNotag i {
        font-size: 16px;
        position: absolute;
        right: 17px;
        height: 16px;
        width: 16px;
        top: 16px;
        text-align: center;
    }

    .OptionNotag:last-child {
        border-bottom: 0;
    }

    .Search input {
        font-size: 16px;
        border-radius: 7px;
        padding: 10px;
        background: #f3f3f3;
        width: 100%;
        height: 38px;
        border: 0 !important;
    }


    .Search {
        padding: 6px;
        text-align: center;
    }

    .SelectNotag span {
        z-index: 1;
        top: 0;
        left: 0;
        position: absolute;
        height: 100%;
        display: block;
        width: 100%;
    }

    .SelectNotag > label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .SelectNotag span.Load {
        display: flex;
        align-items: center;
        padding-left: 14px;
    }


    .Load {
        background-color: white;
        border-radius: 11px;
        will-change: opacity, visibility;
        transition: opacity 150ms linear, visibility 150ms linear;
        opacity: 1;
        visibility: visible
    }

        .Load.NoVedo {
            opacity: 0;
            visibility: hidden
        }

    div.Search div {
        font-size: 17px;
        top: 12px;
        position: absolute;
        right: 16px;
    }


        div.Search div::after {
            color: #363636;
            font-family: "Font Awesome 5 Pro";
            content: '\f002';
            font-weight: 500;
        }

    .Search hr {
        width: 70%;
        border-radius: 2px;
        background: #f1f1f1;
        margin: 10px auto 0 auto;
        height: 1px;
    }

    .ContRealOption {
        overflow: auto;
        max-height: 228px;
    }

    .SelectNotag label {
        cursor: pointer;
        margin: 0;
    }

    .CBox {
        cursor: pointer;
        right: 0;
        position: absolute;
        border: solid 2px #007191;
        width: 20px;
        height: 20px;
        margin-left: auto;
        border-radius: 4px;
    }

        .CBox::after {
            display: none;
            font-weight: 600;
            top: 0px;
            left: 2px;
            position: absolute;
            font-size: 12px;
            font-family: "Font Awesome 5 Pro";
            content: '\f00c';
        }

    .OptionNotag[Attivo='1'] .CBox {
        background: #007191;
    }

        .OptionNotag[Attivo='1'] .CBox::after {
            display: block;
            color: white;
        }

    .ContRealOption:has(.OptionNotag[style='display: none;']):not(:has(.OptionNotag[style='display: flex;']))::after {
        content: "Nessun Risultato";
        font-size: 14px;
        color: #363636;
        display: block;
        text-align: center;
        margin: 6px 0 14px 0;
        text-shadow: none;
        font-weight: 500;
    }
    /* boxxetti alessio */

    /*PrioPalle*/

    .Prio {
        height: 50px;
        background-color: grey;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        border-radius: 100%;
        border: 2px solid black;
        cursor: pointer;
    }

    .Palin {
        height: 20px;
        width: 20px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: black !important;
        margin-left: auto;
        margin-top: 0 !important;
    }

    .GruppoStanze.PerChiLavora .Palin {
        margin: 0;
        margin-left: 15px;
        padding: 10px;
        margin-bottom: auto;
    }

    .GruppoStanze.PerChiLavora [pr='0'] .Palin {
        display: none !important;
    }

    [pr='0'] .Palin, .Stanza:not([pr]) .Palin {
        display: none !important;
    }

    .Palin[pr='5'], .Palin[pr='4'] {
        color: papayawhip !important;
    }

    [pr] .Ballo.Prem > span {
        display: flex;
    }

    .Ballo.Prem {
        width: 100%;
    }

    .Prio:after {
        content: "aasdasd";
        position: absolute;
        left: 30px;
    }

    .Prio[pr='1']:after {
        content: "Priortà bassa"
    }

    .Prio[pr='2']:after {
        content: "Priortà normale"
    }

    .Prio[pr='3']:after {
        content: "Priortà media"
    }

    .Prio[pr='4']:after {
        content: "Priortà alta"
    }

    .Prio[pr='5']:after {
        content: "Priortà massima";
        color: darkred;
        font-weight: 600;
    }

    .Palin[pr='1']:after {
        content: "1";
        font-weight: 600;
    }

    .Palin[pr='2']:after {
        content: "2";
        color: black;
        font-weight: 600;
    }

    .Palin[pr='3']:after {
        content: "3";
        color: black;
        font-weight: 600;
    }

    .Palin[pr='4']:after {
        content: "4";
        color: black;
        font-weight: 600;
    }

    .Palin[pr='5']:after {
        content: "5";
        color: white;
        font-weight: 600;
    }


    .Prio[pr='1'], .Palin[pr='1'] {
        background-color: #00FF00
    }

    .Prio[pr='2'], .Palin[pr='2'] {
        background-color: #FFFF00
    }

    .Prio[pr='3'], .Palin[pr='3'] {
        background-color: #FFA500
    }

    .Prio[pr='4'], .Palin[pr='4'] {
        background-color: #af2f00
    }

    .Prio[pr='5'], .Palin[pr='5'] {
        background-color: #672b2b;
        color: antiquewhite;
    }

    .Prio[selezionato='1'] {
        border: 3px solid red;
    }

    .contPalle {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 10px;
        align-items: center;
        min-height: 300px;
    }

    .InfoCamera .Prio:after {
        display: none;
    }

    .InfoCamera .Prio {
        margin: 0 auto;
        height: 40px;
        width: 40px;
    }

        .InfoCamera .Prio:not([selezionato='1']) {
            filter: opacity(.3);
        }

    .InfoCamera .contPalle {
        position: relative;
        flex-direction: row;
        min-height: unset;
        margin-bottom: 15px;
    }

    /*PrioPalle*/

    /*modifiche clementon */
    .imgClementon {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .imgSteppo {
        position: absolute;
        left: 10px;
        bottom: 10px;
    }

        .imgSteppo.dx {
            position: absolute;
            right: 10px;
            left: unset;
            bottom: 5px;
        }

    .Stanza[tipo]::after, .Testa[tipo]::after {
        content: "PARTENZA";
        font-weight: 700;
        color: #363636;
    }

    .Testa[tipo]::after {
        margin-left: auto;
    }

    .InfoCamera .Testa[tipo]::after {
        margin-left: unset;
        margin: 0 auto !important;
    }

    .Stanza[tipo='2']::after, .Testa[tipo='2']::after {
        content: "FERMATA";
    }

    .Stanza[tipo='3']::after, .Testa[tipo='3']::after {
        content: "ARRIVO";
    }

    .aic {
        align-items: center;
    }

    .d-flex.aic .textH4 {
        margin-right: 10px;
    }