sup {
    font-size: 0.70em;
    vertical-align: super;
    line-height: 0;
}

.divPrincW {
    min-width: 1280px;
}

#divPrinc {
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
}

#divMain {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

#divCorpo {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 100vh;
}

#divColSx {
    display: flex;
    flex-direction: column;
    background-color: var(--ParInnovaCol16);
    flex: 0 0 auto;
    min-height: 0;
    overflow: hidden;
    font: 15px Titillium Web,sans-serif;
}

#divColDx {
    flex: 1 1 auto;
    min-width: 1031px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /*z-index: 4;*/
}

#divTop {
    height: 81px;
    flex: 0 0 81px;
    overflow: visible;
    background-color: #FFFFFF;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 4;
}

#divTopLeft {
    width: 100%;
    height: 81px;
    flex: 0 0 81px;
    display: table;
    background-color: var(--ParInnovaCol16);
    box-sizing: border-box;
    border-right: none;
    padding: 16px 14px;
    overflow: hidden;
}

#tabletop {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

#divTopLeftCard {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 4px 6px;
    box-sizing: border-box;
}

#divTopLeftCard a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#imgTopLeftLogo {
    display: block;
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
}

#divTopRight {
    width: 100%;
    height: auto;
    overflow: visible;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    z-index: 4;
}

.clsTopSecondRow,
.clsTopSecondRow * {
    box-sizing: border-box;
    font-family: "Titillium Web", sans-serif;
}

.clsTopSecondRow {
    --top-search-max: 430px;
    --top-search-min: 180px;
    --top-toolbar-safe: 660px;
    height: 40px;
    position: relative;
    padding: 5px 14px 0 14px;
    background-color: #FFFFFF;
    overflow: visible;
}

.clsTopSearchSlot {
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    width: clamp(var(--top-search-min), calc(100% - var(--top-toolbar-safe)), var(--top-search-max));
    max-width: none;
    min-width: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    z-index: 3;
}

.clsTopSearchSlotOpen {
    z-index: 80;
}

.clsTopSearchWrap {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
}

.clsTopSearchBox {
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 16px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    .clsTopSearchBox:focus-within {
        border-color: #3399FF;
        box-shadow: 0 0 0 3px rgba(51,153,255,0.10);
    }

.clsTopSearchType,
.clsTopSearchSubmit {
    width: 31px;
    height: 24px;
    flex: 0 0 31px;
    border: 0;
    padding: 0;
    outline: none;
    background-color: transparent;
    color: #7A8492;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .clsTopSearchType:hover,
    .clsTopSearchSubmit:hover {
        color: #263370;
        background-color: #F3F6FA;
    }

    .clsTopSearchType i,
    .clsTopSearchSubmit i {
        font-size: 12px;
        line-height: 1;
    }

.clsTopSearchInputWrap {
    flex: 1 1 auto;
    min-width: 0;
}

.clsTopSearchInput {
    width: 100%;
    height: 24px;
    border: 0;
    padding: 0 4px;
    outline: none;
    background-color: transparent;
    color: #888888;
    font: italic 14px "Titillium Web", sans-serif;
    letter-spacing: .2px;
}

.clsTopRicFrame {
    position: absolute;
    left: 0;
    top: 31px;
    width: 100%;
    min-width: 650px;
    max-width: none;
    height: 205px;
    z-index: 90;
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background-color: #FFFFFF;
    border: 1px solid #BFC8D5;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
    transform: translateY(-10px) scale(0.96);
    transform-origin: top center;
    transition: opacity .18s ease, transform .28s cubic-bezier(.16, 1, .3, 1), visibility 0s linear .28s;
}

    .clsTopRicFrame.is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
        transition: opacity .18s ease, transform .28s cubic-bezier(.16, 1, .3, 1), visibility 0s linear 0s;
    }

.clsTopSearchBoxOpen {
    border-color: #3399FF;
    box-shadow: 0 0 0 3px rgba(51,153,255,0.10);
}

.clsTopMiniToolbar {
    position: absolute;
    right: 14px;
    top: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font: 14px "Titillium Web", sans-serif;
    z-index: 2;
}

.clsTopToolBtn {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border: 1px solid #DDE2EA;
    border-radius: 8px;
    background-color: #F7F9FC;
    color: #5F6B7A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
}

    .clsTopToolBtn:hover {
        background-color: #FFFFFF;
        border-color: #BFC8D5;
        color: #263370;
        box-shadow: 0 2px 7px rgba(0,0,0,0.10);
        transform: translateY(-1px);
    }

    .clsTopToolBtn i {
        font-size: 13px;
        line-height: 1;
        color: inherit;
    }

.clsTopToolBtn {
    position: relative;
}

.clsTopToolBtnAppHidden {
    background-color: #2563EB;
    border-color: #2563EB;
    color: #FFFFFF;
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.35);
    animation: clsTopAppHiddenPulse 1.35s ease-in-out infinite;
}

    .clsTopToolBtnAppHidden:hover {
        background-color: #1D4ED8;
        border-color: #1D4ED8;
        color: #FFFFFF;
    }

    .clsTopToolBtnAppHidden::after {
        content: "";
        position: absolute;
        top: -3px;
        right: -3px;
        width: 8px;
        height: 8px;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        background-color: #FFB020;
        box-shadow: 0 0 0 0 rgba(255, 176, 32, 0.45);
        animation: clsTopAppHiddenDot 1.15s ease-in-out infinite;
    }

    .clsTopToolBtnAppHidden i {
        animation: clsTopAppHiddenIcon 1.35s ease-in-out infinite;
    }

