/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
body {
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', Arial, sans-serif;
}

#map-preview {
  width: 100%;
  height: 40vh;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  margin-left: 0;
  max-width: 600px;
  min-height: 250px;
}

table {
  width: 90%;
  border-collapse: collapse;
  margin-top: 0%;
}

th, td {
  text-align: center;
  padding: 15px;
  border: none;
}

th {
  background-color: #dfdfdf;
  color: #5F6062;
  font-size: 1.5vw;
  font-family: Raleway;
}

td {
  font-size: 1vw;
  font-family: Raleway;
  font-weight: bold;
  border: none;
}

tr {
  border: none;
}

.live-feed-button {
  background: linear-gradient(180deg, #5A5A5A 0%, #777777 50%, #5A5A5A 100%);
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  color: white;
  border-radius: 5px;
  font-family: Raleway, Arial, sans-serif;
  font-size: 1vw;
  font-weight: bold;
}

.status {
  display: flex;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  height: 80%;
  width: 50%;
  align-items: center;
  margin-top: 14px;
  margin-left: 25%;
}

.status-open {
  background-color: yellow;
  padding: 8px 16px;
}

.status-closed {
  background-color: green;
  color: white;
  padding: 8px 16px;
}

.status-held-open {
  background-color: red;
  color: white;
  padding: 8px 16px;
}

.selected-device {
  color: #f15d22 !important;
  font-weight: bold;
}

.room-label {
  z-index: 100;
  position: absolute;
  background: transparent;
  border-radius: 4px;
  font-family: 'Raleway', Arial, sans-serif;
  color: #333;
  font-weight: bold;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 0px 0px;
  font-size: 4px;
  transform: translate(-50%, -50%);
  min-width: 0;
  min-height: 0;
  line-height: 1.1;
}

tbody tr {
  border-bottom: 1px solid #cccccc;
}

tbody tr:last-child {
  border-bottom: none;
}

thead th {
  position: sticky;
  top: 0;
  z-index: 10;
}

#customHistoryList {
  list-style-type: none;
  padding-left: 0;
}


/*# sourceMappingURL=styles.css.map*/