﻿:root {
    /* Style AC Blu Rosso Tim */
    --nome_piatta: 'Smart AC';
    --sfondo: url(../Image/sfondone.jpg);
    --logo_main: url(../Image/marchioacbianco.png);
    /*--main_color: #0071bc;
    --seco_color: #b8daff;
    --nav1_color: #3396ff;
    --nav2_color: #99d6ff;
    --btn1_color: #d8d8ff;
    --btn2_color: rgba(136, 194, 232, 0.4);
    --bglight_color: rgb(249, 253, 255);
    --btn3_color: rgb(0, 113, 188);
    --offcel_color: #99c2ff;
    --bgpopup_color: #b2e4ff;*/
    --str_footer: "Gestionale Accessi SmartAccess sviluppato da SmartBiz srls - Tel: 0692936182";
    /* Style SmartAccess Viola */
    --main_color: #415e8b;
    --seco_color: #b8bfff;
    --nav1_color: #3396ff;
    --nav2_color: rgba(0,0,0,.3);
    --btn1_color: #d8d8ff;
    --btn2_color: #fff;
    --bglight_color: rgb(249, 253, 255);
    --btn3_color: rgb(0, 113, 188);
    --offcel_color: #99c2ff;
    --bgpopup_color: rgb(184 200 222);
    --smussato: 13px;
}

.inputmain[type='text'] {
    padding-left: 15px !important;
}


/* Nav Bar */
#headerCont {
    position: absolute;
    z-index: 22;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    background-color: var(--bglight_color);
    display: flex;
    align-items: center;
    min-height: 80px;
}
    #headerCont:not(.MMMM) {
        height: unset;
        display: flex;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
#loghen {
    background-image: var(--logo_main);
    height: 60px;
    width: 216px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
#navBarra {
    background: #415e8b;
    margin-left: auto;
    margin-right: 15px;
    border-radius: 13px;
    height: 50px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}
#listaNav {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
}
.RigaNav {
    display: inline-flex;
    margin: 0 auto;
    cursor: pointer;
    height: 40px;
    min-width: 80px;
    border-radius: 3px;
    user-select: none;
    position: relative;
    margin-left: 5px;
    transition: transform 100ms ease-in-out;
}.RigaNav.min {
    min-width: 40px;
}
    .RigaNav.RigaNavDrop {
        min-width: 140px;
        position: relative;
    }
    .RigaNav > a {
        margin: 0 auto;
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        color: var(--bglight_color) !important;
        padding-bottom: 2px;
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
    .RigaNav.active > a {
        color: #363636 !important;
    }
    .RigaNav.spazz {
        cursor: default;
        background-color: var(--oro_elementa);
        min-width: 3px !important;
        width: 3px !important;
    }
    .RigaNav:first-child {
        border-radius: 9px 3px 3px 9px;
        margin-left: 5px;
    }
    .RigaNav:last-child {
        border-radius: 3px 9px 9px 3px;
        margin-right: 5px;
    }

    
    .RigaNav:not(.RigaNavDrop):active, .drpDwnMagazz > div.row:active {
        transform: scale(.9);
    }
#logOutBtn {
    position: relative;
    width: 100%;
    display: flex;
    color: var(--bglight_color);
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.RigaNav > a .fas.fa-chevron-down {
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: 16px;
    transition: transform 200ms ease-in-out;
}
.RigaNav.RigaNavDrop:hover .fas.fa-chevron-down {
    transform: rotate(180deg);
}
.RigaNavDrop:hover .drpDwnMagazz, .drpDwnMagazz:hover {
    display: flex;
    box-shadow: 0px 4px 22px 0px rgba(0,0,0,0.20);
}
.RigaNav.RigaNavDrop.active:hover {
   border-radius: 3px 3px 0 0;
}
.drpDwnMagazz {
    position: absolute;
    top: 40px;
    background-color: var(--main_color);
    flex-wrap: wrap;
    width: 100%;
    display: none;

}
.RigaNav.active {
    background-color: var(--bglight_color);
}

    .RigaNav.active > a {
        background-color: var(--bglight_color);
        border-radius: 20px;
        color: #363636;
    }

    .drpDwnMagazz > div.row {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 5px;
        margin: 0;
    }
    .drpDwnMagazz > div.row > a {
        margin: 0 auto;
        line-height: 30px;
        text-decoration: none;
        color: var(--bglight_color) !important;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
    } 
    
    .drpDwnMagazz > div.row > a:visited {
        color: var(--bglight_color);
    }

    .drpDwnMagazz > div.row.mezzo:not(:first-child) {
        border-top: 2px solid var(--bglight_color);
    }




    .drpDwnMagazz > div.row.active {
        background-color: var(--bglight_color);
        border-radius: 0;
        border-color: var(--main_color);
    } 

    .drpDwnMagazz > div.row.active {
        background-color: var(--bglight_color);
        color: var(--main_color);
    }

        .drpDwnMagazz > div.row.active a {
            color: #363636 !important;
        }

        .drpDwnMagazz > div.row.active > a {
            color: var(--main_color);
        }


    .active > .drpDwnMagazz > .row.active {
        background-color: var(--bglight_color);
        color: #363636 !important;
    }



#LabBurghe, #Burghe {
    display: none;
}
    #Burghe:checked ~ #navBarra {
        display: block;
    }
