/* General __________________________________________________________________________________________________________ */
body.theme5 {
  background-image: url("/img/background8.jpg");
}
body.medium.theme5 .widget-group {
  background-color: rgba(255, 255, 255, 0.8);
}
body.medium.theme5 .widget-group-settings,
body.medium.theme5 .widget .action-options,
body.medium.theme5 .action-knob,
body.medium.theme5 .action-knob-ticks-cover {
  background-color: #dff4fb;
}
body.medium.theme5 .graph__data > path.area,
body.medium.theme5 .graph__data > path.line,
body.medium.theme5 .graph__container .current,
body.medium.theme5 .graph__container .marker,
body.medium.theme5 .graph__legend_item,
body.medium.theme5 .graph__hoverInfo__measurement__legend {
  color: #00448b;
}
/* Top bar __________________________________________________________________________________________________________ */
body.medium.theme5 .top-bar,
body.medium.theme5 .top-bar .logo,
body.medium.theme5 .top-bar.expanded .title-area,
body.medium.theme5 .top-bar-section ul li,
body.medium.theme5 .top-bar-section ul li:hover:not(.has-form) > a,
body.medium.theme5 .top-bar-section li:not(.has-form) a:not(.button):hover,
body.medium.theme5 .top-bar-section li:not(.has-form):not(.active) a:not(.button),
body.medium.theme5 .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
  background: #00448b;
}
body.medium.theme5 .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button),
body.medium.theme5 .top-bar .dropdown,
body.medium.theme5 #menu__location .index div {
  background-color: #00448b;
}
body.medium.theme5 #menu__location .index a.disabled {
  color: rgba(255, 255, 255, 0.4);
}
/* Widgets __________________________________________________________________________________________________________ */
body.medium.theme5 .widget-airco .statusInfo .automation,
body.medium.theme5 .widget-airco .statusInfo .status.ok,
body.medium.theme5 .widget-airco .statusData i.icon-ok-circled,
body.medium.theme5 .widget-airco .setting-onoff.onoff1 {
  color: #27d038;
}
body.medium.theme5 .widget-airco .statusInfo .status.error,
body.medium.theme5 .widget-airco .statusData i.icon-alert,
body.medium.theme5 .widget-airco .setting-onoff.onoff0 {
  color: #fc2800;
}
body.medium.theme5 .widget-airhandling .statusInfo .co2.good,
body.medium.theme5 .widget-airhandling .setting-onoff.onoff1 {
  color: #27d038;
}
body.medium.theme5 .widget-airhandling .statusInfo .co2.bad,
body.medium.theme5 .widget-airhandling .setting-onoff.onoff0 {
  color: #fc2800;
}
body.medium.theme5 .widget-door .difference.positive {
  color: #27d038;
}
body.medium.theme5 .widget-door .difference.negative {
  color: #fc2800;
}
body.medium.theme5 .widget-power .difference.negative {
  color: #27d038;
}
body.medium.theme5 .widget-power .difference.positive {
  color: #fc2800;
}
body.medium.theme5 .widget-schedule .day .hours .is-open {
  background-color: rgba(39, 208, 56, 0.75);
}
body.medium.theme5 .widget-schedule .day .hours .is-open:hover,
body.medium.theme5 .widget-schedule .day .hours .is-open.changing {
  background-color: mediumen(#27d038, 30%);
}
body.medium.theme5 .widget-water_meter .difference.negative {
  color: #27d038;
}
body.medium.theme5 .widget-water_meter .difference.positive {
  color: #fc2800;
}
