:root {
    --widthTimeline: 6;
    --heightTimeline: 5;
}
@media (max-width: 2270px) {
    :root {
        --widthTimeline: 5;
    }
}
@media (max-width: 2000px) {
    :root {
        --widthTimeline: 4;
    }
}
@media (max-width: 1450px) {
    :root {
        --widthTimeline: 3;
    }
}
/**FONT**/
/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200 900;
    src: url('inter/inter-variablefont_slnt,wght.ttf') format('truetype');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200 900;
    src: url('inter/inter-variablefont_slnt,wght.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/**FONT**/
html {
    font-size: 16px;
}
@media (max-width: 1921px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 1680px) {
    html {
        font-size: 11px;
    }
}

@media (max-width: 1280px) {
    html {
        font-size: 10px;
    }
}
/*@media (max-width: 590px) {
    html {
        font-size: 9px;
    }
}*/
ul {
    list-style-type: none;
    cursor: pointer;
    padding: 0px;
}
#logo-top a{
    float: left;
    margin-left: 2.25rem;
    width: auto;
    margin-right: 2rem;
}
.side {
    display: flex;
    flex-direction: column;
    scrollbar-width: none; /*nasconde le scrollbar inutili in firefox*/
}
.side li:hover,.side button:hover {
    color:var(--white);
}
.side li:not(:first-child) {
    border-left: 1px solid var(--white);
}

.side li.selected > a > [class*="icon"]:before {
    color: var(--green400);
}