@media screen and (max-width: 768px) {
    #loghen {
        width: 160px;
        left: 20px;
    }
    #headerCont {
        z-index: 111;
        box-shadow: 0 0 20px 10px rgba(0,0,0,.3);
        position: relative;
        top: 0;
    }
    main{
        padding-top: 0 !important;
    }
    #navBarra {
        margin-left: 15px;
        margin-top: 65px;
        width: 100%;
        height: unset;
        display: none;
    }
    #listaNav {
        flex-wrap: wrap;
        height: unset;
        padding: 5px;
    }
    .RigaNav {
        width: 100%;
        margin: 5px !important;
        border-radius: 7px !important;
        height: unset;
    }
    .RigaNav.spazz {
        height: 3px;
        width: 100% !important;
    }
    .RigaNav.active {
        padding-left: 0 !important;
    }
    .RigaNavDrop{
        flex-wrap: wrap;
    }
    .drpDwnMagazz > div.row {
        background-color: #d4e9ff;
        color: #363636;
        border-radius: 9px !important;
        border-top: 0 !important;
        border: 0;
        margin-bottom: 10px;
    }
    .RigaNav.RigaNavDrop:not(.active) .drpDwnMagazz > div.row:last-child {
        margin-bottom: 0;
    }
        .drpDwnMagazz > div.row a, .drpDwnMagazz > div.row a:visited {
            color: #363636 !important;
        }
        .drpDwnMagazz > div.row.active {
            background-color: #eb0028;
            padding-left: 5px !important;
        }
            .drpDwnMagazz > div.row.active a, drpDwnMagazz > div.row.active a:visited {
                color: white;
            }
    .drpDwnMagazz {
        position: relative;
        top: 0;
        background-color: transparent;
        box-shadow: none !important;
        margin-top: 8px;
    }

    #LabBurghe {
        display: block;
        position: absolute;
        height: 50px;
        width: 50px;
        background: var(--main_color);
        color: var(--bglight_color);
        z-index: 111;
        top: 15px;
        right: 15px;
        border-radius: 9px;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        transition: var(--an_active);
        cursor: pointer;
    }
        #LabBurghe:active {
            transform: var(--sc_active);
        }
}

/* End  */


.loadGif {
    filter: unset;
    background-image: url('../Image/load.png');
    background-color: #fff;
    width: 50px;
    left: calc(50% - 25px);
    background-size: 70%;
    border-radius: 100%;
    background-position: center;
}
.colMenu{
    max-width: unset !important;
}
.itemsRicerca:hover, .itemsRicerca:focus {
    border-color: #eb0028;
}
.TabPalli, .ListTRotTabPall {
    max-height: unset;
}
.colRicercaStat {
    top: 100px;
}
.colTabellaTurni {
    top: 200px;
    height: calc(100% - 260px);
}
.clistTurniFix {
    height: calc(100% - 160px);
    top: 100px;
    transition: all 200ms ease-in-out;
    z-index: 1;
}
@media screen and (max-width: 1350px){
    .clistTurniFix {
        height: calc(100% - 260px);
        top: 200px;
    }
}
main {
   padding-top: 80px;
}


#contGrupPers, #contGrupPers1{
    top: 90px;
    left: 274px;
}

.wrappyGrupPers {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}
.consSel{
    position: relative;
    overflow: hidden;
    height: 320px;
}
.wrappyGrupPers #contGrupPers, #contGrupPers1, #clickky {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: var(--bgpopup_color);
    margin-left: 15px;
    height: 320px;
    width: 340px;
    border-radius: 20px;
}

.colowWheelBtn {
    cursor: pointer;
}

#clickky {
    width: 340px;
    z-index: 101;
    height:100%;
    border-radius: 20px;
    background-color: rgba(173, 173, 173, 0.5);
    backdrop-filter: blur(15px);
    cursor: pointer;
}
    #clickky span {
        font-size: 25px;
        width: 150px;
        display: block;
        font-weight: 600;
        position: absolute;
        top: calc(50% - 30px);
        left: calc(50% - 75px);
        user-select: none;
        -webkit-user-select: none;
    }
        .wrappyGrupPers #contGrupPers .contBtnPG {
            margin-right: 15px;
        }
        .wrappyGrupPers #contGrupPers::after{
            display: none;
        }
