@font-face {
  font-family: "Montserrat";
  src: url(../resources/fonts/Montserrat-Regular.ttf);
}
@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

@media screen and (min-width: 1081px) {
  body {
    font-size: 18px;
  }
  body header div.header-rsp-box {
    width: 1050px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body div.sub-header div.input-bread-crumbs {
    width: 1050px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body div.sub-header div.input-navigation {
    width: 1050px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body div.app-message-box span.app-msg-item {
    width: 1050px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body div.app-container {
    width: 1050px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-bottom: 50px;
  }
  body select {
    height: 22px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
  body {
    font-size: 16px;
  }
  body header div.header-rsp-box {
    width: 635px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body div.sub-header div.input-bread-crumbs {
    width: 635px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body div.sub-header div.input-navigation {
    width: 635px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body div.app-message-box span.app-msg-item {
    width: 635px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body div.app-container {
    width: 635px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body select {
    height: 18px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
  }
  body header {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
  }
  body div.sub-header {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
  }
  body div.app-container {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
  }
  body select {
    height: 18px;
  }
  body div.flex-row.inline-group-3,
  body div.flex-row.inline-group-4 {
    justify-content: space-between;
    flex-direction: column;
  }
  body div.flex-row.inline-group-3 .inline-flex-item,
  body div.flex-row.inline-group-4 .inline-flex-item {
    display: block;
  }
  body div.flex-row.inline-group-3 .inline-flex-item {
    flex: 0.2 0.8 33%;
  }
  body div.flex-row.inline-group-4 .inline-flex-item {
    flex: 0.2 0.8 25%;
  }
}
div.in-form-explainer {
  position: relative;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 30px;
}
div.in-form-explainer svg.feather {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
div.in-form-explainer svg.feather.feather-green {
  stroke: #28a745;
}
div.in-form-explainer span.in-form-explainer-text {
  display: inline-block;
  margin-left: 60px;
  font-size: 0.8em;
}
form h4.form-heading {
  font-size: 1em;
  font-weight: 600;
  margin: 10px 0;
  padding: 0;
}
/** 
    Usage:
    <svg class="feather">
        <use xlink:href="path/to/dist/feather-sprite.svg#circle"/>
    </svg>

    In the LESS for the parent element: 
    svg.feather {
        .feather();
    }
*/
div.overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  background-color: rgba(10, 10, 10, 0.6);
  width: 100vw;
}
div.overlay-box div.overlay-inner {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  padding: 0;
  padding-top: 0;
  background-color: #eaeaea;
  border: 3px solid #fefffe;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
div.overlay-box div.overlay-inner div.overlay-header {
  flex: 0.1 0.8 25px;
  display: block;
}
div.overlay-box div.overlay-inner div.overlay-header h4 {
  text-align: center;
  width: 100%;
  height: 20px;
  padding: 2px 0;
  line-height: 20px;
  font-weight: 600;
  font-size: 1.1em;
}
div.overlay-box div.overlay-inner div.overlay-header span.overlay-x {
  float: right;
  width: 22px;
  height: 22px;
  padding: 0 3px 0 0;
}
div.overlay-box div.overlay-inner div.overlay-header span.overlay-x svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke: #1d1d1b;
  width: 22px;
  height: 22px;
}
div.overlay-box div.overlay-inner div.overlay-body {
  flex: 0.8 0.2 80%;
  display: block;
}
div.overlay-box div.overlay-inner div.overlay-btns {
  flex: 0.1 0.8 25px;
  display: block;
  border-top: 1px solid #fefffe;
  text-align: right;
  padding: 3px 5px 1px 0;
}
div.overlay-box div.overlay-inner div.overlay-btns button.common-btn {
  background-color: #e2e2e2;
  width: 110px;
  height: 22px;
  line-height: 22px;
  border: 0;
  border-radius: 3px;
}
div.overlay-box div.overlay-inner div.overlay-btns button.common-btn:first-child {
  margin-right: 5px;
}
div.overlay-box.overlay-prompt div.overlay-inner {
  height: 300px;
  width: 600px;
}
@media screen and (max-width: 640px) {
  div.overlay-box.overlay-prompt div.overlay-inner {
    height: 200px;
    height: 320px;
  }
}
div.overlay-box.overlay-prompt div.overlay-inner div.overlay-body div.confirm-delete-msg {
  margin-top: 100px;
  text-align: center;
  display: block;
}
span.round-border {
  border: 3px solid #eaeaea;
  border-radius: 25px;
  display: inline-block;
  min-height: 60px;
  height: auto;
  line-height: 30px;
  padding: 5px 50px;
}
@media screen and (max-width: 640px) {
  span.round-border {
    line-height: 20px;
    min-height: 20px;
  }
}
span.running-requests {
  display: inline-block;
  text-align: center;
}
span.running-requests span.requests-number {
  position: relative;
  display: inline-block;
  font-size: 0.4em;
  top: -0.2em;
  right: -2.1em;
  color: inherit;
}
span.running-requests svg.app-loading-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  color: inherit;
  animation: infinite-spinning 2.5s linear infinite;
}
div.expander-simple-box {
  margin: 20px 0;
  padding: 0;
}
div.expander-simple-box div.expander-simple-header {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
div.expander-simple-box div.expander-simple-header h5 {
  position: relative;
  font-size: 1em;
  margin: 0;
  padding: 0 10px;
  padding-left: 0;
}
div.expander-simple-box div.expander-simple-header h5 svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
div.expander-simple-box div.expander-simple-header h5 svg.feather.feather-right {
  position: absolute;
  right: 5px;
}
div.expander-simple-box div.expander-simple-body {
  font-size: 0.9em;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  div.expander-simple-box {
    padding: 0 5px;
  }
}
div.readings-admin div.input-housing-readings-table div.input-housing-readings-table-header,
div.readings-admin div.readings-table div.input-housing-readings-table-header,
div.readings-admin div.input-housing-readings-table div.readings-table-header,
div.readings-admin div.readings-table div.readings-table-header {
  margin-bottom: 20px;
}
div.readings-admin div.input-housing-readings-table h4,
div.readings-admin div.readings-table h4 {
  margin: 20px 0;
}
div.readings-admin div.input-housing-readings-table div.flex-row,
div.readings-admin div.readings-table div.flex-row {
  margin-bottom: 3px;
}
div.readings-admin div.input-housing-readings-table div.flex-row.inline-group-3 .inline-flex-item,
div.readings-admin div.readings-table div.flex-row.inline-group-3 .inline-flex-item {
  flex: 0.3 0.6 20%;
}
div.readings-admin div.input-housing-readings-table div.flex-row.inline-group-3 .inline-flex-item span.admin-icon-box,
div.readings-admin div.readings-table div.flex-row.inline-group-3 .inline-flex-item span.admin-icon-box {
  width: 20px;
  cursor: pointer;
}
div.readings-admin div.input-housing-readings-table div.flex-row.inline-group-3 .inline-flex-item span.admin-icon-box svg.feather,
div.readings-admin div.readings-table div.flex-row.inline-group-3 .inline-flex-item span.admin-icon-box svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke: #eaeaea;
  fill: #0077bd;
  border: 1px solid #eaeaea;
  margin: 0 5px;
}
div.readings-admin div.input-housing-readings-table div.flex-row.inline-group-3 .inline-flex-item span.admin-icon-box svg.feather.running-edit,
div.readings-admin div.readings-table div.flex-row.inline-group-3 .inline-flex-item span.admin-icon-box svg.feather.running-edit {
  background-color: #eaeaea;
  fill: #eaeaea;
  stroke: #0077bd;
}
div.readings-admin div.input-housing-readings-table div.flex-row.inline-group-3 .inline-flex-item span.admin-reading-value input,
div.readings-admin div.readings-table div.flex-row.inline-group-3 .inline-flex-item span.admin-reading-value input {
  height: 1em;
  line-height: 1em;
  font-size: 0.9em;
}
div.readings-admin div.input-housing-readings-table div.flex-row.inline-group-3 .inline-flex-item:last-child,
div.readings-admin div.readings-table div.flex-row.inline-group-3 .inline-flex-item:last-child {
  flex: 0.6 0.4 90px;
}
/**
    User classes of colors, font, background | sizes (margin, padding, width, height) | display and positioning

    Do not mix them up.
*/
/**
    Centered, for foot of form for example.
*/
@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromNoDisplay {
  0% {
    display: none;
    opacity: 0;
  }
  0.1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.no-display {
  display: none;
}
.visible {
  display: block !important;
}
.display-but-invisible {
  display: block;
  position: absolute;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.transition-opacity-in {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s linear;
}
.transition-opacity-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
}
body {
  background-color: #fefffe;
  color: #000000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}
ul {
  list-style-type: none;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover {
  background-color: #F28007;
  color: white;
}
.active {
  background-color: blue;
}
* {
  box-sizing: border-box;
}
img {
  vertical-align: middle;
}
.active,
.dot:hover {
  background-color: #F7931E;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}
/*
tr:nth-child(even) {
    background-color: #dddddd;
  }*/
div#root {
  margin: 0;
}
footer {
  position: fixed;
  bottom: 0;
  padding: 2px 5px 2px 20px;
  height: 34px;
  line-height: 34px;
  font-size: 0.7em;
  color: #efefff;
  width: 100%;
  background-color: #003399;
}
footer.content-scrolling {
  width: 100%;
}
footer.content-scrolling div#footer-box {
  width: 100%;
}
footer svg.footer-icon {
  stroke: none;
  height: 1.4em;
  width: 1.4em;
  margin-right: 2px;
  position: relative;
  top: 4px;
}
footer span.footer-link {
  display: inline-block;
  margin: 0 40px;
  width: auto;
}
footer span.footer-link:first-child {
  margin-left: 40px;
}
footer span.footer-link a {
  display: inline-block;
  color: #efefff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0;
  padding: 0 5px;
  margin: 0;
}
footer span.footer-link a svg.footer-icon-link {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 640px) {
  footer span.footer-link {
    margin: 0;
    width: auto;
  }
  footer span.footer-link:first-child {
    margin-left: 0;
  }
}
.distance-left-150 {
  margin-left: 150px;
}
.pale-bg {
  background-color: #83abcf;
}
a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #efefff;
}
a.inline-link {
  text-decoration: underline;
  display: inline;
  border: 0;
}
a.inline-link::active {
  color: #eeeeea;
}
a.inline-link::hover {
  color: #eeeeea;
}
select {
  padding: 0 12px;
  display: inline-block;
  background: #fefffe;
  color: #000000;
  font-size: 1em;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
sub {
  font-size: 0.6em;
}
.reset-border-padding {
  border: none;
  padding: 0;
}
.like-link {
  text-decoration: underline;
  padding-left: 2px;
}
.like-link::before {
  content: "\21AA";
}
div.start-welcome.scrollable-y {
  overflow-y: scroll;
  height: 88vh;
}
div.start-welcome div#welcome-explain-text {
  width: 1005px;
  margin: 20px auto 0 auto;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 600;
}
div.start-welcome div#welcome-explain-text a.inline-link {
  padding: 0;
  color: #003399;
}
@media screen and (min-width: 1081px) {
  body {
    font-size: 18px;
  }
  body header div.header-rsp-box {
    width: 100vw;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body div.sub-header div.input-bread-cumbs {
    width: 100vw;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body div.app-container {
    width: 100vw;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body footer div#footer-box {
    width: 100vw;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    overflow: hidden;
    max-width: 98%;
  }
  body select {
    height: 22px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
  body {
    font-size: 16px;
  }
  body header div.header-rsp-box {
    width: 100vw;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body div.app-container {
    width: 100vw;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body footer div#footer-box {
    width: 100vw;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  body select {
    height: 18px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
  }
  body header {
    padding-bottom: 5px;
  }
  body header div.header-rsp-box {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }
  body div.app-message-box {
    width: 95%;
  }
  body div.app-container {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }
  body footer div#footer-box {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }
  body select {
    height: 18px;
  }
  body div.flex-row.inline-group-3,
  body div.flex-row.inline-group-4 {
    justify-content: space-between;
    flex-direction: column;
  }
  body div.flex-row.inline-group-3 .inline-flex-item,
  body div.flex-row.inline-group-4 .inline-flex-item {
    display: block;
  }
  body div.flex-row.inline-group-3 .inline-flex-item {
    flex: 0.2 0.8 33%;
  }
  body div.flex-row.inline-group-4 .inline-flex-item {
    flex: 0.2 0.8 25%;
  }
}
/*
    Buttons
*/
button.common-btn {
  background-color: #fefffe;
  color: #000000;
  border: 1px solid #cacaca;
  border-radius: 1px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 0.8em;
}
button.common-btn a {
  color: #323232;
  border-width: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
button.common-btn:hover {
  background-color: #eeeeea;
}
button.common-btn:active {
  background-color: #eeeeea;
  color: #efefff;
}
button.common-btn.btn-save {
  background-color: #dcdcdc;
  color: #28a745;
  border: 2px solid #28a745;
  height: 50px;
  line-height: 52px;
  font-weight: 600;
}
button.common-btn.btn-save:disabled {
  background-color: #dcdcdc;
  border-color: #f0f0f0;
  color: #969696;
}
button.common-btn.btn-save span.running-requests {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
button.common-btn.btn-save span.running-requests span.requests-number {
  font-size: 0.3em;
  top: -0.5em;
  right: -1.9em;
}
button.common-btn.btn-save span.running-requests svg {
  width: 1em;
  height: 1em;
}
button.common-btn.large-link-btn {
  box-sizing: content-box;
  margin: 5px 0;
  background-color: #fefffe;
  height: 60px;
  padding: 0;
}
button.common-btn.large-link-btn a {
  display: inline-block;
  color: #323232;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 60px;
  height: 60px;
}
div.centered-link-btn,
div.centered-button-box {
  margin: 10px 0;
  text-align: center;
}
div.centered-link-btn button.common-btn,
div.centered-button-box button.common-btn {
  width: 50%;
  display: inline-block;
  font-size: 1.4em;
  line-height: 60px;
  height: 65px;
}
@media screen and (max-width: 640px) {
  div.centered-link-btn button.common-btn,
  div.centered-button-box button.common-btn {
    width: 80%;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.6em;
    height: auto;
  }
}
/*
 * Link/<a>
 */
a.disabled-link {
  pointer-events: none;
  color: #cacaca !important;
}
/**
 * Text boxes: longer texts, usually black on white
 */
.long-text {
  padding: 10px;
  margin: 10px 0;
}
.long-text a.inline-link {
  color: inherit;
  padding: 0 2px;
}
.short-explainer {
  font-size: 0.8em;
  margin: 10px 0;
}
/*
    Groups, e.g. for buttons, menus etc
*/
div.flex-row {
  display: flex;
}
div.flex-row span.inline-flex-item div.react-datepicker-wrapper {
  width: 99%;
  cursor: pointer;
}
div.flex-row.inline-group-2 {
  justify-content: space-between;
}
div.flex-row.inline-group-2 .inline-flex-item {
  display: block;
  flex: 0.2 0.8 50%;
}
div.flex-row.inline-group-2 .inline-flex-item:first-child > * {
  margin-right: 2px;
}
div.flex-row.inline-group-2 .inline-flex-item:last-child > * {
  margin-left: 2px;
}
div.flex-row.inline-group-3 {
  justify-content: space-between;
  flex-direction: row;
}
div.flex-row.inline-group-3 .inline-flex-item {
  display: block;
  flex: 0 1 33%;
}
div.flex-row.inline-group-4 {
  justify-content: space-between;
  flex-direction: row;
}
div.flex-row.inline-group-4 .inline-flex-item {
  display: block;
  flex: 0 1 25%;
}
/*
    Headlines
*/
h1.headline,
h2.headline,
h3.headline,
h4.headline,
h5.headline,
h6.headline {
  padding: 10px 0;
}
/*
    Main message Box
*/
div.app-message-box {
  font-size: 0.7em;
  position: fixed;
  z-index: 300;
  bottom: 0;
  box-sizing: content-box;
  height: 34px;
  width: 60vw;
  padding: 0 20vw;
  background-color: rgba(234, 234, 234, 0.8);
  color: #000000;
}
div.app-message-box span.app-msg-item {
  border: 0;
  padding: 5px 0 1px 5px;
  box-sizing: border-box;
  width: 100% !important;
  margin: 1px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.app-message-box span.app-msg-item span.app-msg-close {
  padding: 2px 0px;
  display: block;
  flex: 0.1 0.4 30px;
  cursor: pointer;
}
div.app-message-box span.app-msg-item span.app-msg-close svg.app-msg-close-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke: #000000;
}
div.app-message-box span.app-msg-item span.app-msg-news {
  display: block;
  flex: 0.8 0.2 80%;
}
/*
    general purpose classes
*/
div.line-separator {
  background-color: #cacaca;
  height: 2px;
  border-radius: 2px;
  width: 97%;
  margin: 30px auto;
}
div.header-with-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.header-with-nav > * {
  display: block;
}
div.header-centered {
  font-size: 1.2em;
  height: 60px;
  line-height: 60px;
  margin: 20px 0;
}
div.header-centered h5,
div.header-centered h4,
div.header-centered h3,
div.header-centered h2 {
  text-align: center;
}
span.move-right {
  position: relative;
  right: 5px;
}
.multi-line {
  line-height: 1em;
}
.turn-colors {
  background-color: #eaeaea;
  color: #fefffe;
}
.color-main-blue {
  color: #003399;
}
.no-border {
  border-width: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.super-small {
  font-size: 0.4em;
}
.sup,
.sub {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
  font-size: 0.6em;
}
.sup {
  top: -0.5em;
}
.small-explainer {
  font-size: 0.6em;
}
.smaller {
  font-size: 0.8em;
  line-height: 1em;
}
.v-margin {
  display: inline-block;
  margin: 10px 0;
}
.bot-margin {
  margin-bottom: 70px;
}
span.sdp-color-txt {
  color: #f7931e;
}
img.plain-img-sizing {
  width: 100%;
  height: 100%;
}
.clickable {
  cursor: pointer;
}
div.overlay-box div.overlay-inner div.overlay-body {
  color: #000000;
}
div.overlay-box div.overlay-inner div.overlay-btns button.common-btn {
  color: #000000;
}
.can-read {
  display: none !important;
}
.show-read {
  display: inherit !important;
}
div.app-container form {
  background-color: #fefffe;
  color: #1d1d1b;
  padding: 11px 5px;
  border-radius: 2px;
}
div.app-container form input,
div.app-container form button {
  background-color: #f0f0f0;
}
div.app-container form h4.form-heading {
  font-size: 1em;
  font-weight: 600;
  margin: 5px 0;
  padding: 0;
}
div.app-container form div.small-explainer {
  margin: 10px 0;
}
div.app-container form input:disabled {
  background-color: #cacaca;
  cursor: not-allowed;
}
div.app-container form input#zero-meter {
  width: 1em;
}
div.main-input-group {
  padding: 0;
  width: 100%;
  margin: 0 0 20px 0;
}
div.main-input-group input {
  background-color: #fefffe;
  border: 1px solid #cacaca;
  border-radius: 1px;
  font-size: 1em;
  box-sizing: border-box;
  overflow: hidden;
  margin: 10px 0;
  line-height: 50px;
  padding: 0 4px;
  display: inline-block;
  width: 100%;
  height: 50px;
}
div.main-input-group > button,
div.main-input-group > a {
  background-color: #f0f0f0;
  font-size: 1em;
  margin: 10px 0;
  line-height: 50px;
  display: block;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 1081px) {
  div.main-input-group.group-labled .inline-flex-item input.inline-ssm-size {
    width: 50px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  div.main-input-group.group-labled .inline-flex-item {
    margin-top: 10px;
  }
  div.main-input-group.group-labled .inline-flex-item label {
    display: block;
    height: 2.5em;
  }
}
div.main-input-group.group-labled-inline input {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
div.main-input-group.group-labled-inline label {
  padding-left: 20px;
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
  div.main-input-group {
    margin: 0px;
  }
}
@media screen and (max-width: 640px) {
  div.main-input-group {
    margin: 0px;
  }
  form#register-user {
    padding: 0 5px;
  }
  form#register-user button.common-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) and screen and (max-width: 640px) {
  form#register-user {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) and screen and (min-width: 641px) and (max-width: 1080px) {
  form#register-user {
    margin-bottom: 10px;
  }
}
/**
    General parts design: error-msg, label ...
*/
form {
  font-size: 0.8em;
}
form p.form-error-message,
form span.form-error-message {
  color: #c44242;
  font-size: 0.85em;
  font-weight: 600;
  margin: 0;
}
form#add-household {
  margin-top: 10px;
}
form label {
  font-weight: 600;
}
form a.inline-link {
  color: #000000;
}
div.form-foot-btn-box {
  margin: 10px 0;
  text-align: center;
}
div.form-foot-btn-box button.common-btn {
  width: 50%;
  display: inline-block;
  font-size: 1.4em;
  line-height: 60px;
  height: 65px;
}
.form-sent-error {
  color: #c44242;
  font-weight: 600;
  margin: 10px 0;
}
input:focus {
  /* border: 0; */
  outline-color: #ababab;
}
button:focus {
  outline-width: 0;
}
div.in-form-explainer {
  position: relative;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 30px;
}
div.in-form-explainer svg.feather {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
div.in-form-explainer svg.feather.feather-green {
  stroke: #28a745;
}
div.in-form-explainer span.in-form-explainer-text {
  display: inline-block;
  margin-left: 60px;
  font-size: 0.8em;
}
form#register-user-simple {
  margin: 10px 50px;
}
form#register-user-simple a.inline-link {
  color: inherit;
  padding: 0 2px;
}
ol.explain-text-list,
ul.explain-text-list {
  padding-inline-start: 20px;
}
ol.explain-text-list li.text-li-item,
ul.explain-text-list li.text-li-item {
  list-style-type: initial;
  padding: 2px 0;
}
ol.explain-text-list li.text-li-item {
  list-style-type: decimal;
}
div.app-container div.left-right-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  margin: 0;
}
div.app-container div.left-right-wrapper div.left-box {
  flex: 0.1 0.2 23%;
  height: 100%;
  border-right: 1px solid #33abfa;
  margin-right: 0;
}
div.app-container div.left-right-wrapper div.right-box {
  flex: 0.2 0.1 77%;
  height: 100%;
}
div.app-container.content-scrolling {
  width: 100%;
}
header {
  background-color: #003399;
  width: 100vw;
  max-width: 100%;
}
header.content-scrolling {
  width: 100%;
}
header.content-scrolling ul.main-menu {
  width: 100%;
}
header ul.main-menu {
  width: 100vw;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
header ul.main-menu li.menu-entry {
  display: inline-block;
  text-align: center;
  padding: 0;
  font-size: 0.9em;
  height: 45.3px;
  line-height: 46.1px;
  margin: 0;
  background-color: inherit;
  position: relative;
}
header ul.main-menu li.menu-entry a {
  color: #efefff;
  font-size: inherit;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 1.5em;
  border: 0;
}
header ul.main-menu li.menu-entry a svg.menu-logo {
  height: 1.8em;
  width: 1.8em;
  position: relative;
  top: 8px;
}
header ul.main-menu li.menu-entry a span#menu-beta-hint {
  font-size: 0.8em;
  line-height: 1em;
}
header ul.main-menu li.menu-entry.active {
  background-color: #f7931e;
  font-weight: 600;
}
header ul.main-menu li.menu-entry.active button.common-btn {
  background-color: #f7931e;
}
header ul.main-menu li.menu-entry ul.main-menu-sub-list {
  position: absolute;
  display: none;
  top: 45.3px;
  left: 0;
  z-index: 800;
  background-color: #f7931e;
  text-align: left;
  width: 200px;
  font-weight: normal;
}
header ul.main-menu li.menu-entry ul.main-menu-sub-list > li {
  line-height: 2em;
  margin-bottom: 1px;
  color: #000;
}
header ul.main-menu li.menu-entry ul.main-menu-sub-list > li:hover {
  background-color: #e2e2e2;
}
header ul.main-menu li.menu-entry ul.main-menu-sub-list > li.active {
  color: #efefff;
  font-weight: 600;
}
header ul.main-menu li.menu-entry ul.main-menu-sub-list > li.menu-dropdown-entry a {
  text-align: left;
  padding: 0 5px;
  color: #000;
}
header ul.main-menu li.menu-entry ul.main-menu-sub-list > li.menu-dropdown-entry:hover {
  background-color: #e2e2e2;
}
header ul.main-menu li.menu-entry ul.main-menu-sub-list > li.menu-dropdown-entry.active a {
  font-weight: 600;
  color: #efefff;
}
header ul.main-menu li.menu-entry button.common-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 100%;
  background-color: #003399;
  color: #efefff;
  font-size: inherit;
  border: 0;
}
header ul.main-menu li.menu-entry.menu-entry-right {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  header ul.main-menu li {
    height: auto;
    line-height: 1.8em;
  }
}
header ul.main-menu li.menu-list-header-item,
header ul.main-menu li.menu-list-footer-item {
  font-weight: 600;
  font-size: 0.8em;
  line-height: initial;
}
div.sub-header-start {
  color: #efefff;
}
div.sub-header-start b {
  display: inline-block;
  margin-right: 3px;
}
div#cnb-sub-header {
  position: relative;
  height: 24px;
  font-size: 1em;
  padding-top: 2px;
  padding-right: 0;
  padding-left: 1em;
  background-color: #33abfa;
}
div#cnb-sub-header span.running-requests span.requests-number {
  font-size: 6.5px;
  top: -3px;
  right: -15px;
}
div#cnb-sub-header span.running-requests svg.app-loading-icon {
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -1px;
}
div#cnb-sub-header span.running-requests.double-digit span.requests-number {
  right: -16.7px;
}
div#cnb-sub-header span.geo-input {
  max-width: 450px;
  display: inline-block;
  height: 100%;
  height: 20px;
  margin: 0 0 0 30px;
  position: relative;
  bottom: 0px;
}
div#cnb-sub-header span.geo-input input {
  height: 100%;
  width: 400px;
  border-width: 1px;
  position: relative;
  top: -1px;
}
div#cnb-sub-header span.geo-input span.search-icon-box svg.nominatim-search-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke: #efefff;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
div#cnb-sub-header span.sub-header-year {
  font-size: 0.9em;
  display: inline-block;
  margin: auto 0 auto 10px;
}
div#cnb-sub-header span.sub-header-year span.go-by-year {
  margin: 0 10px;
}
div#cnb-sub-header span.sub-header-year span.go-by-year span.arrow {
  margin: 0;
  display: inline-block;
  position: relative;
}
div#cnb-sub-header span.sub-header-year span.go-by-year span.arrow.go-back {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #000;
  position: relative;
  top: 1px;
}
div#cnb-sub-header span.sub-header-year span.go-by-year span.arrow.go-forward {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #000;
  position: relative;
  top: 1px;
}
div#cnb-sub-header span.sub-header-year span.go-by-year.disabled span.go-back {
  border-right-color: #cacaca;
}
div#cnb-sub-header span.sub-header-year span.go-by-year.disabled span.go-forward {
  border-left-color: #cacaca;
}
div#cnb-sub-header span.sub-menu-interact {
  position: absolute;
  right: 30px;
}
div#cnb-sub-header span.sub-menu-interact span.log-in-box a {
  border: 0;
  padding: 0;
}
div#cnb-sub-header span.sub-menu-interact svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke: #efefff;
  height: 1em;
  width: 1em;
  top: -2px;
  position: relative;
}
div#cnb-sub-header span.sub-menu-interact svg.feather.sub-header-icon-l {
  right: 25px;
  margin: 0 10px;
}
div#cnb-sub-header div.map-position {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 20px;
}
div.has-user-sub-header {
  display: flex;
}
div.has-user-sub-header.content-scrolling {
  width: 100%;
}
div.has-user-sub-header span.user-name-subheader {
  color: #efefff;
}
div.has-user-sub-header span.user-name-subheader select.cluster-select-sub-header {
  height: 21px;
  font-size: 12.5px;
  /* line-height: 1px; */
  position: relative;
  bottom: 3px;
}
div.has-user-sub-header span.user-name-subheader select.cluster-select-sub-header.disabled {
  background-color: #cacaca;
  color: #efefff;
}
div.has-user-sub-header div.map-position {
  flex: 0.2 0.8 30%;
}
div.has-user-sub-header div.cluster-select-box {
  flex: 0.8 0.2 70%;
}
div.public-sub-header {
  height: 1.6em !important;
  line-height: inherit !important;
}
div.public-sub-header span#year-select-box {
  margin-left: 10px;
}
form.login-form {
  display: inline-block;
  width: 99%;
  max-width: 500px;
  font-size: 0.9em;
  padding-top: 5px;
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
  form.login-form {
    max-width: 60vw;
  }
}
form.login-form > * {
  display: block;
  height: 1.5em;
  line-height: 1.5em;
  width: 100%;
}
form.login-form span.login-form-label {
  display: inline-block;
  width: 100%;
  text-align: left;
}
form.login-form input {
  background-color: #fefffe;
  border: 1px solid #cacaca;
  border-radius: 1px;
  font-size: 1em;
  box-sizing: border-box;
  overflow: hidden;
  margin: 2px 0;
  color: #323232;
}
form.login-form button {
  background-color: #fefffe;
  border: 1px solid #cacaca;
  border-radius: 1px;
  color: #323232;
  text-align: center;
  height: 2.2em;
  margin-top: 5px;
}
form.login-form button svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke: #000000;
}
.no-user-header {
  margin: 20px auto 0px auto;
  width: 1005px;
  text-align: center;
}
.no-user-header p {
  margin: 2px 0;
}
.no-user-header span.smaller-font {
  font-weight: normal;
  font-size: 0.7em;
  line-height: 0.7em;
}
div.get-session-partial {
  width: 1005px;
  margin: 0 auto;
  justify-content: space-between;
}
div.get-session-partial span.inline-flex-item {
  text-align: center;
  flex: 0.5 0.5 40%;
}
div.get-session-partial span.register-flex-item {
  margin-top: 1.5em;
  padding-top: 10px;
}
div.get-session-partial span.register-flex-item button {
  margin: 0 auto;
}
div.tooltip {
  position: absolute;
  z-index: 3000;
  padding: 10px;
  border: 2px solid #f7931e;
  border-radius: 5px;
  margin: 2px;
  background-color: #fefffe;
  color: #1d1d1b;
  font-size: 0.7em;
  line-height: 1.3em;
  width: 240px;
  display: none;
  opacity: 0;
}
div.tooltip.show {
  display: block;
  opacity: 1;
  transition: opacity 0.3s linear;
}
div.tooltip.more-horizontal-space {
  width: 380px;
}
div.tooltip h5 {
  margin: 8px 0;
  font-size: 1em;
}
div.tooltip h6 {
  margin: 5px 0;
  font-size: 0.85em;
}
div.tooltip .color-red {
  color: #ff0000;
}
div#geo-map-box div#geo-map {
  position: relative;
}
div#geo-map-box div#geo-map.rhem-cluster-map {
  flex: 0.1 0.2 75.6%;
}
div#geo-map-box div#geo-map div.vertical-controls {
  position: absolute;
  z-index: 450;
  right: 0;
  top: 0;
  margin: 20px 20px 0 0;
  width: 40px;
}
div#geo-map-box div#geo-map div.vertical-controls span.control-icon-box {
  display: block;
  background-color: #33abfa;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 2px 0;
}
div#geo-map-box div#geo-map div.vertical-controls span.control-icon-box svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  fill: #33abfa;
  stroke: #000;
}
div#geo-map-box div#geo-map div.leaflet-container {
  width: 100%;
  height: 100%;
}
div#geo-map-box div#geo-map div.leaflet-container div.leaflet-marker-icon span.building-marker {
  position: absolute;
  top: -1em;
  left: -0.5em;
}
div#geo-map-box div#geo-map div.leaflet-container div.leaflet-marker-icon span.building-marker svg.building-pin-svg {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  width: 2em;
  height: 2em;
  fill: #f7931e;
}
div#geo-map-box div#geo-map div.leaflet-container div.leaflet-marker-icon span.public-start-marker.marker-box-info-corner {
  position: absolute;
  top: -4.4em;
  left: -2.2em;
}
div#geo-map-box div#geo-map div.leaflet-container div.leaflet-marker-icon span.public-start-marker svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
div#geo-map-box div#geo-map div.leaflet-container div.leaflet-marker-icon span.public-start-marker svg.feather.public-start-pin-build-bubble {
  width: 2.4em;
  height: 1.4em;
  stroke: #003399;
  fill: transparent;
}
div#geo-map-box div#geo-map div.leaflet-container div.leaflet-marker-icon span.public-start-marker svg.feather.construction-ghg-start-pin-build-bubble {
  fill: lightgrey;
  fill-opacity: 0.3;
  width: 3em;
  height: 4em;
  stroke: #003399;
}
div#geo-map-box div#geo-map div.leaflet-container div.leaflet-marker-icon span.public-start-marker svg.feather.public-start-pin-info-corner {
  width: 4.4em;
  height: 4.4em;
  stroke-width: 1.4px;
  stroke: #f7931e;
  fill: transparent;
}
div#geo-map-box div#geo-map div.leaflet-container span.running-requests.on-map-spinner {
  position: absolute;
  z-index: 401;
  height: 160px;
  width: 160px;
  background-color: rgba(255, 255, 255, 0.4);
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  padding: 20px;
}
div#geo-map-box div#geo-map div.leaflet-container span.running-requests.on-map-spinner svg.app-loading-icon {
  stroke: #f7931e;
  width: 120px;
  height: 120px;
}
div#geo-map-box div#geo-map div.leaflet-container span.running-requests.on-map-spinner span.requests-number {
  position: absolute;
  top: 65px;
  right: 72px;
  color: #f7931e;
  font-size: 20px;
  font-weight: bold;
}
div#geo-map-box div#geo-map div.leaflet-container span.running-requests.on-map-spinner.double-digit span.request-number {
  right: 77px;
}
div#geo-map-box div#geo-map div.leaflet-container div.leaflet-pane div.estate-marker {
  background-color: #003399;
  width: 13px;
  height: 13px;
  border: 1px solid #33abfa;
}
div.tooltip.rhem-map-estate-tooltip {
  width: 350px;
}
div.tooltip.rhem-map-estate-tooltip p {
  margin: 2px 0;
}
div.admin-left {
  border-right-width: 0 !important;
}
div.admin-left ul.menu-vertical {
  width: 250px;
  margin: 20px auto;
}
div.admin-left ul.menu-vertical li.vertical-menu-item {
  list-style-type: none;
  height: 2.5em;
  line-height: 2.5em;
  margin: 5px;
  text-align: center;
  background-color: #003399;
  color: #efefff;
  border: 2px solid #dcdcdc;
}
div.admin-left ul.menu-vertical li.vertical-menu-item.active {
  background-color: #f7931e;
}
div.admin-right div.admin-box .small-explainer {
  font-size: 0.8em;
  font-weight: 600;
  margin: 15px 0 0 0;
}
div.admin-right div.admin-box h3 {
  margin: 15px 0 3px 0;
}
div.admin-right div.admin-box > select {
  height: 22px;
}
div.admin-right div.admin-box div.select-box select {
  height: 22px;
}
div.admin-right div.admin-box div.select-box span.inline-btn-box {
  display: inline-block;
}
div.admin-right div.admin-box div.select-box span.inline-btn-box button.common-btn {
  margin-left: 20px;
  height: 22px;
  line-height: calc(22px - 2px);
  width: 200px;
}
div.admin-right div.admin-box div.select-box span#pre-fill-select {
  display: block;
  margin-top: 10px;
}
div.admin-right div.admin-box div.select-box span#pre-fill-select label {
  display: inline-block;
}
div.admin-right div.admin-box div.admin-inline-msg {
  font-size: 0.8em;
  font-weight: normal;
  margin: 20px 0;
}
div.admin-right div.admin-box div.admin-inline-msg.error-msg {
  color: #c44242;
}
div.admin-right div.admin-box div.admin-inline-msg.success-msg {
  color: #28a745;
}
div.admin-right div.admin-box form {
  font-size: 0.7em;
  padding: 0;
  width: 90%;
}
div.admin-right div.admin-box form h4.in-form-header {
  font-size: 1.6em;
  color: #003399;
  margin: 10px 0 10px 0px;
}
div.admin-right div.admin-box form div.inline-group-4 .inline-flex-item {
  flex: 0.4 0.6 22%;
}
div.admin-right div.admin-box form div.inline-group-4 .inline-flex-item:first-child {
  flex: 0.7 0.3 33%;
}
div.admin-right div.admin-box form div.inline-group-3 .inline-flex-item {
  flex: 0.4 0.6 26.5%;
}
div.admin-right div.admin-box form div.inline-group-3 .inline-flex-item:first-child {
  flex: 0.7 0.3 45%;
}
div.admin-right div.admin-box form div.inline-group-3 .inline-flex-item label.either-or-box {
  font-weight: normal;
}
div.admin-right div.admin-box form div.input-group {
  margin: 25px 0;
}
div.admin-right div.admin-box form div.input-group input[type="text"],
div.admin-right div.admin-box form div.input-group select {
  display: block;
  font-size: 1.1em;
  height: 34px;
  line-height: 34px;
  border: 0;
  width: 350px;
  max-width: 100%;
  margin-top: 5px;
  padding-left: 5px;
  background-color: #e2e2e2;
  border-radius: 2px;
}
div.admin-right div.admin-box form div.input-group select {
  cursor: pointer;
}
div.admin-right div.admin-box form div.input-group span.input-block-box {
  display: block;
  width: auto;
  background: #fefffe;
  padding: 0;
  margin: 0;
}
div.admin-right div.admin-box form div.input-group span.input-block-box input[type="text"],
div.admin-right div.admin-box form div.input-group span.input-block-box select {
  display: inline-block;
}
div.admin-right div.admin-box form div.input-group span.input-block-box span.display-unit {
  font-weight: 600;
}
div.admin-right div.admin-box form div.input-group p.form-error-message {
  color: #003399;
}
div.admin-right div.admin-box form div.input-group.group-labled.label-row {
  margin: 15px 0 0 0;
}
div.admin-right div.admin-box form div.input-group.input-row-of-labels {
  margin: 0 0 25px 0;
}
div.admin-right div.admin-box form p.form-error-message {
  color: #003399;
}
div.admin-right div.admin-box form#cluster-data div.group-labled-inline label {
  padding-left: 0;
  padding-right: 10px;
}
div.admin-right div.admin-box form#cluster-data div.group-labled-inline input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
}
div.admin-right div.admin-box form#cluster-data div.group-labled-inline input#zoom {
  width: 80px;
}
div.admin-right div.admin-box form#building-data div.scrollable-y {
  overflow-y: scroll;
  height: 50vh;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled select,
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled input[type="text"] {
  width: 500px;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled select:focus,
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled input[type="text"]:focus {
  outline: 0;
  background-color: #cacaca;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled.input-row {
  margin: 0 0 15px 0;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled div.file-input-row {
  margin: 5px 0;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled div.file-input-row label {
  display: inline-block;
  margin-right: 10px;
  width: 230px;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled div.file-input-row input[type="file"] {
  width: auto;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled div.file-input-row button.btn-inline {
  margin: 0 10px 0 5px;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled.flex-row span.inline-flex-item.disabled {
  cursor: not-allowed;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled.flex-row span.inline-flex-item.disabled label {
  color: #cacaca;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled.flex-row span.inline-flex-item.disabled input {
  background-color: #cacaca;
  color: #ababab;
  cursor: not-allowed;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.input-group.group-labled.flex-row span.inline-flex-item.disabled input[disabled="true"] {
  color: #f7931e;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.disabled-field,
div.admin-right div.admin-box form#building-data div.scrollable-y span.disabled-field {
  cursor: not-allowed;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.disabled-field label,
div.admin-right div.admin-box form#building-data div.scrollable-y span.disabled-field label {
  color: #cacaca;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.disabled-field input,
div.admin-right div.admin-box form#building-data div.scrollable-y span.disabled-field input {
  background-color: #cacaca;
  color: #ababab;
  cursor: not-allowed;
}
div.admin-right div.admin-box form#building-data div.scrollable-y div.disabled-field input[disabled="true"],
div.admin-right div.admin-box form#building-data div.scrollable-y span.disabled-field input[disabled="true"] {
  color: #f7931e;
}
div#admin-user {
  padding-top: 20px;
}
div#admin-user div.scrollable-box {
  height: 820px;
  overflow-y: scroll;
}
div#admin-user div.scrollable-box > h3 {
  margin: 5px 0;
}
div#admin-user div.scrollable-box div#user-admin-search {
  margin: 5px 0;
}
div#admin-user div.scrollable-box div#user-admin-search label input[type="text"] {
  display: inline-block;
  margin-left: 10px;
}
div#admin-user div.scrollable-box div#found-user-list {
  margin: 5px 0;
}
div#admin-user div.scrollable-box div#found-user-list div.found-user {
  font-size: 0.85em;
  margin: 3px 0;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  width: 80%;
  cursor: pointer;
}
div#admin-user div.scrollable-box div#found-user-list div.found-user.selected-user {
  font-weight: bold;
  color: #003399;
}
div#admin-user div.scrollable-box div#found-user-list h5.not-found {
  margin: 5px 0;
  color: #0077bd;
}
div#admin-user div.scrollable-box div#process-user div.process-user-part div.already-there {
  margin: 10px 0;
}
div#admin-user div.scrollable-box div#process-user div.process-user-part div.already-there p {
  font-size: 0.8em;
  margin: 4px 0;
  width: 80%;
}
div#admin-user div.scrollable-box div#process-user div.process-user-part div.already-there p button {
  float: right;
  height: 18px;
  font-size: 11px;
}
div#admin-user div.scrollable-box div#process-user div.process-user-part div.already-there h5.not-found {
  margin: 5px 0;
  color: #0077bd;
}
div#admin-user div.scrollable-box div#process-user div.process-user-part div.already-there div.overlay-prompt div.overlay-body {
  padding: 5px 10px;
}
div#admin-user div.scrollable-box div#process-user div.process-user-part label {
  color: #0077bd;
}
div#admin-user div.scrollable-box div#process-user div.process-user-part label input,
div#admin-user div.scrollable-box div#process-user div.process-user-part label select {
  display: inline-block;
  margin-left: 10px;
}
div#admin-user div.scrollable-box div#process-user div.process-user-part > p {
  font-size: 0.85em;
}
div#admin-user div.scrollable-box div#process-user div.process-user-part div.handle-user-admin-action {
  margin: 5px 0;
}
div#admin-user div.scrollable-box div#process-user div.process-user-part div.handle-user-admin-action button.common-btn {
  height: 30px;
  width: auto;
  padding: 0 20px;
  max-width: 700px;
  font-size: 12px;
  line-height: 10px;
  color: #528037;
  background-color: #efefff;
}
div#admin-user div.scrollable-box div#process-user div.process-user-part div.handle-user-admin-action button.common-btn.disabled {
  color: #cacaca;
  background-color: #eeeeea;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user {
  margin: 0 0 30px 0;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user h3 {
  margin: 20px 0;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user div.cluster-select select {
  margin-left: 10px;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user div#whitelist-installations-list {
  margin: 10px 0;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user div#whitelist-installations-list div.inst-item {
  margin: 5px 0;
  display: flex;
  flex-direction: row;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user div#whitelist-installations-list div.inst-item > input {
  margin: 2px 10px;
  display: inline-block;
  height: 18px;
  flex: 0 0 18px;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user div#whitelist-installations-list div.inst-item > span.inst-it-part-I {
  flex: 0 7 115px;
  display: block;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user div#whitelist-installations-list div.inst-item > span.inst-it-part-II {
  flex: 1 7 90px;
  display: block;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user div#whitelist-installations-list div.inst-item > span.inst-it-part-III {
  flex: 1 7 150px;
  display: block;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user div#whitelist-installations-list div.inst-item > span.inst-it-part-IV {
  flex: 4 7 280px;
  display: block;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user div.handle-user-admin-action {
  margin: 5px 0;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user div.handle-user-admin-action button.common-btn {
  height: 30px;
  width: auto;
  padding: 0 20px;
  max-width: 700px;
  font-size: 12px;
  line-height: 10px;
  color: #528037;
  background-color: #efefff;
}
div#admin-user div.scrollable-box div#admin-inst-whitelist-of-user div.handle-user-admin-action button.common-btn.disabled {
  color: #cacaca;
  background-color: #eeeeea;
}
div#admin-installation p.error-message,
div#admin-meter-values p.error-message,
div#admin-installation div.pre-form-error,
div#admin-meter-values div.pre-form-error {
  color: #c44242;
  font-size: 0.85em;
  font-weight: 600;
  margin: 0;
}
div#admin-installation div.update-selects-row,
div#admin-meter-values div.update-selects-row {
  margin-top: 20px;
}
div#admin-installation div.update-selects-row span.update-item,
div#admin-meter-values div.update-selects-row span.update-item {
  display: inline-block;
  margin-right: 20px;
}
div#admin-installation div.update-selects-row span.update-item:first-child,
div#admin-meter-values div.update-selects-row span.update-item:first-child {
  min-width: 880px;
}
div#admin-installation div.update-selects-row span.update-item:last-child,
div#admin-meter-values div.update-selects-row span.update-item:last-child {
  margin-top: 10px;
}
div#admin-installation div.update-selects-row span.update-item select,
div#admin-meter-values div.update-selects-row span.update-item select {
  border: 1px solid #f7931e;
}
div#admin-installation div#cluster-select-row-inst-admin {
  margin-bottom: 5px;
  width: 880px;
}
div#admin-installation div.admin-input-box {
  height: 70vh;
}
div#admin-installation div.admin-input-box.scrollable-y {
  overflow-y: scroll;
}
div#admin-installation div.admin-input-box > button.common-btn {
  height: 34px;
  line-height: calc(34px - 5px);
  width: 200px;
  margin: 2px 0;
}
div#admin-installation div.admin-input-box div.update-assignments-btn-box button.common-btn {
  height: 34px;
  line-height: calc(34px - 5px);
  width: 200px;
  width: 600px;
}
div#admin-installation div.admin-input-box div.form-btn-box button.common-btn {
  height: 34px;
  line-height: calc(34px - 5px);
  width: 200px;
  margin-bottom: 5px;
}
div#admin-installation div.admin-input-box label.disabled {
  color: #cacaca;
}
div#admin-installation div.admin-input-box div.all-installs-box h3 {
  margin: 10px 0;
}
div#admin-installation div.admin-input-box div.all-installs-box h5 {
  margin: 5px 0;
}
div#admin-installation div.admin-input-box div.all-installs-box div.install-labels-block {
  font-size: 0.8em;
}
div#admin-installation div.admin-input-box div.all-installs-box span.all-install-hint {
  font-size: 0.8em;
}
div#admin-installation div.admin-input-box div.all-installs-box span.all-install-hint span.installation-hint {
  display: inline-block;
  margin-right: 10px;
}
div#admin-installation div.admin-input-box div.all-installs-box span.all-install-hint span.installation-hint span.inst-count.zero {
  color: #c44242;
}
div#admin-installation div.admin-input-box div#assign-building-box {
  columns: 2;
  column-gap: 8px;
  margin: 15px 0;
}
div#admin-installation div.admin-input-box div#assign-building-box div.input-group-inline.assign-buildings-list-item {
  font-size: 0.8em;
}
div#admin-installation div.admin-input-box div#assign-building-box div.input-group-inline.assign-buildings-list-item select {
  display: inline-block;
  margin: 3px 3px 0 0;
  border: 1px solid #f7931e;
  height: 1.5em;
  line-height: 1.5em;
}
div#admin-installation div.admin-input-box div#assign-building-box div.input-group-inline.assign-buildings-list-item select:focus {
  outline-color: #003399;
  outline-width: 0.5px;
}
div#admin-installation div.admin-input-box div#assign-building-box div.input-group-inline.assign-buildings-list-item label {
  display: inline-block;
  margin: 3px 0 0 0;
  height: 2em;
  line-height: 1.8em;
}
div#admin-installation div.admin-input-box form#installation-data div.input-group,
div#admin-installation div.admin-input-box form#meter-data div.input-group,
div#admin-installation div.admin-input-box form#installation-service-info div.input-group,
div#admin-installation div.admin-input-box form#admin-physical-meter div.input-group {
  margin: 15px 0;
}
div#admin-installation div.admin-input-box form#installation-data div.input-group input,
div#admin-installation div.admin-input-box form#meter-data div.input-group input,
div#admin-installation div.admin-input-box form#installation-service-info div.input-group input,
div#admin-installation div.admin-input-box form#admin-physical-meter div.input-group input,
div#admin-installation div.admin-input-box form#installation-data div.input-group select,
div#admin-installation div.admin-input-box form#meter-data div.input-group select,
div#admin-installation div.admin-input-box form#installation-service-info div.input-group select,
div#admin-installation div.admin-input-box form#admin-physical-meter div.input-group select {
  width: 600px;
}
div#admin-installation div.admin-input-box form#installation-data div.input-group.flex-row,
div#admin-installation div.admin-input-box form#meter-data div.input-group.flex-row,
div#admin-installation div.admin-input-box form#installation-service-info div.input-group.flex-row,
div#admin-installation div.admin-input-box form#admin-physical-meter div.input-group.flex-row {
  margin: 0 0;
}
div#admin-installation div.admin-input-box form#installation-data div.input-group.flex-row.flex-has-top-margin,
div#admin-installation div.admin-input-box form#meter-data div.input-group.flex-row.flex-has-top-margin,
div#admin-installation div.admin-input-box form#installation-service-info div.input-group.flex-row.flex-has-top-margin,
div#admin-installation div.admin-input-box form#admin-physical-meter div.input-group.flex-row.flex-has-top-margin {
  margin: 15px 0 0 0;
}
div#admin-installation div.admin-input-box form#installation-data div.input-group.flex-row span.inline-flex-item.disabled,
div#admin-installation div.admin-input-box form#meter-data div.input-group.flex-row span.inline-flex-item.disabled,
div#admin-installation div.admin-input-box form#installation-service-info div.input-group.flex-row span.inline-flex-item.disabled,
div#admin-installation div.admin-input-box form#admin-physical-meter div.input-group.flex-row span.inline-flex-item.disabled {
  color: #cacaca;
}
div#admin-installation div.admin-input-box form#installation-data div.form-foot-btn-box button,
div#admin-installation div.admin-input-box form#meter-data div.form-foot-btn-box button,
div#admin-installation div.admin-input-box form#installation-service-info div.form-foot-btn-box button,
div#admin-installation div.admin-input-box form#admin-physical-meter div.form-foot-btn-box button {
  height: 40px;
  line-height: 35px;
}
div#admin-installation div.admin-input-box form#installation-service-info div.input-group {
  margin: 5px 0 0 0;
}
div#admin-installation div.admin-input-box form#installation-service-info div.input-group span.inline-flex-item button.btn-save {
  height: 34px;
  line-height: 30px;
  width: 200px;
}
div#admin-installation div.admin-input-box form#installation-service-info div.input-group.label-row {
  margin-top: 10px;
}
div#admin-installation div.admin-input-box form#installation-kpi-difference div.input-group {
  margin: 0;
  margin-top: 0;
}
div#admin-installation div.admin-input-box form#installation-kpi-difference div.input-group.label-row {
  margin-top: 10px;
}
div#admin-installation div.line-separator {
  margin: 5px 0;
  background-color: #33abfa;
}
div#admin-installation div.expander-simple-box div.expander-simple-header {
  text-decoration: none;
}
div#admin-installation div.expander-simple-box span.inline-flex-item button.btn-save {
  font-size: 12px;
}
div#admin-installation div.expander-simple-box div.kpi-diff-save-box button.btn-save {
  margin: 10px 0;
  width: 352px;
  height: 30px;
  line-height: 27px;
  font-size: 12px;
  box-sizing: border-box;
}
div#admin-installation div.show-existing-meter-admin {
  font-size: 0.8em;
  margin: 5px 0 10px 0;
}
div#admin-installation div.show-existing-meter-admin label > * {
  display: inline-block;
  margin-right: 10px;
}
div#admin-installation div.show-existing-meter-admin label > span.item-0 > input {
  width: 1em;
  height: 1em;
}
div#admin-installation div.show-existing-meter-admin label > span.item-2 {
  font-style: oblique;
}
div#admin-installation div.show-existing-meter-admin label > span.item-3 {
  font-style: italic;
}
div#admin-meter-values div.admin-input-box {
  height: 65vh;
}
div#admin-meter-values div.admin-input-box.scrollable-y {
  overflow-y: scroll;
}
div#admin-meter-values div.admin-input-box.scrollable-y h5 {
  margin: 15px;
}
div#admin-meter-values div.admin-input-box form#meters-their-readings {
  font-size: 0.9em;
}
div#admin-meter-values div.admin-input-box form#meters-their-readings div.readings-table div.inline-group-3 span.inline-flex-item {
  flex: 0.2 0.3 150px;
}
div#admin-meter-values div.admin-input-box form#meters-their-readings div.readings-table div.inline-group-3 span.inline-flex-item:last-child {
  flex-grow: 0.8;
}
div#admin-meter-values div.admin-input-box form#meters-their-readings div.readings-table div.inline-group-3 span.admin-icon-box svg.feather {
  fill: none;
  stroke: #000;
}
div#admin-meter-values div.admin-input-box form#meters-their-readings div.readings-table div.inline-group-3 span.admin-reading-value input {
  height: 1.6em;
}
div#admin-meter-values div.admin-input-box div.btn-box {
  margin: 10px 0;
}
div#admin-meter-values div.admin-input-box div.btn-box button.btn-save {
  background-color: #dcdcdc;
  color: #28a745;
  border: 2px solid #28a745;
  height: 50px;
  line-height: 52px;
  font-weight: 600;
  height: 40px;
  line-height: 35px;
  font-size: 0.9em;
  width: 352px;
}
div#admin-meter-values div.admin-input-box div.btn-box button.btn-save.disabled {
  background-color: #dcdcdc;
  border-color: #f0f0f0;
  color: #969696;
}
div#app-terms {
  font-size: 0.8em;
}
div#app-terms h1 {
  font-size: 30px;
}
div#app-terms h1.margin-top-header {
  margin-top: 50px;
}
div#app-terms h2 {
  font-size: 26px;
}
@media screen and (min-width: 1081px) {
  div#app-terms {
    width: 1050px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1155px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  div#app-terms {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding: 0 5px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
  div#app-terms {
    width: 635px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
div#app-about.scrollable-y {
  overflow-y: scroll;
  height: 88vh;
}
div#app-about a {
  color: #000000;
  padding: 0 2px;
}
div#app-about div.long-text {
  margin-bottom: 50px;
}
div#app-about ol.large-ol {
  font-size: 1.4em;
}
div#app-about ol.large-ol li {
  list-style-type: decimal;
}
div#app-about img.login-logo {
  width: 100%;
  margin: 10px 0 30px 0;
  max-height: 390px;
}
@media screen and (min-width: 1081px) {
  div#app-about {
    width: 1050px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1155px;
  }
}
@media screen and (max-width: 640px) {
  div#app-about {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
  div#app-about {
    width: 635px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
div.info-line-cnb {
  color: #f7931e;
}
div.info-line-cnb.margin-top {
  margin-top: 5px;
}
div.info-line-cnb p a {
  text-decoration: none;
  color: inherit;
  font-style: italic;
  padding: 0;
  border: none;
}
div.app-container div.no-login-logo {
  text-align: center;
}
div.app-container div.no-login-logo img.login-logo {
  width: 1005px;
  margin-top: 20px;
}
div#overlay-box {
  width: calc(100vw - 200px);
  height: calc(100vh - 40px);
  position: absolute;
  z-index: 2000;
  background-color: rgba(40, 40, 40, 0.6);
}
div#overlay-box div#overlay-content {
  width: 75vw;
  height: calc(100vh - 110px);
  margin: 45px auto auto auto;
  background-color: #efefff;
  overflow-y: scroll;
  padding: 25px;
}
div#overlay-box div#overlay-content div.overlay-header span {
  float: right;
}
div#overlay-box div#overlay-content div.overlay-header span svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
div#overlay-box div#overlay-content div.show-info-box {
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
form#monitoring-info-edit {
  font-size: 0.9em;
}
form#monitoring-info-edit div.edit-info-box div.input-row select {
  margin-right: 10px;
}
form#monitoring-info-edit div.edit-info-box textarea {
  width: 100%;
  margin-top: 5px;
  min-height: 40px;
}
form#monitoring-info-edit div.edit-info-box div.form-foot-btn-box,
form#monitoring-info-edit div.edit-info-box div.btn-box {
  text-align: left;
  margin: 5px 0 0 0;
}
form#monitoring-info-edit div.edit-info-box div.form-foot-btn-box button.common-btn,
form#monitoring-info-edit div.edit-info-box div.btn-box button.common-btn {
  font-size: inherit;
  line-height: 20px;
  height: 25px;
}
form#monitoring-info-edit div.edit-info-box div.form-foot-btn-box button.common-btn.half-width,
form#monitoring-info-edit div.edit-info-box div.btn-box button.common-btn.half-width {
  width: 49%;
}
div.info-admin-frame span.no-info-obj svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  height: 20px;
  width: 20px;
  top: 2px;
}
div.show-info-box {
  display: flex;
  flex-direction: row;
}
div.show-info-box span.monitoring-info-left-icons {
  display: block;
  flex: 0 0 22px;
  justify-content: flex-start;
  padding-top: 1px;
}
div.show-info-box span.monitoring-info-left-icons svg {
  top: 1px;
  fill: transparent;
  stroke-width: 2px;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  height: 20px;
  width: 20px;
}
div.show-info-box span.monitoring-info-left-icons svg.stroke_black {
  stroke: #000;
}
div.show-info-box span.monitoring-info-left-icons svg.stroke_warn_orange {
  stroke: #000;
  fill: #f7941f;
  fill-opacity: 0.7;
}
div.show-info-box span.monitoring-info-left-icons svg.stroke_err_red {
  stroke: #ff0000;
}
div.show-info-box span.monitoring-info-content {
  display: block;
  flex: 0.6 0.4 550px;
  padding-left: 5px;
  padding-right: 20px;
  font-weight: normal;
}
div.show-info-box span.monitoring-info-content span.show-line-breaks {
  white-space: pre-line;
}
div.show-info-box span.monitoring-info-content span.show-line-breaks.wrap-lines {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
div.tooltip.info-box-val-tt {
  width: 450px;
}
div#info-box-search-results h4.info-box-header {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
}
div#info-box-search-results h4.info-box-header svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  position: relative;
  display: inline-block;
  flex: 0.3 0.7 40px;
  height: 1.2em;
  margin-right: 5px;
  top: -2px;
}
div#info-box-search-results h4.info-box-header svg.feather.selected-building-color {
  fill: #f7931e;
}
div#info-box-search-results h4.info-box-header span.info-box-header-text {
  flex: 0.7 0.3 calc(100% - 40px);
  line-height: 1.2em;
}
div#info-box-search-results h4.info-box-header.no-data-msg {
  font-size: 0.8em;
  color: #c44242;
  padding-left: 40px;
  position: relative;
}
div#info-box-search-results h4.info-box-header.no-data-msg svg {
  position: absolute;
  left: 0px;
  top: 1px;
}
div#info-box-search-results div.nominatim-place {
  font-size: 0.7em;
  color: #003399;
  padding: 0 10px;
  margin: 10px 0;
}
div#info-box-search-results div.nominatim-place div.place-category {
  font-weight: bold;
  margin-bottom: 3px;
}
div#info-box-search-results div.nominatim-place div.place-name {
  font-size: 0.95em;
}
div#info-box-search-results div.nominatim-place.invalid-place {
  color: #969696;
}
div#rhem-left-box {
  flex: 0.2 0.1 24.3%;
}
div#rhem-left-box div.info-box,
div#rhem-left-box div#info-box-public {
  padding: 0 10px;
  font-size: 15px;
}
div#rhem-left-box div.info-box h4.info-box-header,
div#rhem-left-box div#info-box-public h4.info-box-header {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
}
div#rhem-left-box div.info-box h4.info-box-header svg.feather,
div#rhem-left-box div#info-box-public h4.info-box-header svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  position: relative;
  display: inline-block;
  flex: 0.3 0.7 40px;
  height: 1.2em;
  margin-right: 5px;
  top: -2px;
}
div#rhem-left-box div.info-box h4.info-box-header svg.feather.selected-building-color,
div#rhem-left-box div#info-box-public h4.info-box-header svg.feather.selected-building-color {
  fill: #f7931e;
}
div#rhem-left-box div.info-box h4.info-box-header span.info-box-header-text,
div#rhem-left-box div#info-box-public h4.info-box-header span.info-box-header-text {
  flex: 0.7 0.3 calc(100% - 40px);
  line-height: 1.2em;
}
div#rhem-left-box div.info-box h4.info-box-header span.info-box-header-text span.data-edit-wanted,
div#rhem-left-box div#info-box-public h4.info-box-header span.info-box-header-text span.data-edit-wanted {
  padding-left: 10px;
}
div#rhem-left-box div.info-box h4.info-box-header span.info-box-header-text span.data-edit-wanted svg.public-info-header-icon,
div#rhem-left-box div#info-box-public h4.info-box-header span.info-box-header-text span.data-edit-wanted svg.public-info-header-icon {
  top: -2px;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
