html, body {
  height: 100%;
}

table td {
  vertical-align: middle !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.title-ellipsis {
  display: inline-block;
  max-width: 15rem;
  min-width: 8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-light-gray {
  background-color: #fcfcfc;
}

.bg-light-green {
  background-color: #eeffee;
}

.navbar-toggler {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.dt-length label {
  margin-left: 0.5em !important;
}

.form-label {
  font-size: 0.875em;
  font-weight: 600;
}