.wrappyGrupPers #contGrupPers1 .contBtnPG {
    margin-right: 15px;
}

.wrappyGrupPers #contGrupPers1::after {
    display: none;
}
    .wrappyGrupPers .labelText {
        margin-bottom: 10px;
    }
    .wrappyGrupPers #boxScegli {
        height: 220px;
        margin-bottom: 15px;
    }
    .wrappyGrupPers #selDGtext {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wrappyGrupPers #boxIstat .cListRicerca, .wrappyGrupPers #boxGstat .cListRicerca {
        height: 160px;
    }
    .wrappyGrupPers #boxIstat, .wrappyGrupPers #boxGstat {
        height: 255px;
    }
.wrappyGrupPers .itemsRicerca:last-child {
    margin-bottom: 0;
}
.conBoxIG #NessunDipGru, .conBoxIG #NessunDipInd {
    top: calc(50% - 35px);
}

#conyRisulVarc {
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#conyRisulVarc div{
   position: relative;
}

    #conyRisulVarc div.g:before, #conyRisulVarc div.v:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f52b";
        position: absolute;
        top: -30px;
        left: calc(50% - 50px);
        font-size: 20px;
    }
    #conyRisulVarc div.v:after, #conyRisulVarc div.g:after {
        font-weight: 600;
        position: absolute;
        top: -30px;
        left: calc(50% - 20px);
        font-size: 20px;
    } 
    #conyRisulVarc div.v:after {
        content: "Varco";
    }
    #conyRisulVarc div.g:after {
        content: "Gruppo";
    }
.coltur {
    height: 1108px !important;
}
#btnMalattia {
    background-color: transparent;
    color: #363636;
    font-size: 22px;
    padding: 0;
}
.cScrollBox.centry {
    display: flex;
    align-items: center;
}

.fotonomediv {
    height: unset;
    padding: 5px !important;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

    .fotonomediv span {
        margin-right: 0;
    }

span.nomevarchi {
    font-size: 20px;
    display: block;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

    span.nomevarchi:empty::after{
        content: "Nessun Varco Assegnato"
    }



.colStyle {
    background-color: #f7f7f7;
}


#headerCont, .colLogin {
    background-color: rgb(33,48,73);
}

.containerMenu {
    padding: 25px 25px 0 25px;
}
/*.textH4 {
   color: #fefdfd !important;
}*/
.colDip table td {
    vertical-align: middle;
}
/* Provvisiorio */
.colMenScrol .table {
    margin-bottom: 0;
}
.cScrollBox {
    border: 0 !important;
}
.Riga.fott {
    width: 100%;
    /* height: 185px; */
    display: flex;
    background-color: cornflowerblue;
    border-radius: 15px;
    margin: 0;
    color: white;
    font-size: 20px;
    padding: 20px 8px 20px 8px;
    margin-bottom: 16px;
}
    .Riga.fott .nom {
        justify-content: center;
        align-items: center;
        display: flex;
        font-weight: 500;
        font-size: 35px;
    }
        .Riga.fott .nom span {
            width: 100%;
        }
.WrapFotina {
    position: relative;
    transition: transform 100ms ease-in-out;
    box-shadow: 0px 4px 28px 8px rgba(0,0,0,0.1);
    cursor: pointer;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

    .WrapFotina:active {
        transform: scale(.95);
    }

    .WrapFotina label:not(.deff)::after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f1c5";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(255,255,255,.6);
        opacity: 0;
        transition: opacity 150ms ease-in-out;
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        color: var(--main_color);
        border-radius: 50%;
    }

    .WrapFotina label:not(.deff):hover::after {
        opacity: 1;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

.Fotinar label {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.Fotinar label:not([style=""]){
    background-color:white;
}
/*    .Fotinar label:not([style=""])::before {
        position:absolute;
        content:"ciaoaoaao";
        top:0;
        left:10px;
        

    }*/
    .Fotinar label.deff {
        background-image: url(/Image/nofoto.jpg);
        background-size: 70%;
        background-color: white;
    }

#fotina {
    visibility: hidden;
}


.RigoAza {
    position: relative;
}
    .RigoAza.loady:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: 'Font Awesome 5 Pro';
        content: "\f3f4" !important;
        animation: spin 800ms linear infinite;
        position: absolute;
        right: 32px;
        bottom: 18px;
    }



.btnBarraCerca {
    height: 80px;
    width: 140px;
    right: 15px;
    left: unset;
    top: 100px;
    position: absolute;
    transition: transform 100ms ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #363636;
    font-size: 20px;
    font-weight: 600;
}
    .btnBarraCerca i {
        margin-left: 6px;
    }
.btnBarraCerca:active {
   transform: scale(.95);
}


.inputmain {
    color: #363636;
}

.d-nun {
   display: none !important;
}


/*test colors*/

.inputRicerca, .selectRicerca, .cListRicerca {
    border: 3px solid #415e8b;
}
.itemsRicerca, .itemsNotif {
    border: 2px solid rgba(0,0,0,.3);
}

    .itemsRicerca p {
        width: 45%;
        font-size: 11px;
    }

    .itemsRicercaSelect, .Riga.fott {
        background-color: var(--bgpopup_color) !important;
    }
.obblig {
    background-image: url('../Image/asterino.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: 5px;
    background-position-y: 5px;
    background-color: #ffffff !important;
}
.btnMainLarge {
    border: 3px solid rgb(65, 94, 139);
    background-color: rgb(65, 94, 139);
}
.labelText {
    color: #c8b7f1;
}
.fraccia {
    background-color: #415e8b;
}
.drpDwnMagazz {
    background-color: #415e8b;
    border-radius: 0 0 6px 6px;
}
.btnAzio.verde, .btn-success {
    background-color: rgb(74, 149, 91);
}
.btnAzio.rosso {
    background-color: rgb(169, 71, 81)!important;
}
legend {
    background-color: #415e8b;
    border: 0;
}
.colAggiungi {
    border: 2px solid #a5b5c6!important;
}
.btn-primary:not(.btbxbtn) {
    background-color: rgb(65, 94, 139);
    border: 0;
}
#tab {
    background-color: unset;
}
.tableTurniM #testaore tr th {
    background-color: #415e8b;
}
.riepo.tableTurniM.noScale, #testaore {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.wrappyGrupPers #contGrupPers, #clickky {
    background-color: rgb(211, 211, 211);
    padding-top: 1px !important;
}
.wrappyGrupPers #contGrupPers1, #clickky {
    background-color: rgb(211, 211, 211);
    padding-top: 1px !important;
}
.btnSelect {
    background-color: #415e8b;
}
#boxIstat #cerca, #boxIstat #slgruppo, #boxGstat #cercaGru, #boxCstat #cercaCat {
    border: 2px solid #415e8b;
}
#boxIstat .cListRicerca {
    border: 2px solid #415e8b;
}
.arrow_box, .arrow_boxx {
    background-color: #415e8b;
}
    .arrow_box:after {
        border-top-color: #415e8b;
    }
    .arrow_boxx:after {
        border-bottom-color: #415e8b;
    }