@keyframes clsTopAppHiddenPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.35);
    }

    70% {
        box-shadow: 0 0 0 7px rgba(37, 99, 235, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
    }
}

@keyframes clsTopAppHiddenDot {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 176, 32, 0.45);
    }

    50% {
        transform: scale(1.18);
        box-shadow: 0 0 0 5px rgba(255, 176, 32, 0);
    }
}

@keyframes clsTopAppHiddenIcon {
    0%, 100% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.12);
    }
}

.clsTopToolbarSep {
    width: 1px;
    height: 18px;
    flex: 0 0 1px;
    background-color: #DDE2EA;
    margin: 0 2px;
}

.clsTopUserGroup {
    height: 26px;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font: 14px "Titillium Web", sans-serif;
}

.clsTopUserName {
    height: 26px;
    max-width: 190px;
    min-width: 0;
    display: flex;
    align-items: stretch;
    padding: 0 10px 0 12px;
    border: 1px solid #005F9F;
    border-radius: 999px;
    background-color: #0071C0;
    color: #FFFFFF;
    overflow: hidden;
}

    .clsTopUserName > b,
    .clsTopUserName > span {
        flex: 1 1 auto;
        min-width: 0;
        height: 100%;
        line-height: 24px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 600;
    }

        .clsTopUserName > span b {
            display: inline;
            min-width: 0;
            height: auto;
            line-height: inherit;
            overflow: visible;
            white-space: inherit;
            text-overflow: clip;
            color: inherit;
            font-size: inherit;
            font-weight: 600;
        }

.clsTopUserAvatar {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    border: 1px solid #287D50;
    background-color: #319C63;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .clsTopUserAvatar i {
        font-size: 13px;
        line-height: 1;
        color: inherit;
    }

    .clsTopUserAvatar img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.clsTopUserNameSuper {
    max-width: 250px;
    gap: 6px;
    align-items: center;
}

    .clsTopUserNameSuper > span {
        font-size: 13px;
    }

.clsTopUserAvatarSuper {
    color: #8A4B00;
    background-color: #FFF4DD;
    border-color: #F1D39A;
}

