li.danger {
  background-color: #ff0000;
  color: white;
}
/*  실시간현황정보 디폴트 컬러 white */
table.roomlogs > tbody > tr > td {
  color: #fff;
}
/* 문열림, 문닫힘 */
tr.log32 > td {
  color: #8d8d8d !important;
}
/* 퇴실버튼, 퇴실, 키발행, 키발행(예약) */
tr.log51 > td,
tr.log35 > td,
tr.log14 > td,
tr.log18 > td {
  color: #ff0000 !important;
}
/* 청소, 청소대기 */
tr.log44 > td,
tr.log45 > td {
  color: #39a144 !important;
}
/* 청소종료 */
tr.log41 > td {
  color: #ea346c !important;
}
/* 정비 */
tr.log46 > td {
  color: #1eafc2 !important;
}
/* 요청 */
tr.log21 > td,
tr.log22 > td,
tr.log23 > td,
tr.log24 > td {
  color: #ff006b !important;
}
/* 요청  확인*/
tr.log25 > td{
  color: #46baf7 !important;
}

tr.state_normal > td {
  color: #ffffff !important;
}
tr.state_error > td {
  color: #ff0000 !important;
}
tr.state_best > td {
  color: #39a144 !important;
}
tr.state_good > td {
  color: #ffe500 !important;
}
tr.state_warning > td {
  color: #ff9900 !important;
}

/* overwrite common.css styles */
/* status_box_icons 가운데 정렬이 되지 않는 문제 수정 */
.status_box_icons:after {
  content: normal;
}

#roomTimePopup {
  width: 450px;
  height: 260px;
  background-color: #3b3b41;
  z-index: 9999;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #464646;
  display: none;
}
#roomTimePopup .popup_header {
  text-align: center;
  height: 45px;
  line-height: 27px;
}
#roomTimePopup .popup_header span {
  font-size: 16px;
}
#roomTimePopup ul li {
  width: 50%;
  height: 70px;
  display: inline-block;
  float: left;
  position: relative;
  padding: 7px 20px 0;
  box-sizing: border-box;
  text-align: center;
  font-family: "Roboto Condensed";
}
#roomTimePopup ul li:nth-child(1):after {
  display: block;
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #838392;
}
#roomTimePopup ul li p {
  font-size: 14px;
  margin-bottom: 5px;
}
#roomTimePopup ul li h2 {
  font-size: 28px;
  font-weight: bold;
}
#roomTimePopup .popup_btns {
  text-align: center;
  margin-top: 13px;
}
#roomTimePopup .popup_btns a.btn {
  display: inline-block;
  width: 160px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-weight: normal;
}

#popup_wrap_roomtime {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 9998;
  display: none;
}

#logo2 {
  width: 130px;
  height: 37px;
  float: left;
  margin: 20px -40px 0 40px;
}

.comment > table > tbody > tr {
  /* margin-bottom: 10px; */
  line-height: 28px;
}

span.twobtns {
  display: flex;
  justify-content: space-between;
}

span.twobtns button.btn {
  width: 90%;
}