.rowBarraZoomCont {
    border: 2px solid #415e8b;
}
.rowBarrZomOre .conZoomBtn {
    background-color: #415e8b;
    border: 2px solid #415e8b;

}
.boxInniFinTruni {
    background-color: #415e8b;
    color: white !important;
    border: 2px solid #415e8b;
}
.btnMain {
    color: #415e8b;
    background-color: var(--btn2_color) !important;
}
#conyRisulVarc div.v:after {
    color: #363636;
}
.tableTurniM #testaore th.grande, .tableTurniM #grdati td.grande {
    background-color: #415e8b;
}
.tableTurniM #grdati .spenta {
    background-color: #9aafce;
}
#btnCercaMex, .btnCercaMain {
    border: 3px solid #415e8b;
    color: #415e8b;
}
.grupSelAct {
    background-color: #415e8b;
    color: #fff !important;
    border: 2px solid var(--nav2_color);
}

.WrapToggleLin {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
    border: 0;
    padding-left: 15px
}

.PreWrap {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.Chuso {
    transition: all 200ms ease-in-out;
}

.ChusoS {
    height: 0px;
    overflow: hidden;
    margin: 0;
}

.divid {
    background-color: var(--main_color);
}

#tab {
    background-color: var(--bglight_color);
}

.colRicercaStat #avviaRic, #avviaConfr {
    color: #363636
}

.grupSelT .inputmain {
    border: 2px solid #415e8b;
}

.grupSelAct {
    background-color: #a5b5c6 !important;
}

#contGrupPers .contBtnPG {
    border: 2px solid #415e8b;
}

#contGrupPers1 .contBtnPG {
    border: 2px solid #415e8b;
}

.contBtnPG button:first-child {
    border-right: 0
}
.contBtnPG button:last-child {
    border-left: 0
}
#boxGstat .cListRicerca, #boxCstat .cListRicerca {
    border: 2px solid #415e8b;
}

.Sticcalo {
    position: sticky;
    top: 0;
    z-index: 11;
    background-color: #f9fdff;
    margin-top: 0;
    padding-top: 10px;
    height: unset !important;
}

#infor {
    background-color: white;
    min-height: 300px !important;
    top:100px;
}
    #infor .rowBarraZoomCont {
        border: 2px solid rgba(0,0,0,.3);
    }

