.admin-metrics-content {
  padding: 0.5em;
  font-family: 'Open Sans', sans-serif;
}

.admin-metrics-content .k-tabstrip {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}

.admin-metrics-tab {
  padding: 0.5em 0.25em;
}

.admin-metrics-tab .row {
  margin-bottom: 0.75em;
}

.admin-metrics-tab .card {
  height: 100%;
}

.admin-metrics-content .card {
  border: 1px solid #E4E4E4;
}

.admin-metrics-content .card .card-header {
  background-color: unset;
  border-bottom: 1px solid #E4E4E4;
}

.admin-metrics-content .card .card-header span {
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
}

.admin-metrics-content .infraction-list-container .table th {
  border-top: none;
}

.admin-metrics-content .infraction-list-container .table tbody tr:first-child td {
  border-top: none;
}

.admin-metrics-content .smaller-table code {
  font-size: 100%;
  color: inherit;
}

.metric-tiles .metric-tile .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75em;
}

.metric-tile__value {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}

.metric-tile__label {
  color: #6c757d;
  font-size: 10px;
}

.admin-metrics-tab .series-line-chart .k-chart {
  height: 260px;
}

.admin-metrics-tab .k-chart {
  height: 260px;
}

.admin-metrics-tab .detail-grids {
  margin-top: 0.75em;
}

.admin-metrics-content #metrics-api-errors-grid .k-grid-content,
.admin-metrics-content #metrics-ftp-folders-grid .k-grid-content {
  max-height: 26rem;
  overflow-y: auto;
}

#schedulers-tab-view .k-grid-content {
  overflow-y: auto;
}

.admin-metrics-content .schedulers-tab {
  overflow: visible;
}

#schedulers-tab-view {
  padding: 0;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

#schedulers-tab-view .detail-grids {
  margin-top: 0;
}

#schedulers-tab-view .k-grid-header,
#schedulers-tab-view .k-grid-content,
#schedulers-tab-view .k-grid-pager {
  border-left: none;
  border-right: none;
}

#schedulers-tab-view .k-grid-pager {
  border-bottom: none;
}

#schedulers-tab-view .k-grid-toolbar {
  padding-top: 0;
  border-bottom: none;
}

#schedulers-tab-view .toolbar-wrapper--inside-grid {
  min-height: 0;
}

.frequency-editing {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
}

.frequency-editor {
  display: flex;
  flex-direction: column;
  gap: 0.35em;
}

.frequency-sentence-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4em;
}

.frequency-editor .k-textbox {
  font-family: inherit;
  font-size: inherit;
  height: 2.2em;
  padding: 0 0.5em;
}

.frequency-interval {
  width: 4.5em;
}

.frequency-time {
  width: 5.5em;
}

.frequency-day-of-month {
  width: 4.5em;
}

.frequency-advanced {
  width: 11em;
  font-family: monospace;
}

.frequency-weekdays {
  display: inline-flex;
  gap: 0.25em;
}

.frequency-weekday-chip {
  min-width: 2.6em;
  padding: 0.2em 0.5em;
  border-radius: 1em;
}

.frequency-feedback {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
}

.frequency-hint {
  color: #888888;
  font-size: 0.9em;
}

.frequency-hint--warning {
  color: #D9534F;
}

.frequency-next-runs {
  color: #555555;
}

.frequency-editing-actions {
  margin-top: 0.25em;
}

.frequency-code {
  color: #888888;
  font-size: 90%;
}

.frequency-time-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}

.frequency-utc-label {
  color: #888888;
  font-size: 0.9em;
}