.clsTopUserBack {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-left: 2px;
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .clsTopUserBack:hover {
        background-color: rgba(255,255,255,0.18);
        color: #FFFFFF;
    }

    .clsTopUserBack i {
        font-size: 13px;
        color: inherit;
    }

@media only screen and (max-width: 1180px) {
    .clsTopSecondRow {
        --top-search-max: 390px;
        --top-search-min: 170px;
        --top-toolbar-safe: 640px;
    }

    .clsTopUserName {
        max-width: 145px;
    }

    .clsTopUserNameSuper {
        max-width: 190px;
    }
}

@media only screen and (max-width: 1160px) {
    .clsTopSecondRow {
        --top-search-max: 300px;
        --top-search-min: 170px;
        --top-toolbar-safe: 420px;
    }

    .clsTopUserName {
        display: none;
    }

    .clsTopToolbarSep {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .clsTopSecondRow {
        --top-search-max: 300px;
        --top-search-min: 160px;
        --top-toolbar-safe: 410px;
    }

    .clsTopMiniToolbar {
        gap: 5px;
    }
}

@media only screen and (max-width: 900px) {
    .clsTopSecondRow {
        --top-search-max: 280px;
        --top-search-min: 150px;
        --top-toolbar-safe: 390px;
    }
}

@media only screen and (max-width: 820px) {
    .clsTopSecondRow {
        --top-search-max: 240px;
        --top-search-min: 130px;
        --top-toolbar-safe: 360px;
    }

    .clsTopToolBtn {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .clsTopUserAvatar {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }
}

#divMenuSx {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-top: 0px;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--ParInnovaCol16);
    margin-top: 10px;
}

#divMenuSx::-webkit-scrollbar {
    width: 6px;
    background-color: var(--ParInnovaCol16);
}

#divMenuSx:hover::-webkit-scrollbar-thumb {
    background: var(--ParInnovaCol23);
    background-clip: content-box;
}

#divMenuSx::-webkit-scrollbar-track {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: var(--ParInnovaCol16);
}

#divMenuSx::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: var(--ParInnovaCol23);
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    background-clip: content-box;
}

#divMenuSx::-webkit-scrollbar-thumb:hover {
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

@-moz-document url-prefix() {
    #divMenuSx {
        scrollbar-width: thin;
        scrollbar-color: var(--ParInnovaCol23) var(--ParInnovaCol16);
    }
}

#divScrollDx {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

#divPagina {
    flex: 0 0 auto;
    min-width: 0;
    overflow: visible;
    flex-grow: 1;
}

#divPaginaBody {
    min-height: calc(100% - 18px);
    display: flex;
    align-items: stretch;
    overflow: visible;
}

#divBottom {
    width: 100%;
    height: 18px;
    flex: 0 0 18px;
    background-color: var(--ParInnovaCol16);
}

#divBottom a, #divBottom span {
    text-decoration: none;
}

#divContenutoPcExt {
    margin-left: auto;
    margin-right: auto;
    width: 87%;
    overflow: hidden;
    min-width: 1024px;
    max-width: 96%;
}

#divContenutoPcExt table {
    margin: 0 auto;
}

#divContenutoPcFull {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
    min-width: 1024px;
    max-width: 100%;
}

#divBannerPc {
    position: relative;
    z-index: 1;
    float: none;
    flex: 0 0 164px;
    width: 164px;
    min-height: 0;
    align-self: stretch;
    display: flex;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-top: -10px;
}

.divBannerPcInner {
    width: 100%;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    padding-top: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    overflow: hidden;
}

#divBannerPc img {
    display: block;
    width: auto;
    height: 600px;
    max-width: none;
    max-height: none;
}

.clsTopBorder {
    position: relative;
    z-index: 2;
    height: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 6px -2px #888888;
    margin-bottom: 10px;
    width: 100%;
}

.clsTopContenuto {
    background-color: #FFFFFF;
    height: 43px;
    box-shadow: 0px 3px 6px #888888;
    display: flex;
    align-items: flex-end;
    margin-top: -18px;
    z-index: 3;
    position: relative;
}

.clsTopContenuto div {
    min-width: 17px;
}

.clsTopContenuto div.clsTopCont {
    margin-right: 18px;
    padding-bottom: 7px;
    font-size: 15px;
}

.clsTopContenuto div:last-of-type {
    margin-right: 0px;
}