.arrow_box, .arrow_boxx {
    border: 3px solid #415e8b;
}
    .arrow_box:before {
        border-top-color: #415e8b
    }
    .arrow_boxx:before {
        border-bottom-color: #415e8b
    }


.colTabellaTurni {
    width: calc( 100% - 156px);
}
.riepo.tableTurniM.noScale, #testaore {
    border-radius: 0px 6px 0 0;
}

.colStyle.rightMenu {
    background-color: white;
}

.btn-dark {
    background-color: #415e8b;
}
    .btn-dark:hover {
        background-color: #3a5379;
        border-color :#3a5379
    }

.contTdGrande i {
    font-size: 18px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    transition: transform 100ms ease-in-out;
    cursor: pointer;
}
.contTdGrande i:active {
     transform: scale(.95);
}



.grande.Copina {
    background-color: transparent !important;
    color: #363636 !important;
    position: relative;
}

    .grande.Copina:after, .grande.Copina:before {
        content:"";
        position: absolute;
    }

    .grande.Copina:after {
        width: 50%;
        height: calc(100% + 2px);
        border-left: 2px solid #363636;
        border-bottom: 2px solid #363636;
        top: -50%;
        right: 0;
    }

.grande:not(.Copina), .selezionato {
    z-index: 97;
}
.selezionato.Copina {
    z-index: 95;
}



/* Modifiche Nav Bubble */
.contVabb {
    padding: 0 !important;
    background-color: #415e8b; 
}

.navs {
    margin: 15px;
    padding: 0 !important;
    border: 2px solid #415e8b;
}

.itemsnav {
    padding: 0 !important;
    margin: 0 !important;
    height: 40px;
    width: 100%;
}

.selecto {
    z-index: -1;
    height: 40px;
    background-color: unset;
}

    .selecto::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border-radius: 16px;
        background-color: var(--main_color);
    }

    .selecto.n-d::after {
        background-color: dimgrey;
    }

@media screen and (max-width: 540px) {
    .itemsnav {
        width: 50%;
    }

        .itemsnav.solo {
            width: 100%;
        }
}

@media screen and (max-width: 768px) {
    .contVabb {
        margin-top: 0 !important;
        padding: 0 !important;
    }
}
/* End */
.bottyWrappy {
    background-color: #415e8b;
    height: 76px;
}
.CenterMex {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 100% !important;
    color: #363636;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}


.Riga.Fascion {
    border-radius: 11px;
    border-top: 2px solid #363636;
    border-bottom: 2px solid #363636;
    padding-bottom: 16px;
}


.InfoLab {
    width: 100%;
    text-align: left;
    padding-left: 16px;
    font-size: 20px;
    margin-top: 8px;
    color: #363636;
}

.contBtnAzio.NoSpost {
    margin-top: 0;
    margin-bottom: 0
}

#spanRecPass {
    color: #b4d2ff;
}
.colLogin hr {
    border-top: 2px solid rgba(255,255,255,.4);
}
.colLogin {
    height: 358px;
}

.colDip {
   min-height: 163px;
}
.colMenScrol .table {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    overflow: hidden;
}

/*.constampo {
    display: none !important;
}*/

body {
    background-image: url('../Image/sfondone.jpg');
}

#btnGruuTur {
    color: white !important;
    background-color: #415e8b !important;
    border: 0;
    font-size: 16px;
}

.m-b-0{
    margin-bottom: 0 !important;
}

#divgruppo .colAggiungi {
    padding-bottom: 16px;
    border-radius: 11px 11px 25px 25px;
}

.colTabellaTurnif{
    margin-top: 0 !important
}
#giaAbb strong {
    margin-left: 5px;
    color: var(--green);
}
#nessMailAbb strong {
    margin-left: 5px;
}

button.btnAzio {
    height: 50px;
    min-width: unset;
    font-size: 15px;
    width: 100%;
}

#viaLung.millax {
    height: 50px;
    top: 0;
    border-radius: 11px 11px 0 0;
}

.boh {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
}

    .boh > div {
        width: 100%;
    }

.tabella {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

#primaRiga {
    position: sticky;
    top: 0;
    z-index: 2;
}

#primaRiga div {
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    padding: 4px 8px;
}

#primaRiga > div:first-child {
    font-size: unset;
}

.tabella > div:last-child > div:last-child {
    border-bottom-right-radius: var(--smussato);
}

.tabella > div:last-child > div:first-child {
    border-bottom-left-radius: var(--smussato);
}

.tabella > div:first-child > div:first-child {
    border-top-left-radius: var(--smussato);
}

.tabella > div:first-child > div:last-child {
    border-top-right-radius: var(--smussato);
}

.tabella > #primaRiga > div {
    border-top: 4px solid var(--bglight_color);
}

