.overlay {
  fill: none;
  pointer-events: all;
}
.focus circle.dark {
  fill: #000000;
  stroke: #000000;
}
.line {
  fill: none;
  stroke-width: 4px;
}
.line-dark {
  fill: none;
  stroke: #000000;
  stroke-width: 4px;
}
.grid {
  stroke: #000000;
  opacity: 0.3;
}
.axis {
  font-size: 12px;
}
.axis path,
.axis line {
  //display: none;
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.x.axis path {
  //display: none;
}
.load-chart-unit {
  color: #000000;
}
.container {
  display: inline-block;
  height: 100%;
  width: 80%;
  border-right: 1px solid #a5a5a5;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}
.legend {
  background: inherit;
  color: inherit;
  display: inline-block;
  margin: auto;
  padding: 1px;
  overflow-y: auto;
  overflow-x: show;
  height: 80%;
  vertical-align: top;
  width: 15%;
  font-size: 10px;
}
.line-chart .legend .line {
  width: 100%;
  padding: 0;
}
.line-chart svg:last-of-type {
  position: absolute;
  top: 0;
}
.line-chart .title {
  color: black;
}
.x_tick {
  border-left: 1px dotted rgba(169, 169, 169, 0.6);
}
.y_grid .tick {
  stroke: rgba(169, 169, 169, 0.6);
}
.current-time {
  border-left: 2px solid black;
}
.current-time .title {
  top: 0;
}
.hour-bar {
  width: 100%;
  background: rgba(169, 169, 169, 0.30000000000000004);
}
.multi-line-chart {
  height: 100%;
  position: relative;
  font-weight: bold;
}
text {
  font-size: 10px;
}
.brush .extent {
  stroke: #000000;
  fill-opacity: .125;
  shape-rendering: crispEdges;
}
.overlay {
  fill: none;
  pointer-events: all;
}
.focus circle {
  fill: #000000;
  stroke: #000000;
}
.line {
  fill: none;
  stroke-width: 2px;
}
.grid {
  stroke: #000000;
  opacity: 0.3;
}
.grid > path {
  //display: none;
}
.y.axis .tick line {
  //display: none;
}
.x.axis text line {
  display: none;
}
.x.axis text {
  text-anchor: middle;
}
.axis path,
.axis line {
  fill: none;
  stroke: #bdbdbd;
  shape-rendering: crispEdges;
}
.x.axis path {
  //display: none;
}
.load-chart-unit {
  color: #000000;
}
.legend-container .toggle-serie {
  margin-bottom: 3px !important;
}
.line-chart-legend .legend-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: bottom;
  overflow: hidden;
  position: relative;
}

.line-chart-legend .legend-container .legend-item {
  margin-right: 20px;
  margin-bottom: 3px;
}

.line-chart-legend .legend-container .legend-item:first-child {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.line-chart-legend .legend-container .legend-item.disabled {
  opacity: 0.5;
}

.line-chart-legend .legend-container .legend-item .text {
  cursor: pointer;
}
.line-chart-legend .legend-container .legend-item .remove-serie {
  margin-left: 10px;
  visibility: hidden;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.line-chart-legend .legend-container .legend-item .remove-serie i {
  vertical-align: middle;
  margin-top: -3px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.line-chart-legend .legend-container .legend-item:hover .remove-serie {
  visibility: visible;
}

.line-chart-legend .legend-container .legend-item .toggle-serie {
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  height: 8px;
  width: 8px;
  cursor: pointer;
}
.line-chart-legend .legend-container .legend-item .toggle-serie.no-values {
  pointer-events: none;
}

.line-chart-legend li {
  list-style: none;
}

.chart-name span {
  background-color: white;
  color: black !important;
  position: relative;
  visibility: visible;
}