/***************************************************
* 
* 대시보드
* 
***************************************************/
.pnl-dashboard-search {
  margin-bottom: 10px;
  display: flex;
  padding: 0px;
}

.pnl-dashboard-search .btn-close {
  padding: 20px;
  margin-right: 20px;
}

.pnl-dashboard-search .dashboard-search-result {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.dashboard-search-result .item {
  margin-right: 10px;
  cursor: pointer;
}

.dashboard-search-result .item kbd {
  padding: 8px 12px;
  background-color: #3f51b5;
}

/***************************************************
* 
* 테이블
* 
***************************************************/
.table-body-noti tr.noti td {
  background-color: #43acff !important;
}

tr.noti td.noti-space {
  background-color: #43acff !important;
}

tr td.noti-pass {
  background-color: #43acff !important;
}

tr.noti td.fixed-column {
  background-color: #43acff !important;
}
