:root {
  --navbar-height: 70px;
}
html,
body {
  width: 100vw;
  height: 100vh;
}
body > div.container,
body > div.container-fluid {
  padding-top: var(--navbar-height);
  background: white;
}
body > pre {
  margin-top: calc(var(--navbar-height) + 20px);
}
.border {
  border: 1px solid #ddd;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
html.env-dev .navbar-fixed-top .navbar-brand img {
  display: inline-block;
  margin-right: 10px;
}
.navbar-fixed-top {
  background-color: #0c1f55;
}
.navbar-fixed-top .navbar-nav > li > a {
  color: white !important;
}
.navbar-fixed-top .navbar-nav > li.open > a {
  background: #ff4e00 !important;
}
.navbar-fixed-top .navbar-brand {
  padding: 0;
}
.navbar-fixed-top .navbar-brand img {
  height: 30px;
  margin: 10px 30px 0 15px;
}
div.col-menu .select2-container {
  width: auto !important;
}
div.col-menu > .affix {
  padding-left: 0px;
  padding-right: 30px;
}
div.col-menu .list-group a span.fas {
  width: 20px;
}
div.row-module-header {
  height: 45px;
}
div.row-module-header h3 {
  margin-top: 0px;
}
table.table-overview {
  border: 1px solid #ddd;
}
table.table-overview tbody td {
  white-space: nowrap;
}
table.table-overview .table-col-primary {
  width: 60%;
}
div.modal-msg-alert div.modal-header {
  padding: 5px;
  text-align: center;
}
div.modal-msg-alert div.modal-body {
  text-align: center;
}
div.modal-msg-alert div.modal-footer {
  text-align: center;
  border-top: none;
}
div.toggle-archived {
  padding-top: 5px;
}
div.toggle-archived label {
  font-weight: normal;
}
.select2-results > .select2-results__options {
  max-height: 500px !important;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #0c1f55;
}
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #0c1f55;
  box-shadow: none;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.panel-primary > .panel-heading,
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #0c1f55;
  border-color: #0c1f55;
}
.panel-primary {
  border-color: #0c1f55;
}
