#inner-adm .options .disabled {
  color: rgba(68, 68, 68, 0.4);
}

/* Styles for generic data table lists */

#inner-adm div.servicesTable {
  width: calc(100% - 20px);
  display: table;
}

#inner-adm div.servicesTable table {
  width: 100%;
}

#inner-adm div.servicesTable thead {
  border-top: 1px solid rgb(223, 223, 223);
  border-bottom: 1px solid #aaa;
}

#inner-adm div.servicesTable thead i {
  font-size: 0.8em;
  cursor: pointer;
  padding-left: 3px;
}

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

#inner-adm div.servicesTable tbody tr:hover {
  background: rgb(221, 221, 221);
}

#inner-adm div.servicesTable th,
#inner-adm div.servicesTable td {
  text-align: left;
  padding-left: 5px;
}

#inner-adm div.servicesTable th {
  font-size: 1em;
  line-height: 1.5em;
  padding: 5px 5px 5px 0;
  border-left: 1px solid #aaa;
}

#inner-adm div.servicesTable th .icon {
  width: 20px;
}

#inner-adm div.servicesTable td {
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  padding: 5px 5px 5px 0;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #444;
  text-align: left;
  border-left: 1px solid #aaa;
}

#inner-adm div.servicesTable td.missing {
  width: 0.6em;
  color: #fff;
  background-color: #666;
  text-align: center;
}
#inner-adm div.servicesTable td.missing:after {
  content: '-';
}
#inner-adm div.servicesTable td.green {
  width: 0.6em;
  color: #fff;
  background-color: #090;
  text-align: center;
}
#inner-adm div.servicesTable td.green:after {
  content: '✓';
}
#inner-adm div.servicesTable td.amber {
  width: 0.6em;
  color: #fff;
  background-color: #e80;
  text-align: center;
}
#inner-adm div.servicesTable td.amber:after {
  content: '!';
}
#inner-adm div.servicesTable td.red {
  width: 0.6em;
  color: #fff;
  background-color: #d00;
  text-align: center;
}
#inner-adm div.servicesTable td.red:after {
  content: 'x';
}

#inner-adm div.servicesTable td div {
  line-height: 1.3em;
}

#inner-adm div.servicesTable td span.scheds {
  cursor: pointer;
}

#inner-adm .option {
  width: 30px;
  padding: 5px;
}

#inner-adm div.servicesTable input[type=checkbox] {
  margin: 0px 3px 4px 8px;
}

#inner-adm div.servicesTable tbody input[type=checkbox] {
  margin: 0;
  left: 8px;
  top: 2px;
  position: relative;
}

#inner-adm .serviceStatus {
  width: 20px;
}

#inner-adm .serviceStatusRow {
  text-align: center;
}

#inner-adm .servicesList table th {
  padding-left: 10px;
}

#inner-adm .servicesList table td {
  padding-left: 10px;
}

#inner-adm table th.tablesorter-headerUnSorted div.tablesorter-header-inner:after {
  content: '  ';
}

#inner-adm table th.tablesorter-headerDesc div.tablesorter-header-inner:after {
  content: ' ▽';
}

#inner-adm table th.tablesorter-headerAsc div.tablesorter-header-inner:after {
  content: ' △';
}

#inner-adm .servicesList .listOptions .options span.enabled {
  cursor: pointer;
}

#inner-adm .servicesList .listOptions .options span.disabled {
  cursor: default;
}

#inner-adm .servicesList span {
  margin: 0 10px 0 10px;
}
