body {
  margin: 0;
  height: 100%;
  background-color: #F2F2F2; }

.nos-ds__dashboard-root {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.nos-ds__dashboard-content {
  min-height: 80vh;
  display: flex;
  width: 100%; }

.webclient__cardSavings-container-root {
  display: flex;
  background: #ffffff;
  width: 23.5%;
  height: 12.5vh;
  justify-content: space-between;
  padding: 5px;
  border-radius: 4px; }

.webclient__cardSavings-container-box1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.webclient__cardSavings-container-box2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end; }

.webclient__cardSavings-image {
  height: 25px;
  width: 30px; }

.webclient__cardSavings-savings {
  font-size: xx-large;
  color: #3865A7;
  font-weight: 500; }

.webclient__cardSavings-title {
  font-weight: 500;
  color: #707070;
  line-height: 19px;
  margin-left: 1vw; }

.webclient__cardSavings-unit {
  color: #A0A0A0;
  font-weight: 500; }

.webclient__cardSavings-percent {
  color: #4CAF50;
  background: #E8F5E9;
  padding: 2px 4px; }

table.chillerTable {
  border-collapse: collapse;
  font-size: 1.2rem;
  height: 23vh;
  margin-top: 1vh;
  width: 96%;
  margin-left: 2%;
  text-align: center;
  color: #707070; }

table.chillerTable tr:nth-child(even) {
  background-color: #FBFBFB; }

table.chillerTable tr:nth-child(odd) {
  background-color: #F7F7F7; }

.MuiTableRow-root {
  height: "4vh"; }

.webclient__siteOverview-container-root {
  display: flex;
  padding: 1%;
  flex-direction: column;
  z-index: 1; }

.webclient__siteOverview-container-row {
  display: flex;
  width: 300px; }

.webclient__siteOverview-container-under {
  margin-left: 5%; }

.webclient__siteOverview-container-target {
  color: #A0A0A0; }

.webclient__siteOverview-container-baseline {
  color: #A0A0A0;
  margin-left: 5%; }

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

.webclient__siteOverview-container-gauge {
  display: flex;
  justify-content: center;
  height: 25vh;
  width: 14.5%;
  background: #fff;
  border-radius: 4px; }

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

.webclient__siteOverview-container-table {
  width: 37.5%;
  background: #fff;
  height: 25vh;
  border-radius: 4px; }

.webclient__siteOverview-container-plant-chart {
  display: flex;
  justify-content: space-between; }

.webclient__siteOverview-container-plant-chart1 {
  background: #fff;
  height: 30vh;
  width: 61%;
  margin-top: 2vh;
  border-radius: 4px; }

.webclient__siteOverview-container-plant-chart2 {
  background: #fff;
  height: 30vh;
  width: 37%;
  margin-top: 2vh;
  border-radius: 4px; }

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

.webclient__siteOverview-container-cooling {
  padding: 20px 0px 0px 15px;
  background: #fff;
  height: 30vh;
  border-radius: 4px; }

.webclient__siteOverview-container-pump {
  display: flex;
  justify-content: space-between;
  padding: 2% 0 2% 0;
  font-size: 14px;
  font-weight: 500; }

.webclient__siteOverview-container-chiller {
  width: 99%; }

.webclient__siteOverview-container-chillerplant {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.webclient__siteOverview-plant-text {
  font-weight: 500;
  font-size: 14px;
  padding: 1.5vh 0 0.7vh 0; }

.webclient__siteOverview-site-text {
  font-size: x-large;
  font-weight: 500;
  margin-top: 5rem; }

i.fa.fa-ellipsis-v.icon {
  font-size: 15px; }

.dial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0; }

.gaugeLabel {
  padding-top: 16px;
  font-size: 13.5px;
  font-weight: 500;
  color: #707070; }

.dialGaugeContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.canvasContainer {
  flex: 1;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.currentValue {
  font-size: 24;
  font-weight: 500; }

.valueUnit {
  font-weight: 600;
  color: gray; }

.label {
  color: gray;
  font-weight: 600; }

.unit {
  font-weight: 500;
  color: #707070;
  padding-bottom: 16px; }

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 80px;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  white-space: nowrap;
  height: 100vh; }

.open {
  width: auto; }

.close {
  width: 37px; }

.arrow {
  display: flex;
  flex-direction: row-reverse;
  padding: 0px; }

.sidebar-link {
  padding: 8px;
  text-decoration: none;
  font-size: 17px;
  color: #707070;
  display: flex; }

.icon-text {
  padding-left: 13px;
  font-size: 12px;
  padding-top: 4px;
  text-transform: none;
  width: 130px; }

.material-icons,
.icon-text {
  vertical-align: middle; }

.material-icons {
  padding-bottom: 3px;
  margin-right: 30px; }

.arrow-icon {
  background: #707070;
  height: 43px;
  padding-top: 17px;
  padding-left: 6px;
  color: #ffffff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.main {
  transition: margin-left 0.5s;
  height: 100vh;
  overflow: auto;
  flex: 1;
  padding-top: 70px;
  box-sizing: border-box; }

.pad-top-70 {
  padding-top: 70px !important; }

.logo {
  height: auto;
  width: 100%; }

.openLogo {
  padding: 0px 23px; }

.closeLogo {
  padding: 0px 5px; }

.main-wrapper {
  display: flex; }

@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px; }
  .sidebar a {
    font-size: 18px; } }

span.MuiSwitch-root {
  margin-bottom: 1rem; }

.moon {
  margin-left: 27%;
  padding-left: 2%; }

.logo {
  margin-left: -5%; }

.rowtoggle {
  display: flex; }

.sun {
  margin-left: 2.5vw; }

.copyRight {
  padding-right: 9px;
  font-size: 13px;
  color: #707070;
  text-align: initial; }

.openicon {
  padding-left: 8px; }

i.fa.fa-angle-left.arrow-icon {
  padding: 6px;
  padding-top: 10px; }

i.fa.fa-angle-right.arrow-icon {
  padding: 7px;
  padding-top: 10px; }

.webclient__systemheader-container-root {
  color: #ffffff;
  background-color: black;
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 100; }

.webclient__systemheader-container-sub {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 650px) {
    .webclient__systemheader-container-sub {
      display: flex;
      flex-direction: column;
      font-size: 4px; } }

.webclient__systemheader-container-sub1 {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 650px) {
    .webclient__systemheader-container-sub1 {
      display: flex;
      font-size: 10px; } }

.webclient__systemheader-container-timezone {
  padding-left: 1rem; }

.webclient__systemheader-container-horizon {
  background: white;
  width: 1px;
  height: 35px;
  margin-right: 8px;
  margin-left: 8px; }
  @media only screen and (max-width: 650px) {
    .webclient__systemheader-container-horizon {
      height: 30px;
      margin-right: 4px;
      margin-left: 4px; } }

.webclient__systemheader-container-logout {
  background: #002A41;
  border: none;
  outline: none;
  cursor: pointer; }

.webclient__systemheader-container-greyuser {
  color: gray;
  padding-right: 1rem;
  margin-left: 6px; }

.webclient__systemheader-container-icon {
  padding-left: 8px;
  padding-right: 8px; }

.webclient__systemheader-container-marquee {
  width: 400px;
  line-height: 50px;
  background-color: Pink;
  color: Black;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box; }

.webclient__systemheader-container-marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite; }

@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

.webclient__time-container-root {
  display: flex;
  justify-content: space-between;
  padding: 2%;
  align-items: flex-end; }

.webclient__time-container-sub {
  display: flex;
  margin-bottom: auto; }

.webclient__time-container-date {
  width: 26%;
  display: flex;
  justify-content: flex-end; }

.webclient__time-input {
  width: 25px;
  margin-left: 1.6%;
  margin-right: 2%;
  height: 22px;
  border: 1px solid #3865A7;
  border-radius: 3px;
  outline: none;
  text-align: center;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  color: #707070;
  background: none;
  padding-top: 0px;
  -moz-appearance: textfield; }
  .webclient__time-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .webclient__time-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.webclient__time-button {
  margin-left: 2%;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  height: 20px;
  font-size: 12px;
  outline: none;
  cursor: pointer; }

.webclient__time-text {
  color: "#7e7e7e";
  margin-top: 1rem;
  margin-right: 2px;
  margin-left: 0.1px;
  font-weight: 500;
  font-size: 14px; }

.webclient__time-dropdown {
  border-radius: 4px;
  width: 26%;
  height: 0rem; }

.webclient__time-image {
  margin-left: 10px; }

.webclient__portfolioView-container-header {
  font-family: Roboto;
  font-size: x-large;
  font-weight: 500;
  color: #414141; }

.webclient__portfolioView-datepaper {
  width: 100%; }

.webclient__portfolioRightView-container-lastest {
  font-weight: 500;
  font-size: 18px;
  color: #414141;
  display: flex;
  justify-content: space-between; }

.webclient__portfolioRightView-container-timeZone {
  font-weight: 500;
  font-size: 12px;
  color: #707070;
  padding-bottom: 2px; }

.webclient__portfolioRightView-container-hotel {
  padding: 2%; }

.webclient__portfolioRightView-container-michael {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 2px; }

.webclient__portfolioRightView-container-tariff {
  display: flex;
  flex-direction: row; }

.webclient__portfolioRightView-container-number {
  padding: 0 10px;
  font-size: 12px;
  color: #707070; }

.webclient__portfolioRightView-container-label {
  font-size: 12px;
  color: #707070; }

.webclient__portfolioRightView-container-subheader {
  margin-top: 3%; }

.webclient__portfolioRightView-container-save {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
  margin-left: 0.6vh; }

.webclient__portfolioRightView-container-unit {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #707070;
  margin-left: 0.6vh; }

.webclient__portfolioRightView-container-root {
  padding: 1vh; }

.webclient__portfolioRightView-ellipsis {
  padding-top: 0.5vh;
  height: fit-content; }

.webclient__portfolioRightView-imageKpiSystem {
  height: 37px;
  width: 30px; }

.webclient__portfolioRightView-imageSystemEfficiency {
  height: 38px;
  width: 35px;
  min-width: 35px; }

.webclient__portfolioRightView-imagecardPortfolioSavings {
  height: 30px;
  width: 30px; }

.webclient__cardData-container-root {
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  border-radius: 4px; }

.webclient__cardData-image {
  height: 17px;
  width: 25px; }

.webclient__cardData-savings {
  color: #002A41;
  font-weight: 500; }

.webclient__cardData-title {
  font-weight: 500;
  color: #707070; }

.webclient__cardData-unit {
  color: #707070; }

.webclient__mapComponent-mapDark {
  filter: grayscale(1) invert(2) invert(1) brightness(0.6) contrast(1.8);
  margin: 4px; }

.webclient__mapComponent-mapLight {
  filter: invert(5%) grayscale(4) invert(100%) brightness(3) opacity(0.4);
  margin: 4px; }

.webclient__mapComponent-popupLight .leaflet-popup-content-wrapper {
  border-radius: 4px; }

.webclient__mapComponent-popupDark .leaflet-popup-content-wrapper {
  border-radius: 4px;
  background: #201F25; }

.webclient__mapComponent-popupDark .leaflet-popup-tip {
  background: #201F25; }

.webclient__mapComponent-label {
  padding-top: 5%; }

.webclient__mapComponent-popupMarginOpen {
  z-index: 1; }
  .webclient__mapComponent-popupMarginOpen .leaflet-popup-content {
    margin: 8px; }

.webclient__mapComponent-popupMarginClose .leaflet-popup-content {
  margin: 3px 2px 3px 3px; }

  .mapMarkerStyle {
    background-color: blue;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    left: -0.5rem;
    top: -0.5rem;
    position: relative;
    border-radius: 1.5rem 1.5rem 0;
    transform: rotate(45deg);
    border: 1px solid #FFFFFF;
  }

  .mapMarkerStyle::after {
    position: 'absolute';
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    background-color: #fff;
  }

  /* .leaflet-container {
    width: 100%;
    height: 92%;
    z-index: 0;
  } */

  /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

.imageDark{

  filter: brightness(0.3) sepia(1) hue-rotate(180deg) saturate(6) !important;
    margin: 4px;
}

.imageLight{
  filter: invert(5%) grayscale(2) invert(80%) brightness(1.8) opacity(0.4) !important;
    margin: 4px;
}
.leaflet-popup-pane, .leaflet-control{
  cursor: pointer;
}
.webclient__mapTable-container-root {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5vh; }
  @media only screen and (max-width: 699px) {
    .webclient__mapTable-container-root {
      flex-direction: column; } }

.webclient__mapTable-container-right {
  width: 65%;
  height: 80vh; }
  @media only screen and (max-width: 699px) {
    .webclient__mapTable-container-right {
      width: 93vw;
      margin: 5% 0 5% 0; } }

.webclient__mapTable-container-sub {
  display: flex;
  flex-direction: column;
  padding: 7%;
  align-items: center; }

.webclient__mapTable-container-fixed {
  width: 100%;
  height: 7rem; }

.webclient__mapTable-input {
  display: block;
  height: flex;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  font-size: large;
  padding: 1vh; }
  @media only screen and (max-width: 599px) {
    .webclient__mapTable-input {
      font-size: small; } }
  @media only screen and (min-width: 600px) and (max-width: 1030px) {
    .webclient__mapTable-input {
      font-size: medium; } }

.webclient__mapTable-inputRequired {
  display: block;
  height: flex;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  font-size: large;
  padding: 1vh;
  border-color: 'red'; }
  @media only screen and (max-width: 599px) {
    .webclient__mapTable-inputRequired {
      font-size: small; } }
  @media only screen and (min-width: 600px) and (max-width: 1030px) {
    .webclient__mapTable-inputRequired {
      font-size: medium; } }

.webclient__mapTable-inputLeft {
  display: block;
  height: flex;
  margin-right: auto;
  width: 100%;
  font-size: large;
  padding: 1vh; }
  @media only screen and (max-width: 599px) {
    .webclient__mapTable-inputLeft {
      font-size: small; } }
  @media only screen and (min-width: 600px) and (max-width: 1030px) {
    .webclient__mapTable-inputLeft {
      font-size: medium; } }

.webclient__mapTable-button {
  width: 38%;
  margin-top: 1vh;
  margin-bottom: 1vh;
  cursor: pointer;
  background: deepskyblue;
  border: none;
  height: 4vh; }
  @media only screen and (max-width: 699px) {
    .webclient__mapTable-button {
      width: 60%; } }

.webclient__mapTable-text {
  font-size: 1.3rem;
  padding-bottom: 0.7vh; }

.webclient__mapTable-error-text {
  color: red; }

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid rgb(179,197,219);
  background-color: rgba(255,255,255,0.4);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: rgba(0,60,136,0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}
.ol-scale-singlebar-even{
  background-color: #000000;
}
.ol-scale-singlebar-odd{
  background-color: #ffffff;
}
.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: #000000;
  float: right;
  z-index: 10;
}
.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 12px;
  z-index: 11;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}
.ol-scale-text {
  position: absolute;
  font-size: 14px;
  text-align: center;
  bottom: 25px;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}
.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid black;
}

.ol-unsupported {
  display: none;
}
.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ol-viewport canvas {
  all: unset;
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.ol-control {
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 2px;
}
.ol-control:hover {
  background-color: rgba(255,255,255,0.6);
}
.ol-zoom {
  top: .5em;
  left: .5em;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0,60,136,0.5);
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0,60,136,0.7);
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}


.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}
.ol-attribution a {
  color: rgba(0,60,136,0.7);
  text-decoration: none;
}
.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: #000;
  text-shadow: 0 0 2px #fff;
  font-size: 12px;
}
.ol-attribution li {
  display: inline;
  list-style: none;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution button {
  flex-shrink: 0;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 2px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-overviewmap-box {
  border: 2px dotted rgba(0,60,136,0.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

.webclient__analyticsTable-sortIcon {
  margin-left: 5px;
  height: 12px;
  cursor: pointer; }

.webclient__analyticsTable-time {
  border-radius: 4px 0px 0px 0px; }

.webclient__analyticsTable-label {
  width: 175px; }

.webclient__analyticsTable-tableError {
  display: flex;
  justify-content: center;
  font-size: 14px; }

.webclient__buttonCommon-container-root {
  margin-top: 0.7vh; }

.webclient__buttonCommon-container-text {
  border-radius: 4px;
  width: 100%;
  resize: none;
  outline: none;
  border: 1px solid #002A41;
  padding: 10px;
  height: 75%; }

.webclient__buttonCommon-container-button {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
  height: 40%; }

.webclient__buttonCommon-container-notes {
  border-radius: 4px;
  width: 100%;
  resize: none;
  outline: none;
  border: 1px solid #002A41;
  padding: 10px;
  height: 48%; }

.webclient__buttonCommon-label {
  padding-left: 15px;
  color: #000000; }

.webclient__buttonCommon-durationLabel {
  color: #000000;
  padding-top: 6px; }

.webclient__buttonCommon-button {
  cursor: pointer;
  width: 90px;
  color: #ffffff;
  border: none;
  font-family: Roboto, sans-serif;
  border-radius: 4px;
  height: 25px; }

.webclient__buttonCommon-input {
  width: 25px;
  margin-left: 1.6%;
  margin-right: 2%;
  height: 20px;
  border: 1px solid #3865A7;
  border-radius: 4px;
  outline: none;
  text-align: center;
  font-size: 12px;
  color: #707070;
  background: none;
  -moz-appearance: textfield; }
  .webclient__buttonCommon-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .webclient__buttonCommon-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.webclient__header-container-root {
  color: #000000;
  display: flex;
  width: 100%;
  height: 3rem;
  -webkit-box-shadow: 0 5px 6px -3px #A0A0A0;
  -moz-box-shadow: 0 5px 6px -3px #A0A0A0;
  box-shadow: 0 5px 6px -3px #A0A0A0;
  box-sizing: border-box;
  padding: 0 2rem;
  align-items: center;
  justify-content: flex-end; }

.webclient__header-container-sub {
  display: flex; }

.webclient__header-container-content {
  outline: none; }

.webclient__header-container-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  backdrop-filter: blur(19px); }

.webclient__header-username {
  font-size: 1.2rem;
  padding: 0.2rem 3rem 0 0;
  font-weight: 600; }

.webclient__header-change-password {
  color: #002A41;
  cursor: pointer;
  font-size: 1.2rem;
  text-decoration: underline;
  background: transparent;
  border: none; }

.webclient__header-filter {
  background: #0066ae;
  height: 4vh; }

.webclient__filtermodal-container-main {
  background-color: white;
  border-radius: 2px;
  width: 40rem;
  height: 30rem;
  border: 1px solid gray; }

.webclient__filtermodal-container-sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }

.webclient__filtermodal-container-start {
  font-size: 28;
  padding: 15; }

.webclient__filtermodal-container-date {
  width: 60%;
  height: 4vh;
  text-align: center; }

.webclient__filtermodal-container-display {
  background-color: #33B2FF;
  border: 0;
  color: white;
  width: 68%;
  height: 4vh;
  font-size: 16; }

.webclient__filtermodal-container-chart {
  padding: 27; }

.webclient__filtermodal-container-close {
  font-size: 14px;
  display: flex;
  justify-content: flex-end; }

.webclient__modal-close-button-container-button {
  background-color: white;
  border-width: inherit;
  color: black; }

.webclient__modal-close-button-container-close {
  padding: 15; }

.webclient__changePassword-container-root {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: center; }

.webclient__changePassword-container-sub {
  border: 2px solid #006ab4;
  height: 50vh;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffff; }
  @media only screen and (max-width: 599px) {
    .webclient__changePassword-container-sub {
      width: 70%; } }
  @media only screen and (min-width: 600px) and (max-width: 1030px) {
    .webclient__changePassword-container-sub {
      width: 40%; } }

.webclient__changePassword-container-button {
  align-self: center; }

.webclient__changePassword-header {
  color: #002A41; }
  @media only screen and (max-width: 599px) {
    .webclient__changePassword-header {
      font-size: medium; } }

.webclient__changePassword-label {
  margin-left: 10%;
  font-size: 1.5rem; }

.webclient__changePassword-input {
  height: 35px;
  width: 70%;
  font-size: large;
  margin-bottom: 43px;
  border-bottom: 0;
  border-top: 0;
  border-right: 0; }
  @media only screen and (max-width: 599px) {
    .webclient__changePassword-input {
      font-size: small; } }
  @media only screen and (min-width: 600px) and (max-width: 1030px) {
    .webclient__changePassword-input {
      font-size: medium; } }

.webclient__changePassword-button {
  border: none;
  color: #ffffff;
  background: #002A41;
  width: 70%;
  height: 43px;
  border-radius: 5rem;
  font-size: medium;
  outline: none;
  cursor: pointer; }

.webclient__changePassword-button:disabled, .webclient__changePassword-button[disabled] {
  border: none;
  background-color: #93c4f5;
  color: #ffffff; }

.webclient__changePassword-error-text {
  color: red;
  text-align: center; }

/*! nouislider - 14.7.0 - 4/6/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.webclient__pid-container-input {
  padding: 4px; }

.webclient__pid-container-sub {
  display: flex; }

.webclient__pid-container-mainInput {
  margin-left: 20px; }

.webclient__pid-input1 {
  width: 55px;
  border-radius: 3px;
  outline: none;
  text-align: center;
  font-size: 12px;
  -moz-appearance: textfield; }
  .webclient__pid-input1::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .webclient__pid-input1::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.webclient__pid-input2 {
  width: 55px;
  border-radius: 3px;
  outline: none;
  text-align: center;
  font-size: 12px;
  background: none;
  -moz-appearance: textfield; }
  .webclient__pid-input2::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .webclient__pid-input2::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.webclient__pid-text {
  padding-top: 3px;
  padding-right: 5px;
  font-size: 11px;
  font-weight: 500; }

.webclient__pid-sliderText {
  padding-top: 4px;
  font-weight: bold;
  font-size: 11px;
  padding-left: 9px; }

.webclient__pid-sliderLight .noUi-handle {
  background: #1D6F34;
  box-shadow: none;
  outline: none;
  border: 1px solid #1D6F34; }

.webclient__pid-sliderLight .noUi-target {
  background: #E4E7EB;
  border-radius: 0;
  border: 1px solid #E4E7EB;
  left: 60px;
  transform: scaleX(-1);
  box-shadow: none;
  height: 94%; }

.webclient__pid-sliderLight .noUi-pips {
  color: #707070; }

.webclient__pid-sliderLight .noUi-marker-large {
  background: #707070; }

.webclient__pid-sliderLight .noUi-marker {
  background: #707070; }

.webclient__pid-sliderDark .noUi-handle {
  background: #3AAB2D;
  box-shadow: none;
  outline: none;
  border: 1px solid #3AAB2D; }

.webclient__pid-sliderDark .noUi-target {
  background: #3A3A3A;
  border-radius: 0;
  border: 1px solid #3A3A3A;
  left: 60px;
  transform: scaleX(-1);
  box-shadow: none;
  height: 94%; }

.webclient__pid-sliderDark .noUi-pips {
  color: #ACACAC; }

.webclient__pid-sliderDark .noUi-marker-large {
  background: #ACACAC; }

.webclient__pid-sliderDark .noUi-marker {
  background: #ACACAC; }

.noUi-vertical .noUi-handle {
  height: 6px;
  top: -3px;
  width: 21px;
  right: -8px; }

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  height: 0px; }

.noUi-vertical {
  width: 7px; }

.noUi-marker-vertical.noUi-marker {
  padding-left: 10px;
  height: 1px; }

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%) scaleX(-1);
  left: 32px; }

.noUi-base, .noUi-connects {
  height: 99.5%; }

.webclient__appVersion-site-text {
  font-size: x-large;
  font-weight: 500;
  margin-top: 5rem;
  margin-bottom: 10px; }

.webclient__login-screen-container-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  padding-top: 10%;
  background: #ffffff; }

.webclient__login-screen-container-sub {
  border: 2px solid #002A41;
  padding-top: 1.5rem;
  height: 380px;
  width: 40%;
  max-width: 400px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  align-items: center; }
  @media only screen and (max-width: 599px) {
    .webclient__login-screen-container-sub {
      width: 70%; } }
  @media only screen and (min-width: 600px) and (max-width: 1030px) {
    .webclient__login-screen-container-sub {
      width: 40%; } }

.webclient__login-screen-container-input {
  display: flex;
  height: 45px;
  width: 70%;
  font-size: large;
  margin-bottom: 43px;
  border-bottom: 0;
  border-top: 0;
  border-right: 0; }
  @media only screen and (max-width: 599px) {
    .webclient__login-screen-container-input {
      font-size: small;
      width: 85%; } }
  @media only screen and (min-width: 600px) and (max-width: 1030px) {
    .webclient__login-screen-container-input {
      font-size: medium; } }
  .webclient__login-screen-container-input-icon {
    width: 50px; }

.webclient__login-screen-header {
  color: #002A41;
  font-size: large; }
  @media only screen and (max-width: 599px) {
    .webclient__login-screen-header {
      font-size: medium; } }

.webclient__login-screen-button {
  border: none;
  color: #ffffff;
  background: #002A41;
  width: 70%;
  height: 80px;
  font-size: large;
  padding: 8px 0px;
  outline: none;
  cursor: pointer; }
  @media only screen and (max-width: 599px) {
    .webclient__login-screen-button {
      font-size: small;
      padding: 0px 0px;
      height: 40px;
      width: 85%; } }

.webclient__login-screen-button:disabled, .webclient__login-screen-button[disabled] {
  border: none;
  background-color: #93c4f5;
  color: #ffffff; }

.webclient__login-screen-button:hover {
  background: #3865A7; }

.webclient__login-screen-forgot-password {
  margin-top: 5px;
  color: #002A41;
  cursor: pointer;
  font-size: large; }
  @media only screen and (max-width: 599px) {
    .webclient__login-screen-forgot-password {
      font-size: small; } }

.webclient__login-screen-error-text {
  color: red; }

.webclient__login-screen-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .webclient__login-screen-logo-container-bbp-logo {
    position: fixed;
    z-index: 5;
    top: 1em;
    width: 20%; }
    @media only screen and (max-height: 500px) {
      .webclient__login-screen-logo-container-bbp-logo {
        left: 0; } }

.webclient__login-screen-bbp-logo {
  position: fixed;
  z-index: 5;
  top: 1em;
  width: 20%; }
  @media only screen and (max-height: 500px) {
    .webclient__login-screen-bbp-logo {
      left: 0; } }

.webclient__login-screen-left-image {
  position: fixed;
  z-index: 0;
  width: 45%;
  left: 0;
  bottom: 0; }

.webclient__login-screen-right-image {
  position: fixed;
  z-index: 0;
  width: 35%;
  right: 0;
  bottom: 0; }

#company-logo {
  position: fixed;
  z-index: 100;
  top: 1em;
  width: 30%; }


/*# sourceMappingURL=/src.e31bb0bc.css.map */