div#rhem-left-box div.info-box h4.info-box-header.no-data-msg,
div#rhem-left-box div#info-box-public h4.info-box-header.no-data-msg {
  font-size: 0.8em;
  color: #c44242;
  padding-left: 40px;
  position: relative;
}
div#rhem-left-box div.info-box h4.info-box-header.no-data-msg svg,
div#rhem-left-box div#info-box-public h4.info-box-header.no-data-msg svg {
  position: absolute;
  left: 0px;
  top: 1px;
}
div#rhem-left-box div.info-box div.info-box-body,
div#rhem-left-box div#info-box-public div.info-box-body {
  margin: 10px 0 10px 40px;
  padding: 5px;
  font-size: 0.8em;
}
div#rhem-left-box div.info-box div.info-box-body a.inline-link,
div#rhem-left-box div#info-box-public div.info-box-body a.inline-link {
  padding: 0;
}
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data {
  display: flex;
  justify-content: space-between;
}
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data.disabled,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data.disabled {
  color: #969696;
}
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data > span,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data > span {
  display: block;
}
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data span.data-label,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data span.data-label {
  flex: 0.6 0.2 135px;
  font-weight: bold;
  margin-bottom: 5px;
}
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data span.data-label span.display-unit,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data span.data-label span.display-unit {
  font-weight: normal;
}
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data span.data-value,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data span.data-value {
  flex: 0.1 0.1 45px;
}
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data span.data-value.right-align-number,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data span.data-value.right-align-number {
  text-align: right;
  padding-right: 9px;
}
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data span.data-value span.data-value-building-ee span.color-circle,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data span.data-value span.data-value-building-ee span.color-circle,
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data span.data-value span.data-value-building-num span.color-circle,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data span.data-value span.data-value-building-num span.color-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  position: absolute;
  left: 0px;
  top: 2px;
  top: 16px;
  background-color: transparent;
}
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data span.data-value-add,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data span.data-value-add {
  flex: 0.5 0.5 85px;
}
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data span.data-value-add,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data span.data-value-add,
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data span.data-value,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data span.data-value {
  padding-top: 15.5px;
}
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data span.data-value-add > span,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data span.data-value-add > span,
div#rhem-left-box div.info-box div.info-box-body div#address-data-table div.building-data span.data-value > span,
div#rhem-left-box div#info-box-public div.info-box-body div#address-data-table div.building-data span.data-value > span {
  display: block;
  line-height: 1.1em;
}
div#rhem-left-box div.info-box div.info-box-body div.expander-simple-box div.expander-simple-header,
div#rhem-left-box div#info-box-public div.info-box-body div.expander-simple-box div.expander-simple-header {
  text-decoration: none;
  margin-bottom: 10px;
}
div#rhem-left-box div.info-box div.info-box-body div.expander-simple-box div.expander-simple-header h5,
div#rhem-left-box div#info-box-public div.info-box-body div.expander-simple-box div.expander-simple-header h5 {
  padding-right: 40px;
}
div#rhem-left-box div.info-box div.info-box-body div.expander-simple-box div.info-box-table > div.info-box-table-row,
div#rhem-left-box div#info-box-public div.info-box-body div.expander-simple-box div.info-box-table > div.info-box-table-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
div#rhem-left-box div.info-box div.info-box-body div.expander-simple-box div.info-box-table > div.info-box-table-row span.smaller-font,
div#rhem-left-box div#info-box-public div.info-box-body div.expander-simple-box div.info-box-table > div.info-box-table-row span.smaller-font {
  display: block;
  font-size: 0.95em;
  height: auto;
}
div#rhem-left-box div.info-box div.info-box-body div.expander-simple-box div.info-box-table > div.info-box-table-row span.smaller-font:first-child,
div#rhem-left-box div#info-box-public div.info-box-body div.expander-simple-box div.info-box-table > div.info-box-table-row span.smaller-font:first-child {
  flex: 0.3 0.6 30%;
  margin-right: 5px;
}
div#rhem-left-box div.info-box div.info-box-body div.expander-simple-box div.info-box-table > div.info-box-table-row span.smaller-font:last-child,
div#rhem-left-box div#info-box-public div.info-box-body div.expander-simple-box div.info-box-table > div.info-box-table-row span.smaller-font:last-child {
  flex: 0.7 0.3 70%;
}
div#rhem-left-box div.info-box div.line-separator,
div#rhem-left-box div#info-box-public div.line-separator {
  height: 1px;
  width: 85%;
  margin: 20px auto;
}
div.building-data-box h3.no-icon-header {
  margin-left: 45px;
}
div.building-data-box div.info-box-body div.no-data-msg {
  color: #c44242;
  margin: 10px 0;
}
div.building-data-box div.info-box-body div.building-data {
  flex-direction: row;
  line-height: 1.3em;
}
div.building-data-box div.info-box-body div.building-data span.data-label {
  flex: 0.4 0.6 25%;
}
div.building-data-box div.info-box-body div.building-data span.data-value {
  flex: 0.6 0.4 25%;
  position: relative;
}
div.building-data-box div.info-box-body div.building-data span.data-value span.color-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  position: absolute;
  left: 0px;
  top: 2px;
}
div.building-data-box div.info-box-body div.building-data span.building-data-padding-left {
  padding-left: 24px;
}
div.building-data-box div.info-box-body div.building-data.building-data-hader {
  margin: 5px 0;
}
div.emiss-legend {
  margin: 25px 0;
}
div.emiss-legend div.emiss-legend-unit {
  margin: 0;
}
div.emiss-legend div.emiss-legend-unit b {
  position: relative;
  top: 0.5px;
}
div.emiss-legend div.emiss-legend-row {
  margin: 12px 0;
}
div.emiss-legend div.emiss-legend-row span.legend-item {
  font-weight: bold;
  position: relative;
  height: 4.7em;
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  font-size: 0.7em;
}
div.emiss-legend div.emiss-legend-row span.legend-item span.emiss-legend-first-sign {
  position: absolute;
  right: 17px;
}
div.emiss-legend div.emiss-legend-row span.legend-item span.emiss-legend-first-sign.prod-row-first {
  bottom: -4px;
  left: 2px;
}
div.emiss-legend div.emiss-legend-row span.legend-item span.emiss-legend-num {
  position: absolute;
  right: 7px;
}
div.emiss-legend div.emiss-legend-row span.legend-item span.emiss-legend-num:fist-child {
  right: 8.5px;
}
div.emiss-legend div.emiss-legend-row span.legend-item span.emiss-legend-num:last-child {
  bottom: -4px;
}
div.emiss-legend div.emiss-legend-row span.legend-item span.emiss-legend-num:last-child.prod-row-first {
  right: 4px;
}
div.emiss-legend div.emiss-legend-row span.legend-item span.emiss-legend-color {
  display: block;
  width: 30px;
  margin: 1.5em 0;
  height: 2em;
}
div.emiss-legend div.legend-data-quality {
  width: 300px;
}
div.emiss-legend div.legend-data-quality span.quality-label {
  flex: 0.8 0.2 40%;
}
div.emiss-legend div.legend-data-quality span.quality-icon {
  flex: 0.3 0.7 20%;
}
div.emiss-legend div.legend-data-quality span.quality-icon svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
div.emiss-legend div.legend-data-quality span.quality-icon svg.feather.legend-quality-a {
  color: #1d1d1b;
}
div.emiss-legend div.legend-data-quality span.quality-icon svg.feather.legend-quality-d {
  color: #ea2b33;
}
div.building-profile-box {
  position: absolute;
  right: 80px;
  top: 0px;
  z-index: 410;
  width: 420px;
  height: 750px;
  border: 1px solid #33abfa;
  background: #fefffe;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-top: 20px;
}
div.building-profile-box div#building-profile-header {
  display: inline-block;
  width: 380px;
  margin: 5px 20px;
  display: flex;
  justify-content: space-between;
}
div.building-profile-box div#building-profile-header svg.building-profile-logo {
  flex: 0.2 0.8 2.8em;
  display: block;
  height: 1.8em;
  position: relative;
  top: 3px;
}
div.building-profile-box div#building-profile-header span.building-address {
  flex: 0.8 0.2 calc(100% - 2.5em - 15px);
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 15px;
}
div.building-profile-box div#building-profile-header span.building-address span.buildilng-profile-header-second {
  font-size: 0.7em;
  position: relative;
  top: -3px;
}
div.building-profile-box div.img-box {
  text-align: center;
}
div.building-profile-box div.img-box img.building-profile-pic {
  width: 300px;
  max-width: 300px;
  height: auto;
  margin: 20px 0;
  aspect-ratio: 4/3;
}
div.building-profile-box h4.building-profile-sub-header {
  display: inline-block;
  width: 380px;
  margin: 5px 20px;
  margin-top: 0px;
  margin-bottom: 5px;
}
div.building-profile-box div.line-separator {
  display: inline-block;
  width: 380px;
  margin: 5px 20px;
  background-color: #33abfa;
  width: 390px;
  margin-left: 15px;
  margin-right: 15px;
}
div.building-profile-box span.building-profile-row {
  display: inline-block;
  width: 380px;
  margin: 5px 20px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  height: 1.4em;
  font-size: 0.8em;
  line-height: 1.2em;
}
div.building-profile-box span.building-profile-row > span {
  display: block;
}
div.building-profile-box span.building-profile-row > span.profile-field-name {
  flex: 0.8 0.2 50%;
}
div.building-profile-box span.building-profile-row > span.profile-field-name span.smaller-font {
  font-size: 0.8em;
}
div.building-profile-box span.building-profile-row > span.profile-field-value {
  flex: 0.5 0.5 50%;
}
div.building-profile-box div.download-area {
  display: inline-block;
  width: 380px;
  margin: 5px 20px;
  padding-top: 5px;
  margin-left: 30px;
  margin-right: 30px;
}
div.building-profile-box div.download-area span.profile-download-link {
  color: #33abfa;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
div.building-profile-box div.download-area span.profile-download-link svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke: #33abfa;
  width: 0.8em;
  height: 0.8em;
  position: relative;
  top: -1px;
}
div.building-profile-box div.download-area span.inline-group-2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
div.building-profile-box div.download-area span.inline-group-2 span.inline-flex-item:first-child {
  display: block;
  flex: 0.2 0.5 20%;
  text-align: right;
}
div.building-profile-box div.download-area span.inline-group-2 span.inline-flex-item:first-child.building-profile-close {
  margin-right: 20px;
  display: block;
  cursor: pointer;
}
div.building-profile-box div.download-area span.inline-group-2 span.inline-flex-item:last-child {
  display: block;
  flex: 0.5 0.5 70%;
  text-align: left;
}
div.building-profile-box div.download-area span.inline-group-2 span.inline-flex-item:last-child button.common-btn {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
  width: 200px;
  height: 42px;
  text-align: center;
  border: 0;
  border-radius: 3px;
  letter-spacing: 1px;
}
div.building-profile-box div.download-area span.inline-group-2 span.inline-flex-item:last-child button.common-btn.disabled {
  background-color: #cacaca;
}
div.building-profile-box div.download-area span.inline-group-2 span.close-field {
  display: inline-block;
  padding: 4px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: rgba(51, 171, 250, 0.6);
}
div.building-profile-box div.download-area span.inline-group-2 span.close-field svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  width: 16px;
  height: 16px;
  stroke: #000;
  position: relative;
  top: -2px;
  right: 0px;
}
div.data-quality-legend {
  margin: 30px 0;
}
div.data-quality-legend h4.info-box-header {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
}
div.data-quality-legend h4.info-box-header svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  position: relative;
  display: inline-block;
  flex: 0.3 0.7 40px;
  height: 1.2em;
  margin-right: 5px;
  top: -2px;
}
div.data-quality-legend h4.info-box-header svg.feather.selected-building-color {
  fill: #f7931e;
}
div.data-quality-legend h4.info-box-header span.info-box-header-text {
  flex: 0.7 0.3 calc(100% - 40px);
  line-height: 1.2em;
}
div.data-quality-legend div.data-quality-legend-row {
  margin: 20px 0;
}
div.data-quality-legend div.data-quality-legend-row span.legend-item {
  font-weight: bold;
  position: relative;
  height: 4.7em;
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  font-size: 0.7em;
}
div.data-quality-legend div.data-quality-legend-row span.legend-item span.data-quality-legend-num {
  position: absolute;
  right: 7px;
}
div.data-quality-legend div.data-quality-legend-row span.legend-item span.data-quality-legend-color {
  display: block;
  width: 30px;
  margin-top: 2em;
  height: 2em;
}
div.meter-values-box div.left-box div.meter-values-selects.scrollable {
  overflow-y: scroll;
  height: calc(100vh - 45.3px - 24px - 34px);
}
div.meter-values-box div.left-box div.meter-values-selects h4.info-box-header {
  margin: 20px 10px;
  font-size: 0.9em;
}
div.meter-values-box div.left-box div.meter-values-selects div.select-box {
  margin: 30px 0;
  padding: 0 10px;
}
div.meter-values-box div.left-box div.meter-values-selects div.select-box select {
  width: 350px;
  font-size: 0.75em;
}
div.meter-values-box div.left-box div.meter-values-selects div.selected-details {
  margin: 10px 20px;
  font-size: 0.6em;
}
div.meter-values-box div.left-box div.meter-values-selects div.selected-details div.selected-property {
  padding: 3px 0;
  border-top: 1px solid #000;
}
div.meter-values-box div.left-box div.meter-values-selects div.export-box button.common-btn {
  border: 1px solid #003399;
  color: #003399;
  height: 30px;
  width: 300px;
  margin: 15px 20px;
  line-height: normal;
}
div.meter-values-box div.left-box div.meter-values-selects div.export-box button.common-btn:hover {
  color: #000;
}
div.meter-values-box div.meter-values-right div.meter-values-results {
  padding: 20px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.readings-list div.readings-table {
  max-width: 1280px;
  margin: 10px auto 10px 50px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.readings-list div.readings-table div.readings-table-header span.inline-flex-item {
  padding: 2px 20px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.readings-list div.readings-table div.readings-table-header span.inline-flex-item.value-column {
  text-align: right;
  font-variant-numeric: tabular-nums lining-nums;
  flex: 0.7 0.4 200px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.readings-list div.readings-table div.readings-table-header span.inline-flex-item.value-column.no-offset {
  color: #969696;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.readings-list div.readings-table div.readings-table-header span.inline-flex-item.date-column {
  flex: 0.2 0.8 180px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.readings-list div.readings-table div.readings-table-header span.inline-flex-item:last-child {
  flex: 0.7 0.2 680px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.readings-list div.readings-table div.flex-row.inline-group-4 span.inline-flex-item {
  padding: 2px 20px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.readings-list div.readings-table div.flex-row.inline-group-4 span.inline-flex-item.value-column {
  text-align: right;
  font-variant-numeric: tabular-nums lining-nums;
  flex: 0.7 0.4 200px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.readings-list div.readings-table div.flex-row.inline-group-4 span.inline-flex-item.date-column {
  flex: 0.2 0.8 180px;
  font-variant-numeric: tabular-nums lining-nums;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.readings-list div.readings-table div.flex-row.inline-group-4 span.inline-flex-item:last-child {
  flex: 0.7 0.2 680px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.values-control {
  border-top: 2px solid #000;
  padding-top: 20px;
  margin-top: 30px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.values-control div.values-ctrl-inner {
  width: 140px;
  margin: 10px auto;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.values-control div.values-ctrl-inner span.values-ctrl-item {
  display: inline-block;
  width: 40px;
  text-align: center;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.values-control div.values-ctrl-inner span.values-ctrl-item.page-no {
  width: 60px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.values-control div.values-ctrl-inner span.values-ctrl-item svg.values-ctrl-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  width: 18px;
  height: 18px;
  padding: 2px;
  top: -2px;
  stroke-width: 3px;
}
div.meter-values-box div.meter-values-right div.meter-values-results div.values-control div.values-ctrl-inner span.values-ctrl-item svg.values-ctrl-icon.disabled {
  stroke: #cacaca;
}
div.tooltip.construction-ghg-square-tt {
  width: 275px;
}
div.tooltip.construction-ghg-square-tt.show-green span.color-red {
  color: #009036;
}
div.construction-ghg-box div#geo-map div.construction-ghg-tiles {
  filter: grayscale(1);
}
div.construction-ghg-box div#geo-map div.leaflet-with-gradients-pane g path.project-square {
  stroke-width: 0;
}
div.construction-ghg-box div#geo-map div.leaflet-with-gradients-pane g path.project-square.pre-build {
  stroke: #000;
  fill-opacity: 0.7;
  fill: #000;
}
div.construction-ghg-box div#geo-map div.leaflet-with-gradients-pane g path.project-square.of-list-green {
  stroke: #009036;
  fill-opacity: 0.7;
  fill: #009036;
}
div.construction-ghg-box div#geo-map div.leaflet-with-gradients-pane g path.project-square.is-built {
  fill-opacity: 1;
}
div.construction-ghg-box div#geo-map div.leaflet-with-gradients-pane g path.project-square.of-list {
  fill-opacity: 0.5;
  stroke: #000;
  fill: #000;
}
div.construction-ghg-box div#geo-map div.leaflet-with-gradients-pane g path.project-square.invalid {
  stroke: #cacaca;
  fill: #cacaca;
  fill-opacity: 0.3;
}
div.construction-ghg-box div#geo-map div.construction-ghg-map-hint {
  text-align: center;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  width: 680px;
  position: absolute;
  bottom: 0;
  z-index: 500;
}
div.construction-ghg-box div#geo-map div.construction-ghg-map-hint a {
  padding: 0;
  color: #003399;
  text-decoration: underline;
}
div.construction-ghg-box div#geo-map div.construction-map-filter-box {
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 500;
  padding: 20px 20px;
  width: 500px;
  height: auto;
  display: flex;
  flex-direction: row;
}
div.construction-ghg-box div#geo-map div.construction-map-filter-box span.filter-icon {
  flex: 0.2 0.8 40px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 3px;
}
div.construction-ghg-box div#geo-map div.construction-map-filter-box span.filter-icon svg.cg-filter {
  fill-opacity: 0;
  stroke-width: 3px;
  stroke: #33abfa;
  width: 60px;
  height: 60px;
}
div.construction-ghg-box div#geo-map div.construction-map-filter-box span.filter-inputs {
  flex: 0.7 0.3 400px;
  padding-left: 10px;
}
div.construction-ghg-box div#geo-map div.construction-map-filter-box span.filter-inputs span.single-project-filter {
  margin: 5px 0;
  display: block;
}
div.construction-ghg-box div#geo-map div.construction-map-filter-box span.filter-inputs span.single-project-filter > * {
  width: 300px;
  outline-width: 0;
}
div.construction-ghg-box div#geo-map div.construction-ghg-profile {
  height: auto;
  max-height: 850px;
  padding-bottom: 15px;
}
div.construction-ghg-box div#geo-map div.construction-ghg-profile div.img-box {
  min-height: unset;
}
div.construction-ghg-box div#geo-map div.construction-ghg-profile div.img-box img.building-profile-pic {
  width: 360px;
  max-width: 360px;
}
div.construction-ghg-box div#construction-ghg-left-box {
  padding: 0 20px;
}
div.construction-ghg-box div#construction-ghg-left-box h4.construction-ghg-top {
  background-color: #000;
  color: #efefff;
  padding: 15px 15px 15px 10px;
  font-size: 24px;
  position: relative;
  right: 3px;
  width: 102%;
}
div.construction-ghg-box div#construction-ghg-left-box h4.construction-ghg-top span.info-box-header-sub {
  font-size: 0.8em;
  display: block;
}
div.construction-ghg-box div#construction-ghg-left-box span#to-admin-icon {
  display: block;
}
div.construction-ghg-box div#construction-ghg-left-box span#to-admin-icon svg {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  width: 15px;
  height: 15px;
  position: relative;
  top: -2px;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend {
  width: auto;
  margin: 8px auto;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend.community-first {
  font-size: 16px;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend.community-first div.emiss-legend-unit {
  font-size: 0.7em;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend h4.info-box-header {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  margin: 8px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend h4.info-box-header svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  position: relative;
  display: inline-block;
  flex: 0.3 0.7 40px;
  height: 1.2em;
  margin-right: 5px;
  top: -2px;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend h4.info-box-header svg.feather.selected-building-color {
  fill: #f7931e;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend h4.info-box-header span.info-box-header-text {
  flex: 0.7 0.3 calc(100% - 40px);
  line-height: 1.2em;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend div.info-box-body {
  padding-left: 0;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend div.info-box-body div.emiss-legend-row span.legend-item {
  width: 36px;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend div.info-box-body div.emiss-legend-row span.legend-item span.emiss-legend-color {
  width: 36px;
  height: 20px;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend div.info-box-body div.emiss-legend-unit {
  font-size: 12px;
}
div.construction-ghg-box div#construction-ghg-left-box div.emiss-legend div#construction-info-box-legend {
  padding-left: 10px;
  margin: 20px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body {
  margin: 10px 0 10px calc(40px + 5px);
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body p.plain-text {
  margin: 5px 20px;
  font-size: 0.8em;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body#construction-ghg-start-body {
  padding: 5px 20px;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body#construction-ghg-start-body a {
  padding: 0;
  border: 0;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body#construction-ghg-start-body ul {
  padding: 0 20px;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body#construction-ghg-start-body ul li {
  list-style-type: circle;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-legend {
  display: flex;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-legend > span {
  display: block;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-legend span.legend-black-square {
  background-color: #000;
  flex: 0 0 40px;
  height: 40px;
  margin-right: 5px;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-legend span.legend-black-square-name {
  font-size: 16px;
  text-wrap: balance;
  flex: 0.8 0 340px;
  height: auto;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-legend span.legend-black-square-name span#to-admin-icon {
  display: block;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-legend span.legend-black-square-name span#to-admin-icon svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-project-sum {
  font-weight: bold;
  margin: 30px 0 30px auto;
  display: flex;
  justify-items: stretch;
  justify-content: space-between;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-project-sum > span:first-child {
  flex: 0.4 0.6 180px;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-project-sum > span:last-child {
  flex: 0.7 0.2 180px;
  text-align: right;
  padding-right: 5px;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-goals {
  margin: 8px 0;
  font-size: 14px;
  display: flex;
  justify-items: stretch;
  justify-content: space-between;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-goals > span:first-child {
  flex: 0.4 0.6 180px;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body.community-first-info div.community-goals > span:last-child {
  flex: 0.7 0.2 180px;
  text-align: right;
  padding-right: 5px;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body div.expander-simple-box {
  font-size: 14px;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body div.expander-simple-box .expander-simple-header h5 {
  margin: 5px 0 10px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div.info-box-body div.expander-simple-box a {
  padding: 0;
}
div.construction-ghg-box div#construction-ghg-left-box h4.info-box-header {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
}
div.construction-ghg-box div#construction-ghg-left-box h4.info-box-header svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  position: relative;
  display: inline-block;
  flex: 0.3 0.7 40px;
  height: 1.2em;
  margin-right: 5px;
  top: -2px;
}
div.construction-ghg-box div#construction-ghg-left-box h4.info-box-header svg.feather.selected-building-color {
  fill: #f7931e;
}
div.construction-ghg-box div#construction-ghg-left-box h4.info-box-header span.info-box-header-text {
  flex: 0.7 0.3 calc(100% - 40px);
  line-height: 1.2em;
}
div.construction-ghg-box div#construction-ghg-left-box h4.info-box-header.community-sum-header {
  margin: 60px 0;
}
div.construction-ghg-box div#construction-ghg-left-box h4.info-box-header.community-sum-header svg.feather {
  stroke: #efefff;
  fill: #000;
}
div.construction-ghg-box div#construction-ghg-left-box h4.info-box-header.community-sum-header svg.feather.info-inverted {
  width: 25px;
  height: 25px;
}
div.construction-ghg-box div#construction-ghg-left-box h4.info-box-header > span.info-box-header-text span.right-and-red {
  float: right;
  color: #ff0000;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data-of-list {
  margin: 10px 0 10px calc(40px + 5px);
  display: flex;
  flex-direction: row;
  line-height: 16px;
  font-size: 14px;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data-of-list.margin-vertical {
  margin-top: 40px;
  margin-bottom: 40px;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data-of-list span.data-label {
  flex: 0.4 0.1 75%;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data-of-list span.data-value {
  flex: 0.2 0.4 25%;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data {
  display: flex;
  flex-direction: row;
  line-height: 16px;
  font-size: 14px;
  padding-right: 5px;
  margin: 10px 0 10px calc(40px + 5px);
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data span.data-label {
  flex: 0.4 0.6 25%;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data span.data-value {
  flex: 0.6 0.4 25%;
  position: relative;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data span.data-value span.color-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  position: absolute;
  left: 0px;
  top: 2px;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data span.data-value.color-red {
  color: #ff0000;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data span.data-value.right-align-number {
  text-align: right;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data.construction-data-hader {
  margin: 10px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data.col-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data.col-2 span.data-label {
  flex: 0.6 0.2 66%;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data.col-2 span.data-value {
  flex: 0.6 0.4 33%;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data.col-2.large-vertical-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data:first-child {
  margin-top: 50px;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data:last-child {
  margin-bottom: 20px;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data.invalid {
  color: #cacaca;
}
div.construction-ghg-box div#construction-ghg-left-box div.construction-data.bot-margin {
  margin-bottom: 80px;
}
div.construction-ghg-box div#construction-ghg-left-box img.plain-img-sizing {
  width: 155px;
  height: 130px;
  margin: 45px 0 45px calc(40px + 5px);
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend {
  margin-left: calc(40px + 5px);
  font-size: 14px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend {
  display: flex;
  margin: 3px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend span#black-square-legend {
  margin: 0 20px 0 0;
  flex: 0.2 0.5 40px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend span#black-square-legend > span {
  height: 20px;
  width: 20px;
  display: inline-block;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend span#black-square-legend > span {
  background-color: #000;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend span#listed-square-legend {
  margin: 0 20px 0 0;
  flex: 0.2 0.5 40px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend span#listed-square-legend > span {
  height: 20px;
  width: 20px;
  display: inline-block;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend span#listed-square-legend > span {
  background-color: rgba(0, 0, 0, 0.7);
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend span#listed-positive-square-legend {
  margin: 0 20px 0 0;
  flex: 0.2 0.5 40px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend span#listed-positive-square-legend > span {
  height: 20px;
  width: 20px;
  display: inline-block;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend span#listed-positive-square-legend > span {
  background-color: rgba(0, 144, 54, 0.7);
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend > span:last-child {
  flex: 0.7 0.3 500px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend.legend-built span.three-squares {
  position: relative;
  margin: 0 20px 0 0;
  flex: 0.2 0.5 40px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend.legend-built span.three-squares > span {
  height: 20px;
  width: 20px;
  display: inline-block;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend.legend-built span.three-squares > span {
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend.legend-built span.three-squares > span#const-legend-square-1 {
  background-color: #FBBA00;
  z-index: 400;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend.legend-built span.three-squares > span#const-legend-square-2 {
  background-color: #009036;
  z-index: 401;
  top: 7px;
  left: 7px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-info-box-legend div.square-legend.legend-built span.three-squares > span#const-legend-square-3 {
  background-color: #E30512;
  z-index: 402;
  top: 14px;
  left: 14px;
}
div.construction-ghg-box div#construction-ghg-left-box div.nominatim-place {
  font-size: 13px;
  margin: 5px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #003399;
}
div.construction-ghg-box div#construction-ghg-left-box div.nominatim-place .clickable {
  color: #003399;
}
div.construction-ghg-box div#construction-ghg-left-box div.nominatim-place.invalid-place {
  color: #969696;
}
div.construction-ghg-box div#construction-ghg-left-box div.nominatim-place div.place-category span#to-admin-icon {
  display: inline-block;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form {
  font-size: 13px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.admin-inline-msg {
  font-weight: bold;
  margin: 10px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.admin-inline-msg.error-msg {
  color: #c44242;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.admin-inline-msg.success-msg {
  color: #28a745;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form h4.info-box-header {
  font-size: 16px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form h4.info-box-header span.invalid-nominatim-place {
  color: #969696;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form h6 {
  margin: 2px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.admin-interact-cg {
  margin: 5px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.admin-interact-cg button.common-btn {
  width: 90px;
  height: 25px;
  line-height: 23px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.admin-interact-cg span.interact-feather {
  display: inline-block;
  margin-left: 5px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.admin-interact-cg span.interact-feather svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y {
  height: 700px;
  overflow-y: scroll;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y div.small-explainer {
  font-size: 10px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form h4.in-form-header {
  font-size: 1.6em;
  color: #003399;
  margin: 10px 0 10px 0px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.inline-group-4 .inline-flex-item {
  flex: 0.4 0.6 22%;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.inline-group-4 .inline-flex-item:first-child {
  flex: 0.7 0.3 33%;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.inline-group-3 .inline-flex-item {
  flex: 0.4 0.6 26.5%;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.inline-group-3 .inline-flex-item:first-child {
  flex: 0.7 0.3 45%;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.inline-group-3 .inline-flex-item label.either-or-box {
  font-weight: normal;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group {
  margin: 25px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group input[type="text"],
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group select {
  display: block;
  font-size: 1.1em;
  height: 34px;
  line-height: 34px;
  border: 0;
  width: 350px;
  max-width: 100%;
  margin-top: 5px;
  padding-left: 5px;
  background-color: #e2e2e2;
  border-radius: 2px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group select {
  cursor: pointer;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group span.input-block-box {
  display: block;
  width: auto;
  background: #fefffe;
  padding: 0;
  margin: 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group span.input-block-box input[type="text"],
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group span.input-block-box select {
  display: inline-block;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group span.input-block-box span.display-unit {
  font-weight: 600;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group p.form-error-message {
  color: #003399;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group.group-labled.label-row {
  margin: 15px 0 0 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group.input-row-of-labels {
  margin: 0 0 25px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group.group-labled {
  margin: 10px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group.group-labled label {
  display: block;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group.group-labled span.input-block-box {
  font-size: 13px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group.group-labled span.input-block-box input,
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group.group-labled span.input-block-box select {
  font-size: 13px;
  height: 25px;
  padding: 1px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group.group-labled span.input-block-box input[disabled],
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group.group-labled span.input-block-box select[disabled] {
  border: 1px solid #e2e2e2;
  background-color: #efefff;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group.group-labled span.input-block-box input {
  padding-left: 3px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.input-group.group-labled input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 7px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.file-input-row span:first-child {
  display: block;
  margin: 2px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.file-input-row > label {
  display: block;
  margin: 2px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.file-input-row input[type="file"] {
  width: 350px;
}
div.construction-ghg-box div#construction-ghg-left-box div#construction-building-form div.scrollable-y form div.file-input-row button.btn-inline {
  display: inline-block;
  margin: 2px 5px 2px 0;
}
div.construction-ghg-box div#construction-ghg-left-box div.line-separator-icon {
  width: calc(100% - 50px);
  margin: 50px 5px;
  border-bottom: 1px solid #cacaca;
  position: relative;
}
div.construction-ghg-box div#construction-ghg-left-box div.line-separator-icon svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  position: absolute;
  right: -34px;
  top: -12px;
  height: 25px;
  width: 25px;
}
div.construction-ghg-profile div#building-profile-header span.cg-description {
  padding-top: 5px;
}
div.construction-ghg-profile div.img-box {
  min-height: 300px;
}
div.construction-ghg-profile div.img-box span.no-img-msg {
  display: inline-block;
  margin-top: 80px;
}
div.construction-ghg-profile div.building-profile-row {
  margin: 12px 10px;
  border-bottom-color: #cacaca;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding: 0px 0 5px 0;
}
div.construction-ghg-profile div.building-profile-row > p {
  margin: 0;
}
div.construction-ghg-profile div.building-profile-row > p.profile-field-value {
  height: auto;
}
div.construction-ghg-profile div.building-profile-row p.profile-field-name {
  font-weight: bold;
}
div.construction-ghg-profile div.building-profile-row p.profile-field-value a {
  padding: 0;
  color: #003399;
  text-decoration: underline;
}
div.construction-ghg-profile div#profile-built-table-header-lg {
  padding: 0 10px;
}
div.construction-ghg-profile div#profile-built-table-header-lg h4,
div.construction-ghg-profile div#profile-built-table-header-lg p {
  margin: 2px 0;
}
div.construction-ghg-profile table#cg-profile-built-table {
  font-size: 9px;
  margin: 2px 10px;
  width: 400px;
}
div.construction-ghg-profile table#cg-profile-built-table thead tr,
div.construction-ghg-profile table#cg-profile-built-table tbody tr {
  height: 14px;
}
div.construction-ghg-profile table#cg-profile-built-table thead tr:nth-child(2n),
div.construction-ghg-profile table#cg-profile-built-table tbody tr:nth-child(2n) {
  background-color: #e2e2e2;
}
div.construction-ghg-profile table#cg-profile-built-table thead tr th:first-child,
div.construction-ghg-profile table#cg-profile-built-table tbody tr th:first-child,
div.construction-ghg-profile table#cg-profile-built-table thead tr td:first-child,
div.construction-ghg-profile table#cg-profile-built-table tbody tr td:first-child {
  width: 44%;
}
div.construction-ghg-profile table#cg-profile-built-table thead tr td:nth-child(2),
div.construction-ghg-profile table#cg-profile-built-table tbody tr td:nth-child(2),
div.construction-ghg-profile table#cg-profile-built-table thead tr td:last-child,
div.construction-ghg-profile table#cg-profile-built-table tbody tr td:last-child {
  text-align: center;
}
div.construction-ghg-profile div.download-area .building-profile-close span.close-field {
  padding: 6px !important;
  width: 130px !important;
  height: 30px !important;
  border-radius: 15px !important;
  text-align: center;
  cursor: pointer;
}
div#geo-map-box div#public-left-box {
  padding: 10px 5px;
  flex: 0.3 0.1 23%;
}
@media screen and (max-width: 1610px) {
  div#geo-map-box div#public-left-box {
    flex: 0.1 0.3 27%;
  }
}
div#geo-map-box div#public-left-box h4.public-start {
  display: block;
  margin: 40px 5px;
  margin-left: 14px;
  font-size: 20px;
}
div#geo-map-box div#public-left-box > div.public-start {
  margin: 0 0 0 7px;
}
div#geo-map-box div#public-left-box > div.public-start div.info-box-info-txt {
  font-size: 15px;
  margin: 10px 5px;
  margin-bottom: 25px;
}
div#geo-map-box div#public-left-box > div.public-start div.info-box-info-txt a.inline-link {
  padding: 0;
  color: #003399;
}
div#geo-map-box div#public-left-box > div.public-start div.info-box-info-txt.sdp-public-info.flex-row {
  margin-top: 25px;
  height: 250px;
  align-items: start;
  flex-direction: row;
  justify-content: center;
}
div#geo-map-box div#public-left-box > div.public-start div.info-box-info-txt.sdp-public-info.flex-row span:first-child {
  display: block;
  flex: 0.3 0.7 30%;
}
div#geo-map-box div#public-left-box > div.public-start div.info-box-info-txt.sdp-public-info.flex-row span:first-child img {
  transform: skewY(6deg);
  height: 250px;
}
div#geo-map-box div#public-left-box > div.public-start div.info-box-info-txt.sdp-public-info.flex-row span:last-child {
  display: block;
  flex: 0.7 0.3 55%;
  padding-left: 8px;
  font-size: 13px;
  height: 125px;
  margin-top: 125px;
}
div#geo-map-box div#public-left-box div#info-box-public h4.info-box-header {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
}
div#geo-map-box div#public-left-box div#info-box-public h4.info-box-header svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  position: relative;
  display: inline-block;
  flex: 0.3 0.7 40px;
  height: 1.2em;
  margin-right: 5px;
  top: -2px;
}
div#geo-map-box div#public-left-box div#info-box-public h4.info-box-header svg.feather.selected-building-color {
  fill: #f7931e;
}
div#geo-map-box div#public-left-box div#info-box-public h4.info-box-header span.info-box-header-text {
  flex: 0.7 0.3 calc(100% - 40px);
  line-height: 1.2em;
}
div#geo-map-box div#public-left-box div#info-box-public h4.info-box-header span.info-box-header-text span.data-edit-wanted {
  padding-left: 10px;
}
div#geo-map-box div#public-left-box div#info-box-public h4.info-box-header span.info-box-header-text span.data-edit-wanted svg.public-info-header-icon {
  top: -2px;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
div#geo-map-box div#public-left-box div#info-box-public h4.info-box-header.no-data-msg {
  font-size: 0.8em;
  color: #c44242;
  padding-left: 40px;
  position: relative;
}
div#geo-map-box div#public-left-box div#info-box-public h4.info-box-header.no-data-msg svg {
  position: absolute;
  left: 0px;
  top: 1px;
}
div#geo-map-box div#public-left-box div#info-box-public > div.public-building-data-table,
div#geo-map-box div#public-left-box div#info-box-public div.info-box-body {
  margin: 10px 0 10px 40px;
  font-size: 0.7em;
}
div#geo-map-box div#public-left-box div#info-box-public > div.emiss-legend {
  margin: 10px 0 10px 0;
}
div#geo-map-box div#public-left-box div#info-box-public > div.connection-load-res {
  font-size: 0.7em;
}
div#geo-map-box div#public-left-box div#info-box-public div.info-box-body b#info-building-address {
  font-size: 1.4em;
  color: #f7931e;
}
div#geo-map-box div#public-left-box div#info-box-public div.info-box-body div.info-box-info-txt.conn-load-info {
  margin: 0 0 10px 0;
}
div#geo-map-box div#public-left-box div#info-box-public div.info-box-body div.info-box-info-txt.conn-load-info.main-numbers {
  font-size: 15px;
}
div#geo-map-box div#public-left-box div#info-box-public div.info-box-body div.info-box-info-txt.conn-load-info a.inline-link {
  padding: 0;
}
div#geo-map-box div#public-left-box div#info-box-public div.info-box-body div.info-box-info-txt.conn-load-info ul.explain-text-list li {
  list-style-type: circle;
}
div#geo-map-box div#public-left-box div#info-box-public div.info-box-body div.info-box-info-txt.conn-load-info ul.explain-text-list li a.inline-link {
  color: #000;
}
div#geo-map-box div#public-left-box div#info-box-public div.public-building-data-table div.building-data {
  display: flex;
  justify-content: space-between;
}
div#geo-map-box div#public-left-box div#info-box-public div.public-building-data-table div.building-data > span {
  display: block;
  margin: 5px 0;
}
div#geo-map-box div#public-left-box div#info-box-public div.public-building-data-table div.building-data span.data-label {
  flex: 0.3 0.7 52%;
}
div#geo-map-box div#public-left-box div#info-box-public div.public-building-data-table div.building-data span.data-value {
  flex: 0.3 0.7 24%;
  position: relative;
}
div#geo-map-box div#public-left-box div#info-box-public div.public-building-data-table div.building-data span.data-value span.color-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  position: absolute;
  left: 0px;
  top: 2px;
}
div#geo-map-box div#public-left-box div#info-box-public div.public-building-data-table div.building-data span.data-value.building-data-padding-left {
  padding-left: 20px;
}
div#geo-map-box div#public-left-box div#info-box-public div.public-building-data-table div.building-data span.data-value.right-align-number {
  text-align: right;
  padding-right: 2.3em;
}
div#geo-map-box div#public-left-box div.scrollable-box {
  overflow-y: scroll;
  height: 88vh;
}
div#geo-map-box div#public-left-box div.scrollable-box h4.info-box-header {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
}
div#geo-map-box div#public-left-box div.scrollable-box h4.info-box-header svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  position: relative;
  display: inline-block;
  flex: 0.3 0.7 40px;
  height: 1.2em;
  margin-right: 5px;
  top: -2px;
}
div#geo-map-box div#public-left-box div.scrollable-box h4.info-box-header svg.feather.selected-building-color {
  fill: #f7931e;
}
div#geo-map-box div#public-left-box div.scrollable-box h4.info-box-header span.info-box-header-text {
  flex: 0.7 0.3 calc(100% - 40px);
  line-height: 1.2em;
}
div#geo-map-box div#public-left-box div.scrollable-box h4.info-box-header span.info-box-header-text span.data-edit-wanted {
  padding-left: 10px;
}
div#geo-map-box div#public-left-box div.scrollable-box h4.info-box-header span.info-box-header-text span.data-edit-wanted svg.public-info-header-icon {
  top: -2px;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
div#geo-map-box div#public-left-box div.scrollable-box h4.info-box-header.no-data-msg {
  font-size: 0.8em;
  color: #c44242;
  padding-left: 40px;
  position: relative;
}
div#geo-map-box div#public-left-box div.scrollable-box h4.info-box-header.no-data-msg svg {
  position: absolute;
  left: 0px;
  top: 1px;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form {
  max-width: 21vw;
  width: 400px;
  font-size: 13px;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form {
  padding: 0 0 0 5px;
  width: inherit;
  padding-right: 0px;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part h4.in-form-header {
  font-size: 1.6em;
  color: #003399;
  margin: 10px 0 10px 0px;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.inline-group-4 .inline-flex-item {
  flex: 0.4 0.6 22%;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.inline-group-4 .inline-flex-item:first-child {
  flex: 0.7 0.3 33%;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.inline-group-3 .inline-flex-item {
  flex: 0.4 0.6 26.5%;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.inline-group-3 .inline-flex-item:first-child {
  flex: 0.7 0.3 45%;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.inline-group-3 .inline-flex-item label.either-or-box {
  font-weight: normal;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group {
  margin: 25px 0;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group input[type="text"],
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group select {
  display: block;
  font-size: 1.1em;
  height: 34px;
  line-height: 34px;
  border: 0;
  width: 350px;
  max-width: 100%;
  margin-top: 5px;
  padding-left: 5px;
  background-color: #e2e2e2;
  border-radius: 2px;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group select {
  cursor: pointer;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group span.input-block-box {
  display: block;
  width: auto;
  background: #fefffe;
  padding: 0;
  margin: 0;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group span.input-block-box input[type="text"],
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group span.input-block-box select {
  display: inline-block;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group span.input-block-box span.display-unit {
  font-weight: 600;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group p.form-error-message {
  color: #003399;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group.group-labled.label-row {
  margin: 15px 0 0 0;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group.input-row-of-labels {
  margin: 0 0 25px 0;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group-inline {
  margin: 5px 0 15px 0;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group-inline span.checkbox-col {
  line-height: 1.5em;
  font-size: inherit;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-form-part div.input-group-inline span.checkbox-col input[type="checkbox"] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 6px;
  margin-left: 10px;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form h4.in-form-header {
  font-size: 1em;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.input-group {
  margin: 15px 0 !important;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.input-group label {
  display: block;
  margin: 3px 0;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.input-group input {
  display: block;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.input-group input:focus {
  outline: 0;
  background-color: #cacaca;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.input-group input#meter-name {
  display: block;
  font-size: 1.1em;
  height: 34px;
  line-height: 34px;
  width: 350px;
  margin-top: 5px;
  padding-left: 5px;
  background-color: #e2e2e2;
  border-radius: 2px;
  font-size: 1em;
  height: 2em;
  line-height: 2em;
  border: 0;
  width: 100%;
  max-width: 100%;
  margin: 3px 0 0 0;
  padding: 0 0 0 3px;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.input-group.group-labled span.vertical-click-input {
  display: block;
  width: 100%;
  margin: 2px 0;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.input-group.group-labled label.either-or-box {
  height: 1.8em;
  line-height: 1.8em;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.input-group.group-labled label.either-or-box input {
  display: inline-block;
  position: relative;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form p.form-error-message {
  color: #003399;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-input-btn-box {
  text-align: right;
  margin-right: 50px;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-input-btn-box button.common-btn {
  width: 50%;
  height: 35px;
  line-height: 30px;
  font-size: 1.1em;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-value-item {
  height: 25px;
  line-height: 25px;
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-value-item.list-header {
  font-weight: bold;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-value-item span.val-prop {
  flex: 0.2 0.4 12%;
  display: block;
  margin: 0;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-value-item span.val-prop:nth-child(1) {
  flex: 0.1 0.4 9%;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-value-item span.val-prop:nth-child(2) {
  flex: 0.1 0.4 12%;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-value-item span.val-prop:nth-child(3) {
  flex: 0.1 0.4 10%;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-value-item span.val-prop:nth-child(5) {
  flex: 0.1 0.4 10%;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-value-item span.val-prop:nth-child(6) {
  flex: 0.1 0.4 13%;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-value-item span.val-prop.icon-col {
  flex: 0 0.2 10%;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-value-item span.val-prop.icon-col svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  top: 2px;
}
div#geo-map-box div#public-left-box div.scrollable-box div#building-form form div.public-value-item span.val-prop.icon-col.active-icon svg.feather {
  stroke: #f7931e;
  border-color: #f7931e;
}
div#geo-map-box div#public-left-box div.nominatim-place {
  font-size: 0.8em;
  color: #003399;
  padding: 5px 2px;
  border-bottom: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
}
div#geo-map-box div#public-left-box div.nominatim-place.invalid-place {
  color: #969696;
}
div#geo-map-box div#public-left-box div.nominatim-place.visitable {
  color: #1d1d1b;
}
div#geo-map-box div#public-left-box div.nominatim-place div.place-category {
  font-weight: bold;
}
div#geo-map-box div#public-left-box div.nominatim-place div.place-category span.smaller {
  font-size: 0.8em;
}
div#geo-map-box div#public-left-box div.nominatim-place div.place-name {
  padding-left: 10px;
  font-size: 0.8em;
}
div#geo-map-box div.public-map {
  flex: 0.2 0.1 77%;
}
div.tooltip.connection-load-tooltip {
  width: 388px;
}
div.tooltip.public-info-corner-map-tooltip {
  width: auto;
  line-height: 16px;
  font-size: 14px;
}
div.tooltip.public-info-corner-map-tooltip span.smaller-font {
  font-size: 12px;
  line-height: 14px;
}
div.tooltip.public-info-corner-map-tooltip a.inline-link {
  padding: 0;
  color: #003399;
  text-decoration: underline;
}
div.tooltip.service-info-tt {
  width: 300px;
}
div.tooltip.status-text-tt {
  width: auto;
}
div.portal-grid-container {
  font-size: 13px;
  position: relative;
  min-height: 200px;
}
div.portal-grid-container.content-scrolling div.inventory-grid:last-child {
  overflow-y: scroll;
  height: 75vh;
  width: 100%;
}
div.portal-grid-container div.inventory-grid {
  display: grid;
  grid-template-columns: 65px 255px 160px 180px 550px 300px 190px 150px auto;
}
div.portal-grid-container div.inventory-grid a {
  color: #003399;
  padding: 0;
  text-decoration: none;
  border-style: none;
}
div.portal-grid-container div.inventory-grid > div {
  display: inline-flex;
  padding: 10px;
}
div.portal-grid-container div.inventory-grid svg.portal-grid-info-icon-size {
  height: 20px;
  width: 20px;
  top: 2px;
  position: relative;
}
div.portal-grid-container div.inventory-grid svg.portal-grid-info-icon-size.portal-info-icon.stroke_err_red {
  stroke: #db1e50;
}
div.portal-grid-container div.inventory-grid svg.portal-grid-info-icon-size.portal-info-icon.stroke_warn_orange {
  fill: #ffc108;
  stroke: #000;
}
div.portal-grid-container div.inventory-grid svg.portal-grid-info-icon-size.portal-info-icon.stroke_black {
  stroke: #000;
}
div.portal-grid-container div.inventory-grid svg.portal-grid-certificate-icon-size {
  width: 15px;
  height: 15px;
}
div.portal-grid-container div.inventory-grid .portal-grid-font-bold {
  font-weight: bold;
}
div.portal-grid-container div.inventory-grid .portal-invisible {
  display: none;
}
div.portal-grid-container div.inventory-grid .portal-grid-header {
  background-color: #bdbdbd;
  height: 55px;
  text-align: center;
}
div.portal-grid-container div.inventory-grid .portal-grid-header.left-align {
  text-align: left;
  padding: 10px 0;
}
div.portal-grid-container div.inventory-grid .portal-grid-header div.portal-header-text {
  height: auto;
  margin: auto 0;
}
div.portal-grid-container div.inventory-grid .portal-grid-header div.sort-arrows-box {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  position: relative;
  width: 35px;
  height: 36px;
  top: -4px;
}
div.portal-grid-container div.inventory-grid .portal-grid-header div.sort-arrows-box div.sort-chevron-box {
  width: 25px;
  flex: 0 0.9 20px;
}
div.portal-grid-container div.inventory-grid .portal-grid-header div.sort-arrows-box div.sort-chevron-box svg.portal-grid-chevron-size {
  width: 25px;
  height: 20px;
  stroke-width: 3px;
  fill: none;
}
div.portal-grid-container div.inventory-grid .portal-grid-header div.sort-arrows-box div.sort-chevron-box svg.portal-grid-chevron-size.portal-sort-active-arrow {
  stroke: #f7931e;
}
div.portal-grid-container div.inventory-grid .portal-grid-header div.sort-arrows-box div.sort-chevron-box svg.portal-grid-chevron-size.portal-sort-inactive-arrow {
  stroke: black;
}
div.portal-grid-container div.inventory-grid .portal-grid-header div.sort-arrows-box div.sort-chevron-box:last-child svg.portal-grid-chevron-size {
  top: -12px;
}
div.portal-grid-container div.inventory-grid .portal-icon-svg svg {
  fill: transparent;
  stroke-width: 2px;
  cursor: pointer;
  stroke-linecap: round;
  stroke-linejoin: round;
}
div.portal-grid-container div.inventory-grid .portal-icon-svg.portal-icon-svg-active {
  stroke: #ff0000;
}
div.portal-grid-container div.inventory-grid .portal-icon-svg.portal-icon-svg-info {
  stroke: black;
}
div.portal-grid-container div.inventory-grid .portal-icon-svg.portal-icon-svg-alarm {
  stroke: #ff0000;
}
div.portal-grid-container div.inventory-grid .portal-icon-svg.portal-icon-svg-award {
  margin-left: 5px;
  fill: white;
  stroke: #939393;
}
div.portal-grid-container div.inventory-grid .portal-icon-svg.portal-info-icon {
  margin-right: 5px;
}
div.portal-grid-container div.inventory-grid div.portal-grid-main-data {
  background-color: #ededed;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ccc;
  font-weight: 600;
}
div.portal-grid-container div.inventory-grid div.portal-grid-main-data.portal-emission-column {
  padding-left: 30%;
}
div.portal-grid-container div.inventory-grid div.portal-grid-main-data.monitoring-info-estate {
  padding: 0;
}
div.portal-grid-container div.inventory-grid div.portal-grid-main-data.color-clickable {
  color: #003399;
}
div.portal-grid-container div.inventory-grid div.portal-grid-main-data .portal-grid-inside-container {
  display: flex;
  height: 50px;
}
div.portal-grid-container div.inventory-grid div.portal-grid-main-data .portal-grid-inside-container > span {
  margin: auto 0;
}
div.portal-grid-container div.inventory-grid div.portal-grid-main-data .portal-grid-inside-container.warning-2 {
  color: #ff0000;
}
div.portal-grid-container div.inventory-grid .portal-grid-single-inst-row {
  padding: 0.8em 0 !important;
}
div.portal-grid-container div.inventory-grid .portal-grid-single-inst-row.row-even {
  background-color: aliceblue;
}
div.portal-grid-container div.inventory-grid .portal-grid-single-inst-row.row-odd {
  background-color: #fff;
}
div.portal-grid-container div.inventory-grid .portal-grid-single-inst-row.portal-alarm-title-padding {
  padding-left: 10px !important;
}
div.portal-grid-container div.inventory-grid .portal-grid-single-inst-row .portal-alarm-circle {
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #939393;
  border-radius: 50%;
  position: relative;
}
div.portal-grid-container div.inventory-grid .portal-grid-single-inst-row .portal-alarm-circle span.alarm-text-hint {
  position: absolute;
  font-size: 0.6em;
  top: -6px;
  right: -7px;
}
div.portal-grid-container div.inventory-grid .portal-grid-single-inst-row .portal-align-center {
  text-align: center;
}
div.portal-grid-container div.inventory-grid .portal-grid-single-inst-row .portal-difference-column {
  width: calc(100% - 40px);
}
div.portal-grid-container div.inventory-grid .portal-grid-single-inst-row .portal-difference-column.warning-1 {
  color: #f7931e;
}
div.portal-grid-container div.inventory-grid .portal-grid-single-inst-row .portal-difference-column.warning-2 {
  color: #ff0000;
}
div.portal-grid-container div.inventory-grid .portal-grid-single-inst-row .portal-difference-column.invalid-diff {
  color: #6a6a6a !important;
}
div.portal-grid-container div.inventory-grid div.portal-grid-vertical-center {
  margin-top: auto;
  margin-bottom: auto;
}
div.portal-grid-container div.inventory-grid div.portal-grid-vertical-center.info-cell {
  margin-right: 10px;
  font-weight: 400;
}
div.portal-grid-container span.running-requests.inventory-spinner {
  position: absolute;
  z-index: 401;
  height: 160px;
  width: 160px;
  background-color: rgba(255, 255, 255, 0.4);
  top: calc(200px - 80px);
  left: calc(50vw - 80px);
  padding: 20px;
}
div.portal-grid-container span.running-requests.inventory-spinner svg.app-loading-icon {
  stroke: #f7931e;
  width: 120px;
  height: 120px;
}
div.portal-grid-container span.running-requests.inventory-spinner span.requests-number {
  position: absolute;
  top: 65px;
  right: 72px;
  color: #f7931e;
  font-size: 20px;
  font-weight: bold;
}
div.portal-grid-container span.running-requests.inventory-spinner.double-digit span.request-number {
  right: 77px;
}
div.inventory-no-values {
  margin: 100px 0 0 0;
  text-align: center;
  position: absolute;
  width: 99vw;
}
.ranking-panel {
  padding-top: 15px;
  margin-bottom: 66px;
}
.ranking-item-box {
  border: 2px solid #cacaca;
  border-radius: 12px;
  margin: 10px 0;
  margin: 10px auto;
  box-sizing: border-box;
  width: 99%;
}
.ranking-item-box div.ranking-item-first-row {
  height: 55px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.ranking-item-box div.ranking-item-first-row span.ranking-item-address {
  flex: 0.5 0.1 20%;
  padding: 10px 0 0 20px;
  align-self: baseline;
  font-size: 0.8em;
  font-weight: 600;
}
.ranking-item-box div.ranking-item-first-row span.ranking-item-address span.running-requests {
  position: relative;
  top: -3px;
  display: inline-block;
  padding: 0;
  margin-left: 3px;
}
.ranking-item-box div.ranking-item-first-row span.ranking-item-address span.running-requests svg.app-loading-icon {
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  padding: 0;
  margin-left: 0;
}
.ranking-item-box div.ranking-item-first-row > span.ranking-bar-box {
  flex: 0 0 650px;
  height: 70px;
  padding: 12px 0;
}
.ranking-item-box div.ranking-item-first-row > span.ranking-bar-box > svg.ranking-bar {
  width: 100%;
}
.ranking-item-box div.ranking-item-first-row > span.ranking-bar-box .feather-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: white;
  fill-opacity: 0;
  margin: 0 3px;
}
.ranking-item-box div.ranking-item-first-row > span.ranking-bar-box .feather-icon.feather-icon-normal {
  stroke: currentColor;
}
.ranking-item-box div.ranking-item-first-row > span.ranking-bar-box .feather-icon.angle-15-negative {
  transform: translate(0px, 3px) rotate(-15deg);
  transform-box: fill-box;
}
.ranking-item-box div.ranking-item-first-row > span.ranking-bar-box svg.trend-arrow-g {
  transform-box: fill-box;
}
.ranking-item-box div.ranking-item-first-row span.info-wrapper {
  flex: 0.4 0.7 22%;
  align-self: center;
}
.ranking-item-box div.ranking-item-first-row span.info-wrapper span.ranking-single-num-wrapper {
  display: inline-block;
  width: 70px;
  margin: auto 2px;
  font-size: 12px;
}
.ranking-item-box div.ranking-item-first-row span.info-wrapper span.ranking-single-num-wrapper div.number-bubble {
  width: 45px;
  padding: 3px 0;
  border: 2px solid #cacaca;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
}
.ranking-item-box div.ranking-item-first-row span.info-wrapper span.ranking-single-num-wrapper div.number-unit {
  margin-top: 2px;
  font-size: 0.8em;
  line-height: 0.8em;
  text-align: center;
}
.ranking-item-box div.ranking-item-second-row {
  display: flex;
  min-height: 30px;
  flex-direction: row;
  margin: 0 0 10px 0;
}
.ranking-item-box div.ranking-item-second-row span.ranking-it-icons {
  flex: 0.5 0.1 20%;
  padding: 10px 0 0 20px;
  padding: 2px 0 5px 20px;
}
.ranking-item-box div.ranking-item-second-row span.ranking-it-icons span.ranking-left-icon-wrapper.active svg.feather-icon {
  background-color: #f7941f;
}
.ranking-item-box div.ranking-item-second-row span.ranking-it-icons span.ranking-left-icon-wrapper svg.feather-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: white;
  fill-opacity: 0;
  margin: 0 2px;
}
.ranking-item-box div.ranking-item-second-row span.ranking-it-icons span.ranking-left-icon-wrapper svg.feather-icon.feather-icon-normal {
  stroke: currentColor;
}
.ranking-item-box div.ranking-item-second-row span.ranking-it-icons span.ranking-left-icon-wrapper svg.feather-icon.feather-icon-disabled {
  stroke: #9d9d9d;
}
.ranking-item-box div.ranking-item-second-row span.ranking-it-icons span.ranking-left-icon-wrapper svg.feather-icon.feather-icon-alarm {
  stroke: #ff0000;
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid {
  flex: 0 0 650px;
  display: block;
  font-size: 0.8em;
  padding-bottom: 5px;
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid div.ranking-kpis.has-content-true {
  height: 70px;
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid div.ranking-kpis.has-content-true button.common-btn {
  border-radius: 2px;
  background-color: rgba(51, 171, 250, 0.6);
  color: #000;
  font-weight: bold;
  line-height: 30px;
  border: 0;
  width: 70px;
  height: 30px;
  margin-right: 10px;
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid div.ranking-kpis.has-content-true button.common-btn.disabled {
  background-color: rgba(234, 234, 234, 0.8);
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid div.ranking-kpis.has-content-true span.single-kpi-box {
  display: inline-block;
  font-size: 0.8em;
  width: 90px;
  height: 20px;
  position: relative;
  margin-right: 20px;
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid div.ranking-kpis.has-content-true span.single-kpi-box svg.kpi-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  width: 2.3em;
  height: 2.3em;
  stroke: #f7931e;
  position: absolute;
  left: 0;
  top: -1px;
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid div.ranking-kpis.has-content-true span.single-kpi-box span.number-bubble {
  border: 2px solid #cacaca;
  border-radius: 3px;
  padding: 3px 8px;
  position: absolute;
  right: 10px;
  top: 0;
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid div.ranking-kpis.has-content-true span.single-kpi-box span.number-bubble.warn-kpi {
  color: #ff0000;
  border-color: #ff0000;
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid div.ranking-kpis.has-content-true span.single-kpi-box span.number-label {
  position: absolute;
  right: 10px;
  top: 30px;
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid div.ranking-kpis.has-content-true span.single-kpi-box.kpi-icon-rotate-90 svg.kpi-icon {
  transform: rotate(90deg);
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid div.ranking-kpis.has-content-true span.single-kpi-box.kpi-icon-rotate-180 svg.kpi-icon {
  transform: rotate(180deg);
}
.ranking-item-box div.ranking-item-second-row span.info-box-mid div.hp-single-link a.ranking-inline-link {
  padding: 0;
  color: blue;
}
.ranking-item-box div.ranking-item-second-row span.info-wrapper {
  flex: 0.4 0.7 22%;
}
.ranking-item-box div.ranking-item-third-row div.details-bar-ranking {
  height: 600px;
}
.ranking-item-box div.ranking-item-third-row div.details-bar-ranking div.diagram-menu {
  font-weight: bold;
  color: #cacaca;
  font-size: 14px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.ranking-item-box div.ranking-item-third-row div.details-bar-ranking div.diagram-menu span.details-chart-menu-item {
  flex: 0.8 0.2 170px;
  display: inline-block;
  padding: 0 7px;
  min-width: 60px;
}
.ranking-item-box div.ranking-item-third-row div.details-bar-ranking div.diagram-menu span.details-chart-menu-item.can-choose {
  color: #000;
}
.ranking-item-box div.ranking-item-third-row div.details-bar-ranking div.diagram-menu span.details-chart-menu-item.cannot-choose {
  cursor: not-allowed;
}
.ranking-item-box div.ranking-item-third-row div.details-bar-ranking div.diagram-menu span.details-chart-menu-item.active {
  color: #003399;
  background-color: #fefffe;
}
.ranking-item-box div.ranking-item-third-row div.details-bar-ranking div.diagram-menu span.details-chart-menu-item.active.clickable {
  cursor: default;
}
.ranking-item-box div.ranking-item-third-row div.details-bar-ranking div.diagram-menu span.details-chart-menu-item:last-child {
  flex: 0.3 0.7 30px;
  text-align: right;
  min-width: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.ranking-item-box div.ranking-item-third-row div.details-bar-ranking div.diagram-menu span.details-chart-menu-item span.details-chart-menu-btn {
  cursor: pointer;
  background-color: rgba(51, 171, 250, 0.6);
  display: inline-block;
  padding: 4px;
  width: 24px;
  height: 24px;
  /* box-sizing: border-box; */
  border-radius: 12px;
}
.ranking-item-box div.ranking-item-third-row div.details-bar-ranking div.diagram-menu span.details-chart-menu-item span.details-chart-menu-btn svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  width: 16px;
  height: 16px;
  stroke: #000;
  position: relative;
  top: -2px;
  right: 0px;
}
@media screen and (min-width: 1081px) {
  div#efficacy-ranking {
    width: 1050px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1170px;
  }
}
@media screen and (max-width: 640px) {
  div#efficacy-ranking {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
  div#efficacy-ranking {
    width: 635px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
div#efficacy-ranking.scrollable-box {
  overflow-y: scroll;
  height: calc(100vh - 45.3px - 24px - 34px);
}
div#efficacy-ranking > div {
  margin: 20px 0;
}
div#efficacy-ranking div.ranking-header-paragraph {
  color: #003399;
  font-weight: bold;
  font-size: 27px;
  text-align: left;
}
div#efficacy-ranking div.ranking-header-paragraph select {
  display: inline-block;
  margin-left: 5px;
  outline: 0;
  border: 0;
  height: 32px;
  line-height: 1em;
  color: #003399;
}
div#efficacy-ranking div.ranking-title {
  color: white;
  background-color: #003399;
  text-align: center;
  border: 0;
  font-size: 22px;
  height: 36px;
  width: 100%;
  padding-top: 4px;
}
div#efficacy-ranking div.ranking-title span.write-month svg.feather,
div#efficacy-ranking div.ranking-title span.invalid-time svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  height: 0.8em;
  width: 0.8em;
  top: -2px;
  position: relative;
}
div#efficacy-ranking div.ranking-title span.write-month svg.feather.warning-time,
div#efficacy-ranking div.ranking-title span.invalid-time svg.feather.warning-time {
  stroke: #f7931e;
}
div#efficacy-ranking div.ranking-title > input[type="text"] {
  margin: 0 6px;
  padding: 0 5px;
  width: 70px;
  position: relative;
  top: -3px;
}
div#efficacy-ranking div.ranking-title span.ranking-arrow {
  display: inline-block;
  position: relative;
  top: 3px;
}
div#efficacy-ranking div.ranking-title span.ranking-arrow.ranking-go-back {
  margin-right: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #efefff;
}
div#efficacy-ranking div.ranking-title span.ranking-arrow.ranking-go-back.disabled {
  border-right-color: rgba(155, 155, 155, 0.35);
}
div#efficacy-ranking div.ranking-title span.ranking-arrow.ranking-go-forward {
  margin-left: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #efefff;
}
div#efficacy-ranking div.ranking-title span.ranking-arrow.ranking-go-forward.disabled {
  border-left-color: rgba(155, 155, 155, 0.35);
}
div#efficacy-ranking div.ranking-title span.go-by-year {
  margin: 0 10px;
}
div#efficacy-ranking div.ranking-title span.go-by-year span.ranking-arrow {
  margin: 0;
}
div#efficacy-ranking div.ranking-title span.go-by-year.disabled span.ranking-go-back {
  border-right-color: rgba(155, 155, 155, 0.35);
}
div#efficacy-ranking div.ranking-title span.go-by-year.disabled span.ranking-go-forward {
  border-left-color: rgba(155, 155, 155, 0.35);
}
div#efficacy-ranking div.ranking-normal-paragraph {
  font-size: 16px;
  text-align: left;
  padding: 0 15px;
}
div#efficacy-ranking div.ranking-footer {
  margin-top: 30px !important;
  margin-bottom: 45px !important;
}
div#efficacy-ranking div.ranking-footer div.expander-simple-box {
  margin: 10px 0 0 0;
}
div#efficacy-ranking div.ranking-footer div.expander-simple-box div.expander-simple-header h5 {
  font-size: 14px;
}
div#efficacy-ranking div.ranking-footer div.ranking-footer-row-3 {
  line-height: 22px;
  font-size: 0.8em;
}
div#efficacy-ranking div.ranking-footer div.ranking-footer-row-3 > h6 {
  font-size: 1.1em;
  margin: 15px 0;
}
div#efficacy-ranking div.ranking-footer div.ranking-footer-row-3 span.flex-item {
  display: block;
  flex: 0.8 0.2 32%;
  padding-right: 5px;
}
div#efficacy-ranking div.ranking-footer div.ranking-footer-row-3 span.flex-item span.color-block {
  display: inline-block;
  width: 20px;
  height: 0.8em;
  margin-right: 3px;
}
div#efficacy-ranking div.ranking-footer div.ranking-legend-explainer {
  font-size: 0.8em;
  line-height: 1.2em;
}
div#efficacy-ranking div.ranking-footer div.ranking-legend-explainer a.inline-link {
  padding: 0;
  color: #0077bd;
}
.invisible {
  display: none;
}
div.tooltip.kpi-tooltip {
  width: 500px;
}
div.tooltip.kpi-tooltip div.small-tooltip-section {
  font-size: 0.7em;
  line-height: 1.1em;
}
div.tooltip.kpi-tooltip div.small-tooltip-section .v-margin {
  margin: 3px 0;
}
div.tooltip.kpi-tooltip div.small-tooltip-section code {
  font-size: 0.95em;
}
div.tooltip.kpi-tooltip p.tooltip-hint-p {
  font-size: 1em;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
div.tooltip.kpi-tooltip p.smaller {
  font-size: 0.8em;
}
div.tooltip.used-values-tt {
  width: 270px;
}
div.tooltip.legend-title-tt {
  width: 450px;
}
div.tooltip.legend-title-tt p.smaller b {
  display: inline-block;
  width: 80px;
}
div.tooltip.single-rank-it-num-bubble-tt {
  width: 300px;
}
div.has-user-sub-header span.sub-header-btns {
  display: inline-block;
  padding: 1px 20px;
  position: relative;
  top: -3px;
}
div.has-user-sub-header span.sub-header-btns button.common-btn {
  width: 150px;
  height: 18px;
  line-height: 14px;
  font-size: 14px;
  border: 1px solid #003399;
  border-radius: 3px;
}
div.has-user-sub-header span.sub-header-btns button.common-btn:active {
  color: #528037;
}
div.has-user-sub-header span.sub-header-btns button.common-btn:hover {
  border-color: #528037;
}
h4#ghg-header {
  text-align: center;
  margin: 18px 0;
}
div.tooltip.ghg-header-tt a.inline-link {
  padding: 0;
}
div.ghg-table-box.scrolling-in-grid div#grid-body-plus-explains {
  overflow-y: scroll;
  height: 76.5vh;
  width: 100%;
  margin-bottom: 45px;
}
div.ghg-table-box.scrolling-in-grid div#grid-body-plus-explains div.ghg-table {
  width: 100%;
}
div.ghg-table-box.scrolling-in-grid div#grid-body-plus-explains div.ghg-table-legend {
  width: 100%;
  min-height: 60px;
}
div.ghg-table-box div.ghg-table {
  position: relative;
  font-size: 13px;
  width: 100vw;
  display: grid;
  grid-template-columns: auto 175px 165px 9% 15% 9% 9% 95px 95px 95px 95px;
  justify-self: stretch;
}
div.ghg-table-box div.ghg-table > div:nth-child(11n - 10),
div.ghg-table-box div.ghg-table > div:nth-child(11n + 5) {
  margin-right: 15px;
}
div.ghg-table-box div.ghg-table:last-child {
  min-height: 200px;
}
div.ghg-table-box div.ghg-table span.running-requests {
  position: absolute;
  top: 300px;
  left: calc(50% - 25px);
}
div.ghg-table-box div.ghg-table span.running-requests svg.app-loading-icon {
  width: 50px;
  height: 50px;
  stroke: #f7931e;
}
div.ghg-table-box div.ghg-table div.ghg-grid-font-bold {
  font-weight: bold;
}
div.ghg-table-box div.ghg-table div.ghg-grid-header {
  background-color: #bdbdbd;
  height: 55px;
  text-align: center;
}
div.ghg-table-box div.ghg-table div.ghg-grid-header.left-align {
  text-align: left;
  padding: 10px 0;
}
div.ghg-table-box div.ghg-table div.ghg-grid-header.merge-two-right div.ghg-header-text-name.merge-two-right {
  position: relative;
  left: calc(50% - 10px);
  top: -3px;
  width: 120px;
}
div.ghg-table-box div.ghg-table div.ghg-grid-header div.ghg-header-text {
  margin-top: 8px;
}
div.ghg-table-box div.ghg-table div.ghg-grid-header div.ghg-header-text > div {
  height: 1em;
}
div.ghg-table-box div.ghg-table div.ghg-grid-header div.sort-arrows-box {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  position: relative;
  width: 35px;
  height: 36px;
  top: -29px;
}
div.ghg-table-box div.ghg-table div.ghg-grid-header div.sort-arrows-box div.sort-chevron-box {
  width: 25px;
  flex: 0 0.9 20px;
}
div.ghg-table-box div.ghg-table div.ghg-grid-header div.sort-arrows-box div.sort-chevron-box svg.ghg-grid-chevron-size {
  width: 25px;
  height: 20px;
  stroke-width: 3px;
  fill: none;
}
div.ghg-table-box div.ghg-table div.ghg-grid-header div.sort-arrows-box div.sort-chevron-box svg.ghg-grid-chevron-size.ghg-sort-active-arrow {
  stroke: #f7931e;
}
div.ghg-table-box div.ghg-table div.ghg-grid-header div.sort-arrows-box div.sort-chevron-box svg.ghg-grid-chevron-size.ghg-sort-inactive-arrow {
  stroke: black;
}
div.ghg-table-box div.ghg-table div.ghg-grid-header div.sort-arrows-box div.sort-chevron-box:last-child svg.ghg-grid-chevron-size {
  top: -12px;
}
div.ghg-table-box div.ghg-table div.ghg-table-cell {
  background-color: #ededed;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ccc;
  font-weight: 600;
  min-height: 40px;
  text-align: center;
}
div.ghg-table-box div.ghg-table div.ghg-table-cell.address-column {
  text-align: left;
  padding-left: 8px;
}
div.ghg-table-box div.ghg-table div.ghg-table-cell div.ghg-inner-cell {
  padding-top: 0.5em !important;
}
div.ghg-table-box div.ghg-table div.ghg-table-inst-cell {
  padding: 0.8em 0 !important;
  text-align: center;
}
div.ghg-table-box div.ghg-table div.ghg-table-inst-cell.row-even {
  background-color: aliceblue;
}
div.ghg-table-box div.ghg-table div.ghg-table-inst-cell.row-odd {
  background-color: #fff;
}
div.ghg-table-box div.ghg-table div.ghg-table-inst-cell.address-column {
  text-align: left;
  padding-left: 8px !important;
}
div.expander-simple-box.ghg-table-legend {
  padding-left: 30px;
  margin-bottom: 20px;
}
div.expander-simple-box.ghg-table-legend div.expander-simple-header h5 {
  width: calc(100% - 40px);
}
div.expander-simple-box.ghg-table-legend div.projection-legend-box {
  margin-top: 20px;
}
div.expander-simple-box.ghg-table-legend div.projection-legend-box div.small-explainer {
  font-size: 0.9em;
  width: calc(100% - 100px);
}
div.expander-simple-box.ghg-table-legend div.projection-legend-box div.projection-legend-row {
  display: flex;
  width: 530px;
}
div.expander-simple-box.ghg-table-legend div.projection-legend-box div.projection-legend-row:first-child {
  font-weight: bold;
  margin-bottom: 5px;
}
div.expander-simple-box.ghg-table-legend div.projection-legend-box div.projection-legend-row span.projection-legend-col {
  flex: 0.5 0.5 30px;
}
div#info-box-trend {
  height: 88vh;
  padding-top: 15px;
}
div#info-box-trend h4.info-box-header {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
}
div#info-box-trend h4.info-box-header svg.feather {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  position: relative;
  display: inline-block;
  flex: 0.3 0.7 40px;
  height: 1.2em;
  margin-right: 5px;
  top: -2px;
}
div#info-box-trend h4.info-box-header svg.feather.selected-building-color {
  fill: #f7931e;
}
div#info-box-trend h4.info-box-header span.info-box-header-text {
  flex: 0.7 0.3 calc(100% - 40px);
  line-height: 1.2em;
}
div#info-box-trend div.line-separator {
  background-color: #33abfa;
}
div#info-box-trend img.trend-chart-logo {
  width: 200px;
  position: relative;
  left: 7px;
  height: auto;
  margin-bottom: 50px;
}
div#info-box-trend div.trend-chart-legend {
  width: 85%;
  margin: 20px auto;
  padding: 5px 0;
}
div#info-box-trend div.trend-chart-legend span.bar-chart-legend-item {
  display: block;
  margin: 15px 10px 15px 30px;
  font-size: 12px;
}
div#info-box-trend div.trend-chart-legend span.bar-chart-legend-item span.legend-color-hint {
  display: inline-block;
  width: 1.5em;
  height: 13px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
div#info-box-trend div.info-box-body {
  width: 85%;
  margin: 20px auto;
}
div#info-box-trend div.info-box-body p:first-child {
  margin-top: 0;
}
div#info-box-trend div.info-box-body a.inline-link {
  color: #f7931e;
  padding: 0;
}
div.trend-chart-right h3 {
  width: 100%;
  margin: 30px 0;
  text-align: center;
  padding: 0;
}
div.trend-chart-right div.trend-chart-box {
  margin: 20px auto 0 auto;
  padding: 0;
  box-sizing: content-box;
  height: 680px;
  max-width: 1330px;
  position: relative;
}
div.trend-chart-right div.trend-chart-box div.diagram-panel {
  padding: 15px 0;
}
div.trend-chart-right div.trend-chart-box div.diagram-panel span.top-axis-label {
  top: 1px;
  left: 14px;
  font-weight: bolder;
  font-size: 14px;
}
div.trend-chart-right div.trend-chart-box div.diagram-panel svg#trend-chart g.tick {
  color: #cacaca;
}
div.trend-chart-right div.trend-chart-box div.diagram-panel svg#trend-chart g.tick text {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
div.trend-chart-right div.trend-chart-box div.diagram-panel svg#trend-chart circle.trend-val-circle-QUALITY_C {
  stroke-dasharray: 3 3;
  stroke: #000;
  stroke-width: 3px;
}
div.trend-chart-right div.trend-chart-box div.diagram-panel svg#trend-chart circle.trend-val-circle-QUALITY_D {
  stroke-dasharray: '';
  stroke: 'transparent';
  fill-opacity: 0.4;
}
div.trend-chart-right div.trend-chart-box div.diagram-panel div.tooltip a {
  padding: 0;
  color: #003399;
  cursor: pointer;
  border: 0;
}
div.diagram-panel {
  padding: 15px 5px;
  margin: 5px 0;
  position: relative;
}
div.diagram-panel span.top-axis-label {
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 15px;
}
div.diagram-panel h4.warning-message {
  color: #ff0000;
  position: absolute;
  top: 60px;
  left: 80px;
  font-size: 18px;
}
div.diagram-panel svg.bar-chart g.chart-group g.x-axis g.tick line,
div.diagram-panel svg.bar-chart g.chart-group g.x-axis-grid g.tick line,
div.diagram-panel svg.bar-chart g.chart-group g.y-axis g.tick line {
  color: #cacaca;
  stroke-width: 1px;
}
div.diagram-panel div.details-chart-legend {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.diagram-panel div.details-chart-legend span.bar-chart-legend-item {
  text-align: center;
  display: block;
  flex: 0.2 0.8 90px;
  margin: 5px 10px;
  font-size: 12px;
}
div.diagram-panel div.details-chart-legend span.bar-chart-legend-item span.legend-color-hint {
  display: inline-block;
  width: 1.5em;
  height: 13px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
div.diagram-panel div.year-btn {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background-color: #003399;
  margin-top: 20px;
}
div.diagram-panel div.year-btn div.year-container {
  color: #efefff;
  width: 250px;
  margin: 2px auto;
  text-align: center;
}
div.diagram-panel div.year-btn div.year-container .chart-browse {
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 2.3px;
}
div.diagram-panel div.year-btn div.year-container .chart-browse.disabled {
  cursor: not-allowed;
}
div.diagram-panel div.year-btn div.year-container .chart-browse.disabled span.arrow.go-forward {
  border-left-color: #cacaca;
}
div.diagram-panel div.year-btn div.year-container .chart-browse.disabled span.arrow.go-back {
  border-right-color: #cacaca;
}
div.diagram-panel div.year-btn div.year-container .chart-browse span.arrow {
  display: inline-block;
}
div.diagram-panel div.year-btn div.year-container .chart-browse span.go-forward {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #efefff;
}
div.diagram-panel div.year-btn div.year-container .chart-browse span.go-back {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #efefff;
}
div.diagram-panel div.year-btn div.year-container .year-label {
  margin: 0 4px;
}
div.tooltip.bar-chart-tt {
  padding: 10px 20px;
  width: auto;
  height: auto;
}
