/*------------------------------------*\
    S4BT Tabview
\*------------------------------------*/
.s4bt_tabview .webix_multiview{
    margin-top: 0px !important;
}
.s4bt_tabview.webix_layout_line{
    width: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px 0 rgba(92, 107, 122, 0.1);
    background-color: #fff;
    border: none !important;
    position: absolute;
}
.s4bt_tabbar.webix_layout_line{
    border-radius: 8px !important;
    box-shadow: 0 4px 20px 0 rgba(92, 107, 122, 0.1);
    background-color: #fff !important;
    border: none !important;
}
.s4bt_tabview.webix_el_tabbar {
    border-bottom: 1px solid #e7ebee !important;
    position:relative;
    z-index:1
}
.s4bt_tabviewMobile.webix_el_tabbar {
    border: none !important;
    position:relative;
    z-index:11
}
.s4bt_tabviewRadius0.webix_layout_line{
    width: auto !important;
    border-radius: 0px !important;
    box-shadow: 0 4px 20px 0 rgba(92, 107, 122, 0.1);
    background-color: #fff;
    border: none !important;
    position: absolute;
}
.s4bt_tabviewInModify.webix_layout_line{
    width: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px 0 rgba(92, 107, 122, 0.3);
    background-color: #fff;
    border: none !important;
    position: absolute;
}
.s4bt_tabview .webix_control.webix_el_tabbar{
    border: none !important;
}
.s4bt_tabview .webix_all_tabs .webix_item_tab,
.s4bt_tabview .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: #738596;
    background-color: #fff;
    text-transform: uppercase
}
.s4bt_tabviewDisable .webix_item_tab {
    font-family: Rubik;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.4px;
    color: red !important;
    background-color: #fff;
    text-transform: uppercase
}
.s4bt_tabview .webix_all_tabs {
    width: auto;
    margin: 0px 24px !important;
}
.s4bt_tabview .webix_all_tabs .webix_item_tab.webix_selected {
    color: #505c83;
    box-shadow: inset 0 38px #fff !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: linear-gradient(#fff, #505c83)
} 
.s4bt_tabview .webix_view.webix_control.webix_el_tabbar{
    border-bottom: 1px solid #e7ebee !important;
    position:relative;
    z-index:1
}
.s4bt_tabview .webix_item_tab.webix_selected{
    color: #4678aa;
}
.s4bt_tabview .webix_tab_more_icon{
    width: 36px !important;
    height: 36px;
    position: absolute;
    right: 32px;
    background-color: #f7f8f9;
    line-height: 2.8;
    border-radius: 100px;
    margin-top: 4px;
}
.s4bt_tabview .webix_all_tabs .webix_tab_more_icon .webix_icon {
    color: #1452cc;
}

/*------------------------------------*\
    S4BT Kanban
\*------------------------------------*/
.s4bt_kanban.webix_layout_space{
    width: auto !important;
    border: 0px !important;
    background-color: #fff;
}
.s4bt_kanban.webix_layout_accordion{
    background-color: #fff;
}

