ul.legend {
  margin-top: 14px;
  margin-bottom: 15px;
  list-style: none;
  padding: 0px;
}

ul.legend li {
  height: 30px;
}
ul.legend input {
  margin-top: 9px;
}
ul.legend span.color-legend {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 0px;
  padding: 4px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
}

.highlight {
  font-weight: bold;
}

.color-legend {
  margin-left: 5px;
}

#victimName {
  font-size: 14px;
}

.typeahead {
  max-width: 161px;
  min-width: 161px;
  border: 1px solid #ccc
}

.typeahead li {
  font-size: 14px;
  background-color: transparent;
  padding: 2px 5px;
  width: 100%;
}
.typeahead li a {
  color: #009968;
  width: 100%;
}
.typeahead li:hover a {
  color: #fff;
}
.typeahead li.active a {
  color: #fff;
}
.typeahead li.active {
  background-color: #009968;
}

.popover {
  display: none;
  height: 80px;
  width: 250px;
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  border: 1px solid #ccc;
  z-index: 1000;
  margin-bottom: -80px;
}

.highlight {
  font-weight:bold;
}

.klchart, #fullscreen.fullscreenrow .cichart, #fullscreen.fullscreenrow .klchart {
  border: none;
  background-color: #2d383f;
}

.kltimebar {
  border: none;
  border-top: dashed 1px grey;
  background-color: #2d383f;
}

.popover .popover-title {
  padding: 4px;
  margin: 0px;
  font-size: 16px;
  line-height: 16px;
  width: 100%
}


.popover .popover-content {
  padding: 4px;
  margin: 0px;
  font-size: 14px;
  line-height: 14px;
  background-color: #fff;
  height: 54px;
  width: 100%;
}

.arrow {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: translateX(244px) translateY(35px) rotateZ(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
}