.clsTopContenuto div.clsTopContenutoDis {
    border-bottom: solid 3px #FFFFFF;
}

.clsTopContenuto a {
    font-weight: 300;
    font-size: 15px;
}

.clsSchedaImpegno {
    z-index: 7;
    display: none;
    position: absolute;
    width: 850px;
    height: 650px;
    top: 0;
    border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
    #divColSx {
        width: 206px;
        min-width: 206px;
        max-width: 206px;
    }
}

@media only screen and (min-width: 1025px) {
    #divColSx {
        width: 249px;
        min-width: 249px;
        max-width: 249px;
    }
}

.clsMenuSxSezInner {
    min-height: 36px;
    margin: 0px 10px 0px 12px;
    padding: 2px 0px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
     width: calc(100% - 22px);
    max-width: calc(100% - 22px);
    min-width: 0;
    overflow: hidden;
}

.clsMenuSxSezInnerTxt {
    min-height: 32px;
    line-height: 20px;
    margin: 6px 14px 6px 14px;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.clsMenuSxSezEti {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
}

.clsMenuSxSezEti::before {
    content: none;
    display: none;
}

.clsMenuSxSezLblIco {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.clsMenuSxSezEtiTxt {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    display: block;
    font: 15px "Titillium Web",sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clsMenuSxSezIco {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-left: auto;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ParInnovaCol18);
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -9999px;
    transition: background-color .18s ease;
}

.clsMenuSxSezIco::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    line-height: 1;
    color: var(--ParInnovaCol14);
    text-indent: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0deg);
    transition: none;
}

#divMenuSx.clsMenuSxAnimReady .clsMenuSxSezIco::before {
    transition: transform .17s ease;
}

.clsMenuSxSezIco.is-open::before {
    transform: translate(-50%,-50%) rotate(180deg);
}

.clsMenuSxEle,
.clsMenuSxEleSel,
.clsMenuSxEti {
    margin: auto 0;
    min-height: 24px;
    height: 24px;
    padding: 3px 17px 3px 17px;
    width: calc(100% - 33px);
    line-height: 24px;
    font: 14px "Titillium Web", sans-serif;
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: hidden;
}

.clsMenuSxEtiSel {
    height: auto;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    margin: 0px 12px 6px 12px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    box-sizing: border-box;
    line-height: 24px;
    font: 14px "Titillium Web", sans-serif;
}

.clsMenuSxEle div, .clsMenuSxEle a {
    font: 14px "Titillium Web", sans-serif;
}

.clsMenuSxEle i.fa-plus-square, .clsMenuSxEle i.fa-minus-square {
    font-size: 16px;
}

.clsMenuSxTxt {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block !important;
    line-height: inherit;
}

/* icone / immagini / bottoni laterali non devono comprimersi */
.clsMenuSxEle > img,
.clsMenuSxEle > i,
.clsMenuSxEle > .clsMenuSxIcoFix,
.clsMenuSxEleSel > img,
.clsMenuSxEleSel > i,
.clsMenuSxEleSel > .clsMenuSxIcoFix {
    flex: 0 0 auto;
}

/* le tabelle delle sezioni aperte non devono allargarsi per colpa di testi lunghi */
.clsMenuSxSezDiv > table,
.clsMenuSxSezDiv table[width="100%"] {
    width: 100%;
    table-layout: fixed;
}

.clsMenuSxSezDiv {
    background-color: var(--ParInnovaCol18);
    padding: 2px 0px 5px 0px;
}

.clsMenuSxSezDivHid {
    display: none;
}

.clsMenuSxSezDivVis {
    display: block;
}

.clsMySearchBox {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    border: 1px solid #999999;
}

.clsMySearchInputWrap {
    flex-grow: 1;
    padding-right: 10px;
}

.clsMySearchInput {
    width: 100%;
    margin-left: 10px;
    border: 0;
    height: 22px;
    color: #888888;
    outline: none;
    background-color: transparent;
    font: italic 14px Titillium Web,sans-serif;
}

.clsMySearchInputFocus {
    color: #000000;
    font-style: normal;
}

