#inner-svc .schedule-list {
  position: absolute;
  margin-top: 30px;
  display: none;
  z-index: 102;
  padding: 10px;
  background-color: rgba(51, 51, 51, 1.0);
  color: #fff;
  border: 1px solid #fff;
  padding-top: 30px;
  min-height: calc(100% - 190px);
  width: calc(100% - 60px);
  transition: all 0.2s linear;
}

#inner-svc .schedule-list.edit {
  margin-left: 200px;
  width: calc(100% - 260px);
  transition: all 0.2s linear;
}

#inner-svc .schedule-list .table-wrapper {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 80px);
  overflow-y: auto;
  overflow-y: auto;
}

#inner-svc .schedule-list .control {
  position: absolute;
  bottom: 5px;
}

#inner-svc .schedule-list table {
  width: 100%;
  font-size: 105%;
}

#inner-svc .schedule-list thead {
  border-top: 1px solid rgb(223, 223, 223);
  border-bottom: 1px solid #aaa;
}

#inner-svc .schedule-list thead i {
  font-size: 0.8em;
  cursor: pointer;
  padding-left: 3px;
}

#inner-svc .data tbody {
  overflow: auto;
}

#inner-svc .schedule-list tbody tr:hover,
#inner-svc .schedule-list tbody tr.active {
  background-color: rgba(255, 255, 255, 0.2);
}

#inner-svc .schedule-list th,
#inner-svc .schedule-list td {
  text-align: left;
  padding-left: 5px;
}

#inner-svc .schedule-list th {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
  padding: 5px 2px;
  color: #fff;
}

#inner-svc .schedule-list th .icon {
  width: 20px;
}

#inner-svc .schedule-list td {
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  padding: 5px;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #fff;
  text-align: left;
}