.side li > ul > li > a {
    padding-left: 1.25rem;
}
.side li > ul {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s;
}
.side.expanded a {
    color: var(--white) !important;
    transition: color 1s;
}
.side.expanded li > ul.expanded {
    max-height: 600px;
    overflow: hidden;
    transition: max-height 1s;
}
.side #poweredTag {
    display: none;
    margin-top: auto; 
    font-size: 11px; 
    text-align: center;
}
.side #poweredTag > a > img {
    height: 30px;
    display: block;
    margin: auto;
    margin-bottom: .5rem;
}
#logo-url, #logo-top {
    display: none;
}
.topmenu {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 60px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    z-index: 0;
    text-align: right;
    font-size: .875rem;
    line-height: 60px;
    transition: left 0.5s;
    z-index: 1;
    white-space: nowrap;
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);*/
    border-bottom: 0.5px solid #9AE6B4;
    border-bottom: 0.5px solid var(--green300);
}
.topcorner {
    white-space: nowrap;
    margin-top: 7px;
}
.topcorner img {
	height:30px;
	padding-left:3px;
    margin-top:-7px;
}
.topmenu a, .topmenu form > button {
    text-decoration: none;
    color: #6B7280;
    color: var(--grey500);
    position: relative;
    display: inline-block;
    width: 100%;
    border: none;
    background-color: transparent;
} .topmenu button:active, .topmenu button:focus {
        outline: none;
    } .side {
    position: fixed;
    width: 100%;
    left: 0px;
    background-color: #161E2E;
    background-color: var(--green500);
    border: 0px;
    overflow: auto;
    color: #fff;
    -ms-overflow-style: none;
    /* -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); */
    /* box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); */
    /* -webkit-transition: width 0.5s; */
    /*transition: width 0.5s; */
} .side::-webkit-scrollbar {
    display: none;
} .side [class*="icon"]:before {
        margin-left: 8px;
        margin-right: 8px;
        font-size: 1.4rem;
        width: 2.1rem;
        display: inline-block;
        padding: 0 !important;
        color: var(--grey500);
        text-align: center;
    } .side [class*="icon"]:before:hover {
            color: var(--green500);
        } div.iconBig {
    margin-top: 10px;
    cursor: pointer;
} .side .iconBig:before {
    padding: 0px 14px 0px 14px;
} .side a:focus, .side a:hover {
    color: var(--green400);
} .side a:not([href]):not([tabindex]):focus, .side a:not([href]):not([tabindex]):hover {
    color: var(--green400);
} .main {
    position: fixed;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    margin: 1.25rem;
    transition: left 0.5s;
    background-color: var(--white);
} .setting {
    cursor: pointer;
    padding: 0px 1.25rem 0px 1.25rem;
    display: inline-block;
    line-height: 3.875rem;
} .setting:hover {
        color: var(--grey800);
        background-color: var(--grey200);
        border-radius: .6rem;
    } .menu_dropdown {
    position: absolute;
    top: 110px;
    line-height: 40px;
    z-index: 2;
    display: none;
    border: 1px solid #D2D6DC;
    border: 1px solid var(--grey300);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
} .menu_dropdown div {
        background-color: #F9FAFB;
        background-color: var(--grey50);
        text-align: center;
        white-space: nowrap;
    } .menu_dropdown a {
    padding: 2px 17px;
} .menu_dropdown div:hover, .menu_dropdown a:hover {
        background-color: #48BB78;
        background-color: var(--green500);
        color: #fff !important;
    } .menu label {
    font-weight: 600 !important;
    font-size: .75rem !important;
    margin-left: .15rem !important;
} .topmenu li:hover .menu_dropdown {
    display: block;
} .topmenu ul li, .topmenu ul {
    display: inline-block;
} .side.expanded {
    width: 13.5rem;
    transition: width 0.5s;
} .main.expanded, .topmenu.expanded {
    left: 13.5rem;
    transition: left 0.5s;
} a.expandable:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-size: .875rem;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    padding: 0rem .5rem 0rem .5rem;
    content: "\f105";
} a.expandable.expanded:after {
    content: "\f107"
} .side li > a:hover {

} .side li.selected > a {
    background-color: #fff;
    color: var(--green600) !important;
    border-radius:5px;
} @media (max-width: 767px) {
    .topmenu > ul > li:first-child {
        display: none;
    }
} @media (max-width: 600px) {
    .main {
        left: 0px;
    }
} .checkbox, .checkbox, .radio {
    display: flex;
}
/*******CALC FUNCTIONS*************/
.bootstrap-tagsinput {
    height: calc(1.5em + .875rem + 3px);
} .dbwp_tree_date ul {
    margin-left: calc(.8em + 2px + .5em);
} .dbwp_tree_date ul ul {
        margin-left: calc(.4em + 2px + .5em);
    } .dbwp_tree_date_container input {
    margin-left: calc(.8em + 2px);
} .dbwp_tree_date ul > li > .pseudo_horiz_border {
    width: calc(.8em + 3px);
}
/***TEMPLATE PAGINA DOPPIA DBWP CON SLIDE MOBILE*/
.navigator_panel {
    width: 400px;
    background-color: #F9FAFB !important;
    background-color: var(--grey50) !important;
    height: 100%;
    display: inline-block;
    vertical-align: top;
} .navigator_panel .dbwp_tree ul li:last-child:before {
    background: #f8f9fa !important;
} .data_panel {
    height: 100%;
    display: inline-block;
    vertical-align: top;
} .mobile_nav {
    display: none;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 100%;
} .mobile_nav > i {
        font-size: 2rem;
        margin-top: 40vh;
        visibility: hidden;
    } .vertical-splitter {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 300px;
    bottom: 0px;
}
/*MOBILE*/
@media (max-width: 767px) {

    .data_panel {
        left: 10%;
        width: 90% !important;
        opacity: 1;
        position: absolute;
        overflow: auto;
    }

    .navigator_panel {
        left: 0%;
        width: 90% !important;
        opacity: 1;
        position: absolute;
        overflow: auto;
    }

    .mobile_nav > i {
        visibility: visible;
    }

    .mobile_nav {
        width: 10% !important;
        display: inline-block;
        position: absolute;
        left: 90%;
        border-left: 1px solid #F9FAFB;
        border-left: 1px solid var(--grey50);
        border-right: 1px solid #F9FAFB;
        border-right: 1px solid var(--grey50);
        top: 0px;
    }

    .hiddenRight {
        position: absolute;
        width: 0px !important;
        top: 0%;
        left: 200%;
        z-index: 100;
        -webkit-transform: translate(-100%, 0%);
        -moz-transform: translate(-100%, 0%);
        transform: translate(-100%, 0%);
        -webkit-transition: 600ms;
        -moz-transition: 600ms;
        transition: 600ms;
    }

    .hiddenLeft {
        position: absolute;
        top: 0%;
        left: -200%;
        width: 0px !important;
        z-index: 100;
        -webkit-transform: translate(100%, 0%);
        -moz-transform: translate(100%, 0%);
        transform: translate(100%, 0%);
        -webkit-transition: 600ms;
        -moz-transition: 600ms;
        transition: 600ms;
    }

    .mobile_nav_translated {
        left: 0%;
    }
}
/*FINE MOBILE*/
/*FINE TEMPLATE*/
@media (min-width: 992px) {
    .dbwp_desktop {
        display: block;
    }

    .dbwp_mobile {
        display: none;
    }
} @media (max-width: 993px) {
    .dbwp_desktop {
        display: none;
    }

    .dbwp_mobile {
        display: block;
    }

    .fc-scroller {
        overflow: visible !important;
    }
} .topline td {
    vertical-align:top;
}
/*Custom tab*/
table.customTab td {
    padding: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    /* identical to box height, or 17px */
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #6B7280;
    color: var(--grey500);
} table.customTab td:hover {
        border-bottom: 2px solid #161E2E;
        border-bottom: 2px solid var(--grey900);
        color: #161E2E;
        color: var(--grey900);
    } table.customTab td.selected {
        border-bottom: 2px solid #161E2E;
        border-bottom: 2px solid var(--grey900);
        color: #161E2E;
        color: var(--grey900);
    } table.customTab td.disabled {
        color: #D2D6DC;
        color: var(--grey300);
    } table.customTab td.disabled:hover {
            color: #D2D6DC;
            color: var(--grey300);
            border-bottom: none;
        }