.clsMySearchInputBlur {
    color: #888888;
}

.clsMySearchIconWrap {
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 7px 0 3px;
}

.clsMySearchIcon {
    cursor: pointer;
}

.clsMenuCombo {
    width: 100%;
    height: 24px;
    padding: 0 24px 0 12px;
    box-sizing: border-box;
    color: #888888;
    outline: none;
    border: 1px solid #999999;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #888888 50%), linear-gradient(135deg, #888888 50%, transparent 50%);
    background-position: calc(100% - 15px) calc(1em - 5px), calc(100% - 10px) calc(1em - 5px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    font: italic 14px "Titillium Web", sans-serif;
    line-height: 22px;
}

.clsMenuCombo::-ms-expand {
    display: none;
}

.clsMenuCombo option {
    font: normal 14px "Titillium Web", sans-serif;
}

#divBottomSmartBox {
    flex: 0 0 auto;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--ParInnovaCol16);
    border-top: 1px solid var(--ParInnovaCol17);
}

.clsBottomSmartBar {
    height: 44px;
    display: flex;
    align-items: stretch;
    background-color: var(--ParInnovaCol16);
}

.clsBottomSmartPhone, .clsBottomSupporto {
    flex: 0 0 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--ParInnovaCol17);
    color: var(--ParInnovaCol17);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.clsBottomSmartPhone:hover, .clsBottomSupporto:hover {
    background-color: var(--ParInnovaCol23);
    color: var(--ParInnovaCol24);
}
.clsBottomSmartPhone:hover > div, .clsBottomSupporto:hover > div {
    color: var(--ParInnovaCol24);
}

.clsBottomSmartImg {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    box-sizing: border-box;
    text-decoration: none;
    overflow: hidden;
}

.clsBottomSmartImg img {
    display: block;
    max-width: 100%;
    max-height: 26px;
    width: auto;
    height: auto;
    filter: drop-shadow(1px 0 0 #FFFFFF) drop-shadow(-1px 0 0 #FFFFFF) drop-shadow(0 1px 0 #FFFFFF) drop-shadow(0 -1px 0 #FFFFFF) drop-shadow(1px 1px 0 #FFFFFF) drop-shadow(-1px -1px 0 #FFFFFF) drop-shadow(1px -1px 0 #FFFFFF) drop-shadow(-1px 1px 0 #FFFFFF);
}

input[type="checkbox"].chk-pen {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #B8C2CF;
    border-radius: 4px;
    background-color: #ffffff;
    transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

input[type="checkbox"].chk-pen:checked {
    background-color: #4F79C7;
    border-color: #4F79C7;
}

input[type="checkbox"].chk-pen::before {
    content: none;
}

input[type="checkbox"].chk-pen::after {
    content: "";
    position: absolute;
    left: 3.5px;
    top: 1px;
    width: 4px;
    height: 8.5px;
    box-sizing: border-box;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0.2);
    transform-origin: center;
    opacity: 0;
    transition: transform 0.22s ease, opacity 0.16s ease;
}

input[type="checkbox"].chk-pen:checked::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

input[type="checkbox"].chk-pen:focus-visible {
    outline: 2px solid rgba(79, 121, 199, 0.28);
    outline-offset: 2px;
}

.clsMenuSxBranch {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px) scaleY(0.96);
    transform-origin: top center;
    transition: max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.30s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: max-height, opacity, transform;
    pointer-events: none;
}

.clsMenuSxBranchOpen {
    opacity: 1;
    transform: translateY(0) scaleY(1);
    pointer-events: auto;
}

.clsFixTop {
    position: sticky;
    margin-top: -18px;
    z-index: 2;
}

/* Albero menu amministrazione / pannello */
#divMenuSx .clsMenuSxTreeRow {
    width: 100%;
    min-height: 28px;
    height: 28px;
    margin: 0;
    padding: 3px 10px 3px calc(12px + (var(--msx-liv, 0) * 14px));
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    line-height: 20px;
}

#divMenuSx .clsMenuSxTreeRowPadre {
    font-weight: 400;
}