.webix_accordionitem.s4bt_kanbanAccordion.collapsed.horizontal{
    border-width: 0 !important;
}
.s4bt_kanbanAccordion.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header,
.s4bt_kanbanAccordion.webix_accordionitem.collapsed .webix_accordionitem_header {
    background-color: #7e89b3 !important;
    color: #fff;
    box-shadow: none !important;
    background-image: none !important;
    position:relative;
    z-index:0;
}
.s4bt_kanbanAccordion.webix_accordionitem.horizontal{
    border-width: 0px !important;
    margin-top: 0px !important;
    position:relative;
    z-index:0;
} 
.s4bt_kanbanAccordion.webix_accordionitem.horizontal.collapsed .webix_accordionitem_button {
    color: #fff !important;
    font-size: 24px;
    text-align: center;
    width: 24px;
    height: 43px;
    margin: 0 10px 0 10px;
    position:relative;
    z-index:0;
}
.s4bt_kanbanAccordion.webix_accordionitem.horizontal:last-child > .webix_accordionitem_header .webix_accordionitem_button:before {
  content: '\F002' !important;
}
.s4bt_kanbanAccordion.webix_accordionitem.horizontal.collapsed:last-child > .webix_accordionitem_header .webix_accordionitem_button:before {
  content: '\F004' !important;
}
.s4bt_kanbanAccordion.s4bt_kanbanUnliked.webix_accordionitem.horizontal{
    margin-left: 0px !important;
    margin-right: 2px !important;
} 
.s4bt_kanbanAccordion .webix_accordionitem_header{
    font-family: Rubik;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    padding-top: 10px;
    letter-spacing: 0.3px;
    color: #676b6f;
}
.s4bt_kanbanAccordion.webix_accordionitem .webix_accordionitem_header:hover,
.s4bt_kanbanAccordion.webix_accordionitem .webix_accordionitem_header:focus {
    background-color: #fff !important;
}
.s4bt_kanbanAccordion .webix_accordionitem_button {
    color: #88a5c8 !important;
    font-size: 24px;
    text-align: center;
    width: 24px;
    height: 43px;
    margin: 0 10px 0 10px;
}
.s4bt_kanbanAccordion .webix_kanban_list {
    background-color: #f0f2f4 !important;
    padding-top: 16px;
}
.s4bt_kanbanAccordion .webix_kanban_list_item{
    padding: 4px 8px 5px 8px;
    border: none;
    background: #f0f2f4 !important;
}
.s4bt_kanbanUnliked .webix_accordionitem_header{
    /*box-shadow: inset 0 39px #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: linear-gradient(#fff, #1787a2);*/
    border-bottom:2px solid #1787a2 !important
}
.s4bt_kanbanNew .webix_accordionitem_header{
    box-shadow: inset 0 39px #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: linear-gradient(#fff, #505c83);
}
.s4bt_kanbanExpiring .webix_accordionitem_header{
    box-shadow: inset 0 39px #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: linear-gradient(#fff, #fbbf3c);
}
.s4bt_kanbanCompleted .webix_accordionitem_header{
    box-shadow: inset 0 39px #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: linear-gradient(#fff, #9cd638);
}
.s4bt_kanbanExpired .webix_accordionitem_header{
    box-shadow: inset 0 39px #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: linear-gradient(#fff, #ee5244);
}
.s4bt_kanbanUnliked .webix_progress_top .webix_progress_state{
    height:4px !important;
    background: #8D9196 !important;
}
.s4bt_kanbanNew .webix_progress_top .webix_progress_state{
    height:4px !important;
    background: #759ec7 !important;
}
.s4bt_kanbanExpiring .webix_progress_top .webix_progress_state{
    height:4px !important;
    background: #fbbf3c !important;
}
.s4bt_kanbanExpired .webix_progress_top .webix_progress_state{
    height:4px !important;
    background: #ee5244 !important;
}
.s4bt_kanbanCompleted .webix_progress_top .webix_progress_state{
    height:4px !important;
    background: #9cd638 !important;
}
.s4bt_listKanbanCard{
    height:auto !important;
    background-color:#e8ebee;
    border:none
}
.s4bt_listKanbanCardBgArt{
    height:auto !important;
    background-color:#f0f2f4;
    border:none
}
.s4bt_listKanbanCard .webix_cell{
    height:auto !important;
    border:none !important
}

