/* The SASS file for Solar Analytics */
/* Solar Analytics 2015 - John Laird */
/* ========================================================================

      TeMP Framework v3.5.4
      Copyright (c) 2009-2014 Indrek Paas - http://indrekpaas.com/temp/
      MIT licensed

      Project: [...]
      Date:    [...]
      Author:  [...]

   ======================================================================== */
.box .nav:after {
  clear: both;
  content: "";
  display: table;
}

.dp--wrapper .dp > table .btn-default,
.dp--wrapper table[ng-switch-when=day] .btn-default, .dp--wrapper, .battery__level_gray,
.battery__level_level, .indicator, .header-status--icon-container .btn__has-arrow-below:after, .header-status--icon-container .btn__has-arrow-below:before, .btn_primary, .status--more_button i, .btn--outside, .status--more_button, a.btn--transparent,
button.btn--transparent, .btn--text, .btn__close-accordion, .btn__close, .btn_transparent, .wmb-md-button, .wmb-md-button-yes, .wmb-md-button-no, .wmb-md-button-close,
.btn--orange, .btn__tab, .btn, button.btn_new, button.btn_new_sm, button.btn_new2, button.btn_cancel,
a.btn_new,
a.btn_new_sm, .hovered--wrapper, a, body.bg--white, body.setup.bg--white, input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select,
.form-control {
  transition-duration: 0.15s;
  transition-property: background-color, background-image, border-color, box-shadow, color, opacity, height, width, left, top, text-shadow;
  transition-timing-function: ease-out;
}

/*---------- COLOURS ----------*/
/*---------- COLOURS ----------*/
/*---------- COMMERCIAL WEBSITE COLOURS ----------*/
/* --- CUSTOM COLOURS --- */
/*---------- FONTS ----------*/
/*---------- FONT WEIGHTS ----------*/
/*---------- FONT SIZES ----------*/
/*---------- SIZES ----------*/
/*---------- COLOURS ----------*/
/* --- BOOTSTRAP COLOURS --- */
@font-face {
  font-family: "icomoon";
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  src: url("../font/icomoon.eot?v=20231219");
  src: url("../font/icomoon.eot?v=20231219#iefix") format("embedded-opentype"), url("../font/icomoon.woff?v=20231219") format("woff"), url("../font/icomoon.ttf?v=20231219") format("truetype");
}
input[type=checkbox]:checked + label:before,
input[type=radio].checkbox:checked + label:before, i[class^=icon-],
i[class*=" icon-"],
.glyphicon {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  display: inline-block;
}

.icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-icon-button {
  color: #7d7d7d;
  cursor: pointer;
  font-size: 19px;
  position: absolute;
  right: 20px;
  top: 6px;
}
.input-icon-button.active, .input-icon-button:hover {
  color: #333;
}

/* Custom */
.icon-info-circle:before {
  content: "\e600";
}

.icon-gear:before {
  content: "\e601";
}

.icon-orientation:before {
  content: "\e602";
}

.icon-tilt:before {
  content: "\e603";
}

.icon-warning:before {
  content: "\e604";
}

.icon-alert:before {
  content: "\e605";
}

.icon-cross:before {
  content: "\e606";
}

.icon-chevron-top:before {
  content: "\e607";
}

.icon-chevron-bottom:before {
  content: "\e608";
}

.icon-chevron-left:before,
.glyphicon-chevron-left:before {
  content: "\e609";
}

.icon-chevron-right:before,
.glyphicon-chevron-right:before {
  content: "\e60a";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\e60e";
}

.icon-danger:before {
  content: "\e60f";
}

.icon-circle-minus:before,
.icon-circle-minus-grey:before {
  content: "\e610";
}

.icon-circle-tick:before {
  content: "\e611";
}

.icon-pulse:before {
  content: "\e612";
}

.icon-circle-cross:before {
  content: "\e613";
}

.icon-thumbs-up:before {
  content: "\e614";
}

.icon-gear-settings:before {
  content: "\e615";
}

.icon-question-circle:before {
  content: "\e616";
}

.icon-calendar:before {
  content: "\e617";
}

.icon-email:before {
  content: "\e618";
}

.icon-phone:before {
  content: "\e619";
}

.icon-sa-logo:before {
  content: "\e61a";
}

.icon-edit:before {
  content: "\e61b";
}

.icon-loading:before {
  content: "\e61c";
}

.icon-fa-tick:before, input[type=radio].checkbox:checked + label:before {
  content: "\e61d";
}

.icon-fa-cross:before {
  content: "\e61e";
}

.icon-clock:before {
  content: "\e61f";
}

.icon-sort-up:before {
  content: "\e620";
}

.icon-sort-down:before {
  content: "\e621";
}

.icon-octagon-cross:before {
  content: "\e623";
}

.icon-circle-minus-outline:before {
  content: "\e624";
}

.icon-bell:before {
  content: "\e625";
}

.icon-weather-01d:before {
  content: "\f00d";
}

.icon-weather-01n:before {
  content: "\f02e";
}

.icon-weather-02d:before {
  content: "\f003";
}

.icon-weather-02n:before {
  content: "\f086";
}

.icon-weather-03d:before {
  content: "\f042";
}

.icon-weather-03n:before {
  content: "\f042";
}

.icon-weather-04d:before {
  content: "\f013";
}

.icon-weather-04n:before {
  content: "\f013";
}

.icon-weather-09d:before {
  content: "\f01a";
}

.icon-weather-09n:before {
  content: "\f01a";
}

.icon-weather-10d:before {
  content: "\f008";
}

.icon-weather-10n:before {
  content: "\f028";
}

.icon-weather-11d:before {
  content: "\f010";
}

.icon-weather-11n:before {
  content: "\f02d";
}

.icon-weather-13d:before {
  content: "\f00a";
}

.icon-weather-13n:before {
  content: "\f02a";
}

.icon-weather-50d:before {
  content: "\f014";
}

.icon-weather-50n:before {
  content: "\f014";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-your-energy-manager:before {
  content: "\e900";
}

.icon-my-electricity-bill:before {
  content: "\e901";
}

.icon-my-energy-usage:before {
  content: "\e902";
}

.icon-plan-optimiser:before {
  content: "\e903";
}

.icon-solar-savings:before {
  content: "\e904";
}

.icon-system-performance:before {
  content: "\e905";
}

.icon-icon_upload-2:before {
  content: "\e906";
}

.icon-solar-home:before {
  content: "\e907";
}

.icon-action:before {
  content: "\e908";
}

.icon-diagnosis:before {
  content: "\e909";
}

.icon-delete:before {
  content: "\e90a";
}

.icon-plus-circle:before {
  content: "\e90b";
}

.icon-battery:before {
  content: "\e90c";
}

.icon-right-arrow:before {
  content: "\e90d";
}

.icon-grid-independence:before {
  content: "\e90e";
}

.icon-open-external:before {
  content: "\e90f";
}

.icon-house:before {
  content: "\e910";
}

/* Replaced */
.icon-search:before {
  content: "\f002";
}

.icon-check:before, input[type=checkbox]:checked + label:before {
  content: "\f00c";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-crossed:before {
  content: "\f06f";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f157";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-gear-calibrating:before {
  content: "\f197";
}

.icon-three-dots:before {
  content: "\f198";
}

/*---------- FORMS BASE ----------*/
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select,
.form-control {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #b7b7b7;
  border-radius: 0;
  height: auto;
  line-height: 30px;
  margin: 0 0 5px;
  min-height: 32px;
  overflow: hidden;
  padding: 0 12px;
}
.setup input[type=text],
.setup input[type=email],
.setup input[type=tel],
.setup input[type=number],
.setup input[type=password],
.setup textarea,
.setup select,
.setup .form-control {
  height: 40px;
}
input[type=text]:hover, input[type=text]:focus, input[type=text]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=tel]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=number]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=password]:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active,
.form-control:hover,
.form-control:focus,
.form-control:active {
  background-color: #f5f5f5;
  border-color: #999;
  outline: none;
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=number].error,
input[type=password].error,
textarea.error,
select.error,
.form-control.error {
  border: 1px solid #f00;
}
input[type=text].invalid,
input[type=email].invalid,
input[type=tel].invalid,
input[type=number].invalid,
input[type=password].invalid,
textarea.invalid,
select.invalid,
.form-control.invalid {
  -webkit-animation: shake 0.25s;
  -moz-animation: shake 0.25s;
  -ms-animation: shake 0.25s;
  animation: shake 0.25s;
  border: 1px solid #f00;
}
input[type=text].ng-invalid.ng-dirty,
input[type=email].ng-invalid.ng-dirty,
input[type=tel].ng-invalid.ng-dirty,
input[type=number].ng-invalid.ng-dirty,
input[type=password].ng-invalid.ng-dirty,
textarea.ng-invalid.ng-dirty,
select.ng-invalid.ng-dirty,
.form-control.ng-invalid.ng-dirty {
  background-color: #ffffff;
  border: 1px solid red;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled {
  color: #999;
  -webkit-text-fill-color: #999;
  background-color: #e8e8e8;
  cursor: not-allowed;
}

.form-control__date {
  float: left;
  width: calc(100% - 36px);
}

input[type=number] {
  padding-right: 0;
}

.radio,
.checkbox {
  margin: 0;
}

input[type=checkbox],
input[type=radio].checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox] + label,
input[type=radio].checkbox + label {
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1.6rem;
  padding-left: 26px;
  position: relative;
  vertical-align: middle;
}
input[type=checkbox] + label:before,
input[type=radio].checkbox + label:before {
  background: #ffffff;
  border: 1px solid #b7b7b7;
  content: "";
  display: inline-block;
  font-size: 1.25em;
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}
input[type=checkbox]:checked + label:before {
  color: #000;
  font-size: 1.4rem;
}

input[type=radio].checkbox + label {
  line-height: 3rem;
  padding-left: 55px;
}
input[type=radio].checkbox + label:before {
  background: none;
  border: 1px solid #000;
  height: 32px;
  width: 32px;
}
.ngdialog input[type=radio].checkbox + label:before {
  border: 1px solid #ffffff;
}
input[type=radio].checkbox:checked + label:before {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 6px 7px;
}
.ngdialog input[type=radio].checkbox:checked + label:before {
  color: #ffffff;
}

select {
  background: url(../img/icon-select.png) no-repeat 100%;
  background-size: 24px;
  padding-right: 20px;
}
select:hover, select:focus, select:active {
  background: url(../img/icon-select.png) no-repeat 100%;
  background-size: 24px;
}
select[disabled], select:disabled, select.disabled {
  background: url(../img/icon-select-disabled.png) no-repeat 100%;
  background-size: 24px;
}
select option {
  color: #000;
  height: 30px;
  padding: 7px 10px 5px;
}
select option[disabled] {
  color: #b2b1b1;
}
.ngdialog-content select {
  background-color: #ffffff;
}

@media only screen and (max-width: 47.9375em) {
  .control-label {
    display: none;
  }
}

label.control-label {
  font-weight: normal;
}

/* target Internet Explorer 9 and Internet Explorer 10: */
@media screen and (min-width: 0\0 ) {
  select {
    background: none;
    padding: 5px;
  }
}
.form--separator {
  border-left: solid 1px #7d7d7d;
  height: 94px;
}
@media only screen and (max-width: 61.9375em) {
  .form--separator {
    border: none !important;
    height: auto;
  }
}
.battery .form--separator {
  border: none;
}
.battery .form--separator:before {
  border-left: solid 1px #7d7d7d;
  content: "";
  display: inline-block;
  height: 100%;
  left: 5px;
  position: absolute;
}
@media only screen and (max-width: 61.9375em) {
  .battery .form--separator:before {
    border: none;
  }
}

