#tl-dashboard-app {
}

.tl-toolbar input,
.tl-toolbar select,
.tl-toolbar button {
  padding: 8px 10px;
}

.tl-table,
.tl-subtable {
  width: 100%;
  border-collapse: collapse;
}

.tl-table th,
.tl-table td,
.tl-subtable th,
.tl-subtable td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
}

.tl-table th {
  background: #111;
  color: #fff;
}

.tl-main-row {
  cursor: pointer;
}

.tl-main-row:hover {
  background: #f7f7f7;
}

.tl-detail-row {
  display: none;
  background: #fafafa;
}

.tl-detail-wrap {
  padding: 12px;
}

.tl-detail-head {
  margin-bottom: 10px;
}

.tl-status {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
}

.tl-status-green {
  background: #d4edda;
  color: #155724;
}

.tl-status-yellow {
  background: #fff3cd;
  color: #856404;
}

.tl-status-red {
  background: #f8d7da;
  color: #721c24;
}

.tl-error {
  color: #b00020;
  font-weight: bold;
}

.tl-empty {
  color: #555;
}