html, body, .full-height, #wrapper {
  min-height: 100% !important;
  height: 100%;
}

.small-font {
  font-size: 0.75em;
}

.understate {
  opacity: 0.8;
}

.near-half-width {
  width: 47%;
}

.full-width {
  width: 100%;
}

.near-full-height {
  height: 90%;
}

.subtitle {
  color: rgb(68, 119, 121);
  font-size: 1.3em;
  margin: 5px 0 30px;
}

.contact-label {
  margin: 5px 0;
}

#wrapper {
  margin: auto;
  width: auto;
}

#content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

#side-panel {
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  flex-shrink: 0;
  color: inherit;
}

#side-panel ul.navigation, #side-panel ul.sub-list-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#side-panel ul.navigation li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

#side-panel ul.navigation li:hover {
  background-color: #eeeeee;
}

#side-panel ul.navigation li:hover ul.sub-list-menu {
  height: auto;
}

#side-panel ul.navigation li ul.sub-list-menu {
  position: absolute;
  display: block;
  height: 0;
  width: 300px;
  left: 300px;
  background-color: #ffffff;
  box-shadow: 0 3px 5px #ddd;
  margin: 0;
  overflow-y: auto;
  z-index: 1;
}

#side-panel ul.navigation li a {
  padding: 15px 20px;
}

ul.navigation li a {
  justify-content: space-between;
}

.navigation a {
  text-decoration: none;
}

#menu-controls {
  margin: auto 0 10px 0;
}

div.installation-title {
  margin: 50px 0 10px 0;
  padding: 0 20px;
  font-size: 1.4em;
}

#main-panel {
  margin: 0;
  padding: 0 30px;
  overflow-y: auto;
  width: 100%;
}

.login-container {
  display: flex;
  justify-content: center;
  height: 92%;
}

.login-logo {
  width: 300px;
}

.login-form {
  width: 400px;
  margin: auto;
  align-items: center;
}

.login-form input:not([type=submit]) {
  margin: 10px 0;
  padding: 5px;
  height: 30px;
  width: 305px;
}

.login-form button[type=submit], .login-form input[type=submit] {
  margin: 30px;
  padding: 10px 0;
  color: white;
  border: 1px solid var(--primary-colour);
  cursor: pointer;
  width: 305px;
  font-family: "Cerebri Sans Bold", sans-serif;
  box-shadow: 0 2px 5px #bbbbbb;
}

.login-form button[type=submit]:active, .login-form input[type=submit]:active {
  box-shadow: none;
  border: 1px solid #bbbbbb;
  color: #999999;
}

.tab-container {
  width: 100%;
}

.tab-header {
  display: flex;
  height: 50px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: auto;
}

.tab {
  cursor: pointer;
  min-width: 5px;
  max-width: 250px;
  padding: 15px;
  background-color: #eeeeee;
  border-left: 1px solid rgba(31, 62, 80, 0.6);
  border-top: 1px solid rgba(31, 62, 80, 0.6);
  border-right: 1px solid rgba(31, 62, 80, 0.6);
  margin: 0 5px 0 0;
  overflow: hidden;
  color: rgba(31, 62, 80, 0.6);
}

.tab:hover {
  color: rgba(31, 62, 80, 1);
}

.tab span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  max-width: 250px;
}

.currentTab {
  background-color: #ffffff;
  border: 0;
  color: rgba(31, 62, 80, 1);
}

.tab-content {
  padding: 20px;
  background-color: #ffffff;

}

.about-logo {
  margin: 70px 0 0 0;
  max-width: 200px;
}

.about-title {
  margin: 90px 0 10px 0;
}

#chart1 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#chart2 {
  display: flex;
  flex-direction: column;
  min-width: 250px;
  margin: 0 10px 10px 10px;
}

.currentPage, .positive {
  background-color: var(--primary-colour) !important;
  color: white !important;
}

.currentPage a {
  color: white;
}

.currentPage .sub-list-menu a{
  color: var(--primary-colour);
}

.currentPage .navIcon {
  filter: brightness(1) sepia(1) hue-rotate(0deg) saturate(0);
}

.chart-settings {
  margin: 30px 0;
}

.chart-settings > div {
  padding: 5px 0;
}

.chart-settings > div > label {
  margin: auto 5px auto 0;
}

.chart-settings > div > label:not(:first-child) {
  margin: auto 0 auto 5px;
}

.chart-settings > div > input[type=checkbox] {
  margin: auto 0;
}

#custom-date {
  margin-left: auto;
}

.date-container, .view-container, .zone-container, .chart-select-container, .data-freshness {
  padding: 1em 0;
}

.view-container, .zone-container, .chart-select-container {
  margin: 0 10px 0 0;
}