.tabella > .riga:last-child > div {
    border-bottom: 4px solid var(--bglight_color);
}

.riga, #primaRiga {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    overflow: visible;
}

    .riga > div:last-child, #primaRiga > div:last-child {
        border-right: 4px solid var(--bglight_color);
    }

    .riga > div:first-child, #primaRiga > div:first-child {
        border-left: 4px solid var(--bglight_color);
    }

.dip {
    flex: none;
    width: 200px;
    height: 80px;
    border: 1px solid var(--bglight_color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--main_color);
    padding: 4px 8px;
    color: var(--bglight_color);
}

.day {
    width: 100%;
    border: 1px solid var(--bglight_color);
    height: 80px;
    transition: transform linear 50ms;
    background-color: #415e8b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

    .day[giorno='dom'] {
        color: red;
    }

    .day.grey {
        color: var(--bglight_color);
        background-color: #bbbbbb;
        filter: grayscale(.5);       
    }

    .day.pro {
        font-size: 10px;
        color: var(--bglight_color);
        cursor: pointer;
    }

    .day.pro:hover {
        transform: scale(1.15);
        z-index: 1;
    }

    .day:active {
        transform: scale(1);
    }

.aCapo {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    padding: 12px;
}

.tab {
    width: 100%;
    height: 700px;
    overflow-y: scroll;
    border-radius: var(--smussato);
    border: 4px solid var(--bglight_color);
    background-color: var(--bglight_color);
    min-width: 1300px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.tab::-webkit-scrollbar {
    display: none;
}

.oreMensili {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bglight_color);
    text-align: center;
    min-width: 70px;
    background-color: var(--bgpopup_color);
    font-weight: 500;
}

.blur {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
    align-items: center;
    backdrop-filter: blur(5px);
    height: calc(100% - 105px);
    top: 90px;
}

#dettaglioInterno {
    position: relative;
    width: 800px;
    border: 2px solid var(--main_color);
    border-radius: var(--smussato);
    background-color: #9aafce;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
    box-shadow: 0 2px 9px rgb(36 36 36 / 60%);
}

#dettaglioInterno legend {
    width: unset;
    font-size: unset;
    margin: 0;
}

.datiGiornata {
    background-color: var(--bglight_color);
    border: 2px solid var(--main_color);
    border-radius: var(--smussato);
    padding: 4px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
}

.sx, .dx {
    width: 100%;
    display:flex;
    justify-content:center;
    flex-wrap: wrap;
}

.sx {
    width: 80%;
}


.orizzontale {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
}

#dettaglioInterno > .orizzontale:first-child {
    justify-content:space-between;
}



.info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-y: scroll;
    height: 400px;
    background-color: var(--bglight_color);
    text-align: center;
    border: 2px solid var(--main_color);
    border-radius: var(--smussato);
    width: 100%;
    padding: 8px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    margin-top: 15px;
    margin-bottom: 15px;
}

.info::-webkit-scrollbar {
    display: none;
}

.sx .info > div {
    /*width: 50%;
    margin: 4px 4px;
    border: 1px solid var(--main_color);
    border-radius: 5px;
    transition: transform linear 100ms;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bglight_color)*/

    width: 90%;
    height: 70px;
    transition: transform linear 100ms;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--bglight_color);
    border-left: 2px solid var(--main_color);
    border-right: 2px solid var(--main_color);
    flex-wrap: wrap;
    overflow: hidden;
}

    .sx .info > div:nth-child(2) {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top: 2px solid var(--main_color);
    }
    .sx .info > div:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom: 2px solid var(--main_color);
    }


    .info > div.ingresso {
        background-color: #4a955b;
    }

.sx > .info > div > .orizzontale {
    padding: 0 8px;
}

.sx > .info > div.ingresso > .orizzontale:last-child {
    background-color: #1c7831;
}

.sx > .info > div.uscita > .orizzontale:last-child {
    background-color: #931b1b;
}

.sx > .info > div > .orizzontale:last-child {
    align-items: center;
    width: 100%;
    margin: 0;
}

.sx > .info > div > .orizzontale:first-child {
    height: 60%;
    align-items: center;
}


.info div.pulsanti {
    width: 35%;
    display: flex;
    justify-content: space-between;
}

.info div.pulsanti > i {
    margin-left: 5px;
}
.info div.action {
    width: 35%;
    text-align: left;
}
.info div.ora {
    width: 30%;
}


.info > div.uscita {
    background-color: #c41a1a;
}

.info > div.selezionata {
    border: 2px solid var(--main_color);
    transform: scale(1.05);
    background-color: #C2722E;
}

.dx > .info {
    margin-left: 10px;
}

.sx > .info {
    margin-right: 10px;
}

#desc {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}


