/* Styles from new version of mri-ui.css. Can be deleted when we get latest mri css. */
.mri-banner-message__text,
.mri-alert__message {
  margin-top: 0;
  margin-bottom: 0;
  line-height: inherit;
  font-size: 1em; }

.mri-banner-message {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-style: solid; }

@media screen and (min-width: 768px) {
  .mri-banner-message {
    grid-template-rows: auto;
    grid-template-columns: auto 1fr auto auto; } }

.mri-banner-message__icon {
  grid-row: 1;
  grid-column: 1; }

.mri-banner-message__text {
  grid-row: 1;
  grid-column: 2; }

.mri-banner-message__primary-message {
  font-weight: bold; }

.mri-banner-message__toolbar {
  grid-row: 2;
  grid-column-start: 2;
  grid-column-end: -1; }

@media screen and (min-width: 768px) {
  .mri-banner-message__toolbar {
    grid-column: 3;
    grid-row: 1; } }

.mri-banner-message__close-button {
  grid-row: 1;
  grid-column: -1; }

.mri-banner-message {
  padding: 16px;
  border-width: 0 0 2px 0; }

.mri-banner-message__icon {
  margin-right: 16px; }

.mri-banner-message__close-button {
  margin-left: 16px; }

.mri-banner-message__text {
  font-size: 0.875rem;
  line-height: 1.5rem; }

@media screen and (min-width: 768px) {
  .mri-banner-message__text {
    font-size: 1rem;
    line-height: 1.75rem; } }

.mri-banner-message__toolbar {
  margin-top: 16px; }

@media screen and (min-width: 768px) {
  .mri-banner-message__toolbar {
    margin-top: 0;
    margin-left: 16px; } }

