@charset "UTF-8";
/* SCSS RGB */
body {
  background-color: rgb(74, 132, 107);
}

#content-wrapper {
  background-color: #fff;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1550px;
  }
}
nav.navbar {
  background-color: rgb(74, 132, 107);
  color: #fff3cd;
  padding-top: 0;
  padding-bottom: 0;
}
nav.navbar .navbar-brand {
  color: #fff3cd;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-top: 0.4rem;
  margin-right: 4rem;
  margin-bottom: 0.4rem;
  border: 2px solid #fff3cd;
  border-radius: 0.25rem;
  padding: 0.25rem 0.7rem;
}
nav.navbar .navbar-toggler {
  border-color: transparent;
}
nav.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(253, 247, 216)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
nav.navbar .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(248, 225, 108)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
nav.navbar .navbar-toggler:focus, nav.navbar .navbar-toggler:focus-visible {
  border-color: transparent;
  box-shadow: none;
}
nav.navbar a {
  color: rgb(253, 247, 216);
}
nav.navbar a:focus, nav.navbar a:hover {
  color: rgb(248, 225, 108);
}
nav.navbar .main-menu {
  display: flex;
  align-items: stretch;
}
nav.navbar .main-menu a:not(:last-child) {
  margin-right: 3rem;
}
nav.navbar .main-menu a.nav-link {
  border-top-width: 0.4rem;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 0.4rem;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
nav.navbar .main-menu a.nav-link.active {
  color: #fff3cd;
  border-bottom-color: rgb(248, 225, 108);
}
nav.navbar i.fa-solid {
  margin-right: 0.6rem;
}
nav.navbar .circle-label {
  display: inline-block;
  border-radius: 50%;
  color: rgb(74, 132, 107);
  background-color: rgb(248, 225, 108);
  font-size: 1.3rem;
  margin-right: 0.8rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.2rem;
  text-align: center;
}
nav.navbar ul.dropdown-menu {
  background-color: rgb(74, 132, 107);
  color: rgb(253, 247, 216);
}
nav.navbar ul.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
nav.navbar ul.dropdown-menu .dropdown-header {
  color: rgb(253, 247, 216);
}
nav.navbar .user-menu {
  align-items: center;
}
nav.navbar .help {
  margin-right: 1rem;
}
nav.navbar .help .fa-solid {
  font-size: 1.8rem;
}
nav.navbar .notifications {
  margin-right: 1rem;
}
nav.navbar .notifications .dropdown-menu {
  min-width: 20rem;
}
nav.navbar .notifications a i.fa-solid {
  font-size: 1.8rem;
}
nav.navbar .notifications a i.fa-solid .badge {
  font-size: 0.75rem;
}
nav.navbar .notifications .notification-age {
  color: rgb(248, 225, 108);
  font-size: 0.875rem;
  margin-bottom: 0.3rem;
}
nav.navbar .offcanvas.show h5 {
  color: rgb(82, 42, 39);
}
nav.navbar .offcanvas.show .main-menu {
  align-items: stretch;
}
nav.navbar .offcanvas.show .main-menu a.nav-link {
  border-top: none;
  border-bottom: none;
  padding-left: 1rem;
  border-left: 0.5rem solid transparent;
}
nav.navbar .offcanvas.show .main-menu a.nav-link.active {
  border-left-color: rgb(248, 225, 108);
  border-bottom-color: transparent;
}
nav.navbar .offcanvas.show a {
  color: rgb(82, 42, 39);
  margin-right: 0;
  padding-left: 0.5rem;
}
nav.navbar .offcanvas.show a:hover {
  background-color: #fdf7d8;
}
nav.navbar .offcanvas.show i.fa-solid {
  width: 1.5rem;
}
nav.navbar .offcanvas.show .user-menu {
  align-items: start;
  margin-top: 2rem;
}
nav.navbar .offcanvas.show ul.dropdown-menu {
  background-color: transparent;
}
nav.navbar .offcanvas.show ul.dropdown-menu a.hover {
  background-color: transparent;
}
nav.navbar .offcanvas.show ul.dropdown-menu .dropdown-header {
  color: rgb(82, 42, 39);
}
nav.navbar .offcanvas.show .notification a {
  padding-left: 0;
}

#sidebar {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: rgb(253, 247, 216);
}

#content-prefix {
  background-color: #fff;
}

#main-area {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  #main-area {
    min-height: 35rem;
  }
}