.modifica {
    border: 2px solid var(--main_color);
    flex-wrap: wrap;
    justify-content: center;
    padding: 4px;
    margin: 4px;
    border-radius: var(--smussato);
    width: 80%;
}

.cambiaOrario {
    border: 1px solid var(--main_color);
    border-radius: var(--smussato);
    overflow: hidden;
}

.multi {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

    .multi > div {
        display: flex;
        width: 100%;
        margin: 4px;
        justify-content: flex-start;
        align-items: center;
    }

.fondo {
    display: flex;
    justify-content: space-evenly;}

[visibilità='false'] {
    visibility: hidden;
}

[visibilità='true'] {
    visibility: visible;
}

#listaPersone {
    position: absolute;
    left: calc(50% - 150px);
    width: 400px;
    height: 700px;
    display: flex;
    justify-content: center;
    border: 2px solid var(--main_color);
    border-radius: var(--smussato);
    background-color: #9aafce;
    flex-wrap: wrap;
    z-index: 2;
    box-shadow: 0 2px 9px rgb(36 36 36 / 60%);
    padding: 15px;
}

    #listaPersone > div {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.elenco {
    height: 65%;
    border: 2px solid var(--main_color);
    border-radius: var(--smussato);
    align-content: flex-start;
    overflow-y: scroll;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 8px 0px;
    background-color: var(--bglight_color);
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.elenco::-webkit-scrollbar {
    display: none;
}

    .elenco > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border: 1px solid var(--main_color);
        padding: 2px 8px;
        border-radius: var(--smussato);
        margin: 2px 8px;
        transition: transform linear 100ms;
        cursor: pointer;
        background-color: var(--main_color);
        color: var(--bglight_color);
        align-items: center;
    }

        .elenco > div:hover {
            transform: scale(1.05);
        }

        .elenco > div:active {
            transform: scale(0.95);
        }

.closeGR {
    width: 50px;
    height: 50px;
    background-color: var(--bglight_color);
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 776px;
    transition: background-color linear 100ms;
    cursor: pointer;
    top: 0;
    border-radius: var(--smussato);
    border: 2px solid var(--main_color)
}

    .closeGR:hover {
        background-color: #c41a1a;
        color: var(--bglight_color);
    }

    .closeGR:active {
        transform: scale(0.95);
    }

    .closeGR.fissa {
        position: unset;
        width: 22px;
        height: 22px;
        border-radius: var(--smussato);
        border: none;
    }

#listaPersone > .closeGR {
    left: 335px;
    top: 15px;
    position: absolute;
    width: 50px;
}

.aggiungi {
    display: flex;
    width: 140px;
    height: 40px;
    background-color: #4a955b;
    border: 2px solid var(--main_color);
    border-radius: var(--smussato);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    color: var(--bglight_color);
    transition: transform linear 100ms;
    padding: 2px 0px;
    font-weight: 500;
}

    .aggiungi:active {
        transform: scale(0.95);
    }

    .aggiungi[tipo='negativo'] {
        background-color: #dc3545;
    }

    .aggiungi[tipo='neutro'] {
        background-color: var(--info);
    }
    .aggiungi[tipo='modifica'] {
        background-color: #C2722E;
    }

#caricamento {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.apriCalendario {
    background-color: var(--bglight_color);
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 10px;
    height: 50px;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid var(--main_color);
    border-radius: var(--smussato);
    min-width: 871px;
}

.filtri {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 8px;
}

.apriCalendario {
    margin-bottom: 8px;
    height: 80px;
}

.filtri > div {
    margin-right: 10px;
    border: 1px solid black;
    background: white;
    display: flex;
    border-radius: var(--smussato);
    align-items: center;
    justify-content: center;
    padding: 0px 4px;
}

    .filtri > div > i {
        cursor: pointer;
    }

.apriCalendario > select {
    width: 100px;
    border: 2px solid var(--main_color);
    background-color: transparent;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0px 4px;
    border-radius: var(--smussato);
    font-weight: 500;
}

    .apriCalendario > select.anno {
        width: 60px;
    }

.apriCalendario > div.bordo {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.apriCalendario > div {
    display: flex;
    position: relative;
    align-items: center;
}

    .apriCalendario > div i {
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: transform linear 50ms;
        font-size: 20px;
    }

    .apriCalendario > div > i:hover {
        transform: scale(1.1);
    }

    .apriCalendario > div > i:active {
        transform: scale(0.95);
    }

.titolo, .datiGiornata {
    text-align: center;
    font-weight: 500;
}

.iconaDipendenti {
    border: 2px solid var(--main_color);
    height: 40px;
    border-radius: var(--smussato);
    width: 200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    transition: transform linear 100ms;
}
.iconaDipendenti:active {
    transform: scale(0.95);
}

.multi label {
    margin: 0;
    margin-left: 8px;
}

#altriCTable[mod='giacomo'] {
    position: sticky;
    display: unset;
    z-index: 2;
    bottom: 10px;
}
#altriCTable[mod='giacomo'] > .fraccia{
    z-index: 2;
}


