﻿.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}

code.recovery-code-light {
  color: #f8f9fa !important;
}

.validation-summary-errors ul {
  list-style: none;
  margin-bottom: 0 !important;
}

.-mt-4 {
  margin-top: -1.5rem !important;
}

.-mt-3 {
  margin-top: -1rem !important;
}

.-mt-2 {
  margin-top: -0.75rem !important;
}

.twofactor-choice a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.space-x-1 > * {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.space-x-2 > * {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.space-y-1 > * {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.space-y-2 > * {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.input-box {
  position: relative;
}

.input-box i {
  position: absolute;
  right: 13px;
  top: 15px;
  color: #ced4da;
}

.search-form-control {
  height: 42px;
}

.search-form-control:focus {
  box-shadow: none;
  border-color: #eee;
}

ul.search-content li:last-child {
  border-bottom: none !important;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.dropdown-menu {
  min-width: 200px;
}

.dropdown-menu.columns-2 {
  min-width: 400px;
}

.dropdown-menu.columns-3 {
  min-width: 600px;
}

.dropdown-menu li a {
  padding: 5px 15px;
}

.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #dee2e6;
  white-space: normal;
  text-decoration: none;
}

.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #999;
}

.clean-dd .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0 0 !important;
}

.offense-selector-style .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: none !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  width: 98% !important;
}

.select2-container {
  width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
  width: 98%;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  font-weight: 300;
  font-style: italic;
}

.select2-results__options[aria-expanded=true] {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}
@media (min-width: 767px) {
  .space-x-md-2 > * {
    margin-right: 0.5em;
  }

  .space-x-md-3 > * {
    margin-right: 0.75em;
  }

  .space-x-md-3:last-child {
    margin-right: 0;
  }

  .space-x-md-2:last-child {
    margin-right: 0;
  }

  .cm-db-stat {
    min-width: 24rem;
  }
}
.cm-db-stat-warning > *:hover {
  background-color: #fff6d2f0;
}

.cm-db-stat-info > *:hover {
  background-color: #d2f9fff0;
}

.cm-db-stat-success > *:hover {
  background-color: #d2ffddf0;
}

.wfstep-item.draggable-mirror {
  background-color: #e9e9e9 !important;
  opacity: 0.9 !important;
}