/*Fine Custom tab*/
/*Inizio Dettaglio*/
.maindettaglio {
    position: relative;
    top: 160px;
    width: 800px;
    margin: auto;
    background: #FFFFFF;
    background: var(--white);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.06), 0px 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-family: Inter;
    font-style: normal;
} .mainform {
    padding: 20px 40px 40px 40px;
} .maindettagliowide {
    width: 1000px;
    top: 40px;
}
/*fine Dettaglio*/
/**************<Tree>****************/
.treeRootText {
    color: #38A169;
    color: var(--green600);
    font-weight: 600;
}
/*Simulatore detrazione*/
/**************<bottoni passi compilazione>****************/
button[passoCompletato] {
    background-color: var(--green500);
    border-color: var(--green500);
} button[passoNonCompletato] {
    background-color: #3a3e47 !important;
    border-color: #3a3e47 !important;
}
/**************</bottoni passi compilazione>***************/
/*Simulatore detrazione*/
/**************Pagina licenze***************/
.table-inactive td {
    background-color: #ececec;
    color: #b9b9b9;
}
/********DBWP COLUMN FILTER********************************/
.dbwp_columnfilter td, .dbwp_columnfilter th {
    padding-top: .8rem;
    padding-bottom: 0px;
} .dbwp_columnfilter th {
    padding-right: 2px;
    padding-left: .4rem;
} .dbwp_columnfilter span{
    font-size: 1rem;
} .dbwp_columnfilter a {
    font-size: .9rem;
} .dbwp_columnfilter .dbwp_List_Column{
    padding-left: 0px;
} .dbwp_columnfilter button {
    margin-bottom: .8rem;
}

.dbwp_input.input-group > *:first-child, .dbwp_input-group.input-group > *:first-child {
    border-bottom-left-radius: .4rem !important;
    border-top-left-radius: .4rem !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.dbwp_input.input-group > *:last-child, .dbwp_input-group.input-group > *:last-child {
    border-bottom-right-radius: .4rem !important;
    border-top-right-radius: .4rem !important;
}
label.dbwp_notnull:after,
.dbwp_gridcell.dbwp_notnull label:after,
.form-group.dbwp_notnull > label:after {
    margin-left: 0.3rem;
    content: "*";
    color: var(--orange500);
    font-weight: 600;
}
.dbwp_Thumbnail_Image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    object-fit: cover;
    padding: 0;
    border-radius: 2rem;
    background-image: url(/images/LogoDefault.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dbwp_Upload_Image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    object-fit: cover;
    padding: 0;
    border-radius: 2rem;
    background-image: url(/images/LogoDefault.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dbwp_edit{
    position: absolute;
    z-index: 1000;
}
.dropdown.responsivetabs-more > .dropdown-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.btn-group, .btn-group-vertical {
    flex-wrap: wrap;
}
/********* DBWP_TOGGLE *************/
.dbwp_toggle {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    border: 0;
    outline: 0;
    cursor: pointer;
    display: inline-block !important;
    /* margin: 10px; */
}


    /* To create surface of toggle button */
    .dbwp_toggle:after {
        content: '';
        width: 38px;
        height: 22px;
        display: inline-block;
        background: #c6c6c6;
        border-radius: 18px;
        clear: both;
    }


    /* Contents before checkbox to create toggle handle */
    .dbwp_toggle:before {
        content: '';
        width: 18px;
        height: 18px;
        display: inline-block;
        position: absolute;
        left: 2px;
        top: 2px;
        border-radius: 20px;
        background: rgb(255, 255, 255);
    }


    /* Shift the handle to left on check event */
    .dbwp_toggle:checked:before {
        left: 18px;
    }

    /* Background color when toggle button will be active */
    .dbwp_toggle:checked:after {
        background: var(--green600);
    }

    .dbwp_toggle:disabled {
        cursor: default;
    }

        .dbwp_toggle:disabled:after {
            background: #c4c3c35e;
        }

        .dbwp_toggle:disabled:checked:after {
            background: #cbe3b4;
        }


    .dbwp_toggle,
    .dbwp_toggle:before,
    .dbwp_toggle:after,
    .dbwp_toggle:checked:before,
    .dbwp_toggle:checked:after {
        transition: ease .2s;
        -webkit-transition: ease .2s;
        -moz-transition: ease .2s;
        -o-transition: ease .2s;
    }
/********* DBWP_TOGGLE *************/