.webix_gantt_tree {
    overflow-x: scroll !important;
}

.webix_el_button {
    width: auto !important;
}

.webix_gantt_tree .webix_ss_center {
    width: auto !important;
}

.webix_gantt_tree .webix_ss_body {
    overflow: visible !important;
}
.webix_gantt_tree .webix_ss_header {
    width: auto !important;
    overflow: visible;
}
.webix_menu {
    width: 180px !important;
}
.webix_gantt_project {
    background-color: #808080;
}
.webix_gantt_tree .webix_hs_center {
    width: auto !important;
    overflow: visible !important;
}

.img-flag-blue {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url("/static/images/gantt/flag_blue.png");
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}

#workSpace>.webix_view.webix_layout_line, #workSpace>.webix_view.webix_layout_line .webix_layout_toolbar {
    width: 100% !important;
}
.webix_scroll_cont {
    background-color: #0069b4 !important;
}

.webix_list_item:hover{ background-color:#a2d6fa;}

.webix_list_item {
    background-color: #fff;
}

@media print {
    .webix_gantt * {
        z-index: 9999;
    }
}
div[id^="workSpace"] {
    height: 70vh;
}
div[id^="workSpace_"] {
    height: 50vh;
}

