:root {
  --bs-light: #f5f5f5;
  --bs-light-rgb: 240, 240, 240
}

.sidenav {
  top: 56px !important;
  width: 280px;
}

.well {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-padded {
  margin-top: 4px;
  margin-left: 4px;
}

.navbar-toggle {
  color: white;
}

.inline-block {
  display: inline-block;
}

button.btn-link.link {
  padding: 0;
  border-width: 0;
  -webkit-user-select: text; /* ensure selectability of button content */
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.cursor-pointer {
  cursor: pointer;
}

.force-no-border {
  border: 0 !important;
}

.empty-table-hint {
  text-align: center;
  color: #bbbbbb;
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.text-black {
  color: #000;
}

.strikethrough {
  text-decoration: line-through;
}

.flex-row-wrap {
  display: flex;
  flex-flow: row wrap;
}

.flex-col-wrap {
  display: flex;
  flex-flow: column wrap;
}

.card-header-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.table-fixed {
  table-layout: fixed;
}

dl.dl-horizontal dt {
  float: left;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .75rem;
  font-weight: bold;
  line-height: 24px;
  width: 160px !important;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  clear: left;
  white-space: nowrap;
}

dl.dl-horizontal dd {
  margin-left: 160px !important;
  padding-left: .75rem;
  line-height: 24px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