label[for=datePicker], label[for=viewPicker], label[for=start-date], label[for=end-date], label[for=zoneSelect],
label[for=chartSelect] {
  margin: auto 5px;
}

#page_content {
  display: flex;
  flex-direction: column;
}

#overview-container > div, #zone-container > div {
  margin-top: 10px;
  margin-bottom: 10px;
}

#selection-tools {
  padding: 20px;
}

#selection-tools button {
  height: 40px;
  width: 40px;
  border-radius: 3px;
  font-family: inherit;
  margin: 5px;
}

#selectors, #deselectors {
  margin: auto 0;
}

#selectors button {
  background-color: white;
  color: var(--primary-colour);
}

#deselectors button {
  background-color: #dddddd;
  color: var(--primary-colour);
}

.highlight-box {
  border: 5px solid var(--atamate-green);
  padding: 10px 20px;
  border-radius: 30px;
  margin-right: 20px;
}

.readout-box {
  border: 3px solid #555555;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 10px 0;
}

.chart_div {
  display: inline-flex;
}

.scorecard {
  display: flex;
  flex-direction: column;
  margin: 10px;
  min-width: 100px;
  text-align: center;
}

.scorecard:not(:last-child) {
  margin-bottom: 20px;
}

.scorecard .title {
  margin: 1px 0 1px 0;
  font-size: 1em;
}

.scorecard .readout {
  margin: 5px 0;
  font-size: 2em;
}

.scorecard .value-container {
  margin: 0 auto;
}

.scorecard .value-unit {
  color: #bbbbbb;
  margin-top: auto;
  margin-bottom: 5px;
}

.scorecard .diff {
  margin: 1px 0 1px 0;
  font-size: 0.8em;
}

.pre-unit {
  margin-right: 5px;
}

.post-unit {
  margin-left: 5px;
}

.better {
  color: lawngreen;
}

.worse {
  color: orangered;
}

.hotter {
  color: #ffbb68;
}

.colder {
  color: #55ebff;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-end {
  justify-content: flex-end;
}

