/*Write your custom css in this file.*/
.gantt .arrow {
    fill: #ffffff00!important;
    stroke: #000!important;
    stroke-width: 0.3px!important;
}
.gantt .bar-progress {
    fill: #0b8044!important;
}
.gantt .weekends-highlight {
    fill: #fffbdd!important
}
rect.weekend-highlight {
    fill: #fffbdd!important;
} 
.project_members-filter .DTTT_container {
    float: none!important;
}
.project_members-filter .mr15, .project_members-filter .DTTT_container, .project_members-filter .btn {
    margin: 0!important;
}

td.feriado.fc-day{
    background-color: #fbddd8 !important;
}

rect.feriado-highlight {
    fill: #ff848478;
}

.gantt .today-highlight {
    fill: #c5e2f9!important;
}

rect.weekends-highlight2 {
    opacity: 0;
}
path[data-from^='etapas'] {
    opacity: 0;
}
path[data-from^='projects'] {
    opacity: 0;
}
path[data-from^='members'] {
    opacity: 0;
}