/*------------------------------------*\
    S4BT Common Style
\*------------------------------------*/

/* Works on Chrome, Edge, and Safari */
/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    overflow: visible;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(152, 152, 152, .2);
    border-radius: 20px;
    background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover { 
    background-color: rgba(152, 152, 152, .8);
}*/

.s4bt_tooltipHTML.webix_tooltip{
    background: rgba(10,24,51, 0.9) !important;
    border-radius: 0px 8px 8px 8px;
    color: #FFF;
    content: attr(data-tooltip); 
    margin-top: 16px;
    opacity: 1;
    padding: 4px 16px;
    position: absolute;
    visibility: visible;
}


[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    width:auto;
    max-width:350px;
    height:auto !important;
    content: attr(data-title);
    background-color: rgba(10,24,51, 0.9) !important;
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    padding: 2px 12px;
    top:36px;
    display:block;
    opacity: 0;
    border-radius:4px;
    z-index: 99999;
    visibility: hidden;
    text-transform: none !important;
    word-wrap: break-word !important;
    white-space:nowrap;
    line-height:24px;
}
[data-title] {
    position: static;
    z-index: 99999;
    display:block;
}



.s4bt_breakWord{
    word-wrap: break-word !important;
}
.webix_drop_zone{
    width:auto !important;
    height:34px !important;
    background-color: transparent !important;
    border:1px dashed #94A1B3 !important;
}
.s4bt_page {
    background-color: #f0f2f4;
    border: none;
}
.s4bt_page.webix_form{
    background-color: #F0F2F4;
    border: none;
}
.s4bt_whiteSpace .webix_list_item {
    height:auto !important;
    white-space: none !important;
    word-break: break-word !important;
}
.s4bt_wordBreak{
    word-break: break-all !important;
}
/*.webix_overlay {
    width: auto !important;
    height: 100%;
    position: static !important;
    z-index: 10;
    text-align: center;
    padding-top: 0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/
.s4bt_displayNone{
    display:none !important
}
.s4bt_displayContents{
    display: contents !important;
}
.s4bt_opacityForDisable{
    opacity: .5 !important;
    cursor:default;
}
.webix_view.webix_accordionitem.vertical.s4bt_accordionSottoSezione.collapsed .s4bt_opacityForDisable{
    opacity: .5 !important;
    cursor:default;
}

.s4bt_opacityForDisable.webix_list_item{
    opacity: .5 !important;
}
/* .s4bt_scrollSmooth{
    scroll-behavior: smooth !important;
} */
.s4bt_boxShadow{
    box-shadow: 0 4px 20px 0 rgb(92 107 122 / 10%);
    position: relative;
}
.s4bt_boxShadowNormalWidget{
    box-shadow: 0 4px 20px 0 rgba(92, 107, 122, 0.1);
}
.s4bt_boxShadowModifingWidget{
    box-shadow: 0 16px 24px 0 rgba(92, 107, 122, 0.3) !important;
}
.s4bt_margin0.webix_form.webix_layout_form{
    width: auto !important;
    margin: 0 !important;
    background-color: #F0F2F4;
    border: none;
}
.s4bt_margin0{
    margin: 0 !important;
}
.s4bt_marginNone.webix_form.webix_layout_form{
    margin: 0 !important;
}
.s4bt_marginTop0.webix_layout_line{
    margin-top:0 !important
}
.s4bt_marginTop0{
    margin-top:0 !important
}
.s4bt_marginTop0.webix_form.webix_layout_form{
    margin-top:0 !important
}
.s4bt_marginLeft0.webix_form.webix_layout_form{
    margin-left:0 !important
}
.s4bt_marginLeft0.webix_layout_line{
    margin-left:0 !important
}
.s4bt_marginLeft0{
    margin-left:0 !important
}
.s4bt_marginLeft32{
    margin-left:32px !important
}
.s4bt_marginLeft56{
    margin-left:56px !important
}
.s4bt_marginLeft40{
    margin-left:40px !important
}
.s4bt_marginLeft16{
    margin-left:16px !important
}
.s4bt_marginLeft12{
    margin-left:12px !important
}
.s4bt_marginLeft4{
    margin-left:4px !important
}
.s4bt_marginRight32{
    margin-right:32px !important
}
.s4bt_marginRight24{
    margin-right:24px !important
}
.s4bt_marginRight16{
    margin-right:16px !important
}
.s4bt_marginRight10{
    margin-right:10px !important
}
.s4bt_marginRight8{
    margin-right:8px !important
}
.s4bt_marginRight6{
    margin-right:6px !important
}
.s4bt_marginRight3{
    margin-right:3px !important
}
.s4bt_marginRight0{
    margin-right:0px !important
}
.s4bt_marginTop24.webix_flexlayout{
    margin-top: 24px !important
}
.s4bt_marginTop12{
    margin-top: 12px !important
}
.s4bt_marginTop32{
    margin-top: 32px !important
}
.s4bt_marginTop20{
    margin-top: 20px !important
}
.s4bt_marginTop16{
    margin-top: 16px !important
}
.s4bt_marginTop9{
    margin-top: 9px !important
}
.s4bt_marginTop7{
    margin-top: 7px !important
}
.s4bt_marginTop4{
    margin-top: 4px !important
}
.s4bt_marginTopBottom16RightLeft4{
    margin: 16px 4px !important
}
.s4bt_marginTopImage11 .webix_image{
    margin-top: 11px !important
}
.s4bt_marginBottom48{
    margin-bottom: 48px !important
}
.s4bt_marginBottom24{
    margin-bottom: 24px !important
}
.s4bt_marginBottom16{
    margin-bottom: 16px !important
}
.s4bt_marginBottom8{
    margin-bottom: 8px !important
}
.s4bt_marginTop24.webix_form.webix_layout_form{
    margin-top: 24px !important
}
.s4bt_marginTop24{
    margin-top: 24px !important
}
.s4bt_marginBottom0{
    margin-bottom: 0px !important
}
.s4bt_widthAuto.s4bt_font32px.s4bt_primaryColor.webix_el_label{
    margin-top:17px !important;
    margin-left:0px !important;
}
.s4bt_widthAuto.s4bt_font24px.s4bt_primaryColor.s4bt_marginTop17.webix_el_label{
    margin-top:17px !important;
    margin-left:0px !important;
}
.s4bt_widthAuto.s4bt_font24px.s4bt_primaryColor.webix_el_label{
    /* margin-top:8px !important; */
    margin-top:0px !important;
    margin-left:0px !important;
}
.s4bt_width85{
    width:85% !important;
}
.s4bt_width80{
    width:80% !important;
}
.s4bt_width75{
    width:75% !important;
}
.s4bt_width70{
    width:70% !important;
}
.s4bt_width65{
    width:65% !important;
}
.s4bt_width60{
    width:60% !important;
}
.s4bt_width45{
    width:45% !important;
}
.s4bt_width45.webix_el_label{
    width:45% !important;
}
.s4bt_width40{
    width:40% !important;
}
.s4bt_width30{
    width:30% !important;
}
.s4bt_width35{
    width:35% !important;
}
.s4bt_width25{
    width:25% !important;
}
.s4bt_width20{
    width:20% !important;
}
.s4bt_width372px{
    width:372px !important
}
.s4bt_width277px.webix_layout_accordion{
    width:277px !important
}
.s4bt_width180{
    min-width:180px !important;
}
.s4bt_width32{
    width:32px !important;
}
.webix_icon_btn.fal.fa-sign-out{
    transform: rotate(-90deg) !important;
    position: absolute !important;
    top: 13px !important;
    left: 13px !important;
}
.s4bt_blurBackground{
    -webkit-filter: blur(4px) !important;
    -moz-filter: blur(4px) !important;
    -o-filter: blur(4px) !important;
    -ms-filter: blur(4px) !important;
    filter: blur(4px) !important;
    background: rgb(34,34,34);
    background: rgba(34,34,34,0.75);
}
.s4bt_rightSide{
    width:auto !important;
    height:auto !important;
    position:absolute;
    right:4px;
}
.s4bt_right24{
    width:auto !important;
    height:auto !important;
    position:absolute;
    right:24px;
}
.s4bt_right48{
    width:auto !important;
    height:auto !important;
    position:absolute;
    right:48px;
}
.s4bt_floatLeft{
    float:left;
}
.s4bt_floatRight{
    float:right;
}
.s4bt_overflowAuto{
    overflow:auto;
}
.s4bt_overflowHidden{
    overflow:hidden;
}
.s4bt_link .webix_cell{
    font-family: Rubik;
    font-size: 14px;
    color: #1452cc !important;
    padding-top: 8px !important;
    padding-bottom: 8px;
    border-right: none;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    line-height: normal;
    padding-left: 16px;
    cursor: pointer;
}
.s4bt_bold{
    font-family: Rubik !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.s4bt_boldText .webix_cell{
    font-family: Rubik;
    font-size: 14px;
    color: #424548 !important;
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: none;
    font-weight: 500 !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    line-height: normal;
    padding-left: 16px;
    cursor: pointer;
}
.s4bt_link {
    font-family: Rubik;
    font-size: 12px;
    color: #1452cc !important;
    border-right: none;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    line-height:3;
    text-align:left;
    cursor: pointer;
    text-transform: uppercase;
    padding-bottom:8px !important;
}
.webix_resize_handle{
    z-index: 111 !important
}
/*.s4bt_multiline{
    padding-top: 10px !important;
    line-height: normal !important;
}*/
.s4bt_containerIconDatatable{
    width: 24px !important;
    height: 24px !important;
    border-radius: 100px;
    background-color: #e8effc;
    cursor: pointer;
    margin-right: 8px;
}
.s4bt_iconDatatableRemind.webix_icon{
    width: 24px !important;
    height: 16px !important;
    font-size: 12px;
    text-align: center;
    position: relative;  
    top: 50%;
    transform: translateY(-50%);
    color: #1452cc;
}
.s4bt_iconDatatableRemindAlert.webix_icon{
    width: 24px !important;
    height: 16px !important;
    font-size: 12px;
    text-align: center;
    position: relative; 
    top: 50%;
    transform: translateY(-50%);
    color: #F5007A;
}
.s4bt_iconDatatable.webix_icon{
    width: 24px !important;
    height: 24px !important;
    font-size: 12px;
/*    font-weight: 100;*/ 
    text-align: center;
    color: #7e89b3;
    background-color: #ddebff;
    border-radius: 100px;
    line-height: 2;
    margin-right: 8px;
    cursor: pointer
}
.s4bt_iconBottomLabel.webix_icon{
    width: 20px !important;
    height: 20px !important;
    font-size: 11px !important;
    font-weight: 100;
    text-align: center;
    color: #4678aa;
    background-color: #fff;
    border-radius: 100px;
    line-height: 1.8;
    margin-right: 8px;
    cursor: pointer
}
.s4bt_iconDatatableDelete.webix_icon{
    width: 24px !important;
    height: 24px !important;
    font-size: 12px;
    text-align: center;
    color: #ee5244;
    background-color: #fef7f6;
    border-radius: 100px;
    line-height: 2;
    margin-right: 8px;
    cursor: pointer
}
.s4bt_iconDatatableSelected.webix_icon{
    width:24px !important;
    height:24px !important;
    font-size:12px;
    /*font-weight: 100;*/
    text-align:center;
    color:#7e89b3;
    background-color:#fff !important;
    border-radius:100px;
    line-height:2;
    margin-right:8px;
    cursor:pointer
}
.s4bt_iconEmptyDatatableSelected.webix_icon{
    width:24px !important;
    height:24px !important;
    font-size:12px;
    /*font-weight: 100;*/
    text-align:center;
    color:#1452cc;
    background-color:#e8effc !important;
    border-radius:100px;
    line-height:2;
    margin-right:8px;
    cursor:pointer
}
.s4bt_datatableShadow{
    box-shadow: 0 4px 24px #ddd;
}
.s4bt_textOvalIconDatatable{
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.27;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #1452cc;
    padding-left: 8px;
}
.s4bt_ovalIconDatatable.webix_icon{
    width: auto !important;
    height: 24px !important;
    font-size: 12px;
    text-align: center;
    color: #1452cc;
    background-color: #e8effc;
    border-radius: 100px;
    line-height: 2;
    margin-right: 8px;
    padding: 0px 8px;
    display: inline-flex;
    cursor: pointer;
}
.s4bt_ovalIconDatatableSelected.webix_icon{
    width: auto !important;
    height: 24px !important;
    font-size: 12px;
    text-align: center;
    color: #1452cc;
    background-color: #fff;
    border-radius: 100px;
    line-height: 2;
    margin-right: 8px;
    padding: 0px 8px;
    display: inline-flex;
    cursor: pointer;
}
.s4bt_scrollviewClean.s4bt_font12px.s4bt_blackColor .webix_list_item.webix_selected {
    color: #424548;
    background-color: #e8effc;
    box-shadow: none !important
}
.s4bt_displayFlex{
    display:flex;
    padding:0;
    margin:0;
    margin-top:-8px !important;
}
.s4bt_displayFlexOnly{
    display:flex;
}
.s4bt_displayTable{
    display:table;
    padding:0;
    margin:0;
    margin-top:-8px !important;
}
.s4bt_displayInlFlex{
    display:inline-flex;
    vertical-align:middle
}
.s4bt_justDisplayInlFlex{
    display:inline-flex;
}
.s4bt_displayBlock{
    display:block !important;
}
.s4bt_displayBlockPosRltv{
    display:block;
    position: relative;
    top: 8px;
}
.s4bt_borderTop1px{
    border-top: 1px solid #e8ebee !important;
    position: relative;
    z-index: 11
}
.s4bt_borderTop{
    border-top: 1px solid #e8ebee !important
}
.s4bt_borderTop0{
    border-top: 0px !important
}
.s4bt_borderTop2px{
    border-top: 2px solid #e8ebee !important;
}
.s4bt_borderTop1px .webix_template{
    border-top: 1px solid #e8ebee !important;
    position: relative;
    z-index: 11
}

.s4bt_borderListNotify{
    border: none !important;
    border-bottom: 1px solid #738596 !important;
}
.s4bt_borderBottom1pxWhite .webix_template{
    border-bottom: 1px solid #fff !important;
}
.s4bt_borderBottomNone{
    border-bottom: none !important;
}
.s4bt_borderBottom0{
    border-bottom: 0px !important;
}
.s4bt_borderBottomLeftRadius{
    border-bottom-left-radius: 8px !important
}
.s4bt_borderBottomRightRadius{
    border-bottom-right-radius: 8px !important
}
.s4bt_borderBottomLeftRadiusNone{
    border-bottom-left-radius: 0px !important
}
.s4bt_borderBottomRightRadiusNone{
    border-bottom-right-radius: 0px !important
}
.s4bt_borderNone{
    border: none !important;
}
.s4bt_borderNone .webix_template{
    border: none !important;
}
.s4bt_borderNone .webix_list_item{
    border:none !important
}
.s4bt_generalScrollviewKanban{
    border: none !important;
}
.s4bt_borderLeftNone{
    border-left: none !important;
}
.s4bt_displayContents .webix_template{
    display: contents !important;
}
/*.s4bt_containerNoData{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
}*/
.s4bt_iconThListQueryTable.webix_icon{
    width: auto;
    font-size: 48px;
    color: #919eac;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.s4bt_borderGrey{
    height: auto !important;
    border: 1px solid #e8ebee !important
}
.s4bt_borderRight{
    border-right: 1px solid #e8ebee !important
}
.s4bt_borderRed.webix_layout_line{
    width: auto !important;
    border: 1px solid #ee5544 !important
}
.s4bt_attachmentList.s4bt_borderRight0.webix_list{
    border-right: 0px !important
}
.s4bt_attachmentList.s4bt_width240.webix_list{
    width:240px !important;
}
.s4bt_greyBackground{
    background-color: #e8ebee !important;
}
.s4bt_pageBackground{
    background-color: #f0f2f4 !important;
}
.s4bt_whiteBackground{
    background-color: #fff !important
}
.s4bt_alignCenterIconAndText{
    display:contents !important;
}
.s4bt_imageSvg{
    color:transparent;
    margin:0;
    cursor:pointer;
    float:right;
    padding-right:8px !important;
}
.webix_icon.fa-cog.s4bt_settingsDatatable{ 
    font-size:16px;
    position:absolute;
    right:28px;
    line-height: 24px;
}
.s4bt_containerWorkArea.webix_layout_line{
    height:100% !important;
    margin-top:0px !important;
    margin-left:16px !important;
    background:transparent;
}
.s4bt_border100{
    border-radius: 100% !important
}
.s4bt_border1px.s4bt_headerCardDatatableMobile.webix_accordionitem.horizontal.collapsed,
.s4bt_border1px.s4bt_headerCardDatatableMobile.webix_accordionitem.collapsed,
.s4bt_border1px.s4bt_headerCardDatatableMobile.webix_accordionitem.vertical{
    border:1px solid #e8ebee !important
}
.s4bt_border1px{
    border:1px solid #e8ebee !important
}
.s4bt_borderRadius{
    border-radius: 8px !important
}
.s4bt_borderRadius4px{
    border-radius: 4px !important
}
.s4bt_borderBottomLeftRadius .webix_template{
    border-bottom-left-radius: 8px !important
}
.s4bt_borderBottomRightRadius .webix_template{
    border-bottom-right-radius: 8px !important
}
.s4bt_borderRadiusNone{
    border-radius: 0px !important
}
.s4bt_marginPadding0 .webix_template{
    margin-left:0px !important;
    padding-left:0px !important;
}
.s4bt_padding0 .webix_template{
    padding:0px !important;
}
.s4bt_padding2 .webix_template{
    padding:2px !important;
}
.s4bt_padding24{
    padding:24px !important;
}
.s4bt_padding16{
    padding:16px !important;
}
.s4bt_paddingRightBottom16{
    padding: 0px 16px 16px 0px !important
}
.s4bt_padding0.webix_flexlayout{
    padding:0px !important;
}
.s4bt_paddingBottom16px.webix_flexlayout{
    padding-bottom:16px !important;
}
.s4bt_paddingBottom16px{
    padding-bottom:16px !important;
}
.s4bt_paddingRight100Subview .webix_template{
    padding-right: 100px !important;
}
.s4bt_paddingLateral5{
    padding: 0px 5px !important
}
.s4bt_paddingBottom64{
    padding-bottom: 64px !important
}
.s4bt_paddingBottom10{
    padding-bottom: 10px !important
}
.s4bt_paddingBottom8{
    padding-bottom: 8px !important
}
.s4bt_paddingBottom4{
    padding-bottom: 4px !important
}
.s4bt_paddingBottom14{
    padding-bottom: 14px !important
}
.s4bt_paddingBottom0{
    padding-bottom: 0px !important
}
.s4bt_paddingTop0{
    padding-top: 0px !important
}
.s4bt_paddingTop0 .webix_template{
    padding-top: 0px !important
}
.s4bt_paddingTop0 .webix_el_box{
    padding-top: 0px !important
}
.s4bt_paddingTop2{
    padding-top: 2px !important
}
.s4bt_paddingTop3{
    padding-top: 3px !important
}
.s4bt_paddingTop4{
    padding-top: 4px !important
}
.s4bt_marginTop5.webix_layout_form{
    margin-top: 5px !important
}
.s4bt_marginLeft2NegCheck{
    margin-left:-2px !important
}
.s4bt_marginLeft8{
    margin-left:8px !important
}
.s4bt_marginLeft24{
    margin-left:24px !important
}
.s4bt_paddingTop8 .webix_template{
    padding-top: 8px !important
}
.s4bt_paddingTop8{
    padding-top: 8px !important
}
.s4bt_paddingTop5{
    padding-top: 5px !important
}
.s4bt_paddingTop10Check{
    padding-top: 10px !important;
}
.s4bt_paddingTop6{
    padding-top: 6px !important
}
.s4bt_paddingTop16{
    padding-top: 16px !important
}
.s4bt_paddingTop24{
    padding-top: 24px !important
}
.s4bt_paddingTop14{
    padding-top: 14px !important
}
.s4bt_paddingTop12{
    padding-top: 12px !important
}
.s4bt_paddingTop11.webix_el_button{
    padding-top: 11px !important
}
.s4bt_paddingTop38{
    padding-top: 38px !important
}
.s4bt_padding8{
    padding: 8px !important
}
.s4bt_paddingLeft0 .webix_template{
    padding-left: 0px !important
}
.s4bt_paddingLeft0 .webix_img_btn{
    padding-left: 0px !important
}
.s4bt_paddingUltimoAggPannelliWidget .webix_template{
    height:auto !important;
    padding: 0px !important;
}
.s4bt_paddingUltimoAggPannelliWidget{
    height:auto !important;
    padding: 0px !important;
}
.s4bt_paddingLeft0{
    padding-left: 0px !important
}
.s4bt_paddingLeft0 .webix_list_item{
    padding-left: 0px !important
}
.s4bt_paddingLeft4{
    padding-left: 4px !important
}
.s4bt_paddingLeft4 .webix_template{
    padding-left: 4px !important
}
.s4bt_paddingLeft1{
    padding-left: 1px !important
}
.s4bt_paddingLeft1 .webix_template{
    padding-left: 1px !important
}
.s4bt_paddingLeft32{
    padding-left: 32px !important
}
.s4bt_paddingLeft16{
    padding-left: 16px !important
}
.s4bt_paddingLeft12{
    padding-left: 12px !important
}
.s4bt_paddingLeft8{
    padding-left: 8px !important
}
.s4bt_paddingLeft6{
    padding-left: 6px !important
}
.s4bt_paddingLeft3 .webix_template{
    padding-left: 3px !important
}
.s4bt_paddingLeft28{
    padding-left: 28px !important
}
.s4bt_paddingLeft26{
    padding-left: 26px !important
}
.s4bt_paddingLeft24{
    padding-left: 24px !important
}
.s4bt_paddingLeft28 .webix_accordionitem_label{
    padding-left: 28px !important
}
.s4bt_paddingTop32{
    padding-top: 32px !important;
}
.s4bt_paddingTop10{
    padding-top: 10px !important;
}
.s4bt_paddingRight0 .webix_template{
    padding-right: 0px !important
}
.s4bt_paddingRight0{
    padding-right: 0px !important
}
.s4bt_paddingRight8{
    padding-right: 8px !important;
}
.s4bt_paddingRight16{
    padding-right: 16px !important;
}
.s4bt_paddingRight24{
    padding-right: 24px !important;
}
.s4bt_positionAbsolute{
    position: absolute !important;
}
.s4bt_positionAbsButtonGdi{
    position: absolute !important;
    top: 40px !important;
    right:32px !important
}
.s4bt_positionAbsTop50{
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
}
.s4bt_positionStickyTop50{
    position: sticky !important;
    top: 50%;
}
.s4bt_positionAbsBottom24{
    position: absolute !important;
    bottom: 24px;
}
.s4bt_positionAbsBottom22Negative{
    position: absolute !important;
    bottom: -22px;
}
.s4bt_positionAbsBottom0{
    position: absolute !important;
    bottom: 0;
}
.s4bt_positionAbs50{
    position: absolute !important;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.s4bt_positionRltv35{
    position: relative !important;
    top: 35%;
    left:50%;
    transform: translate(-50%, -50%);
}
s4bt_positionRltvRight32{
    position: relative;
    right: 32px;
}
.s4bt_positionRltvLeft50{
    position: relative !important;
    left:50%;
    transform: translateX(-50%);
}
.s4bt_positionRltv50{
    position: relative !important;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.s4bt_positionAbsTop100 {
    position: absolute !important;
    top: 100%;
    transform: translateX(-50%);
}
.s4bt_iconListEmpty{
    font-size: 48px;
    color: #505c83;
    margin-bottom:16px !important
}
.s4bt_positionAbsRight184{
    position: absolute;
    right: 184px
}
.s4bt_positionAbsRight164{
    position: absolute;
    right: 164px
}
.s4bt_positionAbsRight140{
    position:absolute;
    right:140px
}
.s4bt_positionAbsRight112px{
    position: absolute;
    right: 112px
}
.s4bt_positionAbsRight16{
    position: absolute;
    right: 16px
}
.s4bt_positionAbsRight64{
    position: absolute;
    right: 64px
}
.s4bt_positionAbsRight40{
    position: absolute;
    right: 40px
}
.s4bt_positionAbsRight32{
    position: absolute;
    right: 32px
}
.s4bt_positionAbsRight24{
    position: absolute;
    right: 24px
}
.s4bt_positionAbsRight0{
    position: absolute;
    right: 0
}
.s4bt_positionAbsLeft0{
    position: absolute;
    left: 0
}
.s4bt_positionAbsLeft2{
    position: absolute;
    left: 2px
}
.s4bt_positionAbsNegative2{
    position: absolute;
    bottom: -2px
}
.s4bt_positionAbsLeft25{
    position: absolute;
    left: 25%;
    transform: translateX(-50%)
}
.s4bt_positionAbsLeft50{
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}
.s4bt_positionAbsLeft75{
    position: absolute;
    left: 75%;
    transform: translateX(-50%);
}
.s4bt_positionStickyLeft50{
    position: sticky;
    -webkit-position: sticky;
    left: 50%;
    transform: translateX(-50%);
}
.s4bt_positionRltvRight56{
    position: relative;
    right: 56px
}
.s4bt_positionRltvRight16{
    position: relative;
    right: 16px
}
.s4bt_positionRltvBottomNegative16{
    position: relative;
    bottom: -16px
}
.s4bt_positionRltvBottomNegative20{
    position: relative;
    bottom: -20px
}
.s4bt_positionRltvBottomNegative32{
    position: relative !important;
    bottom: -32px !important
}
.s4bt_width90WhiteSpace{
    width:90%;
    white-space:normal !important
}
.s4bt_field{
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.webix_form.s4bt_formGrey.webix_layout_form{
    border: none !important
}
.s4bt_formGrey{
    height: auto !important;
    border-radius: 4px !important;
    background-color: #f7f8f9 !important;
}
.s4bt_formReadOnly{
    border-width: 1px !important;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #f0f2f4;
}
.s4bt_templateMulticomboMobile{
    width: auto !important;
    height:124px !important;
    border: none;
    padding-right: 8px !important;
    margin: 0 !important;
}
.s4bt_anteprimaStampa{
    width:69px !important;
    height:95px !important;
    border-width: 0 !important;
    display: inline-block;
    margin-top: 16px !important;
    margin-right: 16px !important;
    margin-left: 0px !important;
    float:right;
    background-color:transparent !important    
}
.s4bt_tips{
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 0.4px;
    color: #676b6f;
    display: inline-flex;
    float: left;
}
.s4bt_displayInlineFlex{
    display: inline-flex !important
}
.s4bt_displayInlineTable{
    display: inline-table !important
}
.s4bt_lineHeightNormal.webix_view div{
    line-height: 16px !important;
    border: none !important;
    padding-left: 2px;
}
.s4bt_containerMulticomboButton{
    background-color: #d9dee3 !important;
    border-radius: 4px;
    border: solid 1px #d9dee3;
    margin-top: 0px !important;
}
.s4bt_containerMulticomboButton .webix_focused .webix_inp_static{
    box-shadow: none !important
}
.s4bt_modalForm.webix_layout_form{
    width: auto !important;
    border-radius: 4px;
    border: none;
    background-color: #f7f8f9;
}
.s4bt_modalFormMobile.webix_layout_form{
    border: none;
    background-color: #f7f8f9 !important;
}
.s4bt_modalTemplateDesc{
    height: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #676b6f;
    border: none;
    background-color: transparent !important;
}
.s4bt_modalTemplateDesc .webix_template{
    padding-left: 2px !important
}
.s4bt_modaltemplateTitle{
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #919eac;
    border: none;
    background-color: transparent
}
.s4bt_modaltemplateTitle .webix_template{
    padding-left: 2px !important
}
.s4bt_backgroundPopup{
    background-color: rgba(10,24,51, 0.9) !important;
    border:none !important
}
.s4bt_newPrimaryLightBG{
    background-color: var(--secondaryMenuShortcuts) !important
}
.s4bt_backgroundClear{
    background-color:#fff !important
}
.s4bt_backgroundClear .webix_template{
    background-color:#fff !important;
}
.s4bt_backgroundWhite {
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    border-top: 1px solid #e8ebee;
    border-bottom: 1px solid #e8ebee;
}
.s4bt_backgroundWhiteBorderRadiusBot{
    background-color: #fff !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.s4bt_backgroundWWB {
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    border: 1px solid #e8ebee !important;
    position: relative;
    z-index: 11;
    border: left;
}
.s4bt_backgroundWhiteWB{
    height:auto !important;
    background-color: #fff !important;
    border-top:none !important;
    border-left: 1px solid #e8ebee !important;
    border-right: 1px solid #e8ebee !important;
    border-bottom: 1px solid #e8ebee !important;
    border-width: 1px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    position: relative;
    z-index:1;
}
.s4bt_backgroundTransparent.webix_view > .webix_disabled{
    background-color: transparent !important
}
.s4bt_groupListReportSecondaryMenuShortcuts.webix_view > .webix_disabled {
    background-color: #aeb9e5 !important;
}
.s4bt_backgroundTransparent.webix_form{
    background-color: transparent !important
}
.s4bt_backgroundDark.webix_form{
    width:auto !important;
    border-radius: 4px;
    background-color: #f7f8f9;
}
.s4bt_backgroundTransparent{
    background-color: transparent;
    border: none;
}
.s4bt_backgroundTransparent .webix_template{
    background-color: transparent !important;
}
.s4bt_badgeMobile .webix_template{
    width: 8px;
    height: 8px;
    background-color: #f5007a !important;
    position: absolute;
    top: 16px;
    right: 56px;
    border-radius: 100%;
}
.s4bt_backgroundTransparent .webix_layout_wide{
    background-color: transparent;
}
.s4bt_backgroundDarkGrey{
    background-color:#e8ebee !important
}
.s4bt_backgroundMiddleGrey{
    background-color:#949eab !important
}
.s4bt_borderLightGrey{
    border:1px solid #e8ebee;
}
.s4bt_backgroundSelectedRow {
    color: #424548;
    background-color: #e8effc;
    box-shadow: none !important;
    border-bottom: 1px solid #edeff0 !important
}
.s4bt_backgroundPopupNotify{
    background-color: rgba(10,24,51, 0.9) !important;
}
.s4bt_heightAutoScrollCont .webix_scroll_cont{
    height:auto !important;
}
.s4bt_backgroundArtboard{
    background-color:#f7f8f9 !important
}
.s4bt_backgroundAttachment{
    background-color:#dadee2 !important
}
.s4bt_backgroundArtboard .webix_layout_wide{
    background-color:#f7f8f9 !important
}
.s4bt_backgroundArtboardBorderRadius{
    background-color:#f7f8f9 !important;
    border-radius: 4px !important;
}
.s4bt_backgroundPage{
    background-color:#f0f2f4 !important
}
.s4bt_darkBodyAccordion{
    background-color: #f7f8f9;
}
.s4bt_backgroundLightGrey.webix_template{
    background-color: #e8ebee !important
}
.s4bt_backgroundAccent{
    background-color: #243256;
}
.s4bt_backgroundPrimaryNew{
    background-color: #505c83;
}
.s4bt_darkBody{
    width:auto !important;
    height:auto !important;
    border-radius: 4px;
    background-color: #f7f8f9 !important;
}
.s4bt_darkBodyNoWidth{
    height:auto !important;
    border-radius: 4px;
    background-color: #f7f8f9 !important;
}
.s4bt_darkBodyError{
    /* width:auto !important; */
    height:auto !important;
    border-radius: 4px;
    background-color: #f7f8f9;
    border:1px solid #ee5244 !important;
}
.s4bt_backgroundLightGrey{
    background-color: #f3f3f5 !important
}
.s4bt_positionProgressModule.webix_layout_line{
	width:auto !important;
    position: absolute;
    right: 106px;
}
.s4bt_positionProgressModuleTab.webix_layout_line{
	width:auto !important;
    position: absolute;
    right: 56px;
}
.s4bt_templateProgressModule{
	width: auto !important;
    height: auto !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
	border:none;
}
.s4bt_closeDetailsProxMobile button{
    width: 24px !important;
    height: 24px !important;
    border: none;
    border-radius: 100px !important;
    background-color: #ee5244 !important;
    color:#fff !important;
    float: right;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(-50%, -50%);
}
.s4bt_closeDetailsProxMobile .webix_icon_btn{
    position: absolute;
    top: 0;
    left: 2px;
    text-align: center;
    line-height: 1.8;
    color: #fff;
    font-size: 14px;
}
.s4bt_selector.webix_el_s4btlabel{
    color: #505c83 !important;
    box-shadow: inset 0 44px 0 #fff;
    border: none !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: linear-gradient(to bottom, #fff , #505c83) !important;
}
.s4bt_selectorFiltriReport{
    color: #505c83 !important;
    box-shadow: inset 0 53px 0 #e8ebee;
    border: none !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: linear-gradient(to bottom, #fff , #505c83) !important;
}
.s4bt_selectorTabAccordionHeader{
    color: #505c83 !important;
    box-shadow: inset 0 37px 0 #fff;
    border: none !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: linear-gradient(to bottom, #fff , #505c83) !important;
}
.s4bt_itemMulticombo{
    width: auto !important;
    height: auto !important;
    border-radius: 2px;
    background-color: #919eac;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #fff;
    padding: 4px 8px;
    border: none;
    margin: 0px !important;
    margin-bottom: 4px !important;
    display: inline-block; 
}
.s4bt_bodyModalChangeSummary.webix_scrollview{
    box-shadow: inset 0 8px 16px -8px rgb(235, 235, 235);
}
.s4bt_templateModalFeedback{
    width: auto !important;
    min-height: 42px !important;
    height: auto !important;
    border-width: 0px !important;
    background-color: transparent;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: center;
    color: #424548;
}
.webix_view.s4bt_groupListSecondaryMenu > .webix_disabled {
    background-color: #f7f8f9 !important;
    opacity: 0.5 !important;
}
.s4bt_imageDatatable{
    width: 24px !important;
    height: 24px !important;
    margin-right:9px;
    cursor: pointer;
}
.s4bt_imageDatatableCursorDefault{
    width: 24px !important;
    height: 24px !important;
    margin-right:9px;
    cursor: default;
}
.s4bt_iconListSecondMenu.webix_icon {
    width: auto !important;
    height: auto !important;
    font-size: 48px;
    color: #919eac;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.s4bt_iconListSetupMobile.webix_icon {
    width: auto !important;
    height: auto !important;
    font-size: 48px;
    color: #919eac;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.s4bt_iconListNotify.webix_icon {
    width: auto !important;
    height: auto !important;
    font-size: 48px;
    color: #919eac;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s4bt_rotation-90{
    transform: rotate(-90deg) !important;
}
.s4bt_maxWidth80{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80% !important;
}
.s4bt_cursorPointer{
    cursor: pointer !important
}
.s4bt_cursorDefault{
    cursor: default !important
}
.s4bt_cursorDefault .webix_cell{
    cursor: default !important
}
.s4bt_listIconDefault{
    font-size:16px;
    color:#505c83;
    float:right;
    line-height:2;
    margin-right:18px;
}
.s4bt_listIconDone{
    font-size:16px;
    color:#9cd638;
    float:right;
    line-height:2;
    margin-right:18px;
}
.s4bt_successMessage{
    max-width: 100%;
    position: relative !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    background-color: transparent !important;
}
.s4bt_textSuccessMessage .webix_template {
    max-width: 100%;
    height: auto;
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.3px;
    text-align: center;
    color: #424548;
    padding: 6% 6% !important;
}
.s4bt_textSuccessMessage{
    border-width: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    max-width: 100%;
    height: auto !important;
}
.s4bt_containerCheckImg{
    width:110px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0 !important;
    padding-top: 64px !important;
}
.s4bt_noWrap{
    white-space: nowrap !important;
}

/*------------------------------------*\
    S4BT Separator Style
\*------------------------------------*/
.s4bt_cardSeparator{
    width: 100% !important;
    background-color: #e8ebee;
    margin-top: 0 !important;
    height: 1px !important;
    border: none;
    position: relative;
}
.s4bt_cardSeparatorWhite{
    width: 100% !important;
    background-color: #fff !important;
    margin-top: 0 !important;
    height: 2px !important;
    border: none;
    position: relative;
}
.s4bt_cardSeparatorWhite1{
    width: 100% !important;
    background-color: #fff !important;
    margin-top: 0 !important;
    height: 1px !important;
    border: none;
    position: relative;
}
.s4bt_cardSeparatorGrey{
    width: 100% !important;
    background-color: #f7f8f9;
    margin-top: 0 !important;
    height: 1px !important;
    border: none;
    position: relative;
}
.s4bt_separatorWhite{
    width: 100% !important;
    background-color: #fff;
    margin-top: 0 !important;
    height: 1px !important;
    border: none;
    position: relative;
}
.s4bt_separatorGrey{
    width: 100% !important;
    background-color: #e8ebee;
    margin-top: 0 !important;
    height: 1px !important;
    border: none;
    position: relative;
}
.s4bt_breadcrumbsSeparator{
    width: 100% !important;
    background-color: #e8ebee;
    margin-top: 0 !important;
    border: none;
    position: relative;
    z-index:1;
    margin-left: 0px !important;
}
.s4bt_breadcrumbsSeparatorWhite{
    width: 100% !important;
    background-color: #fff;
    margin-top: 0 !important;
    border: none;
    position: relative;
    margin-left: 0px !important;
}
.s4bt_breadcrumbsSeparatorGrey{
    width: 100% !important;
    background-color: #f7f8f9;
    margin-top: 0 !important;
    border: none;
    position: relative;
    margin-left: 0px !important;
}
.s4bt_breadcrumbsSeparatorDarkGrey{
    width: 100% !important;
    background-color: #c3cad0;
    margin-top: 0 !important;
    border: none;
    position: relative;
    margin-left: 0px !important;
}
.s4bt_breadcrumbsSeparatorDarkWhite{
    width: 100% !important;
    background-color: #dbdee0;
    margin-top: 0 !important;
    border: none;
    position: relative;
    margin-left: 0px !important;
}
.s4bt_calendarSeparatorGrey{
    width: 100% !important;
    background-color: #f0f2f4;
    margin-top: 0 !important;
    border: none;
    position: relative;
    margin-left: 0px !important;
}
.s4bt_multitextarea{
    width: auto !important;
    height: 280px !important;
    border: none !important;
    background-color: #f7f8f9 !important;
    border-radius: 8px;
    padding: 16px;
}



.s4bt_tipoNumerico::before{
    font-family: 'Font Awesome 5 Pro';
    content:'\f292';
    font-weight: 100;
    font-size: 16px;
}
.s4bt_tipoIndice::before{
    font-family: 'Font Awesome 5 Pro';
    content:'\f12b';
    font-weight: 100;
    font-size: 16px;
}
.s4bt_tipoStringa::before{
    font-family: 'Font Awesome 5 Pro';
    content:'\f031';
    font-weight: 100;
    font-size: 16px;
}
.s4bt_tipoData::before{
    font-family: 'Font Awesome 5 Pro';
    content:'\f133';
    font-weight: 100;
    font-size: 16px;
}

/*------------------------------------*\
    S4BT Clean Style
\*------------------------------------*/
.s4bt_clean{
    width:auto;
    height:auto !important;
    background-color:transparent !important;
    border:none !important;
}
.s4bt_cleanTemplate{
    height:auto !important;
    border-width:0px !important;
    margin-left:0px !important;
    background-color:transparent;
}
.s4bt_cleanTemplateMarginLeft{
    margin-left:17px !important;
}
.s4bt_templateReadOnly .webix_scroll_cont{
    height: auto !important;
}
.s4bt_templateReadOnly{
    height: auto !important;
    min-height: 36px;
    font-family: Rubik;
    font-size:14px;
    margin-left: 0px !important;
    border: 1px solid #f0f2f4 !important;
    background-color: transparent;
    border-radius: 4px;
    color: #424548;
    line-height:2
}
.s4bt_templateReadOnlySecMenu{
    height: auto !important;
    min-height: 36px;
    font-family: Rubik;
    font-size:14px;
    margin-left: 0px !important;
    border: 1px solid #f0f2f4 !important;
    background-color: transparent;
    border-radius: 4px;
    color: #fff !important;
    line-height:2
}
.s4bt_templateReadOnlySub .webix_template{
    width: auto !important;
    height: auto !important;
    min-height: 16px;
    font-size:14px;
    margin-left: 0px !important;
    border: 1px solid #f0f2f4 !important;
    background-color: #fff;
    border-radius: 4px;
    color: #424548;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px !important;
}
.s4bt_templateReadOnlyComp{
    font-size:14px;
    margin-left: 0px !important;
    border: 1px solid #f0f2f4 !important;
    background-color: #fff;
    border-radius: 4px;
    color: #424548;
    line-height: 2;
}
.s4bt_templateReadOnly .webix_template{
    min-height: 16px !important;
}
.webix_view .s4bt_templateReadOnly{
    width:auto !important;
    border-width: 1px !important;
}
.s4bt_templateReadOnlyMobile{
    height: auto !important;
    font-size:14px;
    margin-left: 0px !important;
    border: 1px solid #f0f2f4;
    border-radius: 4px;
    color: #424548;
    padding-top: 7px;
    padding-bottom: 7px;
}
.s4bt_templateReadOnlyHeight36{
    height: auto !important;
    min-height: 32px;
    font-size:16px;
    margin-left: 0px !important;
    border: 1px solid #f0f2f4;
    border-radius: 4px;
    color: #424548 !important;
    padding-top: 5px;
    background-color: #fff;
    font-family: 'Rubik';
    -webkit-appearance: none;
}
.s4bt_templateReadOnlyModalHeight36{
    height: auto !important;
    font-size: 16px;
    margin-left: 0px !important;
    border: 1px solid #f0f2f4;
    border-radius: 4px;
    color: #424548 !important;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #fff;
    font-family: 'Rubik';
    -webkit-appearance: none;
}
.s4bt_textonlyread input{
    border-radius:4px;
    height: 36px;
    border-radius: 4px;
    border: solid 1px #f0f2f4 !important;
    background: transparent !important;
    font-size: 16px;
    margin-left: 0
}
.s4bt_textonlyread ::placeholder {
    font-family: Rubik;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #9ca5b1;
}
.s4bt_textonlyread.webix_disabled_view{
    height: auto !important;
    min-height:24px !important;
    border: 1px solid #f0f2f4 !important;
    padding: 4px 0 !important;
    border-radius: 4px !important;
}
.s4bt_textonlyreadBorderNone.webix_disabled_view{
    height: auto !important;
    min-height:24px !important;
    border: none !important;
    padding: 4px 0 !important;
    border-radius: 4px !important;
}
.s4bt_textonlyread.webix_view > .webix_disabled {
/*    height:auto !important;*/
    background-color: #fff !important;
    opacity: 0 !important;
}
.s4bt_textonlyread .webix_el_box.webix_disabled_box{
    height: auto !important
}
.s4bt_scrollviewClean{
    background-color: transparent;
    border: none !important
}
.s4bt_scrollviewClean.webix_scrollview {
    margin: 0 !important
}
.s4bt_scrollviewArtboardGrey {
    background-color:#f0f2f4 !important;
    border: none !important
}
.s4bt_scrollviewArtboardGrey.webix_scrollview {
    background-color:#f0f2f4 !important;
    border: none !important
}
.s4bt_scrollviewCleanCenter{
    background-color: transparent;
    border: none !important
}
.s4bt_scrollCont {
    border:none !important
}
.s4bt_scrollCont .webix_scroll_cont {
    height: auto !important;
    border:none !important
}
.s4bt_widthAuto .webix_scroll_cont {
    width: auto !important
}
.s4bt_scrollCont100 .webix_scroll_cont {
    height: 100% !important;
    border:none !important
}
.s4bt_scrollContWidth100 .webix_scroll_cont {
    width: 100% !important;
    border:none !important
}
.s4bt_scrollviewCleanAlternate{
    background-color: #f0f2f4;
    border: none !important
}
.s4bt_scrollviewContainer{
    border: 1px solid #f0f2f4 !important;
    border-radius: 4px;
}
.s4bt_modalScrollView{
    width: 100% !important;
/*    height:auto !important;*/
    margin-top: 0px !important;
    margin-left: 0px !important;
    border-width: 0px !important;
    background-color: #f7f8f9;
}
.s4bt_modalScrollView .webix_scroll_cont{
    height: auto !important
}
.s4bt_modalScrollViewErroreLogClienti{
    width: 100% !important;
/*    height:auto !important;*/
    margin-top: 0px !important;
    margin-left: 0px !important;
    border-width: 0px !important;
    background-color: transparent;
}
.s4bt_modalScrollViewErroreLogClienti .webix_scroll_cont{
    height: auto !important
}
.s4bt_modalScrollViewBody{
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    border-width: 0px !important;
}
.s4bt_cleanForm{
    width:auto !important;
    height:auto !important;
    background-color:transparent !important;
    border:none !important;
    margin-left:none !important;
}
.s4bt_cleanForm .webix_layout_line{
    width: auto !important;
    height: auto !important;
    background-color: transparent;
    border: none !important;
    margin-left: none !important
}
.s4bt_formHeight100PC.webix_form.webix_layout_form{
    height:100%;
    background-color:transparent;
}
.s4bt_formHeight100PC .webix_scroll_cont{
    height:100%;
}
.s4bt_flexlayoutClean{
    width: auto !important;
/*    height:auto !important;*/
    border: none !important;
    background-color: transparent !important;
}
.webix_flexlayout.s4bt_flexlayoutClean.webix_layout_wide{
    background-color: #F0F2F4;
}
.webix_flexlayout.s4bt_flexlayoutDisplayInlineFlex.webix_layout_wide{
    display:inline-flex !important;
}
.s4bt_flexlayoutCleanGrey{
    width: auto !important;
/*    height:auto !important;*/
    border: none !important;
    background-color: #F0F2F4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.s4bt_borderClean{
    border:none !important
}
.s4bt_borderClean .webix_form{
    border:none !important
}
.s4bt_borderClean .webix_list_item{
    border:none !important
}
.s4bt_borderClean .webix_scroll_cont{
    width: auto !important;
    height: auto !important
}
.s4bt_borderClean .webix_accordionitem.horizontal{
    border:none !important
}
.s4bt_clearFilterShadow{
    position: relative;
    box-shadow: 0 16px 24px 24px #e9ebee;
    background-color: #e9ebee;
}
.s4bt_AccordionHorizClean .webix_accordionitem.horizontal{
    border: none !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.s4bt_AccordionHorizClean .webix_accordionitem_body{
    height:100%;
    background:transparent;
}
.s4bt_cleanRow{
    width: auto !important;
    background-color: transparent;
    border: none !important;
}

/*------------------------------------*\
    S4BT Overlay There is no data
\*------------------------------------*/
/*.s4bt_containerNoData{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color:#e8ebee;
}*/
.s4bt_containerNoDataTop30{
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    background-color:#e8ebee;
}
.s4bt_iconThList.webix_icon{
    width: auto;
    height: auto;
    font-size: 48px;
    padding-top: 24px;
    color: #505c83;
}
.s4bt_iconThListDt.webix_icon{
    width: auto;
    height: auto;
    font-size: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #505c83;
}
.s4bt_textThereIsNoData{
    width: auto;
    height:auto !important;
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #738596;
    margin:0px !important;
    padding: 16px 0;
}

.webix_overlay .s4bt_containerNoData {
    height: 100%;
    display: flex;
    justify-content: center;   /* centra orizzontalmente */
    align-items: center;       /* centra verticalmente */
}

/*------------------------------------*\
    S4BT Status Icon & Colors
\*------------------------------------*/
.s4bt_iconStatus{
    width:8px;
    height:8px;
    font-size:8px !important;
    display:inline-block;
    padding-right:8px;
}
.s4bt_notification{
    color: #f5007a;
}
.s4bt_normal{
    color: #919eac;
}
.s4bt_error{
    color: #ee5244;
}

/*------------------------------------*\
    S4BT Font Style
\*------------------------------------*/
.s4bt_fontRubik{
    font-family:Rubik;
}
.s4bt_font32pxBold{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:32px;
    font-weight:500;
    font-style:normal;
    font-stretch:normal;
    line-height:1.25;
    letter-spacing:normal;
    text-align:center;
}
.s4bt_font32px{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:32px;
    font-weight:300;
    font-style:normal;
    font-stretch:normal;
    line-height:1.25;
    letter-spacing:normal;
    text-align:center;
}
.s4bt_font28px{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:28px;
    font-weight:300;
    font-style:normal;
    font-stretch:normal;
    line-height:1.25;
    letter-spacing:normal;
    text-align:center;
}
.s4bt_font24px{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:24px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.25;
    letter-spacing:normal;
    text-align:center;
}
.s4bt_font22px{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:22px;
    font-weight:300;
    font-style:normal;
    font-stretch:normal;
    line-height:1.25;
    letter-spacing:normal;
    text-align:left;
}
.s4bt_font22pxLightSx{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:22px;
    font-weight:300;
    font-style:normal;
    font-stretch:normal;
    line-height:1.25;
    letter-spacing:normal;
    text-align:left;
    margin:0 !important;
    padding:0 !important
}
.s4bt_font20pxLightSx{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:20px;
    font-weight:300;
    font-style:normal;
    font-stretch:normal;
    line-height:1.25;
    letter-spacing:normal;
    text-align:left;
    margin:0 !important;
    /* padding:0 !important */
}
.s4bt_font20px{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:20px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.25;
    letter-spacing:normal;
    text-align:left;
    margin:0 !important;
    /* padding:0 !important */
}
.s4bt_font18px{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:18px !important;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.25;
    letter-spacing:normal;
    text-align:center;
}
.s4bt_font18pxLineHeight1_6{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:18px !important;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.6;
    letter-spacing:normal;
    text-align:center;
}
.s4bt_font18pxLightSx{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:18px !important;
    font-weight:300;
    font-style:normal;
    font-stretch:normal;
    line-height:1.25;
    letter-spacing:normal;
    text-align:left;
}
.s4bt_font16px{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:16px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.56;
    letter-spacing:0.3px;
    text-align:center;
    padding:0 !important;
    margin-top:8px;
    margin-bottom:0px;
}
.s4bt_font16pxSymbol{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:16px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.56;
    letter-spacing:0.3px;
    text-align:center;
    padding-top:32px !important;
    margin-top:8px;
    margin-bottom:0px;
}
/*.s4bt_font11pxDt{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:11px;
    font-weight:500;
    font-style:normal;
    font-stretch:normal;
    line-height:1.56;
    letter-spacing:0.6px;
    text-align:left;
    text-transform: uppercase;
    margin:0px;
}
.s4bt_font14pxDt{
    font-family:Rubik;
    font-size:14px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.56;
    letter-spacing:0.6px;
    text-align:left;
    margin:0px;
}*/
.s4bt_fontIcon16px{
    font-size:16px;
}
.s4bt_font14pxBold{
    width:auto;
    height:auto;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.3px;
    text-align: left;
}
.s4bt_font14px{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:14px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.43;
    letter-spacing:0.3px;
}
.s4bt_font13pxBold{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:13px;
    font-weight:500;
    font-style:normal;
    font-stretch:normal;
    line-height:1.43;
    letter-spacing:0.3px;
}
.s4bt_font13px.webix_icon{
    font-size:13px;
}
.s4bt_font12px{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.43;
    letter-spacing:0.3px;
}
.s4bt_font12pxReport{
    font-family:Rubik;
    font-size:12px;
    letter-spacing:0.3px;
}
.s4bt_textTransformNone{
    text-transform: none !important;
}
.s4bt_textTransformUpper{
    text-transform: uppercase !important;
}
.s4bt_fontWeight400{
    font-weight: 400 !important;
}
.s4bt_font12pxBold{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:12px;
    font-weight:500;
    font-style:normal;
    font-stretch:normal;
    line-height:1.43;
    letter-spacing:0.3px;
}
.s4bt_font11px.webix_icon{
    font-size:11px !important;
}
.s4bt_fontIcon16px.webix_icon{
    font-size:16px !important;
}
.s4bt_font11pxBoldUpp{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:11px;
    font-weight:500;
    font-style:normal;
    font-stretch:normal;
    line-height:1.43;
    letter-spacing:0.3px;
    text-transform:uppercase
}
.s4bt_font11pxUpp{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:11px;
    font-weight:500;
    font-style:normal;
    font-stretch:normal;
    line-height:1.43;
    letter-spacing:0.3px;
    text-transform:uppercase
}
.s4bt_font8px{
    font-size: 8px !important
}
.s4bt_fontLabelSubviewAudit{
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #8d9196;
    text-transform: uppercase;
    padding-left: 16px;
    align-items: center;
    /* line-height:16px !important; */
    text-align: left;
}
.s4bt_textUppercase{
    text-transform: uppercase
}
.s4bt_textAlignLeft{
    text-align: left !important
}
.s4bt_textAlignCenter{
    text-align: center !important
}
.s4bt_textAlignRight{
    text-align: right !important
}
.s4bt_verticalAlignTop{
    vertical-align: top !important;
}
.s4bt_verticalAlignMiddle{
    vertical-align: middle !important;
}
.s4bt_verticalAlignBottom{
    vertical-align: bottom !important;
}
.s4bt_lineHeightNormal{
    line-height: normal !important;
}
.s4bt_lineHeight0px{
    line-height: 0px !important
}
.s4bt_lineHeight2{
    line-height: 2 !important;
}
.s4bt_lineHeight2e9{
    line-height: 2.9 !important;
}
.s4bt_lineHeight2e5{
    line-height: 2.5 !important;
}
.s4bt_lineHeight2e4{
    line-height: 2.4 !important;
}
.s4bt_lineHeight1e5{
    line-height: 1.5 !important;
}
div.s4bt_lineHeight1e5{
    line-height: 1.5
}
.s4bt_lineHeight28{
    line-height: 28px !important;
}
.s4bt_lineHeight16{
    line-height: 16px !important;
}
div.s4bt_lineHeight16{
    line-height: 16px !important;
}
div.s4bt_lineHeight18px{
    line-height: 18px !important;
}
.s4bt_lineHeight28px div{
    line-height: 28px !important;
}
.s4bt_lineHeight44{
    line-height: 44px !important;
}
.s4bt_lineHeight56 div{
    line-height:56px !important
}
.s4bt_fontIcon14px{
    width:auto;
    height:auto;
    font-size:14px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.43;
    letter-spacing:0.3px;
}

/*------------------------------------*\
    S4BT Color Style
\*------------------------------------*/
.s4bt_primaryColor{
    color: #505c83 !important;
}
.s4bt_primaryColor .webix_icon{
    color: #505c83 !important;
}
.s4bt_primaryMidColor{
    color: #9ab4ce !important;
}
.s4bt_primaryColor50{
    color: #738596 !important;
}
.s4bt_primaryColor50 .webix_icon{
    color: #738596 !important;
}
.s4bt_primaryColor40{
    color: #919eac !important;
}
.s4bt_primaryColor40.webix_icon{
    color: #919eac !important;
}
.s4bt_primaryColor40WithFloatLeft.webix_icon{
    float:left;
    color: #919eac !important;
    margin-right:8px;
}
.s4bt_primaryColor20{
    color: #cad1d8 !important;
}
.s4bt_primaryBackgroundColor15{
    background-color: #d9dee3 !important;
}
.s4bt_primaryColor15{
    color: #d9dee3 !important;
}
.s4bt_primaryColor10{
    color: #E8EBEE !important;
}
.s4bt_blackColor{
    color:#424548;
}
.s4bt_darkGrayColor{
    color:#676b6f !important;
}
.s4bt_darkGrayColor.webix_icon{
    color:#676b6f !important;
}
.s4bt_midGrayColor{
    color:#8d9196 !important;
}
.s4bt_lightGrayColor{
    color:#c2c4c7 !important;
}
.s4bt_midGrayColor .webix_icon{
    color:#8d9196 !important;
}
.s4bt_whiteColor{
    color: #fff !important;
}
.s4bt_whiteColor .webix_icon{
    color: #fff !important;
}
.s4bt_primaryColor{
    color: #505c83 !important;
}
.s4bt_subviewheightAuto .webix_dtable_subview{
    height:auto !important;
}
.webix_chart .webix_chart_legend_item{
    color: #fff !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
.s4bt_warningColor{
    color:#fbbf3c !important
}
.s4bt_warningColor .webix_icon{
    color:#fbbf3c !important
}
.s4bt_alertColor{
    color:#e96053 !important
}
.s4bt_errorColor{
    color:#ee5244 !important
}
.highlight{
    background-color:#FFAAAA;
}
.s4bt_successColor{
    color:#9cd638 !important
}
.s4bt_accentColor{
    color:#1452cc !important
}
.s4bt_newAccentColor{
    color:#243256 !important
}
.s4bt_newAccentColor .webix_icon{
    color:#243256 !important
}
.s4bt_aquaColor{
    color:#25e4cb !important
}
.s4bt_brownColor{
    color:#aa8e64 !important
}
.s4bt_greenColor{
    color:#38b734 !important
}
.s4bt_purpleColor{
    color:#c231d8 !important
}
.s4bt_yellowColor{
    color:#f7dd18 !important
}
/*.s4bt_zindexPositive{
    z-index:1111 !important
}*/
.s4bt_zindexPositive1{
    z-index:1 !important
}
.s4bt_zindex1{
    position: absolute;
    z-index: 1
}
.s4bt_zindex0{
    z-index: 0 !important
}
.s4bt_zindex90{
    z-index: 90 !important
}
.s4bt_zindexWithBorderTop{
    position:relative;
    z-index: 999;
    border-top-width: 1px !important;
}
.s4bt_asteriksDefault .webix_icon{
    width:auto !important;
    font-size: 8px !important;
    color: #738596;
    height: 11px;
    vertical-align: middle !important
}
.s4bt_asteriksError .webix_icon{
    width:auto !important;
    font-size: 8px !important;
    color: #ee5244 !important;
    height: auto;
    vertical-align: middle !important
}
.s4bt_widthAuto{
    width: auto !important
}
.s4bt_widthAuto .webix_el_box,
.s4bt_widthAuto.webixtype_base{
    width: auto !important
}
.s4bt_heightAuto{
    height:auto !important;
    margin-top:0px !important;
    border:none !important
}
/* .s4bt_heightAuto .webix_el_box,
.s4bt_heightAuto .webix_el_box.webix_disabled_box{
    height:auto !important;
} */
.s4bt_heightJustAuto{
    height:auto !important;
    margin-top:0px !important;
}
.s4bt_maxHeight280.webix_form{
    height: auto !important;
    max-height:280px !important
}
.s4bt_borderBottom1px{
    border-bottom: 1px solid #e8ebee !important;
    position: relative;
    z-index: 11
}
.s4bt_minHeightAuto{
    min-height:auto !important;
}
.s4bt_minWidth226{
    min-width: 226px !important;
}
.s4bt_formHeightAuto{
    height:auto !important;
    border:none !important
}
/* .s4bt_heightAuto .webix_layout_line{
    height:auto !important;
} */
.s4bt_heightAuto.webix_layout_line{
    min-height: auto !important
}
.s4bt_heightAuto.webix_list-x .webix_list_item{
    height:auto !important;
    margin-top:0px !important;
    border:none !important;
    padding-right: 0px;
}

.s4bt_maxWidth100{
    width:auto !important;
    max-width:100% !important
}
.s4bt_borderRadius100{
    border-radius: 100% !important;
}
.s4bt_borderRadius4{
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.s4bt_borderRadius4AllAngle{
    border-radius: 4px !important;
}
.s4bt_scrollviewBodyBorder{
    width: 564px !important;
    height: 140px !important;
    position: relative;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #b7bec7;
    border-radius: 8px;
    border-style: dashed;
}
.s4bt_maxWidth50{
    width:auto !important;
    max-width:50% !important
}
.s4bt_maxWidth48{
    width:auto !important;
    max-width:48% !important
}
.s4bt_maxWidth25{
    width:auto !important;
    max-width:25% !important
}
.s4bt_maxWidth324px{
	width:auto !important;
    max-width:324px !important
}
.s4bt_width100{
    width:100% !important
}
.s4bt_width97{
    width:97% !important
}
.s4bt_widthHeight100{
    width:100% !important;
    height:100% !important;
}
.s4bt_width35{
    width:35% !important
}
/*.s4bt_width100 input{
    width:100% !important
}*/
.s4bt_width90{
    width:90% !important
}
.s4bt_width95{
    width:95% !important
}
.s4bt_height100 .webix_button{
    height:100% !important
}
.s4bt_height1px{
    height:1px !important
}
.s4bt_height100{
    height:100% !important
}
.s4bt_height153 .webix_scroll_cont{
    height:153px !important
}
.s4bt_height36{
    height:36px !important
}
/*.s4bt_width100 .webix_inp_textarea{
    width:100% !important
}*/
.s4bt_width100.webix_layout_line{
    width:100% !important
}
/* .s4bt_width100 .webix_layout_line{
    width:100% !important
} */
.s4bt_cleanTemplate.s4bt_width100{
    width:100% !important
}
.s4bt_width100.webix_scrollview {
    width:100% !important
}
.s4bt_width100 .webix_scroll_cont {
    width:100% !important;
}
.s4bt_layoutSubviewModalUpload.webix_layout_clean {
    width:100% !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.s4bt_headerDropError{
    border:1px solid #ee5244
}
.s4bt_fileNameContainerError{
    border:1px solid #ee5244;
    border-top: 0px
}

/*------------------------------------*\
    S4BT Loader
\*------------------------------------*/
.s4bt_loader.webix_el_button{
    margin: auto !important;
}
.s4bt_loader{
    font-size:10px !important;
    margin:0 auto;
    text-indent:-9999px;
    width:40px !important;
    height:40px !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
    border-radius:50%;
    background:#505c83 !important;
    background:-moz-linear-gradient(left, #505c83 10%, rgba(255, 255, 255, 0) 42%) !important;
    background:-webkit-linear-gradient(left, #505c83 10%, rgba(255, 255, 255, 0) 42%) !important;
    background:-o-linear-gradient(left, #505c83 10%, rgba(255, 255, 255, 0) 42%) !important;
    background:-ms-linear-gradient(left, #505c83 10%, rgba(255, 255, 255, 0) 42%) !important;
    background:linear-gradient(to right, #505c83 10%, rgba(255, 255, 255, 0) 42%) !important;
    -webkit-animation:load3 1.4s infinite linear;
    animation:load3 1.4s infinite linear;
    -webkit-transform:translateZ(0);
    -ms-transform:translateZ(0);
    transform:translateZ(0);
}
.s4bt_loader:before {
    width:50%;
    height:50%;
    background:#505c83 !important;
    border-radius:100% 0 0 0;
    position:absolute;
    top:0;
    left:0;
    content:'';
}
.s4bt_loader:after {
    background:#fff !important;
    width:75%;
    height:75%;
    border-radius:50%;
    content:'';
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
@-webkit-keyframes load3 {
    0% {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    100% {
      -webkit-transform:rotate(360deg);
      transform:rotate(360deg);
    }
}
@keyframes load3 {
    0% {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    100% {
      -webkit-transform:rotate(360deg);
      transform:rotate(360deg);
    }
}

/*------------------------------------*\
    S4BT Loader Accent
\*------------------------------------*/
.s4bt_loaderAccent.webix_el_button{
    margin: auto !important
}
.s4bt_loaderAccent {
    font-size:10px !important;
    margin:0 auto;
    text-indent:-9999px;
    width:40px !important;
    height:40px !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
    border-radius:50%;
    background:#505c83;
    background:-moz-linear-gradient(left, #505c83 10%, rgba(36,50,86, 0) 42%);
    background:-webkit-linear-gradient(left, #505c83 10%, rgba(36,50,86, 0) 42%);
    background:-o-linear-gradient(left, #505c83 10%, rgba(36,50,86, 0) 42%);
    background:-ms-linear-gradient(left, #505c83 10%, rgba(36,50,86, 0) 42%);
    background:linear-gradient(to right, #505c83 10%, rgba(36,50,86, 0) 42%);
    -webkit-animation:load3 1.4s infinite linear;
    animation:load3 1.4s infinite linear;
    -webkit-transform:translateZ(0);
    -ms-transform:translateZ(0);
    transform:translateZ(0);
}
.s4bt_loaderAccent:before {
    width:50%;
    height:50%;
    background:#505c83;
    border-radius:100% 0 0 0;
    position:absolute;
    top:0;
    left:0;
    content:'';
}
.s4bt_loaderAccent:after {
    background:#243256;
    width:75%;
    height:75%;
    border-radius:50%;
    content:'';
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
@-webkit-keyframes load3 {
    0% {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    100% {
      -webkit-transform:rotate(360deg);
      transform:rotate(360deg);
    }
}
@keyframes load3 {
    0% {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    100% {
      -webkit-transform:rotate(360deg);
      transform:rotate(360deg);
    }
}

/*------------------------------------*\
    S4BT ShowProgress Icon
\*------------------------------------*/
.webix_progress_icon .webix_progress_state {
    font-size:10px !important;
    margin:0 auto;
    text-indent:-9999px;
    width:40px !important;
    height:40px !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
    border-radius:50%;
    background:#8AA7C6;
    background:-moz-linear-gradient(left, #8AA7C6 10%, rgba(255, 255, 255, 0) 42%);
    background:-webkit-linear-gradient(left, #8AA7C6 10%, rgba(255, 255, 255, 0) 42%);
    background:-o-linear-gradient(left, #8AA7C6 10%, rgba(255, 255, 255, 0) 42%);
    background:-ms-linear-gradient(left, #8AA7C6 10%, rgba(255, 255, 255, 0) 42%);
    background:linear-gradient(to right, #8AA7C6 10%, rgba(255, 255, 255, 0) 42%);
    -webkit-animation:load3 1.4s infinite linear;
    animation:load3 1.4s infinite linear;
    -webkit-transform:translateZ(0);
    -ms-transform:translateZ(0);
    transform:translateZ(0);
}
.webix_progress_icon .webix_progress_state:before {
    width:50%;
    height:50%;
    background:#8AA7C6;
    border-radius:100% 0 0 0;
    position:absolute;
    top:0;
    left:0;
    content:'';
}
.webix_progress_icon .webix_progress_state:after {
    background:#fff !important;
    /* background:#f7f8f9; */
    width:75%;
    height:75%;
    border-radius:50%;
    content:'';
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.ciao .webix_progress_state:after{
    background:red !important;
}
@-webkit-keyframes load3 {
    0% {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    100% {
      -webkit-transform:rotate(360deg);
      transform:rotate(360deg);
    }
}
@keyframes load3 {
    0% {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    100% {
      -webkit-transform:rotate(360deg);
      transform:rotate(360deg);
    }
}

/*------------------------------------*\
    S4BT Animation
\*------------------------------------*/
.s4bt_alert,
.s4bt_animationChangeCard,
.s4bt_successMessage,
.s4bt_errorMessage,
.app,
.s4bt_secondFormMessageSetupModal{    
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeInRight;    
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeInRight;      
    -o-animation-duration: .8s;
    -o-animation-name: fadeInRight;     
    animation-duration: .8s;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

/*------------------------------------*\
    S4BT Legend List
\*------------------------------------*/
.s4bt_legendList .webix_list_item{
    width:100% !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    color: #4678aa;
    display: inline-flex;
    margin-top: 8px;
}
.s4bt_legendListHoriz.webix_view.webix_list-x {
    width: 100% !important;
}
.s4bt_legendListHoriz .webix_list_item{
    width:auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    color: #4678aa;
    display: inline-flex;
    margin-top: 8px;
}
.s4bt_iconLegendShowHide.webix_icon{
    font-size:13px;
    color:#5277a6;
    position:absolute;
    right:0;
    margin-top:4px
}
.s4bt_iconLegendShowHideRelative.webix_icon{
    font-size:13px;
    color:#5277a6;
    position:relative;
    right:0;
    margin-top:4px
}

/*------------------------------------*\
    S4BT Focus Field
\*------------------------------------*/
.s4bt_text input:focus,
.s4bt_textHeight36 input:focus,
.s4bt_textLoginHeight36 input:focus,
.s4bt_textarea textarea:focus,
.s4bt_textarea.s4bt_textareaHeightFixed textarea:focus,
.s4bt_daterangeHeight36.webix_el_datepicker .webix_inp_static:focus,
.s4bt_search.webix_el_search input:focus,
.s4bt_textView.webix_el_text input:focus,
.s4bt_selectHeight36.webix_el_select select:focus{
    box-shadow:inset 0 0 0 1px rgba(124,138,255, 1) !important;
    border:1px solid #7c8aff !important;
    position: relative !important;
    z-index:111 !important
}
.s4bt_textareaDisabilitata textarea:focus{
    box-shadow:none !important;
    border:1px solid #f0f2f4 !important;
    position: relative !important;
    z-index:111 !important
}
.s4bt_multiCombo .webix_focused .webix_inp_static,
.s4bt_multiComboHeight36 .webix_focused .webix_inp_static,
.s4bt_monocombo .webix_focused .webix_inp_static,
.s4bt_monocomboHeight36 .webix_focused .webix_inp_static{
    box-shadow:inset 0 0 0 1px rgba(124,138,255, 1) !important;
    border:1px solid #7c8aff !important;
}

/*------------------------------------*\
    S4BT Error Field
\*------------------------------------*/
.s4bt_text.s4bt_errorFields input,
.s4bt_textHeight36.s4bt_errorFields input,
.s4bt_monocombo.s4bt_errorFields .webix_inp_static,
.s4bt_textarea.s4bt_errorFields .webix_inp_textarea{
    box-shadow: inset 0 2px 4px 0 rgba(238, 82, 69, 0.2) !important;
    background-color: #ffffff !important;
    border: solid 1px #ee5244 !important;
}

/*------------------------------------*\
    S4BT Error Icon
\*------------------------------------*/
.s4bt_text.s4bt_errorFields span.webix_input_icon,
.s4bt_textHeight36.s4bt_errorFields span.webix_input_icon,
.s4bt_monocombo.s4bt_errorFields span.webix_input_icon,
.s4bt_textarea.s4bt_errorFields span.webix_input_icon{
    color: #ee5244;
}

/*------------------------------------*\
    S4BT Attachment height 36
\*------------------------------------*/
.s4bt_attachmentListWidth100{
    width: 100% !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.s4bt_attachmentList{
    width: -webkit-fill-available !important;
    background-color:transparent;
    height:34px !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 4px;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
}
.s4bt_attachmentList .webix_list_item{
    height:34px !important;
    border: none !important;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.3px;
    color: #666;
}  
.s4bt_attachmentButton.webix_view.webix_control.webix_el_button.webix_uploader{
    width:auto !important;
    display: inline-block;
    vertical-align: top;
    border-width: 0px;
    margin-top: 0px;
    margin-left: -1px;
    height: 34px !important;
    border:1px solid #d9dee3 !important;
    border-left:0px !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    right: 34px;
}
.s4bt_attachmentButtonRight36.webix_view.webix_control.webix_el_button.webix_uploader {
    width: auto !important;
    display: inline-block;
    vertical-align: top;
    border-width: 0px;
    margin-top: 0px;
    margin-left: -1px;
    height: 34px !important;
    border: 1px solid #d9dee3 !important;
    border-left: 0px !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    right: 36px;
}
.s4bt_attachmentButton .webix_el_box{
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
}
.s4bt_attachmentButton .webix_img_btn_abs.webixtype_base{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0px 4px;
    background-color:#f0f2f4 !important;
    border-right: 1px solid #d9dee3;
    position: relative;
    right: -1px;
    border-left: 1px solid #d9dee3;
}
.s4bt_attachmentButton100 .webix_img_btn_abs.webixtype_base{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0px 4px;
    background-color:#f0f2f4 !important;
    border-right: 1px solid #d9dee3;
    position: relative;
    right: 2px;
    border-left: 1px solid #d9dee3;
}
.s4bt_attachmentButton.webix_uploader .webix_img_btn .webix_icon,
.s4bt_attachmentButton.webix_uploader .webix_img_btn_abs .webix_icon {
    color: #4678aa !important;
    font-size: 16px;
    line-height: 2;
}
.s4bt_attachmentList .webix_remove_upload {
    float: right;
    color: #ee5244
}
.s4bt_attachmentList .webix_remove_upload .cancel_icon {
    background-image: none;
    font-family: "Webix Material Icons";
    font-size: 16px;
    margin: 0;
    height: auto;
    width: 20px;
}
.s4bt_attachmentList .webix_upload_client {
    width: 60px;
    text-align: center;
    float: right;
    color: #9cd638;
}
.s4bt_attachmentList .webix_list_item .webix_icon {
    font-size: 16px;
}
.s4bt_attachmentButtonHTML{
    border-width: 1px !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin-top: 0px !important;
    position: relative !important;
    right: 34px !important;
    width: 32px !important;
    height: 34px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    background-color: #f0f2f4 !important;
    margin-left: 0px !important
}
.s4bt_attachmentButtonHTMLReadonly{
    border-width: 1px solid #D9DEE2 !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin-top: 0px !important;
    position: relative !important;
    right: 34px !important;
    width: 32px !important;
    height: 34px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    background-color: #f0f2f4 !important;
    margin-left: 0px !important
}
.s4bt_formHeight300{
  height:350px !important;
}
.s4bt_formHeight300.webix_form{
  background-color:transparent
}

/*------------------------------------*\
    S4BT Accordion Show/Hide Columns
\*------------------------------------*/
.s4bt_accordionPopupShowHideCol.webix_layout_clean{
    width:100% !important;
    margin-left: 0px !important;
}
.s4bt_accordionPopupShowHideCol .webix_accordionitem.collapsed.vertical{
    width:auto !important;
    border:none !important;
}
.s4bt_accordionPopupShowHideCol .webix_accordionitem_header.collapsed{
    background-color:transparent !important;
    border:none;
}
.s4bt_accordionPopupShowHideCol .webix_accordionitem.horizontal.collapsed,
.s4bt_accordionPopupShowHideCol .webix_accordionitem.collapsed {
    background-color: transparent;
}
.s4bt_accordionPopupShowHideCol .webix_accordionitem_label{
    width: auto;
    height: auto;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    color: #cad1d8 !important;
}
.s4bt_accordionPopupShowHideCol .webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button,
.s4bt_accordionPopupShowHideCol .webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button,
.s4bt_accordionPopupShowHideCol .webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button {
    height: auto !important;
    margin: -12px 10px 0 10px;
    color: #cad1d8
}
.s4bt_accordionPopupShowHideCol .webix_accordionitem,
.s4bt_accordionPopupShowHideCol .webix_accordionitem .webix_accordionitem_header:hover,
.s4bt_accordionPopupShowHideCol .webix_accordionitem .webix_accordionitem_header:focus {
    width: auto !important;
    background-color: transparent !important;
    border: none;
}
.s4bt_shadow{
    box-shadow: inset 0 -8px 8px -6px rgba(92, 107, 122, 0.1);
    position: relative;
    z-index: 1;
}

/*------------------------------------*\
    S4BT Card Timeline
\*------------------------------------*/
.webix_el_button.s4bt_stepIconTimeline button{
    background-color: #fff;
    border: 2px solid #9cd638;
    border-radius: 100px;
    cursor: default;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #9cd638;
    cursor: pointer;
}
.s4bt_stepIconTimeline .webix_el_box {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important
}
.s4bt_stepIconTimeline.webix_control.webix_el_button{
    height:auto !important;
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
}
.s4bt_stepIconTimeline{
    position: relative;
    left: 16px;
    top: 56px;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1
}
.s4bt_stepIconTimeline .webix_icon_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #9cd638;
    font-size: 16px;
}
.s4bt_stepIconTimeline .webix_image{
    width: 24px !important;
    height: 24px !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* Step Disabled */
.webix_el_button.s4bt_stepIconTimeline.webix_disabled_view,
.webix_el_icon.s4bt_stepIconTimeline.webix_disabled_view{
    background-color: #fff;
    border: solid 2px #e8ebee !important;
    height:36px !important;
}
.s4bt_stepIconTimeline.webix_view.webix_control .webix_disabled_box button{
    background-color: #fff;
    border: none;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    text-align: center;
    color: #8d9196;
    opacity: .8;
}
.s4bt_cardTimeline.webix_layout_line{
    width: auto !important;
    height: auto !important;
}
.webix_view.webix_form.s4bt_cardTimeline.webix_layout_form{
    width: auto !important;
    height: auto !important;
    border: none;
    border-radius: 4px;
    background-color: #f7f8f9 !important;
    box-shadow: 0 4px 20px 0 rgba(92, 107, 122, 0.1);
    margin-top: 16px !important;
}
.s4bt_cardTimeline .webix_layout_line{
    display: inline-block;
    vertical-align: top;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.s4bt_cardTimeline.webix_layout_line{
    background-color: #f7f8f9 !important;
}
.s4bt_stepName{
    width: 192px !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #676b6f;
    position: relative;
    top: 0;
    padding-left: 32px;
}
.s4bt_stepName.webix_el_label div{
    line-height: 20px !important;
    padding-top:8px;
    padding-bottom:8px;
}
.s4bt_stepDescription{
    width: 192px !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px !important;
    letter-spacing: 0.4px;
    color: #919eac;
    background-color: transparent;
    border: none;
    padding-left: 32px;
}
.s4bt_stepDescriptionApproval{
    width: 192px !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #919eac;
    background-color: transparent;
    border: none;
} 
.s4bt_stepDescription.webix_el_s4btlabel div{
    line-height: 16px !important;
}
.s4bt_cardDate{
    width: 192px !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #676b6f;
    padding-left: 32px;
}
.s4bt_cardTime{
    width: 192px !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #676b6f;
    margin-top: -8px !important;
    padding-left: 32px;
}
.s4bt_stepNumberSignApproval{
    width: auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #676b6f;
}
.s4bt_footerCardTL{
    width:100% !important;
    height:auto !important;
    position: relative;
    bottom: 0;
}
.webix_el_button.s4bt_buttonFooterCardTimeline{
    width: 48px !important;
}
.s4bt_buttonFooterCardTimeline .webix_el_box{
    width: auto !important;
}
.s4bt_buttonFooterCardTimeline button{
    width: 40px !important;
    height: 24px !important;
    border-radius: 4px;
    background-color: #ddebff;
    margin-top: 3px;
    background: -moz-linear-gradient(top, #ddebff 0% , #ddebff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ddebff), color-stop(1, #ddebff));
}
.s4bt_buttonFooterCardTimeline .webix_img_btn{
    text-align: center
}
.s4bt_buttonFooterCardTimeline .webix_icon_btn{
    font-size: 16px;
    width: 12px !important;
    line-height: 1.5;
    color:#505c83;
}
.s4bt_buttonFooterCardTimelineDelete .webix_icon_btn{
    font-size: 16px;
    width: 12px !important;
    line-height: 1.5;
    color:#ee5244;
}
.s4bt_default{
    color: #d9dee3;
    border: 2px solid #d9dee3;
}
.s4bt_success{
    color: #9cd638;
    border: 2px solid #9cd638;
}




/*------------------------------------*\
    S4BT Card Audit
\*------------------------------------*/
.s4bt_cardAuditApert.webix_layout_line{
    width: auto !important;
    height: auto !important;
}
.webix_view.webix_form.s4bt_cardAuditApert.webix_layout_form{
    width: auto !important;
    height: auto !important;
    border: none;
    border-radius: 4px;
    background-color: #ffffff !important;
    box-shadow: 0 4px 20px 0 rgba(92, 107, 122, 0.1);
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.s4bt_cardAuditApert .webix_layout_line{
    display: inline-block;
    vertical-align: top;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.s4bt_cardAuditApert.webix_layout_line{
    background-color: #ffffff !important;
}

.webix_el_button.s4bt_iconAuditCard button{
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    cursor: default;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4678aa;
    cursor: default;
}
.s4bt_iconAuditCard .webix_el_box {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important
}
.s4bt_iconAuditCard.webix_control.webix_el_button{
    height:auto !important;
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
}
.s4bt_iconAuditCard{
    position: relative;
    left: 16px;
    top: 56px;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1
}
.s4bt_iconAuditCard .webix_icon_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #505c83;
    font-size: 16px;
}
.s4bt_iconAuditCard .webix_image{
    width: 24px !important;
    height: 24px !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}




/*------------------------------------*\
    S4BT List Dossier
\*------------------------------------*/
.s4bt_listDossier .webix_list_item{
    height: 82px !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #676b6f !important;
    padding-left: 36px !important;
}
.s4bt_buttonDossier .webix_icon_btn{
    color: #505c83 !important;
    background-color: transparent !important
}
.s4bt_buttonDossier button:hover,
.s4bt_buttonDossier button:focus {
    background-color: transparent !important
}

/*------------------------------------*\
    S4BT PDF Viewer
\*------------------------------------*/
.s4bt_progressBar .webix_progress_top .webix_progress_state,
.s4bt_progressBar .webix_progress_bottom .webix_progress_state {
    background: #4678aa;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
}
.s4bt_progressBar .webix_progress_top .webix_progress_state {
    background-size: 8px 8px;
}
.s4bt_progressBar .webix_progress_bottom .webix_progress_state {
    background-size: 12px 12px;
}
.s4bt_pdfBar.webix_toolbar.pdf_bar {
    width: 100% !important;
    background-color: #fff;
    border: none;
    padding: 8px 0;
}
.s4bt_pdfBar.webix_toolbar.pdf_bar .webix_icon_btn {
    color:#4678aa !important;
    background-color: transparent !important;
    font-size: 20px;
    line-height: 18px;
}
.s4bt_pdfBar.webix_toolbar.pdf_bar .webix_img_btn:focus,
.s4bt_pdfBar.webix_toolbar.pdf_bar .webix_img_btn:hover {
    background-color: transparent !important;
}
.s4bt_pdfBar.webix_toolbar.pdf_bar .webix_template {
    background-color: transparent;
    color: #434548;
    line-height: 2em;
}
.s4bt_pdfBar.webix_toolbar.pdf_bar .webix_el_box input,
.s4bt_pdfBar.webix_toolbar.pdf_bar .webix_inp_static {
    background-color: #fff;
    color: #434548;
    border-color: #d9dee3;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border-radius:4px;
}
.s4bt_pdfBar.webix_toolbar.pdf_bar .webix_el_box input:focus,
.s4bt_pdfBar.webix_toolbar.pdf_bar .webix_inp_static:focus {
    border-color: #d9dee3;
}
.s4bt_pdfBar.webix_toolbar.pdf_bar .webix_el_box .webix_input_icon {
    display: none
}
/* .webix_view.webix_popup.pdf_opt_list {
    border: none;
    border-radius:8px;
} */
.pdf_opt_list .webix_list {
    background-color: #fff;
    color: #434548;
}
.pdf_opt_list .webix_list .webix_list_item {
    border-color: #edeff0;
    line-height: 1.5em;
}
.pdf_opt_list .webix_list .webix_list_item.webix_selected,
.pdf_opt_list .webix_list .webix_list_item:hover {
    box-shadow: none !important;
    background: #f4f5f9 !important;
    color: #434548;
}
.s4bt_pdfViewer.webix_view.webix_pdf {
    width: 100% !important;
    background-color: #f0f2f4;
    overflow: auto;
    border: none;
    -webkit-overflow-scrolling: touch;
}

/*------------------------------------*\
    S4BT Card Datatable Mobile
\*------------------------------------*/
.s4bt_rowFirstCardMobile{
    height: auto !important;
    background-color: transparent;
    border: none
}
.s4bt_headerCardDatatableMobile .webix_accordionitem_header,
.s4bt_headerCardDatatableMobile .webix_accordionitem_body,
.s4bt_headerCardDatatableMobile .webix_accordionitem_header.collapsed{
    background-color: #fff !important;
    border:1px solid #f0f2f4 !important
}
.s4bt_modalAuthorisationsAccordion .s4bt_headerCardDatatableMobile .webix_accordionitem_header,
.s4bt_modalAuthorisationsAccordion .s4bt_headerCardDatatableMobile .webix_accordionitem_body,
.s4bt_modalAuthorisationsAccordion .s4bt_headerCardDatatableMobile .webix_accordionitem_header.collapsed{
    background-color: #fff !important;
}
.s4bt_headerCardDatatableMobile.webix_accordionitem.horizontal.collapsed,
.s4bt_headerCardDatatableMobile.webix_accordionitem.collapsed,
.s4bt_headerCardDatatableMobile.webix_accordionitem.vertical{
    width:auto !important;
    background-color: transparent;
    border-radius: 8px;
    border-width: 0px !important;
/*    box-shadow: 0 4px 20px 0 rgba(92, 107, 122, 0.1);*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom:8px !important
}
.s4bt_headerCardDatatableMobile .webix_accordionitem_label{
    width: auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #424548;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.s4bt_headerCardDatatableMobile .webix_accordionitem_button{
    color: #505c83 !important;
}
.s4bt_bottomRowCardDatatableMobile{
    height:auto;
    background-color:#f7f8f9;
    padding: 8px 0px 8px 16px;
}
.s4bt_sxTextBottomRowDatatableMobile{
    width: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.4px;
    color: #676b6f;
    display: inline-block;
}
.s4bt_dxTextBottomRowDatatableMobileInvalidUser{
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.4px;
    color: #ee5244;
    display: block;
    padding-right: 16px;
}
.s4bt_dxTextBottomRowDatatableMobileValidUser{
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.4px;
    color: #9cd638;
    display: block;
    padding-right: 16px;
}
.s4bt_dxTextBottomRowDatatableMobile{
    width: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.4px;
    color: #676b6f;
    display: inline-block;
}
.s4bt_textIconStatus{
    height: 33px;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    color: #424548;
    margin-left: -8px !important
}
.s4bt_textDataFooterCardMobile{
    height: 33px;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    color: #424548;
}
.s4bt_idNameInserimentoCardMobileNew,
.s4bt_idNameInserimentoCardMobileNew.webix_template{
    width:180px !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    border:none;
}
.s4bt_accordionFakeMobile{
    background-color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px !important;
    color: #243256 !important;
    line-height: 1.7;
    margin-right: 16px !important;
}
.s4bt_columnDatatableCardMobileHeightAuto{
    width:auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #8d9196;
    text-transform: uppercase;
    border: none;
    padding-left: 8px;
    background-color: transparent;
    margin-bottom: 6px;
}
.s4bt_columnDatatableCardMobileHeightAutoMobile{
    height: auto !important;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #8d9196;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    margin-bottom: 6px;
}
.s4bt_valueDatatableCardMobileHeightAuto{
    width: 85% !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #424548;
    border: none;
    background-color: transparent;
    padding-top: 0 !important;
    margin-top: 0 !important;
    display: block !important;
    padding-bottom: 8px !important;
    padding-left:8px;
}
.s4bt_footerCardDatMobile{
    border-top: 1px solid #e8ebee;
}
.s4bt_buttonFooterListProxSmart button,
.s4bt_buttonFooterListProxSmart:hover button:hover{
    height: 36px;
    border-radius: 18px;
    background-color: #ddebff;
    border: none;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 0.4px;
    color: #243256;
    text-transform: uppercase;
    margin-top: 10px !important;
    background: -moz-linear-gradient(top, #ddebff 0% , #ddebff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ddebff), color-stop(1, #ddebff));
}
.s4bt_buttonFooterListProxSmartDetails button,
.s4bt_buttonFooterListProxSmartDetails:hover button:hover{
    width: 36px !important;
    height: 36px !important;
    background-color: #ddebff;
    border-radius: 100px;
    margin-top: 10px !important;
    border:none;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #243256;
    float: right;
    margin: 23.5px 8px 0 10.5px;
    background: -moz-linear-gradient(top, #ddebff 0% , #ddebff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ddebff), color-stop(1, #ddebff));
}
html, body {
    overflow: hidden !important;
    margin: 0;
    padding: 0;
    max-width: 100vw;
    max-height: 100vh;
}
/*------------------------------------*\
    S4BT Modal
\*------------------------------------*/
.s4bt_modal{
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4px 30px 0 rgba(48, 56, 64, 0.6);
    border-width: 0px !important;  

    /*position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;*/
}
.s4bt_zIndex999{
    z-index: 9999 !important;
}
.s4bt_modalAssistantMultimedia{
    border-radius: 16px !important;
    background-color: #fff !important;
    box-shadow: 0 4px 30px 0 rgba(48, 56, 64, 0.6) !important;
    border-width: 0px !important;  
}
.s4bt_testModal{
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background-color: red;
}
.s4bt_modalZindex{
    z-index:9999 !important
}
.s4bt_zIndexDefaultPopup{
    z-index:114 !important
}
.s4bt_zIndexOverPopup.webix_window.webix_popup{
    z-index:99999 !important
}
.s4bt_modalHeader{
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    background-color: #fff;
    border: none !important;
    margin-left: 0px !important;
    margin-top: 0px !important;  
    box-shadow: 0 2px 30px -4px rgb(240, 240, 240);
    position: relative;
    z-index: 3 !important;  
}
.s4bt_modalHeaderNoShadow{
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    background-color: #fff;
    border: none !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    position: relative;
    z-index: 3 !important;  
}
.s4bt_modalHeaderGraphs{
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    background-color: #243256;
    border: none !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    position: relative;
    z-index: 3 !important;  
}
.s4bt_modalFooter{
    width: 100% !important;
    position: absolute;
    bottom: 0;
    margin-left: 0px !important;
    margin-top: 0px !important;  
    background-color: #fff;
    border: none !important;
    border-width: none !important;
    box-shadow: 0 -2px 30px -4px rgb(240, 240, 240);
    z-index: 2 !important;
}

/*------------------------------------*\
    S4BT Modal Configuratore
\*------------------------------------*/
.s4bt_modalConfiguratore{
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4px 30px 0 rgba(48, 56, 64, 0.6);
    border-width: 0px !important;  
}

/*------------------------------------*\
    S4BT Multi Uploader List
\*------------------------------------*/
.s4bt_multiUploaderList{
    background-color: #d9dee3;
}
.s4bt_multiUploaderList.webix_list{
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}
.s4bt_multiUploaderList .webix_list_item.webix_focused{
    height: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 5;
    letter-spacing: 0.4px;
    color: #676b6f;
    background-color: transparent !important
}
.s4bt_multiUploaderList .webix_list_item{
    height: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 5;
    letter-spacing: 0.4px;
    color: #676b6f;
}
.s4bt_multiUploaderList .webix_remove_upload{
    width: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #738596;
}
.s4bt_multiUploaderList .webix_remove_upload .cancel_icon {
  background-image: none;
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  margin: 0;
  font-weight: 100;
  height: auto;
  width: 20px;
  color: #738596;
}
.s4bt_multiUploaderList .webix_remove_upload .cancel_icon:hover {
  color: #738596;
}
.s4bt_multiUploaderList .webix_remove_upload .cancel_icon:before {
  content: "\F057";
}

/*------------------------------------*\
    S4BT Query
\*------------------------------------*/
.s4bt_fakeAccordion{
    background-color: #e8ebee;
    border-bottom: 1px solid #f0f2f4;
    padding-left: 16px;
}
.s4bt_accordionItemOutputQuery .webix_accordionitem_header,
.s4bt_accordionItemOutputQuery .webix_accordionitem_header.collapsed{
    background-color: #e8ebee !important;
}
.webix_accordionitem.s4bt_accordionItemOutputQuery.vertical{
    width: auto !important;
    border:none;
    margin-top:2px !important;
}
.s4bt_accordionItemOutputQuery .webix_accordionitem_label{
    font-family: Rubik;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 4.5;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #505c83;
    padding-left: 20px;
}
.s4bt_accordionItemOutputQuery .webix_accordionitem_button{
    width: 36px !important;
    height: 24px !important;
    border-radius: 4px;
    background-color: #d9dee3;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px !important;
    color: #94A1B3 !important;
    line-height: 1.7;
    margin-right: 24px !important;
}
.s4bt_iconEllipsis .webix_el_box,
.s4bt_iconEllipsis.webix_el_button{
    width: auto !important;
    padding-bottom:0;
    padding-left:4px;
    padding-right:8px
}
.s4bt_iconEllipsis button,
.s4bt_iconEllipsis:hover button,
.s4bt_iconEllipsis button .webix_selected{
    width: auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4678aa;
    background-color: transparent !important;
    border: none;
    text-transform: uppercase;
    background: -moz-linear-gradient(top, transparent 0% , transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,transparent), color-stop(1, transparent));
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.s4bt_iconEllipsis.webix_disabled_view.webix_control .webix_icon {
    color: #4678aa !important;
}
.s4bt_iconEllipsis .webix_disabled_box .webixtype_base{
    opacity: 0.3;
    color: #4678aa !important;
}

/*------------------------------------*\
    S4BT Spreadsheet
\*------------------------------------*/
.webix_dtable_focused .webix_area_selection,
.webix_dtable_focused .webix_area_selection_handle,
.webix_area_selection,
.webix_area_selection_handle{
    background: #759ec7;
}
.webix_invalid .webix_el_box input,
.webix_invalid .webix_el_box .webix_inp_static,
.webix_invalid .webix_el_box select,
.webix_invalid .webix_el_box textarea,
input.webix_invalid, select.webix_invalid,
textarea.webix_invalid {
    box-shadow: inset 0 2px 4px 0 rgba(238, 82, 69, 0.2) !important;
    background-color: #ffffff !important;
    border: solid 1px #ee5244 !important;
}

/*------------------------------------*\
    S4BT Chart
\*------------------------------------*/
.s4bt_chart.webix_chart{
    border: none !important;
    background: transparent;
}
.s4bt_chartPie.webix_chart{
    border: none !important;
    background: transparent;
    position: relative !important;
    left: -50% !important;
    transform: translateX(44%) !important;
}
.s4bt_chart.webix_chart .webix_chart_legend_item{
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    color: #4678aa;
}
.webix_chart .webix_axis_title_x,
.webix_chart .webix_axis_title_y{
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #738596;
}
.s4bt_radarChart.webix_chart .webix_canvas_text.webix_axis_item_y,
.s4bt_radarChart.webix_chart .webix_axis_title_y{
  color: #424548 !important;
  margin-top: 18px !important;
}

/*------------------------------------*\
    S4BT Range Chart
\*------------------------------------*/
.s4bt_rangechart.webix_chart{
    border:none !important;
    border-top: 2px solid #f0f2f4 !important;
    border-bottom: 2px solid #f0f2f4 !important;
}
.s4bt_rangechart .webix_chart_frame {
    background-color: #a0cfef;
    height: 100%;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    z-index: 150;
    border:none !important;
    cursor: pointer;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
    background-color: rgba(232, 239, 252, 0.5);
}
.s4bt_rangechart .webix_chart_resizer.left::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f104";
    font-size: 24px;
    color: #759ec7;
    position: relative;
    left: 67%;
    line-height: 1.4;
    margin-left: -10px;
}
.s4bt_rangechart .webix_chart_resizer.right::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f105";
    font-size: 24px;
    color: #759ec7;
    position: relative;
    left: 67%;
    line-height: 1.4;
    margin-left: -10px;
}
.s4bt_rangechart .webix_chart_resizer.left,
.s4bt_rangechart .webix_chart_resizer.right {
    background-image:none !important;
    border-radius: 100%;
    height: 32px;
    bottom: 0;
    width: 32px;
    z-index: 200;
    position: absolute;
    background-color: #fff;
    border: solid 2px #e8ebee;
    cursor: pointer;
} 

/*------------------------------------*\
    S4BT Drag List
\*------------------------------------*/
.s4bt_dragList.webix_list{
    border: none;
    background-color: transparent;
}
.s4bt_dragList .webix_list_item{
    min-height:30px !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    color: #fff;
    border:none;
    display: flex !important;
    margin-bottom: 4px !important;
}

/*------------------------------------*\
    S4BT Toolbar SpreadSheet Style
\*------------------------------------*/
.s4bt_sheetToolbar{
    background: #fff !important;
    border-top-color: #dddddd !important;
    overflow-x: scroll !important;
}
.s4bt_sheetToolbar:hover{
    overflow-x: scroll !important;
}
.s4bt_overflowScroll{
    position: relative;
    bottom:3px !important;
    left:3px !important;
    overflow-x: hidden !important;
}
/* width */
/*::-webkit-scrollbar {
    width: 4px;
    height:4px !important;
    border-radius:8px
}
 Track 
::-webkit-scrollbar-track {
    background: transparent; 
    border-radius:8px
}
 Handle 
::-webkit-scrollbar-thumb {
    background-color: silver;
    background: rgba(0, 0, 0, 0.3);
    border-radius:8px;
}
 Handle on hover 
::-webkit-scrollbar-thumb:hover {
    -moz-transition: height 0.3s 0.2s, margin 0.3s 0.2s;
    -webkit-transition: height 0.3s 0.2s, margin 0.3s 0.2s;
    -o-transition: height 0.3s 0.2s, margin 0.3s 0.2s;
    -ms-transition: height 0.3s 0.2s, margin 0.3s 0.2s;
    background-color: silver;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 3px 0px !important;
}*/

/*------------------------------------*\
    S4BT Buttons Toolbar Style
\*------------------------------------*/
/* Toolbar General Button */
.webix_ssheet .webix_ssheet_toolbar .s4bt_btnToolbarSpreadsheet .webixtype_base,
.webix_ssheet .webix_ssheet_toolbar .s4bt_btnToolbarSpreadsheet .webix_img_btn {
    font-size: 14px;
    border-radius: 4px;
    border: solid 1px #d9dee3 !important;
    background-color: #fff !important;
    color: #919eac;
}
.webix_ssheet .webix_ssheet_toolbar .s4bt_btnToolbarSpreadsheet.s4bt_richselectHeight32 .webixtype_base,
.webix_ssheet .webix_ssheet_toolbar .s4bt_btnToolbarSpreadsheet.s4bt_richselectHeight32 .webix_img_btn {
    font-size: 14px;
    background-color: #fff !important;
    color: #919eac;
    border-radius: 4px !important;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1) !important;
    border: solid 1px #d9dee3 !important;
    background-color: #ffffff !important;
}
.s4bt_btnToolbarSpreadsheet .wxi-menu-down:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f107" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 20px !important;
    color: #919eac !important;
}
/* Lock Button */
.s4bt_iconLock.webix_control.webix_el_icon{
    height:64px !important;
    border: 2px solid #4678AA !important;
    border-radius: 100% !important;
}
.s4bt_iconLock .webix_icon_button:hover:before {
    background: #fff !important
}
.s4bt_iconLock .webix_el_box{
    height: 64px !important;
    line-height: 64px !important;
}
.s4bt_iconLock .webix_icon_button .webix_icon{
    font-size: 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    color: #4678AA !important;
}
/* Icon Download Button */
.s4bt_dwnlIcnBtn .webix_icon_btn{
    width: auto !important
}
.webix_ssheet .webix_ssheet_toolbar .s4bt_dwnlIcnBtn .webixtype_base,
.webix_ssheet .webix_ssheet_toolbar .s4bt_dwnlIcnBtn .webix_img_btn {
    color: #1452cc !important;
    font-size: 11px !important;
    background-color: #e8effb !important;
    border: 1px solid #e8effb !important;
    border-radius: 24px !important;
}
.webix_ssheet_icon_print{
    background: none !important
}
.webix_ssheet_icon_print:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f02f" !important;
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.8;
    padding-left: 0px;
}
.s4bt_dwnlIcnBtn .fa-file-download:before {
    content: "\f56d";
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #1452cc !important;
}
/* Copy Sheet Button */
.s4bt_copySheet .webix_ssheet_icon_add_comment{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
}
.s4bt_btnToolbarSpreadsheet.s4bt_copySheet .webix_ssheet_icon_add_comment:before{
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f0c5" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 24px !important;
    color: #919eac !important;
}
/* Comment Button */
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_add_comment {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_add_comment:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f075" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 20px !important;
    color: #919eac !important;
}
/* Image Button */
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_add_image {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_add_image:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f03e" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 20px !important;
    color: #919eac !important;
}
/* Graph Button */
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_add_sparkline {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_add_sparkline:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f201" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 20px !important;
    color: #919eac !important;
}
/* Undo Button */
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_undo {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_undo:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f0e2" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Redo Button */
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_redo {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_redo:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f01e" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Borders Button */
.webix_ssheet_icon_borders.webix_ssheet_button_icon {
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -10px;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_borders {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_borders:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f84c" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* BordersNo Button */
.webix_ssheet_icon_borders_no {
    background-image: none !important;
}
.webix_ssheet_icon_borders_no:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f850" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Borders Left Button */
.webix_ssheet_icon_borders_left {
    background-image: none !important;
}
.webix_ssheet_icon_borders_left:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f84f" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Borders Top Button */
.webix_ssheet_icon_borders_top {
    background-image: none !important;
}
.webix_ssheet_icon_borders_top:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f855" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Borders Right Button */
.webix_ssheet_icon_borders_right {
    background-image: none !important;
}
.webix_ssheet_icon_borders_right:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f852" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Borders Right Button */
.webix_ssheet_icon_borders_bottom {
    background-image: none !important;
}
.webix_ssheet_icon_borders_bottom:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f84d" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Borders All Button */
.webix_ssheet_icon_borders_all {
    background-image: none !important;
}
.webix_ssheet_icon_borders_all:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f84c" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Borders Outer Button */
.webix_ssheet_icon_borders_outer {
    background-image: none !important;
}
.webix_ssheet_icon_borders_outer:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f851" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Borders Top & Bottom Button */
.webix_ssheet_icon_borders_top_bottom {
    background-image: none !important;
}
.webix_ssheet_icon_borders_top_bottom:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f84e" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Background Color Button */
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_background {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_background:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f576" !important;
    font-style: normal;
    font-weight: 200;
    font-size: 16px !important;
    color: #919eac !important;
    position: relative;
    top:-4px;
}
/* Text Color Button */
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_color {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_color:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f031" !important;
    font-style: normal;
    vertical-align:top;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Horizzontal Align Button */
.webix_ssheet_icon_left {
    background-image: none !important;
}
.webix_ssheet_icon_left:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f036" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1.3;
    font-size: 16px !important;
    vertical-align: top;
    color: #919eac !important;
}
.webix_ssheet_icon_center {
    background-image: none !important;
}
.webix_ssheet_icon_center:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f037" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1.3;
    font-size: 16px !important;
    vertical-align: top;
    color: #919eac !important;
}
.webix_ssheet_icon_right {
    background-image: none !important;
}
.webix_ssheet_icon_right:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f038" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1.3;
    font-size: 16px !important;
    vertical-align: top;
    color: #919eac !important;
}
/* Sort Asc Button */
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_sort_asc {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_sort_asc:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f160" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Clear Filter Button */
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_create_filter {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_create_filter:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f0b0" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Clear Button */
.s4bt_richselectHeight32 .webix_ssheet_icon_clear_styles {
    background-image: none !important;
}
.s4bt_richselectHeight32 .webix_ssheet_icon_clear_styles:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f12d" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Sort Desc Button */
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_sort_desc {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_sort_desc:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f161" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}
/* Add Link Button */
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_add_link {
    background-image: none !important;
}
.s4bt_btnToolbarSpreadsheet .webix_ssheet_icon_add_link:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f0c1" !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 16px !important;
    color: #919eac !important;
}

/*------------------------------------*\
    S4BT Label Fake Accordion Style
\*------------------------------------*/
.s4bt_headerFakeAccordion{
/*    height:auto !important;*/
    background-color:#fff !important;
    position: relative;
    z-index:11;
    border-bottom: solid 1px #d9dee3 !important;
}
.webix_ssheet_toolbar{
    border-width: 0px !important;
}
.webix_toolbar.webix_ssheet_toolbar.webix_layout_toolbar{
    border-top: 0px !important;
    border-right: 0px;
    border-bottom: 1px solid #dadee0 !important;
    border-left: 0px;
    margin-top: 0px !important;
    position: relative;
}
.webix_ssheet .webix_ssheet_toolbar .webix_el_s4btlabel.s4bt_labelAccordion {
    font-family: Rubik;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #738596 !important;
}
.webix_ssheet .webix_ssheet_toolbar .webix_el_s4btlabel.s4bt_labelAccordion div{
    line-height:40px !important;
    padding-left: 12px;
}
.webix_ssheet .webix_ssheet_toolbar .s4bt_fakeButtonAcc .webix_img_btn,
.webix_ssheet .webix_ssheet_toolbar .s4bt_fakeButtonAcc .webix_img_btn:hover{
    background-color: #fff !important
}
.webix_ssheet .webix_ssheet_toolbar .s4bt_fakeButtonAcc .webix_icon_btn {
    font-size: 16px !important;
    color: #759ec7 !important;
    line-height: 2;
}

/*------------------------------------*\
    S4BT Live Editor Style
\*------------------------------------*/
.webix_toolbar.webix_ssheet_toolbar {
    background: #fff;
}
.webix_ssheet .webix_ssheet_toolbar .webix_el_label {
    height:auto !important;
    font-family: Rubik;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #738596;
}
.webix_ssheet .webix_ssheet_toolbar .webix_el_label div{
    line-height:16px !important;
}
.webix_ssheet_formula input{
    border-radius: 4px;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3;
    background-color: #ffffff;
}
.webix_ssheet_formula input:focus{
    border-radius: 4px;
    box-shadow: none;
    border: solid 2px #759ec7;
    background-color: #ffffff;
}
.webix_view.webix_control .webix_disabled_box input{ 
    color: #94A1B3;
    background: #fbfbfd;
    border-color: #EDEFF0;
    box-shadow: none !important;
}

/*------------------------------------*\
    S4BT Header SpreadSheet Style
\*------------------------------------*/
.s4bt_spreadsheet .webix_ss_header {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    color: #424548;
    letter-spacing: 0.2px;
    background-color: #e8effc !important;
}
.s4bt_spreadsheet .webix_ssheet_table .webix_ss_header,
.s4bt_spreadsheet .webix_ssheet_table .webix_ss_header TD,
.s4bt_spreadsheet .webix_ssheet_table .webix_ss_vscroll_header {
    background: #e8effc;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #424548;
}
.s4bt_spreadsheet .webix_dtable .webix_ss_left .webix_column.webix_last > div {
    border-right: solid 1px #d1ddeb;
    background-color: #e8effc;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #424548;
}
 
/*------------------------------------*\
    S4BT Footer SpreadSheet Style
\*------------------------------------*/
.webix_ssheet_bottom_toolbar.webix_layout_toolbar {
    background-color: #cad1d8;
}
.ssheet_list_sheets {
    background: #cad1d8;
}
.ssheet_list_sheets .webix_list_item:first-child {
    border-left: none;
}
.webix_ssheet_icon_add_sheet:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f055" !important;
    font-weight: 200;
    font-size: 22px;
}
.webix_ssheet_sheet_arrow.wxi-menu-down:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f142" !important;
    font-weight: 200 !important;
}
.webix_ssheet_bottom_toolbar.webix_layout_toolbar .webixtype_base,
.webix_ssheet_bottom_toolbar.webix_layout_toolbar .webixtype_base:hover{
    color: #4678aa;
    border:none !important;
    background: transparent;
}
.ssheet_list_sheets .webix_list_item,
.ssheet_list_sheets .webix_list_item:hover{
    border: none;
    background: #cad1d8;
    font-family: Rubik;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0.4px;
    color: #738596;
    padding-right: 3px;
    margin-right: 16px !important;
    text-transform: uppercase !important;
}
.ssheet_list_sheets .webix_input_icon{
    background-color: #fff;
    font-size: 15px;
    width: 16px !important;
    height: 16px !important;
    padding:0px !important;
    line-height: 1.1;
    margin-top: 8px;
    border-radius: 100%;
    text-align: center; 
}
.ssheet_list_sheets .webix_list_item.webix_selected,
.ssheet_list_sheets .webix_list_item.webix_selected:hover{
    color: #4678aa;
    box-shadow: inset 0 28px #cad1d8 !important; 
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: linear-gradient(#cad1d8, #759ec7);
    font-family: Rubik;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal; 
    letter-spacing: 0.4px;
    padding-right: 3px;
    text-transform: uppercase;
}

/*------------------------------------*\
    S4BT Modal SpreadSheet Style
\*------------------------------------*/
.webix_ssheet_dialog .webix_win_head {
    border-bottom-color: #fff;
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    background-color: #fff;
    border: none !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    box-shadow: 0 2px 30px -4px rgb(240, 240, 240);
    position: relative;
    z-index: 3 !important;
}
.webix_ssheet_dialog .webix_win_head .webix_el_label > div{
    color: #4678aa !important;
    text-align: left !important;
    font-family: Rubik;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
}
.webix_el_button.close{
    display: inline-block;
    max-width: 36px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 100px;
    background: -moz-linear-gradient(top, #ee5244 0% , #ee5244 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ee5244), color-stop(1, #ee5244));
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
}
.webix_ssheet_hide_icon {
    width: 22px;
    height: 22px;
    background: none;
}
.webix_ssheet_hide_icon:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f00d" !important;
    font-weight: 200;
    font-size: 18px;
    color: #fff;
    position: relative;
    top: -4px;
    left: -2px;
}
.s4bt_richselectModalSpreadsheet.webix_el_richselect .webix_el_box{
    height:auto !important
}
.s4bt_richselectModalSpreadsheet .webix_inp_top_label{
    text-align: left;
    font-family: Rubik;
    height: auto !important;
    font-weight: 500;
    color: #738596;
    padding: 8px 0px 0px;
    font-size: 13px;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
}
.s4bt_richselectModalSpreadsheet.webix_el_richselect .webix_inp_static {
    height:auto !important;
    min-height:36px !important;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3;
    font-size: 16px;
    border-radius:4px;
    padding-top:3px
}
.s4bt_richselectModalSpreadsheet.webix_el_richselect .webix_input_icon.wxi-menu-down {
    padding-top:8px !important
}
.s4bt_richselectModalSpreadsheet.webix_el_richselect .webix_input_icon.wxi-menu-down:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f107" !important;
    font-weight: 200;
    font-size: 18px;
    color: #94A1B3;
}
.s4bt_richselectModalSpreadsheet .webix_placeholder {
    color: #94A1B3;
    padding-left: 8px;
}
.s4bt_richselectModalSpreadsheet .webix_list .webix_list_item {
    width:auto !important;
    min-height:34px !important;
    height:auto !important;
    border-bottom: 1px solid #EDEFF0;
    padding: 8px 12px !important;
    white-space: normal !important;
    line-height: 1.4;
}
.s4bt_richselectModalSpreadsheet .webix_list_item.webix_selected {
    width:auto !important;
    box-shadow: none !important;
    background: #f4f5f9 !important;
    color: #759ec7;
}
.webix_list_item.webix_selected .s4bt_selector{
    border: 2px solid;
    border-left-style: solid;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #505c83;
    padding-bottom: 22px;
    box-shadow: none !important;
    position: absolute;
    left: 0;
    background-color: #505c83;
}
.s4bt_textModalSpreadsheet.webix_el_text .webix_el_box{
    height:auto !important
}
.s4bt_textModalSpreadsheet.webix_el_text .webix_inp_top_label {
    text-align: left;
    font-family: Rubik;
    height: auto !important;
    font-weight: 500;
    color: #738596;
    padding: 8px 0px 0px;
    font-size: 13px;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
}
.s4bt_textModalSpreadsheet.webix_el_text input{
    height:auto !important;
    min-height:36px !important;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3;
    font-size: 16px;
    border-radius:4px;
    padding-top:3px
}
.s4bt_colorpickerSpreadsheet.webix_el_colorpicker .webix_el_box{
    height:auto !important
}
.s4bt_colorpickerSpreadsheet.webix_el_colorpicker .webix_inp_top_label {
    text-align: left;
    font-family: Rubik;
    height: auto !important;
    font-weight: 500;
    color: #738596;
    padding: 8px 0px 0px;
    font-size: 13px;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
}
.s4bt_colorpickerSpreadsheet.webix_el_colorpicker .webix_inp_static{
    height:auto !important;
    min-height:36px !important;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3;
    font-size: 16px;
    border-radius:4px;
    padding-top:3px
}
.s4bt_colorpickerSpreadsheet.webix_ssheet_colorpicker .webix_input_icon {
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
.webix_dtable.s4bt_datatableModalSpreadsheet{
    border-radius: 8px !important;
    border: 1px solid #e8ebee !important;
}
.s4bt_datatableModalSpreadsheet .webix_dd_drag_column,
.s4bt_datatableModalSpreadsheet .webix_ss_header,
.s4bt_datatableModalSpreadsheet .webix_ss_header TD{
    font-size: 14px;
    color: #4a4a4a;
    background-color: transparent !important;
    border: none;
}
.s4bt_datatableModalSpreadsheet.webix_ssheet_table .webix_ss_header tr:last-child td {
    border-bottom: 1px solid #e8ebee !important;
}
.s4bt_datatableModalSpreadsheet .webix_hcell {
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #8d9196;
    text-transform: uppercase;
    padding-left: 16px;
    align-items: center;
    text-align: left;
}
.s4bt_datatableModalSpreadsheet .webix_cell {
    font-family: Rubik;
    font-size: 14px;
    color: #424548;
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: none;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    line-height: normal !important;
    padding-left: 16px;
}
.s4bt_datatableModalSpreadsheet .webix_column>div, .webix_table_cell {
    padding-top: 8px;
    padding-bottom: 8px;
}
.s4bt_datatableModalSpreadsheet .webix_column>div.webix_row_select {
    color: #424548;
    background-color: #e8effc;
    box-shadow: none !important
}
.s4bt_datatableModalSpreadsheet .webix_cell:nth-child(2n){
    background-color:#f7f8f9;
}
.s4bt_iconDelete .webix_icon_button .webix_icon,
.s4bt_iconDelete .webix_icon_button:hover:before{
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #ee5244;
    padding-right: 8px;
    line-height: 1.3;
    background-color:transparent !important
}

/*------------------------------------*\
    S4BT Combo Height32
\*------------------------------------*/
.s4bt_comboHeight32.webix_el_combo input{
/*    height:auto !important;*/
    border-radius: 4px;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3;
    background-color: #ffffff;
}
.s4bt_comboHeight32.webix_el_combo .webix_placeholder{
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.26px;
    color: #919eac !important;
}
.s4bt_comboHeight32.webix_el_combo ::-webkit-input-placeholder {
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.26px;
    color: #919eac !important;
}
.s4bt_comboHeight32.webix_el_combo ::-moz-placeholder {
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.26px;
    color: #919eac !important;
}
.s4bt_comboHeight32 .webix_list .webix_list_item {
    width:auto !important;
    min-height:34px !important;
    height:auto !important;
    border-bottom: 1px solid #EDEFF0;
    padding: 8px 12px !important;
    white-space: normal !important;
    line-height: 1.4;
}
.s4bt_comboHeight32 .webix_list_item.webix_selected {
    width:auto !important;
/*    height:auto !important;*/
    box-shadow: none !important;
    background: #f4f5f9 !important;
}
.webix_list_item.webix_selected .s4bt_selector{
    border: 2px solid;
    border-left-style: solid;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #505c83;
    padding-bottom: 22px;
    box-shadow: none !important;
    position: absolute;
    left: 0;
    background-color: #505c83;
}



.s4bt_marginTop8{
    margin-top: 8px !important
}

/*------------------------------------*\
    S4BT Spreadsheet Pagination
\*------------------------------------*/
.s4bt_paginatonSpreadsheet.webix_pager_item.ssheet_pager_inactive{
    background: #f7f8f9 !important;
    border-color: #f7f8f9 !important;
    color: #CAD1D8 !important;
    width: 30px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 4px;
}
.s4bt_paginatonSpreadsheet.webix_pager_item.ssheet_pager_inactive .webix_icon.wxi-menu-left:before{
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f104" !important;
    font-weight: 200;
    font-size: 22px;
    color: #CAD1D8 !important;
}
.s4bt_paginatonSpreadsheet.webix_pager_item.ssheet_pager_inactive .webix_icon.wxi-menu-right:before{
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f105" !important;
    font-weight: 200;
    font-size: 22px;
    color: #CAD1D8 !important;
}
.s4bt_paginatonSpreadsheet.webix_pager_item{
    background: #fff !important;
    border-color: #fff !important;
    color: #1452CC;
    width: 30px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 4px !important;
}
.s4bt_paginatonSpreadsheet.webix_pager_item .webix_icon.wxi-menu-left:before{
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f104" !important;
    font-weight: 200;
    font-size: 22px;
    color: #1452CC !important;
}
.s4bt_paginatonSpreadsheet.webix_pager_item .webix_icon.wxi-menu-right:before{
    font-family: 'Font Awesome 5 Pro' !important;
    content:"\f105" !important;
    font-weight: 200;
    font-size: 22px;
    color: #1452CC !important;
}

/*------------------------------------*\
    S4BT Richelect Height32
\*------------------------------------*/
.webix_toolbar.webix_ssheet_toolbar .s4bt_richselectHeight32 .webix_inp_static,
.webix_toolbar.webix_ssheet_toolbar .s4bt_richselectHeight32 .webix_el_box:hover .webix_inp_static,
.webix_ssheet_color .s4bt_richselectHeight32 .webix_inp_static{
    border-radius: 4px !important;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1) !important;
    border: solid 1px #d9dee3 !important;
    background-color: #ffffff !important;
    line-height: 24px !important;
    white-space: normal !important;
    padding-top: 2px !important;
}
.s4bt_iconSectionProfile.webix_control.webix_el_icon{
    width: auto !important;
    height: 38px;
    cursor: default !important;
    background-color:transparent !important
}
.s4bt_iconSectionProfile .webix_icon_button,
.s4bt_iconSectionProfile .webix_icon_button:hover:before{
    width: 24px !important;
    height: 38px;
    cursor: default !important;
    background-color:transparent !important
}
.s4bt_iconSectionProfile .webix_icon_button .webix_icon {
    font-size: 16px;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    cursor: default !important;
    color: #676b6f;
}
.s4bt_iconAccProfileSetup{
    color: #fff !important;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 13px !important;
    margin-left: 6px;
}
.s4bt_iconProxAccProfileSetup{
    color: #fff !important;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 11px !important;
    margin-left: 8px;
}
.s4bt_imgLibroFirmaAccSetup{
    width: 18px;
    height: 24px;
    vertical-align: bottom;
    margin-right: 13px;
    padding-left: 7px;
}
/* Input Checkbox */
.s4bt_inputCheckbox[type="checkbox"]:before{
    position: relative;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    font-size: 13px;
    vertical-align: bottom;
    margin-right: 8px;
    border-radius: 2px;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3;
    background-color: #fff;
    cursor: pointer;
}
.s4bt_inputCheckbox[type="checkbox"]:after{
    position: relative;
    display: block;
    left: 3px;
    top: -15px;
    width: 16px;
    height: 16px;
    content: "";
    cursor: pointer;
}
.s4bt_inputCheckbox[type="checkbox"]:checked:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    font-size:12px;
    cursor: pointer;
    color: #505c83 !important
}
.s4bt_dragHover{
    width: auto !important;
    height: 134px !important;
    margin: 8px !important;
    border: 1px solid #b7bec7 !important;
    border-style: dashed !important;
    border-radius: 4px !important;
    background-color: rgba(183, 190, 199, .3);
}
.s4bt_dragHoverHeight30{
    width: auto !important;
    height: 30px !important;
    margin: 8px !important;
    border: 1px solid #b7bec7 !important;
    border-style: dashed !important;
    border-radius: 4px !important;
    background-color: rgba(183, 190, 199, .3);
}
.s4bt_normalDrag{
    border: none !important;
    background-color: transparent !important;
}

input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor:pointer !important;
}
.div {
    min-width:108px !important;
    width:auto !important;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px !important;
    border: none !important;
    border-radius: 24px;
    background-color: #fff !important;
    font-family: Rubik !important;
    font-size: 13px;
    font-weight: 500 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.6px;
    text-align: center;
    color: #243256 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}
.s4bt_attachmentIcon {
    font-size: 16px !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.8 !important;
    text-align: center !important;
    color: #505c83 !important;
    cursor: pointer !important;
    position: relative !important;
    right: 5px !important;
}
.s4bt_labelHtml {
    display: inline-block;
    position: relative;
    height: auto;
    width: auto;
    cursor: pointer !important;
}
.s4bt_fakeField {
    width: auto !important;
    height: 36px !important;
    padding: 0px;
    border-radius: 4px !important;
    color: #666;
    padding-right: 24px;
    background-color: #fff !important;
    font-family: 'Rubik';
    -webkit-appearance: none;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3 !important;
    font-size: 16px;
    line-height: 0;
}
.s4bt_fakeFieldError {
    width: auto !important;
    height: 36px !important;
    padding: 0px;
    border-radius: 4px !important;
    color: #666;
    padding-right: 24px;
    background-color: #fff !important;
    font-family: 'Rubik';
    -webkit-appearance: none;
    box-shadow: inset 0 2px 4px 0 rgba(238, 82, 69, 0.2) !important;
    border: solid 1px #ee5244 !important;
    font-size: 16px;
    line-height: 0;
}
.webix_modal {
    background-color: rgba(70, 82, 93, 0.767);
    opacity: .8;
}
.modalBlur{
    -webkit-filter: blur(4px) !important;
    -moz-filter: blur(4px) !important;
    -o-filter: blur(4px) !important;
    -ms-filter: blur(4px) !important;
    filter: blur(4px) !important;
}
.s4bt_modalBlur{
    -webkit-filter: blur(4px) !important;
    -moz-filter: blur(4px) !important;
    -o-filter: blur(4px) !important;
    -ms-filter: blur(4px) !important;
    filter: blur(4px) !important;
}


/*------------------------------------*\
    S4BT Footer Configuratore
\*------------------------------------*/
.s4bt_footerPageConfiguratore{
    box-shadow: 0 -16px 24px -16px rgba(92, 107, 122, 0.3) !important;
    position: absolute;
    z-index: 111;
}

/*------------------------------------*\
    S4BT Color Picker
\*------------------------------------*/
.s4bt_colorPickerHeight36 .webix_view div{
    min-height:36px !important;
    height: auto !important;
    border:none
}
.s4bt_colorPickerHeight36 .webix_template{
    width: auto;
    padding: 7px 12px;
    color: #434548;
    background-color: #fff;
    font-family: 'Rubik';
    -webkit-appearance: none;
    border-radius: 4px;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: 1px solid #d9dee3 !important;
    font-size: 16px;
}





/*------------------------------------*\
    S4BT Audit Trail
\*------------------------------------*/
.s4bt_iconFilterAudit{
    width:32px !important;
    height:32px !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: 0.3px;
    text-align: center;
    color: #505c83;
    border: 2px solid #d9dee3;
    border-radius:100px;
    background-color:#fff;
}





/*------------------------------------*\
    S4BT Message Notify
\*------------------------------------*/
.s4bt_contenitoreItemNotifica{
    display: flex;
    padding-bottom:8px;
    max-height: 9em;          /* 6-8 righe */
    overflow: hidden;
    position: relative;
}
.s4bt_contenitoreItemNotifica::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1em;
    background: linear-gradient(transparent, rgba(10,24,51, 0.9));
}
.webix_s4btMessage div{
  border-radius: 8px;
  border-width: 0px !important;
  /*background-color: #545e6a;*/
  background-color: rgba(10,24,51, 0.9);
  padding: 8px !important;
  margin: 0px !important;
  position:relative;
  z-index:999999
}
.webix_s4btMessage {
  border-radius: 8px;
  border-width: 0px !important;
  /*background-color: #545e6a;*/
  background-color: rgba(10,24,51, 0.9);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}
.webix_message_area {
    position: fixed;
    right: 5px;
    top:64px !important;
    width: 250px;
    z-index: 3 !important;
}
.s4bt_titoloNotifiche{
  font-family: Rubik;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #f5007a;
  text-align: left;
  text-transform: none;
  margin-top:0;
  margin-bottom:4px
}
.s4bt_titoloAttenzione{
  font-family: Rubik;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #fbbf3c !important;
  text-align: left;
  text-transform: none;
  margin-top:0;
  margin-bottom:4px
}
.s4bt_descrizioneNotifiche{
  height:auto;
  font-family: Rubik;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #ffffff;
  text-align: left;
  text-transform: none;
  margin:0
}





.s4bt_intestazioneCardformActivity.webix_layout_line{
    width: auto !important;
    background-color: #f0f2f4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.s4bt_borderRadiusOnlyTop{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
/*------------------------------------*\
	S4BT Note
\*------------------------------------*/
.s4bt_note{
    width:auto !important;
    height: auto !important;
    background-color: #f7f8f9;
    border-radius: 4px;
    display: table;
    padding-left: 8px;
}
.s4bt_noteWhite{
    width:auto !important;
    height: auto !important;
    background-color: #fff;
    border-radius: 4px;
    display: table;
    padding-left: 13px;
}
.s4bt_noteTemplate.webix_template{
    height: auto !important;
    padding: 0px !important;
}
.s4bt_noteTemplate.webix_el_s4btlabel{
    height: auto !important;
}

.s4bt_noteLabel{
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #ee5244;
    text-transform: none !important
}
.s4bt_noteDesc{
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    line-height: 20px;
    color: #676b6f;
    text-transform: none !important;
    padding: 6px;
}
.s4bt_noteLabel,
.s4bt_noteDesc {
    display: table-cell;
    vertical-align: top;
}





.s4bt_positionRltvTop50{
    position:relative;
    top:50%;
    transform:translateY(-50%)
}


/* DA FARE */
/* .webix_view.webix_layout_accordion{
    height: auto !important
}
.webix_view.webix_accordionitem .vertical{
    height: auto !important
} */


.s4bt_textHeaderModuleDetProc{
    width: auto !important;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
    vertical-align: top;
}




.column{
    box-sizing: border-box;
}
.s4bt_columnText {
    float: left;
    width: 50%;
/*    padding: 0px 10px 10px;*/
    height: auto;
}
.s4bt_columnTextMobile {
    float: left;
    width: 80%;
    padding: 0px;
    height: auto;
}
.s4bt_columnButton {
    float: left;
    /*padding: 10px;*/
    height: auto;
    position: absolute;
    top: 50%;
    /*right: 80px;*/
    right: 64px;
    transform: translateY(-50%);
}

.s4bt_multimediali{
    height:100% !important;
    border:none !important;
}




/*------------------------------------*\
    s4bt Dossier
\*------------------------------------*/
.s4bt_fontTitleModalMsgConferma{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:18px !important;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.25;
    letter-spacing:normal;
    text-align:center;
}
.s4bt_fontButtons{
    width:auto;
    height:auto;
    font-family:Rubik;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.43;
    letter-spacing:0.3px;
}




/*------------------------------------*\
    s4bt Fieldset
\*------------------------------------*/
.s4bt_onlyBorderTop.webix_fieldset{
  height:auto !important;
  padding-top:8px !important
}
.s4bt_onlyBorderTop.webix_fieldset > fieldset {
  border-top:1px solid #505c83;
  border-bottom:none;
  border-left:none;
  border-right:none;
  margin: 0px;
  text-align: left;
}
.s4bt_fieldset.webix_fieldset{
  height:auto !important;
}
.s4bt_fieldset.webix_fieldset > fieldset {
  border:1px solid #D9DEE3;
  border-radius:8px
}
.s4bt_fieldset .webix_fieldset_label {
  color: #475466;
  font-size: 12px;
  padding: 0px 8px;
  text-transform: uppercase;
  margin-left: 8px;
}
.s4bt_switch{
  height:24px;
  background-color:#ffffff;
  border-radius:6px;
  border:1px solid #D9DEE3;
  box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
  display: inline-block;
  overflow: hidden;
}
.s4bt_labelFieldset{
  height:24px;
  display: inline-block;
  overflow: hidden;
  font-family: Rubik;
}
.s4bt_switchLeft {
  float: left;
  width: 40px;
  height:24px;
  text-transform:none;
  line-height: 2;
  text-align:center;
  cursor:pointer
}
.s4bt_switchRight {
  width: 40px;
  height:24px;
  text-transform:none;
  overflow: auto;
  line-height: 2;
  text-align:center;
  cursor:pointer
}
.s4bt_switchButtonsSelected{
  background-color:#505c83;
  color:#ffffff;
}

.webix_toolbar .webixtype_base {
    border: none !important;
}







/*------------------------------------*\
    Versione DESKTOP
\*------------------------------------*/
@media only screen and (min-width: 1025px) {
    /* HEADER Lista Processi */
    .webix_view .s4bt_iconaMoreListaProcessi
    {
        display:none !important;
    }
    .webix_button .s4bt_esportaXLSListProcess
    {
        display:block !important;
    }
    .webix_button .s4bt_nuovoProcessoListaProcessi
    {
        display:block !important;
    }
    
    /* HEADER Attività */
    .webix_button .s4bt_esportaXLSAttivita
    {
        display:block !important;
    }
    
    /* HEADER Anagrafiche Custom */
    .webix_view .s4bt_iconaMoreAnagraficheCustom
    {
        display:none !important;
    }
    .webix_button .s4bt_esportaXLSAnagCustom
    {
        display:block !important;
    }
    .webix_button .s4bt_nuovaAnagraficaCustom
    {
        display:block !important;
    }
    
    /* HEADER Allegati */
    .webix_view .s4bt_iconaMoreAllegati
    {
        display:none !important;
    }
    .webix_button .s4bt_esportaXLSAllegato
    {
        display:block !important;
    }
    .webix_button .s4bt_nuovoAllegato
    {
        display:block !important;
    }
    .webix_view .spaceLeftCloseToolbar
    {
        display:none !important;
    }
    
    /* FOOTER Configuratore Anagrafiche */
    .webix_view .s4bt_iconaMoreConfiguratoreAnagrafiche
    {
        display:none !important;
    }
    
    /* FOOTER Configuratore Dossier */
    .webix_view .s4bt_iconaMoreConfDoss
    {
        display:none !important;
    }
    
    /* FOOTER Configuratore Processi */
    .webix_view .s4bt_iconaMoreConfProc
    {
        display:none !important;
    }
    
    /* FOOTER Configuratore Tabelle Popolamento */
    .webix_view .s4bt_iconaMoreConfTabPop
    {
        display:none !important;
    }
}



/*------------------------------------*\
    Versione TABLET
\*------------------------------------*/
@media only screen and (max-width: 1524px) {
    /* FOOTER Configuratore Anagrafiche */
    .webix_view .s4bt_esportaXLSConfAnag
    {
        display:none !important;
    }
    .webix_view .s4bt_generaConfAnag
    {
        display:none !important;
    }
    .webix_view .s4bt_installaConfAnag
    {
        display:none !important;
    }
    .webix_view .s4bt_installaConfAnag
    {
        display:none !important;
    }
    .webix_view .s4bt_iconaMoreConfiguratoreAnagrafiche
    {
        display:block !important;
    }
    
    /* FOOTER Configuratore Dossier */
    .webix_view .s4bt_esportaXLSConfDossier
    {
        display:none !important;
    }
    .webix_view .s4bt_generaConfDossier
    {
        display:none !important;
    }
    .webix_view .s4bt_installaConfDossier
    {
        display:none !important;
    }
    .webix_view .s4bt_installaConfDossier
    {
        display:none !important;
    }
    .webix_view .s4bt_iconaMoreConfDossier
    {
        display:block !important;
    }
    
    /* FOOTER Configuratore Processi */
    .webix_view .s4bt_esportaXLSConfProc
    {
        display:none !important;
    }
    .webix_view .s4bt_generaConfProc
    {
        display:none !important;
    }
    .webix_view .s4bt_installaConfProc
    {
        display:none !important;
    }
    .webix_view .s4bt_installaConfProc
    {
        display:none !important;
    }
    .webix_view .s4bt_iconaMoreConfProc
    {
        display:block !important;
    }
    
    /* FOOTER Configuratore Tabelle Popolamento */
    .webix_view .s4bt_esportaXLSConfTabPop
    {
        display:none !important;
    }
    .webix_view .s4bt_generaConfTabPop
    {
        display:none !important;
    }
    .webix_view .s4bt_installaConfTabPop
    {
        display:none !important;
    }
    .webix_view .s4bt_installaConfTabPop
    {
        display:none !important;
    }
    .webix_view .s4bt_iconaMoreConfTabPop
    {
        display:block !important;
    }
    
    
    
    .webix_view .s4bt_spaceLeftGenera{
        display:none !important;
    }
    .webix_view .s4bt_spaceLeftInstalla{
        display:none !important;
    }
    .webix_view .s4bt_spaceLeftSalva{
        display:none !important;
    }
}
@media only screen and (max-width: 1025px) {
    /* HEADER Lista Processi */
    .webix_view .s4bt_esportaXLSListProcess
    {
        display:none !important;
    }
    .webix_view .s4bt_nuovoProcessoListaProcessi
    {
        display:none !important;
    }
    .webix_button .s4bt_iconaMoreListaProcessi
    {
        display:block !important;
    }
    .webix_view .s4bt_space16LeftProc
    {
        display:none !important;
    }
    .webix_view .s4bt_space16LeftMore
    {
        display:none !important;
    }
    
    /* HEADER Attività */
    .webix_view .s4bt_esportaXLSAttivita
    {
        display:none !important;
    }
    .webix_view .s4bt_spaceLeftEsportaAttivita
    {
        display:none !important;
    }
    
    /* HEADER Anagrafiche Custom */
    .webix_view .s4bt_esportaXLSAnagCustom
    {
        display:none !important;
    }
    .webix_view .s4bt_nuovaAnagraficaCustom
    {
        display:none !important;
    }
    .webix_button .s4bt_iconaMoreAnagraficheCustom
    {
        display:block !important;
    }
    .webix_view .s4bt_spaceLeftNuovaAnagrafica
    {
        display:none !important;
    }
    .webix_view .s4bt_spaceLeftMoreBtn
    {
        display:none !important;
    }
    
    /* HEADER Allegati */
    .webix_view .s4bt_esportaXLSAllegato
    {
        display:none !important;
    }
    /*.webix_view .s4bt_nuovoAllegato
    {
        display:none !important;
    }*/
    .webix_button .s4bt_iconaMoreAllegati
    {
        display:block !important;
    }
    .webix_view .spaceLeftNuovoAllegato
    {
        display:none !important;
    }
    .webix_view .spaceLeftMoreBtnAllegato
    {
        display:none !important;
    }
}
















.animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
@-webkit-keyframes slideInLeft{
    0%{
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0);
        visibility:visible
    }
    to{
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
@keyframes slideInLeft{
    0%{
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0);
        visibility:visible
    }
    to{
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
.slideInLeft{
    -webkit-animation-name:slideInLeft;
    animation-name:slideInLeft
}
@-webkit-keyframes slideOutLeft{
    0%{
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
}
@keyframes slideOutLeft{
    0%{
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
}
.slideOutLeft{
    -webkit-animation-name:slideOutLeft;
    animation-name:slideOutLeft
}


.s4bt_iconaInfoCampoReport.webix_icon {
    position:relative !important;
    top:3px !important;
    left:-5px !important;
}   

.s4bt_stakedBar.webix_chart .webix_canvas_text.webix_axis_item_y{
    width:auto !important;
    left: 64px !important;
}













/*MANUALI*/
.s4bt_HTMLaccordion {
  background-color: #f7f8f9;
  color: #738596;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-family:'Rubik';
  padding-left:64px;
  border-bottom:2px solid #ffffff !important
}
.s4bt_HTMLaccordionMobile{
    background-color: #f7f8f9;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family:'Rubik';
    padding-left:32px;
    border-bottom:2px solid #ffffff !important
}

.s4bt_HTMLactive{
  background-color: #f7f8f9;
}

.s4bt_HTMLaccordion:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    color: #98b0ce;
    font-weight: 100;
    font-size: 24px;
    float: right;
    margin-left: 5px;
    margin-right:48px
}
.s4bt_HTMLaccordionMobile:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    color: #98b0ce;
    font-weight: 100;
    font-size: 24px;
    float: right;
    margin-left: 5px;
    margin-right:24px
}

.s4bt_HTMLactive:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f106";
    margin-right:48px
}

.s4bt_HTMLpanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.s4bt_sottotitolo{
    width: auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #738596;
    vertical-align: bottom !important;
    border: none !important;
    line-height: 16px;
    
}
.s4bt_HTMLlistaNumerata{
  height: auto !important;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.4px;
  color: #424548;
  vertical-align: bottom !important;
  border: none !important 
}

.s4bt_templatePadding0 .webix_template{
  padding:4px 0px !important
}
.s4bt_templateTotPadding0 .webix_template{
  padding:0px 0px !important
}
.s4bt_imageResponsive{
    width:50%;
    height:auto
}




.s4bt_modal .webix_win_head {
  border-bottom: 1px solid #e8ebee;
}
.s4bt_modal .webix_resize_handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  bottom: 8px;
  line-height: 15px;
  right: 8px;
  text-align: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);
  cursor: nw-resize;
}
.s4bt_modalDisplayNone .webix_resize_handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  bottom: 8px;
  line-height: 15px;
  right: 8px;
  text-align: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);
  cursor: nw-resize;
  display:none !important;
}
.s4bt_modalTitleHeader{
  height: auto;
  font-family: Rubik;
  font-size: 24px;
  margin: 0;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #4678aa;
}



.s4bt_boxShadow{
  box-shadow: 0 2px 30px -4px rgb(240, 240, 240) !important;
  position: relative;
  z-index: 1;
}




.s4bt_listaPragmaAssistant{
    border:none;
    color:#1452cc;
    font-family:Rubik;
    font-weight:400;
    font-size:100;
    display: table;
    cursor:pointer
}
.s4bt_listaPragmaAssistant .webix_list_item{
    border:none;
    color:#1452cc;
    font-family:Rubik;
    font-weight:100;
    font-size:100;
    display: table;
    padding-left:0px !important
}
.s4bt_textPragmaAssistantList{
    font-family: Rubik;
    font-weight: 400;
    display:table-cell;
    padding-left:8px;
    line-height: 1.5;
    float:left;
    color:#1452cc;
    cursor:pointer;
}
.s4bt_iconListaPragmaAssistant{
    font-weight:100;
    float:left;
    margin-right:8px;
    font-size: 20px;
    color:#1452cc;
    cursor:pointer;
}
.s4bt_iconaInfoPerNoDati.webix_icon{
    font-size:14px;
    color:#676b6f;
    cursor:default !important;
}
.s4bt_textPragmaAssistantTip{
    font-size:12px;
    color:#676b6f;
    font-weight:100;
    font-family:Rubik;
    cursor:default !important;
}
  
  
  
  
  
  
/*------------------------------------*\
  S4BT Icon Background White
\*------------------------------------*/
.s4btIconBgWhite.webix_el_button,
.s4btIconBgWhite .webix_el_box{
    width: auto !important;
}
.s4btIconBgWhite .webix_img_btn{
    text-align: center !important;
}
.s4btIconBgWhite button{
    width: 36px !important;
    height: 36px !important;
    border-radius: 100px !important;
    border: none !important;
    background-color: #f0f2f4 !important;
    background: -moz-linear-gradient(top, #f0f2f4 0% , #f0f2f4 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f2f4), color-stop(1, #f0f2f4)) !important;
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.s4btIconBgWhite .webix_icon_btn {
    font-size: 16px !important;
    display: inline-block !important;
    text-align: center !important;
    color: #243256 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
/* .s4btIconBgWhite button:hover{
  background-color:yellow !important;
  background: -moz-linear-gradient(top, yellow 0% , yellow 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, yellow), color-stop(1, yellow)) !important;
  color:#1452cc !important;
  border: 2px solid #1452cc !important;
} */
/***** Disabilitato *****\
.s4btIconBgWhite .webix_disabled_box .webix_img_btn{
  background: #f0f2f4 !important;
  border: none !important;
  text-shadow: none !important;
  opacity: .3 !important
}
.s4btIconBgWhite.webix_disabled_view .webix_icon_btn{
  color: #243256 !important;
  opacity: .3 !important
}

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/*------------------------------------*\
    S4BT Text height 36
\*------------------------------------*/
.s4bt_textHeight36NoIcon input:read-only,
.s4bt_textHeight36NoIcon input:read-only:focus { 
    border-color: #e8ebee;
    box-shadow:none;
    background-color:#ffffff !important;
    color: #666 !important;
}
.s4bt_textHeight36NoIcon{
  	/*width: auto !important;*/
    height: auto !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.s4bt_textHeight36NoIcon.webix_el_s4btsearch{
    margin-top:0px !important
}
.s4bt_textHeight36NoIcon .webix_el_box{
    /*width: auto !important;*/
    height: auto !important;
    color:#666;
    position:relative;
    padding: 0px !important;
    border-radius: 4px !important;
    margin-left: 2px !important;
    padding-top:3px !important;
}
.s4bt_textHeight36NoIcon .webix_inp_static,
.s4bt_textHeight36NoIcon input{
    height: auto;
    color: #666 !important;
    background-color: #fff;
    font-family:'Rubik';
    -webkit-appearance:none;
    border-radius: 4px;
    box-shadow:none;
    border: 1px solid #d9dee3;
  	box-shadow: inset 0 2px 4px 0 rgb(70 82 93 / 10%);
    font-size: 14px;
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
}
.s4bt_textHeight36NoIcon .webix_input_icon{
    left:4px;
    background:0 0;
    z-index:1;
    position:absolute
}
.s4bt_textHeight36NoIcon input{  
  	/*width: auto !important;*/
    padding-left:8px;
    padding-right:0px;
    cursor:default;
}
.s4bt_textHeight36NoIcon span.webix_input_icon{
    width:24px;
    font-size: 14px;
    height: 24px !important;
    padding-left: 0px;
    line-height:1.6;
    color: #666;
    cursor:default;
    padding-top:6px !important;
}




/*------------------------------------*\
    S4BT Tabview Report
\*------------------------------------*/
.s4bt_tabviewReport .webix_multiview{
    margin-top: 0px !important;
}
.s4bt_tabviewReport .webix_all_tabs {
    width: auto;
    margin: 0px !important;
}
.s4bt_tabviewReport.webix_layout_line{
    width: auto !important;
    box-shadow: 0 4px 20px 0 rgba(92, 107, 122, 0.1);
    background-color: #505c83 !important;
    border: none !important;
    position: absolute;
}
.s4bt_tabviewReport .webix_view.webix_control.webix_el_tabbar {
    border-bottom: 1px solid #e7ebee !important;
    position: relative;
    z-index: 1;
    background-color: #505c83 !important;
}
.s4bt_tabviewReport .webix_all_tabs .webix_item_tab,
.s4bt_tabviewReport .webix_all_tabs .webix_item_tab:hover {
    font-family: Rubik;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.4px;
    color: #ffffff;
    background-color: #505c83;
    text-transform: uppercase
}
.s4bt_tabviewReport .webix_all_tabs .webix_item_tab.webix_selected {
    color: #ffffff;
    box-shadow: inset 0 38px #505c83 !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: linear-gradient(#505c83, #ffffff)
} 




.s4bt_btnAvantiIndietroKanban.webix_item_tab{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.s4bt_tabviewReport.webix_layout_line .webix_disabled{
    background-color: #505c83 !important;
    opacity: .5
}

.s4bt_numberSectionAccordion{
    width:32px !important;
    height:32px !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: 0.3px;
    text-align: center;
    color: #8d9196;
    border: 2px solid #ebebee;
    border-radius:100px;
    background-color:#fff;
}
.s4bt_numberSectionAccordionSuccess{
    width:32px !important;
    height:32px !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: 0.3px;
    text-align: center;
    color: #9cd638;
    border: 2px solid #9cd638;
    border-radius:100px;
    background-color:#fff;
}
.s4bt_nameStepAccordion{
    width: auto !important;
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.5;
    letter-spacing: 0.3px;
    color: #8d9196;
    margin-left: 16px;
    vertical-align: top;
}
.s4bt_nameStepAccordionSuccess{
    width: auto !important;
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.5;
    letter-spacing: 0.3px;
    color: #9cd638;
    margin-left: 16px;
    vertical-align: top;
}

.s4bt_iconApproval{
    width: 32px;
    font-size: 16px !important;
    font-weight: 500;
    color: #8d9196 !important;
    vertical-align: middle;
    text-align: center;
}
.s4bt_iconApprovalSuccess{
    width: 32px;
    font-size: 16px !important;
    font-weight: 500;
    color: #9cd638 !important;
    vertical-align: middle;
    text-align: center;
}
.s4bt_iconApprovalMobile{
    width: 28px;
    font-size: 16px !important;
    font-weight: 500;
    color: #8d9196 !important;
    vertical-align: middle;
    text-align: center;
}
.s4bt_iconApprovalSuccessMobile{
    width: 28px;
    font-size: 16px !important;
    font-weight: 500;
    color: #9cd638 !important;
    vertical-align: middle;
    text-align: center;
}
.s4bt_updateIcon{    
    padding:8px;
    border-radius: 100px;
    background-color: #fff;
    font-family: Rubik;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.74;
    letter-spacing: 0.7px;
    text-align: center;
    color: #676b6f;
    text-transform: uppercase;
    margin-left: 16px;
}
.s4bt_signatureIcon{
    padding:8px;
    border-radius: 100px;
    background-color: #fff;
    font-family: Rubik;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.74;
    letter-spacing: 0.7px;
    text-align: center;
    color: #9cd638;
    text-transform: uppercase;
    margin-left: 16px;
}
.s4bt_containerNameInsert{
    position: relative;
    top: 5px !important;
    left: 8px;
}
.s4bt_nameInserimento{
    height: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #676b6f;
}
.s4bt_idNameInserimento{
    height: 18px !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #676b6f;
    padding-left: 8px;
}
.s4bt_nameInserimentoMobile{
    width:140px !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #676b6f;
    padding-left: 16px;
}
.s4bt_nameInserimentoCardMobile{
    width:180px !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    padding-left: 16px;
}
.s4bt_idNameInserimentoMobile{
    height: 18px !important;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #676b6f;
    padding-left: 16px;
}
.s4bt_idNameInserimentoCardMobile{
    width:180px !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    padding-left: 16px;
}
.s4bt_iconAngleDown.webix_icon{
    height: 16px !important;
    color: #4678aa;
    float: right;
    padding-top: 14px;
    cursor: pointer;
    position: relative;
    right:-40px;
    cursor: pointer
}
.s4bt_dateInsert{
    height: auto !important;
    font-family: Rubik;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #676b6f;
    margin: 0px;
    position: relative;
}
.s4bt_stepsInsert{
    margin: 0;
    width: auto !important;
    height: 24px !important;
    position: inherit;
    top: -3px;
}



.s4bt_containerCardListProcessMobile .webix_scroll_cont{
    width: 100% !important;
    height: auto;
    overflow: hidden;
    clear: both;
    position: relative;
}



.s4bt_btnDownloadExcelLogErrori{
    background: #243256;
    color: #fff;
    padding: 6px 10px;
    border-radius: 100px;
    cursor: pointer;
}





























/*input switch configuratore PATD*/
.switcher{
    -webkit-appearance: none;
    appearance: none;
    /*padding-left: 33px;*/
    margin: 0;
    border-radius: 16px;
    background: radial-gradient(circle 12px, #505c83 100%, transparent calc(100% + 1px)) #fff -38px;
    transition: 0.5s ease-in-out;
    border: 1px solid #b8cfd9;
    cursor: pointer;
}

.switcher .webixtype_base{
    background: transparent;
    color: #424548;
    text-align: right;
    padding:0px 8px 0px 32px;
}
.switcher .webix_el_box.webix_pressed{
    padding: 0px
}
.switcher.webix_el_toggle .webix_el_box.webix_pressed .webixtype_base,
.switcher.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs{
    box-shadow: none;
    text-align: left;
    color: #fff;
    background: radial-gradient(circle 12px, #fff 100%, transparent calc(100% + 1px)) #505c83 38px;
    background-position: 38px;
    padding: 0px 0px 0px 8px;
}

.btnModificaRepartoConfPATD{
    margin-right: 8px;
    background-color: #505c83;
    border-radius: 100%;
    padding: 5px 3px;
    color: #fff;
    cursor: pointer
}
.btnTuttiConPATD{
    background-color: #505c83;
    color: #fff;
    padding: 4px 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}
.btnNessunoConfPATD{
    background-color: #fff;
    color: #ee5244;
    padding: 4px 16px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

.s4bt_modalHTML{
    width: 422px !important;
    height: 370px !important;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4px 30px 0 rgba(48, 56, 64, 0.6);
    border-width: 0px !important;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
}
.s4bt_btnHTMLKillQuery{
    border-radius: 24px;
    /*background-color: #db5d4d;
    border: 2px solid #db5d4d;*/
    background-color: #505c83;
    border: 2px solid #505c83;
    font-family: Rubik;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding:8px !important;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.s4bt_100vh .webix_scroll_cont {
    height: 100% !important;
}



.s4bt_banner{
    position: absolute;
    z-index: 9;
}
.s4bt_bannerIcon{
    font-size: 24px;
    color: #fff
}
.s4bt_bannerIconMobile{
    width: 36px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.s4bt_bannerTestContainer{
    margin-left: 24px;
    display: flex;
    width: 90%;
    line-height: 1.7;
}
.s4bt_bannerTitle{
    font-size: 16px;
    color:#fff
}
.s4bt_bannerTitleMobile{
    font-size: 20px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}
.s4bt_bannerDescription{
    font-size: 16px;
    padding-left: 16px;
    color:#fff
}
.s4bt_bannerDescriptionMobile{
    font-size: 16px;
    color:#fff;
    text-align: center;
}
.s4bt_bannerBtn{
    width: 96px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 24px;
    cursor: pointer;
    color: #fff;
    margin: 0 24px 0 32px;
}
.s4bt_bannerBtnMobile{
    width: 96px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 24px;
    cursor: pointer;
    color: #fff;
    margin-top: 32px;
}



























/*------------------------------------*\
    S4BT Textarea
\*------------------------------------*/
.s4bt_textarea.webix_noscroll,
.s4bt_textarea .webix_el_box{
    height: auto !important
}

.s4bt_textarea .webix_inp_top_label {
    font-family: Rubik;
    height: auto;
    font-weight: 500;
    color: #738596;
    float: none;
    padding: 8px 3px 4px;
    font-size: 13px;
    line-height: 12px !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
}
.s4bt_textarea .webix_inp_textarea{
    border-radius: 4px;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #666;
    padding: 8px 12px 12px 12px !important;
    box-sizing: border-box;
}
.s4bt_textarea ::placeholder{
    font-family: Rubik !important;
    font-size: 14px !important;
    letter-spacing: 0.3px;
    color: #9ea5b0;
}

.s4bt_textareaHeight164 .webix_inp_textarea{
    height:164px !important;
    border-radius: 4px;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #666;
    padding: 8px 12px 12px 12px !important;
    box-sizing: border-box;
}

/*------------------------------------*\
    S4BT Textarea Disabilitata
\*------------------------------------*/
.s4bt_textareaDisabilitata .webix_inp_top_label {
    font-family: Rubik;
    height: auto;
    font-weight: 500;
    color: #738596;
    float: none;
    padding: 8px 3px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 16px !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
}
.s4bt_textareaDisabilitata.webix_el_textarea textarea{
    /*background-color: #f7f8f9 !important;*/
    background-color: #f7f8f9 !important;
    border: 1px solid #f0f2f4 !important;
    color:#424548
}
.s4bt_textareaDisabilitata .webix_inp_textarea{
    border-radius: 4px;
    box-shadow: none !important;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #666;
    padding: 8px 12px 12px 12px !important;
    box-sizing: border-box;
    /*background-color: #f7f8f9 !important;*/
    background-color: #f7f8f9 !important;
    border: 1px solid #f0f2f4 !important;
}

/*------------------------------------*\
    S4BT Textarea Readonly
\*------------------------------------*/
.s4bt_textarea.s4bt_textareaReadOnly{
    height: auto !important
}
.s4bt_textareaReadOnly.webix_view.webix_control textarea{
    /*background-color: #ffffff !important;*/
    background-color: #f7f8f9 !important;
    color: #424548 !important;
    /*border: solid 1px #9ca5b1 !important;*/
    border: solid 1px #f0f2f4 !important;
    box-shadow: none !important;
    opacity:.8
}
.s4bt_textareaReadOnlyDProc.webix_view.webix_control textarea{
    background-color: #ffffff !important;
    /*background-color: #f7f8f9 !important;*/
    color: #424548 !important;
    /*border: solid 1px #9ca5b1 !important;*/
    border: solid 1px #f0f2f4 !important;
    box-shadow: none !important;
    opacity:.8;
    padding: 8px 12px 12px 12px !important;
}

/*------------------------------------*\
    S4BT Textarea Error
\*------------------------------------*/
.s4bt_textareaError.webix_el_s4bttextarea{
    margin:0px !important
}
.s4bt_textareaError textarea{
    box-shadow: inset 0 2px 4px 0 rgba(238, 82, 69, 0.2) !important;
    background-color: #ffffff !important;
    border: solid 1px #ee5244 !important;
}
.s4bt_textareaError .webix_inp_textarea{
    box-shadow: inset 0 2px 4px 0 rgba(238, 82, 69, 0.2) !important;
    background-color: #ffffff !important;
    border: solid 1px #ee5244 !important;
}
.s4bt_textareaError .webix_inp_bottom_label{
    font-family:Rubik;
    font-size:12px;
    color:#ee5244
}
/* Disabled Error */
.s4bt_textareaError.webix_view.webix_control .webix_disabled_box textarea{
    background-color: transparent !important;
    color: #cad1d8 !important;
    border: solid 1px #ee5244 !important;
    box-shadow: none !important;
}







.webix_el_s4bttextarea.s4bt_textarea{
    height: auto !important;
    margin-left: 0 !important;
}
.s4bt_textareaWidthAuto{
    width: auto !important;
}
.s4bt_textarea .webix_el_box,
.s4bt_textarea .webix_inp_textarea{
    width: 100% !important;
}
.s4bt_textareaCount{
    width: 100% !important;
    height: auto !important;
    padding:0px !important;
    padding-bottom:8px !important;
    font-family: Rubik;
    text-align: right;
    font-weight: 400;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #676b6f;
    margin-top: 0px !important;
    margin-left: 0px !important;
}
.s4bt_textareaCountError{
    height: auto !important;
    padding: 8px 2px !important;
    font-family: Rubik;
    text-align: right;
    font-weight: 400;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #ee5244;
}



.s4bt_invisibleIcon{
    display: none;
}
.s4bt_btnNuovoAllegatoIconRight{
    height:36px;
    font-size:20px;
    line-height:32px;
    display:inline-block;
    margin:0px 0px 0px 8px;
    color:#ffffff !important
}

.s4bt_backgroundGrey,
.s4bt_backgroundGrey .webix_view.webix_layout_accordion{
    background-color: #f7f8f9 !important
}
.s4bt_accordionDettaglioDocumento.webix_accordionitem.horizontal{
    border: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    /*float: right;*/
}
.s4bt_accordionDettaglioDocumento .webix_accordionitem_header.collapsed{
    background-color: #fff !important;
}
.s4bt_accordionDettaglioDocumento .webix_accordionitem_header{
    border-bottom: 1px solid #e8ebee !important;
}
.s4bt_accordionDettaglioDocumento.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button{
    color: #505c83 !important;
    margin: 0 20px 0 10px;
    font-size: 16px;
}

.s4bt_accordionDettaglioDocumentoOpenedClosed{
    font-family: Rubik;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px !important;
    letter-spacing: 0.4px;
    color: #738596;
    text-transform: uppercase;
    position: absolute;
    top: 0;
}

/*accordion opened*/
.s4bt_accordionDettaglioDocumento .webix_accordionitem_header {
    background-color: #fff !important;
    border-bottom: 1px solid #e8ebee !important;
}



.s4bt_templateReadonly{
    border: 1px solid #e8ebee;
    border-radius: 4px;
    font-family: 'Rubik';
    font-size: 14px;
    padding: 6px 0;
    background-color: #ffffff;
}



.logo-center .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* occuperà tutta l'altezza disponibile */
}

.logo-center img {
    max-height: 56px;
    height: auto;
    width: auto;
}


/* ------------------------------------ *
    S4BT Textarea generico
 * ------------------------------------ */
.s4bt_textarea textarea,
.s4bt_textarea.s4bt_textareaDisabilitata textarea,
.s4bt_textarea.s4bt_textareaReadOnly textarea,
.s4bt_textareaError textarea,
.s4bt_textarea .webix_disabled_box textarea {
    padding: 8px 12px 12px 12px !important;
    box-sizing: border-box !important;
    resize: none !important;
    overflow: auto;
}

/* Placeholder */
.s4bt_textarea ::placeholder{
    font-family: Rubik !important;
    font-size: 14px !important;
    letter-spacing: 0.3px;
    color: #9ea5b0;
}

/* Contenitore badge */
.s4bt_coreWarn{
  display:inline-flex;
  align-items:center;
  gap:8px;

  padding:6px 12px;
  border-radius:12px;

  /* sfondo molto leggero, stile "card soft" */
  background: rgba(0,0,0,0.035);
  border: 1px solid rgba(0,0,0,0.08);
  line-height: 16px;
}

/* Icona warning */
.s4bt_coreWarnIcon{
  font-size:13px;

  /* rosso elegante, non acceso */
  color: #d9534f;

  /* leggero contrasto visivo */
  opacity:0.85;
  line-height:16px;
}

/* Testo coerente con UI */
.s4bt_coreWarnText{
  font-size:14px;
  font-weight:600;

  /* colore testo della pagina (soft dark) */
  color: rgba(0,0,0,0.70);
  line-height:16px;
}

.chkMostraTuttiConf .webix_custom_checkbox{
    color:#6f7ea3 !important;
}

/* CONVALIDATO */

.s4bt_btnConvalidato button{
    background-color:#aee6bf !important;
    background: -moz-linear-gradient(top, #aee6bf 0%, #aee6bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aee6bf), color-stop(1, #aee6bf));
    color:#1f6b3a !important;
}

.s4bt_btnConvalidato .webix_icon_btn{
    color:#1f6b3a !important;
}


/* NON CONVALIDATO */

.s4bt_btnNonConvalidato button{
    background-color:#f1a9a9 !important;
    background: -moz-linear-gradient(top, #f1a9a9 0%, #f1a9a9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a9a9), color-stop(1, #f1a9a9));
    color:#8a2e2e !important;
}

.s4bt_btnNonConvalidato .webix_icon_btn{
    color:#8a2e2e !important;
}