.chooseOptions {
  margin-bottom: 10px !important;
  width: 200px !important;
}

.popoutClassTest {
  position: absolute;
  x: 22px;
}

.chartMainBackgroundPostLoad {
  /*position: absolute;
    x: 200;
    y: 200;*/
}

.graphDropdown {
  float: left;
  padding-left: 5px;
}

.chartExport {
  position: absolute;
  x: 22;
  y: 200;
}

.unitsOption {
  margin-top: 0px;
}

/* Once less than 800 px we do this */
@media (max-width: 1100px) {
  .chartPopOutBackground {
    position: absolute;
    x: 270px;
  }
}

@media (max-height: 600px) {
  .chartPopOutBackground {
    position: absolute;
    y: 100px;
  }
  .chartMainBackgroundPreLoadPopOut {
    margin-left: 10px;
  }
}

/* Once more than XXXX px we do this */
@media (min-width: 1100px) {
  .chartPopOutBackground {
    position: absolute;
    x: 525px;
  }
}

@media (min-width: 1800px) {
  .chartPopOutBackground {
    position: absolute;
    x: 700px;
  }
}

@media (min-height: 600px) {
  .chartPopOutBackground {
    position: absolute;
    y: 150px;
  }
}

.highcharts-container {
  overflow: visible !important;
}

.highcharts-root {
  overflow: visible !important;
}

@media (min-height: 900px) {
  .chartPopOutBackground {
    position: absolute;
    y: 250px;
  }
}

.selectionsDiv {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1200px;
}

.mediumTest {
  display: none;
}
.reserveSelection {
  /*width:25px !important;*/
}

.chartMainBackgroundPreLoad {
  //margin-left: 275px;
  display: block;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.chartMainBackgroundPreLoadPopOut {
  margin-top: 200px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 100px;
}

.textInputHeight {
  height: 20px;
}

.optionalGraph {
  color: #ccc !important;
}

.graphButton {
  margin-top: 9px;
  width: 100px;
}

.datepicker {
  max-width: 115px;
}

.picker__select--month {
  width: 45% !important;
  height: 35px !important;
}

.picker__select--year {
  width: 30% !important;
  height: 35px !important;
}

.fa-calendar {
  vertical-align: top;
  padding-top: 10px;
}

.newDate {
  height: 20px !important;
  background-color: white !important;
}

.picker {
  max-width: 300px;
  width: 270px;
  margin-left: -50px;
  font-size: 12px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555 !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555 !important;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555 !important;
}

/*This is for the hamburger menu on the graph. Default separator spacing is too much.*/
.highcharts-contextmenu hr {
  margin-top: 10px;
  margin-bottom: 10px;
}