.centre-content {
  display: flex;
  justify-content: center;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.space-around {
  display: flex;
  justify-content: space-around;
}

.space-left {
  margin-left: 10px;
}

.space-right {
  margin-right: 10px;
}

.space-top {
  margin-top: 15px;
}

.space-bottom {
  margin-bottom: 15px;
}

.vertically-centre {
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: center;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.helper-tooltip {
  position: absolute;
  z-index: 2;
  background: white;
  border-radius: 5px;
  min-width: 150px;
  max-width: 300px;
  max-height: 1000px; /* if it can't fit, link to a doc page */
  font-family: "Cerebri Sans Bold", sans-serif;
  padding: 15px;
  box-shadow: 0 3px 5px #999999;
}

.helper-tooltip ul {
  padding-inline-start: 20px;
  margin-block-start: 5px;
  margin-block-end: 10px;
}

.tooltip-close {
  margin: 0 0 auto auto;
}

.tooltip-container {
  padding: 5px;
  width: auto;
}

.tooltip-title {
  font-size: 1.1em;
  margin-bottom: 5px;
}

.tooltip-picture {
  max-width: 300px;
}

span.tooltip-title:not(:first-child) {
  margin-top: 5px;
}

.tooltip-datetime {
  font-size: 0.9em;
}

.tooltip-series-container {
  margin: 1px 0;
}

.tooltip-series-icon {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: auto 10px auto 0;
}

.tooltip-series-name {
  font-size: 0.9em;
  flex-grow: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.tooltip-series-value {
  font-size: 0.9em;
  margin-left: auto;
  text-align: right;
  padding-left: 25px;
}

.tooltip-content {
  font-size: 0.9em;
  margin: 10px 0;
  line-height: 1.4em;
}

.tooltip-content p, .tooltip-content div {
  margin: 0 0 10px 0;
}

.tooltip-content div.note {
  padding: 10px;
  font-size: 0.8em;
  border: 1px dashed #aaaaaa;
}

.tooltip-content div.note i.fa {
  margin: 5px 20px auto 0;
}

.report_title {
  color: var(--primary-colour);
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.report_subtitle {
  color: var(--atamate-green);
  cont-size: 14px;
  margin-top: 7px;
}

.installation-config span{
  margin: 10px 15px 10px 0;
}

button.call-to-action, button.form-submit, button.navigator, input[type=submit] {
  background-color: var(--primary-colour);
  padding: 10px 20px;
  font-family: inherit;
  color: white;
  border: 0;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
}

button.form-submit:active, button.navigator:active, input[type=submit]:active {
  background-color: var(--chart-series-3);
}

button.form-submit:disabled, button.navigator:disabled, input[type=submit]:disabled, button.call-to-action:disabled{
  background-color: #dddddd;
  color: #555;
}

.navigator span {
  margin: auto;
}

.installation-map {
  margin: 0 0 0 15px;
}

.config-param, .param {
  margin: 5px 0;
}

.config-param input[type=number], .param input[type=number] {
  max-width: 70px;
  text-align: right;
}

.config-param input[type=number], .config-param input[type=text], .config-param input[type=time] {
  padding: 5px 0;
}

.config-param-label, .param-label, .opt-label {
  display: inline-flex;
  min-width: 250px;
  padding: 5px 0;
}

.config-param-separator {
  display: inline-flex;
  margin: 0 15px;
  padding: 5px 0;
}

.config-param-unit, .param-unit {
  padding: 5px 0;
}

.param input[type=checkbox], .config-param input[type=checkbox] {
  margin: auto 0;
}

.multi-select {
  min-height: 272px;  /* At least 8 elements, 24px tall with 10px total padding */
  background-color: white;
  margin: 15px 0;
}

.multi-select option {
  padding: 5px 5px 5px 20px;
  color: inherit;
}

.multi-select optgroup {
  padding: 5px;
  color: #aaaaaa;
}

.helper-hint {
  cursor: help;
  margin: auto 10px;
}

.snackbar-show {
  visibility: visible !important;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
  animation: fadein 0.5s, fadeout 0.5s 3.7s;
}

#snackbar {
  display: flex;
  visibility: hidden;
  min-width: 250px;
  margin-left: -7%;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  padding: 5px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}

#snackbar p {
  text-align: inherit;
  width: 100%;
}

#dialog_bg, .dialog-background {
    position: fixed;
    z-index: 1;
    display: none;
    padding: 1%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 96%;
    width: 98%;
    -webkit-animation: fadeIn .3s ease-out forwards;
    animation: fadeIn .3s ease-out forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition: all .3s;
}

.dialog-background {
    display: flex;
}

.dialog {
    background-color: rgba(255, 255, 255, 1);
    margin: auto;
    padding: 15px 30px 30px 30px;
    display: flex;
    min-width: 300px;
    max-height: 90%;
    overflow-y: auto;
}


/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL2J1aWxkL2F1dG9wcmVmaXhlci9jbGllbnQvYXBwL3N0eWxlLnNjc3MiLCIuLi8uLi9idWlsZC9hdXRvcHJlZml4ZXIvY2xpZW50L2FwcC9zdHlsZS51bnByZWZpeGVkLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNJLG1CQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0FDQ0o7QURDQTtFQUNJLDJCQUFBO0VBQ0EsWUFBQTtBQ0NKOztBREVBO0VBQ0ksWUFBQTtFQUNBLFdBQUE7QUNDSjs7QURFQTtFQUNJLFdBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQUE7QUNDSjs7QURFQTtFQUNFLFlBQUE7QUNDRjs7QURNQTtFQUNJLGFBQUE7RUFDQSx1QkFBQTtFQUNBLFdBQUE7QUNISjs7QURNQTtFQUNJLFlBQUE7QUNISjs7QURNQTtFQUNJLFlBQUE7RUFDQSxZQUFBO0VBQ0EsbUJBQUE7QUNISjs7QURNQTtFQUNJLGNBQUE7RUFDQSxZQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7QUNISjs7QURNQTtFQUNJLFlBQUE7RUFDQSxlQUFBO0VBQ0EsK0JBQUE7RUFFQSwwQ0FBQTtFQUNBLGVBQUE7RUFDQSxZQUFBO0VBQ0EsNENBQUE7RUFDQSw2QkFBQTtBQ0pKOztBRE9BO0VBQ0ksZ0JBQUE7RUFDQSx5QkFBQTtFQUNBLGNBQUE7QUNKSjs7QURPQTtFQUNJLFlBQUE7RUFDQSxjQUFBO0FDSko7O0FET0E7RUFDSSxhQUFBO0VBQ0Esc0JBQUE7RUFDQSxZQUFBO0FDSko7O0FET0E7RUFDSSxhQUFBO0VBQ0Esc0JBQUE7RUFDQSxnQkFBQTtFQUNBLHdCQUFBO0FDSko7O0FET0E7RUFDSSxjQUFBO0FDSko7O0FET0E7RUFDSSxtQkFBQTtBQ0pKOztBRE9BO0VBQ0ksYUFBQTtFQUNBLG1CQUFBO0VBQ0Esa0JBQUE7QUNKSjs7QURPQTtFQUNJLGFBQUE7RUFDQSxxQkFBQTtFQUNBLGlCQUFBO0VBQ0EsY0FBQTtFQUNBLGFBQUE7RUFDQSxZQUFBO0FD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 */