.mri-banner-message {
  background-color: #E6F4F5;
  border-color: #0582C3; }

.mri-banner-message__icon {
  color: #0582C3; }

.mri-banner-message__text {
  color: #125079; }

.mri-banner-message--success {
  background-color: #E1F6F5;
  border-color: #009170; }

.mri-banner-message--success .mri-banner-message__icon {
  color: #009170; }

.mri-banner-message--success .mri-banner-message__text {
  color: #005E4B; }

.mri-banner-message--warning {
  background-color: #FFE9C3;
  border-color: #E46300; }

.mri-banner-message--warning .mri-banner-message__icon {
  color: #E46300; }

.mri-banner-message--warning .mri-banner-message__text {
  color: #B33706; }

.mri-banner-message--critical {
  background-color: #FFE3E6;
  border-color: #E72424; }

.mri-banner-message--critical .mri-banner-message__icon {
  color: #E72424; }

.mri-banner-message--critical .mri-banner-message__text {
  color: #8E1D1C; }

.mri-filter-bar--container {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 32px;
  background: #EFF3F3; }

.mri-filter-bar--custom-filter {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.mri-filter-bar--freedom-filter {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  -ms-flex-item-align: center;
      align-self: center; }

.mri-filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0;
  padding-right: 8px; }

.mri-filter-bar__filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.mri-filter-bar__filter-buttons > * {
  margin-left: 8px; }

.mri-filter-bar__filter-buttons > *:first-child {
  margin-left: 0; }

.mri-filter-bar__filter-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background: #EFF3F3;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 8px calc(16px + 14px) 8px 8px; }

.mri-filter-bar__filter-button::after {
  content: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M46.3%2011.1L43.2%208.5C42.8%208.2%2042.3%208%2041.7%208C41.2%208%2040.7%208.3%2040.3%208.7L23.5%2029.2L6.6%208.8C5.9%208%204.6%207.8%203.8%208.5L0.7%2011.1C0.3%2011.4%200%2011.9%200%2012.5C0%2013%200.1%2013.6%200.5%2014L22%2039.8C22.4%2040.3%2022.9%2040.5%2023.5%2040.5C24.1%2040.5%2024.7%2040.2%2025%2039.8L46.5%2014C47.3%2013.1%2047.2%2011.9%2046.3%2011.1Z%22%20fill%3D%22%2310689D%22%2F%3E%3C%2Fsvg%3E");
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.mri-filter-bar__filter-button:hover {
  background: #DFE7E8; }

.mri-filter-bar__filter-button:active {
  background: #C2CFD3; }

.mri-filter-bar__filter-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #3A9DD2, 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 2px #3A9DD2, 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5); }

.mri-filter-bar__filter-button:disabled,
.mri-filter-bar__filter-button.mri-is-disabled {
  opacity: 0.5;
  cursor: default; }

.mri-filter-bar__filter-button.mri--is-active {
  background: #C2CFD3; }

.mri-filter-bar__label,
.mri-filter-bar__value {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left; }

.mri-filter-bar__label {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #394754; }

.mri-filter-bar__value {
  color: #10689D; }

.mri-drop-element {
  z-index: 100; }

.mri-drop-element--override {
  top: 0px;
  left: 0px;
  position: absolute;
  -webkit-transform: translateX(40px) translateY(225px) translateZ(0px);
          transform: translateX(40px) translateY(225px) translateZ(0px); }

.mri-drop-element-attached-bottom.mri-drop-target-attached-top .mri-popover {
  margin: 0;
  margin-bottom: 8px;
  padding-bottom: 8px; }

.mri-drop-element-attached-bottom.mri-drop-target-attached-top .mri-popover::before {
  bottom: -8px;
  -webkit-box-shadow: 2px 2px 4px calc(-2px + 1px) rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px calc(-2px + 1px) rgba(0, 0, 0, 0.25); }

.mri-drop-element-attached-top.mri-drop-target-attached-bottom .mri-popover {
  margin: 0;
  margin-top: 8px;
  padding-top: 8px; }

.mri-drop-element-attached-top.mri-drop-target-attached-bottom .mri-popover::before {
  top: -8px;
  -webkit-box-shadow: -2px -2px 4px calc(-2px + 1px) rgba(0, 0, 0, 0.25);
          box-shadow: -2px -2px 4px calc(-2px + 1px) rgba(0, 0, 0, 0.25); }

.mri-drop-element-attached-left.mri-drop-target-attached-right .mri-popover {
  margin: 0;
  margin-left: 8px;
  padding-left: 8px; }

.mri-drop-element-attached-left.mri-drop-target-attached-right .mri-popover::before {
  left: -8px;
  -webkit-box-shadow: -2px 2px 4px calc(-2px + 1px) rgba(0, 0, 0, 0.25);
          box-shadow: -2px 2px 4px calc(-2px + 1px) rgba(0, 0, 0, 0.25); }

.mri-drop-element-attached-right.mri-drop-target-attached-left .mri-popover {
  margin: 0;
  margin-right: 8px;
  padding-right: 8px; }

.mri-drop-element-attached-right.mri-drop-target-attached-left .mri-popover::before {
  right: -8px;
  -webkit-box-shadow: 2px -2px 4px calc(-2px + 1px) rgba(0, 0, 0, 0.25);
          box-shadow: 2px -2px 4px calc(-2px + 1px) rgba(0, 0, 0, 0.25); }

.mri-drop-target-attached-center.mri-drop-element-attached-center .mri-popover::before {
  left: calc(50% - 8px); }

.mri-drop-target-attached-left.mri-drop-element-attached-left .mri-popover::before,
.mri-drop-pinned-left .mri-popover::before {
  left: calc(8px + 8px); }

.mri-drop-target-attached-right.mri-drop-element-attached-right .mri-popover::before,
.mri-drop-pinned-right .mri-popover::before {
  right: calc(8px + 8px); }

.mri-drop-target-attached-middle.mri-drop-element-attached-middle .mri-popover::before {
  top: calc(50% - 8px); }

.mri-drop-target-attached-top.mri-drop-element-attached-top .mri-popover::before,
.mri-drop-pinned-top .mri-popover::before {
  top: calc(8px + 8px); }

.mri-drop-target-attached-bottom.mri-drop-element-attached-bottom .mri-popover::before,
.mri-drop-pinned-bottom .mri-popover::before {
  bottom: calc(8px + 8px); }

.mri-drop-target-attached-left.mri-drop-element-attached-left.mri-drop-pinned-top .mri-popover::before,
.mri-drop-target-attached-left.mri-drop-element-attached-left.mri-drop-pinned-bottom .mri-popover::before,
.mri-drop-target-attached-center.mri-drop-element-attached-center.mri-drop-pinned-top .mri-popover::before,
.mri-drop-target-attached-center.mri-drop-element-attached-center.mri-drop-pinned-bottom .mri-popover::before,
.mri-drop-target-attached-right.mri-drop-element-attached-right.mri-drop-pinned-top .mri-popover::before,
.mri-drop-target-attached-right.mri-drop-element-attached-right.mri-drop-pinned-bottom .mri-popover::before,
.mri-drop-target-attached-top.mri-drop-element-attached-top.mri-drop-pinned-left .mri-popover::before,
.mri-drop-target-attached-top.mri-drop-element-attached-top.mri-drop-pinned-right .mri-popover::before,
.mri-drop-target-attached-middle.mri-drop-element-attached-middle.mri-drop-pinned-left .mri-popover::before,
.mri-drop-target-attached-middle.mri-drop-element-attached-middle.mri-drop-pinned-right .mri-popover::before,
.mri-drop-target-attached-bottom.mri-drop-element-attached-bottom.mri-drop-pinned-left .mri-popover::before,
.mri-drop-target-attached-bottom.mri-drop-element-attached-bottom.mri-drop-pinned-right .mri-popover::before {
  display: none; }

.mri-popover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: relative;
  width: auto;
  max-width: 40em;
  max-height: 80vh;
  padding: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 4px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 4px 8px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  -webkit-animation: fade-in-down 0.25s 0s cubic-bezier(0, 1, 1, 1);
  animation: fade-in-down 0.25s 0s cubic-bezier(0, 1, 1, 1); }

.mri-popover::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.mri-popover__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.mri-popover-content {
  max-height: 100%;
  min-height: 16px;
  min-width: 16px;
  overflow-y: auto;
  z-index: 10; }

.mri-popover {
  background-color: white;
  color: #162029; }

.mri-popover::before {
  background-color: white;
  color: #162029; }

.mri-popover--dark {
  background-color: #4C5C6C;
  color: white; }

.mri-popover--dark::before {
  background-color: #4C5C6C;
  color: white; }

.mri-button--quiet {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border-width: 1px;
  border-radius: 9999px;
  line-height: 1.25rem;
  color: #10689D;
  height: 30px;
  -ms-flex-item-align: center;
      align-self: center;
  margin: auto 0 auto auto; }

.mri-button--quiet .mri-icon-button__success-icon {
  color: #00775D; }

.mri-button--quiet .mri-icon-button__critical-icon {
  color: #BA2121; }

.mri-button--quiet .mri-counter {
  background-color: #DFE7E8;
  color: #162029;
  font-weight: 500; }

.mri-button--quiet .mri-counter--info {
  background-color: #B5DCE6;
  color: #10689D;
  font-weight: 500; }

.mri-button--quiet .mri-counter--success {
  background-color: #A7E2DA;
  color: #006A54;
  font-weight: 500; }

.mri-button--quiet .mri-counter--warning {
  background-color: #FFCD7E;
  color: #B33706;
  font-weight: 500; }

.mri-button--quiet .mri-counter--critical {
  background-color: #FFBFC2;
  color: #BA2121;
  font-weight: 500; }

.mri-dialog__loading-overlay.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.mri-modal__loading-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.25s 0s cubic-bezier(0, 1, 1, 1);
  transition: opacity 0.25s 0s cubic-bezier(0, 1, 1, 1);
  z-index: 1; }

.mri-modal__loading-overlay.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.mri-modal__loading-overlay.mri-is-visible {
  opacity: 1; }

.mri-filter-heading {
  margin-top: 0; }

.mri-filter-heading__eyebrow {
  display: block; }

.mri-filter-heading {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif;
  margin-bottom: 8px; }

* + .mri-filter-heading {
  margin-top: 16px; }

.mri-filter-heading__eyebrow {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0; }

.mri-filter-heading {
  color: #044d66; }

.mri-drawer__header {
  padding: 16px 16px; }

.mri-filter-overlay-grid__row {
  margin-left: -24px;
  margin-right: -16px; }

.mri-form--override {
  margin: 8px; }

.mri-kpi-list,
.mri-kpi-list--separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: -1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

.mri-kpi-list__item {
  margin: 1em;
  min-width: 0em;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }

.mri-kpi-list--separator .mri-kpi-list__item + .mri-kpi-list__item::before {
  content: "";
  display: block;
  width: 0;
  top: calc(50% - 1.5em);
  left: 0;
  height: 3em;
  position: absolute;
  margin-left: calc(-1em - 1px);
  border-left: 1px solid #C2CFD3; }

.mri-kpi-list__separator {
  display: block;
  width: 0;
  height: auto;
  min-height: 5em;
  border-right: 2px solid #C2CFD3;
  margin: 1em 0;
  margin-right: -2px; }

.mri-kpi-list__separator,
.mri-autocomplete__divider {
  display: block;
  border: none;
  margin: 0;
  padding: 0; }

.mri-kpi-list,
.mri-kpi-list--separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: -1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

.mri-kpi-list--separator .mri-kpi-list__item + .mri-kpi-list__item::before {
  content: "";
  display: block;
  width: 0;
  top: calc(50% - 1.5em);
  left: 0;
  height: 3em;
  position: absolute;
  margin-left: calc(-1em - 1px);
  border-left: 1px solid #C2CFD3; }

.mri-kpi-list__separator {
  display: block;
  width: 0;
  height: auto;
  min-height: 5em;
  border-right: 2px solid #C2CFD3;
  margin: 1em 0;
  margin-right: -2px; }

.fa-star--orange {
  color: orange; }

.fa-star--right-align {
  float: right; }

.mri-spinner-message {
  display: block;
  width: 500px;
  margin: 30px auto;
  text-align: center;
  font-size: 15px;
  color: #002f47; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden; }

body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  background: #FFF;
  color: #333; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.app-page {
  height: 100%;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: fixed; }

.app-main {
  min-height: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.app-content {
  float: left;
  width: 100%;
  height: calc(100% - 42px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

.page-host {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-content {
  overflow: auto;
  padding: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-content::-webkit-scrollbar {
    width: 14px; }
  .page-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 14px 14px transparent;
            box-shadow: inset 0 0 14px 14px transparent;
    border: solid 4px transparent;
    background-color: rgba(96, 138, 159, 0.2);
    border-radius: 8px; }
  .page-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 14px 14px rgba(96, 138, 159, 0.4);
            box-shadow: inset 0 0 14px 14px rgba(96, 138, 159, 0.4);
    border: solid 4px transparent;
    border-radius: 8px; }

.app-menu-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.25;
  z-index: 12;
  -webkit-animation: app-menu-overlay 1s;
          animation: app-menu-overlay 1s; }

@-webkit-keyframes app-menu-overlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.25; } }

@keyframes app-menu-overlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.25; } }

img {
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

a:link,
a:visited,
a:active {
  color: #10689D;
  text-decoration: none; }

.hyperlink {
  color: #10689D;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal; }

.hyperlink:hover {
  color: #0582C3; }

.left {
  float: left; }

.right {
  float: right; }

.non-flex-grow {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0; }

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

textarea {
  resize: none; }

.loader {
  position: fixed;
  left: 50%;
  margin-left: -5em;
  border: 16px solid #F3F3F3;
  border-top: 16px solid #044D66;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: 100px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

/*Login Form*/
.FormContainer {
  left: calc(50% - 40em/2);
  width: 38em;
  height: 25em;
  top: calc(50% - 27em/2);
  color: white;
  background-color: #024;
  background-color: rgba(0, 34, 68, 0.85);
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif;
  color: white;
  padding: 1em;
  overflow: auto; }

.FormContainerHeader {
  color: white;
  font-size: 1.5em;
  margin-bottom: 1rem;
  text-align: left; }

.FormContainerSubHeader {
  color: white;
  font-size: .75em;
  margin-bottom: 1em;
  text-align: left;
  line-height: 150%; }

.FormContainer .inputgroup label {
  color: white;
  font-size: .75em;
  width: 10em;
  padding-top: .3em;
  padding-right: 1em;
  text-align: right;
  display: inline-block;
  line-height: 1.25em;
  height: 1.25em; }

.FormContainer .inputgroup input {
  color: white;
  background-color: transparent;
  font-size: 1em;
  border: 0 none;
  width: calc(100% - 10em);
  display: inline-block;
  line-height: 1.25em;
  height: 1.25em; }

.FormContainer .primarybutton {
  color: white;
  background-color: dodgerblue;
  font-size: .75em;
  border: 0 none;
  padding: .5em 0em .5em 1em;
  border-radius: .2em;
  cursor: pointer; }

.FormContainer button.primarybutton {
  height: 3em;
  line-height: 2em;
  text-align: center;
  width: 8em;
  padding: .5em 1em .5em 1em; }

.FormContainer .primarybutton:not(button),
.FormContainer .primarybutton span {
  line-height: 2em;
  height: 2em;
  text-align: left;
  display: inline-block;
  vertical-align: middle; }

.FormContainer .primarybutton:hover,
.FormContainer .primarybutton:focus {
  background-color: #3F9AFF; }

.FormContainer .secondarybutton {
  color: inherit;
  background-color: transparent;
  font-size: .75em;
  border: 0 none;
  margin-right: .5em;
  border-radius: .2em;
  text-decoration: none;
  height: 3em;
  line-height: 2em;
  width: 8em;
  padding: .5em 1em .5em 1em;
  cursor: pointer; }

.FormContainer .secondarybutton:visited {
  color: inherit; }

.FormContainer .inputgroup input:focus {
  outline: none; }

.FormContainer .inputgroup {
  color: white;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: .3em;
  padding: .5em;
  margin-bottom: .5em; }

.FormContainer .footer {
  background-color: #c8c8c8;
  background-color: rgba(200, 200, 200, 0.1);
  padding: .5em 1em .5em 1em;
  width: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  left: 0; }

@media only screen and (max-width: 640px) {
  .FormContainer {
    left: 0;
    top: 0;
    width: calc(110% - 2em);
    height: calc(110% - 1.5em);
    min-height: 10em; }
  .footer {
    /*display: none;*/
    background-color: transparent !important;
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    position: relative !important;
    margin-top: 10px;
    width: auto !important; }
  .logo {
    display: none; } }

@media only screen and (max-height: 450px) {
  .logo {
    /*opacity:0;*/
    z-index: -1; }
  .FormContainer {
    left: 0;
    /*top: 80px;*/
    top: 0;
    width: calc(110% - 2em);
    height: calc(110% - 2em);
    margin-bottom: 10px;
    min-height: 10em;
    bottom: 0; }
  .footer {
    /*display: none;*/
    background-color: transparent !important;
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    position: relative !important;
    margin-top: 10px;
    width: auto !important; }
  .logo {
    display: none; } }

@media only screen and (max-width: 450px) {
  .FormContainer .primarybutton {
    width: calc(100% - 1em) !important; } }

@media only screen and (max-width: 640px) and (min-height: 665px) {
  .footer {
    background-color: #c8c8c8 !important;
    background-color: rgba(200, 200, 200, 0.1) !important;
    padding: .5em 1em .5em 1em;
    width: 100%;
    position: absolute !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    bottom: 0;
    left: 0; } }

.FormContainer .copyright {
  color: #CCCCCC;
  font-size: 12px;
  margin: 0px;
  text-align: left;
  line-height: 150%; }

.logo {
  background-image: url("../images/MRI_LOGO.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 108px;
  height: 72px;
  padding: 16px;
  z-index: -1;
  margin: 30px 0px 0px 30px; }

/*End Login Form*/
/*Background*/
#background {
  display: inline-block; }

/*Default background image styling*/
#background {
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

/*Tall monitors*/
@media only screen and (min-height: 1025px) and (orientation: portrait) {
  #background {
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    min-height: 1080px;
    min-width: 1772px;
    background-size: cover;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; } }

/*Phone landscape media query*/
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #background {
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-attachment: fixed;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; } }

/*Phone portrait media query*/
@media only screen and (max-width: 750px) and (orientation: portrait) {
  #background {
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-attachment: fixed;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    left: 0;
    top: 0; } }

/*Tablet portrait media query*/
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #background {
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; } }

/*Tablet/PC landscape media query*/
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #background {
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; } }

/*End Background*/
.splash-logo image {
  width: 100%;
  height: 100%; }

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  /* aspect ratio */
  vertical-align: top;
  overflow: hidden;
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif; }

.svg-container--override {
  width: 220px !important;
  height: 70px !important; }

.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif; }

.chart-heading {
  color: #FFFFFF;
  padding-left: 60px;
  font-size: 20px;
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif; }

.chart-dashboard-heading {
  color: #000000;
  padding-left: 60px;
  font-size: 20px;
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif; }

.chart-error-message {
  color: #FFFFFF;
  padding-left: 60px;
  font-size: 16px; }

.chart-dashboard-error-message {
  color: #000000;
  padding-left: 60px;
  font-size: 16px; }

.chart-background {
  background-color: #073343; }

/* Area View Chart */
.area-view .axis path,
.area-view .axis line {
  fill: none;
  shape-rendering: crispEdges; }

.area-view .area {
  fill: #044D66; }

/* Bar View Chart */
.bar-view .bar {
  fill: #044D66; }

.bar-view .bar:hover {
  fill: #BBD437; }

.bar-view .axis--x path {
  display: none; }

/* Standard View Chart */
.standard-view .arc text {
  font: 10px Noto;
  text-anchor: middle; }

.standard-view .arc path {
  stroke: #FFFFFF; }

/* Doughnut View Chart */
.doughnut-view .arc text {
  font: 10px Noto;
  text-anchor: middle; }

.doughnut-view .arc path {
  stroke: #FFFFFF; }

.chart-axis {
  fill: #FFFFFF;
  font-size: 6px; }

.chart-axis text {
  fill: #FFFFFF;
  font-size: 6px;
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif; }

.chart-axis line {
  display: none; }

.chart-axis rect {
  stroke-width: 0; }

.axis--font {
  font-size: 8px; }

.chart-tooltip {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  background: #044d66;
  color: #FFFFFF;
  border: 0px;
  border-radius: 8px;
  padding: 2px;
  text-align: center; }

.chart-container {
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 30px; }

.mri-card__chart .no-value-chart {
  background: #F5F5F5; }

.no-value-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .no-value-chart .chart-dashboard-error-message {
    color: #000000;
    padding-left: 0px; }

#appNameDiv {
  height: 100%;
  width: 38px;
  position: relative;
  cursor: pointer; }

#versionLogo {
  position: fixed;
  bottom: 9px;
  left: 9px;
  width: 19px;
  height: 21px;
  z-index: -1; }

.logoX {
  fill: #FFFFFF; }

.logoKeystone {
  fill: #BBD437; }

#navigationBar {
  position: relative;
  float: left;
  width: 60px;
  height: 100%;
  padding: 8px 8px 8px 8px;
  z-index: 20;
  background: #044D66;
  background: -webkit-gradient(linear, left top, left bottom, from(#07182f), to(#044D66));
  background: linear-gradient(to bottom, #07182f 0%, #044D66 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #07182f), color-stop(100%, #044D66));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07182f', endColorstr='#044D66', GradientType=0); }

#navigationBar .navMenuLink {
  cursor: pointer; }

.menuWindow {
  position: absolute;
  z-index: 90;
  height: 100%;
  left: 60px;
  font-weight: 600;
  overflow-x: auto;
  overflow-y: hidden;
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif; }

#menuSearchBar {
  top: 0;
  background-color: #E9E9E9;
  width: inherit;
  height: 38px;
  left: 38px;
  padding: 8px 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

#menuSearchInputBox {
  width: 88%;
  height: 100%;
  font-size: 12px;
  padding-left: 8px;
  font-weight: normal; }

#menuSearchIcon {
  position: absolute;
  top: 0px;
  width: 24px;
  height: 26px; }

.subMenuWindow {
  height: 100%;
  color: white;
  font-weight: 600;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fdfdfd;
  float: left;
  overflow-y: auto;
  overflow-x: overlay;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  margin-left: 0px; }

.hideSub {
  margin-left: -10000px !important; }

.appMenu {
  background-color: #4e4d50;
  width: 290px;
  position: relative;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10; }

.appMenu .selected,
#appMenuWindow div.menuItem:hover,
#setupMenuWindow div.menuGroup div.menuItem[tabindex]:hover,
#setupMenuWindow div.subMenuGroup div.menuGroup div.menuItem[tabindex]:hover {
  color: #7ec6ff; }

#appMenuWindow div.menuItem:focus,
#subMenuWindow div.menuGroup div.menuItem[tabindex]:focus,
#subMenuWindow div.subMenuGroup div.menuGroup div.menuItem[tabindex]:focus,
#setupMenuWindow div.menuGroup div.menuItem[tabindex]:focus,
#setupMenuWindow div.subMenuGroup div.menuGroup div.menuItem[tabindex]:focus {
  color: #3399FF;
  outline: none; }

#subMenuWindow div.subMenuGroup div.menuItem.menuAction:hover,
#subMenuWindow div.menuGroup div.menuItem.menuAction:hover {
  color: #3A9DD2 !important; }

#appMenuWindow .menuColumn {
  padding-left: 15px; }

#appMenuWindow .menuGroup:first-child div.menuItem {
  padding-top: 0px; }

#appMenuWindow div.menuItem {
  cursor: pointer;
  padding-top: 10px; }

#appMenuWindow div.menuItem:hover {
  color: #7ec6ff; }

#appMenuWindow div.menuItem:focus {
  color: #3399FF;
  outline: none; }

.menuWindow div.menuItem {
  font-size: 16px;
  font-weight: normal;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: default;
  width: calc((100%) - 8px);
  display: inline-block;
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif; }

.menuWindow div.menuItem div.menuAction {
  cursor: pointer; }

.menuWindow div.menuItem.menuAction {
  color: #352b71; }

.menuWindow div.menuGroup {
  position: relative; }

.menuWindow div.menuGroup .sidebarReportMenuGroup {
  width: 350px; }

.menuColumn {
  padding: 8px; }

#appMenuCollapserX {
  height: 30px;
  width: 30px;
  background-color: transparent;
  position: absolute;
  right: 7px;
  top: 0px;
  fill: #7EC6FF;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  z-index: 900;
  cursor: pointer; }

#appMenuCollapserXSvg {
  height: 40px;
  width: 40px; }

#appMenuCollapserX:hover {
  color: #3399FF;
  fill: #3399FF; }

.menuWindow .subMenuGroup div.menuItem {
  font-weight: 100;
  color: black;
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif; }

.menuWindow div.menuGroup {
  position: relative; }

.menuWindow div.subMenuGroup {
  background-color: transparent;
  font-size: 1em;
  color: white; }

.menuWindow div.subMenuGroup div.menuGroup div.menuItem {
  font-size: 0.85em;
  font-weight: 500;
  color: #352b71;
  margin-top: 0.8em;
  padding-left: 0px; }

.menuWindow div.subMenuGroup div.menuGroup div.menuItem:only-child {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0px;
  color: #10689D;
  padding: 4px 8px;
  border-radius: 4px; }

.menuWindow div.subMenuGroup div.menuGroup {
  background-color: transparent; }

.subMenu {
  height: 100%;
  background-color: white;
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif; }

#subMenuWindow .menuGroup .menuItem {
  color: #000D1A;
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif; }

#setupMenuWindow {
  height: 100%;
  width: 300px; }

.menuTitleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 0px 8px; }

.menuTitle {
  color: #044D66;
  font-size: 24px;
  padding: 8px 16px;
  font-weight: normal;
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif; }

div.subMenu div.menuGroup:first-child div.menuItem:first-child:before {
  top: 28px; }

div.subMenu div.subMenuGroup div.menuItem:first-child:before {
  content: none;
  background: none; }

div.subMenu div.menuItem:first-child {
  margin-top: 16px; }

div.subMenu div.subMenuGroup div.menuItem,
div.subMenu div.menuGroup:first-child div.menuItem:first-child {
  margin-top: 0px; }

span.subMenuCollapserLink:hover {
  color: #3399FF;
  fill: #3399FF; }

span.subMenuCollapserLink {
  font-size: 10px;
  color: #7EC6FF;
  cursor: pointer;
  position: absolute;
  left: 16px;
  display: table-cell; }

.moreApplicationsGroup {
  position: absolute;
  bottom: 0px;
  padding-bottom: 15px; }

.menuAction.InfoBoxButton {
  color: #162029;
  font-weight: normal;
  background: transparent;
  border-collapse: collapse;
  border: solid 1px #ABB6C1;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  font-size: 0.85em;
  font-family: "Noto Sans", "NotoSans", sans-serif;
  line-height: 1.125;
  text-align: center;
  vertical-align: middle;
  visibility: visible;
  padding: 4px 8px;
  height: auto;
  margin: 0 0 8px 8px;
  cursor: pointer; }

.menuAction.InfoBoxButton:hover {
  background-color: rgba(16, 104, 157, 0.1);
  border: solid 1px #ABB6C1; }

.menuAction.InfoBoxButton:active {
  background-color: rgba(16, 104, 157, 0.2);
  border: solid 1px #ABB6C1; }

.sideBarFieldLabel {
  display: inline-block;
  text-align: right;
  width: 152px !important;
  padding-right: 10px; }

.sideBarField {
  display: inline-block;
  width: calc((100%) - 120px); }

.sideBarLabelFieldGroup {
  margin-bottom: 10px; }

.sideBarButton {
  margin-left: 138px;
  border-radius: 3px; }

.sideBarButtonLabel {
  padding-right: 18px; }

.sideBarSpinner {
  height: 18px;
  width: 18px;
  margin-bottom: 12px; }

side-bar.pinned .mri-pin-button {
  color: #1C76BC; }

side-bar.pinned .menuWindow {
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2); }

side-bar.pinned #navigator,
side-bar.pinned #menuWindowReports {
  z-index: 10; }
  side-bar.pinned #navigator .subMenuWindow,
  side-bar.pinned #menuWindowReports .subMenuWindow {
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: none;
    transition-delay: none; }

side-bar.pinned ~ .app-main {
  margin-left: 665px; }

.pin-button-wrapper {
  z-index: 100;
  font-size: 15px; }
  .pin-button-wrapper .mri-pin-button {
    background-color: transparent;
    border: 0;
    color: grey; }

#appFavoritesWindow {
  width: 300px; }

#menuWindowMainMenu #menuSearchBar,
#menuWindowMainMenu #appMenuWindow,
#menuWindowMainMenu #subMenuWindow {
  width: 300px; }

.sidebarIcon {
  margin-bottom: 12px;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sidebarIcon:hover {
  background-color: #084063;
  border-radius: 8px; }

.sidebarIcon:active {
  background-color: #00699c;
  border-radius: 8px; }

.paneSearchBox {
  height: 100%;
  width: 360px; }

.innerPaneSearchBox {
  height: 100%; }

div.paneSearchBoxPad {
  padding: 16px 5px 5px 16px; }

.paneSearchBoxTitle {
  color: #283371;
  font-size: 27px;
  font-weight: bold;
  padding: 8px 0 8px 0; }

#MRIGoSvg .darkBlue {
  fill: #084E66; }

#MRIGoSvg .lightGreen {
  fill: #BCD336; }

#MRIGoSvg .lightBlue {
  fill: #109AD7; }

.searchBoxContainer {
  padding: 5px 0 0 0; }

.searchTextbox {
  float: left;
  height: 24px;
  border: none;
  width: 290px;
  border: solid #D3D3D3 1px; }

.searchTextbox input {
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif;
  font-size: 12px;
  width: 100%;
  height: 24px;
  border: transparent;
  background-color: transparent;
  padding-left: 8px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 1px 0px;
  color: #333333; }

.searchTextbox input:focus {
  outline: none; }

#clearSearch {
  height: 20px;
  width: 20px;
  position: relative;
  top: -23px;
  left: 265px;
  padding: 0;
  background-color: transparent;
  border: none; }

#clearSearchIcon {
  height: 20px;
  width: 20px;
  cursor: pointer; }

svg:focus .clearSearchIconBackground,
svg:hover .clearSearchIconBackground {
  fill: #AAAAAA;
  stroke: #AAAAAA;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms; }

.clearSearchIconBackground {
  fill: #EEEEEE;
  stroke: #EEEEEE;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms; }

.clearSearchIconBody {
  fill: #FFFFFF; }

.searchIcon {
  float: left;
  padding: 3px 5px 0 4px;
  height: 24px;
  width: 24px;
  background-color: #58256b; }

.searchIcon:hover {
  cursor: pointer; }

svg#searchIconImage {
  fill: #ffffff;
  height: 17px; }

.results {
  font-weight: normal;
  margin: 10px 0 0 0;
  color: #333333; }

.resultsPad {
  margin: 25px 5px 5px 8px; }

.subText {
  color: black;
  font-size: smaller; }

.searchLogo {
  width: 60%; }

.menu-search-result {
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 38px;
  left: 0px;
  z-index: 1000;
  padding: 10px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #263746;
  max-height: 75%;
  overflow-y: scroll;
  overflow-x: hidden; }

.menu-search-result-item {
  font-size: 0.85em;
  font-weight: normal;
  margin-top: 0.8em;
  color: #000000;
  padding-left: 0px;
  cursor: pointer; }

.menu-search-result-item-selected {
  color: #7EC6FF !important; }

.menu-search-result-item:hover {
  color: #7EC6FF !important; }

.non-DM-site #menuWindowReports #appReportWindow {
  width: 600px;
  padding: 0px 10px; }
  .non-DM-site #menuWindowReports #appReportWindow .sidebarReportMenuGroup .sideBarLabelFieldGroup {
    width: 550px; }
  .non-DM-site #menuWindowReports #appReportWindow .sidebarReportMenuColumn {
    padding: 0px 0px 40px 16px; }

.paneReportBox {
  height: 100%;
  width: 360px; }

.sidebarReport {
  width: 400px; }

.footer-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42px;
  background: #eee;
  padding: 3px 10px;
  font-size: 12px; }

.footer-bar a:focus,
.footer-bar span:focus {
  outline: none; }

.footer-image {
  height: 24px;
  top: 7px;
  position: relative;
  cursor: pointer; }

div.left {
  float: left;
  display: inline-block;
  white-space: nowrap; }

div.right {
  float: right;
  display: inline-block; }

.footer-username,
.footer-comm-center,
.footer-database {
  position: relative;
  padding-top: 4px;
  padding-left: 20px; }

.footer-start-message {
  padding-top: 11px;
  padding-left: 10px; }

.footer-app-name {
  color: #162029;
  position: relative;
  padding-top: 8px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: normal; }

.database-selection {
  width: 800px;
  max-width: 80%;
  height: 440px; }

#userMenu {
  position: absolute;
  top: -60px;
  left: 10px;
  background: #58595b;
  width: 190px;
  z-index: 80;
  clear: both;
  -webkit-box-shadow: 0px 0px 5px 2px #B0B0B0;
          box-shadow: 0px 0px 5px 2px #B0B0B0; }

#userMenu svg {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  fill: #5EC6F1; }

#userMenu > div:hover path {
  fill: #FFFFFF; }

#userMenu > div {
  cursor: pointer;
  padding: 13px 17px;
  font-size: 1.1em;
  color: #FFFFFF;
  position: relative; }

#userMenu > div > div {
  display: inline-block;
  line-height: 26px;
  position: absolute; }

.user-settings {
  width: 450px;
  height: 360px;
  max-width: 80%;
  max-height: 80%; }
  .user-settings .mri-form {
    font-size: 16px; }
    .user-settings .mri-form label.mri-label > .mri-spinner {
      width: 0.75em;
      height: 0.75em; }

.mri-user-settings-col-override {
  min-width: 185px; }

#CommCenter {
  position: absolute;
  bottom: 42px;
  right: 2px;
  display: block;
  z-index: 75;
  font-size: 14px;
  font-family: "Work Sans", "Gills Sans", Futura, sans-serif; }

#CommCenter div.CommCenterBackground {
  height: 360px;
  width: 660px;
  z-index: 75;
  -webkit-box-shadow: 0px 8px 16px RGBA(0, 0, 0, 0.25), 0 0 4px RGBA(0, 0, 0, 0.25);
          box-shadow: 0px 8px 16px RGBA(0, 0, 0, 0.25), 0 0 4px RGBA(0, 0, 0, 0.25);
  background-color: white;
  border-radius: 8px;
  padding: 16px; }

#CommCenterHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 3px;
  padding-top: 0px;
  font-size: 1.1em;
  font-weight: bold;
  color: #404040; }

#CommCenter td.CommCenterHeading {
  width: 188px;
  font-size: 1.1em;
  font-weight: 300;
  color: #044D66; }

#CommCenter td.CommCenterInput {
  width: 342px; }

#CommCenter div.CommCenterDisplay {
  padding: 10px 0 0 0;
  background-color: #FFFFFF;
  display: block; }

#CommCenter .CommCenterTableHeaders {
  height: 30px;
  font-size: .8em;
  border: none;
  border-collapse: collapse;
  border-bottom: solid 1px #E2E2E2; }

#CommCenter .CommCenterTableHeadersSVG {
  width: 30px; }

#CommCenterMessageDisplay .CommCenterTableHeaders {
  height: 40px; }

#CommCenterMessageDisplay .CommCenterTableHeaders > div:first-child {
  padding-left: 10px; }

#CommCenter div.CommCenterTableHeaders {
  display: table; }

#CommCenter .CommCenterTableHeaders div {
  display: table-cell;
  vertical-align: middle; }

#CommCenter .CommCenterTableHeaders div:first-child {
  padding-top: 3px; }

#CommCenter div.CommCenterTableDiv {
  height: 201px;
  width: 100%;
  overflow-y: auto; }

#CommCenterMessageDisplay div.CommCenterTableDiv {
  padding: 10px 10px 0 10px;
  font-size: .8em;
  word-wrap: break-word; }

#CommCenter div.CommCenterTableDescription {
  padding-left: 10px; }

#CommCenter table.CommCenterTable {
  margin-top: 5px;
  font-size: 12px;
  border-collapse: collapse; }

#CommCenter table.CommCenterTable td {
  vertical-align: middle !important;
  padding: 4px 0; }

