/* Header CSS */
.legend-date {
  padding-left: 10%;
}

.text-period {
  opacity: 0.8;
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}

/*Date picker CSS */
.apply-button {
  border-radius: 19.5px;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  line-height: normal;
  padding: 10px 31px;
  margin-left: 40%;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #00a6d9;
  color: white !important;
  width: 133px !important;
  text-align: center;
}

i {
  border: solid #00a6d9;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: -15px;
  margin-bottom: 3px;
}

.input-arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer;
}

.periodPicker {
  background: none;
  border: none;
  font-size: 13px;
  color: #00ceff;
  border-bottom: solid 1px #00ceff;
  cursor: pointer;
  padding-right: 20px;
  width: 205px;
  font-family: NunitoSansBlack;
}

.finalDate a {
  color: #ff7555 !important;
}

.consolidatedDate a {
  color: #83c081 !important;;
}

.currentDate a {
  color: #0c3949 !important;;
}

.calendar-legend {
  font-size: 14px;
  margin: 15px 10%;
}

.calendar-info{
  font-size: 14px;
  color: black;
  text-align: center;
  margin: 0 0 5px 0;
}

#ui-datepicker-div {
  background-color: white !important;
  font-family: NunitoSans;
  margin-left: 0;
  z-index: 3;
}

.ui-datepicker-title {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.this-year.this-year-disabled {
  cursor: unset;
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  div#ui-datepicker-div {
    width: 91% !important;
    margin-left: 0;
  }

  .legend-button a.min-button {
    margin-right: 0 !important;
  }

  .legend-graph {
    margin-left: 0 !important;
  }

  .ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
  }
}


/* min / max button */

.legend-button {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
  position: absolute;
  left: 80%;
}

.compare-button{
  border-radius: 19.5px;
  background: none !important;
  background-color: rgba(0, 166, 217, 0.24) !important;
  padding: 9px 24px;
  font-family: NunitoSans;
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block !important;
  align-items: center;
  cursor: pointer !important;
  margin-right: 30px !important;
  width: auto !important;
  height: auto !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  float: none !important;
}


.legend-button a:hover , .legend-date a:hover {
  background-color: white;
  color: black !important;
}

.legend-button a {
  width: 39px;
  height: 39px;
  display: inline-block;
  padding: 0;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  border: solid 2px #fff;
  cursor: pointer;
  font-family: 'NunitoSansExtraBold';
  font-size: 14px;
  font-weight: 800;
}

.min-max-button-active {
  background-color: white;
  color: black !important;
}

.legend-button a.min-button {
  margin-right: 2em;
}

/* graph CSS */
canvas {
  height: 415.5px !important;
  width: 100% !important;
}

.graph-container {
  width: 80%;
}