#divMenuSx .clsMenuSxTreeRowFiglia {
    font-weight: 400;
}

#divMenuSx .clsMenuSxTreeToggle {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px !important;
    text-align: center;
    cursor: pointer;
}

#divMenuSx .clsMenuSxTreeToggleHidden,
#divMenuSx .clsMenuSxTreeToggleSpacer {
    visibility: hidden;
}

#divMenuSx .clsMenuSxTreeIcon {
    flex: 0 0 16px;
    width: 16px;
    max-width: 16px;
    max-height: 16px;
    object-fit: contain;
}

#divMenuSx .clsMenuSxTreeGest {
    flex: 0 0 auto;
    margin-left: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    #divMenuSx .clsMenuSxTreeGest img {
        max-width: 17px;
        max-height: 17px;
    }

#divMenuSx .clsMenuSxLink {
    color: inherit;
    text-decoration: none;
}

#divMenuSx .clsMenuSxTreeRow .clsMenuSxTxt {
    flex: 1 1 auto;
    min-width: 0;
    display: block !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#divMenuSx .clsMenuSxBranch {
    display: block;
}

#divMenuSx .clsMenuSxTreeRow,
#divMenuSx .clsMenuSxTreeRow:hover,
#divMenuSx .clsMenuSxTreeRowPadre,
#divMenuSx .clsMenuSxTreeRowPadre:hover,
#divMenuSx .clsMenuSxTreeRowFiglia,
#divMenuSx .clsMenuSxTreeRowFiglia:hover {
    border-left: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

    #divMenuSx .clsMenuSxTreeRow a:hover,
    #divMenuSx .clsMenuSxTreeRow .clsMenuSxLink:hover {
        background-color: transparent !important;
        text-decoration: none !important;
        color: inherit;
    }

    #divMenuSx .clsMenuSxTreeRow a:hover,
    #divMenuSx .clsMenuSxTreeRow .clsMenuSxLink:hover {
        background-color: transparent !important;
        text-decoration: none !important;
    }

/* Voci menu PC con gestione specifica */
#divMenuSx .clsMenuSxTreeRowGestione {
    position: relative;
}

    #divMenuSx .clsMenuSxTreeRowGestione .clsMenuSxLinkGestione {
        font-weight: 400;
        text-decoration-line: underline !important;
        text-decoration-style: dotted !important;
        text-decoration-thickness: 1.5px;
        text-underline-offset: 3px;
        text-decoration-color: color-mix(in srgb, currentColor 62%, transparent);
    }

        #divMenuSx .clsMenuSxTreeRowGestione .clsMenuSxLinkGestione::after {
            content: none !important;
        }

        #divMenuSx .clsMenuSxTreeRowGestione .clsMenuSxLinkGestione:hover {
            background-color: transparent !important;
            text-decoration-line: underline !important;
            text-decoration-style: dotted !important;
            text-decoration-thickness: 1.5px;
            text-underline-offset: 3px;
            text-decoration-color: color-mix(in srgb, currentColor 72%, transparent);
        }

/* Mobile drawer menu sinistro */
#divMenuSxMask,
#divTopMobileBrand {
    display: none;
}