#CommCenter table.CommCenterTableHeaders tr td.CommCenterTableHeaderCheckbox input,
#CommCenter table.CommCenterTable tr td.CommCenterTableCheckboxColumn input {
  margin: 5px;
  padding: 0;
  font-size: 1em;
  margin-top: 3px; }

#CommCenter table.CommCenterTable tr td.ImageColumn {
  padding: 0 0 0 2px;
  text-align: center; }

#CommCenter table.CommCenterTable tr td.ImageColumn svg {
  display: inline-block;
  height: 14px;
  width: 14px; }

#CommCenter .checkmarkIcon .iconBackground {
  fill: #86AA04;
  stroke: #86AA04; }

#CommCenter .errorIcon .iconBackground {
  fill: #B50D0D;
  stroke: #B50D0D; }

#CommCenter .exclamationIcon .iconBackground {
  fill: #E89E00;
  stroke: #E89E00; }

#CommCenter .infoIcon .iconBackground {
  fill: #26A9E0; }

#CommCenter .iconBody {
  fill: #FFFFFF; }

#CommCenter table.CommCenterTable tr td,
#CommCenter .CommCenterTableHeaders div:last-child {
  overflow: hidden;
  text-overflow: ellipsis; }

#CommCenter table.CommCenterTableHeaders tr td:nth-child(1),
#CommCenter table.CommCenterTable tr td:nth-child(1) {
  min-width: 25px;
  max-width: 25px; }

