/* General __________________________________________________________________________________________________________ */
body.theme4 {
  background-image: url("/img/background7.jpg");
}
body.light.theme4 .widget-group {
  background-color: rgba(255, 255, 255, 0.8);
}
body.light.theme4 .widget-group-settings,
body.light.theme4 .widget .action-options,
body.light.theme4 .action-knob,
body.light.theme4 .action-knob-ticks-cover {
  background-color: #f8fcfe;
}
body.light.theme4 .graph__data > path.area,
body.light.theme4 .graph__data > path.line,
body.light.theme4 .graph__container .current,
body.light.theme4 .graph__container .marker,
body.light.theme4 .graph__legend_item,
body.light.theme4 .graph__hoverInfo__measurement__legend {
  color: #407db5;
}
/* Widgets __________________________________________________________________________________________________________ */
body.light.theme4 .widget-airco .statusInfo .automation,
body.light.theme4 .widget-airco .statusInfo .status.ok,
body.light.theme4 .widget-airco .statusData i.icon-ok-circled,
body.light.theme4 .widget-airco .setting-onoff.onoff1 {
  color: #27d038;
}
body.light.theme4 .widget-airco .statusInfo .status.error,
body.light.theme4 .widget-airco .statusData i.icon-alert,
body.light.theme4 .widget-airco .setting-onoff.onoff0 {
  color: #fc2800;
}
body.light.theme4 .widget-airhandling .statusInfo .co2.good,
body.light.theme4 .widget-airhandling .setting-onoff.onoff1 {
  color: #27d038;
}
body.light.theme4 .widget-airhandling .statusInfo .co2.bad,
body.light.theme4 .widget-airhandling .setting-onoff.onoff0 {
  color: #fc2800;
}
body.light.theme4 .widget-door .difference.positive {
  color: #27d038;
}
body.light.theme4 .widget-door .difference.negative {
  color: #fc2800;
}
body.light.theme4 .widget-power .difference.negative {
  color: #27d038;
}
body.light.theme4 .widget-power .difference.positive {
  color: #fc2800;
}
body.light.theme4 .widget-schedule .day .hours .is-open {
  background-color: rgba(39, 208, 56, 0.75);
}
body.light.theme4 .widget-schedule .day .hours .is-open:hover,
body.light.theme4 .widget-schedule .day .hours .is-open.changing {
  background-color: #a2eeaa;
}
body.light.theme4 .widget-water_meter .difference.negative {
  color: #27d038;
}
body.light.theme4 .widget-water_meter .difference.positive {
  color: #fc2800;
}
