.vis-item .vis-item-overflow {
  overflow: initial;
}
.vis-time-axis .vis-text {
  color: #757575;
  font-weight: bold;
}
.vis-text.vis-major.vis-january.vis-even {
  color: #000 !important;
}
.vis-item .vis-item-content {
  font-weight: bold;
  padding: 0px;
}
.vis-item.vis-range .vis-item-content {
  padding: 5px !important;
}
.vis-item {
  background-color: #9dc3e6 !important;
  border-radius: 10px !important;
  color: #14316a;
  cursor: pointer;
}
.vis-item.vis-selected {
  border-color: #9dc3e6;
}
.vis-item.selected {
  background-color: #f5c6c6 !important;
  border-color: #f5c6c6;
  color: #db3a14;
}
.vis-item-background {
  background-color: #e1e5eb !important;
}
.vis-item.opened {
  border-color: black;
}
.vis-item.is-same-data {
  background-color: transparent !important;
  background-image: url(../../images/Interactivemap/timeline_pole_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 0 !important;
  width: auto !important;
}
.vis-item.selected.is-same-data {
  background-image: url(../../images/Interactivemap/timeline_pole_red.png);
}
.vis-item.is-same-data span {
  margin-left: 20px;
}
.vis-group {
  border-bottom: 0px !important;
}
.vis-timeline {
  background-color: white;
}
.vis-panel.vis-center {
  background-color: #fff;
}
.vis-labelset {
  width: 1px;
}