@media screen and (max-width: 768px) {

    body.layout-struttura {
        --layout-mobile-width: 1280px;
        --layout-menu-sx-width: 286px;
    }

        body.layout-struttura:has(#divPrinc.divPrincWInn) {
            --layout-mobile-width: auto;
            --layout-menu-sx-width: auto;
        }

            body.layout-struttura:has(#divPrinc.divPrincWInn) #divColSx {
                width: auto !important;
                min-width: auto !important;
                max-width: none !important;
            }

    html:has(> body.layout-struttura),
    body.layout-struttura {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden !important;
    }

    #divMenuSxMask {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 8990;
        background: rgba(15, 23, 42, .42);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .22s ease, visibility 0s linear .22s;
    }

    body.clsMenuSxMobileOpen #divMenuSxMask {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity .22s ease, visibility 0s linear 0s;
    }

    #divTopMobileBrand {
        position: absolute;
        left: 10px;
        top: 5px;
        z-index: 6;
        height: 30px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

    #divPrinc.divPrincW,
    #divPrinc.divPrincWInn {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        height: 100vh !important;
        min-height: 100vh !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y pinch-zoom;
    }

    #divMain {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    #divCorpo {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        height: 100% !important;
        min-height: 0 !important;
        display: block !important;
        overflow: visible !important;
    }

    #divColSx {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        z-index: 9000 !important;
        width: var(--layout-menu-sx-width) !important;
        min-width: var(--layout-menu-sx-width) !important;
        max-width: var(--layout-menu-sx-width) !important;
        height: 100vh !important;
        height: 100dvh !important;
        transform: translateX(-105%);
        transition: transform .24s ease;
        box-shadow: 16px 0 34px rgba(0, 0, 0, .24);
        overflow: hidden !important;
        will-change: transform;
    }

    body.clsMenuSxMobileOpen #divColSx {
        transform: translateX(0);
    }

    #divColDx {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    #divTop {
        flex: 0 0 81px !important;
        height: 81px !important;
    }

    #divScrollDx {
        flex: 1 1 auto !important;
        height: auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
    }

    #divPagina {
        flex: 1 0 auto !important;
        min-height: calc(100% - 18px) !important;
        height: auto !important;
        overflow: visible !important;
    }

    #divMenuSx {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    #divBottom {
        flex: 0 0 18px !important;
        height: 18px !important;
        width: 100% !important;
    }
}

/* Modalità menu sinistro nascosto forzata da parametro ASP */
body.layout-struttura.clsMenuSxDrawer {
    --layout-mobile-width: max(1280px, 100vw);
    --layout-menu-sx-width: 286px;
}

html:has(> body.layout-struttura.clsMenuSxDrawer),
body.layout-struttura.clsMenuSxDrawer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden !important;
}

    body.layout-struttura.clsMenuSxDrawer #divMenuSxMask {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 8990;
        background: rgba(15, 23, 42, .42);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .22s ease, visibility 0s linear .22s;
    }

    body.layout-struttura.clsMenuSxDrawer.clsMenuSxMobileOpen #divMenuSxMask {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity .22s ease, visibility 0s linear 0s;
    }

    body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand {
        position: absolute;
        left: 10px;
        top: 5px;
        z-index: 6;
        height: 30px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

    body.layout-struttura.clsMenuSxDrawer #divPrinc.divPrincW,
    body.layout-struttura.clsMenuSxDrawer #divPrinc.divPrincWInn {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        height: 100vh !important;
        min-height: 100vh !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y pinch-zoom;
    }

    body.layout-struttura.clsMenuSxDrawer #divMain {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divCorpo {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        height: 100% !important;
        min-height: 0 !important;
        display: block !important;
        overflow: visible !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divColSx {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        z-index: 9000 !important;
        width: var(--layout-menu-sx-width) !important;
        min-width: var(--layout-menu-sx-width) !important;
        max-width: var(--layout-menu-sx-width) !important;
        height: 100vh !important;
        height: 100dvh !important;
        transform: translateX(-105%);
        transition: transform .24s ease;
        box-shadow: 16px 0 34px rgba(0, 0, 0, .24);
        overflow: hidden !important;
        will-change: transform;
    }

    body.layout-struttura.clsMenuSxDrawer.clsMenuSxMobileOpen #divColSx {
        transform: translateX(0);
    }

    body.layout-struttura.clsMenuSxDrawer #divColDx {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divTop {
        flex: 0 0 81px !important;
        height: 81px !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divScrollDx {
        flex: 1 1 auto !important;
        height: auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
    }

    body.layout-struttura.clsMenuSxDrawer #divPagina {
        flex: 1 0 auto !important;
        min-height: calc(100% - 18px) !important;
        height: auto !important;
        overflow: visible !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divMenuSx {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divBottom {
        flex: 0 0 18px !important;
        height: 18px !important;
        width: 100% !important;
    }
