.error-page-body {
  width: 100%;
  display: grid;
  justify-content: center;
}
.icon-message-wrapper {
  display: flex;
}
.icon-holder {
  font-size: 5rem;
  padding: 1rem;
  padding-top: 0rem;
}
.error-message-holder {
  padding: 1rem;
}

.site-nav-link {
  border-left: 1px solid rgba(208, 210, 211, 0.1);
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  padding-top: 0.7em;
  margin-right: -3px;
  height: 2.1em;
  width: 5em;
  display: inline-block;
  cursor: pointer;
}
.site-nav-link.disabled,
.site-nav-link[disabled] {
  cursor: default;
}

.box-model-fix {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.transition {
  transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
}
.dropdown-shadow {
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
}
.minimal-shadow {
  -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
}
.section-body-shadow {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.section-header-boxed-shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.section-header-boxed-shadow-subdued {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.background-header-gradation {
  background: linear-gradient(to left, #3f5978 0%, #123044 100%);
}
@keyframes fade-in-menu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.spr-context-menu-container {
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  overflow-y: overlay;
  animation: fade-in-menu ease-out 200ms;
}
.spr-context-menu {
  background-color: #d0d2d3;
  font-family: "museo-sans", arial, sans-serif;
  min-width: 14em;
  white-space: nowrap;
}
.spr-context-menu:not(.spr-context-menu-container *) {
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
}
.spr-context-menu-container:focus {
  outline: none;
}
.spr-context-menu.spr-context-menu-no-icon-gutter {
  animation: fade-in-menu ease-out 200ms;
}
.spr-context-menu.spr-context-menu-no-icon-gutter .spr-context-menu-item .spr-context-menu-ico-gutter {
  display: none;
}
.spr-context-menu.spr-context-menu-no-icon-gutter .spr-context-menu-item {
  padding-left: 0.75rem;
}
.spr-context-menu-item {
  display: flex;
  align-items: center;
  min-height: 3rem;
  font-weight: 900;
  color: #123044;
  border-bottom: #c6c8c9 1px solid;
  cursor: pointer;
}
.spr-context-menu-item:hover {
  background-color: #dddfdf;
  color: #1464bb;
}
.spr-context-menu-item[disabled],
.spr-context-menu-item[disabled]:hover {
  background-color: #c5c8c9;
  color: rgba(94, 95, 97, 0.5);
  cursor: default;
}
.spr-context-menu-item[disabled] .spr-context-menu-ico {
  color: rgba(94, 95, 97, 0.5);
}
.spr-context-menu-item:focus {
  outline-width: 2px;
  outline-offset: -2px;
}
.spr-context-menu-item .spr-context-menu-ico {
  color: #1464bb;
}
.spr-context-menu-item .spr-context-menu-ico-gutter {
  display: flex;
  width: 3.2rem;
  flex-shrink: 0;
  justify-content: space-around;
}
.spr-context-menu-item .spr-context-menu-text {
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 1rem;
}
.spr-context-menu-item .spr-context-menu-submenu-gutter {
  display: flex;
  width: 2rem;
  flex-shrink: 0;
  justify-content: space-around;
}
.spr-context-menu-header {
  text-transform: uppercase;
  padding: 0.5rem 0 0.5rem 1rem;
  background-color: #b9bbbd;
  color: #5e5f61;
}

a.disabled {
  cursor: default;
  color: #bbbdbf;
}
a.disabled:hover {
  color: #bbbdbf;
}

#loading-banner:empty {
  display: none;
}

.portal-site-link-button {
  width: unset !important;
  display: flex;
  align-items: center;
  margin-right: 2em;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 400;
}
.portal-site-link-button > span {
  line-height: 1;
}
.portal-site-link-button:hover {
  color: #ffffff;
}

/* Do not display for 200ms in order to avoid a visible flicker of the
   title when the page loads quickly.  After 200ms, fade in for 200ms.
*/
.loading-title {
  animation: fadeIn 400ms;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-dialog.l-dialog-without-padding {
  padding: 0px;
}
.l-dialog.l-dialog-with-top-border {
  border-top: 0.7em #123044 solid;
}
.secondary-dialog-container .l-dialog {
  border-top: 0.7em #123044 solid;
  border-bottom: 0.2em #C45900 solid;
}
.secondary-dialog-container .l-dialog.l-dialog-without-top-border {
  border-top: none;
}
.spr-dialog-fade-in {
  opacity: 1;
  animation-name: sprDialogFadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 250ms;
}
@keyframes sprDialogFadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.dialog-header-blue {
  flex-direction: column;
  background-color: #3f5978;
  text-align: center;
}
.dialog-header-blue h2 {
  color: white;
  font-weight: 500;
  font-size: 1.5em;
}
.dialog-header-blue h4 {
  color: white;
  opacity: 0.8;
}
.dialog-header-blue.dialog-header-blue-one-line h2 {
  opacity: 0.8;
}

.loading-banner {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border: 1px solid #C45900;
  background: #ffc391;
  padding: 0.5em 2em;
  color: #123044;
  font-weight: 500;
}

.spr-action-buttons-wrapper {
  display: flex;
  align-items: stretch;
  gap: 1rem;
}
.spr-action-buttons-left-content {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 2rem;
}
.spr-action-buttons-right-content {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  vertical-align: baseline;
  cursor: pointer;
  user-select: none;
  background-color: #E6E6E6;
  font-family: inherit;
  font-size: 100%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0;
  position: relative;
}
.button.button-foreground-default {
  color: #1464bb;
}
.button.button-foreground-subdued {
  color: rgba(0, 0, 0, 0.8);
}
.button.button-foreground-dark {
  color: #123044;
}
.button.button-foreground-white {
  color: #fff;
}
.button:focus {
  outline: 0;
  border-color: transparent;
}
.button:focus:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom-width: 3px;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075) 40%, rgba(0, 0, 0, 0.075));
}
.button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}
.button[disabled] {
  background-image: none;
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: auto;
}
.button.button-tight {
  padding: 0.65rem 1rem 0.65rem 0.8rem;
}
.button.button-wide {
  padding-left: 3rem;
  padding-right: 3rem;
}
.button.button-no-transform {
  text-transform: none;
}
.button.button-bold {
  font-size: 1rem;
  font-weight: 900;
}
.button.button-full-width {
  width: 100%;
}
.button.button-no-top-border {
  border-top: none;
}
.button .subtext-container {
  display: flex;
  justify-content: center;
  position: relative;
  top: -0.2em;
}
.button .subtext-container span {
  position: absolute;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.8);
  top: 1rem;
  white-space: nowrap;
}
.default-button {
  border-color: #d0d2d3;
  background: #fff;
  transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
}
.default-button i:before {
  color: #1464bb;
}
.default-button:not([disabled]):hover {
  background-color: #d4e6fa;
  background-image: none;
}
.subdued-button {
  border-color: rgba(208, 210, 211, 0.5);
  background: #e6e7e8;
}
.primary-button {
  border-color: #C45900;
  background: #C45900;
}
.primary-button:focus:after {
  border-color: #682f00;
}
.complementary-button {
  background-color: #3f5978;
}
.complementary-button:focus:after {
  border-color: #233142;
}
.transparent-button {
  border-color: rgba(208, 210, 211, 0.5);
  background: transparent;
}
.transparent-button[disabled] {
  border-color: rgba(208, 210, 211, 0.8);
  background-color: transparent;
}
.transparent-button-reverse {
  background-color: transparent;
  border-color: #fff;
}
.transparent-button-reverse[disabled] {
  background-color: transparent;
  border-color: rgba(208, 210, 211, 0.8);
}
.action-buttons .button {
  padding-left: 3rem;
  padding-right: 3rem;
}
.spr-button-icon-max-height-wrapper {
  max-height: 1em;
  display: flex;
  align-items: center;
}
.spr-button-icon-content-wrapper {
  display: flex;
  align-items: center;
}
.spr-editor-add-button-icon {
  color: #1464bb;
}

