body {
  margin: 0.1rem 0.1rem;
  padding: 0;
  font-size: 18px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: normal;
  height: 100%;
  background-color: #f6f2f0;
  color: #000;
}

/* topmenu */
#topbarContainer {
  font-size: 18px;
}

#topbarContainer div.col {
  cursor: pointer;
  padding: .8rem .5rem !important;
}

#topbarContainer #topbarExitApp {
  text-align: right;
}

/* sidebar */
#sidebarContainer {
  height: 100%;
  width: 250px;
  position: fixed;
  background-color: #f3e7e4;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  -webkit-box-shadow: 6px 0px 8px -6px rgba(100,100,100,0.8);
  -moz-box-shadow: 6px 0px 8px -6px rgba(100,100,100,0.8);
  box-shadow: 6px 0px 8px -6px rgba(100,100,100,0.8);
}

.sidebar {
  width: 100%;
}

.sidebar a {
  padding: 10px 10px 10px 20px;
  margin-bottom: 4px;
  text-decoration: none;
  font-size: 25px;
  background-color: #e7d1c9;
  color: #000;
  display: block;
  border-right: 4px solid #e7d1c9;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closeButton {
  width: 230px;
  padding: 15px 20px 14px 0;
  background: none;
  text-align: right;
  cursor: pointer;
}

/* valuebar */
.valuebarContainer {
  height: 100%;
  width: 370px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  overflow: hidden;
  display: none;
  padding-left: 4px;
  background-color: #f3e7e4;
  -webkit-box-shadow: -6px 0px 8px -6px rgba(100,100,100,0.8);
  -moz-box-shadow: -6px 0px 8px -6px rgba(100,100,100,0.8);
  box-shadow: -6px 0px 8px -6px rgba(100,100,100,0.8);
}

.valuebar {
  width: 95%;
}

.valuebar div {
  height: 50px;
}

.valuebar .valuebarLabel {
  margin: 2px;
  height: 46px;
  border-radius: 4px;
  border: 1px solid #6d6875;
  background-color: #abba10;
  align-content: center;
  padding: 5px 10px 5px 10px;
  text-align: center;
}

.valuebar .valuebarValuebox {
  margin: 2px;
  height: 46px;
  font-size: 14px;
  padding: 10px 0 0 10px;
  background-color: #e7d1c9;
}

.valuebar .closeButton {
  width: 230px;
  padding: 15px 0 14px 20px;
  background: none;
  text-align: left;
  cursor: pointer;
}

#bottombarContainer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 11px;
  font-family: Arial, Verdana;
}

#bottombarContainer .col {
  text-align: center;
}

.col {
  padding: .15rem !important;
}

.col * {
  box-sizing: border-box;
}

.col .device,
.col .module {
  height: 100%;
  padding: 1.2rem .5rem;
  cursor: pointer;
  border-radius: 4px;
  background-color: #e7d1c9;
}

.col .device.multiFunctionDevice {
  padding: .4rem .4rem .4rem .6rem;
}

.col .device.multiFunctionDevice .label {
  padding: .9rem 0;
}

.col .device.multiFunctionDevice .valueIndicator {
  padding: .9rem 0;
  text-align: center;
  border-radius: 4px;
}

.valueIndicatorBorder {
  border: 1px solid #6d6875;
}

.col .button {
  height: 100%;
  padding: .5rem;
  cursor: pointer;
}

.col .button .col-4 {
  height: auto;
  padding: .5rem !important;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.button:hover,
.button:active {
  background-color: #e7d1c9;
}

.buttonDevices {
  margin-top: 1rem !important;
}

.buttonDevices div {
  padding: .1rem !important;
  border-right: 3px solid #e7d1c9;
}

.button:hover .buttonDevices div,
.button:active .buttonDevices div {
  border-right: 3px solid #e7d1c9;
}

.status-on {
  //background-color: #1c9657;
}

.status-partial {
  background-color: #abba10;
}

.status-off {
  //background-color: #933502;
}

.status-unknown {
  background-color: #f2a721;
}

.status-neutral {
  background-color: #4a4f54;
}

.cluster1 {
 background-color: #e7d1c9 !important;
}

.cluster2 {
    background-color: #d0b49f !important;
}

.cluster3 {
    background-color: #e7d1c9 !important;
}

.cluster4 {
    background-color: #d0b49f !important;
}

.cluster5 {
    background-color: #e7d1c9 !important;
}