@media (max-width: 767px) {
  .menu {
    text-align: center;
  }
  .menu-logo {
    font-size: 1.2em;
  }
  .menu-item {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .welcome-block h1 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .menu-item {
    display: block;
  }
  .menu-button {
    display: none;
  }
}
.gravatar-image {
  max-width: none;
}

.fenx-footer {
  padding: 1rem 0;
  margin: 0;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

.fenx-footer-date {
  margin: 0;
  flex-grow: 1;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.welcome-block {
  max-width: 700px;
}

.logo {
  content: url(../../images/Logo.svg);
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NunitoSans;
  src: local(NunitoSans-Light), url(../fonts/NunitoSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: NunitoSans;
  src: local(NunitoSans-Regular), url(../fonts/NunitoSans-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: NunitoSans;
  src: local(NunitoSans-SemiBold), url(../fonts/NunitoSans-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: NunitoSans;
  src: local(NunitoSans-Bold), url(../fonts/NunitoSans-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: NunitoSans;
  src: local(NunitoSans-ExtraBold), url(../fonts/NunitoSans-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Quicksand;
  src: local(Quicksand-Medium), url(../fonts/Quicksand-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
}

h1 {
  font-family: Quicksand, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: normal;
  color: #2e4d6b;
}

h2 {
  font-family: Quicksand, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: normal;
  color: #2e4d6b;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  color: #2e4d6b;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  color: #2e4d6b;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  color: #2e4d6b;
}

h6 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  color: #557391;
}

a {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0056b3;
}

body {
  font-family: NunitoSans, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2e4d6b;
}

input:focus-visible,
button:focus-visible,
button:focus {
  outline: none;
}

select:focus,
select:active,
input:focus,
input:active {
  box-shadow: 0 0 3px 1px #66b1ff;
  border: solid 1px #4674a4;
  background-color: #eff8ff;
}

.fenx-grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  text-align: center;
}

.fenx-home-spacer {
  height: 6rem;
}

.container {
  margin-top: 2.5rem;
}

.fenx-language-selector {
  font-size: 1rem;
  line-height: 1.5;
  color: #557391;
  border-radius: 4px;
  border: none;
  padding: 0;
}

.fenx-flex {
  display: flex;
  align-items: center;
}

.fenx-flex-spacer {
  flex-grow: 1;
}

.fenx-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fenx-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fenx-actions.fenx-buttons {
  margin-bottom: 1rem;
}
.fenx-actions .form-field {
  padding-bottom: 0;
}
.fenx-actions > *:not(:last-child) {
  margin-right: 1rem;
}

.fenx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  font-size: 12px;
  line-height: 1.33;
  list-style: none;
  margin-bottom: 0.5rem;
}
.fenx-breadcrumb > li:not(:last-child):after {
  content: "/";
  margin-right: 0.25rem;
}
.fenx-breadcrumb > li a {
  color: #2e4d6b;
  font-size: 12px;
  line-height: 1.33;
}
.fenx-breadcrumb > li.fenx-breadcrumb-active {
  color: #4674a4;
  font-weight: 700;
  line-height: 1.33;
}

div.validation-summary-errors {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: #f26c6c;
  color: white;
  font-size: 13px;
  display: flex;
  font-weight: 800;
  line-height: 1.5;
}
div.validation-summary-errors::before {
  content: url(../../images/Icons/icons-alerts-error.svg);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
div.validation-summary-errors > ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.nav {
  padding-bottom: 1rem;
}
.nav > .nav-item {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #2e4d6b;
  border: none;
  border-bottom-width: 0.5rem;
  border-bottom-color: #edf2f7;
  border-bottom-style: solid;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.nav > .nav-item.active {
  border-bottom-color: #4674a4;
}

button:not([class*=close]),
a.fenx-button {
  border-radius: 4px;
  border: solid 1px transparent;
  background-color: #4674a4;
  height: 2.5rem;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: Quicksand, "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

button.image,
button.image:focus,
button.image:active,
button.image:hover {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

button:focus,
button:active,
a.fenx-button:focus,
a.fenx-button:active {
  box-shadow: 0 0 4px 1px #66b1ff;
  border: solid 1px #a0e4ff;
  background-color: #4674a4;
}

button,
button:focus,
button:active,
a.fenx-button,
a.fenx-button:hover,
a.fenx-button:focus,
a.fenx-button:active {
  text-decoration: none;
}

button.fenx-button-secondary,
a.fenx-button-secondary,
.fenx-button-secondary {
  font-weight: 600;
  background-color: #fff;
  color: #4674a4;
  border-color: #4674a4;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  line-height: 20px;
}

button.fenx-button-secondary:hover,
a.fenx-button-secondary:hover,
.fenx-button-secondary:hover {
  background-color: rgba(55, 91, 128, 0.0980392157);
  color: #4674a4;
  border-color: #4674a4;
  border-width: 2px;
  border-style: solid;
  box-shadow: 0 1px 2px 0 #8da2b7;
}

.fenx-button-secondary:focus,
.fenx-button-secondary:active,
button.fenx-button-secondary:focus,
button.fenx-button-secondary:active,
a.fenx-button-secondary:focus,
a.fenx-button-secondary:active {
  box-shadow: 0 0 4px 1px #66b1ff;
  border: solid 2px #4674a4;
  background-color: #eff8ff;
}

.fenx-buttons {
  display: flex;
}
.fenx-buttons > *:not(:last-child) {
  margin-right: 1rem;
}

button.fenx-dropdown::after,
a.fenx-dropdown::after,
.fenx-dropdown::after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  height: 0.5rem;
}

button.fenx-button-nav,
a.fenx-button-nav,
.fenx-button-nav {
  height: 2rem;
  line-height: 1.71;
  font-size: 14px;
  padding: 0.25rem 1rem;
}

button.fenx-button-card,
a.fenx-button-card,
.fenx-button-card {
  height: 2.5rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}

button.fenx-button-action,
.fenx-button-action {
  background-color: transparent;
  color: #557391;
  height: auto;
  padding: 0;
}

.fenx-button-panel {
  padding: 12px 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  line-height: 1;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 #bdcbd8;
  border: solid 1px #bdcbd8;
  background-color: #fff;
  color: #557391;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.fenx-button-panel:hover {
  background-color: #e4e8ec;
  color: #557391;
  text-decoration: none;
}
.fenx-button-panel::after {
  content: url(../../images/Icons/chevrons-stroke-right.svg);
  flex-grow: 1;
  text-align: end;
}

.form-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0.5rem;
}
.form-field label,
.form-field .form-label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.71;
  font-style: normal;
  color: #4674a4;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
.form-field > .input-group:focus-within input,
.form-field > .input-group:focus-within button,
.form-field > .input-group:focus-within textarea,
.form-field > .input-group:focus-within .input-group-append .input-group-text {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.form-field > .input-group:focus-within {
  box-shadow: 0 0 3px 1px #66b1ff;
  border: solid 1px #4674a4;
  background-color: #eff8ff;
}
.form-field > .input-group, .form-field textarea {
  padding: 0;
  margin: 0;
}
.form-field > .input-group input, .form-field textarea input {
  width: auto;
}
.form-field > .input-group .input-group-append .input-group-text,
.form-field > .input-group .input-group-append button, .form-field textarea .input-group-append .input-group-text,
.form-field textarea .input-group-append button {
  border: solid 1px transparent;
  margin-bottom: 1px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f8fafc;
  height: 2.5rem;
  font-size: 1rem;
  color: #2e4d6b;
}
.form-field input,
.form-field select,
.form-field textarea {
  border: solid 1px transparent;
  margin-bottom: 1px;
  border-radius: 4px;
  background-color: #f8fafc;
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  color: #2e4d6b;
  padding-left: 0.5rem;
}

span[class*=field-validation] {
  font-size: 0.75rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f26c6c;
  padding-left: 0.5rem;
  height: 1rem;
}
span[class*=field-validation].field-info {
  color: #2e4d6b !important;
}

.fenx-grid-form {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  row-gap: 1.5rem;
  text-align: center;
}
.fenx-grid-form .form-field {
  padding-bottom: 0;
}

.fenx-card {
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 #bdcbd8;
  border: solid 1px #bdcbd8;
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}
.fenx-card .fenx-card-home {
  min-height: 13rem;
  width: 21.5rem;
  margin-bottom: 0;
}

.fenx-card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fenx-card-icon {
  font-size: 2.5rem;
  color: #557391;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.fenx-button-card {
  height: 2.5rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}

.fenx-card-access-denied {
  text-align: center;
}
.fenx-card-access-denied > .fenx-card-content > a:not(:last-child) {
  margin-bottom: 0.5rem;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #4674a4;
}

.fenx-table {
  width: 100%;
  font-size: 14px;
  line-height: 1.71;
}
.fenx-table th {
  background-color: #f8fafc;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #557391;
}
.fenx-table td {
  padding: 1rem 1rem;
  border-bottom: 1px solid #e4e8ec;
  font-weight: normal;
  color: #375b80;
}

.fenx-table-actions {
  text-align: end;
}
.fenx-table-actions > a {
  text-decoration: none;
}
.fenx-table-actions > *:not(:last-child) {
  margin-right: 1rem;
}

.fenx-pagination {
  margin-top: 1rem;
}
.fenx-pagination .page-link {
  color: #4674a4;
}
.fenx-pagination .page-item.active .page-link {
  background-color: #4674a4;
}

.fenx-search {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 1rem 0;
  align-items: center;
  border: solid 1px transparent;
  border-radius: 4px;
  background-color: #f8fafc;
  width: 23rem;
  height: 2.5rem;
  font-size: 1rem;
  color: #2e4d6b;
}
.fenx-search:focus-within {
  box-shadow: 0 0 3px 1px #66b1ff;
  border: solid 1px #4674a4;
  background-color: #eff8ff;
}
.fenx-search input.fenx-search-icon {
  background: url(../../images/Icons/search.svg);
  border: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.fenx-search input[name=search] {
  flex-grow: 1;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #2e4d6b;
}
.fenx-search input[name=search]:focus {
  box-shadow: none;
  border: none;
  background-color: transparent;
}

/*Controls*/
.navbar-brand > img {
  max-height: 31px;
}

.navbar-brand.logo {
  padding: 10px 10px;
}

.navbar-brand-image-mobile {
  display: none;
}

@media (max-width: 767px) {
  .navbar-brand-image {
    display: none;
  }
  .navbar-brand-image-mobile {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.header-background {
  padding: 0.5rem 2rem;
  box-shadow: 0 2px 4px 0 #bdcbd8;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.validation-summary-errors {
  color: #ff3834;
  border: 1px solid #ffd3d3;
  background: none;
  padding-top: 9px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.fenx-switch {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 31rem;
}
.fenx-switch input {
  display: none;
}
.fenx-switch input:checked ~ .slider {
  background-color: #4674a4;
}
.fenx-switch input:checked ~ .slider:before {
  transform: translateX(20px);
}
.fenx-switch label {
  color: #557391;
  margin: 0;
}
.fenx-switch .slider {
  background-color: #bdcbd8;
  cursor: pointer;
  transition: 0.4s;
  margin-right: 0.5rem;
  display: inline-block;
  position: relative;
  height: 1.5rem;
  width: 2.75rem;
  border-radius: 2rem;
}
.fenx-switch .slider:before {
  background-color: #fff;
  bottom: 2px;
  left: 2px;
  content: "";
  height: 20px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
  border-radius: 50%;
}

.picker .button__add {
  white-space: normal;
  text-transform: none;
}
.picker .button__show-all {
  margin: 0;
  padding: 0;
  font-size: 14px;
  border: none;
  background-color: transparent;
  color: #0056b3;
  height: 1.5rem;
  white-space: normal;
  text-transform: none;
}
.picker .block__buttons__add {
  margin-top: 4px;
}
.picker .search-title {
  color: gray;
  font-size: 12px;
}

.fen-chip-grid {
  row-gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.fenx-chip {
  border-radius: 12px;
  font-size: 12px;
  background-color: #e4e8ec;
  font-weight: bold;
  height: 1.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  border: solid 1px transparent;
}
.fenx-chip:focus, .fenx-chip:active {
  background-color: #e4e8ec;
}
.fenx-chip .button__text {
  margin-left: 12px;
  margin-right: 6px;
}
.fenx-chip .button__delete {
  height: 1rem;
  width: 1rem;
  background-image: url(../../images/Icons/chips-removable.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  padding: 0;
  margin-right: 4px;
  border: none;
}
.fenx-chip .button__delete:hover {
  border: none;
}

.fenx-chip-suggestion {
  background-color: #8da2b7;
}
.fenx-chip-suggestion:focus, .fenx-chip-suggestion:active {
  background-color: #8da2b7;
}
.fenx-chip-suggestion {
  color: white;
}
.fenx-chip-suggestion .fenx-chip-arrow {
  height: 1rem;
  width: 1rem;
  background-image: url(../../images/Icons/chips-suggested.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  padding: 0;
}

.fenx-picker-spacer {
  height: 1.5rem;
}

#toast-container > div {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

label.radio-img > input {
  visibility: hidden;
  position: absolute;
}

label.radio-img > input + img {
  cursor: pointer;
  border: 2px solid transparent;
}

label.radio-img > input:checked + img {
  background-color: #ffe7ac;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

label.radio-img > input:checked ~ h3, label.radio-img > input:checked ~ h4 {
  color: #007bff;
  text-decoration: underline;
}

label.radio-img > h3, label > h4 {
  cursor: pointer;
}

/*Pages*/
.audit-log-container .modal-dialog {
  overflow-y: initial !important;
}
.audit-log-container .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