#CommCenter table.CommCenterTableHeaders tr td:nth-child(2),
#CommCenter table.CommCenterTable tr td:nth-child(2),
#CommCenter .CommCenterTableHeaders div:first-child {
  min-width: 30px;
  max-width: 30px; }

#CommCenter table.CommCenterTableHeaders tr td:nth-child(3),
#CommCenter table.CommCenterTable tr td:nth-child(3) {
  min-width: 240px;
  max-width: 240px; }

#CommCenter table.CommCenterTableHeaders tr td:nth-child(4),
#CommCenter table.CommCenterTable tr td:nth-child(4) {
  min-width: 140px;
  max-width: 140px; }

#CommCenter table.CommCenterTableHeaders tr td:nth-child(5),
#CommCenter table.CommCenterTable tr td:nth-child(5) {
  min-width: 172px;
  max-width: 172px; }

#CommCenter .CommCenterTableRow {
  display: table-row; }

#CommCenter .AlignTop {
  vertical-align: top; }

#CommCenter table.CommCenterTableHeaders tr td:last-child,
#CommCenter .CommCenterTableHeaders div:last-child {
  width: 100%;
  max-width: 400px; }

#CommCenterRemove {
  left: 16px; }

#CommCenterBack {
  left: 221px; }

#CommCenterRemove,
#CommCenterBack {
  position: absolute;
  bottom: 17px;
  font-size: 12px;
  cursor: pointer;
  background-color: transparent;
  padding-top: 4px 8px 4px 8px;
  border-radius: 3px;
  border-color: #607184;
  border-style: solid;
  padding: 2px 16px; }

#CommCenterRemove:disabled,
#CommCenterBack:disabled {
  opacity: 0.5;
  background-color: #EEEEEE;
  color: #706f6a;
  cursor: default; }

#CommCenterClose,
#CommCenterHelp {
  margin-left: 8px;
  margin-top: 4px;
  width: 30px;
  height: 30px; }

#CommCenterClose path,
#CommCenterHelp path {
  fill: #404040; }

#CommCenterClose:hover path,
#CommCenterHelp:hover path {
  fill: #3399FF; }

.hidden {
  visibility: hidden; }

.viewOptions {
  height: 20px;
  width: 20px;
  float: right;
  border-left: 1px solid white;
  vertical-align: middle;
  text-align: center; }

.expandedList.hidden {
  height: 0; }

.commCenterComboButton .downArrow {
  height: 20px;
  width: 20px;
  display: block;
  float: right;
  border-left: 1px solid white;
  text-align: center;
  background: #43a9de;
  cursor: pointer; }

.commCenterComboButton .downArrow svg {
  fill: white;
  pointer-events: none;
  cursor: pointer; }

.commCenterComboButton .downArrow.open:hover,
.commCenterComboButton .downArrow.open {
  background: #0088c6; }

.commCenterComboButton {
  background: transparent;
  position: relative;
  height: 24px;
  color: #162029;
  font-weight: bold;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px; }

.commCenterComboButton * {
  z-index: 10; }

.commCenterComboButton .currentOption {
  float: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  border: 1px solid #607184; }

.commCenterComboButton.multipleOptions .currentOption {
  width: calc(100% - 20px);
  border-radius: 10000px 0 0 10000px; }

.commCenterComboButton .downArrow:hover,
.currentOption:hover {
  background: rgba(16, 104, 157, 0.1); }

.expandedList a:visited,
.expandedList a:active,
.expandedList a:link {
  color: #162029; }

.commCenterComboButton a:visited,
.commCenterComboButton a:active,
.commCenterComboButton a:link {
  color: #162029;
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  width: 100%;
  text-align: center; }

.expandedList {
  position: absolute;
  background: white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25), 0 8px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25), 0 8px 16px rgba(0, 0, 0, 0.25);
  min-width: 129px;
  min-height: 25px;
  border: 1px solid;
  border-top: none;
  font-size: 12px;
  padding: 4px 0; }

.expandedList.selectedOptions {
  z-index: 11; }

.expandedList span {
  display: inherit;
  margin-top: 3px;
  margin-left: 10px; }

#commCenterFilterSVG {
  margin-left: 2px;
  height: 16px;
  width: 16px;
  right: 8px;
  margin-top: 3px;
  position: absolute;
  display: block; }

#commCenterFilterSVG path {
  fill: #0695c1; }

#commCenterFilter {
  font-size: 12px;
  height: 24px;
  border: 1px solid #A6B7BF;
  border-radius: 3px;
  width: 240px;
  padding: 4px 32px 4px 8px;
  float: right;
  font-weight: normal;
  float: right; }

#commCenterFilter:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #3A9DD2;
          box-shadow: 0 0 0 2px #3A9DD2; }

#clearCommCenterFilter {
  margin-left: -21px;
  position: relative;
  top: 5px;
  width: 18px;
  height: 18px; }

.additionalDetail {
  margin: 0;
  text-overflow: ellipsis;
  height: 15px;
  overflow: hidden;
  white-space: nowrap;
  color: #162029;
  font-size: 10px;
  cursor: default; }

td.description span.description {
  display: block;
  font-weight: bold; }

.additionalDetailToolTip {
  display: none;
  position: absolute;
  pointer-events: none;
  width: 235px;
  height: auto;
  white-space: normal;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25), 0 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25), 0 4px 8px rgba(0, 0, 0, 0.25);
  background: white;
  padding: 4px;
  cursor: default;
  word-wrap: break-word; }

