.solar-chart .legend-box {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid lightgray;
  border-radius: 3px;
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}

.solar-chart .bec-color {
  background: #97ce20;
}

.solar-chart .solar-color {
  background: #00acf2;
}

.solar-chart .min-avg-max-color {
  background: #ffce00;
}

.solar-chart md-radio-button .md-off, .solar-chart md-radio-button .md-on {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.solar-chart md-radio-button .md-label {
  margin-left: 17px;
  font-size: 12px;
  line-height: 21px;
}

.solar-chart md-radio-button .md-container {
  width: 15px;
  height: 15px;
}

.solar-chart md-checkbox .md-label {
  margin-left: 18px;
}

.solar-chart .form-check-label {
  font-size: 12px
}

.solar-chart #chartContainer {
  height: 75vh;
}

.solar-chart #chartContainer.landscape {
  height: 100vh;
}

.container.solar-chart {
  height: 77vh;
  overflow: hidden;
}

/*.highcharts-range-selector-buttons text:first-child {
  display: none;
}*/

@media (min-width: 736px) {
  .solar-chart #chartContainer {
    height: 80vh;
  }

  .container.solar-chart {
      height: 83vh;
      overflow: hidden;
  }
}