/*------------------------------------*\
    S4BT Card Kanban
\*------------------------------------*/
.s4bt_containerKanbanCard{
    height:auto !important;
    border-radius: 4px;
    box-shadow: 0 4px 20px 0 rgba(92, 107, 122, 0.1);
    background-color: #fff;
}
/*.s4bt_linkCod{
    height:auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.8;
    letter-spacing: 0.3px;
    color: #1452cc;
    cursor:pointer;
    padding-left:16px;
    margin-top: 4px !important;
    border-bottom: 1px solid #e8ebee !important;
}*/
.s4bt_linkCod{
    height:auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.8;
    letter-spacing: 0.3px;
    color: #1452cc;
    cursor:pointer;
    padding-left:16px;
    margin-top: 4px !important;
}
.s4bt_activityCod{
    height: auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    color: #424548;
    margin-top: 0px !important;
    margin-bottom: 0px;
}
/*.s4bt_activityDesc{
    height: auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    color: #738596;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}*/
.s4bt_activityDesc{
    height: auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    color: #738596;
    margin-top: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-bottom: 0px;
}
.s4bt_containerKanbanDates{
    position:relative;
    left:50%;
    transform:translateX(-50%);
    margin-bottom: 20px !important;
}
.s4bt_labelStartDate{
    height: auto !important;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 20px !important;
    letter-spacing: 0.6;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    color: #8D9196;
}
.s4bt_labelDueDate{
    height: auto !important;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 20px !important;
    letter-spacing: 0.6;
    text-align: left;
    text-transform: uppercase;
    color: #8D9196;
}
.s4bt_labelDueDate div,
.s4bt_labelStartDate div,
.s4bt_activityDesc div,
.s4bt_activityCod div{
    line-height: 20px !important;
}
.s4bt_kanbanStartDate{
    height: auto;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px !important;
    letter-spacing: 0.4px;
    color: #676B6F;
}
.s4bt_kanbanDueDate{
    height: auto;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px !important;
    letter-spacing: 0.4px;
    color: #ee5244;
}
.s4bt_kanbanNewDate{
    height: auto;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px !important;
    letter-spacing: 0.4px;
    color: #f5007a;
    padding-left:16px;
}
.s4bt_kanbanEndDate{
    height: auto;
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px !important;
    letter-spacing: 0.4px;
    color: #9cd638;
    margin-right:8px !important
}
.s4bt_headerAccordionPhase{
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.3px;
    color: #424548;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left:16px;
}
/*.s4bt_iconPhaseAccordion{
    color: #505c83;
    float: right;
    margin-right: 20px;
    cursor: pointer;
    background: #ddebff;
    width: 32px;
    height: 16px;
    border-radius: 4px;
    padding: 2px 0;
}*/
.s4bt_iconPhaseAccordion{
    color: #505c83;
    float: right;
    margin-right: 20px;
    cursor: pointer;
    background: #ddebff;
    width: 24px;
    height: 20px;
    border-radius: 100%;
    padding: 2px 0;
    line-height: 1.3;
}
/*div.s4bt_containerPhaseButton {
    background-color: transparent;
    overflow: auto;
    white-space: nowrap;
    padding:10px 0px 16px 24px;
}*/
/*div.s4bt_containerPhaseButton {
    background-color: transparent;
    overflow: auto;
    white-space: nowrap;
}*/
div.s4bt_containerPhaseButton {
    background-color: transparent;
    overflow: hidden;
}
div.s4bt_containerPhaseButton a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}
.s4bt_buttonFinishedPhases{
    width: auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    letter-spacing: 0.4;
    background-color: #fff !important;
    border: 1px solid #9cd638 !important;
    border-radius: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #9cd638;
    padding: 4px 16px;
    text-align: justify;
    margin-right:16px;
    cursor: pointer;
}
.s4bt_buttonPhases{
    width: auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    letter-spacing: 0.4;
    background-color: #fff !important;
    border: 1px solid #505c83 !important;
    border-radius: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #505c83;
    padding: 4px 16px;
    text-align: justify;
    cursor: pointer;
}
.s4bt_phaseUserAssigned{
    width: auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.4;
    text-align: left;
    text-transform: none;
    color: #424548;
}
.s4bt_numberSottoattivita{
    width: 16px !important;
    height: 16px !important;
    font-family: Rubik;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0.3px;
    text-align: center;
    color: #8d9196;
    border: 1px solid #d9dee3;
    border-radius: 100px;
    background-color: #fff;
    margin-right: 8px !important;
}
.s4bt_numberTotaleSottoattivita{
    width: 16px !important;
    height: 16px !important;
    font-family: Rubik;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    border-radius: 100px;
    background-color: #f5007a;
    margin-right: 8px !important;
}
/*.s4bt_footerKanban{
    height:auto !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top:1px solid #e8ebee;
    padding: 6px 0 !important;
    background-color: #f7f8f9;
    margin-top:20px !important;
}*/
.s4bt_footerKanban{
    height:auto !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top:1px solid #e8ebee;
    background-color: #f7f8f9;
}
.s4bt_rightFooterButtons{
    float:right;
    position:relative;
    right:16px;
}
.s4bt_buttonRedColor{
    height:auto;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    text-align: center;
    line-height:2;
    text-transform: uppercase;
    color: #ee5244;
    padding-left:16px;
    cursor:pointer;
}
.s4bt_buttonRedColorDisabled{
    height:auto;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    text-align: center;
    line-height:2;
    text-transform: uppercase;
    color: #ee5244;
    padding-left:16px;
    cursor:default;
    opacity:.5;
}
.s4bt_buttonFooterDetails{
    width: auto !important;
    height: auto !important;
    border-radius: 4px;
    background-color: #ddebff;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #505c83;
    padding: 4px 12px;
    cursor:pointer;
}
.s4bt_buttonFooterDetailsDisabled{
    width: auto !important;
    height: auto !important;
    border-radius: 4px;
    background-color: #ddebff;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #505c83;
    padding: 4px 12px;
    cursor:default;
    opacity:.5;
}
.s4bt_iconButtonFooter{
    width: auto !important;
    height: auto !important;
    border-radius: 4px;
    line-height: normal !important;
    background-color: #ddebff;
    font-size: 14px !important;
    text-align:center;
    color: #505c83;
    padding: 4px 12px;
    margin-left:8px;
    cursor:pointer;
}
.s4bt_iconButtonFooterDisabled{
    width: auto !important;
    height: auto !important;
    border-radius: 4px;
    line-height: normal !important;
    background-color: #ddebff;
    font-size: 14px !important;
    text-align:center;
    color: #505c83;
    padding: 4px 12px;
    margin-left:8px;
    cursor:default;
    opacity: .5;
}
.s4bt_iconMoreButtonFooter{
    width: auto !important;
    height: auto !important;
    border-radius: 4px;
    line-height: normal !important;
    background-color: #ddebff;
    font-size: 14px !important;
    text-align:center;
    color: #505c83;
    padding: 4px 16px;
    margin-left:8px;
    cursor:pointer;
}
.s4bt_iconMoreButtonFooterDisabled{
    width: auto !important;
    height: auto !important;
    border-radius: 4px;
    line-height: normal !important;
    background-color: #ddebff;
    font-size: 14px !important;
    text-align:center;
    color: #505c83;
    padding: 4px 16px;
    margin-left:8px;
    cursor:default;
    opacity: .5;
}
.s4bt_btnFooterKanbanMobile{
    border-radius: 4px;
    background-color: #ddebff;
    font-size: 11px;
    color: #505c83;
    padding: 4px 12px;
    cursor: pointer;
}

.s4bt_listDarkPopupKanban.webix_list .webix_list_item{
    height: auto !important;
    display: flex; 
    border-bottom: none !important;
    padding: 8px 8px;
    line-height: 24px !important;
    background-color: rgba(10,24,51, 0.9) !important;
    color: #fff !important;
    cursor:default !important;
}
.s4bt_listDarkPopupKanban.webix_list .webix_list_item.webix_selected {
    height: auto !important;
    display: flex;
    border-bottom: none;
    padding: 8px 8px;
    background-color: rgba(138,167,198, 0.9) !important;
    color: #fff !important;
    box-shadow: none;
}