.cmf-core-controls-timeline-main-container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.cmf-core-controls-timeline-main-container .time-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cmf-core-controls-timeline-main-container .time-line:hover {
  cursor: move;
}
.cmf-core-controls-timeline-main-container .time-line .current-date-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
}
.cmf-core-controls-timeline-main-container .time-line .time-block {
  position: absolute;
  top: 47.5%;
  height: 5%;
  left: 0;
}
.cmf-core-controls-timeline-main-container .time-line .time-tick {
  position: absolute;
  bottom: 0;
  width: 1px;
  overflow: visible;
}
.cmf-core-controls-timeline-main-container .time-line .time-tick .tick-label {
  position: absolute;
  bottom: 2px;
  left: 6px;
  font-size: 11px;
  white-space: nowrap;
  font-family: open-sans-regular;
}
.cmf-core-controls-timeline-main-container .time-line .time-tick .tick-label.extra-small {
  bottom: 1px;
  left: 2px;
  font-size: 8px;
  white-space: normal;
}
.cmf-core-controls-timeline-main-container .time-line .time-tick .tick-label.large {
  font-size: 14px;
  font-weight: bold;
}
.cmf-core-controls-timeline-main-container .time-line .time-tick .tick-label.large-special {
  font-size: 14px;
  font-weight: bold;
  top: 2px;
  bottom: initial;
}
.cmf-core-controls-timeline-main-container .interval {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.cmf-core-controls-timeline-main-container .interval:hover {
  cursor: default;
}
.cmf-core-controls-timeline-main-container .interval .handler {
  pointer-events: all;
  position: absolute;
  z-index: 1;
  top: calc(50% - 12px);
  height: 24px;
  width: 12px;
  border-radius: 4px;
}
.cmf-core-controls-timeline-main-container .interval .handler .icon {
  font-size: 14px;
  line-height: 24px;
  margin-left: -1px;
  opacity: 0.5;
}
.cmf-core-controls-timeline-main-container .interval .date-display {
  position: fixed;
  z-index: 1000;
  height: 24px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 24px;
  font-size: 11px;
  font-family: open-sans-regular;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
}
.cmf-core-controls-timeline-main-container .interval.left {
  left: 0;
}
.cmf-core-controls-timeline-main-container .interval.left .handler {
  right: -7px;
}
.cmf-core-controls-timeline-main-container .interval.left .handler:hover {
  cursor: w-resize;
}
.cmf-core-controls-timeline-main-container .interval.right {
  right: 0;
}
.cmf-core-controls-timeline-main-container .interval.right .handler {
  left: -7px;
}
.cmf-core-controls-timeline-main-container .interval.right .handler:hover {
  cursor: e-resize;
}
