.fpc-task {
  border: 2px solid #d96c49;
  color: #d96c49;
  background: #d96c49;
}

.fpc-task.gantt_selected {
  box-shadow: 0 0 5px #d96c49;
}

.gantt_task_progress {
  background: rgba(0,0,0,0.2)
}

.start-marker{
  background-color: rgba(14, 45, 125, 0.4);
}

.end-marker{
  background-color: rgba(14, 45, 125,0.4);
}