#commCenterFilterClear {
  position: absolute;
  margin-top: 3px;
  margin-left: 2px;
  right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.clearCommCenterFilterIconBackground {
  fill: #EEEEEE;
  stroke: #EEEEEE;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms; }

.clearCommCenterFilterIconBody {
  fill: #FFFFFF; }

.comm-active {
  -webkit-animation-name: comm-btn-color;
          animation-name: comm-btn-color;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes comm-btn-color {
  0% {
    background-color: transparent; }
  50% {
    background-color: rgba(58, 157, 210, 0.2);
    color: #10689D; }
  100% {
    background-color: transparent; } }

@keyframes comm-btn-color {
  0% {
    background-color: transparent; }
  50% {
    background-color: rgba(58, 157, 210, 0.2);
    color: #10689D; }
  100% {
    background-color: transparent; } }

.CommCenterStatus {
  margin: 0 3px;
  vertical-align: middle;
  line-height: 24px;
  position: absolute;
  right: 17px;
  bottom: 17px; }
  .CommCenterStatus > .indicator {
    height: 12px;
    width: 12px;
    margin: 6px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    border-radius: 50%;
    background-color: #bbb; }
    .CommCenterStatus > .indicator[title$="Connected"] {
      background-color: #17c55a; }
    .CommCenterStatus > .indicator[title$="Disconnected"] {
      background: #b41515; }
    .CommCenterStatus > .indicator[title$="ing"] {
      background: #f59300; }

.comm-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3px; }
  .comm-heading > .comm-heading--title {
    font-size: 1.1em;
    font-weight: 300;
    color: #044D66; }
  .comm-heading .comm-action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .comm-heading .comm-action-group > .helpIcon > svg {
      cursor: help; }
    .comm-heading .comm-action-group > .closeIcon > svg {
      cursor: pointer; }
    .comm-heading .comm-action-group > .input-container {
      position: relative; }

.splash-content {
  background-image: url(../images/pattern.png), -webkit-gradient(linear, left top, right bottom, from(#187799), to(#044D66));
  background-image: url(../images/pattern.png), linear-gradient(to bottom right, #187799, #044D66);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  color: white; }

.splash-text {
  padding: 16px; }

.splash-logo {
  position: absolute;
  top: 6em;
  right: 6em;
  width: 33.333%;
  min-width: 10em;
  max-width: 33rem; }

.header-logo {
  position: absolute;
  float: right;
  height: 2.5em;
  max-height: 5em; }

.mri-icon__svg-override {
  display: block;
  width: 100%;
  height: 100%; }

.mri-process-tab-bar-override {
  height: 41px; }

.mri-button__label-fixed-width {
  width: 150px; }

.mri-process-tab-bar__tab.mri-is-complete:hover {
  cursor: default !important;
  background-color: #c2cfd3 !important; }

.mri-table__cell-div {
  height: 28px; }

.mri-table__cell-div .mri-select {
  padding-top: 2px;
  padding-bottom: 2px; }

.hide-calendar .ui-datepicker-calendar {
  display: none; }

.hide-today-button .ui-datepicker-buttonpane .ui-datepicker-current {
  visibility: hidden; }

/* item wizard grid */
.mri-table__container-override--item-wizard {
  max-height: 300px;
  overflow-y: auto; }

.table-cell-editable-container {
  position: relative; }

.mri-label__required-symbol--override {
  position: absolute;
  top: 2px;
  right: 2px; }

field.table-cell-editable input {
  background-color: transparent;
  border-color: transparent; }

field.table-cell-editable input:hover {
  border-color: #8ca0ac; }

field.table-cell-editable input:focus {
  border-color: #10689d; }

field.table-cell-editable input:-moz-read-only {
  background-color: transparent;
  border-color: transparent; }

field.table-cell-editable input:read-only {
  background-color: transparent;
  border-color: transparent; }

field.table-cell-editable input:-moz-read-only:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: transparent; }

field.table-cell-editable input:read-only:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-color: transparent; }

.mri-checkbox-override {
  margin: 9px 0px 0px 0px !important;
  cursor: pointer !important; }

.mri-checkbox-override:disabled {
  cursor: default !important; }

.mri-checkbox-grid-override {
  margin: 0px 0px 0px 0px !important;
  cursor: pointer !important; }

.mri-toolbar-tab-override {
  padding-top: 16px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 12px; }

.mri-toolbar-override {
  width: 100%; }

.mri-form__group-title-width-override {
  width: 50% !important; }

.mri-field-group__label-width-override {
  width: 100% !important; }

.mri-field-group__label-override {
  margin: 2px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
  overflow: hidden;
  width: 250px; }

.mri-icon-button-override {
  padding: 4px; }

.mri-overflow-visible {
  overflow: visible !important; }

.mri-icon-button-start-date {
  top: 4px;
  bottom: initial !important; }

.mri-field__button-override {
  right: 23px;
  bottom: 15px; }

date-field .mri-field__button-override {
  right: 23px;
  bottom: 12px;
  color: #757C82; }

.mri-heading-container-override {
  text-align: left; }

.mri-heading-override {
  margin: 10px; }

.mri-information-override {
  margin: 15px 0px 10px 0px;
  color: #00b388; }

.mri-page-header-group {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.mri-page-header-override__title {
  margin-right: 16px;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.mri-heading-override--1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 300;
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important;
  margin: 0px;
  color: #10689D; }

.mri-heading-override--2 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 300;
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important;
  margin: 0px; }

.mri-heading-override--3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important;
  margin: 0px;
  color: #044D66; }

.mri-heading-override--4 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-grid-override {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 100%; }

.mri-tab-bar-override {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-grid--single-cell-override {
  padding-top: 10px;
  padding-bottom: 10px; }

.mri-monospace-override {
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif !important; }

/* Page Header */
.page-header-dropdown {
  position: relative;
  display: inline-block; }
  .page-header-dropdown .mri-button:hover + .page-header-dropdown-content {
    display: block; }

.page-header-dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  right: 2px; }
  .page-header-dropdown-content:hover {
    display: block; }

.page-header-menu-icon {
  line-height: 21px; }

/* Search Bar */
#search {
  position: relative;
  font-size: 15px;
  padding-top: 4px;
  margin: 0px auto 0; }

#search label {
  position: absolute;
  left: 17px;
  top: 9px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

#search #search-clear {
  text-decoration: none;
  position: absolute;
  right: 18px;
  top: 13px;
  color: #b3b3b3; }

.hide {
  display: none !important; }

#search #search-input,
#search .hint {
  padding-left: 43px;
  padding-right: 43px; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* Search Bar */
/* Side Bar Start */
.sideBarLabelFieldGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sideBarLabelFieldGroup .mri-field {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

/* Side Bar End */
/* Aurelia Table */
.mri-table__container-override {
  overflow-x: auto;
  margin: 20px 32px 0px 32px;
  min-height: 20em; }
  .mri-table__container-override .mri-table {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content; }
  .mri-table__container-override.none-height {
    height: 0; }

.mri-table-gridlines {
  border-collapse: initial; }
  .mri-table-gridlines td {
    border-top: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-left: 1px solid lightgrey; }

.mri-table-override tbody tr.mri-table__row:nth-child(odd):not(:last-child) td {
  background-color: #F1F4F6; }

.mri-table-override tbody tr.mri-table__row td:first-child,
.mri-table-override tbody tr.mri-table__row td[style*="none"] + td {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.mri-table-override tbody tr.mri-table__row td:not(:first-child) {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.mri-table-override tbody tr.mri-table__row .multi-list-field-select-wrapper {
  margin-top: 3px; }
  .mri-table-override tbody tr.mri-table__row .multi-list-field-select-wrapper::after {
    right: 10px !important; }
  .mri-table-override tbody tr.mri-table__row .multi-list-field-select-wrapper .mri-label {
    margin-top: 5px; }

.mri-table-override tbody tr.mri-table__row .table-select-wrapper::after,
.mri-table-override tbody tr.mri-table__row .multi-list-field-select-wrapper::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none; }

.mri-table-override tbody tr.mri-table__row .table-select-wrapper .mri-select,
.mri-table-override tbody tr.mri-table__row .multi-list-field-select-wrapper .mri-select {
  border-radius: 8px;
  border-color: 1px solid #8ca0ac; }
  .mri-table-override tbody tr.mri-table__row .table-select-wrapper .mri-select:not([multiple]):not([size]),
  .mri-table-override tbody tr.mri-table__row .multi-list-field-select-wrapper .mri-select:not([multiple]):not([size]) {
    background-image: none;
    padding-right: 25px;
    max-height: 29.5px; }

.mri-table-override tbody tr.mri-table__row:hover td.mri-table__cell {
  background-color: #cceeff !important; }

.mri-table-override tbody tr.mri-table__row td.td-default {
  background: white; }

.mri-table-override tbody tr.mri-table__row.blank-row .mri-checkbox-override {
  margin: 0px !important; }

.mri-table-override tbody tr.mri-table__row.blank-row number-field {
  position: unset;
  display: unset;
  height: unset; }

.mri-table__column-title {
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif !important;
  font-weight: 600; }

.mri-table__column-header-override {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mri-table__header-grey td {
  background-color: #dfe7e8; }

th.mri-table__column-header-override span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.mri-table__cell-override {
  white-space: nowrap;
  overflow: hidden; }

.mri-table__cell-override--ellipsis {
  text-overflow: ellipsis;
  padding-right: 10px; }

td.mri-table__cell-override--ellipsis span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: 100%;
  position: relative; }

td.mri-table__cell-override--ellipsis div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

td.mri-table__cell-override--ellipsis .btn {
  display: inline; }

.aut-row-selected td:first-child,
.aut-row-selected td[style*="none"] + td {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.aut-row-selected td {
  background-color: #cceeff !important; }

.mri-table__cell--disabled {
  color: #dadfe1; }

.aut-sort:before {
  font-family: "Font Awesome 6 Free";
  padding-left: 0.5em;
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
  float: right; }

.aut-sortable:before {
  content: ""; }

.aut-asc:before {
  content: "\f160"; }

.aut-desc:before {
  content: "\f161"; }

/* Aurelia Table */
/* Page loader */
.mri-header-loader {
  background-color: #FFF;
  color: #fff;
  padding: 16px;
  min-height: 8em; }

.mri-content-loader {
  margin: 16px; }

.mri-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.mri-image {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #9eacbd;
  border-radius: 3px;
  padding: 8px; }

/* Multi Select List */
.mri-select-container-override {
  position: relative; }

.mri-select-overlay-override {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2; }

.mri-select-readonly-override {
  background-color: #dfe7e8;
  opacity: .5; }

.mri-select-list-override {
  width: 100%;
  max-height: 250px;
  border: 1px solid #8CA0AC !important;
  padding: 3px;
  overflow-y: scroll;
  position: absolute;
  left: 0px;
  z-index: 12;
  background-color: #FFFFFF !important; }
  .mri-select-list-override .dropdown-option {
    padding: 2px 10px; }
    .mri-select-list-override .dropdown-option:hover {
      background-color: #cceeff; }
    .mri-select-list-override .dropdown-option.selected {
      background-color: #1662dd; }
      .mri-select-list-override .dropdown-option.selected .mri-label {
        color: #FFFFFF; }

.mri-select-list-checkbox-override {
  margin-right: 4px !important;
  top: -2px; }

.mri-select-input-container-override {
  padding-top: 7px;
  padding-bottom: 7px; }

/* Multi Select List */
/* Object List */
.mri-object-list-override {
  background-position: right 40px center !important; }

.mri-object-list-spinner {
  position: absolute;
  top: 10px;
  right: 35px; }

.mri-object-list-spinner-override {
  right: 65px; }

.mri-dropdown__menu-override {
  position: absolute !important;
  right: -24px !important;
  top: 25px !important; }

/* Table Footer */
.mri-table__column-total-label-override {
  display: block; }

.mri-table__column-total-override {
  display: block; }

/* Banner */
.mri-banner-message__primary-message-override {
  font-size: 14px; }

.mri-banner-message-row {
  padding-top: 0px; }

/* Table Cell */
.mri-table__cell--xxxs-override {
  min-width: 30px;
  width: 30px;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  text-align: left; }

.mri-table__cell--xxs-override {
  min-width: 100px;
  width: 100px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left; }

.mri-table__cell--xs-override {
  min-width: 150px;
  width: 150px;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.mri-table__cell--1xl-override {
  min-width: 350px;
  width: 350px;
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.mri-table__cell--2xl-override {
  min-width: 480px;
  width: 480px;
  -ms-flex-preferred-size: 480px;
  flex-basis: 480px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.mri-counter-override {
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif !important; }

.mri-heading-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading__eyebrow-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--1-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--1,
.mri-heading__eyebrow-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--2-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--3-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-process-tab-bar__tab-number-override {
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif !important; }

.mri-base,
.mri-body-override {
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--2,
.mri-heading__eyebrow-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--3,
.mri-heading__eyebrow-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--4-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--4,
.mri-heading__eyebrow-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--5-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--5,
.mri-heading__eyebrow-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--6-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-heading--6,
.mri-heading__eyebrow-override {
  font-family: "Work Sans Light", "Gill Sans", Futura, sans-serif !important; }

.mri-accordion__section-heading {
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif !important; }

.mri-kpi-list-override {
  padding-left: 32px;
  max-width: 100%; }

.mri-kpi-list__item-override {
  width: 240px;
  height: 90px; }

.mri-html-section-table {
  border-collapse: collapse;
  margin: auto;
  width: 90%; }

.mri-html-section-table-td {
  padding: 2px;
  height: 20px;
  font-size: 12pt; }

.mri-html-section-table-col-subtitle {
  text-align: left;
  color: #00447C;
  font-size: 14pt; }

.mri-html-section-table-col-image {
  float: right; }

.mri-html-section-table-col-information {
  float: left;
  text-align: left; }

.mri-html-section-table-field {
  max-width: 320px; }

.mri-field__hyperlink-override {
  color: #162029 !important;
  pointer-events: none; }

.mri-field-suppress-link {
  display: inline-block;
  min-height: 39px; }

.mri-filter-hidden {
  display: none !important; }

/* Tooltip Start */
.mri-span-text-wrapper {
  display: inline !important; }

.mri-tooltip {
  position: absolute;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  opacity: .9;
  border-radius: 5px;
  background-color: #044d66;
  max-width: 500px;
  margin-top: 10px;
  z-index: 999; }
  .mri-tooltip::after {
    background-color: #044d66;
    bottom: 100%;
    margin-left: 5px;
    margin-bottom: -4px; }

/* Tooltip End */
/***** Page title and Buttons Start *****/
.mri-page-header {
  background-color: #FFFFFF;
  padding: 16px 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #C6CED5;
  color: #000; }
  .mri-page-header .operations .dropdown {
    position: relative;
    display: inline-block; }
    .mri-page-header .operations .dropdown .dropdown-content {
      display: none;
      position: absolute;
      left: 18px;
      top: 9px;
      z-index: 1; }
      .mri-page-header .operations .dropdown .dropdown-content .edit-icon-svg {
        vertical-align: -1px; }
      .mri-page-header .operations .dropdown .dropdown-content .copy-icon {
        padding-top: 5px; }
      .mri-page-header .operations .dropdown .dropdown-content .delete-icon {
        padding-top: 4px; }
    .mri-page-header .operations .dropdown:hover .dropdown-content {
      display: block; }
  .mri-page-header .mri-button--small {
    padding-top: 7px !important;
    padding-bottom: 7px !important; }

.mri-button--light-primary:disabled {
  background: #00699C; }

.mri-toolbar__group .mri-button {
  padding: 3px 12px;
  border-radius: 3px; }

.mri-button.mri-button--quiet.mri-dropdown__button svg {
  margin-right: 3px; }

.mri-button--light {
  border-color: #CFDCE2;
  color: #162029; }

.mri-button--light-primary {
  background-color: #00699C; }
  .mri-button--light-primary:disabled {
    background-color: #004669;
    opacity: 0.75; }

.pagination li a {
  cursor: pointer;
  color: #162029; }

.pagination li:first-child a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.pagination li:last-child a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

/***** Page title and Buttons End *****/
/* Action Buttons Start */
section-action-bar .mri-toolbar__group .mri-button {
  border-color: #CFDCE2;
  border-radius: 3px; }

/* Action Buttons End */
.table-popup-menu .mri-menu__item-label,
.table-column-popup-menu .mri-menu__item-label {
  font-weight: 300;
  margin-bottom: 0; }

.table-column-popup-menu .mri-menu__item-label {
  margin-left: 15px; }

.text-light-grey {
  color: lightgray; }

.page-error-text {
  padding-top: 15px;
  padding-left: 30px;
  text-align: left; }

.rounded-rectangle {
  border-radius: 3px; }

.page-content > .mri-accordion {
  height: 100%; }
  .page-content > .mri-accordion > .mri-accordion__section .mri-table__container.mri-table__container-override {
    height: 0; }

.mri-accordion section:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .mri-accordion section:last-child .mri-accordion__section-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.mri-accordion__section.mri-is-closed > .mri-accordion__section-body {
  display: none; }

.full-height {
  height: 100%; }

section-related-list .mri-grid--single-cell,
section-multi-related-list .mri-grid--single-cell {
  padding-left: 0px;
  margin-left: 32px;
  padding-right: 0px;
  margin-right: 32px; }

.flex-column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

section.mri-grid-override {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

section-tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  section-tabs div.tab-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    section-tabs div.tab-content > .active {
      height: 100%; }

.blank-row .plus-icon-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -2px; }

.blank-row .placeholder-input {
  padding: 5px;
  margin-top: 2px; }

.blank-row input {
  border-width: 1px !important; }

.blank-row select {
  border: 1px solid #D8E2E8 !important; }

.mri-table-row .text-light-grey {
  color: lightgray; }

.mri-table-row .row-to-be-removed {
  text-decoration: line-through; }

.mri-table-row .mri-non-editable-table-column-wrapper {
  height: 100%;
  padding-top: 2px; }
  .mri-table-row .mri-non-editable-table-column-wrapper .checkbox-wrapper {
    position: relative; }
    .mri-table-row .mri-non-editable-table-column-wrapper .checkbox-wrapper .click-event-firer {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }

.mri-table-row .paste-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mri-table-row .paste-loading .paste-loading-data {
    -ms-flex-preferred-size: calc(100% - 15px);
        flex-basis: calc(100% - 15px); }
  .mri-table-row .paste-loading .paste-loading-spinner {
    -ms-flex-preferred-size: 15px;
        flex-basis: 15px; }

.mri-table-row .editable-td {
  padding: 2px 8px; }

.mri-table-row .mri-editable-table-column-wrapper {
  padding-top: 2px; }
  .mri-table-row .mri-editable-table-column-wrapper .table-select-wrapper select.mri-select:not([multiple]):not([size]) {
    padding: 4px 22px 4px 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 8px;
    border-color: #8ca0ac;
    border-style: solid; }
  .mri-table-row .mri-editable-table-column-wrapper input.mri-input.mri-field-group__control.au-target {
    padding: 4px 1px;
    min-height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0px !important;
    outline: 0;
    border-width: 0 0 1px; }
    .mri-table-row .mri-editable-table-column-wrapper input.mri-input.mri-field-group__control.au-target.mri-checkbox-override {
      border-width: 1px; }
    .mri-table-row .mri-editable-table-column-wrapper input.mri-input.mri-field-group__control.au-target[type=checkbox].mri-select-list-checkbox-override {
      margin: 2px !important;
      border-width: 1px; }
  .mri-table-row .mri-editable-table-column-wrapper select {
    padding: 1px; }
  .mri-table-row .mri-editable-table-column-wrapper .mri-inline-edit-date-input {
    padding-left: 25px !important; }
  .mri-table-row .mri-editable-table-column-wrapper .mri-icon-button-override {
    bottom: 6px;
    right: 10px; }
  .mri-table-row .mri-editable-table-column-wrapper .mri-icon-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5px;
    width: 13px;
    bottom: revert;
    right: revert;
    color: #757C82; }
    .mri-table-row .mri-editable-table-column-wrapper .mri-icon-left:hover {
      background-color: rgba(16, 104, 157, 0); }
      .mri-table-row .mri-editable-table-column-wrapper .mri-icon-left:hover i {
        color: #162029 !important; }
  .mri-table-row .mri-editable-table-column-wrapper .mri-select-list-override {
    overflow: auto; }

.mri-table-row .operations.sticky-operations {
  position: sticky;
  z-index: 5;
  left: 30px;
  transition: z-index 0.3s step-end;
  -o-transition: z-index 0.3s step-end;
  -ms-transition: z-index 0.3s step-end;
  -moz-transition: z-index 0.3s step-end;
  -webkit-transition: z-index 0.3s step-end; }
  .mri-table-row .operations.sticky-operations:hover {
    z-index: 6; }
  .mri-table-row .operations.sticky-operations .dropdown.table-column-popup-menu {
    transition: visibility 0.3s;
    -o-transition: visibility 0.3s;
    -ms-transition: visibility 0.3s;
    -moz-transition: visibility 0.3s;
    -webkit-transition: visibility 0.3s; }
  .mri-table-row .operations.sticky-operations .dropdown .dropdown-content {
    transition: visibility 0.3s;
    -o-transition: visibility 0.3s;
    -ms-transition: visibility 0.3s;
    -moz-transition: visibility 0.3s;
    -webkit-transition: visibility 0.3s; }
  .mri-table-row .operations.sticky-operations .dropdown:hover .dropdown-content {
    transition: visibility 0.3s step-end;
    -o-transition: visibility 0.3s step-end;
    -ms-transition: visibility 0.3s step-end;
    -moz-transition: visibility 0.3s step-end;
    -webkit-transition: visibility 0.3s step-end;
    visibility: visible; }
  .mri-table-row .operations.sticky-operations:hover .dropdown {
    transition: visibility 0.3s step-end;
    -o-transition: visibility 0.3s step-end;
    -ms-transition: visibility 0.3s step-end;
    -moz-transition: visibility 0.3s step-end;
    -webkit-transition: visibility 0.3s step-end;
    visibility: visible; }

.mri-table-row .operations .dropdown {
  position: relative;
  display: inline-block; }
  .mri-table-row .operations .dropdown.table-column-popup-menu {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0 5px;
    transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    -ms-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -webkit-transition: visibility 0.5s; }
    .mri-table-row .operations .dropdown.table-column-popup-menu .dropdown-content {
      left: unset;
      right: 100%;
      width: 150px; }
    .mri-table-row .operations .dropdown.table-column-popup-menu .aut-sortable:before {
      content: "\f0dc"; }
  .mri-table-row .operations .dropdown .dropdown-content {
    display: block;
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: 8px;
    z-index: 999;
    padding: 10px 15px;
    transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    -ms-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -webkit-transition: visibility 0.5s; }
    .mri-table-row .operations .dropdown .dropdown-content > * {
      margin-bottom: 5px; }
      .mri-table-row .operations .dropdown .dropdown-content > *:last-child {
        margin-bottom: 0; }
    .mri-table-row .operations .dropdown .dropdown-content .sorting-wrapper > * {
      margin-bottom: 5px; }
      .mri-table-row .operations .dropdown .dropdown-content .sorting-wrapper > *:last-child {
        margin-bottom: 0; }
    .mri-table-row .operations .dropdown .dropdown-content .mri-menu__item {
      padding: 5px 0; }
    .mri-table-row .operations .dropdown .dropdown-content .edit-icon-svg {
      vertical-align: -1px; }
    .mri-table-row .operations .dropdown .dropdown-content .copy-icon {
      padding-top: 5px; }
    .mri-table-row .operations .dropdown .dropdown-content .delete-icon {
      padding-top: 4px; }
    .mri-table-row .operations .dropdown .dropdown-content .dropdown-action {
      padding-bottom: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 5px; }
      .mri-table-row .operations .dropdown .dropdown-content .dropdown-action .fa-solid {
        display: contents; }
      .mri-table-row .operations .dropdown .dropdown-content .dropdown-action .mri-menu__item-label {
        margin-left: 10px; }
  .mri-table-row .operations .dropdown:hover .dropdown-content {
    visibility: visible; }

.mri-table-row .operations:hover .dropdown {
  visibility: visible; }

.mri-table__column-header {
  background-color: #FBFCFC; }
  .mri-table__column-header:has(> table-column-popup-menu) {
    padding-right: 10px; }

.mri-table .mri-icon-button {
  border: none; }

.mri-table span {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.mri-table .info-row {
  background-color: #F1F4F6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }
  .mri-table .info-row:hover {
    background-color: #F1F4F6; }
  .mri-table .info-row .info-sticky-column {
    position: sticky;
    left: 0;
    min-width: 300px;
    padding: 4px 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden; }

.mri-checkbox--readonly:disabled {
  background-color: #e8e9ea;
  cursor: not-allowed !important; }

.mri-table__body-row {
  border-style: none;
  line-height: 2.5;
  border-radius: 8px; }
  .mri-table__body-row:hover {
    background-color: unset; }

tr.mri-table__row > .mri-table__cell:first-child {
  padding-left: 8px; }

tr > .sticky-checkbox {
  position: sticky;
  left: 0;
  z-index: 5; }

th.mri-table__column-header-override span {
  margin-bottom: 8px; }

filter-field .mri-field--small.mri-field--no-label .mri-field__control {
  border-color: #BDCED7;
  border-radius: 8px;
  padding: 4px 10px 4px 25px; }

filter-field .fa-filter {
  color: #757C82;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 5px; }

filter-field .mri-range-filter-wrapper {
  position: relative; }
  filter-field .mri-range-filter-wrapper .mri-second-range-filter-wrapper {
    width: 100%; }
  filter-field .mri-range-filter-wrapper .mri-icon-button {
    color: #757C82;
    position: absolute;
    left: 0;
    width: 13px;
    margin-left: 5px; }
    filter-field .mri-range-filter-wrapper .mri-icon-button:hover {
      background-color: transparent;
      color: #757C82; }

number-field {
  position: relative;
  display: block;
  height: 31.5px; }

.mri-table__cell .mri-checkbox {
  margin: 0px;
  border: 1px solid #BDCED7;
  border-radius: 4px; }

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 0px; }

.action-button {
  padding: 5px; }
  .action-button:enabled:hover, .action-button:active {
    background-color: transparent;
    border: none; }
  .action-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.form-group.pull-left label {
  font-weight: 500;
  margin-right: 5px; }

.mri-toolbar__bottom label {
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 0px; }

.mri-toolbar__bottom .fa-solid.fa-angle-left {
  margin: 0 10px; }

.mri-toolbar__bottom select.mri-select {
  padding-top: 5px; }

.mri-toolbar__bottom .table-pagination {
  margin: 0px; }
  .mri-toolbar__bottom .table-pagination li {
    display: inline-block;
    margin: 0 10px; }
  .mri-toolbar__bottom .table-pagination a:not(.disabled) {
    cursor: pointer; }
  .mri-toolbar__bottom .table-pagination a.disabled {
    cursor: not-allowed;
    color: #777; }

.mri-pagination-row {
  border-bottom: 1px solid #C6CED5; }

.select-wrapper {
  position: relative; }
  .select-wrapper::after {
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-weight: 600;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }
  .select-wrapper .mri-select:not([multiple]):not([size]) {
    background-image: none;
    padding-right: 25px; }

.form-horizontal .form-group {
  max-width: 100%; }

.mri-table-sticky-row {
  position: sticky;
  top: 0;
  z-index: 10; }
  .mri-table-sticky-row-1 {
    top: 0; }
  .mri-table-sticky-row-2 {
    top: 29px; }
  .mri-table-sticky-row-3 {
    top: 59px; }
  .mri-table-sticky-row-4 {
    top: 88px; }
  .mri-table-sticky-row-5 {
    top: 118px; }
  .mri-table-sticky-row-6 {
    top: 147px; }
  .mri-table-sticky-row-7 {
    top: 177px; }
  .mri-table-sticky-row-8 {
    top: 206px; }
  .mri-table-sticky-row-9 {
    top: 236px; }
  .mri-table-sticky-row-10 {
    top: 265px; }

.no-grow-override {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.mri-table__container::-webkit-scrollbar {
  width: 14px; }

.mri-table__container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 14px 14px transparent;
          box-shadow: inset 0 0 14px 14px transparent;
  border: solid 4px transparent;
  background-color: rgba(96, 138, 159, 0.2);
  border-radius: 8px; }

.mri-table__container::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 14px 14px rgba(96, 138, 159, 0.4);
          box-shadow: inset 0 0 14px 14px rgba(96, 138, 159, 0.4);
  border: solid 4px transparent;
  border-radius: 8px; }

.mri-accordion__section-header {
  background-color: #F7F9FA;
  padding-left: 30px; }

.mri-input,
.mri-select {
  border: 1px solid #D8E2E8;
  border-radius: 8px; }

.mri-form__group-control .table-select-wrapper,
.mri-form__group-control .multi-list-field-select-wrapper {
  position: relative; }
  .mri-form__group-control .table-select-wrapper::after,
  .mri-form__group-control .multi-list-field-select-wrapper::after {
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-weight: 600;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }
  .mri-form__group-control .table-select-wrapper.float-left::after,
  .mri-form__group-control .multi-list-field-select-wrapper.float-left::after {
    right: 30px; }
  .mri-form__group-control .table-select-wrapper .mri-select:not([multiple]):not([size]),
  .mri-form__group-control .multi-list-field-select-wrapper .mri-select:not([multiple]):not([size]) {
    background-image: none; }

.mri-input:-moz-read-only {
  background: rgba(96, 138, 159, 0.05);
  border: 1px solid #D8E2E8;
  border-radius: 8px; }

.mri-input:read-only {
  background: rgba(96, 138, 159, 0.05);
  border: 1px solid #D8E2E8;
  border-radius: 8px; }

section.mri-tab-view {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0; }
  section.mri-tab-view .mri-tab-view__tabs {
    background-color: #fff;
    position: relative;
    margin-left: 10px;
    padding-left: 19px;
    margin-right: 10px;
    padding-right: 0px; }
    section.mri-tab-view .mri-tab-view__tabs::after {
      content: "";
      position: absolute;
      left: 0px;
      bottom: -1px;
      width: 100%;
      height: 2px;
      background-color: #E5EEF1;
      z-index: 1; }
    section.mri-tab-view .mri-tab-view__tabs:focus {
      padding-bottom: 6px;
      z-index: 2; }
    section.mri-tab-view .mri-tab-view__tabs .nav-tabs > li {
      background-color: #E5EEF1; }
      section.mri-tab-view .mri-tab-view__tabs .nav-tabs > li:first-child {
        border-top-left-radius: 6px; }
      section.mri-tab-view .mri-tab-view__tabs .nav-tabs > li:last-child {
        border-top-right-radius: 6px; }
      section.mri-tab-view .mri-tab-view__tabs .nav-tabs > li.active {
        z-index: 2; }
        section.mri-tab-view .mri-tab-view__tabs .nav-tabs > li.active ~ li::before {
          content: unset !important; }
        section.mri-tab-view .mri-tab-view__tabs .nav-tabs > li.active ~ li:not(:last-child)::after {
          content: "";
          background: #ccc;
          position: absolute;
          bottom: 25%;
          right: 0;
          height: 50%;
          width: 1px; }
      section.mri-tab-view .mri-tab-view__tabs .nav-tabs > li:not(.active):not(:first-child)::before {
        content: "";
        background: #ccc;
        position: absolute;
        bottom: 25%;
        left: 0;
        height: 50%;
        width: 1px; }
      section.mri-tab-view .mri-tab-view__tabs .nav-tabs > li a {
        margin-top: 2px;
        font-weight: 500;
        font-family: "Work Sans"; }
        section.mri-tab-view .mri-tab-view__tabs .nav-tabs > li a:hover {
          z-index: 2;
          border-color: transparent; }

.detail-links-padding {
  padding-left: 35px; }

.history .wrapper-margin {
  margin: 20px 32px 0px 32px; }

.history .mri-field__button-override {
  right: 5px; }

.history .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  .history .checkbox-wrapper input {
    margin: 0px; }
  .history .checkbox-wrapper label {
    margin-bottom: 0px;
    font-weight: normal; }

.history .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }

.history .history-table th {
  padding: 8px 8px; }
  .history .history-table th .mri-field--small.mri-field--no-label .mri-field__control {
    border-color: #BDCED7;
    border-radius: 8px;
    padding: 4px 10px 4px 25px; }
  .history .history-table th .fa-filter {
    color: #757C82;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 5px; }

.history .history-table td {
  word-break: break-word;
  white-space: normal;
  padding: 4px 8px; }

.history .history-table .fields-changed-column {
  -ms-flex-preferred-size: 900px;
      flex-basis: 900px;
  white-space: initial; }
  .history .history-table .fields-changed-column .nest-table .nest-column {
    padding: 4px 8px; }
  .history .history-table .fields-changed-column .nest-table td:first-child {
    padding: 4px 0px; }

.history .history-table.mri-table-override tbody tr.mri-table__row:nth-child(odd) td {
  background-color: #F1F4F6; }

.history .history-table.mri-table-override tbody tr.mri-table__row:hover td.mri-table__cell {
  background-color: inherit !important; }

.history .history-table.mri-table-override tbody tr.mri-table__row:nth-child(odd):hover td.mri-table__cell {
  background-color: #F1F4F6 !important; }

.history-parameters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 15px 32px 0px 32px; }
  .history-parameters-wrapper .period-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
    .history-parameters-wrapper .period-wrapper .mri-field__button {
      bottom: 4px !important; }
    .history-parameters-wrapper .period-wrapper label {
      margin: auto; }

.history-parameters-wrapper-last-row {
  margin: 10px 32px 10px 32px; }
  .history-parameters-wrapper-last-row .refresh-button {
    padding: 10px;
    border-radius: 3px; }

.report-parameters-wrapper {
  margin: 20px 32px; }

.report-parameters-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px; }
  .report-parameters-fields-item-label, .report-parameters-fields-item-field {
    display: inline-block;
    width: 50%; }
  .report-parameters-fields-item-label {
    text-align: right;
    padding-right: 10px; }
  .report-parameters-fields-item-field date-field .mri-field__button-override,
  .report-parameters-fields-item-field period-field .mri-field__button {
    right: 5px;
    bottom: 4px; }
  .report-parameters-fields-item-field .mri-checkbox-override {
    margin: 10px 0 !important; }

.report-parameters-header {
  font-size: 16px;
  color: #352b71;
  font-weight: 500; }

.report-parameters-action {
  margin: 10px;
  text-align: right; }
  .report-parameters-action-left {
    text-align: left; }

.report-table {
  padding-bottom: 32px; }

.account-tree-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px; }
  .account-tree-wrapper .account-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .account-tree-wrapper .account-wrapper button {
      border-radius: 5px !important;
      -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
              box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; }
    .account-tree-wrapper .account-wrapper .arrow {
      padding: 0px 2px;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .account-tree-wrapper .account-wrapper .arrow:focus {
        outline: 0;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .account-tree-wrapper .account-wrapper .select-list-wrapper {
      position: absolute;
      top: 0px;
      left: 100%;
      padding-left: 2px;
      z-index: 10;
      background-color: white;
      -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
              box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; }
      .account-tree-wrapper .account-wrapper .select-list-wrapper .select-list {
        border: 1px solid #8ca0ac;
        border-radius: 8px;
        font-size: 1em;
        line-height: 1.25;
        padding: 2px 4px;
        margin: 2px 5px; }

.bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #84888c;
  margin-bottom: 10px;
  font-weight: 400; }
  .bread-crumbs a {
    color: #84888c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 25ch; }
    .bread-crumbs a:hover {
      text-decoration: underline; }
  .bread-crumbs .bread-crumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px; }

.mri-page-header-with-bread-crumbs {
  min-height: 10em; }

.nav-tabs {
  border-bottom: 0px solid transparent; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      color: #263340;
      margin-right: 2px;
      padding: 8px 16px;
      line-height: 1.25;
      border: 1px solid transparent;
      border-color: transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        background-color: rgba(255, 255, 255, 0.5); }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #263340;
      background-color: white;
      border: 1px solid transparent;
      cursor: default;
      -webkit-box-shadow: 0 0 0px 0px;
              box-shadow: 0 0 0px 0px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 5px 0;
  border-radius: 4px;
  font-weight: normal; }

.btn,
.btn:hover {
  cursor: default; }

.btn-success {
  color: #ffffff;
  background-color: #008a22;
  border-color: #00711c; }

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #008a22;
  border-color: #00711c; }

.btn-success:hover {
  color: #ffffff;
  background-color: #008a22;
  border-color: #00711c; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #008a22;
  border-color: #00711c; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #008a22;
  border-color: #00711c; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #008a22;
  border-color: #00711c; }

.btn-success .badge {
  color: #008a22;
  background-color: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #0066cc;
  border-color: #0059b3; }

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #0066cc;
  border-color: #0059b3; }

.btn-info:hover {
  color: #ffffff;
  background-color: #0066cc;
  border-color: #0059b3; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0066cc;
  border-color: #0059b3; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #0066cc;
  border-color: #0059b3; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #0066cc;
  border-color: #0059b3; }

.btn-info .badge {
  color: #0066cc;
  background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #ff6c36;
  border-color: #ff591c; }

.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ff6c36;
  border-color: #ff591c; }

.btn-warning:hover {
  color: #ffffff;
  background-color: #ff6c36;
  border-color: #ff591c; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ff6c36;
  border-color: #ff591c; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #ff6c36;
  border-color: #ff591c; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ff6c36;
  border-color: #ff591c; }

.btn-warning .badge {
  color: #ff6c36;
  background-color: #ffffff; }

.btn-danger {
  color: #ffffff;
  background-color: #b8000f;
  border-color: #9f000d; }

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #b8000f;
  border-color: #9f000d; }

.btn-danger:hover {
  color: #ffffff;
  background-color: #b8000f;
  border-color: #9f000d; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #b8000f;
  border-color: #9f000d; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #b8000f;
  border-color: #9f000d; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #b8000f;
  border-color: #9f000d; }

.btn-danger .badge {
  color: #b8000f;
  background-color: #ffffff; }

#ag-wrapper .ag {
  padding: 8px 0px; }

#ag-wrapper .divider {
  margin: 2px 0px 6px 0px;
  border: 1px solid #0582C3; }

div#toast-container > div {
  opacity: 1;
  overflow: visible;
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  div#toast-container > div:hover {
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 999; }
  div#toast-container > div::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.75);
            box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.75);
    border-radius: 8px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
  div#toast-container > div:hover::after {
    opacity: 1; }

#toast-container > .toast {
  border-radius: 8px;
  background-size: 24px 24px;
  background-position: 16px 16px;
  min-height: 56px;
  padding: 16px 16px 16px 56px;
  font-size: 16px;
  line-height: 24px; }
  #toast-container > .toast > .toast-title {
    font-weight: bold; }
  #toast-container > .toast.toast-success {
    background-color: #E1F6F5;
    color: #00775D;
    border: 1px solid #00775D;
    background-image: url("data:image/svg+xml;utf8,%3csvg%20viewBox%3d%220%200%2048%2048%22%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%3e%3cpath%20d%3d%22M24%200C10.7%200%200%2010.7%200%2024s10.7%2024%2024%2024%2024-10.7%2024-24S37.3%200%2024%200zm7.042%2014.28a3%203%200%20114.916%203.44L23.775%2035.123a3%203%200%2001-4.916%200l-6.317-9.025a3%203%200%20014.916-3.44l3.86%205.513%209.724-13.891z%22%20style%3d%22fill%3a%23009170%22%2f%3e%3c%2fsvg%3e") !important; }
  #toast-container > .toast.toast-error {
    background-color: #FFE3E6;
    color: #BA2121;
    border: 1px solid #BA2121;
    background-image: url("data:image/svg+xml;utf8,%3csvg%20viewBox%3d%220%200%2048%2048%22%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%3e%3cpath%20d%3d%22M21.443%201.06a3.617%203.617%200%200%201%205.114%200l20.384%2020.383a3.616%203.616%200%200%201%200%205.114L26.557%2046.941a3.617%203.617%200%200%201-5.114%200L1.059%2026.557a3.617%203.617%200%200%201%200-5.114L21.443%201.059zM24%2032a3%203%200%201%200%200%206%203%203%200%200%200%200-6zm3-18a3%203%200%201%200-6%200v11a3%203%200%201%200%206%200V14z%22%20fill%3d%22%23E72424%22%2f%3e%3c%2fsvg%3e") !important; }
  #toast-container > .toast.toast-info {
    background-color: #E6F4F5;
    color: #10689D;
    border: 1px solid #10689D;
    background-image: url("data:image/svg+xml;utf8,%3csvg%20viewBox%3d%220%200%2048%2048%22%20id%3d%22information-circle%22%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%3e%3cpath%20d%3d%22M24%200C10.7%200%200%2010.7%200%2024s10.7%2024%2024%2024%2024-10.7%2024-24S37.3%200%2024%200zm0%2010a3%203%200%20110%206%203%203%200%20010-6zm3%2013v11a3%203%200%2011-6%200V23a3%203%200%20116%200z%22%20fill%3d%22%230582C3%22%2f%3e%3c%2fsvg%3e") !important; }
  #toast-container > .toast.toast-warning {
    background-color: #FFE9C3;
    color: #B33706;
    border: 1px solid #D34501;
    background-image: url("data:image/svg+xml;utf8,%3csvg%20viewBox%3d%220%200%2048%2048%22%20xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22%3e%3cpath%20d%3d%22m26.728%202.213%2020.646%2040.44c1.467%202.95.272%205.347-2.716%205.347H3.366C.378%2048-.872%2045.603.65%2042.653l20.646-40.44c1.466-2.95%203.911-2.95%205.432%200zM24%2014a3%203%200%200%200-3%203v11a3%203%200%201%200%206%200V17a3%203%200%200%200-3-3zm0%2021a3%203%200%201%200%200%206%203%203%200%200%200%200-6z%22%20fill%3d%22%23E46300%22%2f%3e%3c%2fsvg%3e") !important; }

.toast-more {
  font-size: 12px;
  line-height: 20px;
  color: #000000; }

.toast-more:hover {
  color: #000000; }

.toast-detail {
  font-size: 12px;
  line-height: 20px;
  color: #000000; }

.im-file-upload {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px; }
  .im-file-upload .disabled {
    background-color: #dfe7e8 !important; }

.im-dropzone {
  padding: 8px 8px;
  border-width: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background-color: transparent;
  color: #424242;
  background-color: #FFFFFF; }
  .im-dropzone.open {
    background-color: #EFEFEF; }
  .im-dropzone .im-upload-button {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden; }
    .im-dropzone .im-upload-button:hover {
      background-color: #EFEFEF; }
    .im-dropzone .im-upload-button > input {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1; }
  .im-dropzone .im-dropzone-hint {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

ul.im-upload-files {
  border-color: rgba(0, 0, 0, 0.08);
  overflow-y: auto;
  margin: 0;
  padding: 0;
  border-width: 1px 0 0;
  border-style: solid;
  list-style: none; }
  ul.im-upload-files:empty {
    border: 0; }
  ul.im-upload-files .im-file:last-child {
    border-width: 0; }
  ul.im-upload-files .im-file {
    padding: 8px 8px 10px;
    border-width: 0 0 1px;
    border-style: solid;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
    ul.im-upload-files .im-file > .im-file-single {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      ul.im-upload-files .im-file > .im-file-single > .im-dz-icon-wrapper {
        width: 32px;
        height: 32px; }
        ul.im-upload-files .im-file > .im-file-single > .im-dz-icon-wrapper .im-dz-file-icon {
          width: 100%;
          height: 100%; }
      ul.im-upload-files .im-file > .im-file-single > .im-dz-file-text-wrapper {
        margin-left: 8px;
        margin-right: 0;
        min-height: 32px;
        display: block;
        overflow: hidden;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        line-height: 32px; }
        ul.im-upload-files .im-file > .im-file-single > .im-dz-file-text-wrapper > span {
          display: block; }
        ul.im-upload-files .im-file > .im-file-single > .im-dz-file-text-wrapper > .im-dz-file-name {
          font-size: 14px;
          line-height: 16px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          position: relative; }
        ul.im-upload-files .im-file > .im-file-single > .im-dz-file-text-wrapper > .im-dz-validation-message {
          font-size: 11px;
          line-height: 16px; }
          ul.im-upload-files .im-file > .im-file-single > .im-dz-file-text-wrapper > .im-dz-validation-message > .mri-spinner {
            display: inline-block;
            width: 11px;
            height: 11px; }

.im-text-success {
  color: #08aa53; }

.im-text-warning {
  color: #f09c16; }

.im-text-critical {
  color: #cf1411; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-block {
  display: block; }

.d-grid {
  display: grid; }

.d-table {
  display: table; }

.d-table-row {
  display: table-row; }

.d-table-cell {
  display: table-cell; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.d-none {
  display: none; }

.fw-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.fw-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.fw-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }

#bulk-import-form {
  max-width: 50%;
  min-width: 550px;
  margin: 5vh auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -5px #949494;
          box-shadow: 0px 0px 10px -5px #949494;
  padding-bottom: 2em; }
  #bulk-import-form .import-action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #bulk-import-form .import-action-group > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.visual-style-bold {
  font-weight: bold; }

.visual-style-italics {
  font-style: italic; }

.visual-style-underline {
  text-decoration: underline; }

.interactive-report-text {
  white-space: pre; }

.visual-style-red-text {
  color: red; }

.visual-style-h-align-default, .visual-style-h-align-left {
  text-align: left; }

.visual-style-h-align-center {
  text-align: center; }

.visual-style-h-align-right {
  text-align: right; }

.visual-style-h-align-justify {
  text-align: justify; }

.visual-style-v-align-default {
  vertical-align: baseline; }

.visual-style-v-align-top {
  vertical-align: top; }

.visual-style-v-align-center {
  vertical-align: middle; }

.visual-style-v-align-bottom {
  vertical-align: bottom; }

.dashboard-dropdown-padding {
  padding-left: 30px;
  padding-top: 10px; }

.dashboard-dropdown-label {
  display: inline-block;
  text-align: right;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 5px; }

.dashboard-dropdown-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px; }

.dashboard-field {
  display: inline-block;
  min-width: 200px; }

.metrics-container {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px; }
  .metrics-container .mri-card__body {
    padding: 10px 0; }
  .metrics-container .mri-kpi-list-override {
    padding-left: 10px; }
    .metrics-container .mri-kpi-list-override .mri-kpi-list__item-override {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .metrics-container .mri-label.mri-kpi__label-text {
    font-size: 1.2em;
    line-height: 1;
    font-weight: 700; }

dashboard-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  dashboard-cards .dashboard-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 40px;
    max-height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    dashboard-cards .dashboard-container .mri-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 33%;
              flex: 0 1 33%;
      max-height: 100%;
      overflow: auto;
      /* IE and Edge */
      -ms-overflow-style: none;
      /* Firefox */
      scrollbar-width: none;
      /* Hide scrollbar for Chrome, Safari and Opera */ }
      dashboard-cards .dashboard-container .mri-card::-webkit-scrollbar {
        display: none; }
      dashboard-cards .dashboard-container .mri-card .mri-card__body {
        width: 100%;
        padding-bottom: 40px;
        padding-top: 40px; }
        dashboard-cards .dashboard-container .mri-card .mri-card__body .mri-pb-medium {
          padding-bottom: 40px; }
        dashboard-cards .dashboard-container .mri-card .mri-card__body .mri-grid--small-margin {
          padding-left: 40px;
          padding-right: 40px; }
        dashboard-cards .dashboard-container .mri-card .mri-card__body .mri-card__chart {
          padding-top: 30px; }
        dashboard-cards .dashboard-container .mri-card .mri-card__body .mri-card__label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          color: #284D73;
          font-size: 16px;
          font-weight: 700;
          line-height: 100%; }
          dashboard-cards .dashboard-container .mri-card .mri-card__body .mri-card__label img {
            margin-right: 5px; }
        dashboard-cards .dashboard-container .mri-card .mri-card__body .collapsible-header {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          color: #000;
          font-size: 20px;
          font-weight: 700;
          line-height: 100%;
          margin: 20px 0px;
          border-bottom: solid 1px #EBF1F7;
          padding-bottom: 20px;
          cursor: pointer; }
          dashboard-cards .dashboard-container .mri-card .mri-card__body .collapsible-header::after {
            font-family: "Font Awesome 6 Free";
            content: "\f107"; }
        dashboard-cards .dashboard-container .mri-card .mri-card__body .active:after {
          font-family: "Font Awesome 6 Free";
          content: "\f106"; }
        dashboard-cards .dashboard-container .mri-card .mri-card__body .mri-card__link {
          text-decoration: none; }
          dashboard-cards .dashboard-container .mri-card .mri-card__body .mri-card__link .hyperlink,
          dashboard-cards .dashboard-container .mri-card .mri-card__body .mri-card__link label {
            padding-left: 30px; }
        dashboard-cards .dashboard-container .mri-card .mri-card__body .mri-card__row:last-child {
          padding-bottom: 40px; }

.dashboard-button-group {
  padding-left: 10px; }

.dashboard-button {
  padding: 10px 8px;
  border-radius: 3px; }

.dashboard-model-status-label {
  padding-top: 3px; }

.dashboard-model-status-offset {
  padding-right: 10px; }

.dashboard-model-details-label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 10px; }

.dashboard-model-details-date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 5px; }

.dashboard-model-details-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 10px; }

.mri-dialog-align {
  position: relative; }

.mri-dialog-underlay {
  display: block;
  z-index: 199;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(22, 32, 41, 0.5);
  opacity: .00;
  filter: alpha(opacity=0); }

.mri-dialog__body date-field .mri-icon-button.mri-icon-button--outlined.mri-field__button,
.mri-dialog__body period-field .mri-icon-button.mri-icon-button--outlined.mri-field__button,
.form-group date-field .mri-icon-button.mri-icon-button--outlined.mri-field__button,
.form-group period-field .mri-icon-button.mri-icon-button--outlined.mri-field__button,
.sideBarLabelFieldGroup date-field .mri-icon-button.mri-icon-button--outlined.mri-field__button,
.sideBarLabelFieldGroup period-field .mri-icon-button.mri-icon-button--outlined.mri-field__button {
  bottom: 4px; }

.mri-heading,
.mri-dialog__heading-override {
  font-family: "Work Sans", "Gill Sans", Futura, sans-serif !important; }

.dropdown-dialog {
  min-height: 36em; }
  .dropdown-dialog .dropdown-dialog-body {
    display: grid;
    grid-template-columns: 30% 65%;
    grid-template-rows: repeat(auto-fill, 40px);
    grid-row-gap: 3em;
    grid-column-gap: 1em;
    padding: 50px 100px;
    font-size: 16px; }
    .dropdown-dialog .dropdown-dialog-body .text {
      font-weight: bold;
      text-align: center;
      padding-top: 8px; }
    .dropdown-dialog .dropdown-dialog-body select {
      border-radius: 0.25em;
      padding: 5px;
      cursor: pointer; }
  .dropdown-dialog .mri-content-loader {
    padding: 145px; }

.mri-table__query-result__container .mri-table__query-result__container {
  overflow: auto;
  margin-bottom: 20px; }
  .mri-table__query-result__container .mri-table__query-result__container > * {
    margin-bottom: 10px; }
    .mri-table__query-result__container .mri-table__query-result__container > *:last-child {
      margin-bottom: 0; }
  .mri-table__query-result__container .mri-table__query-result__container:last-child {
    margin-bottom: 0; }

.mri-table__query-result__container .mri-table__query-result__title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px; }

.mri-table__query-result__container .mri-table__query-result__header {
  text-transform: capitalize; }

.mri-table__query-result__container .mri-table__query-result__cell {
  padding: 5px; }

.navigator {
  width: 600px; }
  .navigator .menuTitle {
    float: none; }
  .navigator .tree-wrapper {
    color: black;
    font-weight: 300;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 32px 32px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .navigator .tree-wrapper .refresh-button-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%; }
    .navigator .tree-wrapper .node-wrapper {
      width: 100%; }
    .navigator .tree-wrapper .active {
      border-radius: 4px;
      background: #d0ecfc; }
    .navigator .tree-wrapper .tree-node-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 32px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
      .navigator .tree-wrapper .tree-node-wrapper .mri-image-container {
        width: 16px; }
      .navigator .tree-wrapper .tree-node-wrapper .tree-node {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 32px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        max-width: 500px; }
        .navigator .tree-wrapper .tree-node-wrapper .tree-node .signs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 4px; }
          .navigator .tree-wrapper .tree-node-wrapper .tree-node .signs .add-minus {
            width: 16px;
            height: 16px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            cursor: pointer; }
          .navigator .tree-wrapper .tree-node-wrapper .tree-node .signs .spinner {
            width: 16px;
            height: 16px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
          .navigator .tree-wrapper .tree-node-wrapper .tree-node .signs .icon {
            width: 24px;
            height: 24px; }
        .navigator .tree-wrapper .tree-node-wrapper .tree-node .text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 5px;
          cursor: pointer;
          position: relative; }
  .navigator .loadingCursor {
    cursor: wait !important; }

.context-menu {
  position: absolute;
  z-index: 100;
  font-weight: 300; }
  .context-menu .active {
    border-radius: 4px;
    background: #d0ecfc; }
  .context-menu .context-menu-root {
    position: absolute;
    background: white;
    border: 1px solid #d0ecfc;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .context-menu .context-menu-root .menu-button:focus {
      outline: none; }
    .context-menu .context-menu-root .section-separator {
      background: #ebecf0;
      height: 1px; }
    .context-menu .context-menu-root .submenu-wrapper {
      position: relative;
      max-height: 600px;
      overflow-y: auto;
      border-radius: 4px;
      padding: 8px; }
      .context-menu .context-menu-root .submenu-wrapper .submenu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .context-menu .context-menu-root .submenu-wrapper .submenu-item:hover {
          background: #d0ecfc; }
      .context-menu .context-menu-root .submenu-wrapper .disabled {
        color: #b0b0b0; }
    .context-menu .context-menu-root .children-menu-wrapper {
      position: relative;
      left: 100%; }
      .context-menu .context-menu-root .children-menu-wrapper .children-menu {
        position: absolute;
        background: white;
        border: 1px solid #d0ecfc;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
    .context-menu .context-menu-root .arrow {
      border: solid black;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      margin-top: 6px; }
    .context-menu .context-menu-root .menu-title {
      margin: 5px 0px 0px 17px;
      font-weight: bold; }
    .context-menu .context-menu-root .right {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

.section-html-wrapper {
  padding: 10px 35px; }

.section-html-field-container {
  margin-bottom: 30px; }
  .section-html-field-container label {
    margin-right: 10px; }
  .section-html-field-container .table-select-wrapper {
    display: inline-block;
    width: 300px; }

.section-html-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px; }
  .section-html-container .header {
    border-bottom: solid 1px #EBF1F7;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 700; }
  .section-html-container .links {
    padding-top: 10px; }
  .section-html-container .mri-grid {
    padding: 32px; }
  .section-html-container .mri-card__label img {
    display: inline-block; }
