:root {
    --widthTimeline: 6;
    --heightTimeline: 6;
}
@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;
}
ul {
    list-style-type: none;
    cursor: pointer;
    padding: 0px;
}
#logo-top a{
    float: left;
    margin-left: 20px;
    width: auto;
    margin-right: 30px;
}
.side {
    display: flex;
    flex-direction: column;
    scrollbar-width: none; /*nasconde le scrollbar inutili in firefox*/
}
.side li {
    line-height: 30px;
    padding: 3px 0px;
    white-space: nowrap;
}
.side > i{

}
.side li:hover,.side button:hover {
    color:#fff;
}
.side li:not(.selected) > a {
    border-left: 3px solid #161E2E;
    border-left: 3px solid var(--grey900);
}
.side li.selected > a {
    border-left: 3px solid #68D391;
    border-left: 3px solid var(--green400);
    color: #68D391;
    color: var(--green400);
}
    .side li.selected > a > [class*="icon"]:before {
        color: #68D391;
        color: var(--green400);
    }

.side li > ul > li > a {
    padding-left: 20px;
}
.side a {
    text-decoration: none;
    color:var(--grey900) !important;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    font-size: .875rem;  
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color 1s;
}
.side li > ul {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s;
}
.side.expanded a {
    color: #fff !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: 53px;
    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 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: 53px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #161E2E;
    background-color: var(--grey900);
    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: 35px;
        display: inline-block;
        padding: 0 !important;
        color: #6B7280;
        color: var(--grey500);
        text-align: center;
    }
        .side [class*="icon"]:before:hover {
            color: #48BB78;
            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: #68D391;
    color: var(--green400);
}
.side a:not([href]):not([tabindex]):focus, .side a:not([href]):not([tabindex]):hover {
    color: #68D391;
    color: var(--green400);
}
.main {
    position: fixed;
    top: 60px;
    left: 53px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 0px;
    transition: left 0.5s;
    background-color: #fff;
}
.setting {
    cursor: pointer;
    padding: 0px 20px 0px 20px;
    display: inline-block;
    line-height: 60px;
}
    .setting:hover {
        color: #fff;
        background-color: #48BB78;
        background-color: var(--green500);
    }
.menu_dropdown {
    position: absolute;
    top: 7rem;
    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: 0px 8px 0px 8px;
    content: "\f105";
}
a.expandable.expanded:after {
    content: "\f107"
}
.side li > a:hover {
    background-color: #374151;
    background-color: var(--grey700);
}
@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);
}
/************<Login>*************/
.login_area .input-group-prepend {
    display: none;
}
.login_input {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    border-width: 1px !important;
    border-radius: 4px !important;
    font-size: .875rem !important;
    line-height: 1.125 !important;
}
.img-fluid {
    display: block;
    margin: auto;
    max-width: 60% !important;
}
.login_label {
    font-weight: 450 !important;
    font-size: 1rem !important;
}
.login_area a:hover {
    color: #68D391;
    color: var(--green400);
}
.login_body {
    background-color: #F4F5F7;
    background-color: var(--grey100);
    height: 100%;
}

.login_area {
    font-family: Inter;
    background-color: #fff;
    padding: 15vh 30px 10vh 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
    height: auto;
}
.login_area .main-logo {
    margin-bottom: 40px;
    font-family:Inter;
}
@media (min-width: 767px) {
    .login_area {
        font-family: Inter;
        position: relative;
        width: 800px;
        display: block;
        margin: 20vh auto;
        padding: 40px 40px;
        height: auto;
    }
}
@media (max-width: 2000px) {
    .login_area {
        margin: 20vh auto;
    }
}
/************</Login>*************/
/***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;
    height: 100%;
    overflow: hidden;
}

/*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 COLUMN FILTER********************************/
/*Per evitare colorpicker nascosto sotto modali*/
.popover {
    z-index: 99999999;
}