#filtroGR, #cercaGR {
    margin-top: 0;
}


label.switchGR {
    position: relative;
    background-color: white;
    height: 36px;
    width: 58px;
    padding: 2px;
    border: 1px solid var(--main_color);
    color: var(--main_color);
    cursor: pointer;
    margin-left: 4px;
    transition: background-color 200ms linear;
    border-radius: 20px;
    margin-bottom: 0;
}

    label.switchGR::after {
        top: 5px;
        left: 0px;
        transform: translateX(4px);
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        content: '\f111';
        transition: transform 200ms linear;
    }
input#switchaGR:checked + label.switchGR {
    background-color: #4a955b;
    color: var(--bglight_color);
}

input#switchaGR:checked + label.switchGR::after {
    transform: translateX(36px);
}

.datiUtente {
    background-color: var(--main_color);
    border-radius: var(--smussato);
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 15px;
    padding: 15px;
    color: var(--bglight_color);
}

.blanc {
    background-color: var(--bglight_color);
    border-radius: var(--smussato);
    border: 2px solid var(--main_color);
    margin-top: 15px;
}

.datiUtente .desc {
    display:flex;
    flex-wrap: wrap;
    width: 70%;
}

.datiUtente .desc > div {
    display: flex;
    flex-wrap: nowrap;
    width:100%;
    justify-content:center;
}

    .datiUtente .desc > .contatti {
        justify-content: space-around;
    }



.datiUtente .big {
    font-size: 22px;
}

#dettaglioInterno .fondo {
    background-color: var(--bglight_color);
    border-radius: var(--smussato);
    border: 2px solid var(--main_color);
    padding: 8px 4px;
}

.fondo > .aggiungi {
    margin: 0 4px;
}

#listaPersone > .orizzontale {
    width: 100%;
    justify-content: flex-end;
}

#dettaglioInterno .datiUtente .immagine {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 2px solid var(--bglight_color);
    overflow: hidden;
    display: flex;
    box-shadow: 0px 4px 28px 8px rgb(0 0 0 / 10%);
    background-color: var(--bglight_color);
}

#dettaglioInterno .datiUtente img {
    width: 100%;
    object-fit: cover;
}

#entrata.action {
    accent-color: #4a955b;
    cursor: pointer;
}

#uscita.action {
    accent-color: #c41a1a;
    cursor: pointer;
}

.modifica label {
    cursor: pointer;
}

.dettaglioDx {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content:flex-start;
}

.accessoPrevisto {
    display: flex;
    flex-wrap: nowrap;
    width: 80%;
    margin-top: 8px;
    border-top: 2px solid var(--main_color);
    border-bottom: 2px solid var(--main_color);
    border-radius: var(--smussato);
    height: 50px;
}

    .accessoPrevisto div:first-child, .accessoPrevisto div:last-child {
        border-radius: var(--smussato);
    }
    .accessoPrevisto > .doorName, .accessoPrevisto > .hour {
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-align: left;
        border-left: 2px solid var(--main_color);
    }
    .accessoPrevisto > .doorName {
        width: 30%;
        border-left: none;
        justify-content: flex-start;
    }

    .accessoPrevisto > .incon {
        width: 15%;
        padding: 2px;
        border-left: 2px solid var(--main_color);
    }
    .accessoPrevisto > .incon > img {
        width: 100%;
    }
    .accessoPrevisto div:last-child {
        border-right: 2px solid var(--main_color);
    }


.btnBarraCerca.GR {
    top: unset;
    border: 2px solid var(--main_color);
    position: unset;
    margin-bottom: unset;
}

.containerStat.GR {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 15px;
    min-width: 1300px;
}


@media screen and (max-width: 768px) {
    .RigaNav > a .fas.fa-chevron-down {
        top: 6px;
    }
    .RigaNav.active {
        background-color: unset;
    }
}


.Multo{
    position: relative;
    background-color: rgba(255,255,255,0.2);
    display: flex;
    margin: 10px;
    height: calc(50% - 15px);
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border-radius: 12px
}

.schermo .Multo .Stato{
    position: static;
    top: unset;
    left: unset;
}
.schermo .Multo .Nome {
    font-size: 18px;
    width: 80px;
    white-space: nowrap
}
.schermo .Multo .Stato::after {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .tutto {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
    }
    .contMK {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    .MK {
        width: 350px !important;
        margin: 0 auto;
    }
    .backMK .colPersonaRisBoxS {
        height: 100% !important;
    }
}