@media (min-width: 768px) {
  .front-page {
    margin-bottom: 10rem;
  }
}
.front-page h4 {
  border-bottom: none;
}
.front-page i.fa-solid {
  font-size: 3rem;
  color: rgb(108, 117, 125);
}
.front-page a:hover {
  text-decoration: none;
}
.front-page a:hover h4 {
  color: #fff;
  transition: color 0.15s ease-in-out;
}
.front-page a:hover i {
  color: #fff;
  transition: color 0.15s ease-in-out;
}

h1 {
  margin-bottom: 4rem;
}
h1 small {
  display: block;
  margin-top: 0.8rem;
  font-size: 65%;
}

h4 {
  color: rgb(197, 123, 87);
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

address {
  font-size: 0.875rem;
}

.alert {
  display: flex;
  margin-bottom: 2rem;
}
.alert ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  line-height: normal;
}
.alert::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 2rem;
}
.alert.alert-success::before {
  content: "\f00c";
}
.alert.alert-danger::before {
  content: "\f00d";
}
.alert.alert-info::before {
  content: "\f129";
}
.alert.alert-warning::before {
  content: "\f071";
}

.warning-box {
  color: #664d03;
  background-color: #fff3cd;
  border: 1px solid #ffecb5;
  border-radius: 0.25rem;
  padding: 1rem;
}

.alert.system-message {
  display: block;
  padding-top: 0;
}
.alert.system-message .system-message-head {
  background-color: #084298;
  color: #fff;
  margin-right: -1rem;
  margin-left: -1rem;
  padding: 0.4rem 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.alert.system-message .system-message-head h5 {
  font-size: 1rem;
  margin-bottom: 0;
}
.alert.system-message h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.alert.system-message h3 {
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.alert.system-message ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.error-messages {
  color: #dc3545;
}

.btn {
  color: rgb(21, 96, 100);
  border-color: rgb(21, 96, 100);
  background-color: #fff;
}
.btn:hover {
  color: #fff;
  background-color: rgb(21, 96, 100);
}

.btn-submit {
  color: rgb(21, 96, 100);
  border-color: rgb(21, 96, 100);
  background-color: #fff;
}
.btn-submit:hover {
  color: #fff;
  background-color: rgb(21, 96, 100);
}

.btn-cancel {
  color: rgb(199, 62, 29);
  background-color: transparent;
  border-color: rgb(199, 62, 29);
}
.btn-cancel:hover {
  color: #fff;
  background-color: rgb(199, 62, 29);
}

.submit-cancel-buttons .btn {
  width: 100%;
}

.required::after {
  content: "*";
  color: rgb(199, 62, 29);
  margin-left: 0.3rem;
}

.is-invalid .form-check-input {
  border-color: #dc3545;
}
.is-invalid .form-check-label {
  color: #dc3545;
}

table.item-value td {
  vertical-align: top;
  padding-top: 0.4rem;
}
table.item-value td:first-child {
  color: rgb(108, 117, 125);
  padding-right: 1rem;
}
table.item-value tr.divider td {
  height: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table.item-value tr.divider td hr {
  margin: 0;
}
table.item-value .plain td:first-child {
  color: initial;
  padding-right: initial;
}

.filter-area .button-item {
  display: inline-flex;
  align-items: stretch;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.filter-area button {
  margin-bottom: 0.5rem;
}
.filter-area button.btn {
  vertical-align: top;
}

.button-item {
  display: inline-flex;
  align-items: baseline;
  font-size: 0.875rem;
  color: rgb(108, 117, 125);
  border: 1px solid rgb(108, 117, 125);
  border-radius: 0.2rem;
}
.button-item .item-text {
  padding: 0.25rem 0.5rem;
}
.button-item .btn {
  padding: 0 0.5rem;
  border-color: transparent;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.button-item-collection .button-item {
  margin-right: 0.5rem;
}
.button-item-collection .button-item:last-child {
  margin-right: 0;
}

.green-text {
  color: rgb(0, 196, 154);
}

.red-text {
  color: rgb(199, 62, 29);
}

fieldset legend {
  font-size: inherit;
}

.draggable-item {
  cursor: grab;
}

#main-area blockquote {
  padding: 2rem 6rem;
  position: relative;
  margin-bottom: 3rem;
}
#main-area blockquote::before, #main-area blockquote::after {
  position: absolute;
  font-family: Times, serif;
  font-weight: bold;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
  color: rgba(0, 0, 0, 0.2);
}
#main-area blockquote::before {
  left: 0.4rem;
  top: -1.4rem;
  content: "“";
}
#main-area blockquote::after {
  right: 0.4rem;
  bottom: 1rem;
  content: "”";
}

dl dt {
  font-weight: normal;
  color: rgb(108, 117, 125);
}

.profile-region {
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  padding: 0.5rem 1rem 1rem 1rem;
}
.profile-region h4 {
  margin-right: -1rem;
  margin-left: -1rem;
  padding-right: 0.4rem;
  padding-left: 1rem;
}
.profile-region h4 .btn {
  float: right;
}

#award-collapse-toggle .collapsed-label {
  display: inline;
}
#award-collapse-toggle .expanded-label {
  display: none;
}
#award-collapse-toggle[aria-expanded=true] .collapsed-label {
  display: none;
}
#award-collapse-toggle[aria-expanded=true] .expanded-label {
  display: inline;
}

