.gantt-chart-container {
    cursor: move;
    pointer-events: all;
}

.wf-gantt-bar {
    cursor: default !important;
}

.wf-gantt-x-axis {
    cursor: move;
    pointer-events: all;
}

.gantt-chart .x.axis .tick line {
    stroke: #a1a1a1;
    stroke-dasharray: 2, 5;
}

.gantt-chart .y.axis .tick text {
    fill: #434343;
    font-weight: bold;
}

.gantt-chart .y.axis .domain {
    visibility: hidden;
}

.wf-gantt-chart {
    max-height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}


/* Gant chart styles*/

.axis path,
.axis line {
    fill: none;
    stroke: #8994a0;
    shape-rendering: crispEdges;
}

.wf-legend-item-text {
    font-size: 12px;
}

.pane {
    cursor: move;
    fill: none;
    pointer-events: all;
}

.gantt-chart-container {
    cursor: move;
    pointer-events: all;
}

.wf-gantt-bar {
    cursor: default !important;
}

.wf-gantt-x-axis {
    cursor: move;
    pointer-events: all;
}

.gantt-chart .x.axis .tick line {
    stroke: #a1a1a1;
    stroke-dasharray: 2, 5;
}

.gantt-chart .y.axis .tick text {
    fill: #434343;
    font-weight: bold;
}

.gantt-chart .y.axis .domain {
    visibility: hidden;
}

.wf-gantt-chart {
    max-height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}