.navbar {
  min-height: 50px;
  max-height: 130px;

  z-index: 1040 !important;
  border: 1px solid transparent;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.navbar > .container-fluid > .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-main {
  left: 45px;
}

.navbar-fixed-top {
  background: #385361 !important;
  border-width: 0 0 1px;
}

.navbar-left {
  width: 100%;
  margin: 2px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.navbar-right {
  width: 100%;
  display: flex;
  gap: 21px;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 0 !important;
  color: #ffffff;
}

.navbar-right > li {
  margin-left: 0 !important;
  font-weight: 400;
}

.navbar-right > li > span {
  font-weight: 400;
}

.navbar-right > li > span:hover {
  cursor: pointer !important;
  text-decoration: underline !important;
}

.shortcuts-modal .modal-title {
  text-align: left !important;
}

.copy-aid-text-btn {
  background-color: #766B61 !important;
  color: #fff !important;
  border: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.open-aid-text-btn {
  background-color: #2084C2 !important;
  color: #fff !important;
  border: none !important;
}

.aid-search-menu {
  width: 300px;
  height: 35px;
  margin: 2px 0 0 8px !important;
}

.aid-search-menu .form-control {
  background: #F5F0E7;
  box-shadow: none;
  border: none;
  height: 35px;
}

.aid-search-menu .remove-aid-text-btn {
  color: #bbb;
  position: absolute;
  margin: 8px 0 0 170px;
  z-index: 10;
  cursor: pointer;
}

.aid-search-menu .input-group .input-group-btn button {
  height: 35px;
}

.invalid-aid-alert {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.logout-button {
  margin-top: -7px;
}

.register-collections-overview-options {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 15px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.register-collections-overview-option {
  background-color: #2084C2;
  border: 1px solid #2084C2;
  color: #ffffff;
  width: 290px;
  height: 250px;
  border-radius: 4px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.register-collections-overview-option:hover {
  background-color: #286090;
  border: 1px solid #286090;
  cursor: pointer;
}

.register-collections-overview-option > .register-collection-icon-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.register-collections-overview-option > .register-collection-icon-wrapper > .register-collection-icon {
  font-size: 90px;
}

.register-collections-overview-option > .register-collection-summary > .register-collection-name {
  font-weight: bold;
  margin-bottom: 10px;
}

.bs-dropdown-toggle {
  font-weight: 400;
}

.bs-dropdown-toggle:hover {
  cursor: pointer !important;
  text-decoration: underline !important;
}

.bs-dropdown-toggle > .caret {
  margin-left: 7px;
}

.bs-dropdown-menu {
  max-width: 500px;
  white-space: nowrap;
  left: auto !important;
  right: 0 !important;
}

.bs-dropdown-menu > div:not(:first-child) {
  border-top: 1px solid black;
}

.bs-dropdown-menu > div:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.bs-dropdown-menu > div:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bs-dropdown-menu > div:first-child {
  border-top: none !important;
}

.bs-dropdown-item {
  color: #263842 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  min-width: 160px;
  padding: 6px 25px 6px 15px !important;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  border-top: 1px solid lightgray !important;
}

.bs-dropdown-item:hover {
  background-color: #f5f5f5 !important;
  cursor: pointer;
}

.bs-modal-content {
  white-space: pre-line;
}

.nav-tabs .nav-item {
  background-color: #fff;
}

.nav-tabs .nav-item .nav-link {
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom: 1px solid lightgray;
  border-radius: 0;
  padding: 10px 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #2084C2;
  background-color: #fff;
  border: 1px solid lightgray;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #fff;
  cursor: default;
}

.nav-tabs .nav-link:hover {
  color: #2084C2;
}

.nav-tabs .nav-link.active:hover {
  color: #2084C2;
}

.input-group .form-control:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.input-group .form-control:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.input-group .form-control:focus {
  background-color: white;
}

.shortcuts-modal p {
  font-size: 12pt;
  line-height: 160%;
}

.shortcuts-modal .shortcut-span {
  position: absolute;
  left: 60%;
  padding: 0 4px;
  border: 1px solid #D3D3D3;
  border-radius: 18px;
  font-weight: bold;
  text-align: center;
  width: 160px;
  min-height: 32px;
}

.shortcuts-modal .shortcut-span .modal-title {
  text-align: center;
}

