.gantt .grid-background {
  fill: none; }

.gantt .grid-header {
  stroke: grey;
  stroke-width: 1.4; }

.gantt .row-line {
  stroke: #ebeff2; }

.gantt .tick {
  stroke: grey;
  stroke-width: 0.3; }
.gantt .tick.thick {
  stroke-width: 0.6; }

.gantt .today-highlight {
  fill: #f8f0d6;
  opacity: 0.5;
}
.gantt .weekend-highlight {
  fill: #e0e0e0;
  opacity: 0.5;
}
.gantt .tmp-highlight {
  fill: #c0c0c0;
  opacity: 0.5;
}

.gantt .arrow {
  fill: none;
  stroke: #666;
  stroke-width: 1.4; }

.gantt .bar {
  fill: #b8c2cc;
  stroke: #8D99A6;
  stroke-width: 0;
  transition: stroke-width .3s ease;
  user-select: none; }

.gantt .bar-group .bar {
  stroke-width: 1;
}

.gantt .bar-progress {
  fill: #a3a3ff; }

.gantt .bar-invalid {
  fill: transparent;
  stroke: #8D99A6;
  stroke-width: 1;
  stroke-dasharray: 5; }
.gantt .bar-invalid ~ .bar-label {
  fill: #555; }

.gantt .bar-label {
  fill: black;
  dominant-baseline: central;
  text-anchor: middle;
  font-size: 12px;
  font-weight: lighter; }
.gantt .bar-label.big {
  text-anchor: start; }

.gantt .handle {
  fill: #ddd;
  cursor: ew-resize;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease; }

.gantt .grid-header, .gantt .date, .gantt .grid-row, .gantt .today-highlight, .gantt .weekend-highlight {
  cursor: pointer;
  user-select: none;
}

.gantt .bar-wrapper {
  cursor: pointer;
  outline: none; }
  .gantt .bar-wrapper:hover .bar {
    fill: #a9b5c1; }
  .gantt .bar-wrapper:hover .bar-progress {
    fill: #8a8aff; }
  .gantt .bar-wrapper:hover .handle {
    visibility: visible;
    opacity: 1; }
  .gantt .bar-wrapper.active .bar {
    fill: #a9b5c1; }
  .gantt .bar-wrapper.active .bar-progress {
    fill: #8a8aff; }

.gantt .lower-text, .gantt .upper-text {
  font-size: 12px;
/*  text-anchor: middle;*/ }

.gantt .hide {
  display: none; }

.gantt-container {
  position: relative;
  overflow: hidden;
  border: 1px solid #4e75ab;
  border-radius: 5px;
  margin: 10px;
  margin-bottom: 0px;
  font-size: 12px;
}
.gantt-container .popup-wrapper {
    position: absolute;
/*    top: 0;
    left: 0;
    padding: 0;
    background: white;
    border: 1px solid black;
    border-radius: 3px;*/
}
.gantt-container .popup-wrapper .title {
      border-bottom: 3px solid #a3a3ff;
      padding: 10px;
}
.gantt-container .popup-wrapper .subtitle {
      padding: 10px;
      color: #dfe2e5;
}
.gantt-container .popup-wrapper .pointer {
      position: absolute;
      height: 5px;
      margin: 0 0 0 -5px;
      border: 5px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.8);
}
.gantt-header-container {
    position: sticky;
    top: -20px;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #4e75ab;
    border-bottom: none;
    border-top: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 10px;
    font-size: 12px;
    margin-bottom: -70px;
}