.l-popup .confirmation-box {
  border-top: 0.7em #123044 solid;
  border-bottom: 0.2em #C45900 solid;
  padding: 1rem;
  width: 50em;
}
.l-popup .confirmation-box h1,
.l-popup .confirmation-box h2,
.l-popup .confirmation-box h3,
.l-popup .confirmation-box h4,
.l-popup .confirmation-box h5,
.l-popup .confirmation-box h6 {
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  color: #C45900;
  padding-bottom: 1rem;
}
.l-popup .confirmation-box p {
  font-size: 1.4em;
  font-weight: 700;
  color: #123044;
}
.l-popup .confirmation-box .secondary-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5rem;
}
.l-popup .confirmation-box.confirm-delete-box h1,
.l-popup .confirmation-box.confirm-delete-box h2,
.l-popup .confirmation-box.confirm-delete-box h3,
.l-popup .confirmation-box.confirm-delete-box h4,
.l-popup .confirmation-box.confirm-delete-box h5,
.l-popup .confirmation-box.confirm-delete-box h6 {
  display: none;
}
.l-popup .confirmation-box.confirm-delete-box .primary-content {
  padding: 1rem 0 1rem 12rem;
}
.l-popup .confirmation-box.confirm-delete-box .primary-content:before {
  content: '\f1f8';
  font-family: FontAwesome;
  font-size: 7rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  width: 1.9em;
  height: 1em;
  text-align: center;
  top: 0.1em;
  left: 0;
  color: #C45900;
  visibility: visible;
}
.l-popup .confirmation-box.confirm-delete-box .primary-content:after {
  content: '\f06a';
  font-family: FontAwesome;
  font-size: 2.25rem;
  line-height: 0.9em;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  text-align: center;
  top: 2.1em;
  left: 3.75em;
  color: #123044;
  visibility: visible;
  text-indent: 0;
  border-radius: 0.9em;
  background: white;
}
.l-popup .confirmation-box.confirm-delete-box .confirmation-dialog-additional-details,
.l-popup .confirmation-box.confirm-delete-box .confirmation-dialog-validation-container {
  padding: 0rem 0 0rem 12.5em;
}
.l-popup .confirmation-box.cannot-delete-referenced-entity-box h1,
.l-popup .confirmation-box.cannot-delete-referenced-entity-box h2,
.l-popup .confirmation-box.cannot-delete-referenced-entity-box h3,
.l-popup .confirmation-box.cannot-delete-referenced-entity-box h4,
.l-popup .confirmation-box.cannot-delete-referenced-entity-box h5,
.l-popup .confirmation-box.cannot-delete-referenced-entity-box h6 {
  display: none;
}
.l-popup .confirmation-box.cannot-delete-referenced-entity-box .primary-content {
  padding: 1rem 0 1rem 12rem;
}
.l-popup .confirmation-box.cannot-delete-referenced-entity-box .primary-content:before {
  content: '\f071';
  font-family: FontAwesome;
  font-size: 7rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  width: 1.9em;
  height: 1em;
  text-align: center;
  top: 0.1em;
  left: 0;
  color: #C45900;
  visibility: visible;
}
.l-popup .confirmation-box.cannot-delete-referenced-entity-box .primary-content:before {
  padding-top: 1rem;
}
.l-popup .confirmation-box.cannot-delete-referenced-entity-box .reference-list {
  padding-left: 12.5rem;
}
.l-popup .confirmation-box.cannot-delete-referenced-entity-box .reference-list ul {
  margin-top: 0;
}
.l-popup .confirmation-box.confirm-undo-changes-box h1,
.l-popup .confirmation-box.confirm-undo-changes-box h2,
.l-popup .confirmation-box.confirm-undo-changes-box h3,
.l-popup .confirmation-box.confirm-undo-changes-box h4,
.l-popup .confirmation-box.confirm-undo-changes-box h5,
.l-popup .confirmation-box.confirm-undo-changes-box h6 {
  display: none;
}
.l-popup .confirmation-box.confirm-undo-changes-box .primary-content {
  padding: 1rem 0 1rem 12rem;
}
.l-popup .confirmation-box.confirm-undo-changes-box .primary-content:before {
  content: '\f0e2';
  font-family: FontAwesome;
  font-size: 7rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  width: 1.9em;
  height: 1em;
  text-align: center;
  top: 0.1em;
  left: 0;
  color: #C45900;
  visibility: visible;
}
.l-popup .confirmation-box.confirm-undo-changes-box .primary-content:after {
  content: '\f06a';
  font-family: FontAwesome;
  font-size: 2.25rem;
  line-height: 0.9em;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  text-align: center;
  top: 2.1em;
  left: 3.75em;
  color: #123044;
  visibility: visible;
  text-indent: 0;
  border-radius: 0.9em;
  background: white;
}
.l-popup .confirmation-box.cancel-confirmation-box h1,
.l-popup .confirmation-box.cancel-confirmation-box h2,
.l-popup .confirmation-box.cancel-confirmation-box h3,
.l-popup .confirmation-box.cancel-confirmation-box h4,
.l-popup .confirmation-box.cancel-confirmation-box h5,
.l-popup .confirmation-box.cancel-confirmation-box h6 {
  display: none;
}
.l-popup .confirmation-box.cancel-confirmation-box .primary-content {
  padding: 1rem 0 1rem 12rem;
}
.l-popup .confirmation-box.cancel-confirmation-box .primary-content:before {
  content: '\f05e';
  font-family: FontAwesome;
  font-size: 7rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  width: 1.9em;
  height: 1em;
  text-align: center;
  top: 0.1em;
  left: 0;
  color: #C45900;
  visibility: visible;
}
.l-popup .confirmation-box.cancel-confirmation-box .primary-content:after {
  content: '\f06a';
  font-family: FontAwesome;
  font-size: 2.25rem;
  line-height: 0.9em;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  text-align: center;
  top: 2.1em;
  left: 3.75em;
  color: #123044;
  visibility: visible;
  text-indent: 0;
  border-radius: 0.9em;
  background: white;
}
.l-popup .confirmation-box.warning-confirmation-box h1,
.l-popup .confirmation-box.warning-confirmation-box h2,
.l-popup .confirmation-box.warning-confirmation-box h3,
.l-popup .confirmation-box.warning-confirmation-box h4,
.l-popup .confirmation-box.warning-confirmation-box h5,
.l-popup .confirmation-box.warning-confirmation-box h6 {
  display: none;
}
.l-popup .confirmation-box.warning-confirmation-box .primary-content {
  padding: 1rem 0 1rem 12rem;
}
.l-popup .confirmation-box.warning-confirmation-box .primary-content:before {
  content: '\f071';
  font-family: FontAwesome;
  font-size: 7rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  width: 1.9em;
  height: 1em;
  text-align: center;
  top: 0.25em;
  left: 0;
  color: #C45900;
  visibility: visible;
}
.l-popup .confirmation-box.warning-confirmation-box .confirmation-dialog-additional-details {
  padding: 0rem 0 0rem 12.5em;
}
.l-popup .confirmation-box.confirm-confidentiality-box h1,
.l-popup .confirmation-box.confirm-confidentiality-box h2,
.l-popup .confirmation-box.confirm-confidentiality-box h3,
.l-popup .confirmation-box.confirm-confidentiality-box h4,
.l-popup .confirmation-box.confirm-confidentiality-box h5,
.l-popup .confirmation-box.confirm-confidentiality-box h6 {
  display: none;
}
.l-popup .confirmation-box.confirm-confidentiality-box .primary-content {
  padding: 1rem 0 1rem 12rem;
}
.l-popup .confirmation-box.confirm-confidentiality-box .primary-content:before {
  content: '\f070';
  font-family: FontAwesome;
  font-size: 7rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  width: 1.9em;
  height: 1em;
  text-align: center;
  top: 0.1em;
  left: 0;
  color: #C45900;
  visibility: visible;
}
.l-popup .confirmation-box.confirm-confidentiality-box .primary-content:after {
  content: '\f06a';
  font-family: FontAwesome;
  font-size: 2.25rem;
  line-height: 0.9em;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  text-align: center;
  top: 2.1em;
  left: 3.75em;
  color: #123044;
  visibility: visible;
  text-indent: 0;
  border-radius: 0.9em;
  background: white;
}
.l-popup .confirmation-box.confirm-restriction-box h1,
.l-popup .confirmation-box.confirm-restriction-box h2,
.l-popup .confirmation-box.confirm-restriction-box h3,
.l-popup .confirmation-box.confirm-restriction-box h4,
.l-popup .confirmation-box.confirm-restriction-box h5,
.l-popup .confirmation-box.confirm-restriction-box h6 {
  display: none;
}
.l-popup .confirmation-box.confirm-restriction-box .primary-content {
  padding: 1rem 0 1rem 12rem;
}
.l-popup .confirmation-box.confirm-restriction-box .primary-content:before {
  content: '\f056';
  font-family: FontAwesome;
  font-size: 7rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  width: 1.9em;
  height: 1em;
  text-align: center;
  top: 0.1em;
  left: 0;
  color: #C45900;
  visibility: visible;
}
.l-popup .confirmation-box.confirm-restriction-box .primary-content:after {
  content: '\f06a';
  font-family: FontAwesome;
  font-size: 2.25rem;
  line-height: 0.9em;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  text-align: center;
  top: 2.1em;
  left: 3.75em;
  color: #123044;
  visibility: visible;
  text-indent: 0;
  border-radius: 0.9em;
  background: white;
}

.partial-cover {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  z-index: 30;
  display: none;
  top: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.partial-cover .dark {
  background: rgba(0, 0, 0, 0.5);
}


/*# sourceMappingURL=appRouterPage.ddd4987bedfd3234abb8.css.map*/