.listing .row {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-top: 1px solid rgb(248, 225, 108);
}
.listing .row:last-child {
  border-bottom: 1px solid rgb(248, 225, 108);
}
.listing.no-top-border .row:first-child {
  border-top: none;
}
@media (max-width: 767px) {
  .listing.no-top-border .listing-head + .listing-row {
    border-top: none;
  }
}
.listing .listing-head {
  color: rgb(108, 117, 125);
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .listing .listing-head:not(.show-always) {
    display: none;
  }
}
.listing .listing-row {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.listing .listing-row:hover {
  background-color: rgb(253, 247, 216);
}
.listing .listing-row > div {
  display: flex;
}
.listing .buttons {
  justify-content: end;
}
.listing .buttons a {
  margin-right: 0.5rem;
}
.listing .buttons a:last-child {
  margin-right: 0;
}
.listing .item-label {
  color: rgb(108, 117, 125);
}
@media (max-width: 767px) {
  .listing .item-label {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .listing .item-label {
    display: none;
  }
}
@media (max-width: 767px) {
  .listing .item-data {
    width: 75%;
  }
}
.listing .row.inactive {
  background-color: rgba(200, 200, 200, 0.2);
}
.listing .row.inactive:hover {
  background-color: rgb(253, 247, 216);
}
.listing .row .row {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background-color: transparent;
}
.listing small {
  display: block;
}
.listing ul {
  margin-bottom: 0;
}

.button-cell {
  display: flex;
  align-items: center;
  padding-right: 12px;
}
.button-cell.buttons-right {
  justify-content: end;
}

.ps-12px {
  padding-left: 12px;
}

.pe-12px {
  padding-right: 12px;
}

footer {
  background-color: transparent;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 0;
}
footer .footer-column {
  margin-bottom: 2rem;
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: rgb(248, 225, 108);
  text-decoration: none;
}
footer a:hover {
  color: rgb(253, 247, 216);
}
footer .caption {
  font-variant: small-caps;
}

.help-trigger {
  cursor: pointer;
}

.help h1 {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.help h2 {
  font-size: 1.3rem;
  color: #c57b57;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.help h2:not(:first-of-type) {
  margin-top: 3rem;
}
.help h3 {
  font-size: 1.2rem;
  color: #c57b57;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.help li {
  margin-bottom: 0.8rem;
}
.help blockquote {
  margin-left: 2rem;
}
.help .keyword {
  font-weight: bold;
  color: rgb(190, 102, 85);
}
.help .fake-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  user-select: none;
  color: #156064;
  border: 1px solid #156064;
  background-color: #fff;
}
.help .fake-btn.lg {
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.help .fake-btn.sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.help .fake-switch {
  display: inline-block;
  height: 1em;
  width: 2em;
  border-radius: 2em;
  border: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
}
.help .fake-switch::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0.15rem;
  top: 0.15rem;
}
.help .fake-switch.checked {
  border-color: #0d6efd;
  background-color: #0d6efd;
}
.help .fake-switch.checked::before {
  background-color: #fff;
  right: 0.15rem;
  left: auto;
}

.autocomplete-wrapper {
  position: relative;
  height: 2rem;
}
.autocomplete-wrapper i {
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
}
.autocomplete-wrapper input[type=text] {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2.5rem;
}
.autocomplete-wrapper .autocomplete-results {
  position: absolute;
  top: 3rem;
  border: 1px solid rgba(200, 200, 200, 0.2);
  background-color: #fff;
  list-style-type: none;
  padding-left: 0;
  width: 100%;
  max-height: 226px;
  overflow-y: scroll;
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
}
.autocomplete-wrapper .autocomplete-results li {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(200, 200, 200, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete-wrapper .autocomplete-results li:hover {
  background-color: rgb(253, 247, 216);
  cursor: pointer;
}
.autocomplete-wrapper .autocomplete-results li:last-child {
  border-bottom: none;
}
.autocomplete-wrapper .autocomplete-results li .sub-info {
  display: block;
  color: rgb(108, 117, 125);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete-wrapper .autocomplete-results li[aria-selected=true] {
  background-color: rgb(253, 247, 216);
}
