body {
  background-color: #eaeaea;
}

#mainbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
}

#titlebox {
  width: 100%;
  /* height: 15vh; */
  text-align: center;
  margin-bottom: 10px;
  color: rgb(36, 81, 113);
  background: linear-gradient(45deg, rgb(122, 179, 218), transparent);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  padding: 8px;
  border-bottom: 1px solid rgb(103, 103, 103);
}

#listbox {
  /* height: 70vh; */
  margin-left: 1px;
}

#areabox {
  position: relative;
  width: 641px;
  height: 520px;
  /* height: 70vh; */
  border: 7px solid rgb(99, 99, 99);
  border-radius: 0 0 10px 10px;
  margin-left: 1px;
}
#areabox .area {
  position: absolute;
  font-weight: bold;
  font-size: 28px;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
}
#areabox .areacircle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}
#areabox .envbox {
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px 8px 2px 8px;
}
#areabox .visible {
  visibility: visible !important;
  opacity: 1;
}
#areabox #area0 {
  top: 265px;
  left: 337px;
}
#areabox #area1 {
  top: 265px;
  left: 495px;
}
#areabox #area2 {
  top: 170px;
  left: 110px;
}
#areabox #area3 {
  top: 335px;
  left: 370px;
}
#areabox #area4 {
  top: 90px;
  left: 305px;
}
#areabox #area5 {
  top: 80px;
  left: 120px;
}
#areabox .areaLegend {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
}
#areabox .areaLegend div {
  padding: 3px 5px 3px 5px;
  margin-left: 10px;
  border-radius: 5px;
}

#linkbox {
  width: 100%;
  /* height: 15vh; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#linkbox a {
  padding: 5px;
  color: rgb(33, 33, 33);
  border-radius: 3px;
  font-size: 1.5rem;
  margin-left: 1rem;
  font-weight: bold;
}
#linkbox a:hover {
  background-color: rgb(111, 111, 111);
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

#viewbox button {
  width: 4rem;
  margin-right: 5px;
  border: 1px solid rgb(111, 111, 111);
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.5rem;
}
#viewbox .active {
  background-color: rgb(255, 183, 3);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}

#maptable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
#maptable td,
#maptable th {
  border: 1px solid rgb(141, 141, 141);
  padding: 8px;
  background-color: rgb(255, 255, 255);
}
#maptable th {
  text-align: center;
  background-color: rgb(9, 64, 116);
  color: rgb(255, 255, 255);
}

#mapimg {
  width: 640px;
  height: auto;
}

.areaid {
  text-align: center;
  font-weight: bold;
}

.areaname {
  text-align: center;
}

.temperature,
.humidity {
  text-align: right;
}

.serialno {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}

.rssi {
  text-align: center;
}

.envOk,
.envAttention,
.envAlert,
.envStrict {
  color: rgb(33, 33, 33) !important;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7) !important;
}

.envOk {
  background-color: rgb(0, 255, 0) !important;
}

.envAttention {
  background-color: rgb(235, 255, 80) !important;
}

.envAlert {
  background-color: rgb(252, 183, 238) !important;
}

.envStrict {
  background-color: rgb(255, 159, 49) !important;
}

.envDanger {
  background-color: rgb(255, 49, 49) !important;
  color: rgb(255, 255, 255) !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7) !important;
}/*# sourceMappingURL=index.css.map */