@keyframes shake {
  0% {
    margin-left: 0;
  }
  12% {
    margin-left: -5px;
  }
  25% {
    margin-left: 0;
  }
  37% {
    margin-left: 5px;
  }
  50% {
    margin-left: 0;
  }
  62% {
    margin-left: -5px;
  }
  74% {
    margin-left: 0;
  }
  86% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes shake {
  0% {
    margin-left: 0;
  }
  12% {
    margin-left: -5px;
  }
  25% {
    margin-left: 0;
  }
  37% {
    margin-left: 5px;
  }
  50% {
    margin-left: 0;
  }
  62% {
    margin-left: -5px;
  }
  74% {
    margin-left: 0;
  }
  86% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
.select__icon {
  float: right;
  height: 15px;
  width: 16px;
}

/*---------- HELPERS ----------*/
.row-no-padding {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.row-no-padding [class*=" col-"],
.row-no-padding [class^=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 47.9375em) {
  .row-no-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.row.row-no-all-padding [class*=" col-"],
.row.row-no-all-padding [class^=col-],
.row-no-all-padding [class*=" col-"],
.row-no-all-padding [class^=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 47.9375em) {
  .row.row-no-all-padding,
.row-no-all-padding {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .row.row-full-width {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.row-full-width [class*=" col-"],
.row.row-full-width [class^=col-] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

[class*=" col-"].col-no-padding,
[class^=col-].col-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 48em) {
  .vertical-align {
    display: flex;
    flex-direction: row;
  }
  .vertical-align.text-right {
    margin-left: auto;
  }
  .vertical-align > [class^=col-],
.vertical-align > [class*=" col-"],
.vertical-align .col-vcenter {
    display: flex;
    align-items: center;
  }
  .vertical-align > [class^=col-].text-center,
.vertical-align > [class*=" col-"].text-center,
.vertical-align .col-vcenter.text-center {
    justify-content: center;
    /* Optional, to align inner items horizontally inside the column */
  }
}

.valign {
  top: 50%;
  transform: translateY(-50%);
}

.vertical-align-all {
  display: flex;
  flex-direction: row;
}
.vertical-align-all.text-right {
  margin-left: auto;
}
.vertical-align-all > [class^=col-],
.vertical-align-all > [class*=" col-"],
.vertical-align-all .col-vcenter {
  display: flex;
  align-items: center;
}
.vertical-align-all > [class^=col-].text-center,
.vertical-align-all > [class*=" col-"].text-center,
.vertical-align-all .col-vcenter.text-center {
  justify-content: center;
  /* Optional, to align inner items horizontally inside the column */
}

.flex-va {
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 48em) {
  .equal-height-row {
    display: flex;
  }
  .equal-height-row [class^=col-],
.equal-height-row [class*=" col-"] {
    display: flex;
  }
  .equal-height-row [class^=col-].text-center,
.equal-height-row [class*=" col-"].text-center {
    justify-content: center;
    /* Optional, to align inner items horizontally inside the column */
  }
  .equal-height-row [class^=col-] [class^=col-],
.equal-height-row [class^=col-] [class*=" col-"],
.equal-height-row [class*=" col-"] [class^=col-],
.equal-height-row [class*=" col-"] [class*=" col-"] {
    display: block;
  }
}

.equal-height-row-all {
  display: flex;
}
.equal-height-row-all [class^=col-],
.equal-height-row-all [class*=" col-"] {
  display: flex;
}
.equal-height-row-all [class^=col-].text-center,
.equal-height-row-all [class*=" col-"].text-center {
  justify-content: center;
  /* Optional, to align inner items horizontally inside the column */
}

/*---------- BOOTSTRAP OVERRIDES ----------*/
.list-unstyled {
  margin-bottom: 0;
}

/*---------- ROOT BASE ----------*/
html {
  height: 100%;
  min-height: 100%;
}

body {
  background: #f4f1eb;
  color: #404040;
  min-height: 100%;
  padding-bottom: 130px;
  position: relative;
}
body.dashboard, body.fleet.overview {
  padding-bottom: 135px;
}
@media only screen and (max-width: 61.9375em) {
  body.dashboard, body.fleet.overview {
    padding-bottom: 190px;
  }
}
body.bg--white, body.setup.bg--white {
  background: #ffffff;
}
body.page__minimal {
  padding-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  body {
    padding-bottom: 110px;
  }
}
body.loading:not(.ngdialog-open) {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.browserupgrade {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 50px;
  font-size: 20px;
}

.browserupgrade a {
  color: #ffffff;
  text-decoration: underline;
}

.browserupgrade a:hover {
  color: #ffffff;
}

.modal-footer {
  padding: 14px 11px;
}

.loading--image {
  margin-right: 10px;
  vertical-align: top;
}

/*--- BOOTSTRAP OVERRIDES ---*/
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/*---------- LAYOUT ----------*/
.page-header {
  margin-top: 0px;
}
.page-header h1 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 10px;
}

/*---------- STATES ----------*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/*--- NG ANIMATE ---*/
.ng-hide {
  opacity: 0;
}

.animate-if.ng-enter,
.animate-if.ng-leave,
.animate-if.ng-hide-animate {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

.animate-if.ng-hide {
  display: block !important;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity: 0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity: 1;
}

/* now the element will fade out before it is removed from the DOM */
.fade_animated.ng-leave {
  transition: opacity 0.15s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), max-height 0.15s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.fade_animated.ng-leave.ng-leave-active {
  opacity: 0;
  max-height: 0 !important;
  overflow: hidden;
}

/* ---------- */
/* Put your css in here */
.panel {
  border-radius: 0px;
}

.panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.collapse.in {
  height: auto !important;
}

.modal-body {
  overflow-y: visible;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker {
  z-index: 3500 !important;
}

.panel-group .panel + .panel {
  margin-top: 0px;
}

@media only screen and (min-width: 62em) {
  .two-columns {
    columns: 2;
    column-gap: 2rem;
  }
}
@media only screen and (max-width: 61.9375em) {
  .two-columns {
    display: flex;
    flex-direction: column;
  }
  .two-columns .order1 {
    order: 1;
  }
  .two-columns .order2 {
    order: 2;
  }
  .two-columns .order3 {
    order: 3;
  }
}

.customer.dashboard sa-card,
.customer.dashboard mat-card {
  height: 100%;
}

/*---------- TABLES BASE ----------*/
.table {
  margin-bottom: 0;
}
.table .pagination {
  margin: 20px 0 0 0;
  padding: 0;
}
.table .pagination li {
  list-style-type: none;
  display: inline-block;
}
.table .pagination li:first-of-type {
  border-left: none;
}
.table .pagination li.border-left {
  border-left: 1px solid #000;
}
.table .pagination li a {
  cursor: pointer;
  padding: 0 8px;
}
.table .pagination li a:hover {
  color: #000;
  text-decoration: underline;
}

.table__row-details .pagination {
  font-size: 1.2rem;
  margin: 0;
}
.table__row-details .pagination .active a {
  text-decoration: underline;
}
.table__row-details .pagination .pagination__prev,
.table__row-details .pagination .pagination__next {
  background: #838383;
  border-radius: 2px;
  display: inline-block;
  height: 30px;
  padding: 0;
  width: 30px;
}
.table__row-details .pagination .pagination__prev.disabled,
.table__row-details .pagination .pagination__next.disabled {
  background: #f4f1eb;
  pointer-events: none;
}
.table__row-details .pagination i {
  color: #ffffff;
  font-size: 13px;
  padding: 8px;
  display: inline-block;
}

.smart-table {
  height: 1px;
}
.smart-table tr {
  border-bottom: 1px solid #d5d5d5;
}
.smart-table tr.smart-table__tr_combined {
  border-bottom: none;
}
.smart-table td {
  font-weight: 500;
}

.table.table_download > thead > tr > th {
  padding-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .table.table_download > thead > tr > th {
    vertical-align: middle;
  }
}
@media only screen and (min-width: 48em) {
  .table.table_download > thead > tr > th.pdb14 {
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 48em) {
  .table.table_download > tbody > tr > td {
    padding: 15px 0 15px 8px;
  }
}
.table.table_list > tbody > tr > td {
  font-weight: 400;
  height: 55px;
  vertical-align: middle;
}
.table.table_list .smart-table__tf {
  padding-left: 0;
  padding-top: 14px;
}

.table .smart-table__tf {
  padding-top: 31px;
}
@media only screen and (max-width: 47.9375em) {
  .table .smart-table__tf {
    padding-top: 10px;
  }
}

.table .smart-table__pagination {
  padding: 0 0 21px;
}
@media only screen and (max-width: 47.9375em) {
  .table .smart-table__pagination {
    padding: 0 0 10px 0;
  }
}

.table .tr__details td {
  padding: 25px 0;
}

.tr__details .site-details__3 {
  padding-left: 0;
}

.table .table__search {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 16px;
  position: relative;
}
.table .table__search input {
  min-width: 250px;
  padding-left: 30px;
  width: 160px;
}
.table .table__search input::-webkit-input-placeholder {
  color: #3a3934;
  font-weight: 500;
}
.table .table__search input::-moz-placeholder {
  color: #3a3934;
  font-weight: 500;
}
.table .table__search input:-moz-placeholder {
  color: #3a3934;
  font-weight: 500;
}
.table .table__search input:-ms-input-placeholder {
  color: #3a3934;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .table .table__search input {
    width: 100%;
  }
}
.table .table__search .icon-search {
  font-size: 1.8rem;
  color: #7d7d7d;
  left: 7px;
  position: absolute;
  top: 7px;
}
.table .table__search .search-results {
  font-weight: 500;
  position: absolute;
  top: 8px;
  left: 265px;
}
@media only screen and (max-width: 61.9375em) {
  .table .table__search .search-results {
    position: unset;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .table .table__search {
    padding: 0 0 16px;
  }
}

.table .smart-table__th {
  border-bottom: none;
}

.smart-table__th {
  cursor: pointer;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.table_list .smart-table__th {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: none;
}
@media only screen and (max-width: 47.9375em) {
  .smart-table__th {
    font-size: 1rem;
  }
}
.smart-table__th.no_sorting {
  cursor: default;
}
.smart-table__th.iconized {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .smart-table__th.iconized {
    padding-bottom: 0px;
  }
}
.smart-table__th.iconized .iconized--heading {
  padding-bottom: 12px;
}
.smart-table__th.iconized div {
  text-transform: none;
}
.table_list .smart-table__th.iconized {
  padding-bottom: 2px;
}
.table_list .smart-table__th .icon-info-circle {
  margin-left: 9px;
  vertical-align: -4px;
}
@media only screen and (min-width: 48em) {
  .smart-table__th.wd185 {
    width: 185px;
  }
}

.smart-table__td {
  font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .data-download .smart-table__td .btn_primary {
    font-size: 1rem;
    padding: 1px 5px;
    width: auto;
  }
}
.smart-table__td.smart-table__td_vam {
  vertical-align: middle;
}

.smart-table__sorting {
  display: inline;
  margin-left: 10px;
  position: relative;
}
.smart-table__sorting i {
  color: #999;
  position: absolute;
  top: 2px;
}
.st-sort-ascent .smart-table__sorting .icon-sort-down {
  color: #000;
}
.st-sort-descent .smart-table__sorting .icon-sort-up {
  color: #000;
}

.table .th__status-bar,
.table .td__status-bar {
  padding: 0;
  width: 10px;
}

.table .td__status-bar {
  height: 100%;
}
.table .td__status-bar div {
  height: 100%;
  width: 10px;
}
.table .td__status-bar .status-bar__good {
  background: #12a840;
}
.table .td__status-bar .status-bar__under-investigation {
  background: #f37321;
}
.table .td__status-bar .status-bar__inactive {
  background: #7d7d7d;
}
.table .td__status-bar .status-bar__fault {
  background: #f90707;
}

@media only screen and (max-width: 47.9375em) {
  .table .td__progress {
    text-align: center;
  }
}

.pagination__container {
  margin-top: 20px;
  text-align: center;
}
.hidden-xs .pagination__container {
  margin-top: 0px;
}
@media only screen and (min-width: 48em) {
  .pagination__container {
    float: right;
    margin-top: 0;
    text-align: left;
  }
}

.table__live-data {
  font-size: 1.4rem;
}
@media only screen and (max-width: 61.9375em) {
  .table__live-data {
    font-size: 1.2rem;
  }
}

.table__row-details.table-striped_doubled > tbody > tr:nth-child(4n),
.table__row-details.table-striped_doubled > tbody > tr:nth-child(4n-1) {
  background-color: #ffffff;
}
.table__row-details.table-striped_doubled > tbody > tr:nth-child(4n-2),
.table__row-details.table-striped_doubled > tbody > tr:nth-child(4n-3) {
  background-color: #f5f5f5;
}
.table__row-details.table-striped_doubled > tbody > tr:nth-child(4n-3),
.table__row-details.table-striped_doubled > tbody > tr:nth-child(4n-1) {
  cursor: pointer;
}
.table__row-details.table-striped_doubled.table-striped_doubled_nohover > tbody > tr:nth-child(4n-3),
.table__row-details.table-striped_doubled.table-striped_doubled_nohover > tbody > tr:nth-child(4n-1) {
  cursor: default;
}

/*--- BOOTSTRAP OVERRIDES ---*/
.table > thead > tr > th {
  border-bottom: none;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: none;
}

.table__stiped.table > thead > tr > th,
.table__stiped.table > thead > tr > td,
.table__stiped.table > tbody > tr > th,
.table__stiped.table > tbody > tr > td,
.table__stiped.table > tfoot > tr > th,
.table__stiped.table > tfoot > tr > td {
  border-top: 1px solid #ddd;
}

/*--- MOBILE ---*/
@media only screen and (max-width: 47.9375em) {
  .table.table_list > tbody > tr > td {
    height: 40px;
    padding: 12px 4px;
  }
}
/*---------- TYPOGRAPHY BASE ----------*/
body {
  font-style: normal;
  line-height: 1.5;
}

body {
  font-family: "Roboto", sans-serif;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-font-smoothing: antialiased;
}

p {
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1.33334em;
  margin: 0;
}

a {
  color: #000;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
.footer a {
  color: #ffffff;
}
.footer a:hover, .footer a:focus, .footer a:active {
  color: #d5d5d5;
  text-decoration: none;
}

.link_white {
  color: #ffffff;
  text-decoration: underline;
}
.link_white:hover, .link_white:focus, .link_white:active {
  color: #ccc;
  text-decoration: underline;
}

strong {
  font-weight: 500;
}

.comment {
  color: #7d7d7d;
}

input,
select,
textarea,
.form-control {
  color: #000;
  font-size: 1.2rem;
  /*   &.placeholder--visible {
      @include placeholder {
          opacity: 1;
          visibility: visible;
      }
  }
  @include placeholder {
      opacity: 0;
      visibility: hidden;
      color: $silver-chalice;
      &.placeholder--visible {
          opacity: 1;
          visibility: visible;
      }
  }
  @include mq(to phone) {
      @include placeholder {
          opacity: 1;
          visibility: visible;
      }
  } */
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #666;
  font-weight: bold;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #666;
  font-weight: bold;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #666;
  font-weight: bold;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #666;
  font-weight: bold;
}

/* .subheader, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	margin-top: .2rem;
}

h2 {
	font-size: 2.3125rem;
	@include mq(to phone) {
		font-size: 1.87500em; // 30/16
		line-height: 1em;
		.block & {
			margin-bottom: 18px;
		}
	}
}

@include mq(from tablet) {
	h1 {
		font-size: 3.125rem;
	}
}

h1, h2, h3, h4, h5, h6 {
	@include mq(from tablet) {
  		line-height: 1.4;
	}
}

p {
	font-weight: 300;
	font-size: 0.875em; // 14/16
	line-height: 1.28572em; // 18/14
	margin: 0 0 1.25rem;
	@include mq(to phone) {
		font-size: 0.81250em; // 13/16
		line-height: 1.38462em; // 18/13
	}
}

a {
	@extend %transitions;
	.node & i {
		vertical-align: -1px;
	}
	&.content-lnk {
		color: $black;
		border-bottom: 1px solid $dusty-gray;
		position: relative;
		&:before {
			bottom: 0;
			// border-bottom: 1px solid $alto;
			content: '';
			position: absolute;
			height: 100%;
			width: 100%;
		}
	}
}

a.file-type-pdf {
	background: url(../images/adobe_pdf_file_icon_32x32.png) no-repeat 0% 50%;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	background-size: 16px 16px;
	padding-left: 20px;
}


.fwb {
	font-weight: 500;
}

.hero, footer, .howitworks--installation, .howitworks--support, .contactus--hero, .aboutus--hero {
	h1, h2, p {
		color: $white;
	}
}

.underlined {
	background: url(../images/heading-underline.png) no-repeat 0 100%;
	padding-bottom: 20px;
}

.sticky-heading {
	background: $tree-poppy;
	color: $white;
	display: inline-block;
	font-size: 0.87500em; // 14/16
	font-weight: 500;
	font-style: italic;
	height: 35px;
	line-height: 2.50000em; // 35/14
	margin-top: 0;
	padding: 0 15px;
	vertical-align: top;
}


ul.ticked--list {
	display: table;
	font-size: 0.93750em; // 15/16
	font-weight: 400;
	margin: 25px 0 25px 0;
	padding: 0;
	li {
		display: table-row;
		&:before{
			  @extend %icon-font;
			  content: "\f00c";
			  display: table-cell;
			  padding: 7px 10px 7px 0;
		}
	}
}

ul#admin-menu-menu {
	font-size: inherit;
} */
/*---------- SIDEBAR LAYOUT ----------*/
.inner-wrapper {
  margin-left: 150px;
}
.page__minimal .inner-wrapper {
  margin-left: 0;
}
@media only screen and (max-width: 48em) {
  .inner-wrapper {
    margin-left: 0;
  }
}
.ng-loading .inner-wrapper {
  margin-left: 0;
}

@media only screen and (max-width: 47.9375em) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .container.container--box {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .row,
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*
.container {
    @extend %clearfix;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    position: relative;
    width: 93.75%;

    .body-wrap > & {
        max-width: none;
        width: auto;

        body.with-sidebar & {
            max-width: 1280px;
            width: 93.75%;
        }
    }
}
 */
/*---------- FOOTER LAYOUT ----------*/
.footer {
  background-color: #7d7d7d;
  bottom: 0;
  color: #ffffff;
  min-height: 110px;
  padding: 25px 0;
  position: absolute;
  width: 100%;
}
.page__minimal .footer {
  padding: 0;
  min-height: 55px;
}

/*---------- HEADER LAYOUT ----------*/
.header {
  min-height: 65px;
  position: relative;
}

.fleet_header,
.fleet_header__right {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}

.fleet_header {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

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

@media only screen and (max-width: 47.9375em) {
  .header {
    min-height: 125px;
  }
  .fleet .header {
    min-height: auto;
  }
  .admin .header {
    min-height: 65px;
  }

  .overview .fleet_header,
.header-accordion .fleet_header {
    display: block;
  }
  .overview .fleet_header__left,
.header-accordion .fleet_header__left {
    margin-right: auto;
  }
  .overview .fleet_header__right,
.header-accordion .fleet_header__right {
    margin-top: 10px;
    margin-bottom: 30px;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .overview .fleet_header__info_icon_container,
.header-accordion .fleet_header__info_icon_container {
    display: none !important;
  }
}
/*---------- SIDEBAR LAYOUT ----------*/
.sidebar {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 150px;
  overflow: hidden;
  z-index: 1000;
}
.sidebar .sidebar__navigation {
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  position: absolute;
  right: -20px;
  top: 0;
  scrollbar-width: none;
}
.sidebar .sidebar__navigation::-webkit-scrollbar {
  width: 0px;
  /* width of the entire scrollbar */
}
@media only screen and (max-width: 48em) {
  .sidebar {
    height: calc(100% - 61px);
    left: auto;
    position: absolute;
    right: 0;
    top: 61px;
    display: none;
  }
  .show_sidebar .sidebar {
    display: block;
  }
}

/*---------- BOX BLOCK ----------*/
@media only screen and (max-width: 47.9375em) {
  .box,
.box_mobile,
.page-title,
.box__title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.box {
  background: #ffffff;
  padding: 20px;
  position: relative;
  width: 100%;
}
.box.pd12 {
  padding: 12px;
}
.overview .box .box--total, .box.pd12 .box--total {
  margin-left: 23px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .overview .box .box--total, .box.pd12 .box--total {
    margin-left: 16px;
  }
}
.box.pd14 {
  padding: 14px;
}
.box.box_transparent {
  background: none;
}
.box .nav {
  list-style: none;
  margin: -20px 0 0;
  padding: 0;
}
.box .nav li {
  display: block;
  float: left;
  position: relative;
}
.box .nav li.active a, .box .nav li.active a:hover, .box .nav li.active a:focus, .box .nav li.active a:active,
.box .nav li.active .btn__tab,
.box .nav li.active .btn__tab:hover,
.box .nav li.active .btn__tab:focus,
.box .nav li.active .btn__tab:active {
  cursor: default;
}
.box .nav li a,
.box .nav li .btn__tab {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.6rem;
  padding: 14px 20px 6px;
  text-transform: uppercase;
}
.box .nav li a:hover, .box .nav li a:focus, .box .nav li a:active,
.box .nav li .btn__tab:hover,
.box .nav li .btn__tab:focus,
.box .nav li .btn__tab:active {
  text-decoration: none;
}
.box.controlled .box--subheader {
  width: calc(100% - 25px);
}
@media only screen and (max-width: 47.9375em) {
  .box {
    padding: 10px;
  }
  .box .nav {
    margin-top: -10px;
  }
  .box .nav li.month, .box .nav li.year, .box .nav li.total {
    display: none;
  }
  .box .box__heading .nav {
    margin-top: -20px;
  }
}

.page-title,
.box__title {
  font-size: 1.5625em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .page-title,
.box__title {
    font-size: 2rem;
  }
}

.btn__tab {
  border-radius: 0 !important;
}

.overview .box.box_transparent {
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .overview .box.box_transparent {
    padding: 5px 0 15px;
  }
}
.box.box_transparent .nav li a {
  border-radius: 2px;
  padding: 10px 26px 8px;
}

@media only screen and (max-width: 47.9375em) {
  .box_mobile {
    background: #ffffff;
    margin: 15px 0;
    padding: 10px;
  }

  .box .box__heading {
    margin-top: 10px;
  }

  .box.box_daily .nav li.active a,
.box.box_daily .nav li.active .btn__tab,
.box.box_ranged .nav li.active a,
.box.box_ranged .nav li.active .btn__tab {
    background: transparent;
  }
  .box.box_daily .nav li.active a, .box.box_daily .nav li.active a:hover, .box.box_daily .nav li.active a:focus, .box.box_daily .nav li.active a:active,
.box.box_daily .nav li.active .btn__tab,
.box.box_daily .nav li.active .btn__tab:hover,
.box.box_daily .nav li.active .btn__tab:focus,
.box.box_daily .nav li.active .btn__tab:active,
.box.box_ranged .nav li.active a,
.box.box_ranged .nav li.active a:hover,
.box.box_ranged .nav li.active a:focus,
.box.box_ranged .nav li.active a:active,
.box.box_ranged .nav li.active .btn__tab,
.box.box_ranged .nav li.active .btn__tab:hover,
.box.box_ranged .nav li.active .btn__tab:focus,
.box.box_ranged .nav li.active .btn__tab:active {
    background-color: transparent;
    color: #000;
  }
  .box.box_daily .nav li a,
.box.box_daily .nav li .btn__tab,
.box.box_ranged .nav li a,
.box.box_ranged .nav li .btn__tab {
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .box.box_daily .nav li .btn__tab,
.box.box_ranged .nav li .btn__tab {
    padding-left: 0;
  }
}
.box--heading {
  margin-top: 27px;
}

.box--subheader {
  color: #3a3934;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4rem;
  margin-bottom: 5px;
  margin-top: 0px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.9375em) {
  .dash--production .box--subheader {
    color: #3a3934;
  }
}

.box--subheader_copy {
  color: #7d7d7d;
  font-size: 0.6875em;
}
@media only screen and (max-width: 47.9375em) {
  .dash--production .box--subheader_copy {
    color: #7d7d7d;
  }
}

ol.box--subheader_copy {
  padding-left: 20px;
  margin-bottom: 0;
}
ol.box--subheader_copy li {
  margin: 20px 0;
}

.box--controls {
  line-height: 4rem;
  min-height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.box--controls_second {
  right: 43px;
}

.hovered--wrapper {
  background-color: #7d7d7d;
  color: #ffffff;
  padding: 15px;
  position: absolute;
  right: 0px;
  top: 42px;
  width: 100%;
  z-index: 1000;
}
.monthly_report .hovered--wrapper {
  top: 40px;
}
.hovered--wrapper input {
  font-size: 0.875em;
  width: 100%;
}
.hovered--wrapper.hovered--wrapper_first {
  width: 400px;
}
@media only screen and (max-width: 47.9375em) {
  .hovered--wrapper.hovered--wrapper_first {
    width: 300px;
  }
}
.hovered--wrapper .btn--gray:not(:last-of-type) {
  margin-bottom: 13px;
}
th .hovered--wrapper.hovered--wrapper_first {
  padding: 20px;
  width: 230px;
}

.hovered--copy {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.hovered--copy.hovered__copy_v2 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

/*---- TOTAL BOX ---*/
.box--total {
  color: #000;
  line-height: 1.6rem;
  margin: 70px 0 90px 15px;
}
.box--total .box--subheader_copy {
  color: #000;
  font-size: 0.75em;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .box--total {
    margin: 50px 0 60px 15px;
  }
  .overview .box--total {
    min-height: 100px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .box--total {
    margin: 20px 0 80px 65px;
  }
  .overview .box--total {
    margin: 30px 0 40px 65px;
  }
  .box_capacity .box--total {
    margin-bottom: 70px;
  }
}

.bubble--value,
.box--value {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 1em;
  white-space: nowrap;
}
.bubble--value.small,
.box--value.small {
  font-size: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .bubble--value.small,
.box--value.small {
    font-size: 2.6rem;
  }
}
.bubble--value .box--value_postfix,
.box--value .box--value_postfix {
  font-size: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .bubble--value,
.box--value {
    font-size: 3.5rem;
  }
  .bubble--value .box--value_postfix,
.box--value .box--value_postfix {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bubble--value,
.box--value {
    line-height: 3rem;
  }
}

/*------------- SOCIAL SHARE --------------*/
.savings-circle {
  height: 3.2rem;
  width: 3.2rem;
  margin: auto 15px;
}
@media only screen and (max-width: 74.9375em) {
  .savings-circle {
    height: 2.6rem;
    width: 2.6rem;
    margin: auto 5px;
  }
}
.savings-circle.savings-circle_sm {
  height: 2.6rem;
  width: 2.6rem;
}
@media only screen and (max-width: 74.9375em) {
  .savings-circle.savings-circle_sm {
    height: 2rem;
    width: 2rem;
    margin: auto 5px;
  }
}

.savings-circle_row {
  margin-left: 37px;
}
@media only screen and (max-width: 74.9375em) {
  .savings-circle_row {
    margin-left: 21px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .savings-circle_row {
    margin-left: 26px;
  }
}

.savings-circle_label {
  font-size: 1.4rem;
}
@media only screen and (max-width: 61.9375em) {
  .savings-circle_label {
    font-size: 1.3rem;
  }
}

.savings-circle_label_sm {
  font-size: 1.3rem;
}
@media only screen and (max-width: 61.9375em) {
  .savings-circle_label_sm {
    font-size: 1.2rem;
  }
}

.savings-circle_value {
  font-size: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .savings-circle_value {
    font-size: 1.8rem;
  }
}

.savings-circle_value_sm {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .savings-circle_value_sm {
    font-size: 1.4rem;
  }
}

.btn__tou_breakdown {
  margin-left: 7px;
}
@media only screen and (max-width: 74.9375em) {
  .btn__tou_breakdown {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .btn__tou_breakdown {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .btn__tou_breakdown {
    margin-left: 2px;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .box {
    padding: 20px 15px;
  }
  .box .nav li .btn__tab {
    padding: 12px 12px 6px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .box .nav li.tab__phone_sm a,
.box .nav li.tab__phone_sm .btn__tab {
    font-size: 1.1rem;
    padding: 14px 10px 6px;
  }
}
/*---------- BUTTONS ----------*/
.btn[disabled], button[disabled].btn_new, button[disabled].btn_new_sm, button[disabled].btn_new2, button[disabled].btn_cancel,
a[disabled].btn_new,
a[disabled].btn_new_sm, .btn:disabled, button.btn_new:disabled, button.btn_new_sm:disabled, button.btn_new2:disabled, button.btn_cancel:disabled,
a.btn_new:disabled,
a.btn_new_sm:disabled, .btn.disabled, button.disabled.btn_new, button.disabled.btn_new_sm, button.disabled.btn_new2, button.disabled.btn_cancel,
a.disabled.btn_new,
a.disabled.btn_new_sm {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;
}
.btn:hover, button.btn_new:hover, button.btn_new_sm:hover, button.btn_new2:hover, button.btn_cancel:hover,
a.btn_new:hover,
a.btn_new_sm:hover, .btn:focus, button.btn_new:focus, button.btn_new_sm:focus, button.btn_new2:focus, button.btn_cancel:focus,
a.btn_new:focus,
a.btn_new_sm:focus, .btn:active, button.btn_new:active, button.btn_new_sm:active, button.btn_new2:active, button.btn_cancel:active,
a.btn_new:active,
a.btn_new_sm:active {
  text-decoration: none;
}

.btn--text_new {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1em;
  text-align: inherit;
  vertical-align: 0;
}

button.btn_new, button.btn_new_sm, button.btn_new2, button.btn_cancel,
a.btn_new,
a.btn_new_sm {
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
  min-height: 40px;
  min-width: 250px;
  padding: 10px 55px;
  text-transform: uppercase;
}
button.btn_new .icon-loading, button.btn_new_sm .icon-loading, button.btn_new2 .icon-loading, button.btn_cancel .icon-loading,
a.btn_new .icon-loading,
a.btn_new_sm .icon-loading {
  vertical-align: -11px;
}
button.btn_new.btn_fw, button.btn_fw.btn_new_sm, button.btn_fw.btn_new2, button.btn_fw.btn_cancel,
a.btn_new.btn_fw,
a.btn_fw.btn_new_sm {
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
}

button.btn_new2, button.btn_cancel {
  min-width: auto;
  padding: 10px 50px;
}
@media only screen and (max-width: 47.9375em) {
  button.btn_new2.small-xs, button.small-xs.btn_cancel {
    padding: 10px 30px;
  }
}

button.btn_new_sm,
a.btn_new_sm {
  min-width: auto;
  min-height: 34px;
  padding: 8px 16px;
  text-transform: capitalize;
}

button.btn_cancel {
  padding: 10px 20px;
  margin-left: 5px;
}

.btn_primary, .status--more_button, a.btn--transparent,
button.btn--transparent, .btn--text, .btn__close-accordion, .btn__close, .btn_transparent, .wmb-md-button, .wmb-md-button-yes, .wmb-md-button-no, .wmb-md-button-close,
.btn--orange, .btn__tab {
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1em;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
}
[disabled].btn_primary, [disabled].status--more_button, a[disabled].btn--transparent,
button[disabled].btn--transparent, [disabled].btn--text, [disabled].btn__close-accordion, [disabled].btn__close, [disabled].btn_transparent, [disabled].wmb-md-button, [disabled].wmb-md-button-yes, [disabled].wmb-md-button-no, [disabled].wmb-md-button-close,
[disabled].btn--orange, [disabled].btn__tab, .btn_primary:disabled, .status--more_button:disabled, a.btn--transparent:disabled,
button.btn--transparent:disabled, .btn--text:disabled, .btn__close-accordion:disabled, .btn__close:disabled, .btn_transparent:disabled, .wmb-md-button:disabled, .wmb-md-button-yes:disabled, .wmb-md-button-no:disabled, .wmb-md-button-close:disabled,
.btn--orange:disabled, .btn__tab:disabled, .disabled.btn_primary, .disabled.status--more_button, a.disabled.btn--transparent,
button.disabled.btn--transparent, .disabled.btn--text, .disabled.btn__close-accordion, .disabled.btn__close, .disabled.btn_transparent, .disabled.wmb-md-button, .disabled.wmb-md-button-yes, .disabled.wmb-md-button-no, .disabled.wmb-md-button-close,
.disabled.btn--orange, .disabled.btn__tab {
  opacity: 0.6;
  filter: alpha(opacity=60);
  pointer-events: none;
}
.chart--range [disabled].btn_primary, .chart--range [disabled].status--more_button, .chart--range a[disabled].btn--transparent,
.chart--range button[disabled].btn--transparent, .chart--range [disabled].btn--text, .chart--range [disabled].btn__close-accordion, .chart--range [disabled].btn__close, .chart--range [disabled].btn_transparent, .chart--range [disabled].wmb-md-button, .chart--range [disabled].wmb-md-button-yes, .chart--range [disabled].wmb-md-button-no, .chart--range [disabled].wmb-md-button-close,
.chart--range [disabled].btn--orange, .chart--range [disabled].btn__tab, .chart--range .btn_primary:disabled, .chart--range .status--more_button:disabled, .chart--range a.btn--transparent:disabled,
.chart--range button.btn--transparent:disabled, .chart--range .btn--text:disabled, .chart--range .btn__close-accordion:disabled, .chart--range .btn__close:disabled, .chart--range .btn_transparent:disabled, .chart--range .wmb-md-button:disabled, .chart--range .wmb-md-button-yes:disabled, .chart--range .wmb-md-button-no:disabled, .chart--range .wmb-md-button-close:disabled,
.chart--range .btn--orange:disabled, .chart--range .btn__tab:disabled, .chart--range .disabled.btn_primary, .chart--range .disabled.status--more_button, .chart--range a.disabled.btn--transparent,
.chart--range button.disabled.btn--transparent, .chart--range .disabled.btn--text, .chart--range .disabled.btn__close-accordion, .chart--range .disabled.btn__close, .chart--range .disabled.btn_transparent, .chart--range .disabled.wmb-md-button, .chart--range .disabled.wmb-md-button-yes, .chart--range .disabled.wmb-md-button-no, .chart--range .disabled.wmb-md-button-close,
.chart--range .disabled.btn--orange, .chart--range .disabled.btn__tab {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.btn_primary:focus, .status--more_button:focus, a.btn--transparent:focus,
button.btn--transparent:focus, .btn--text:focus, .btn__close-accordion:focus, .btn__close:focus, .btn_transparent:focus, .wmb-md-button:focus, .wmb-md-button-yes:focus, .wmb-md-button-no:focus, .wmb-md-button-close:focus,
.btn--orange:focus, .btn__tab:focus {
  outline: 0;
}

.btn-default:focus, .btn-default:active {
  outline: 0;
}

.status--more_button, a.btn--transparent,
button.btn--transparent, .btn--text, .btn__close-accordion, .btn__close, .btn_transparent, .wmb-md-button, .wmb-md-button-yes, .wmb-md-button-no, .wmb-md-button-close,
.btn--orange, .btn__tab {
  background: transparent;
  border: 0px solid #ffffff;
  border-radius: 2px;
  padding: 0;
}

.btn--calendar, .btn--controls {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #7d7d7d;
}
.btn--calendar:hover, .btn--controls:hover, .active.btn--calendar, .active.btn--controls {
  background: #7d7d7d;
  color: #ffffff;
}

.btn--icon {
  color: #060606;
  padding: 4px;
}
.btn--icon:hover, .btn--icon.active {
  background: #e8e8e8;
}

.btn--icon_gray {
  color: #7d7d7d;
}

.btn--controls {
  float: right;
  padding: 12px;
}
.btn--controls i {
  font-size: 1.58333em;
}
th .btn--controls {
  float: none;
  vertical-align: -4px;
}

button.mat-flat-button.btn--box-shadow {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.btn--calendar {
  margin: -2px -9px 0 0;
  padding: 7px 9px;
}
.btn--calendar i {
  font-size: 1.83333em;
}

.btn--arrow {
  margin-left: -6px;
  margin-right: -6px;
  padding: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .btn--arrow {
    position: absolute;
  }
  .btn--arrow.btn--arrow_left {
    left: 15px;
  }
  .btn--arrow.btn--arrow_right {
    right: 15px;
  }
  .overview .btn--arrow {
    position: static;
  }
}

.btn--arrow_delim {
  color: #d8d8d8;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .btn--arrow_delim {
    display: none;
  }
  .overview .btn--arrow_delim {
    display: inline;
  }
}

.btn--gray {
  border-color: #e5e5e5;
  background: #838383;
  border-radius: 2px;
  border: 1px solid;
  box-shadow: 0 0 4px rgba(6, 6, 6, 0.2);
  color: #ffffff;
  padding: 9px 20px;
}
.btn--gray:hover, .btn--gray:active, .btn--gray:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #000;
}

.btn--outside {
  border-color: #e5e5e5;
  background: #ececec;
  border-radius: 2px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 4px rgba(6, 6, 6, 0.2);
  color: #7d7d7d;
  font-size: 0.75em;
  padding: 7px 15px;
  text-transform: uppercase;
}
.btn--outside:hover, .btn--outside:active, .btn--outside:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  .fleet .btn--outside {
    margin-right: -14px;
  }
}

.btn--mini {
  border: 1px solid #3e2265;
  border-radius: 8px;
  padding: 6px 15px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #3e2265;
}

.btn__close {
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 30px;
  text-align: center;
  width: 30px;
}
.btn__close i {
  font-size: 1.3rem;
  line-height: 3rem;
}
.btn__close:hover, .btn__close:active {
  color: #ffffff;
}
.btn__close.btn__close_callout:hover, .btn__close.btn__close_callout:active {
  background: #ffffff;
  color: #7d7d7d;
}

.btn__action {
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  min-width: 80px;
  padding: 5px 8px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn__action.btn__action_sm {
  min-width: auto;
  padding: 2px 12px;
}

.btn--text, .btn__close-accordion {
  text-decoration: underline;
  text-transform: none;
}

.btn--text_new {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}

.btn__close-accordion {
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: uppercase;
}
.btn__close-accordion i {
  font-size: 0.8rem;
  margin-left: 5px;
}

a.btn--transparent,
button.btn--transparent {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 20px;
}
a.btn--transparent.btn--transparent_gray,
button.btn--transparent.btn--transparent_gray {
  background-color: rgba(255, 255, 255, 0.05);
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #838383;
  border: solid 1px #ffffff;
  box-shadow: 0 0 4px rgba(6, 6, 6, 0.2);
  color: #3a3934;
  width: 185px;
  padding: 10px 0;
  float: left;
}

.btn--transparent_new {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  color: #ffffff;
}

.status--more_button {
  font-size: 1.4rem;
  line-height: 1em;
}
.status--more_button i {
  border: 0;
  border-radius: 2px;
  display: inline-block;
  font-size: 1rem;
  line-height: 3rem;
  padding: 0;
  width: 3rem;
}
.status--more_button i i {
  vertical-align: middle;
}
.chart--live_data .status--more_button i {
  line-height: 2rem;
  width: 2rem;
}
.chart--wrapper .status--more_button {
  bottom: 10px;
  position: absolute;
  right: 0;
}
.status--more_button.status__more-button_sm i {
  font-size: 1rem;
  line-height: 2rem;
  width: 2rem;
}

.status--more_button ~ .box--subheader_copy,
.header-accordion .box--subheader_copy {
  margin-top: -11px;
  margin-left: 4rem;
}

.status--more_copy {
  color: #3a3934;
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.dashboard .status--more_copy {
  vertical-align: 3px;
}
@media only screen and (max-width: 47.9375em) {
  .dash--production .status--more_copy {
    color: #3a3934;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .monthly_report .status--more_copy {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .fleet.overview .status--more_copy {
    display: inline-block;
    line-height: 1.6rem;
    margin-top: 1px;
    text-align: left;
    width: calc(100% - 4rem);
  }
}

.btn_primary {
  border: 0;
  border-radius: 2px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.5em;
  max-height: 32px;
  padding: 1px 20px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active {
  outline: none;
  text-decoration: none;
}
.btn_primary[disabled], .btn_primary:disabled, .btn_primary.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  pointer-events: none;
}

@media only screen and (max-width: 47.9375em) {
  .btn_primary_sm {
    padding: 1px 10px;
  }
}

.btn_fw--container {
  margin: 0 10px 10px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .overview .btn_fw--container {
    bottom: 12px;
    left: 12px;
    margin: 0;
    position: absolute;
    right: 12px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .btn_fw--container .btn_new, .btn_fw--container button.btn_new2, .btn_fw--container button.btn_new_sm,
.btn_fw--container a.btn_new_sm, .btn_fw--container button.btn_cancel {
    font-size: 1.2rem;
  }
}

.btn_fw {
  width: 100%;
}

.btn_fw_15less {
  width: calc(100% - 15px);
}

.btn_bigger,
button.btn_bigger {
  font-size: 1.6rem;
  padding: 16px 28px;
}

@media only screen and (max-width: 47.9375em) {
  button.btn_new.fw_mobile, button.fw_mobile.btn_new2, button.fw_mobile.btn_new_sm, button.fw_mobile.btn_cancel,
a.btn_new.fw_mobile,
a.fw_mobile.btn_new_sm {
    padding: 10px 15px;
  }
}
/*---------- DIALOGS MODULE ----------*/
@media only screen and (max-width: 48em) {
  .payment-dialog-full-screen-mobile {
    width: 100vw;
    height: 100vh;
  }
}
@media only screen and (max-width: 48em) {
  .payment-dialog-full-screen-mobile .wmb-md-wrapper {
    overflow-y: scroll;
    max-height: 100%;
  }
}

.payment-dialog .ng-animating.mat-dialog-container,
.payment-notification-dialog .ng-animating.mat-dialog-container {
  overflow: hidden;
  padding: 0;
}

.ngdialog-content p,
.ng-loading--content p {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 15px;
}
.ngdialog-content p.fs-12,
.ng-loading--content p.fs-12 {
  font-size: 1.2rem;
}
.ngdialog-content i.icon,
.ng-loading--content i.icon {
  margin-right: 10px;
  vertical-align: -2px;
}
.ngdialog-content a,
.ng-loading--content a {
  color: #ffffff;
}
.ngdialog-content a:hover,
.ng-loading--content a:hover {
  color: #fff;
}
.ngdialog-content input::-webkit-input-placeholder,
.ngdialog-content textarea::-webkit-input-placeholder,
.ng-loading--content input::-webkit-input-placeholder,
.ng-loading--content textarea::-webkit-input-placeholder {
  color: #000;
  font-weight: 400;
}
.ngdialog-content input::-moz-placeholder,
.ngdialog-content textarea::-moz-placeholder,
.ng-loading--content input::-moz-placeholder,
.ng-loading--content textarea::-moz-placeholder {
  color: #000;
  font-weight: 400;
}
.ngdialog-content input:-moz-placeholder,
.ngdialog-content textarea:-moz-placeholder,
.ng-loading--content input:-moz-placeholder,
.ng-loading--content textarea:-moz-placeholder {
  color: #000;
  font-weight: 400;
}
.ngdialog-content input:-ms-input-placeholder,
.ngdialog-content textarea:-ms-input-placeholder,
.ng-loading--content input:-ms-input-placeholder,
.ng-loading--content textarea:-ms-input-placeholder {
  color: #000;
  font-weight: 400;
}

/*--- HELP DIALOG ---*/
.help--email,
.help--phone {
  font-weight: 300;
}
.help--email:focus,
.help--phone:focus {
  color: inherit;
  outline: none;
  text-decoration: underline;
}

.help--phone {
  font-size: 2.2rem;
}

.help--email {
  font-size: 1.6rem;
}

/*--- OVERRIDES DEFAULTS ---*/
.ngdialog-overlay,
.ng-loading--overlay {
  background-color: rgba(0, 0, 0, 0.9);
  pointer-events: none;
}
.ngdialog__plain_bg .ngdialog-overlay,
.ngdialog__plain_bg .ng-loading--overlay {
  background-color: transparent;
}

.ng-loading {
  padding: 18% 0;
}

.ng-loading--content {
  background: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  padding: 0;
  width: auto;
}
.ng-loading--content p.mb5 {
  margin-bottom: 5px;
}
.ng-loading--content p.error {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ed1c24;
}
.ng-loading--content input.mr15 {
  margin-right: 15px;
}

.formula {
  display: inline-block;
  margin: 20px 0;
  padding: 20px;
  font-style: italic;
  border: 1px solid #000;
  border-radius: 4px;
}
@media only screen and (max-width: 47.9375em) {
  .formula {
    margin: 10px 0;
    padding: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .formula.lines-2 .formula-left {
    line-height: 50px;
  }
}
@media only screen and (min-width: 48em) {
  .formula.lines-3 .formula-left {
    line-height: 70px;
  }
}
.formula .formula-left {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}
.formula .formula-right {
  display: inline-block;
  vertical-align: middle;
}
.formula .formula-symbol, .formula .formula-equals {
  font-style: normal;
  font-size: 1.4rem;
  margin: 0 5px;
}
.formula .formula-equals {
  margin: 0 10px;
}

/*---------- HEADER BLOCK ----------*/
.nav-mobile {
  display: none;
}

@media only screen and (max-width: 48em) {
  .nav-mobile {
    background-color: #ffffff;
    display: block;
    height: 60px;
  }

  .navbar-toggle {
    padding: 6px;
    margin: 0;
    display: block;
  }

  .nav-mobile--row {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .header--site_name--container:not(.retailer) {
    margin-top: 16px;
  }
  .header_full .header--site_name--container:not(.retailer), .full2short_stage1 .header--site_name--container:not(.retailer), .short2full_stage2 .header--site_name--container:not(.retailer) {
    min-height: 73px;
  }
}
.header--site_name--container {
  margin-right: 110px;
  min-height: 65px;
}
@media only screen and (max-width: 47.9375em) {
  .fleet .header--site_name--container {
    min-height: auto;
  }
}

.hero--heading {
  margin-top: 0;
}

.show_sidebar .nav-mobile .navbar-toggle {
  background-color: #000;
}
.show_sidebar .nav-mobile .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.header--site_name {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 65px;
  margin: 0;
  max-height: 65px;
}
.header--site_name > span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

.header--h1 {
  font-size: 2.4rem;
}

.header--live_data_container {
  height: 106px;
  width: 106px;
  margin-left: -53px;
  bottom: -53px;
  left: 50%;
  position: absolute;
  z-index: 200;
}
@media only screen and (max-width: 47.9375em) {
  .header--live_data_container {
    left: auto;
    right: 10px;
    bottom: 62px;
    transform: translateY(50%);
  }
}
@supports (transform-style: preserve-3d) {
  .header--live_data_container.flippable {
    -webkit-perspective: 150px;
    -moz-perspective: 150px;
    -o-perspective: 150px;
    perspective: 150px;
  }
}

.header--live_data_flipper {
  position: absolute;
}
@supports (transform-style: preserve-3d) {
  .flippable .header--live_data_flipper {
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 53px 50%;
    -moz-transform-origin: 53px 50%;
    -o-transform-origin: 53px 50%;
    transform-origin: 53px 50%;
  }
}

@supports (transform-style: preserve-3d) {
  .flippable .header--live_data_flipper.flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@supports (transform-style: preserve-3d) {
  .flippable .live-data__consumption {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@supports (transform-style: preserve-3d) {
  .flippable .live-data__production,
.flippable .live-data__consumption {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.header--live_data {
  cursor: pointer;
  height: 106px;
  width: 106px;
  position: absolute;
  border-radius: 50%;
  opacity: 1;
}

.header-status {
  min-height: 65px;
}
@media only screen and (min-width: 48em) {
  .header-status .header-status--container {
    height: 20px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .header-status .header-status--container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .header_full .header-status .header-status--container.retailer, .full2short_stage1 .header-status .header-status--container.retailer, .short2full_stage2 .header-status .header-status--container.retailer {
    float: left;
  }
}
.header-status .header-status--container .header-status--title {
  display: inline-block;
  vertical-align: middle;
}
.header-status .header-status--container .header-status--icon-container {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer;
}
.header-status .header-status--container .header-status--icon-container .header-status--icon-link {
  text-decoration: none;
}
.header-status .header-status--container .header-status--icon-container .header-status--icon-link:hover, .header-status .header-status--container .header-status--icon-container .header-status--icon-link:active, .header-status .header-status--container .header-status--icon-container .header-status--icon-link:focus {
  text-decoration: none;
}
@media only screen and (max-width: 47.9375em) {
  .header-status .header-status--container .header-status--icon-container {
    margin-left: 15px;
  }
}
.header-status .header-status--title {
  font-size: 0.75em;
  text-transform: uppercase;
}
.header-status .header-status--icon {
  font-size: 20px;
}
.header-status .icon-inactive {
  color: #7d7d7d;
}
.header-status .icon-fault-action_sa,
.header-status .icon-fault-action_owner,
.header-status .icon-fault-action_installer,
.header-status .icon-fault-action_sa {
  color: #ed1c24;
}
@media only screen and (max-width: 47.9375em) {
  .header-status {
    margin-top: 35px;
    min-height: 45px;
  }
  .header-status .status--icon {
    margin-left: 0;
  }
}

.status--title {
  font-size: 0.75em;
  text-transform: uppercase;
}

.live_data--pulse {
  line-height: 1em;
  margin: 3px 0;
}
.live_data--pulse .icon-pulse {
  display: inline-block;
  font-size: 19px;
  margin: 2px 0;
}

.live_data--copy {
  font-size: 0.625em;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}
.live_data--value {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px;
}
.live_data--value.live_data--no-data {
  font-size: 0.95em;
  line-height: 1em;
  margin: 6px;
}

.live_data--type,
.live_data--time_stamp {
  font-size: 0.625em;
  font-weight: 500;
  text-transform: uppercase;
}

/* Remove whitespace between inline-block elements */
.live_data--time_stamp {
  font-size: 0;
}

.live_data--time_stamp > * {
  font-size: 1rem;
}

.live_data--time_stamp {
  margin-top: -3px;
}

.status_details--row {
  padding: 70px 0 30px;
}
@media only screen and (max-width: 47.9375em) {
  .status_details--row {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .fleet .status_details--row {
    padding: 10px 0 20px;
  }
}

.status_details--icon {
  float: left;
  font-size: 2.1875em;
  margin-right: 12px;
}
body.monthly_report .status_details--icon {
  line-height: 2rem;
  margin-top: -3px;
}
@media only screen and (max-width: 47.9375em) {
  .status_details--icon {
    width: auto;
    float: none;
    text-align: right;
  }
}

.status_details--description {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.9375em) {
  .status_details--description {
    text-align: center;
  }
}

.status_details--heading {
  font-size: 1.125em;
  font-weight: 400;
  margin-top: 12px;
}

.status_details--list {
  font-size: 0.6875em;
  margin: 10px 0;
  padding-left: 16px;
}
.status_details--list li {
  margin-bottom: 6px;
}

.status_details--danger {
  padding-left: 15px;
}
.status_details--danger .status_details--icon {
  font-size: 2rem;
}
.status_details--danger .status_details--icon i {
  vertical-align: -3px;
}
.status_details--danger .status_details--description {
  font-size: 1rem;
  color: #ed1c24;
}
.status_details--danger .status_details--description a,
.status_details--danger .status_details--description a.tdu {
  color: #ed1c24;
}
@media only screen and (max-width: 47.9375em) {
  .monthly-report__performance .status_details--danger .status_details--description {
    margin-top: 20px;
  }
}

.comms-fault__svg {
  width: 25px;
  height: 20px;
}
.status_details--icon .comms-fault__svg {
  width: 35px;
  height: 28px;
}

.header-status--icon-container .btn__has-arrow-below.comms-fault__container:after, .header-status--icon-container .btn__has-arrow-below.comms-fault__container:before {
  content: " ";
  left: 2px;
}

.comms-fault__w1,
.comms-fault__w2,
.comms-fault__w3,
.comms-fault__alert {
  opacity: 0;
}

.comms-fault__w1 {
  animation: opacity-on-off-w1 4s ease infinite;
}

.comms-fault__w2 {
  animation: opacity-on-off-w2 4s ease infinite;
}

.comms-fault__w3 {
  animation: opacity-on-off-w3 4s ease infinite;
}

.comms-fault__alert {
  animation: opacity-on-off-alert 4s ease infinite;
}

@keyframes opacity-on-off-w1 {
  0% {
    opacity: 0;
  }
  20%, 65% {
    opacity: 1;
  }
  68%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacity-on-off-w1 {
  0% {
    opacity: 0;
  }
  20%, 65% {
    opacity: 1;
  }
  68%, 100% {
    opacity: 0;
  }
}
@keyframes opacity-on-off-w2 {
  0%, 20% {
    opacity: 0;
  }
  40%, 65% {
    opacity: 1;
  }
  68%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacity-on-off-w2 {
  0%, 20% {
    opacity: 0;
  }
  40%, 65% {
    opacity: 1;
  }
  68%, 100% {
    opacity: 0;
  }
}
@keyframes opacity-on-off-w3 {
  0%, 40% {
    opacity: 0;
  }
  60%, 65% {
    opacity: 1;
  }
  68%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacity-on-off-w3 {
  0%, 40% {
    opacity: 0;
  }
  60%, 65% {
    opacity: 1;
  }
  68%, 100% {
    opacity: 0;
  }
}
@keyframes opacity-on-off-alert {
  0%, 66% {
    opacity: 0;
  }
  75%, 95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacity-on-off-alert {
  0%, 66% {
    opacity: 0;
  }
  75%, 95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .retailer .header--site_name {
    line-height: 40px;
    max-height: 40px;
  }
  .header_short .retailer .header--site_name, .full2short_stage2 .retailer .header--site_name, .short2full_stage1 .retailer .header--site_name {
    display: none;
  }

  .header--site_name > span {
    line-height: 19px;
  }
  .header_full .header--site_name > span, .full2short_stage1 .header--site_name > span, .short2full_stage2 .header--site_name > span {
    vertical-align: top;
  }
  .header_full .retailer .header--site_name > span, .full2short_stage1 .retailer .header--site_name > span, .short2full_stage2 .retailer .header--site_name > span {
    vertical-align: middle;
  }

  .header__status_container {
    justify-content: space-between;
    max-width: 200px;
    margin-left: auto;
  }
}
/*---------- LOADING MODULE ----------*/
/* @-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #fec533;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
} */
.ng-loading {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.loading .ng-loading {
  display: flex;
  align-items: center;
}

.ng-loading--overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}

.ng-loading--content {
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
}

.icon-loading {
  font-size: 28px;
  vertical-align: -7px;
  margin-left: 5px;
}

.sa-loading-show .sa-loading {
  display: block;
}

@media only screen and (max-width: 47.9375em) {
  .sa-loading.ng-loading {
    padding: 40% 0 0 0;
  }
}

.muted > * {
  opacity: 0.5;
  pointer-events: none;
}
.muted.muted_text * {
  opacity: 0.36;
}

/*---------- SIDEBAR LOGO BLOCK ----------*/
.sidebar--logo {
  line-height: 65px;
  margin-right: 20px;
  min-height: 65px;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .sidebar--logo {
    display: none;
  }
}

.sidebar--logo_link {
  display: block;
}

/*---------- SIDEBAR MENU BLOCK ----------*/
.sidebar--menu {
  font-size: 0.75em;
  line-height: 1em;
  margin-top: 1em;
}

.sidebar--menu_link,
.sidebar--menu_link_back {
  background: none;
  border: none;
  border-left: 7px solid transparent;
  color: #ffffff;
  display: block;
  padding: 12px 10px 11px 19px;
  text-align: left;
  width: calc(100% - 5px);
  line-height: 16px;
}
.sidebar--menu_link.active, .sidebar--menu_link:hover, .sidebar--menu_link:focus, .sidebar--menu_link:active,
.sidebar--menu_link_back.active,
.sidebar--menu_link_back:hover,
.sidebar--menu_link_back:focus,
.sidebar--menu_link_back:active {
  color: #ffffff;
  text-decoration: none;
}
.sidebar--menu_link.with-tag,
.sidebar--menu_link_back.with-tag {
  width: 100%;
}
.sidebar--menu.sidebar__back-menu .sidebar--menu_link,
.sidebar--menu.sidebar__back-menu .sidebar--menu_link_back {
  background: #404040;
  border: none;
  line-height: 1.4rem;
  padding: 14px 0 13px 3px;
}
.sidebar--menu.sidebar__back-menu .sidebar--menu_link i,
.sidebar--menu.sidebar__back-menu .sidebar--menu_link_back i {
  font-size: 2rem;
  margin-top: 4px;
  margin-right: 2px;
}

.sidebar--menu_link {
  padding: 12px 3px 11px 12px;
}

.sidebar__back-menu {
  margin-top: 0;
}

.sidebar--menu_switch {
  height: 50px;
}
.sidebar--menu.sidebar__back-menu .sidebar--menu_switch {
  border-left: 7px solid transparent;
  padding-left: 18px;
}
.sidebar--menu.sidebar__back-menu .sidebar--menu_switch i {
  vertical-align: top;
  margin-top: -4px;
  margin-left: 5px;
}

.sidebar--menu_header {
  margin-top: 15px;
  padding: 12px 0 11px 20px;
  text-transform: uppercase;
}

.sidebar--menu .panel-default > .panel-heading {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.sidebar--menu .panel-default > .panel-heading .panel-title {
  font-size: 1.2rem;
  margin: 0;
}
.sidebar--menu .panel-default > .panel-heading .accordion-toggle {
  color: #ffffff;
}
.sidebar--menu .panel-default > .panel-heading .accordion-toggle:hover, .sidebar--menu .panel-default > .panel-heading .accordion-toggle:focus, .sidebar--menu .panel-default > .panel-heading .accordion-toggle:active {
  outline: none;
  text-decoration: none;
}

.collapse-icon {
  margin-right: 30px;
}

a.sidebar--survey-btn {
  color: #333;
  background: #f99f1e;
}

/*---------- COLOURS ----------*/
/*---------- COLOURS ----------*/
/*---------- COMMERCIAL WEBSITE COLOURS ----------*/
/* --- CUSTOM COLOURS --- */
/*---------- FONTS ----------*/
/*---------- FONT WEIGHTS ----------*/
/*---------- FONT SIZES ----------*/
/*---------- SIZES ----------*/
/* ========================================================================

      TeMP Framework v3.5.4
      Copyright (c) 2009-2014 Indrek Paas - http://indrekpaas.com/temp/
      MIT licensed

      Project: [...]
      Date:    [...]
      Author:  [...]

   ======================================================================== */
.box .nav:after {
  clear: both;
  content: "";
  display: table;
}

.dp--wrapper .dp > table .btn-default,
.dp--wrapper table[ng-switch-when=day] .btn-default, .dp--wrapper, .battery__level_gray,
.battery__level_level, .indicator, .header-status--icon-container .btn__has-arrow-below:after, .header-status--icon-container .btn__has-arrow-below:before, input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select,
.form-control, body.bg--white, body.setup.bg--white, a, .hovered--wrapper, .btn, button.btn_new,
a.btn_new, button.btn_new2, button.btn_new_sm,
a.btn_new_sm, button.btn_cancel, .btn__tab, .btn--outside, .btn_transparent, .wmb-md-button, .wmb-md-button-yes, .wmb-md-button-no, .wmb-md-button-close,
.btn--orange, .btn__close, .btn--text, .btn__close-accordion, a.btn--transparent,
button.btn--transparent, .status--more_button, .status--more_button i, .btn_primary {
  transition-duration: 0.15s;
  transition-property: background-color, background-image, border-color, box-shadow, color, opacity, height, width, left, top, text-shadow;
  transition-timing-function: ease-out;
}

/*---------- SA ARROW MODULE ----------*/
.has-arrow {
  position: relative;
}
.has-arrow.open .text_group {
  background: #e8e8e8;
}
@media only screen and (max-width: 47.9375em) {
  .has-arrow.open .text_group {
    background: #ffffff;
  }
}
.has-arrow.open .arrow-right {
  display: block;
}
.has-arrow .arrow-right {
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #e8e8e8;
  display: none;
  height: 0;
  right: 100%;
  position: absolute;
  top: 0;
  width: 0;
}

/*---------- ACCORDION MODULE ----------*/
.header-accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.expanded.header-accordion {
  max-height: 800px;
  transition: max-height 0.4s ease-in;
}

.header-accordion {
  box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.29);
  position: absolute;
  top: 65px;
  width: 100%;
  z-index: 150;
}
@media only screen and (max-width: 47.9375em) {
  .header-accordion {
    top: 125px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .fleet .header-accordion {
    top: 65px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .header-accordion.live_monitor .box--subheader {
    margin-top: 29px;
  }
}

.header-status--icon-container .btn__has-arrow-below {
  cursor: pointer;
  margin-right: 2px;
  position: relative;
}
.header-status--icon-container .btn__has-arrow-below:after, .header-status--icon-container .btn__has-arrow-below:before {
  content: " ";
  height: 19px;
  left: -2px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 29px;
  width: 22px;
  z-index: 151;
}
@media only screen and (max-width: 47.9375em) {
  .header-status--icon-container .btn__has-arrow-below:after, .header-status--icon-container .btn__has-arrow-below:before {
    top: 22px;
  }
}
.header-status--icon-container .btn__has-arrow-below.opened:after, .header-status--icon-container .btn__has-arrow-below.opened:before {
  opacity: 1;
  transition-delay: 0.1s;
}

.fleet-acc__more-button {
  position: absolute;
  right: 10px;
}

/*---------- ALERTS MODULE ----------*/
.alert {
  min-height: 90px;
  position: relative;
}
.alert .close {
  float: right;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-shadow: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.alert {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 12px;
  text-shadow: none;
}

.alert--text {
  position: absolute;
  top: 50%;
  width: 70%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .alert--text {
    width: 63%;
  }
}

.alert--more-info {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  float: right;
  min-height: 60px;
  padding-left: 12px;
  text-align: center;
}
.alert--more-info p {
  margin-bottom: 0;
}

.alert--more-info--link {
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: none;
}
.alert--more-info--link:hover, .alert--more-info--link:active, .alert--more-info--link:focus {
  color: #ffffff;
  text-decoration: none;
}
.alert--more-info--link:hover span {
  text-decoration: underline;
}
.alert--more-info--link i {
  font-size: 32px;
}

.alert-danger {
  background: #f00;
}

.alert-warning {
  background: #f37321;
}

.alert-success {
  background: #12a840;
}

.alert-dismissable .close,
.alert-dismissible .close {
  top: -15px;
  right: -30px;
}

/*---------- BATTERY MODULE ----------*/
.battery__subheader {
  color: #3a3934;
  text-transform: uppercase;
}

.indicator {
  opacity: 1;
}

.indicator__light {
  border-radius: 50%;
  display: inline-block;
  height: 17px;
  margin-right: 15px;
  vertical-align: -1px;
  width: 17px;
}
.indicator__charging .indicator__light {
  background-color: #0cc;
  box-shadow: 0 0 6px 1px rgba(0, 204, 204, 0.51);
}
.indicator__discharging .indicator__light {
  background-color: #f93;
  box-shadow: 0 0 6px 1px rgba(255, 153, 51, 0.51);
}

.indicator__delimiter {
  border-top-color: #cccccc;
  margin: 16px 0;
}

.battery__discharging .indicator__charging {
  opacity: 0.3;
}

.battery__charging .indicator__discharging {
  opacity: 0.3;
}

.indicator__label {
  font-size: 2rem;
  font-weight: 300;
}

.battery__level {
  height: 114px;
  margin-left: auto;
  margin-top: 15px;
  position: relative;
  width: 55px;
}
@media only screen and (max-width: 47.9375em) {
  .battery__level {
    margin-bottom: 40px;
    margin-left: 15px;
  }
}
.battery__level:before {
  position: absolute;
  top: -15px;
  left: -9px;
  width: 73px;
  height: 137px;
  content: "";
  background: url(../img/sa/battery-mask.png);
  background-size: 73px 137px;
  z-index: 10;
}

.battery__level_gray,
.battery__level_level {
  background: #b7b7b7;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.battery__discharging .battery__level_level {
  background: #f93;
}
.battery__charging .battery__level_level {
  background: #0cc;
}

/*---------- COLOURS ----------*/
/*---------- COLOURS ----------*/
/*---------- COMMERCIAL WEBSITE COLOURS ----------*/
/* --- CUSTOM COLOURS --- */
/*---------- FONTS ----------*/
/*---------- FONT WEIGHTS ----------*/
/*---------- FONT SIZES ----------*/
/*---------- SIZES ----------*/
/* ========================================================================

      TeMP Framework v3.5.4
      Copyright (c) 2009-2014 Indrek Paas - http://indrekpaas.com/temp/
      MIT licensed

      Project: [...]
      Date:    [...]
      Author:  [...]

   ======================================================================== */
.box .nav:after {
  clear: both;
  content: "";
  display: table;
}

.dp--wrapper .dp > table .btn-default,
.dp--wrapper table[ng-switch-when=day] .btn-default, .dp--wrapper, input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select,
.form-control, body.bg--white, body.setup.bg--white, a, .hovered--wrapper, .btn, button.btn_new,
a.btn_new, button.btn_new2, button.btn_new_sm,
a.btn_new_sm, button.btn_cancel, .btn__tab, .btn--outside, .btn_transparent, .wmb-md-button, .wmb-md-button-yes, .wmb-md-button-no, .wmb-md-button-close,
.btn--orange, .btn__close, .btn--text, .btn__close-accordion, a.btn--transparent,
button.btn--transparent, .status--more_button, .status--more_button i, .btn_primary, .header-status--icon-container .btn__has-arrow-below:after, .header-status--icon-container .btn__has-arrow-below:before, .indicator, .battery__level_gray,
.battery__level_level {
  transition-duration: 0.15s;
  transition-property: background-color, background-image, border-color, box-shadow, color, opacity, height, width, left, top, text-shadow;
  transition-timing-function: ease-out;
}

/*---------- CHART BLOCK ----------*/
.stacked-chart svg,
.lines-chart svg,
.bars-chart svg {
  overflow: visible;
}

.stacked-chart svg.brushing .top-clip {
  display: none;
}

.brush .extent {
  fill-opacity: 0;
}

.brush .resize line,
.d3-tooltip--guide {
  shape-rendering: crispEdges;
  stroke: #7d7d7d;
  stroke-width: 1;
  stroke-dasharray: 4, 2;
}

.d3-tooltip--text_date,
.d3-tooltip--text_value {
  fill: #3a3934;
}

.d3-tooltip--text_date {
  font-size: 1rem;
}

.d3-tooltip--text_value {
  font-size: 2rem;
}

.stacked-chart .nv-axis path,
.stacked-chart .nv-axis line,
.sad3-svg .nv-axis path,
.sad3-svg .nv-axis line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #7d7d7d;
  stroke-opacity: 1;
}
.day-times-chart-tariff .stacked-chart .nv-axis path,
.day-times-chart-tariff .stacked-chart .nv-axis line,
.day-times-chart-tariff .sad3-svg .nv-axis path,
.day-times-chart-tariff .sad3-svg .nv-axis line {
  stroke: #999999;
}
.stacked-chart .nv-axis .domain,
.sad3-svg .nv-axis .domain {
  display: none;
}
.day-times-chart-tariff .stacked-chart .nv-axis .domain,
.day-times-chart-tariff .sad3-svg .nv-axis .domain {
  display: inline;
  stroke-width: 2;
}

.day-times-chart-tariff .nv-x.nv-axis .tick:first-child {
  display: none;
}

.sad3-svg .area,
.context .group .line,
.bubble_chart {
  mix-blend-mode: multiply;
}
.no-multiply .sad3-svg .area, .sad3-svg .area.no-multiply,
.no-multiply .context .group .line,
.context .group .line.no-multiply,
.no-multiply .bubble_chart,
.bubble_chart.no-multiply {
  mix-blend-mode: normal;
}

.no-multiply .sad3-svg .area {
  opacity: 0.8;
}

.box_transparent .perf-chart .group {
  isolation: isolate;
}

.sad3-svg .nv-axis text,
.stacked-chart .nv-axis text {
  fill: #7d7d7d;
  font: 400 10px "Roboto", sans-serif;
}
.day-times-chart-tariff .sad3-svg .nv-axis text,
.day-times-chart-tariff .stacked-chart .nv-axis text {
  font-weight: 700;
  font-size: 9px;
  text-transform: lowercase;
}
.sad3-svg .nv-y .tick line,
.stacked-chart .nv-y .tick line {
  stroke: #000;
  stroke-opacity: 0.15;
}
.day-times-chart-tariff .sad3-svg .nv-x .tick line,
.day-times-chart-tariff .stacked-chart .nv-x .tick line {
  transform: translateY(-3px);
}
.sad3-svg .scatter .dot,
.stacked-chart .scatter .dot {
  stroke-opacity: 0;
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.sad3__show_data_points .sad3-svg .scatter .dot,
.sad3__show_data_points .stacked-chart .scatter .dot {
  stroke-opacity: 1;
}

.live-data .nv-x .tick text {
  -webkit-transform: translate(0, 7px);
  -moz-transform: translate(0, 7px);
  -ms-transform: translate(0, 7px);
  -o-transform: translate(0, 7px);
  transform: translate(0, 7px);
}
.live-data .all-devices-label {
  padding-top: 23px;
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .live-data .all-devices-label {
    text-align: left;
    padding: 0px 0px 0px 10px;
  }
}

.overview .stacked-chart .nv-axis text {
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.sad3-svg .nv-y g.zero line,
.stacked-chart .nv-y g:first-child line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #7d7d7d;
  stroke-opacity: 0.75;
}

.chart--wrapper {
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .box_daily .tab-content {
    margin-top: 30px;
  }
}
.chart--range {
  display: inline-block;
  font-size: 0.9375em;
  font-weight: bold;
  z-index: 1;
}
.box_transparent .chart--range {
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .box_transparent .chart--range {
    color: #7d7d7d;
  }
  .overview .box_transparent .chart--range {
    color: #000;
  }
}
.chart--range i {
  font-size: 1.25em;
  font-weight: bold;
}

.chart--live_data_channel {
  max-width: 180px;
  white-space: normal;
}

.chart__range_axis {
  left: 60px;
  position: relative;
  top: -62px;
  width: calc(100% - 60px);
  z-index: 0;
}

.box--loading + .chart__range_axis {
  display: none;
}

.chart--range_value {
  margin: 0 12px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .chart--range_value {
    margin: 0 4px;
  }
}

.legend--square {
  border-radius: 2px;
  display: inline-block;
  height: 13px;
  vertical-align: -1px;
  width: 13px;
}

span.legend--label {
  color: #3a3934;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0 15px 0 5px;
}
@media only screen and (max-width: 47.9375em) {
  .box_transparent span.legend--label, .overview .box_transparent span.legend--label {
    color: #3a3934;
  }
}

/*--- DASHBOARD THEME ---*/
.live-chart__subheading {
  display: inline-block;
  margin-left: 11px;
  position: relative;
  z-index: 1000;
}
.live-chart__subheading .box--subheader {
  margin-left: 10px;
  margin-top: 23px;
}
.live-chart__subheading .icon-pulse {
  display: inline-block;
  width: 3rem;
}

.header--view .main-chart {
  margin-top: -20px;
}
.main-chart .nv-legend-text {
  font-size: 11px;
}
.main-chart .nv-x .tick text {
  transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  /* IE 9 */
  -webkit-transform: translate(0px, 5px);
  /* Safari and Chrome */
  -o-transform: translate(0px, 5px);
  /* Opera */
  -moz-transform: translate(0px, 5px);
  /* Firefox */
}

@media only screen and (max-width: 47.9375em) {
  .main-chart.main-chart_desktop-only .sad3-svg .nv-axis text {
    fill: #7d7d7d;
  }
  .main-chart.main-chart_desktop-only .sad3-svg .nv-y .tick line {
    stroke: #000;
  }
  .main-chart.main-chart_desktop-only .sad3-svg .d3-tooltip--guide {
    stroke: #7d7d7d;
    stroke-dasharray: 4, 2;
  }
  .main-chart.main-chart_desktop-only .sad3-svg .nv-legend-text,
.main-chart.main-chart_desktop-only .sad3-svg .tooltip__value {
    fill: #3a3934;
  }
}
@media only screen and (max-width: 47.9375em) {
  .nv-y.disabled-mobile .tick text {
    display: none;
  }

  .box_ranged .context {
    display: none;
  }
}
.box_transparent .context {
  display: none;
}

.tooltip,
.circles .circle {
  transition: opacity 50ms linear;
  -moz-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
}

.bar {
  transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
}

.chart__controls {
  position: absolute;
  top: 80px;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 61.9375em) {
  .chart__controls {
    width: calc(100% - 25px);
  }
}
@media only screen and (max-width: 47.9375em) {
  .chart__controls {
    top: 90px;
    width: calc(100% - 20px);
  }
  .chart__controls .chart--range {
    top: 10px;
  }
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .chart-datepicker {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 61.9375em) {
  .chart-toggle-points {
    margin-top: 10px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .chart-toggle-points {
    padding-right: 14px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .chart-toggle-points.chart-short-energy {
    float: right;
  }
}
@media only screen and (max-width: 47.9375em) {
  .chart-toggle-points.chart-short-energy {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .chart-toggle-points.chart-long-energy {
    margin-top: 5px;
  }
}

.chart-datepicker,
.chart-toggle-points {
  text-align: right;
}

.chart__description {
  margin: 10px 0 100px;
}
@media only screen and (max-width: 61.9375em) {
  .chart__description {
    height: 35px;
  }
}
.user-admin .chart__description {
  margin-bottom: 150px;
}
@media only screen and (max-width: 61.9375em) {
  .user-admin .chart__description {
    margin-bottom: 180px;
  }
}

.tooltip.modern .tooltip__value {
  font-size: 1.2rem;
}

.tooltip__timestamp {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  display: inline-block;
  flex-grow: 1;
  padding-right: 0;
  text-align: left;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.left-chart,
.right-chart {
  width: 47%;
  float: left;
  position: relative;
  min-height: 1px;
}

.right-chart {
  margin-left: 6%;
}

@media only screen and (max-width: 47.9375em) {
  .live-chart__subheading {
    margin-left: 0;
  }

  .header--view .chart--live_data {
    margin-top: 10px;
  }

  .overview .chart--range {
    position: relative;
    top: initial;
    width: auto;
  }
  .chart--range .btn--arrow {
    padding: 5px 10px;
    position: static;
  }
  .chart--range .btn--arrow_delim {
    display: inline;
  }

  .chart__range_axis {
    left: 0;
    top: -95px;
    width: 100%;
  }

  .tooltip.modern .tooltip__value {
    font-size: 1.6rem;
  }

  .left-chart,
.right-chart {
    width: 100%;
    float: none;
  }

  .right-chart {
    margin-top: 40px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  .has-manual-burst-feature .chart-toggle-points.chart-short-energy {
    margin-top: 30px;
  }
}
.has-manual-burst-feature .chart__description {
  margin-bottom: 200px;
}
@media only screen and (min-width: 62em) and (max-width: 74.9375em) {
  .has-manual-burst-feature .chart__description {
    margin-bottom: 280px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .has-manual-burst-feature .chart__description {
    margin-bottom: 240px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .has-manual-burst-feature .chart__description {
    margin-bottom: 260px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .has-manual-burst-feature .chart__description {
    margin-bottom: 300px;
  }
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  .has-manual-burst-feature .chart__description {
    margin-bottom: 315px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .user-admin .has-manual-burst-feature .chart__description {
    margin-bottom: 390px;
  }
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  .user-admin .has-manual-burst-feature .chart__description {
    margin-bottom: 280px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .user-admin .has-manual-burst-feature .chart__description {
    margin-bottom: 310px;
  }
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  .user-admin .has-manual-burst-feature .chart__description {
    margin-bottom: 290px;
  }
}
.has-manual-burst-feature .chart-burst-container {
  text-align: right;
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  .user-installer .has-manual-burst-feature .chart-burst-container {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .has-manual-burst-feature .chart-burst-container {
    margin-top: auto;
  }
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  .has-manual-burst-feature .chart-burst-container {
    margin-top: -66px;
    width: calc(50% - 1px);
    text-align: left;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .has-manual-burst-feature .chart-burst-container {
    text-align: left;
  }
}
.has-manual-burst-feature .chart-burst-popup-cover {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  height: 280px;
  margin-top: 10px;
  position: absolute;
  width: calc(100% - 30px);
  z-index: 10;
}
@media only screen and (max-width: 47.9375em) {
  .has-manual-burst-feature .chart-burst-popup-cover {
    height: 210px;
    width: calc(100% - 20px);
  }
}
.has-manual-burst-feature .chart-burst-popup-box {
  background-color: #ffffff;
  border-radius: 5px;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
@media only screen and (max-width: 47.9375em) {
  .has-manual-burst-feature .chart-burst-popup-box {
    width: 250px;
  }
}
.empty-chart .focus .has-manual-burst-feature .series,
.empty-chart .focus .has-manual-burst-feature .scatter,
.empty-chart .focus .has-manual-burst-feature .burst {
  visibility: hidden;
}

.chart__performance {
  background: #fff url(../img/sa/perf-pale-lines.png) 70px 51px repeat-x;
  min-height: 347px;
  position: relative;
}

/*---------- COLOURS ----------*/
/*---------- COLOURS ----------*/
/*---------- COMMERCIAL WEBSITE COLOURS ----------*/
/* --- CUSTOM COLOURS --- */
/*---------- FONTS ----------*/
/*---------- FONT WEIGHTS ----------*/
/*---------- FONT SIZES ----------*/
/*---------- SIZES ----------*/
/* ========================================================================

      TeMP Framework v3.5.4
      Copyright (c) 2009-2014 Indrek Paas - http://indrekpaas.com/temp/
      MIT licensed

      Project: [...]
      Date:    [...]
      Author:  [...]

   ======================================================================== */
.box .nav:after {
  clear: both;
  content: "";
  display: table;
}

.dp--wrapper .dp > table .btn-default,
.dp--wrapper table[ng-switch-when=day] .btn-default, .dp--wrapper, input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select,
.form-control, body.bg--white, body.setup.bg--white, a, .hovered--wrapper, .btn, button.btn_new,
a.btn_new, button.btn_new2, button.btn_new_sm,
a.btn_new_sm, button.btn_cancel, .btn__tab, .btn--outside, .btn_transparent, .wmb-md-button, .wmb-md-button-yes, .wmb-md-button-no, .wmb-md-button-close,
.btn--orange, .btn__close, .btn--text, .btn__close-accordion, a.btn--transparent,
button.btn--transparent, .status--more_button, .status--more_button i, .btn_primary, .header-status--icon-container .btn__has-arrow-below:after, .header-status--icon-container .btn__has-arrow-below:before, .indicator, .battery__level_gray,
.battery__level_level {
  transition-duration: 0.15s;
  transition-property: background-color, background-image, border-color, box-shadow, color, opacity, height, width, left, top, text-shadow;
  transition-timing-function: ease-out;
}

.circle {
  border-radius: 50%;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.circle .circle--top-percentage {
  top: 0;
  left: 0;
  background: #f4f1eb;
  height: 0;
  width: 100%;
  position: absolute;
}
.circle:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.circle--heading {
  font-size: 1.5rem;
  margin: 0 0 5px;
}

.circle_24 {
  height: 24px;
  width: 24px;
}
.circle_24:before {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 48em) {
  .tr__details .circle_24 {
    margin-left: -20px;
  }
}

.circle_100 {
  height: 100px;
  width: 100px;
  margin-left: 20px;
}
.circle_100:before {
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 75em) {
  .circle_100 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .circle_100 {
    margin: 0 auto;
  }
}

.bg-peak {
  background-color: #c5172c;
}

.bg-shoulder {
  background-color: #00cdcc;
}

.bg-offpeak {
  background-color: #004db3;
}

/*---------- CALL OUT BANNER MODULE ----------*/
/*
    In August 2023, there was an attempt to switch from the fixed height of the callout to automatic for mobile view and depending on the amount of the content.
    It didn't work as it requires the sidebar to be syncronized with this animation.
    The blocker is that the div holding sidebar is top level (not nested into header) so there is no CSS-way to shift down it along with the callout unless a fixed height.
    Once Sidebar on mobile refactored, this can be refactored with replacing height to max-height for both slideNotificationDown and slideNotificationUp animation,
    also min-height for non-mobile view might be needed depending on implementation of the sidebar.
    The mobile sidebar implementation coulbe be as on modern apps - slide in from the right side corner.
*/
.callout {
  color: #ffffff;
  overflow: hidden;
  height: 0px;
}
.callout.bg-white {
  color: #000;
}
.callout .valign {
  position: absolute;
  right: 15px;
}

.callout__text {
  width: calc(100% - 40px);
}

.callout__headline {
  margin-bottom: 7px;
}

.callout__blockquote {
  margin-top: 8px;
  padding-left: 8px;
  border-left: 4px solid;
}

body.callout-shown .callout {
  height: 0;
  -webkit-animation: slideNotificationDown 1s ease 2s forwards;
  -moz-animation: slideNotificationDown 1s ease 2s forwards;
  -o-animation: slideNotificationDown 1s ease 2s forwards;
  animation: slideNotificationDown 1s ease 2s forwards;
}
body.callout-shown .sidebar {
  position: absolute;
  -webkit-animation: slideSidebarDown 1s ease 2s forwards;
  -moz-animation: slideSidebarDown 1s ease 2s forwards;
  -o-animation: slideSidebarDown 1s ease 2s forwards;
  animation: slideSidebarDown 1s ease 2s forwards;
}
body.callout-hidden .callout {
  -webkit-animation: slideNotificationUp 0.5s ease 0s forwards;
  -moz-animation: slideNotificationUp 0.5s ease 0s forwards;
  -o-animation: slideNotificationUp 0.5s ease 0s forwards;
  animation: slideNotificationUp 0.5s ease 0s forwards;
}
body.callout-hidden .sidebar {
  position: absolute;
  -webkit-animation: slideSidebarUp 0.5s ease 0s forwards;
  -moz-animation: slideSidebarUp 0.5s ease 0s forwards;
  -o-animation: slideSidebarUp 0.5s ease 0s forwards;
  animation: slideSidebarUp 0.5s ease 0s forwards;
}

@-webkit-keyframes slideSidebarDown {
  0% {
    top: 0px;
    height: calc(100% - 0px);
  }
  100% {
    top: 85px;
    height: calc(100% - 85px);
  }
}
@keyframes slideSidebarDown {
  0% {
    top: 0px;
    height: calc(100% - 0px);
  }
  100% {
    top: 85px;
    height: calc(100% - 85px);
  }
}
@-webkit-keyframes slideSidebarUp {
  0% {
    top: 85px;
    height: calc(100% - 85px);
  }
  100% {
    top: 0px;
    height: calc(100% - 0px);
  }
}
@keyframes slideSidebarUp {
  0% {
    top: 85px;
    height: calc(100% - 85px);
  }
  100% {
    top: 0px;
    height: calc(100% - 0px);
  }
}
@-webkit-keyframes slideNotificationDown {
  0% {
    height: 0;
  }
  100% {
    height: 85px;
  }
}
@keyframes slideNotificationDown {
  0% {
    height: 0;
  }
  100% {
    height: 85px;
  }
}
@-webkit-keyframes slideNotificationUp {
  0% {
    height: 85px;
  }
  100% {
    height: 0px;
  }
}
@keyframes slideNotificationUp {
  0% {
    height: 85px;
  }
  100% {
    height: 0px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .callout__text p {
    padding: 0 10%;
  }

  @-webkit-keyframes slideSidebarDown {
    0% {
      top: 0px;
      height: calc(100% - 0px);
    }
    100% {
      top: 110px;
      height: calc(100% - 110px);
    }
  }
  @keyframes slideSidebarDown {
    0% {
      top: 0px;
      height: calc(100% - 0px);
    }
    100% {
      top: 110px;
      height: calc(100% - 110px);
    }
  }
  @-webkit-keyframes slideSidebarUp {
    0% {
      top: 110px;
      height: calc(100% - 110px);
    }
    100% {
      top: 0px;
      height: calc(100% - 0px);
    }
  }
  @keyframes slideSidebarUp {
    0% {
      top: 110px;
      height: calc(100% - 110px);
    }
    100% {
      top: 0px;
      height: calc(100% - 0px);
    }
  }
  @-webkit-keyframes slideNotificationDown {
    0% {
      height: 0;
    }
    100% {
      height: 110px;
    }
  }
  @keyframes slideNotificationDown {
    0% {
      height: 0;
    }
    100% {
      height: 110px;
    }
  }
  @-webkit-keyframes slideNotificationUp {
    0% {
      height: 110px;
    }
    100% {
      height: 0px;
    }
  }
  @keyframes slideNotificationUp {
    0% {
      height: 110px;
    }
    100% {
      height: 0px;
    }
  }
}
@media only screen and (min-width: 48em) {
  html {
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 48em) {
  .callout.bg-white {
    border-bottom: 1px solid #d5d5d5;
  }
}
@media only screen and (max-width: 47.9375em) {
  .callout__text {
    width: auto;
  }
  .callout__text .btn__action {
    margin: 7px;
  }

  .callout__headline {
    margin-bottom: 15px;
  }

  .callout .valign {
    right: 5px;
    top: calc(100% + 10px);
  }

  body.callout-shown .sidebar, body.callout-hidden .sidebar {
    display: block;
    visibility: hidden;
  }

  body.callout-shown.show_sidebar .sidebar, body.callout-hidden.show_sidebar .sidebar {
    visibility: visible;
  }

  @-webkit-keyframes slideSidebarDown {
    0% {
      top: 61px;
      height: calc(100% - 61px);
    }
    100% {
      top: 220px;
      height: calc(100% - 220px);
    }
  }
  @keyframes slideSidebarDown {
    0% {
      top: 61px;
      height: calc(100% - 61px);
    }
    100% {
      top: 220px;
      height: calc(100% - 220px);
    }
  }
  @-webkit-keyframes slideSidebarUp {
    0% {
      top: 220px;
      height: calc(100% - 220px);
    }
    100% {
      top: 61px;
      height: calc(100% - 61px);
    }
  }
  @keyframes slideSidebarUp {
    0% {
      top: 220px;
      height: calc(100% - 220px);
    }
    100% {
      top: 61px;
      height: calc(100% - 61px);
    }
  }
  @-webkit-keyframes slideNotificationDown {
    0% {
      height: 0;
    }
    100% {
      height: 160px;
    }
  }
  @keyframes slideNotificationDown {
    0% {
      height: 0;
    }
    100% {
      height: 160px;
    }
  }
  @-webkit-keyframes slideNotificationUp {
    0% {
      height: 160px;
    }
    100% {
      height: 0px;
    }
  }
  @keyframes slideNotificationUp {
    0% {
      height: 160px;
    }
    100% {
      height: 0px;
    }
  }
}
.callout_static {
  color: #ffffff;
  padding: 30px 10px;
}
.callout_static .callout__headline,
.callout_static p {
  margin-bottom: 0px;
}

/*---------- DASHBOARD BLOCK ----------*/
.dashboard--heading {
  margin-top: 20px;
}
.dashboard--heading.dashboard__heading_branded {
  margin-top: 14px;
}

@media only screen and (min-width: 62em) {
  .avoid-wrap {
    display: inline-block;
  }
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  .avoid-wrap {
    display: inline-block;
  }
}

/*---------- DATEPICKER BLOCK ----------*/
.dp--wrapper {
  background-color: #7d7d7d;
  margin-top: -2px;
  padding: 20px 20px 15px;
  position: absolute;
  right: 11px;
  text-align: center;
  z-index: 1000;
}
.dib .dp--wrapper {
  right: -9px;
}
@media only screen and (max-width: 47.9375em) {
  .dp--wrapper {
    right: 0;
  }
}
.dp--wrapper .dp {
  color: #ffffff;
}
.prod--ranges .dp--wrapper .dp {
  margin-top: -5px;
}
.overview .dp--wrapper {
  right: -9px;
}
.dp--wrapper .dp > table,
.dp--wrapper table[ng-switch-when=day] {
  margin: 0 auto 10px;
}
.dp--wrapper .dp > table .btn-default,
.dp--wrapper table[ng-switch-when=day] .btn-default {
  background: transparent;
  border-color: transparent;
  border: 1px solid #7d7d7d;
  color: #ffffff;
  font-size: 0.6875em;
  font-weight: 500;
  line-height: 1em;
}
.dp--wrapper .dp > table thead .btn-default,
.dp--wrapper table[ng-switch-when=day] thead .btn-default {
  font-size: 1em;
  padding: 5px;
}
.dp--wrapper .dp > table thead small,
.dp--wrapper table[ng-switch-when=day] thead small {
  font-size: 0.6875em;
  font-weight: 500;
}
.dp--wrapper .dp > table thead th.text-center,
.dp--wrapper table[ng-switch-when=day] thead th.text-center {
  padding: 0 3px 3px 3px;
}
.dp--wrapper .dp > table td .btn-default,
.dp--wrapper table[ng-switch-when=day] td .btn-default {
  border-radius: 50%;
  height: 23px;
  min-width: 0 !important;
  padding: 0;
  width: 23px;
}
.dp--wrapper .dp > table td .btn-default.current, .dp--wrapper .dp > table td .btn-default.current[disabled]:hover, .dp--wrapper .dp > table td .btn-default.current[disabled]:focus, .dp--wrapper .dp > table td .btn-default.current[disabled]:active,
.dp--wrapper table[ng-switch-when=day] td .btn-default.current,
.dp--wrapper table[ng-switch-when=day] td .btn-default.current[disabled]:hover,
.dp--wrapper table[ng-switch-when=day] td .btn-default.current[disabled]:focus,
.dp--wrapper table[ng-switch-when=day] td .btn-default.current[disabled]:active {
  background: #404040;
}
.dp--wrapper .dp > table td .btn-default.btn-info,
.dp--wrapper table[ng-switch-when=day] td .btn-default.btn-info {
  background: #ffffff;
  box-shadow: none;
  color: #000;
}
.dp--wrapper .dp > table td .btn-default:hover, .dp--wrapper .dp > table td .btn-default:focus, .dp--wrapper .dp > table td .btn-default:active, .dp--wrapper .dp > table td .btn-default.btn-info.active,
.dp--wrapper table[ng-switch-when=day] td .btn-default:hover,
.dp--wrapper table[ng-switch-when=day] td .btn-default:focus,
.dp--wrapper table[ng-switch-when=day] td .btn-default:active,
.dp--wrapper table[ng-switch-when=day] td .btn-default.btn-info.active {
  border: 1px solid #ffffff;
}
.dp--wrapper .dp > table td .btn-default .text-muted,
.dp--wrapper table[ng-switch-when=day] td .btn-default .text-muted {
  color: #bebebe;
}
.dp--wrapper .dp > table td .btn-default[disabled],
.dp--wrapper table[ng-switch-when=day] td .btn-default[disabled] {
  color: #979797;
  cursor: default;
  opacity: 1;
  transition: none;
}
.dp--wrapper .dp > table td .btn-default[disabled]:hover, .dp--wrapper .dp > table td .btn-default[disabled]:focus, .dp--wrapper .dp > table td .btn-default[disabled]:active,
.dp--wrapper table[ng-switch-when=day] td .btn-default[disabled]:hover,
.dp--wrapper table[ng-switch-when=day] td .btn-default[disabled]:focus,
.dp--wrapper table[ng-switch-when=day] td .btn-default[disabled]:active {
  background: none;
  border: 0 !important;
}
.dp--wrapper .dp > table td .btn-default[disabled] .text-muted,
.dp--wrapper table[ng-switch-when=day] td .btn-default[disabled] .text-muted {
  color: #8a8a8a;
}
.dp--wrapper table[ng-switch-when=month] td .btn-default {
  width: 60px;
}
.dp--wrapper table[ng-switch-when=year] td .btn-default {
  width: 40px;
}

/*---------- DATEPICKER IN DIALOG MODULE ----------*/
.ngdialog .dp--wrapper {
  background-color: transparent;
  padding: 0 0 0 20px;
  position: static;
}
.ngdialog .dp--wrapper .dp {
  font-size: 2rem;
}
.ngdialog .dp--wrapper .dp > table,
.ngdialog .dp--wrapper .dp table {
  margin: 0;
}
.ngdialog .dp--wrapper .dp > table .btn-default,
.ngdialog .dp--wrapper .dp table .btn-default {
  border: none;
  margin: 5px;
}
.ngdialog .dp--wrapper .dp > table .btn-default.btn-info.active .text-info,
.ngdialog .dp--wrapper .dp table .btn-default.btn-info.active .text-info {
  color: #000;
}
.ngdialog .dp--wrapper .dp > table thead .btn-default.pull-left, .ngdialog .dp--wrapper .dp > table thead .btn-default.pull-right {
  background-color: #7d7d7d;
}
.ngdialog .dp--wrapper table[ng-switch-when=month] td .btn-default {
  width: 70px;
}

/*---------- DEFAULT HOMEPAGE MODULE ----------*/
.default-homepage {
  vertical-align: bottom;
  z-index: 10;
}
cut-string + .default-homepage {
  vertical-align: top;
}

.default-homepage--star-bw {
  color: #58585a;
  fill: transparent;
}

.default-homepage--star-colour {
  color: #58585a;
}

.default-homepage--star-white-bw {
  color: #f5f5f5;
  fill: transparent;
}

.default-homepage--star-white-colour {
  color: #f5f5f5;
}

#stickyPlace {
  position: relative;
}

/*---------- HARDWARE MODULE ----------*/
@media only screen and (min-width: 48em) {
  .circuits {
    border-right: 1px solid #d5d5d5;
  }
}

/*---------- COLOURS ----------*/
/*---------- COLOURS ----------*/
/*---------- COMMERCIAL WEBSITE COLOURS ----------*/
/* --- CUSTOM COLOURS --- */
/*---------- FONTS ----------*/
/*---------- FONT WEIGHTS ----------*/
/*---------- FONT SIZES ----------*/
/*---------- SIZES ----------*/
/* ========================================================================

      TeMP Framework v3.5.4
      Copyright (c) 2009-2014 Indrek Paas - http://indrekpaas.com/temp/
      MIT licensed

      Project: [...]
      Date:    [...]
      Author:  [...]

   ======================================================================== */
.box .nav:after {
  clear: both;
  content: "";
  display: table;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select,
.form-control, body.bg--white, body.setup.bg--white, a, .hovered--wrapper, .btn, button.btn_new,
a.btn_new, button.btn_new2, button.btn_new_sm,
a.btn_new_sm, button.btn_cancel, .btn__tab, .btn--outside, .btn_transparent, .wmb-md-button, .wmb-md-button-yes, .wmb-md-button-no, .wmb-md-button-close,
.btn--orange, .btn__close, .btn--text, .btn__close-accordion, a.btn--transparent,
button.btn--transparent, .status--more_button, .status--more_button i, .btn_primary, .header-status--icon-container .btn__has-arrow-below:after, .header-status--icon-container .btn__has-arrow-below:before, .indicator, .battery__level_gray,
.battery__level_level, .dp--wrapper, .dp--wrapper .dp > table .btn-default,
.dp--wrapper table[ng-switch-when=day] .btn-default {
  transition-duration: 0.15s;
  transition-property: background-color, background-image, border-color, box-shadow, color, opacity, height, width, left, top, text-shadow;
  transition-timing-function: ease-out;
}

@media only screen and (max-width: 47.9375em) {
  .customer:not(.loading) .full2short_stage1 .header--site_name,
.customer:not(.loading) .short2full_stage1 .header--site_name {
    opacity: 0;
    transition: opacity 0.5s 0.2s ease-out;
  }
  .customer:not(.loading) .full2short_stage1 .retailer--logo img,
.customer:not(.loading) .short2full_stage1 .retailer--logo img {
    animation: pulsate 0.5s ease-out;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage1 .header-status .header-status--container .header-status--icon-container:nth-of-type(1),
.customer:not(.loading) .short2full_stage1 .header-status .header-status--container .header-status--icon-container:nth-of-type(1) {
    animation: pulsate 0.5s ease-out;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage1 .header-status .header-status--container .header-status--icon-container:nth-of-type(2),
.customer:not(.loading) .short2full_stage1 .header-status .header-status--container .header-status--icon-container:nth-of-type(2) {
    animation: pulsate 0.5s ease-out;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage1 .header-status .header-status--container .header-status--icon-container:nth-of-type(3),
.customer:not(.loading) .short2full_stage1 .header-status .header-status--container .header-status--icon-container:nth-of-type(3) {
    animation: pulsate 0.5s ease-out;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage1 .header-status--title,
.customer:not(.loading) .short2full_stage1 .header-status--title {
    opacity: 0;
    transition: opacity 0.5s 0.6s ease-out;
  }
  .customer:not(.loading) .full2short_stage1 .live-data__production,
.customer:not(.loading) .short2full_stage1 .live-data__production {
    animation: pulsate 0.5s ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage1 .live-data__consumption,
.customer:not(.loading) .short2full_stage1 .live-data__consumption {
    animation: pulsateConsumption 0.5s ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage2 .header--site_name,
.customer:not(.loading) .short2full_stage2 .header--site_name {
    opacity: 1;
    transition: opacity 0.5s 0.2s ease-out;
  }
  .customer:not(.loading) .full2short_stage2 .retailer--logo img,
.customer:not(.loading) .short2full_stage2 .retailer--logo img {
    opacity: 0;
    animation: pulsateIn 0.5s ease-out;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage2 .header-status .header-status--container .header-status--icon-container,
.customer:not(.loading) .short2full_stage2 .header-status .header-status--container .header-status--icon-container {
    opacity: 0;
  }
  .customer:not(.loading) .full2short_stage2 .header-status .header-status--container .header-status--icon-container:nth-of-type(1),
.customer:not(.loading) .short2full_stage2 .header-status .header-status--container .header-status--icon-container:nth-of-type(1) {
    animation: pulsateIn 0.5s ease-out;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage2 .header-status .header-status--container .header-status--icon-container:nth-of-type(2),
.customer:not(.loading) .short2full_stage2 .header-status .header-status--container .header-status--icon-container:nth-of-type(2) {
    animation: pulsateIn 0.5s ease-out;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage2 .header-status .header-status--container .header-status--icon-container:nth-of-type(3),
.customer:not(.loading) .short2full_stage2 .header-status .header-status--container .header-status--icon-container:nth-of-type(3) {
    animation: pulsateIn 0.5s ease-out;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage2 .live-data__production,
.customer:not(.loading) .short2full_stage2 .live-data__production {
    opacity: 0;
    animation: pulsateIn 0.5s ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage2 .live-data__consumption,
.customer:not(.loading) .short2full_stage2 .live-data__consumption {
    opacity: 0;
    animation: pulsateInConsumption 0.5s ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .full2short_stage1 {
    overflow: hidden;
  }
  .customer:not(.loading) .full2short_stage1.header {
    animation: shrink 0.5s ease-out;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .short2full_stage1.header {
    animation: shrinkOut 0.5s ease-out;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .customer:not(.loading) .short2full_stage2 .header-status--title {
    opacity: 1;
    transition: opacity 0.5s 1s ease-out;
  }
  .customer:not(.loading) .header_full .header--site_name,
.customer:not(.loading) .full2short_stage1 .header--site_name,
.customer:not(.loading) .short2full_stage2 .header--site_name {
    margin-right: 105px;
  }
  .customer:not(.loading) .header_full.header,
.customer:not(.loading) .short2full_stage2.header {
    max-height: 125px;
    min-height: 125px;
  }
  .customer:not(.loading) .full2short_stage2.header,
.customer:not(.loading) .header_short.header,
.customer:not(.loading) .short2full_stage1.header,
.customer:not(.loading) .full2short_stage1-remove.header {
    max-height: 55px;
    min-height: 55px;
  }
  .customer:not(.loading) .full2short_stage2 .flippable .header--live_data_flipper,
.customer:not(.loading) .header_short .flippable .header--live_data_flipper,
.customer:not(.loading) .short2full_stage1 .flippable .header--live_data_flipper {
    transform-origin: 20px 50%;
  }
  .customer:not(.loading) .full2short_stage2 .header--live_data_container,
.customer:not(.loading) .header_short .header--live_data_container,
.customer:not(.loading) .short2full_stage1 .header--live_data_container {
    height: 40px;
    right: 10px;
    top: -13px;
    width: 40px;
  }
  .customer:not(.loading) .full2short_stage2 .header--live_data,
.customer:not(.loading) .header_short .header--live_data,
.customer:not(.loading) .short2full_stage1 .header--live_data {
    height: 40px;
    overflow: hidden;
    width: 40px;
  }
  .customer:not(.loading) .full2short_stage2 .live_data--pulse,
.customer:not(.loading) .header_short .live_data--pulse,
.customer:not(.loading) .short2full_stage1 .live_data--pulse {
    margin: 7px 0;
  }
  .customer:not(.loading) .full2short_stage2 .live_data--copy,
.customer:not(.loading) .full2short_stage2 .live_data--value,
.customer:not(.loading) .full2short_stage2 .live_data--type,
.customer:not(.loading) .full2short_stage2 .live_data--time_stamp,
.customer:not(.loading) .full2short_stage2 .header-status--title,
.customer:not(.loading) .header_short .live_data--copy,
.customer:not(.loading) .header_short .live_data--value,
.customer:not(.loading) .header_short .live_data--type,
.customer:not(.loading) .header_short .live_data--time_stamp,
.customer:not(.loading) .header_short .header-status--title,
.customer:not(.loading) .short2full_stage1 .live_data--copy,
.customer:not(.loading) .short2full_stage1 .live_data--value,
.customer:not(.loading) .short2full_stage1 .live_data--type,
.customer:not(.loading) .short2full_stage1 .live_data--time_stamp,
.customer:not(.loading) .short2full_stage1 .header-status--title {
    display: none !important;
  }
  .customer:not(.loading) .full2short_stage2 .header-status--title,
.customer:not(.loading) .header_short .header-status--title,
.customer:not(.loading) .short2full_stage1 .header-status--title {
    opacity: 0;
  }
  .customer:not(.loading) .full2short_stage2 .header--site_name--container,
.customer:not(.loading) .header_short .header--site_name--container,
.customer:not(.loading) .short2full_stage1 .header--site_name--container {
    margin-right: 0;
    padding-right: 0;
    width: 47%;
  }
  .customer:not(.loading) .full2short_stage2 .header--site_name--container,
.customer:not(.loading) .full2short_stage2 .header-status,
.customer:not(.loading) .header_short .header--site_name--container,
.customer:not(.loading) .header_short .header-status,
.customer:not(.loading) .short2full_stage1 .header--site_name--container,
.customer:not(.loading) .short2full_stage1 .header-status {
    min-height: 55px;
    margin-top: 0;
  }
  .customer:not(.loading) .full2short_stage2 .header-status,
.customer:not(.loading) .header_short .header-status,
.customer:not(.loading) .short2full_stage1 .header-status {
    float: left;
    margin: 8px 0 0;
    padding-left: 0;
    text-align: right;
    width: calc(53% - 55px);
  }
  .customer:not(.loading) .full2short_stage2 .header--site_name,
.customer:not(.loading) .header_short .header--site_name,
.customer:not(.loading) .short2full_stage1 .header--site_name {
    line-height: 55px;
    max-height: 55px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .customer:not(.loading) .full2short_stage2 .header-status--icon-container:not(:first-of-type),
.customer:not(.loading) .header_short .header-status--icon-container:not(:first-of-type),
.customer:not(.loading) .short2full_stage1 .header-status--icon-container:not(:first-of-type) {
    margin-left: 11px;
  }
  .customer:not(.loading) .full2short_stage2 .header-status--icon-container:first-of-type,
.customer:not(.loading) .header_short .header-status--icon-container:first-of-type,
.customer:not(.loading) .short2full_stage1 .header-status--icon-container:first-of-type {
    margin-left: 0;
  }
  .customer:not(.loading) .full2short_stage2 .header-accordion,
.customer:not(.loading) .header_short .header-accordion,
.customer:not(.loading) .short2full_stage1 .header-accordion {
    top: 55px;
  }
  .customer:not(.loading) .short2full_stage1-remove .header-status--title {
    display: inline-block !important;
  }
  .customer:not(.loading) .short2full_stage1-remove .header--site_name,
.customer:not(.loading) .short2full_stage1-remove .header-status--title {
    opacity: 0;
  }
}
@keyframes pulsate {
  from {
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.9;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes pulsateConsumption {
  from {
    transform: scale(1) rotateY(180deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1.2) rotateY(180deg);
    transform: scale(1.2) rotateY(180deg);
    opacity: 0.9;
  }
  to {
    -webkit-transform: scale(0) rotateY(180deg);
    transform: scale(0) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes pulsateIn {
  from {
    opacity: 0;
    transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.9;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulsateInConsumption {
  from {
    opacity: 0;
    -webkit-transform: scale(0) rotateY(180deg);
    transform: scale(0) rotateY(180deg);
  }
  30% {
    -webkit-transform: scale(1.2) rotateY(180deg);
    transform: scale(1.2) rotateY(180deg);
    opacity: 0.9;
  }
  to {
    -webkit-transform: scale(1) rotateY(180deg);
    transform: scale(1) rotateY(180deg);
    opacity: 1;
  }
}
@keyframes shrink {
  from {
    max-height: 125px;
  }
  to {
    max-height: 55px;
    min-height: 55px;
  }
}
@keyframes shrinkOut {
  from {
    max-height: 55px;
  }
  to {
    max-height: 125px;
    min-height: 125px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .customer:not(.loading) .integration-plus-header-modal,
.customer:not(.loading) .dnsp-label-container {
    position: relative;
  }
  .customer:not(.loading) .full2short_stage1 .dnsp-label,
.customer:not(.loading) .short2full_stage1 .dnsp-label {
    opacity: 0;
    transition: opacity 0.5s 0.2s ease-out;
  }
  .customer:not(.loading) .header_full,
.customer:not(.loading) .full2short_stage2,
.customer:not(.loading) .header_short {
    opacity: 1;
    transition: opacity 0.5s 1s ease-out;
  }
  .customer:not(.loading) .header_short .dnsp-label-container .header-status,
.customer:not(.loading) .short2full_stage1 .dnsp-label-container .header-status,
.customer:not(.loading) .full2short_stage2 .dnsp-label-container .header-status {
    float: right;
  }
  .customer:not(.loading) .full2short_stage1 .header--site_name--container,
.customer:not(.loading) .short2full_stage2 .header--site_name--container,
.customer:not(.loading) .header_full .header--site_name--container {
    position: relative;
  }
  .customer:not(.loading) .full2short_stage1 .dnsp-label,
.customer:not(.loading) .short2full_stage2 .dnsp-label,
.customer:not(.loading) .header_full .dnsp-label {
    position: absolute;
    top: -6px;
    margin-left: 5px;
  }
  .customer:not(.loading) .short2full_stage1 .dnsp-label,
.customer:not(.loading) .full2short_stage2 .dnsp-label,
.customer:not(.loading) .header_short .dnsp-label {
    position: absolute;
    top: 13px;
    margin-left: 10px;
  }
}
/*---------- LOGIN BLOCK ----------*/
.container__login {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.login__content {
  padding: 0;
}

.login__logo {
  margin-bottom: 30px;
}

.login__top-text {
  font-size: 0.75em;
}

.login__copy {
  font-weight: normal;
}

.login__list {
  line-height: 1.5rem;
  padding-left: 20px;
}

/*---------- PERFORMANCE DISPLAY MODULE ----------*/
.performance-display .performance-display--main-container .performance-display--icon-container {
  display: inline-block;
  padding: 0;
  float: none;
  text-align: right;
}
.performance-display .performance-display--main-container .performance-display--icon-container .icon-inactive {
  color: #7d7d7d;
}
.performance-display .performance-display--main-container .performance-display--text-container {
  display: inline-block;
  padding: 0;
  float: none;
  color: #3a3934;
}
@media only screen and (min-width: 75em) {
  .performance-display .performance-display--main-container .performance-display--text-container {
    width: auto;
  }
}
@media only screen and (max-width: 61.9375em) {
  .performance-display .performance-display--main-container .performance-display--text-container {
    max-width: none;
  }
}
.performance-display .performance-display--main-container .performance-display--intro {
  font-size: 0.6875em;
  line-height: 1.24em;
  font-weight: 200;
  margin-bottom: 5px;
  color: #7d7d7d;
}
.performance-display .performance-display--main-container .performance-display--title {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 8px;
}
.performance-display .performance-display--main-container .performance-display--subtitle {
  font-size: 0.75em;
  line-height: 1.24em;
  font-weight: 200;
}
.performance-display .performance-display--main-container .performance-display--more {
  font-size: 0.75em;
  line-height: 0.875em;
  font-weight: 200;
  text-decoration: underline;
  color: #3a3934;
}
.performance-display .performance-display--footer-container {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 61.9375em) {
  .performance-display.performance-display--gauged .performance-display--footer-container {
    margin: 200px 15px 0 15px;
  }
}

.perf-dash .performance-display {
  margin: 15px 0 15px;
}
@media only screen and (max-width: 47.9375em) {
  .perf-dash .performance-display {
    margin: 0 15px;
  }
}
.perf-dash .performance-display--main-container {
  text-align: center;
  margin: 50px 20px 0 20px;
}
@media only screen and (max-width: 99.9375em) {
  .perf-dash .performance-display--main-container {
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .perf-dash .performance-display--main-container {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .perf-dash .performance-display--main-container {
    margin: 50px 0;
  }
}
.perf-dash .performance-display--main-container .performance-display--icon-container {
  vertical-align: middle;
  height: 72px;
  width: 72px;
}
.perf-dash .performance-display--main-container .performance-display--icon-container .performance-display--icon {
  font-size: 72px;
}
.perf-dash .performance-display--main-container .performance-display--text-container {
  vertical-align: middle;
  text-align: left;
  margin-left: 15px;
  max-width: 280px;
}
.perf-dash .performance-display--footer-container {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.perf-daily .performance-display {
  margin: 15px;
}
@media only screen and (max-width: 61.9375em) {
  .perf-daily .performance-display {
    margin: 0;
  }
}
.perf-daily .performance-display--main-container {
  margin: 30px 20px 0 20px;
}
@media only screen and (max-width: 99.9375em) {
  .perf-daily .performance-display--main-container {
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .perf-daily .performance-display--main-container {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .perf-daily .performance-display--main-container {
    text-align: center;
    margin: 0;
  }
}
@media only screen and (min-width: 62em) {
  .perf-daily .performance-display--main-container {
    display: flex;
  }
}
.perf-daily .performance-display--main-container .performance-display--icon-container {
  vertical-align: top;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 61.9375em) {
  .perf-daily .performance-display--main-container .performance-display--icon-container {
    position: absolute;
    margin-top: 40px;
    margin-left: -115px;
    width: 50px;
    height: 50px;
  }
}
.perf-daily .performance-display--main-container .performance-display--icon-container .performance-display--icon {
  font-size: 100px;
}
@media only screen and (max-width: 61.9375em) {
  .perf-daily .performance-display--main-container .performance-display--icon-container .performance-display--icon {
    font-size: 50px;
  }
}
.perf-daily .performance-display--main-container .performance-display--text-container {
  vertical-align: top;
  text-align: left;
  width: 480px;
  margin-left: 15px;
}
@media only screen and (max-width: 74.9375em) {
  .perf-daily .performance-display--main-container .performance-display--text-container {
    width: 350px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .perf-daily .performance-display--main-container .performance-display--text-container {
    width: auto;
    display: block;
    text-align: center;
    margin-left: 0;
    max-width: none;
  }
}
@media only screen and (max-width: 61.9375em) {
  .perf-daily .performance-display--main-container .performance-display--text-container .performance-display--intro,
.perf-daily .performance-display--main-container .performance-display--text-container .performance-display--subtitle {
    display: none;
  }
}
.perf-daily .performance-display--main-container button {
  text-align: left;
}
@media only screen and (max-width: 61.9375em) {
  .perf-daily .performance-display--main-container button {
    text-align: center;
  }
}

.card-body .perf-dash .performance-display--main-container {
  align-items: center;
  display: flex;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 47.9375em) {
  .card-body .perf-dash .performance-display--main-container {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .card-body .perf-dash .performance-display--icon-container {
    width: 80px;
    height: 80px;
  }
  .card-body .perf-dash .performance-display--icon-container .performance-display--icon {
    font-size: 80px;
  }
  .card-body .perf-dash .performance-display--title {
    font-size: 1.8rem;
  }
}

/*---------- PROFILE MODULE ----------*/
.text_group {
  padding-top: 5px;
  position: relative;
}
.text_group.text_group--small {
  margin-bottom: 5px;
  padding-top: 0px;
}

.text_group--label {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.6rem;
  padding-right: 0;
  padding-top: 6px;
  padding-bottom: 9px;
}

.text_group--value {
  font-size: 0.75em;
  line-height: 1.6rem;
  padding-top: 6px;
  word-wrap: break-word;
}
.text_group--value i {
  font-size: 2rem;
}
.text_group--value select,
.text_group--value input {
  margin-bottom: 0;
  width: 100%;
}
.text_group--value select.ng-hide,
.text_group--value input.ng-hide {
  display: none !important;
}
.text_group--small .text_group--value select,
.text_group--small .text_group--value input {
  margin-left: -8px;
  padding-left: 3px;
}
.text_group--small .text_group--value input {
  padding-left: 7px;
  padding-right: 3px;
}
.text_group--value select {
  margin-left: -17px;
  margin-top: -9px;
}
@media only screen and (max-width: 47.9375em) {
  .text_group--value select {
    margin-left: -7px;
    padding: 0 2px;
  }
}
.text_group--value input {
  margin-left: -13px;
  margin-top: -9px;
}
@media only screen and (max-width: 47.9375em) {
  .text_group--value input {
    margin-left: -8px;
    padding: 0 7px;
  }
}
.text_group--value.text_group--switch {
  padding-top: 0;
  padding-left: 20px;
}
.text_group--value .toggle-site-config {
  width: 110px;
}

/*---------- RETAILER MODULE ----------*/
.subheader__site_name {
  margin-bottom: -22px;
  margin-top: 13px;
}
.subheader__site_name + .page-title {
  margin-bottom: 14px;
}

.retailer--menu_logo {
  margin: 30px auto auto;
  padding-right: 5px;
  text-align: center;
  width: 135px;
}
.retailer--menu_logo img {
  max-width: 115px;
}

.retailer--sa-left,
.retailer--sa-right {
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 15px;
  width: 100%;
}

.retailer--sa-left {
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .retailer--sa-left {
    text-align: center;
  }
}

.retailer--page_logo {
  max-height: 100px;
  max-width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .retailer--sa-logo {
    max-width: 80%;
    height: auto;
  }
}

.retailer--sa-right {
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .retailer--sa-right {
    text-align: center;
  }
}

@media only screen and (max-width: 47.9375em) {
  .retailer--logo {
    position: relative;
    display: block;
  }
  .dashboard .retailer--logo {
    line-height: 38px;
    max-width: calc(100% - 111px);
  }
  .dashboard .retailer--logo img {
    max-width: 100%;
    max-height: 38px;
    height: inherit !important;
  }
  .header_short .retailer--logo, .full2short_stage2 .retailer--logo, .short2full_stage1 .retailer--logo {
    line-height: 55px;
  }
  .header_short .retailer--logo img, .full2short_stage2 .retailer--logo img, .short2full_stage1 .retailer--logo img {
    height: auto;
    max-height: 55px;
    max-width: calc(100% - 10px);
  }
}
/*---------- STATUS MODULE ----------*/
.status_icon {
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px 0 22px;
}
@media only screen and (max-width: 47.9375em) {
  .status_icon {
    margin: 0 6px 0 14px;
  }
}
.status_icon.status_icon__good {
  background-color: #33cc33;
}
.status_icon.status_icon__investigate {
  background-color: #f99f1e;
}
.status_icon.status_icon__alert {
  background-color: #ed1c24;
}

.status--description {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .status--description {
    font-size: 1.2rem;
  }
  .status--description .status_description__text {
    display: none;
  }
}
.status--description .status_description__sub {
  font-size: 1rem;
  font-weight: normal;
}

.status__container {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 47.9375em) {
  .overview .status__container,
.status__wide .status__container {
    display: block;
    text-align: center;
  }
  .overview .status_icon,
.status__wide .status_icon {
    width: 24px;
    height: 24px;
  }
  .overview .status--description,
.status__wide .status--description {
    text-align: center;
    font-size: 1.6rem;
  }
  .overview .status_description__sub,
.status__wide .status_description__sub {
    font-size: 1.2rem;
  }
  .overview .status_description__text,
.status__wide .status_description__text {
    display: inline-block;
  }
}
.fleet .status_details--icon {
  margin-top: -6px;
}
.fleet .status_details--icon .icon-circle-tick {
  color: #12a840;
}
.fleet .status_details--icon .icon-circle-minus {
  color: #f37321;
}
.fleet .status_details--icon .icon-circle-minus-grey {
  color: #7d7d7d;
}
.fleet .status_details--icon .icon-danger {
  color: #f90707;
}

.status_details--description {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.9375em) {
  .status_details--description {
    text-align: center;
  }
}
.status_details--description a.tdu {
  color: #ffffff;
}
.status_details--description a.tdu:hover, .status_details--description a.tdu:focus, .status_details--description a.tdu:active {
  color: #ccc;
  text-decoration: underline;
}

.status_details--heading {
  font-size: 1.125em;
  font-weight: 400;
  margin-top: 12px;
}

.status_details--list {
  font-size: 0.6875em;
  margin: 10px 0;
  padding-left: 16px;
}
.status_details--list li {
  margin-bottom: 6px;
}

.bg_consumed_img {
  background: url(../img/status-bar/consumed_bg.png) repeat 0 0;
}

.bg_potential_img {
  background: url(../img/status-bar/potential_bg.png) repeat 0 0;
}

.status-bar__bar {
  border-radius: 3px;
  height: 12px;
  top: 0;
  transition: width 1s ease-out;
  width: 0;
}

.status-bar__labels-container {
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .status-bar__labels-container {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 62em) and (max-width: 74.9375em) {
  .status-bar__labels-container {
    font-size: 1rem;
  }
}

.status-bar__label:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (min-width: 48em) {
  .status-bar__label:not(:last-child) {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 62em) {
  .status-bar__label:not(:last-child) {
    margin-right: 5px;
  }
}

/*---------- TAGS MODULE ----------*/
.tag {
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 600;
  height: 16px;
  line-height: 16px;
  padding: 0 16px;
  text-align: center;
}

.tag__new {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: normal;
  height: 16px;
  margin-left: 8px;
  padding: 0 5px 0 1px;
  position: relative;
  text-transform: uppercase;
  vertical-align: 1px;
}
.tag__new:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: -5px;
}
.tag__new:after {
  border: solid transparent;
  border-width: 8px;
  content: " ";
  height: 0;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
}

.wmb-subtitle {
  margin: 0 0 16px;
  font-size: 2.4rem;
}

.wmb-label, .wmb-md .ngdialog-content .wmb-label {
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #7d7d7d;
}

.wmb-value, .wmb-md-wrapper .wmb-md-body, .wmb-textbox.StripeElement,
.wmb-textbox input[type=text] {
  margin-bottom: 16px;
  font-size: 1.6rem;
  color: #000;
}
.wmb-value.stacked, .wmb-md-wrapper .stacked.wmb-md-body, .stacked.wmb-textbox.StripeElement,
.wmb-textbox input.stacked[type=text] {
  margin-bottom: 8px;
}
.wmb-value.secondary, .wmb-md-wrapper .secondary.wmb-md-body, .secondary.wmb-textbox.StripeElement,
.wmb-textbox input.secondary[type=text] {
  color: #7d7d7d;
}
.wmb-value.last, .wmb-md-wrapper .last.wmb-md-body, .last.wmb-textbox.StripeElement,
.wmb-textbox input.last[type=text] {
  margin-bottom: 0;
}

.wmb-sub-text, .wmb-md .ngdialog-content .wmb-sub-text {
  font-size: 1rem;
  color: #7d7d7d;
}

.wmb-line {
  margin-top: 0;
  margin-bottom: 16px;
  color: #7d7d7d;
  border-width: 1px;
  width: 100%;
}

.wmb-radio {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wmb-radio input[type=radio] {
  display: none;
}
.wmb-radio input[type=radio] + label > span:first-of-type {
  border-radius: 50%;
  border: 1px solid;
  cursor: pointer;
}
.wmb-radio input[type=radio]:checked + label > span:first-of-type {
  background: #ffffff;
  border: 8px solid;
}

.wmb-textbox.StripeElement,
.wmb-textbox input[type=text] {
  padding: 10px 12px;
  margin-bottom: 0;
  height: 42px;
  border: 1px solid #b7b7b7;
  border-radius: 2px;
}
.wmb-textbox.StripeElement::-webkit-input-placeholder,
.wmb-textbox input[type=text]::-webkit-input-placeholder {
  color: #7d7d7d;
}
.wmb-textbox.StripeElement::-moz-placeholder,
.wmb-textbox input[type=text]::-moz-placeholder {
  color: #7d7d7d;
}
.wmb-textbox.StripeElement:-moz-placeholder,
.wmb-textbox input[type=text]:-moz-placeholder {
  color: #7d7d7d;
}
.wmb-textbox.StripeElement:-ms-input-placeholder,
.wmb-textbox input[type=text]:-ms-input-placeholder {
  color: #7d7d7d;
}
.wmb-textbox.StripeElement.invalid,
.wmb-textbox input[type=text].invalid {
  border-color: #ed1c24;
  animation: unset;
}
.wmb-textbox.StripeElement:focus, .wmb-textbox.StripeElement:hover,
.wmb-textbox input[type=text]:focus,
.wmb-textbox input[type=text]:hover {
  background: none;
}
.wmb-textbox.StripeElement--invalid {
  border-color: #ed1c24;
}

.wmb-md .ngdialog-content {
  position: relative;
  background: none;
  height: 100%;
}
.wmb-md .ngdialog-content .wmb-sub-text {
  margin-bottom: 0;
}
.page__minimal .wmb-md .ngdialog-overlay,
.page__minimal .wmb-md .ng-loading--overlay {
  background: none;
}

.wmb-md-container {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 672px;
  height: 50%;
}
@media only screen and (max-width: 74.9375em) {
  .wmb-md-container {
    width: 608px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .wmb-md-container {
    width: 100%;
  }
}

.wmb-md-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.wmb-md-wrapper.wmb-info, .wmb-md-wrapper.wmb-success, .wmb-md-wrapper.wmb-warning, .wmb-md-wrapper.wmb-error {
  border-left: 8px solid;
}
.wmb-md-wrapper.wmb-success {
  border-left-color: #12a840;
}
.wmb-md-wrapper.wmb-success .wmb-md-title-icon,
.wmb-md-wrapper.wmb-success .wmb-md-title,
.wmb-md-wrapper.wmb-success .wmb-md-title-med {
  color: #12a840;
}
.wmb-md-wrapper.wmb-warning {
  border-left-color: #f37321;
}
.wmb-md-wrapper.wmb-warning .wmb-md-title-icon,
.wmb-md-wrapper.wmb-warning .wmb-md-title,
.wmb-md-wrapper.wmb-warning .wmb-md-title-med {
  color: #f37321;
}
.wmb-md-wrapper.wmb-error {
  border-left-color: #ed1c24;
}
.wmb-md-wrapper.wmb-error .wmb-md-title-icon,
.wmb-md-wrapper.wmb-error .wmb-md-title,
.wmb-md-wrapper.wmb-error .wmb-md-title-med {
  color: #ed1c24;
}
.wmb-md-wrapper .wmb-md-subtitle {
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #000;
}
.wmb-md-wrapper .wmb-md-inner-wrapper {
  background: #ffffff;
  padding: 48px 40px 32px;
}
.wmb-md-wrapper .wmb-md-inner-wrapper p {
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  .wmb-md-wrapper .wmb-md-inner-wrapper {
    padding: 24px 16px;
  }
}
.wmb-md-wrapper .wmb-inner-subwrapper {
  padding: 0 0 10px 70px;
}
@media only screen and (max-width: 47.9375em) {
  .wmb-md-wrapper .wmb-inner-subwrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .wmb-md-wrapper,
.wmb-md-container {
    height: 100%;
  }
}
.wmb-md-title-wrapper {
  margin-bottom: 32px;
  margin-right: 32px;
}
@media only screen and (max-width: 47.9375em) {
  .wmb-md-title-wrapper {
    margin-bottom: 16px;
  }
}
.wmb-md-title-wrapper .wmb-md-title, .wmb-md-title-wrapper .wmb-md-title-med {
  margin: 0;
  width: calc(100% - 80px);
}

.wmb-md-title-icon {
  margin-right: 24px;
  font-size: 3.6rem;
  vertical-align: top;
}
@media only screen and (max-width: 47.9375em) {
  .wmb-md-title-icon {
    margin-right: 16px;
  }
}

.wmb-md-title, .wmb-md-title-med {
  margin: 0 0 32px;
  font-size: 3.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .wmb-md-title, .wmb-md-title-med {
    margin-bottom: 16px;
  }
}

.wmb-md-title-med {
  font-size: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .wmb-md-title-med {
    font-size: 2rem;
  }
}

.wmb-md-button-close {
  position: absolute;
  right: 14px;
  top: 12px;
}
.wmb-md-button-close i {
  font-size: 2.4rem;
  color: #000;
}

.wmb-md-button-wrapper {
  text-align: right;
  margin-top: 32px;
}
@media only screen and (max-width: 47.9375em) {
  .wmb-md-button-wrapper {
    margin-top: 16px;
  }
}

.wmb-md-button, .wmb-md-button-yes, .wmb-md-button-no {
  min-width: 120px;
  height: 40px;
  padding: 0 40px;
  border-radius: 5px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.9375em) {
  .wmb-md-button, .wmb-md-button-yes, .wmb-md-button-no {
    min-width: 100px;
    padding: 0 32px;
  }
}
.wmb-md-button:hover, .wmb-md-button-yes:hover, .wmb-md-button-no:hover {
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .wmb-md-button.xs, .xs.wmb-md-button-yes, .xs.wmb-md-button-no {
    padding: 0 18px;
  }
}

.wmb-md-button-no {
  color: #000;
}
.wmb-md-button-no:hover {
  background: #f5f5f5;
  color: #000;
}

.subscription-plan-option {
  margin: 0 auto 16px;
  padding: 16px 20px 12px;
  background: #f5f5f5;
  width: 490px;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
}
@media only screen and (max-width: 47.9375em) {
  .subscription-plan-option {
    padding: 20px 24px;
    width: auto;
    max-width: 480px;
  }
}
.subscription-plan-option.plan_disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.subscription-option-label {
  color: #3a3934;
  vertical-align: middle;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: normal;
  margin-right: 8px;
  margin-bottom: 0;
}

.subscription-tag-container {
  float: right;
  margin-top: -8px;
  margin-right: -16px;
  height: 8px;
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .subscription-tag-container {
    margin-top: -12px;
  }
}

.subscription-plan-date {
  margin: 0 auto 32px;
  width: 480px;
}
@media only screen and (max-width: 47.9375em) {
  .subscription-plan-date {
    width: auto;
    max-width: 480px;
  }
}

.subscription-card-number .subscription-card-type {
  position: absolute;
  top: 6px;
  right: 8px;
  height: 2.8em;
}
.subscription-card-number input {
  padding-right: 60px;
}

.subscription-card-type.visa, .subscription-card-type.mastercard, .subscription-card-type.amex, .subscription-card-type.unknown {
  font-size: 10px;
  margin-right: 0;
  width: 42px;
  height: 28px;
}

.subscription-card-wrapper {
  margin: 0 auto;
  max-width: 418px;
}
.subscription-card-wrapper .wmb-textbox {
  margin-bottom: 16px;
}

.subscription-card-expiry {
  display: inline-block;
  width: calc(50% - 12px);
}

.subscription-card-code {
  margin-top: 4px;
  float: right;
  width: calc(50% - 12px);
}

/*---------- FLEET NO SITES MODULE ----------*/
.no-sites__copy {
  margin-top: 60px;
  margin-bottom: 130px;
}

.no-sites__cta {
  margin-left: 25px;
}

.no-sites__cta_copy {
  display: inline-block;
  margin-top: -10px;
  margin-left: 9px;
}

.sites-list-section {
  padding: 0;
  font-weight: 400;
}

.sites-list-section-wrapper {
  margin-right: 20px;
}
@media only screen and (max-width: 61.9375em) {
  .sites-list-section-wrapper {
    margin: 0;
  }
}

.sites-list-header {
  margin-left: 15px;
}
@media only screen and (max-width: 61.9375em) {
  .sites-list-header {
    margin: 0;
  }
}

.sites-list-label {
  max-width: calc(100% - 35px);
}

.sites-list-divider-wrapper {
  border-left: 1px solid #d5d5d5;
  padding-left: 15px;
  height: 120px;
}
@media only screen and (max-width: 61.9375em) {
  .sites-list-divider-wrapper {
    border: none;
    padding: 0;
    height: auto;
  }
}

.sites-list-divider-horizontal {
  display: none;
}
@media only screen and (max-width: 61.9375em) {
  .sites-list-divider-horizontal {
    display: inline-block;
    border-top: 1px solid #d5d5d5;
    width: 100%;
    margin: 20px 0;
  }
}

.sites-list-icon {
  width: 30px;
  vertical-align: middle;
}
.sites-list-icon i {
  color: #7d7d7d;
}

.sites-list-button {
  text-align: right;
}
@media only screen and (max-width: 61.9375em) {
  .sites-list-button {
    text-align: center;
  }
}
.sites-list-button .sites-list-button-wrapper {
  width: 220px;
  float: right;
}
@media only screen and (max-width: 61.9375em) {
  .sites-list-button .sites-list-button-wrapper {
    width: auto;
    float: none;
    margin: 0;
  }
}
.sites-list-button button,
.sites-list-button a.btn,
.sites-list-button a.btn_new,
.sites-list-button a.btn_new_sm {
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
  width: 200px;
}
@media only screen and (max-width: 61.9375em) {
  .sites-list-button button,
.sites-list-button a.btn,
.sites-list-button a.btn_new,
.sites-list-button a.btn_new_sm {
    width: 100%;
  }
}
.sites-list-button p {
  text-align: left;
  margin-left: 5px;
}
@media only screen and (max-width: 61.9375em) {
  .sites-list-button p {
    text-align: center;
    margin: 0;
  }
}

@media only screen and (max-width: 61.9375em) {
  .sites-list-button-close {
    margin-top: 20px;
  }
}

div.bordered-tabs > .nav {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}
div.bordered-tabs > .nav li {
  margin-bottom: -1px;
}
div.bordered-tabs > .nav li.active a {
  border-color: #ccc;
  border-bottom-color: #ffffff;
  background: none;
}
div.bordered-tabs > .nav li.active a, div.bordered-tabs > .nav li.active a:hover, div.bordered-tabs > .nav li.active a:focus, div.bordered-tabs > .nav li.active a:active {
  background-color: #ffffff;
  color: #000;
}
div.bordered-tabs > .nav li a {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #f4f1eb;
  border-bottom-color: #ccc;
  color: #7d7d7d;
  display: inline-block;
  font-size: 1.1rem;
  margin-right: 5px;
  padding: 12px 15px 10px;
}
div.bordered-tabs > .nav li a:hover, div.bordered-tabs > .nav li a:focus, div.bordered-tabs > .nav li a:active {
  background-color: #ffffff;
  border-color: #ccc;
  border-bottom-color: #ffffff;
  color: #000;
}

@media (max-width: 767px) {
  .tab-xs {
    max-width: 90px;
  }
}

/*---------- ATOMIC BASE ----------*/
.dib,
input[type=file].dib {
  display: inline-block;
}

.db {
  display: block;
}

.dc {
  display: contents;
}

.dnone {
  display: none;
}

.pen {
  pointer-events: none;
}

.cp {
  cursor: pointer;
}

.vat {
  line-height: 1em;
  vertical-align: top;
}

.vat2 {
  vertical-align: top;
}

.no-hover:hover {
  background: transparent;
}

.vishid {
  visibility: hidden;
}

.ha {
  margin: 0 auto;
}

.vab {
  vertical-align: bottom;
}

.vam,
.table > tbody > tr > td.vam {
  vertical-align: middle;
}

.va-1 {
  vertical-align: -1px;
}

.va-3 {
  vertical-align: -3px;
}

.va2 {
  vertical-align: 2px;
}

.va3 {
  vertical-align: 3px;
}

@media only screen and (max-width: 61.9375em) {
  .tac-to-tablet {
    text-align: center;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.whitespace-normal {
  white-space: normal;
}

.no-wrap {
  white-space: nowrap;
}

.break-word {
  word-break: break-word;
}

.no-borders,
tr.no-borders,
.table .no-borders th {
  border: none;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

@media only screen and (min-width: 48em) {
  .flr_desktop {
    float: right;
  }
}

.wd25 {
  width: 25px;
}

.wd30 {
  width: 30px;
}

.wd45 {
  width: 45px;
}

*.fw,
input.fw,
select.fw,
textarea.fw,
.form-control.fw {
  width: 100%;
}

.wd60 {
  width: 60px;
}

.wd_fw {
  width: 100%;
}

.wd_hw {
  width: 50%;
}

.min_height400 {
  min-height: 450px;
}

.h30 {
  height: 30px;
}

.h-full {
  height: 100%;
}

.fs-9 {
  font-size: 0.9rem;
}

.fs-11,
p.fs-11 {
  font-size: 1.1rem;
}

.fs-12,
i.fs-12 {
  font-size: 1.2rem;
}

.fs-12-reg,
p.fs-12-reg {
  font-size: 1.2rem;
  font-weight: 400;
}

.fs-12-bold,
p.fs-12-bold {
  font-size: 1.2rem;
  font-weight: 900;
}

.fs-13,
p.fs-13 {
  font-size: 1.3rem;
}

.fs-14,
p.fs-14 {
  font-size: 1.4rem;
}

@media only screen and (max-width: 61.9375em) {
  .fs-14_tablet,
p.fs-14_tablet {
    font-size: 1.4rem;
  }
}

.fs-14-reg,
p.fs-14-reg {
  font-size: 1.4rem;
  font-weight: 400;
}

.fs-15,
p.fs-15 {
  font-size: 1.5rem;
}

.fs-15-reg,
p.fs-15-reg {
  font-size: 1.5rem;
  font-weight: 400;
}

.fs-15-bold,
p.fs-15-bold {
  font-size: 1.5rem;
  font-weight: 900;
}

.fs-16,
p.fs-16,
button.fs-16 {
  font-size: 1.6rem;
}

.fs-16-reg,
p.fs-16-reg {
  font-size: 1.6rem;
  font-weight: 400;
}

.fs-18-reg,
p.fs-18-reg {
  font-size: 1.8rem;
  font-weight: 400;
}

.fs-18-bold,
p.fs-18-bold {
  font-size: 1.8rem;
  font-weight: 900;
}

.fs-20 {
  font-size: 2rem;
}

.fs-22,
p.fs-22 {
  font-size: 2.2rem;
}

.fs-25 {
  font-size: 2.5rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-50 {
  font-size: 5rem;
}

.fs-58 {
  font-size: 5.8rem;
}

.fwl,
p.fwl {
  font-weight: 300;
}

.fwn,
p.fwn {
  font-weight: 400;
}

.fwr,
p.fwr {
  font-weight: 500;
}

.fwb,
p.fwb {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.ttl {
  text-transform: none;
}

.ttlower {
  text-transform: lowercase;
}

.ttu {
  text-transform: uppercase;
}

.ttc {
  text-transform: capitalize;
}

@media only screen and (max-width: 61.9375em) {
  .ttc_tablet {
    text-transform: capitalize;
  }
}

.tdn {
  text-decoration: none;
}

.tdu-white,
a.tdu-white {
  text-decoration: underline;
  color: #ffffff;
}

.tdu {
  text-decoration: underline;
}

.first-letter-capital::first-letter {
  text-transform: capitalize;
}

.no_focus:focus {
  outline: none;
}

.lh0 {
  line-height: 0;
}

.lh1 {
  line-height: 1em;
}

.lh2 {
  line-height: 2em;
}

.lh3 {
  line-height: 2rem;
}

.lh14 {
  line-height: 1.4rem;
}

@media only screen and (max-width: 47.9375em) {
  .lh16_phone {
    line-height: 1.6rem;
  }
}

.lh18,
i.lh18 {
  line-height: 1.8rem;
}

.lh40 {
  line-height: 40px;
}

.ml-auto {
  margin-left: auto;
}

.m0 {
  margin: 0;
}

.mlr-15 {
  margin: auto -15px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mt-5 {
  margin-top: -5px;
}

.mt0 {
  margin-top: 0;
}

.mt3 {
  margin-top: 3px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

@media only screen and (max-width: 47.9375em) {
  .mt10_phone {
    margin-top: 10px;
  }
}

.mt15 {
  margin-top: 15px;
}

@media only screen and (min-width: 48em) {
  .mt15_tablet {
    margin-top: 15px;
  }
}

.mt25 {
  margin-top: 25px;
}

@media only screen and (min-width: 48em) {
  .mt25_tablet {
    margin-top: 25px;
  }
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px;
}

@media only screen and (max-width: 61.9375em) {
  .mt36_tablet {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .mtb30_phone {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt-3 {
  margin-top: -3px;
}

.mt-5 {
  margin-top: -5px;
}

.mt-13 {
  margin-top: -13px;
}

.mt-18 {
  margin-top: -18px;
}

.mb0,
p.mb0,
input.form-control.mb0 {
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .mb0_phone {
    margin-bottom: 0;
  }
}

.mb3,
p.mb3 {
  margin-bottom: 3px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10,
p.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb13 {
  margin-bottom: 13px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20,
p.mb20 {
  margin-bottom: 20px;
}

.mb25,
p.mb25 {
  margin-bottom: 25px;
}

@media only screen and (min-width: 48em) {
  .mb25_tablet {
    margin-bottom: 25px;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb37,
p.mb37 {
  margin-bottom: 37px;
}

.mb40,
p.mb40 {
  margin-bottom: 40px;
}

.mb50,
p.mb50 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .mb75_tablet_to_laptop {
    margin-bottom: 75px;
  }
}

.mb45 {
  margin-bottom: 45px;
}

.mb-19 {
  margin-bottom: -19px;
}

.mr0 {
  margin-right: 0 !important;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr5 {
  margin-right: 5px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr16 {
  margin-right: 16px;
}

.mr20 {
  margin-right: 20px;
}

.mr24 {
  margin-right: 24px;
}

.mr30 {
  margin-right: 30px;
}

.mr32 {
  margin-right: 32px;
}

@media only screen and (min-width: 48em) {
  .ml8_tablet {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .mr8_phone {
    margin-right: 8px;
  }
}

.ml0 {
  margin-left: 0;
}

@media only screen and (min-width: 48em) {
  .ml0_tablet {
    margin-left: 0px;
  }
}

.ml2 {
  margin-left: 2px;
}

.ml3 {
  margin-left: 3px;
}

.ml5 {
  margin-left: 5px;
}

.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml11 {
  margin-left: 11px;
}

.ml12 {
  margin-left: 12px;
}

@media only screen and (min-width: 48em) {
  .ml11_tablet {
    margin-left: 11px;
  }
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml50 {
  margin-left: 50px;
}

@media only screen and (min-width: 48em) {
  .ml-sm-13 {
    margin-left: -13px;
  }
}

@media only screen and (min-width: 48em) {
  .ml-25_tablet {
    margin-left: -25px;
  }
}

.ml-30 {
  margin-left: -30px;
}

.ml56 {
  margin-left: 56px;
}

.pd10 {
  padding: 10px;
}

.pd16 {
  padding: 16px;
}

.pdl20 {
  padding-left: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .pdl5_phone {
    padding-left: 5px;
  }
}

.pdlr0 {
  padding-left: 0;
  padding-right: 0;
}

.pdlr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pdlr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt5 {
  padding-top: 5px;
}

.pdt30 {
  padding-top: 30px !important;
}

@media only screen and (max-width: 47.9375em) {
  .pdlr10_phone {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pd0_phone {
    padding: 0;
  }
}
.pdr20 {
  padding-right: 20px;
}

.pdr0 {
  padding-right: 0;
}

.pdr10 {
  padding-right: 10px;
}

.pdt0 {
  padding-top: 0px;
}

.pdt2 {
  padding-top: 2px;
}

.pdt15,
button.pdt15 {
  padding-top: 15px;
}

.p0,
.table > tbody > tr > td.pd0 {
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .p0_tablet {
    padding: 0;
  }
}

.color-white {
  color: #ffffff;
}

.color-gray {
  color: #838383;
}

.color-gray {
  color: #838383;
}

.color-nobel {
  color: #b7b7b7;
}

.color-scarpa {
  color: #58585a;
}

.color-tuatara {
  color: #3a3934;
}

.color-green {
  color: #12a840;
}

.color-red {
  color: #f90707;
}

.color-sunglow {
  color: #fec533;
}

.color-mineshaft {
  color: #333333;
}

.bg-white {
  background-color: #ffffff;
}

.bg-red {
  background-color: #f90707;
}

.bg-springwood {
  background-color: #f4f1eb;
}

.fb {
  font-weight: 900;
}

.fb-800 {
  font-weight: 800;
}

.fb-700 {
  font-weight: 700;
}

/* -------- FLEX ---------- */
.flex-container {
  display: flex;
}

.flex-item-grow-half {
  flex-grow: 0.5;
  flex-basis: 0;
}

.flex-item-grow-1 {
  flex-grow: 1;
  flex-basis: 0;
}

.flex-item-grow-2 {
  flex-grow: 2;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.flex-tac {
  justify-content: center;
}

/* -------- MOBILE ---------- */
@media only screen and (max-width: 47.9375em) {
  .fw_mobile {
    width: 100%;
  }

  .mt15_phone {
    margin-top: 15px;
  }

  .vishid_phone {
    visibility: hidden;
  }

  .tac_mobile {
    text-align: center;
  }

  .ml5_mobile {
    margin-left: 5px;
  }

  .mb12_mobile {
    margin-bottom: 12px;
  }

  .flex-col-reverse_mobile {
    flex-direction: column-reverse;
  }

  .flex-container_mobile {
    display: flex;
  }

  .flex-column_mobile {
    flex-direction: column;
  }
}
@media only screen and (min-width: 48em) {
  .ml10_tablet {
    margin-left: 10px;
  }
}
/* ========================================================================

      TeMP Framework v3.5.4
      Copyright (c) 2009-2014 Indrek Paas - http://indrekpaas.com/temp/
      MIT licensed

      Project: [...]
      Date:    [...]
      Author:  [...]

   ======================================================================== */
.box .nav:after {
  clear: both;
  content: "";
  display: table;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select,
.form-control, body.bg--white, body.setup.bg--white, a, .hovered--wrapper, .btn, button.btn_new,
a.btn_new, button.btn_new2, button.btn_new_sm,
a.btn_new_sm, button.btn_cancel, .btn__tab, .btn--outside, .btn_transparent,
.btn--orange, .btn__close, .btn--text, .btn__close-accordion, a.btn--transparent,
button.btn--transparent, .status--more_button, .status--more_button i, .btn_primary, .header-status--icon-container .btn__has-arrow-below:after, .header-status--icon-container .btn__has-arrow-below:before, .indicator, .battery__level_gray,
.battery__level_level, .dp--wrapper, .dp--wrapper .dp > table .btn-default,
.dp--wrapper table[ng-switch-when=day] .btn-default, .wmb-md-button-close, .wmb-md-button, .wmb-md-button-no, .wmb-md-button-yes {
  transition-duration: 0.15s;
  transition-property: background-color, background-image, border-color, box-shadow, color, opacity, height, width, left, top, text-shadow;
  transition-timing-function: ease-out;
}

.cards-container {
  padding: 0;
}
@media only screen and (max-width: 48em) {
  .cards-container:not(.cards-container--unresponsive-paddings) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .cards-container:not(.cards-container--unresponsive-paddings) {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.card-row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.9375em) {
  .card-row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.card-row:before, .card-row:after {
  display: none;
}

.card-col {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
@media only screen and (max-width: 47.9375em) {
  .card-col {
    margin-bottom: 16px;
  }
}
.card-col > * {
  height: 100%;
}

@media only screen and (max-width: 48em) {
  :host ::ng-deep sa-title .header-text.page-title {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 47.9375em) {
  :host ::ng-deep sa-title .header-text.page-title .title-image,
:host ::ng-deep sa-title .header-text.page-title .title-icon {
    margin-left: 0;
  }
}

::placeholder {
  color: #ccc;
}

.EmailSignOff {
  color: #0000cd;
}