/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*--------- CONSERVATIVE THEME -------*/
/*--------- ELEMENTS  -------*/
/*--------- ELEMENTS  -------*/
.alert-inpage {
  width: auto;
  padding: 0 1.5rem 0 1rem;
  position: relative;
  border-radius: 3px;
  border: 1px solid black;
  border-left-width: 10px;
  background-color: white;
  color: black;
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.alert-inpage.error {
  border-color: red;
}
.alert-inpage.error p {
  line-height: 2rem;
  padding-left: 4rem;
  text-align: left;
  position: relative;
}
.alert-inpage.error p::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f06a";
  position: absolute;
  margin-bottom: -1rem;
  margin-left: -4rem;
  color: red;
  font-size: 2.4rem;
}
.ada .alert-inpage.error p {
  margin-top: 10px;
}
.alert-inpage.confirm {
  border-color: green;
}
.alert-inpage.confirm p {
  line-height: 2rem;
  padding-left: 4rem;
  text-align: left;
  position: relative;
}
.alert-inpage.confirm p::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  margin-bottom: -1rem;
  margin-left: -4rem;
  color: green;
  font-size: 2.4rem;
}
.ada .alert-inpage.confirm p {
  margin-top: 10px;
}
.alert-inpage.warn {
  border-color: orange;
}
.alert-inpage.warn p {
  line-height: 2rem;
  padding-left: 4rem;
  text-align: left;
  position: relative;
}
.alert-inpage.warn p::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f071";
  position: absolute;
  margin-bottom: -1rem;
  margin-left: -4rem;
  color: orange;
  font-size: 2.4rem;
}
.ada .alert-inpage.warn p {
  margin-top: 10px;
}
.alert-inpage.info {
  border-color: blue;
}
.alert-inpage.info p {
  line-height: 2rem;
  padding-left: 4rem;
  text-align: left;
  position: relative;
}
.alert-inpage.info p::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f05a";
  position: absolute;
  margin-bottom: -1rem;
  margin-left: -4rem;
  color: blue;
  font-size: 2.4rem;
}
.ada .alert-inpage.info p {
  margin-top: 10px;
}
.alert-inpage.tip {
  border-color: blue;
}
.alert-inpage.tip p {
  line-height: 2rem;
  padding-left: 4rem;
  text-align: left;
  position: relative;
}
.alert-inpage.tip p::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0eb";
  position: absolute;
  margin-bottom: -1rem;
  margin-left: -4rem;
  color: blue;
  font-size: 2.4rem;
}
.ada .alert-inpage.tip p {
  margin-top: 10px;
}

.badge {
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  padding: 0.3em 0.5em;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: lightgray;
}
.badge.rounded-pill {
  border-radius: 50rem;
}
.badge.new {
  display: inline;
}
.badge.new::after {
  content: "New";
}
.badge:empty {
  display: none;
}
.badge.position-relative {
  position: relative;
  top: -12px;
  left: -13px;
}

.mat-button-base .badge {
  position: relative;
  top: -1px;
  left: 5px;
}

.breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  margin-left: -1.2rem;
}
.breadcrumbs .bc-item {
  display: block;
  float: left;
}
.breadcrumbs .bc-item .bc-link {
  padding: 0 0.6rem;
  cursor: pointer;
}
.breadcrumbs .bc-item .bc-link:hover, .breadcrumbs .bc-item .bc-link:focus {
  outline: 0;
}
.breadcrumbs .bc-item .bc-link.disabled {
  color: grey;
}
.breadcrumbs .bc-item .bc-link.active, .nav-item.show .breadcrumbs .bc-item .bc-link {
  padding-bottom: 6px;
}
.breadcrumbs .bc-item:not(:last-child)::after {
  content: "/";
}

.mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {
  border-radius: 0;
}

.mat-button .mat-button-focus-overlay {
  background-color: transparent;
}

.mat-stroked-button[disabled][disabled] {
  color: grey;
  border-color: transparent;
  background-color: lightgrey;
}

.mat-button .mat-button-wrapper > *,
.mat-fab .mat-button-wrapper > *,
.mat-flat-button .mat-button-wrapper > *,
.mat-icon-button .mat-button-wrapper > *,
.mat-mini-fab .mat-button-wrapper > *,
.mat-raised-button .mat-button-wrapper > *,
.mat-stroked-button .mat-button-wrapper > * {
  vertical-align: inherit !important;
}

.mat-button,
.mat-raised-button,
.mat-stroked-button {
  border-radius: 3px;
  min-width: 60px !important;
  text-transform: capitalize;
}
.mat-button.small-button,
.mat-raised-button.small-button,
.mat-stroked-button.small-button {
  font-size: 1.2rem;
  padding: 0 14px !important;
  line-height: 28px !important;
}
.mat-button.small-button.secondary-button,
.mat-raised-button.small-button.secondary-button,
.mat-stroked-button.small-button.secondary-button {
  line-height: 30px !important;
}
.mat-button.large-button,
.mat-raised-button.large-button,
.mat-stroked-button.large-button {
  font-size: 1.4rem;
  padding: 0 18px !important;
  line-height: 32px;
}
.mat-button .mat-icon,
.mat-raised-button .mat-icon,
.mat-stroked-button .mat-icon {
  line-height: initial;
  font-size: 1.5rem;
  width: auto;
}
.compact .mat-button.negative-action,
.compact .mat-raised-button.negative-action,
.compact .mat-stroked-button.negative-action {
  line-height: 26px !important;
}
.compact .mat-button.negative-action.small-button,
.compact .mat-raised-button.negative-action.small-button,
.compact .mat-stroked-button.negative-action.small-button {
  line-height: 26px !important;
}

.mat-stroked-button {
  line-height: 32px !important;
}
.mat-stroked-button.small-button {
  line-height: 26px !important;
}

.mat-button.small-button.action-button {
  line-height: 20px !important;
}
.mat-button.mat-button-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mat-raised-button .mat-primary:not([disabled]) {
  border: 1px solid grey;
}
.mat-raised-button.mat-accent {
  border: 1px solid grey;
}
.mat-raised-button.mat-primary:hover:not([disabled]) {
  background-color: black;
  color: black;
}

.mat-icon-button {
  line-height: 34px !important;
}
.mat-icon-button.dropdown-menu {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.mat-icon-button.dropdown-menu .mat-icon {
  color: black;
  height: 20px;
  width: 20px;
  vertical-align: -0.16rem !important;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.mat-icon-button.dropdown-menu:hover .mat-icon, .mat-icon-button.dropdown-menu:focus .mat-icon {
  color: black;
}

.mat-button:hover .mat-button-focus-overlay {
  background-color: transparent;
}

.mat-button:not([disabled]) .mat-button-wrapper {
  color: blue;
}
.mat-button:hover:not([disabled]):not(.mat-stroked-button) .mat-button-wrapper {
  color: grey;
  text-decoration: underline;
}
.mat-button .mat-ripple-element {
  opacity: 0;
}

.mat-toolbar .mat-button:not([disabled]) .mat-button-wrapper, .mat-toolbar .mat-button:hover:not([disabled]) .mat-button-wrapper {
  color: inherit;
}

.mat-button .mat-button-wrapper > .far,
.mat-button .mat-button-wrapper > .fal,
.mat-button .mat-button-wrapper > .fas,
.mat-raised-button .mat-button-wrapper > .far,
.mat-raised-button .mat-button-wrapper > .fas,
.mat-raised-button .mat-button-wrapper > .fal {
  margin: 0;
}
.next-action .mat-button .mat-button-wrapper > .far, .previous-action .mat-button .mat-button-wrapper > .far, .mat-button-text .mat-button .mat-button-wrapper > .far,
.next-action .mat-button .mat-button-wrapper > .fal,
.previous-action .mat-button .mat-button-wrapper > .fal,
.mat-button-text .mat-button .mat-button-wrapper > .fal,
.next-action .mat-button .mat-button-wrapper > .fas,
.previous-action .mat-button .mat-button-wrapper > .fas,
.mat-button-text .mat-button .mat-button-wrapper > .fas,
.next-action .mat-raised-button .mat-button-wrapper > .far,
.previous-action .mat-raised-button .mat-button-wrapper > .far,
.mat-button-text .mat-raised-button .mat-button-wrapper > .far,
.next-action .mat-raised-button .mat-button-wrapper > .fas,
.previous-action .mat-raised-button .mat-button-wrapper > .fas,
.mat-button-text .mat-raised-button .mat-button-wrapper > .fas,
.next-action .mat-raised-button .mat-button-wrapper > .fal,
.previous-action .mat-raised-button .mat-button-wrapper > .fal,
.mat-button-text .mat-raised-button .mat-button-wrapper > .fal {
  margin-left: 0;
}

.mat-button-text.mat-button .mat-button-wrapper > .far, .mat-button-text.mat-button .mat-button-wrapper > .fal, .mat-button-text.mat-button .mat-button-wrapper > .fas {
  margin-left: 0;
}

.mat-button-base .mat-button-wrapper .fa-loading-icon {
  position: absolute;
  top: 50%;
  left: calc(50% - 9px);
}

.mat-fab,
.mat-mini-fab,
.mat-raised-button {
  box-shadow: none;
  line-height: 34px;
}

.btn {
  border-radius: 3px;
  background: transparent;
}
.btn:hover, .btn:focus {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
  text-decoration: none;
}

.btn-raised {
  color: black;
  background-color: grey;
}
.btn-raised[disabled] {
  box-shadow: none;
}
.btn-raised.mat-primary {
  background-color: grey;
  color: black;
}

.btn.secondary-button,
.btn-raised.secondary-button {
  border: 1px solid grey;
  line-height: 32px;
  border-radius: 3px;
  background-color: white;
  color: black;
}
.btn.small-button,
.btn-raised.small-button {
  font-size: 1.2rem;
  padding: 0 14px;
  line-height: 34px !important;
}

/*Button Toggle*/
.mat-button-toggle-standalone, .mat-button-toggle-group {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  border: 1px solid;
  cursor: pointer;
  overflow: inherit !important;
  justify-content: center;
  box-shadow: none !important;
  white-space: nowrap;
}

.compact .mat-button-toggle-checked .mat-button-toggle-focus-overlay {
  border-bottom: solid 28px !important;
}

.mat-button-toggle-standalone .mat-button-toggle-label-content {
  padding: 0 14px 0 12px !important;
  line-height: 32px !important;
}
.mat-button-toggle-standalone .mat-button-toggle-label-content::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f00c";
  padding: 0.1rem;
  font-size: 1.1rem;
  color: transparent;
  margin-right: 0.6rem;
  position: relative;
  top: -1px;
}
.mat-button-toggle-standalone.mat-button-toggle-disabled .mat-button-toggle-label-content::before {
  opacity: 0.18;
}
.mat-button-toggle-standalone.mat-button-toggle-checked .mat-button-toggle-label-content {
  padding: 0 6px 0 12px !important;
}
.mat-button-toggle-standalone.mat-button-toggle-checked .mat-button-toggle-label-content::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f00c";
  padding: 0.1rem;
  font-size: 1.1rem;
  position: relative;
  top: 0;
}
.mat-button-toggle-standalone.mat-button-toggle-checked .mat-button-toggle-label-content::after {
  content: "";
}

.mat-button-toggle-label-content {
  line-height: 33px !important;
  padding: 0 24px 0 22px !important;
}

.mat-button-toggle-group {
  overflow: inherit !important;
  box-shadow: none !important;
}

.mat-button-toggle-checked .mat-button-toggle-label-content {
  padding: 0 16px 0 22px !important;
}
.mat-button-toggle-checked .mat-button-toggle-label-content::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f00c";
  padding: 0 0.4rem;
  line-height: 1.2rem;
  position: relative;
  top: -1px;
}

/*Slide Toggle*/
.mat-slide-toggle {
  margin: 0 6px;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
}

.mat-datepicker-toggle .mat-icon-button, .mat-datepicker-toggle .mat-mdc-icon-button {
  margin-right: -1rem;
  line-height: inherit !important;
  height: 1.5rem;
  font-size: inherit !important;
  margin-left: -1rem;
}
.mat-datepicker-toggle .mat-icon-button .mat-button-wrapper, .mat-datepicker-toggle .mat-mdc-icon-button .mat-button-wrapper {
  display: none;
}
.mat-datepicker-toggle .mat-icon-button::before, .mat-datepicker-toggle .mat-mdc-icon-button::before {
  content: "\f073";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-top: 6px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}

.mat-datepicker-toggle-default-icon {
  display: none;
}

.mat-calendar-body-selected {
  border-radius: 0;
  background-color: grey;
  color: black;
}

.mat-calendar-body-cell-content {
  border-radius: 0 !important;
}

.mat-calendar-next-button.mat-icon-button, .mat-calendar-previous-button.mat-icon-button {
  color: grey;
}

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border: none;
  background-color: grey;
}

.mat-calendar-period-button {
  min-width: 0;
}
.mat-calendar-period-button .mat-button-wrapper {
  color: black;
  font-size: 2rem;
}
.mat-calendar-period-button .mat-button-wrapper .mat-calendar-arrow {
  margin: 0.5rem 1rem;
}

.mat-calendar-body-cell {
  padding: 5.7142857143% 0 !important; /*Tighten padding between date numbers*/
}

.mat-card {
  box-shadow: none !important;
  padding: 1.5rem !important;
}
.mat-card.mat-card-header-bgcolor {
  padding: 0 2.5rem 2.5rem !important;
  overflow: hidden;
}
.mat-card.mat-card-header-bgcolor .mat-card-header {
  margin: 0 -2.5rem 2.5rem;
}
.mat-card.mat-card-header-bgcolor .mat-card-header-text {
  margin: 0 2.5rem;
}
.mat-card.mat-card-header-bgcolor .mat-card-title {
  padding-top: 1.6rem;
  margin-bottom: 0.6rem;
}
.mat-card.mat-card-header-bgcolor .mat-card-subtitle {
  margin-bottom: 0.6rem;
}

/*---- CAROUSEL ----*/
.ngucarousel .leftRs, .ngucarousel .rightRs {
  box-shadow: none !important;
}

.mat-checkbox-frame, .mat-pseudo-checkbox {
  border-width: 1px !important;
}

.mat-checkbox-inner-container, .mat-pseudo-checkbox {
  height: 1.4rem !important;
  width: 1.4rem !important;
}

.mat-pseudo-checkbox {
  margin-top: -0.3rem !important;
}

.mat-checkbox-label {
  white-space: normal !important;
  font-weight: 400 !important;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 17px;
  white-space: normal !important;
}

.mat-pseudo-checkbox-checked::after {
  top: 0px !important;
  left: 1px !important;
  width: 8px !important;
  height: 4px !important;
  bottom: 2px !important;
}

.fixed-height .pershing-responsive {
  height: 100% !important;
}
.fixed-height .mat-dialog-container .mat-dialog-content {
  max-height: initial !important;
  flex-grow: 1;
}
.fixed-height .dlg-Details {
  display: flex;
  flex-direction: column;
  height: 100% !important;
}

.modal {
  padding: 0 !important;
}
@media (max-width: 575.99px) {
  .modal.cdk-overlay-pane {
    width: 100% !important;
    max-width: 100vw !important;
    height: 100%;
    padding: 0 !important;
  }
}
.modal .mat-dialog-container {
  padding: 0 !important;
}
@media (max-width: 575.99px) {
  .modal .mat-dialog-container {
    box-shadow: none;
    border-radius: 0 !important;
  }
}
.modal .mat-dialog-container .mat-dialog-content {
  padding: 0;
  margin: 0;
}
@media (max-width: 575.99px) {
  .modal .mat-dialog-container .mat-dialog-content {
    flex: 1;
    max-height: initial;
  }
}
.modal .mat-dialog-container .mat-dialog-title {
  display: flex;
  margin-bottom: 0;
  font-weight: 300;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 575.99px) {
  .modal .mat-dialog-container .mat-dialog-title h1 {
    font-size: 2rem;
  }
}
.modal .mat-dialog-container .mat-dialog-title .fa-print {
  margin-top: 14px;
  margin-right: 14px;
}
.modal .mat-dialog-container .mat-dialog-title .close {
  float: right;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  margin-right: -0.4rem;
}
.modal .mat-dialog-container .mat-dialog-content-padded {
  padding: 1.5rem;
}
.modal .mat-dialog-container .mat-dialog-actions {
  padding: 1rem 1.6rem;
}
@media (max-width: 575.99px) {
  .modal .mat-dialog-container .mat-dialog-actions {
    padding: 1.2rem 0.8rem;
  }
}
.modal .mat-dialog-container .mat-dialog-actions:last-child {
  margin-bottom: 0;
}
.modal .mat-dialog-container .mat-dialog-actions.directional {
  justify-content: space-between;
  align-items: center;
}
.modal .mat-dialog-container .mat-dialog-actions.directional .action-buttons .mat-raised-button,
.modal .mat-dialog-container .mat-dialog-actions.directional .action-buttons .mat-stroked-button {
  padding: 0 14px;
  line-height: 34px !important;
}
.modal .mat-dialog-container .mat-dialog-actions.directional .action-buttons .mat-raised-button + .mat-raised-button, .modal .mat-dialog-container .mat-dialog-actions.directional .action-buttons .mat-raised-button + .mat-button, .modal .mat-dialog-container .mat-dialog-actions.directional .action-buttons .mat-raised-button + .mat-stroked-button,
.modal .mat-dialog-container .mat-dialog-actions.directional .action-buttons .mat-stroked-button + .mat-raised-button,
.modal .mat-dialog-container .mat-dialog-actions.directional .action-buttons .mat-stroked-button + .mat-button,
.modal .mat-dialog-container .mat-dialog-actions.directional .action-buttons .mat-stroked-button + .mat-stroked-button {
  margin-left: 1rem;
}
.modal .mat-dialog-container .mat-dialog-actions.directional .previous-action,
.modal .mat-dialog-container .mat-dialog-actions.directional .next-action {
  min-width: 80px;
  text-transform: uppercase;
}
.modal .mat-dialog-container .mat-dialog-actions.directional .previous-action .mat-button,
.modal .mat-dialog-container .mat-dialog-actions.directional .next-action .mat-button {
  min-width: 40px !important;
  padding: 0 !important;
  margin-left: 0;
}
.modal .mat-dialog-container .mat-dialog-actions.directional .previous-action .mat-button .mat-button-wrapper,
.modal .mat-dialog-container .mat-dialog-actions.directional .next-action .mat-button .mat-button-wrapper {
  text-transform: uppercase;
}
.modal .mat-dialog-container .mat-dialog-actions.directional .next-action {
  text-align: right;
}

.mat-dialog-container {
  padding: 8px 16px 27px !important;
}
.mat-dialog-container .mat-dialog-title {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: center;
}
.mat-dialog-container .mat-dialog-content {
  margin: 0 -10px;
  padding: 0 12px;
}
.mat-dialog-container .mat-dialog-actions .action-buttons {
  margin-left: auto;
  margin-right: auto;
}
.mat-dialog-container .mat-dialog-actions .action-buttons .mat-raised-button,
.mat-dialog-container .mat-dialog-actions .action-buttons .mat-button,
.mat-dialog-container .mat-dialog-actions .action-buttons .mat-stroked-button {
  margin-left: 1rem;
  padding: 0 14px;
}
.mat-dialog-container .messaging-icon {
  min-width: 4.2rem;
  max-width: 3rem;
}
.mat-dialog-container .mat-dialog-iframe {
  width: 100%;
  height: 75vh;
  border: 0;
}
.mat-dialog-container .close {
  float: right;
  margin-left: auto;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2.6rem;
}
.mat-dialog-container .close:hover, .mat-dialog-container .close:focus {
  text-decoration: none;
  opacity: 0.75;
  cursor: pointer;
  outline: none;
}

.mat-expansion-panel-header-title {
  font-weight: 500;
}
.mat-expansion-panel-header-title .mat-icon {
  height: 18px;
  width: 18px;
}

.mat-expansion-panel-header {
  padding: 0 14px !important;
}

.form-inline > * {
  margin: 0 0.8rem 0 0 !important;
}

form label {
  font-weight: 500;
}

:not(.form-inline) label + div .mat-form-field {
  padding-top: 0.5rem;
}

.form-filter {
  display: inline-block;
  margin-bottom: 0.6rem;
  margin-top: 0.2rem;
  margin-right: 3rem;
}

.form-filter-buttons {
  float: right;
  margin-top: 0.2rem;
}
.form-filter-buttons button + button {
  margin-left: 1rem;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
}

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row.shrink {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.row.shrink [class*=col-] {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 1rem;
  flex-basis: auto;
}

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0.5rem 0 0;
  padding: 0;
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-width: 1px !important;
}
.mat-form-field-appearance-outline.slug .mat-form-field-prefix {
  padding-right: 0.66em;
}
.compact .mat-form-field-appearance-outline.slug .mat-form-field-prefix {
  padding-right: 0.4em;
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-gap,
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-width: 2px !important;
}
.mat-form-field-appearance-outline .mat-form-field-prefix,
.mat-form-field-appearance-outline .mat-form-field-suffix {
  min-width: 16px;
}
.mat-form-field-appearance-outline .mat-form-field-prefix .mat-icon-button, .mat-form-field-appearance-outline .mat-form-field-prefix .mat-mdc-icon-button,
.mat-form-field-appearance-outline .mat-form-field-suffix .mat-icon-button,
.mat-form-field-appearance-outline .mat-form-field-suffix .mat-mdc-icon-button {
  display: inline-block !important;
  margin-top: -1.25em;
}
.mat-form-field-appearance-outline .mat-form-field-prefix {
  left: -13px;
  text-align: center;
  padding: 0.66em 0 0.66em 0.6em;
  top: 0 !important;
  margin-right: -4px;
}
.mat-form-field-appearance-outline .mat-form-field-prefix .mat-icon {
  height: 15px;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  width: 16px;
}
.compact .mat-form-field-appearance-outline .mat-form-field-prefix {
  left: -11px;
  padding: 0.75em 0 0.6em 0.6em;
}
.compact .mat-form-field-appearance-outline .mat-form-field-prefix .mat-icon {
  height: 14px;
  font-size: 1.2rem;
}
.mat-form-field-appearance-outline .mat-form-field-suffix {
  text-align: center;
  padding: 0.9em 0.8em 0.8em 0.8em;
  right: -13px;
  height: 13px;
  font-size: 1.2rem;
  top: 0 !important;
}
.mat-form-field-appearance-outline .mat-form-field-suffix .mat-icon {
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  height: 13px;
  margin-top: -2px;
  padding-top: 2px;
  top: 2px;
  width: 16px;
}
.compact .mat-form-field-appearance-outline .mat-form-field-suffix {
  padding: 0.66em 0.6em 0.58em 0.5em;
  right: -11px;
  height: 13px;
}
.compact .mat-form-field-appearance-outline .mat-form-field-suffix .mat-icon {
  font-size: 1.2rem;
}
.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper {
  padding-left: 1px !important;
}
.mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin-top: 0 !important;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 0.65em 0 0.75em 0;
}

.mat-form-field-appearance-outline .mat-form-field-flex,
.mat-form-field-appearance-fill .mat-form-field-flex {
  padding: 0 1em !important;
  margin-top: 0 !important;
}

.mat-form-field-appearance-fill .mat-select-arrow-wrapper {
  transform: translateY(0) !important;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  border: 1px solid transparent;
  border-radius: 3px !important;
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  border-top: 0;
}
.mat-form-field-appearance-fill .mat-form-field-infix input[type=number]::-webkit-outer-spin-button,
.mat-form-field-appearance-fill .mat-form-field-infix input[type=number]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.mat-form-field-appearance-fill .mat-form-field-infix input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.mat-form-field-appearance-fill .mat-form-field-wrapper {
  margin: 0 !important;
}

.mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
.mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  position: initial !important;
  display: block;
  margin-top: -1px;
}
.mat-form-field .mat-form-field-wrapper .mat-form-field-subscript-wrapper,
.mat-form-field .mat-form-field-wrapper .mat-form-field-ripple {
  position: initial !important;
  display: table;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.mat-form-field .mat-form-field-wrapper .mat-form-field-subscript-wrapper {
  min-height: calc(1em + 1px);
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0 30px white inset;
  background-image: none !important;
  color: black !important;
}

.mat-form-field-required-marker {
  display: none;
}

.mat-input-container.mat-focused .mat-form-field-infix {
  transition: all 0.3s;
}

.mat-input-wrapper .mat-input-underline {
  border-color: transparent;
  background-color: transparent;
}
.mat-input-wrapper .mat-input-underline .mat-input-ripple {
  background-color: transparent;
}

.show-tooltip .mat-error {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-tooltip .mat-form-field-subscript-wrapper {
  display: block !important;
}

textarea:disabled.mat-input-element {
  opacity: 0.5;
}

input::-ms-clear {
  width: 0;
  height: 0;
}

input[type=time]::-webkit-calendar-picker-indicator {
  font-size: 1.4rem;
}

input[type=time] {
  height: 1.5rem;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.key-value-list {
  display: inline-flex;
  flex-flow: row;
  margin: 0;
  padding-bottom: 1.4rem;
  line-height: 1.6rem;
  flex-wrap: nowrap;
  width: 100%; /*set the container width*/
  overflow: visible;
}
.key-value-list dt {
  flex: 0 0 40%;
  font-weight: 500;
}
.key-value-list dd {
  flex: 0 0 59%;
  margin-left: 1rem;
  text-align: left;
}
.key-value-list.inline-list {
  display: inline-flex;
  margin-right: 1.4rem;
  width: auto;
}
.key-value-list.inline-list dt {
  flex: 0 0 auto;
}
.key-value-list.inline-list dd {
  flex: 0 0 auto;
  margin-left: 0.8rem;
}
.filter-summary .key-value-list.inline-list {
  float: left;
  line-height: 0.8rem;
}
.filter-summary .key-value-list.inline-list::after {
  content: "|";
}
.filter-summary .key-value-list.inline-list dd {
  padding-right: 1.2rem;
}

.mat-progress-spinner {
  border-radius: 50%;
  position: relative;
  margin: 5% auto;
}
.mat-progress-spinner::after {
  content: " ";
  display: block;
  top: 50%;
  left: 50%;
  margin: -42% 0 0 -42%;
  width: 84%;
  height: 84%;
  border-radius: 100%;
  position: absolute;
}

.progress-spinner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  animation: loading 1.2s ease-in-out infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mat-table.mat-table-grid {
  border-collapse: collapse;
  padding-right: 8px !important;
}
.mat-table.mat-table-grid .mat-header-row {
  height: auto !important;
}
.mat-table.mat-table-grid[matsort] .mat-header-row th:last-child {
  padding-right: 8px !important;
}
.mat-table.mat-table-grid[matsort] .mat-row td:last-child {
  padding-right: 8px !important;
}
.mat-table.mat-table-grid[matsort] .mat-cell:not(:last-child).mat-column-returnRed {
  padding-left: 8px !important;
  padding-right: 0 !important;
}
.mat-table.mat-table-grid[matsort] .mat-column-returnGreen {
  padding-left: 0 !important;
}
.mat-table.mat-table-grid .mat-header-cell {
  border: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: bottom;
}
.mat-table.mat-table-grid .mat-sort-header-button {
  text-align: left;
}
.mat-table.mat-table-grid.grid-double-row .second-grid-header-row .mat-header-cell {
  border: none;
}
.mat-table.mat-table-grid.grid-double-row .mat-row {
  height: 24px;
}
.mat-table.mat-table-grid.grid-double-row[matsort] .first-grid-row .mat-cell:last-child {
  padding-right: 8px !important;
}
.mat-table.mat-table-grid.grid-double-row .first-grid-row .mat-cell:not(:last-child) {
  border: none;
}
.mat-table.mat-table-grid.grid-double-row .first-grid-row .mat-cell:not(:last-child).mat-column-returnRed {
  padding-left: 8px !important;
}
.mat-table.mat-table-grid.grid-double-row .first-grid-row .mat-cell:not([rowspan]) {
  padding-top: 6px !important;
  padding-bottom: 8px !important;
  border: none;
}
.mat-table.mat-table-grid.grid-double-row .second-grid-row {
  display: table-row;
}
.mat-table.mat-table-grid.grid-double-row .second-grid-row .mat-cell {
  border: none;
  padding: 0 8px !important;
}
.mat-table.mat-table-grid.grid-double-row .second-grid-row .mat-cell:not([rowspan]) {
  padding-bottom: 6px !important;
}
.mat-table.mat-table-grid.grid-double-row .grid-valign-top::after {
  content: "";
  display: block;
  height: 20px;
}
.mat-table.mat-table-grid.grid-double-row .grid-valign-bottom::before {
  content: "";
  display: block;
  height: 20px;
}
.mat-table.mat-table-grid.grid-double-row th.right-align .mat-sort-header-button {
  text-align: right;
}
.mat-table.mat-table-grid.grid-three-row .mat-row {
  height: 24px;
}
.mat-table.mat-table-grid.grid-three-row tbody tr:not(.third-grid-row) td.mat-cell {
  border-bottom: none;
}
.mat-table.mat-table-grid.grid-three-row .first-grid-row .mat-cell {
  border: none;
  padding: 0 !important;
}
.mat-table.mat-table-grid.grid-three-row .first-grid-row .mat-cell:not([rowspan]) {
  padding-top: 6px !important;
}
.mat-table.mat-table-grid.grid-three-row .second-grid-row .mat-cell {
  border: none;
  padding: 0 !important;
}
.mat-table.mat-table-grid.grid-three-row .third-grid-row {
  display: table-row;
}
.mat-table.mat-table-grid.grid-three-row .third-grid-row .mat-cell {
  border: none;
  padding: 0 !important;
}
.mat-table.mat-table-grid.grid-three-row .third-grid-row .mat-cell:not([rowspan]) {
  padding-bottom: 6px !important;
}
.mat-table.mat-table-grid.grid-three-row th.right-align .mat-sort-header-button {
  text-align: right;
}
.mat-table.mat-table-grid.grid-four-row .mat-row {
  height: 24px;
}
.mat-table.mat-table-grid.grid-four-row tbody tr:not(.fourth-grid-row) td.mat-cell {
  border-bottom: none;
}
.mat-table.mat-table-grid.grid-four-row .first-grid-row .mat-cell {
  border: none;
  padding: 0 !important;
}
.mat-table.mat-table-grid.grid-four-row .first-grid-row .mat-cell:not([rowspan]) {
  padding-top: 6px !important;
}
.mat-table.mat-table-grid.grid-four-row .second-grid-row .mat-cell, .mat-table.mat-table-grid.grid-four-row .third-grid-row .mat-cell {
  border: none;
  padding: 0 !important;
}
.mat-table.mat-table-grid.grid-four-row .fourth-grid-row {
  display: table-row;
}
.mat-table.mat-table-grid.grid-four-row .fourth-grid-row .mat-cell {
  border: none;
  padding: 0 !important;
}
.mat-table.mat-table-grid.grid-four-row .fourth-grid-row .mat-cell:not([rowspan]) {
  padding-bottom: 6px !important;
}
.mat-table.mat-table-grid.grid-four-row th.right-align .mat-sort-header-button {
  text-align: right;
}
.mat-table.mat-table-grid .mat-column-returnIndicator {
  min-width: 25px;
}
.mat-table.mat-table-grid .right-align .mat-sort-header-container {
  float: right;
  margin-right: -18px;
}

.mat-menu-item {
  line-height: 34px !important;
  height: 34px !important;
}
.mat-menu-item .mat-icon {
  margin-right: 4px !important;
  vertical-align: inherit !important;
}

.mat-menu-panel {
  min-height: 50px !important;
}
.mat-menu-panel button {
  border-radius: 0;
}

.mat-multiselect {
  max-height: 600px !important;
}
@media (max-width: 575.99px) {
  .mat-multiselect {
    min-width: calc(100% + 35px) !important;
  }
}

.mat-multiselect-actionbar .mat-select-content {
  height: calc(100% - 49px);
}

.mat-multiselect-options {
  height: calc(100% - 14px);
  overflow-y: auto;
}

.mat-autocomplete-panel .mat-option {
  line-height: 3rem !important;
}

.mat-select-panel .action-buttons {
  text-align: center;
  padding: 1rem 1rem 0 0;
  margin-left: auto;
}
.mat-select-panel .action-buttons .mat-raised-button,
.mat-select-panel .action-buttons .mat-button,
.mat-select-panel .action-buttons .mat-stroked-button {
  margin-left: 1rem;
  padding: 0 14px;
}

.nav-horizontal {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  margin-left: -1.2rem;
}
.nav-horizontal .nav-item {
  display: block;
  float: left;
  margin-bottom: 6px;
}
.nav-horizontal .nav-item .nav-link {
  padding: 0 1.2rem;
}
.nav-horizontal .nav-item .nav-link:hover, .nav-horizontal .nav-item .nav-link:focus {
  outline: 0;
}
.nav-horizontal .nav-item .nav-link.disabled {
  color: grey;
}
.nav-horizontal .nav-item .nav-link.active, .nav-item.show .nav-horizontal .nav-item .nav-link {
  font-weight: 500;
  padding-bottom: 6px;
}

.nav-leftpanel {
  list-style: none;
  margin: 0 0 0 -1.5rem !important;
  padding: 0;
}
.nav-leftpanel-item {
  padding: 1.5rem 2rem;
}
.nav-leftpanel-item.active {
  font-weight: 700;
}
.nav-leftpanel-item:hover, .nav-leftpanel-item:focus {
  cursor: pointer;
}

.nav-pills {
  list-style: none;
  display: flex;
  margin: 0;
  padding-left: 0;
}
.nav-pills li {
  padding: 0.2rem 1.4rem;
  margin-right: 1rem;
  text-align: center;
  background: transparent;
  border: 1px solid;
  border-radius: 0.6rem;
}
.nav-pills li:hover {
  cursor: pointer;
}
.nav-pills li:focus {
  outline: solid 2px;
  border: none;
}
.nav-pills li:last-of-type {
  margin-right: 0;
}

.progress-tracker {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  clear: both;
  height: 28px;
  line-height: 1em;
  width: 225px;
  text-align: center;
}
.ag-grid .progress-tracker {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
  height: 10px;
}
.progress-tracker li {
  padding: 10px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.07);
  color: white;
  position: relative;
  align-items: center;
  margin: 0 2px;
}
.ag-grid .progress-tracker li {
  padding: 2px 2px 2px 2px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  flex-direction: row;
  min-width: 5%;
  margin: 0 1px;
}
.progress-tracker li.active {
  background: rgb(0, 131, 56);
}
.progress-tracker li.active:after {
  border-left-color: rgb(0, 131, 56);
}
.ag-grid .progress-tracker li.active:after {
  content: "";
  border-left: 4px solid rgb(0, 131, 56);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}
.progress-tracker li.active:hover {
  background: rgba(0, 131, 56, 0.5);
}
.progress-tracker li.active:hover:after {
  border-left-color: rgba(0, 131, 56, 0.5);
}
.progress-tracker li.done {
  background: #BDDEBE;
}
.progress-tracker li.done:hover {
  background-color: #008338;
}
.progress-tracker li.done:hover .fa-check {
  display: block;
}
.progress-tracker li.done:hover:after {
  border-left-color: #008338;
}
.progress-tracker li.done:after {
  border-left-color: #BDDEBE;
}
.progress-tracker li:hover {
  background: rgba(0, 0, 0, 0.26);
}
.progress-tracker li:hover:after {
  border-left-color: rgba(0, 0, 0, 0.26);
}
.progress-tracker li:before {
  content: "";
  border-left: 12px solid white;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.ag-grid .progress-tracker li:before {
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.progress-tracker li .fa-check {
  display: none;
  line-height: 0.5em;
}
.ag-grid .progress-tracker li:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.progress-tracker li:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ag-grid .progress-tracker li:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.progress-tracker li:first-child:before {
  border: none;
}
.progress-tracker li:after {
  content: "";
  border-left: 13px solid rgba(0, 0, 0, 0.07);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}
.ag-grid .progress-tracker li:after {
  border: none;
}

.ag-grid .progress-tracker-container {
  border: 1px solid #ccc;
  height: 20px;
  width: 52px;
  padding: 0 4px;
}

@keyframes loader-before {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 25%;
    width: 75%;
  }
  75% {
    left: 100%;
    width: 0;
  }
}
@keyframes loader-after {
  0%, 50% {
    left: 0;
    width: 0;
  }
  75% {
    left: 0;
    width: 25%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.loader-indeterminate {
  display: block;
  clear: both;
  position: relative;
  height: 4px;
  width: 100%;
}
.loader-indeterminate::after, .loader-indeterminate::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loader-indeterminate::before {
  left: 0;
  animation-name: loader-before;
}
.loader-indeterminate::after {
  right: 0;
  animation-name: loader-after;
}

.mat-radio-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 0 1em;
}
.mat-radio-group .mat-radio-button {
  margin: 0 1.81em 0 0;
}

.mat-radio-outer-circle {
  width: 1.6rem !important;
  height: 1.6rem !important;
  top: 1px !important;
  border-width: 1px !important;
}

.mat-radio-inner-circle {
  height: 1.4rem !important;
  left: 1px !important;
  top: 2px !important;
  width: 1.4rem !important;
}

.mat-radio-label-content {
  padding-left: 0 !important;
}

.mat-radio-label {
  align-items: start !important;
  font-weight: 400 !important;
}

.mat-radio-button .mat-radio-ripple {
  height: 36px !important;
  width: 36px !important;
}

.mat-form-field-appearance-outline .mat-select-arrow-wrapper {
  transform: none !important;
}

.mat-select-panel .mat-optgroup-label, .mat-select-panel .mat-option {
  line-height: 3rem !important;
  height: 3rem !important;
}

.mat-optgroup .mat-option:not(.mat-option-multiple) {
  padding-left: 24px !important;
}

.mat-select-panel .mat-option.mat-option-multiselect {
  line-height: 3em !important;
  height: 3em !important;
}

.mat-select-arrow {
  margin: 0 !important;
}

.mat-option-ripple .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.25);
}

.multi-select .mat-select .mat-select-value {
  max-width: 0;
}

select {
  background-color: white;
  color: black;
  width: 100%;
  padding: 0 10px;
  height: 1.8rem;
}
select:focus {
  outline: none;
}
select:focus::-ms-value {
  color: black;
  background-color: white;
}

.select-label {
  position: absolute;
}

.mat-sidenav .close {
  float: right;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5rem;
}

.svg-icon {
  border-radius: 100%;
  padding: 1.2rem;
  height: 50px;
  display: block;
  width: 50px;
  margin: 0 auto 5px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  background-size: 44px;
}

.mat-step-header:hover .mat-step-label {
  text-decoration: underline;
}
.mat-step-header:hover .mat-step-label .mat-step-optional {
  text-decoration: none;
}

.mat-stepper-horizontal {
  padding-left: 8px;
  padding-right: 8px;
}
.mat-stepper-horizontal .mat-step-icon .mat-icon {
  height: 22px !important;
}

.mat-tab-list .mat-tab-labels .mat-tab-label:first-child, .mat-tab-list .mat-tab-labels .mat-tab-link:first-child {
  margin-left: 10px;
}
.mat-tab-list .mat-tab-label {
  opacity: 1 !important;
  padding: 0 1.3rem !important;
  min-width: 50px !important;
}
.mat-tab-list .mat-tab-label.mat-tab-label-active {
  font-weight: 500;
  padding: 0 1.3rem !important;
}

.compact .mat-tab-links {
  flex-wrap: wrap;
}
.compact .mat-ink-bar {
  display: none;
}
.compact .mat-tab-label-active::after {
  display: flex;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}

.nav-tabs {
  list-style: none;
  display: flex;
  padding-left: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  display: block;
  color: black;
  padding: 0 1rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  outline: 0;
}
.nav-tabs .nav-link.active, .nav-item.show .nav-tabs .nav-link {
  font-weight: 700;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-radius: 0;
}

.table {
  border: none;
  width: 100%;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
}
.table > tbody > tr.indented-row-1 > td:first-child {
  padding-left: 1.4em;
}
.table > tbody > tr.indented-row-2 > td:first-child {
  padding-left: 2.8em;
}
.table > tbody > tr.indented-row-3 > td:first-child {
  padding-left: 4.2em;
}
.table > tbody > tr.indented-row-4 > td:first-child {
  padding-left: 5.6em;
}
.table ~ .table {
  margin-top: -1;
}
.table > tbody > tr.no-border-row > td {
  border-bottom: none;
  padding: 2px 8px 8px;
}
.table.striped > tbody > tr > td {
  border-radius: 0;
}
.table.bordered th {
  border-bottom-width: 2px;
}
.table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
.table > thead th,
.table > thead td {
  text-align: left;
  padding: 1.2rem 0.8rem;
  line-height: 2rem;
}
.compact .table > thead th,
.compact .table > thead td {
  padding: 0.4rem 0.8rem;
}
.table > thead.summary-header th,
.table > thead.summary-header td {
  border-top: none;
}
.table > tbody {
  font-weight: 400;
  font-weight: 400;
  font-weight: 400;
  font-weight: 400;
}
.table > tbody > tr > td {
  padding: 1.2rem 0.5rem;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.table > tbody > tr > td:nth-of-type(1) {
  padding-right: 10px;
  max-width: 21em;
}
.table > tbody > tr > td:last-child {
  border-right: transparent;
  padding-right: 10px;
}
.table > tbody > tr > td.data-value {
  font-weight: 500;
}
.compact .table > tbody > tr > td {
  padding: 0.4rem 0.5rem;
}
.table > tbody > tr.parent-row > td {
  font-weight: 500;
}
.table > tbody > tr.parent-row > td.data-value {
  font-weight: 500;
}
.table > tbody > tr.indented-row-1 > td {
  font-weight: 400;
}
.table > tbody > tr.indented-row-2 > td {
  font-weight: 400;
}
.table > tbody > tr.indented-row-3 > td {
  font-weight: 400;
}
.table > tbody > tr.indented-row-4 > td {
  font-weight: 400;
}
.table > tbody.borderless td {
  border: 0;
}
.table > tbody.borderless tr {
  border: 0;
}
.table.data-table.compact > tbody > tr:not(:first-child) > td {
  padding: 0 0.5rem 1rem;
}
.table.data-table tbody [rowspan],
.table.data-table thead [rowspan] ~ th,
.table.data-table tbody [rowspan] ~ td {
  border-bottom: none;
  padding-bottom: 0.1rem !important;
}
.table.data-table > thead > tr > th.data-table-chevron {
  width: 1em;
  padding-right: 0.4rem;
  padding-left: 0.8rem;
}
.table.data-table > tbody > tr > td.data-table-date {
  width: 2em;
  padding-right: 1.2rem;
  padding-top: 0;
  text-align: center;
  padding-bottom: 0 !important;
  vertical-align: middle;
}
.table.data-table > tbody > tr > td.data-table-chevron {
  width: 1em;
  padding-right: 0.8rem;
  padding-left: 0.4rem;
}

.mat-table th.mat-header-cell,
.mat-table td.mat-cell,
.mat-table td.mat-footer-cell {
  font-size: 1.4rem;
  padding: 0 8px !important;
  line-height: 44px;
}
.compact .mat-table th.mat-header-cell,
.compact .mat-table td.mat-cell,
.compact .mat-table td.mat-footer-cell {
  line-height: 26px;
}
.mat-table tr.mat-header-row,
.mat-table tr.mat-row {
  height: 44px;
}
.compact .mat-table tr.mat-header-row,
.compact .mat-table tr.mat-row {
  height: 26px;
}

.tooltip-link {
  text-decoration: none;
}
.ag-header-cell-label .tooltip-link {
  line-height: 1.8rem;
}

.tooltip-container {
  position: relative;
  display: block;
  width: auto;
}
.tooltip-container .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
}
.tooltip-container .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tooltip-container.bs-tooltip-top .arrow {
  bottom: 0;
}
.tooltip-container.bs-tooltip-top .arrow::before {
  margin-left: -10px;
  content: "";
  border-width: 10px 10px 0;
  border-top-color: red;
}
.tooltip-container.bs-tooltip-right .arrow {
  left: 0;
}
.tooltip-container.bs-tooltip-right .arrow::before {
  margin-top: -10px;
  content: "";
  border-width: 10px 10px 10px 0;
  border-right-color: black;
}
.tooltip-container.bs-tooltip-bottom .arrow {
  top: 0;
}
.tooltip-container.bs-tooltip-bottom .arrow::before {
  margin-left: -10px;
  content: "";
  border-width: 0 10px 10px;
  border-bottom-color: black;
}
.tooltip-container.bs-tooltip-left .arrow {
  right: 0;
  top: 5px;
}
.tooltip-container.bs-tooltip-left .arrow::before {
  right: 0;
  margin-right: -10px;
  content: "";
  border-width: 6px 0 6px 10px;
  border-left-color: black;
}

.tooltip {
  position: absolute;
  z-index: 999;
  word-wrap: break-word;
  visibility: hidden;
  opacity: 0;
  max-width: 250px;
  padding: 1rem;
  color: white;
  background-color: black;
  border-radius: 0;
}
.tooltip-action {
  color: black;
  background-color: white;
  min-width: 250px;
  position: absolute;
  left: 60%;
}

.tooltip-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.mat-tooltip {
  white-space: normal !important;
}
.mat-tooltip.error-state {
  background-color: white;
  border: 1px solid grey;
  border-left-width: 10px;
  margin-left: 2rem;
  color: black !important;
  padding-left: 10px !important;
}
.mat-tooltip.warning-state {
  background-color: white;
  border: 1px solid grey;
  border-left-width: 10px;
  margin-left: 2rem;
  color: black !important;
  padding-left: 10px !important;
}

html {
  line-height: 1.5;
  font-weight: normal;
  font-size: 62.5% !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

sup {
  text-decoration: none;
  display: inline-block;
  line-height: 1.1em;
  margin-left: 0.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  line-height: 110%;
}

h2 {
  line-height: 110%;
}

h3 {
  line-height: 110%;
}

h4 {
  line-height: 110%;
}

h5 {
  line-height: 110%;
}

h6 {
  line-height: 110%;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

.thin-weight {
  font-weight: 100;
}

.light-weight {
  font-weight: 300;
}

.regular-weight {
  font-weight: 400;
}

.medium-weight {
  font-weight: 500;
}

.bold-weight {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

/*--------- COMPONENTS  -------*/
.button-action-bar {
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  background-color: white;
  text-align: right;
  overflow: hidden;
  clear: both;
  border-top: 1px solid grey;
}
.button-action-bar .mat-raised-button,
.button-action-bar .mat-stroked-button,
.button-action-bar .mat-button {
  margin-left: 1rem;
}

.fixed-action-bar {
  height: 70vh;
  overflow-y: scroll;
}
.fixed-action-bar.mandatory-disclosure {
  min-height: 54vh;
  max-height: 70vh;
  overflow: auto;
}
.fixed-action-bar .button-action-bar {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

.cm-Title_Container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.cm-BackLink_Container .icon-chevron-left::before {
  text-decoration: none;
}
.cm-BackLink_Container a {
  text-decoration: none;
}
.cm-BackLink_Container a:hover {
  text-decoration: underline;
}
.cm-Content p {
  width: 100%;
  font-size: 1.4rem;
}
.cm-Content .systems_requirements h5 {
  font-weight: 600;
}

.cms-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.cms-title h2 {
  padding-bottom: 10px;
}

.dv-BarGraph_Legend {
  display: flex;
  flex-flow: row;
  margin: 0;
  flex-wrap: wrap;
  width: 100%; /*set the container width*/
  overflow: visible;
}
.dv-BarGraph_Legend dt {
  flex: 1 49%;
  padding-bottom: 1rem;
  line-height: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dv-BarGraph_Legend dd {
  flex: 0 0 auto;
  margin-left: 1rem;
  text-align: right;
  padding-bottom: 1rem;
  line-height: 1.4rem;
  font-weight: 700;
}

.hc-Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.hc-Wrapper_Chart {
  position: absolute;
  width: 100%;
}

.dc .mat-expansion-panel-header {
  background: inherit !important;
  padding: 0 24px !important;
  height: 48px;
}
.dc .mat-expansion-panel-header-title {
  font-size: 2rem;
  font-weight: 400;
}
.dc .mat-expansion-panel {
  border: none;
}
.dc-Actions {
  padding-top: 3px;
  padding-bottom: 0;
  transition: all 0.25s ease;
}
.dc-Actions.expanded {
  padding-top: 0;
  padding-bottom: 10px;
  transition: all 0.25s ease;
}
.dc-FinancialPlanning.mat-dialog-content {
  max-height: 90%;
  overflow: hidden;
}

.finder[component-id=asof-date] > pershing-component > .dc > .mat-expansion-panel {
  box-shadow: none;
  height: 16px;
}
.finder[component-id=asof-date] > pershing-component > .dc > .mat-expansion-panel > .mat-expansion-panel-header {
  display: none;
}

.dlg-Details {
  width: 80vw;
}
@media (max-width: 575.99px) {
  .dlg-Details {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
  }
}
.dlg-Details_Summary {
  padding: 1rem 2rem;
}
.dlg-Details_SummaryTable {
  width: 100%;
  table-layout: fixed;
  line-height: initial;
}
@media (max-width: 575.99px) {
  .dlg-Details_SummaryTable {
    padding: 1.5rem;
  }
}
.dlg-Details_SummaryTable th {
  color: black;
  font-weight: 500;
  vertical-align: text-top;
  padding: 0;
}
.dlg-Details_SummaryTable th,
.dlg-Details_SummaryTable td {
  padding: 0 4rem 0 0;
}
@media (max-width: 1180px) {
  .dlg-Details_SummaryTable th,
  .dlg-Details_SummaryTable td {
    padding: 1.5rem;
  }
}
.dlg-Details_SummaryTable td {
  vertical-align: text-top;
}
.dlg-Details .mat-tab-label:first-child,
.dlg-Details .mat-tab-link:first-child {
  margin-left: 0;
}
.dlg-Details .mat-tab-group.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
.dlg-Details .mat-tab-group.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus,
.dlg-Details .mat-tab-nav-bar.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
.dlg-Details .mat-tab-nav-bar.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus {
  background-color: transparent;
}
.dlg-Details .mat-tab-body-content {
  min-height: 200px;
  background-color: white;
}
.dlg-Details .mat-tab-list {
  padding-left: 2.2rem;
  background-color: grey;
}
.dlg-Details .mat-tab-list .mat-tab-labels {
  border-bottom: 1px solid white;
}
.dlg-Details .mat-tab-list .mat-tab-labels .mat-tab-label:first-child,
.dlg-Details .mat-tab-list .mat-tab-labels .mat-tab-link:first-child {
  margin-left: 0;
}
.dlg-Details .mat-tab-list .mat-tab-label.mat-tab-label-active {
  border: none;
}
.dlg-Details_Data {
  width: 100%;
  padding: 1.4rem 1rem 1rem 1rem;
  background: white;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 575.99px) {
  .dlg-Details_Data {
    padding: 8px;
    height: initial;
  }
}
.dlg-Details_Data-wordwrap {
  white-space: normal;
  word-wrap: break-word;
  width: 45%;
}
.dlg-Details_Data [class*=col-] + [class*=col-] {
  padding-left: 2rem !important;
}
.dlg-Details_Data [class*=col-] + [class*=col-] .key-value-list {
  padding-left: 0;
}
.dlg-Details_Data [class*=col-] {
  padding-right: 1rem !important;
}

.fw-Disclaimers.mat-expansion-panel {
  margin-top: 2rem;
  border-top: 0;
  border-bottom: 0;
}
.fw-Disclaimers .mat-expansion-panel-header {
  padding-left: 0 !important;
}
.fw-Disclaimers .mat-expansion-panel-header .mat-icon {
  width: 1rem;
  height: 1.8rem;
}
.fw-Disclaimers .mat-expansion-panel-body {
  padding: 0 12px 16px;
}
.fw-Disclaimers .mat-expansion-panel-header-description, .fw-Disclaimers .mat-expansion-indicator::after {
  margin-right: 0;
}
.fw-Disclaimers .mat-expansion-panel-header-description:not(:first-child) {
  margin-top: 1rem;
}
.fw-Disclaimers .mat-expansion-panel-content {
  line-height: 1.2rem;
}
@media print {
  .fw-Disclaimers .mat-expansion-panel-content {
    height: auto !important;
    visibility: visible !important;
  }
}
.fw-Disclaimers_Content {
  margin-top: 0.2rem;
  line-height: 1.8rem;
  margin-bottom: 0.2rem;
}
.fw-Disclaimers_Content ol {
  margin-left: -3rem;
  margin-top: 0.4rem;
}

.ed-Component {
  position: relative;
}
.ed-Component:hover .ed-Component_Overlay {
  cursor: move !important;
}
.ed-Component_Overlay {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  text-align: center;
  height: 100%;
  min-height: 100%;
  align-items: center;
  z-index: 20;
  cursor: pointer;
}
.ed-Component_Menu {
  position: absolute;
  padding: 8px 12px;
  border-radius: 4px;
  right: 8px;
  top: 8px;
}
.ed-Component_Menu a:not(:last-child) {
  margin-right: 20px;
}
.ed-Component_Menu .menu-item.disabled {
  color: lightgrey;
  cursor: not-allowed;
}
.ed-AddComponent {
  position: relative;
  display: block;
  width: 100%;
}
.ed-AddComponent_Overlay {
  height: 20px;
  top: -20px;
  left: -2px;
  cursor: pointer;
  z-index: 18;
  position: absolute;
  width: 100%;
}
.ed-AddComponent_Overlay hr {
  border-top-width: 6px;
  height: 0;
}
.ed-AddComponent_Overlay hr:before, .ed-AddComponent_Overlay hr:after {
  content: " ";
  top: -5px;
  height: 16px;
  position: absolute;
  padding: 5px 0;
}
.ed-AddComponent_Overlay hr:after {
  right: 0;
}
.ed-AddComponent_Overlay .mat-mini-fab {
  position: relative;
  top: -23px;
  margin-left: calc(50% - 24px);
}
.ed-Overlay_NullClick {
  z-index: 3;
  top: 0;
  display: block;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  position: fixed;
  width: 100%;
}
.ed-Grid .row > [class*=col-] {
  border: 2px lightgrey dashed;
}
.ed-Grid .row .row > [class*=col-] {
  border: none;
}
.ed-Grid .container-fluid {
  border: 2px lightgrey dashed;
}

.dlg-AddComponent h3 {
  height: auto;
}
.dlg-AddComponent p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.hero-Grid {
  padding: 1.2rem;
  margin: 1.6rem 0;
}
.hero-Grid_Header {
  width: 410px;
  display: flex;
  align-items: baseline;
}
.hero-Grid_Header h2 {
  width: 50%;
  font-weight: 500;
}
.hero-Grid_Header .label {
  width: 25%;
  text-align: right;
  margin-left: 10px;
}
.hero-Grid_Data {
  column-width: 400px;
  column-gap: 2.8rem;
}
.hero-Grid_Data .data {
  break-inside: avoid-column;
  page-break-inside: avoid;
  display: flex;
  align-items: center;
  height: 35px;
  padding-left: 12px;
  width: 400px;
}
.hero-Grid_Data .data .label {
  width: 50%;
  font-weight: 500;
}
.hero-Grid_Data .data .label > .text-link {
  margin-left: 16px;
}
.hero-Grid_Data .data .value {
  width: 25%;
  text-align: right;
  margin-left: 10px;
}
.hero-AssetCards .mat-card {
  padding: 0 !important;
  margin: 10px;
  height: 180px;
  max-height: 180px;
  overflow: hidden;
  border-width: 2px;
}
.hero-AssetCards .mat-card:first-child {
  margin-left: 0;
}
.hero-AssetCards .mat-card .mat-card-content:hover, .hero-AssetCards .mat-card .mat-card-content.active {
  cursor: pointer;
}
.hero-AssetCards .mat-card:last-child {
  margin-right: 0;
}
.hero-AssetCards .mat-card-content, .hero-AssetCards .mat-card-title {
  margin-bottom: 0 !important;
}
.hero-AssetCards .mat-card-title {
  font-weight: 500;
}
.hero-AssetCards .mat-card-header {
  height: 23%;
  display: flex;
  line-height: 1.4rem;
  text-align: center;
  justify-content: center; /*align horizontal*/
  align-items: center; /*align vertical*/
  padding: 2.3rem 0 1.2rem;
  position: relative;
  border-bottom-width: 2px;
  margin: 0 1rem;
}
@media (max-width: 1199.98px) {
  .hero-AssetCards .mat-card-header {
    height: 27%;
  }
}
.hero-AssetCards .mat-card-header::before {
  content: "";
  width: calc(100% + 20px);
  position: absolute;
  top: 0;
  height: 12px;
}
.medium-container .hero-AssetCards .mat-card-header .mat-card-title {
  line-height: 0.9rem;
  font-size: 1rem;
}
.hero-AssetCards .mat-card-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  justify-content: center; /*align horizontal*/
  align-items: center; /*align vertical*/
  height: 50%;
  text-align: center;
  flex-basis: 100%;
}
.hero-AssetCards .mat-card-content .value {
  font-size: 3.6rem;
}
.compact .hero-AssetCards .mat-card-content .value {
  font-size: 2rem;
}
@media (max-width: 1199.98px) {
  .hero-AssetCards .mat-card-content .value {
    font-size: 2.4rem;
  }
}
@media (max-width: 1199.98px) {
  .hero-AssetCards .mat-card-content .text-secondary {
    font-size: 1.4rem;
  }
}
.compact .hero-AssetCards .mat-card-content .text-secondary {
  font-size: 1.2rem;
}
.hero-AssetCards [asset-card] {
  flex-basis: 100%;
}
.hero-AssetClass {
  display: flex;
  width: 920px;
  flex-wrap: nowrap;
  margin: 1rem 0 1.5rem;
  align-items: stretch;
}
.wrapper .row .hero-AssetClass {
  width: 100%;
  margin: -2rem 0 -1.5rem -1.5rem;
  padding: 2rem 1.5rem;
  background: grey;
}
.hero-AssetClass_AssetChart {
  float: left;
}
.hero-AssetClass_Tile {
  width: 40%;
  margin-right: 1.5rem;
}
.hero-AssetClass_Tile:first-child {
  width: 20%;
  margin-right: 1.5rem;
}
.hero-AssetClass_Tile:first-child .mat-card-content {
  display: flex;
  flex: 1 1 100%;
  height: 100%;
  flex-direction: column;
}
.hero-AssetClass_Tile:last-child {
  margin-right: 0;
}
.hero-AssetClass_Card {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  margin-right: 1.5rem;
}
.hero-AssetClass_Card .mat-card {
  padding: 1rem 1.5rem 1.5rem;
  flex: 1;
  border-radius: 3px;
}
.hero-AssetClass_Card .label {
  padding: 0 0 0.8rem;
  display: inherit;
  height: 2.2rem;
  font-size: 18px;
}
.hero-AssetClass_Card .value {
  font-size: 4.8rem;
  color: grey;
  line-height: 4rem;
  clear: both;
  float: right;
}
.hero-AssetClass_Card .value-client {
  font-size: 4.8rem;
  line-height: 4rem;
  margin-top: auto;
  color: black;
  align-self: flex-end;
}
.hero-AssetClass_Datachange {
  font-size: 1.2rem;
  float: right;
  color: black;
}
.hero-AssetClass_Datachange .gain,
.hero-AssetClass_Datachange .loss {
  font-size: 2rem;
}
.hero-AssetClass_Datachange .mat-icon {
  width: 16px;
  margin-left: 4px;
}
.hero-BalancesSummary {
  margin: 1rem 0 1.5rem;
}
.compact .hero-BalancesSummary .svg-icon {
  display: none;
}
.compact .hero-BalancesSummary_Details .table > tbody > tr > td {
  height: 3rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.compact .hero-BalancesSummary_Details .table > tbody > tr > td:nth-of-type(1) {
  max-width: 10em;
}
.compact .hero-BalancesSummary_Data {
  margin-bottom: 10px;
}
.compact .hero-BalancesSummary_Data .value {
  font-size: 2rem;
  line-height: 2.6rem;
  margin-top: 4px;
}
.compact .hero-BalancesSummary_Data-change {
  font-size: 1.2rem;
}
.hero-BalancesSummary .mat-card {
  background-color: white;
  padding: 0 !important;
}
.hero-BalancesSummary .mat-card-content {
  overflow-x: hidden;
}
.hero-BalancesSummary_Tiles {
  list-style: none;
  display: flex;
  margin-right: -1px;
  position: relative;
  padding: 1.2rem;
  margin-bottom: 0;
  flex-wrap: nowrap;
}
.hero-BalancesSummary_Tile {
  flex: 1 1 17.11em;
  max-width: 49.9%;
  border-right: 1px solid grey;
  margin-bottom: 2rem;
}
.small-container .hero-BalancesSummary_Tile {
  max-width: 100%;
}
.hero-BalancesSummary_Tile-3col {
  flex: 1 1 20.11em;
}
.hero-BalancesSummary_Data {
  padding: 0 1em 0;
  text-align: center;
}
.hero-BalancesSummary_Data .label {
  color: black;
  padding: 0.8em 0 0 0.2em;
  display: inherit;
  height: 2.2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.hero-BalancesSummary_Data .value {
  font-size: 2.2em;
  font-weight: 500;
  padding-bottom: 0;
  display: block;
}
.hero-BalancesSummary_Data-change {
  display: block;
  height: 1.8rem;
  font-size: 2rem;
}
.hero-BalancesSummary_Data-change .mat-icon {
  width: auto;
}
.hero-BalancesSummary_Details {
  clear: both; /*need to clear right floated value*/
  background-color: white;
  padding: 0.5em 1em 0 1em;
}
.hero-BalancesSummary_Details .table > tbody > tr > td {
  padding: 0;
  height: 5rem;
}
.hero-BalancesSummary_Details .table > tbody > tr > td .mat-icon {
  height: auto;
}
.hero-BalancesSummary_Details .table > tbody > tr > td + td {
  white-space: nowrap;
}
.hero-BalancesSummary_Details .table > tbody > tr:last-child > td {
  border-bottom: none;
}
.hero-BalancesSummary_Details.strip-table .table > tbody > tr.indented-row-1 > td.data-icon {
  padding-left: 20px !important;
}
.hero-BalancesSummary_Details.strip-table .table > tbody > tr > td {
  padding: 8.5px;
  height: auto;
  white-space: normal !important;
}
.compact .hero-BalancesSummary_Details.strip-table .table > tbody > tr > td {
  font-size: 1.2rem;
}
.hero-BalancesSummary_Details.strip-table .table > tbody > tr > td .mat-icon {
  height: auto;
}
.hero-BalancesSummary_Details.strip-table .table > tbody > tr > td + td {
  white-space: nowrap;
}
.hero-BalancesSummary_Details.strip-table .table > tbody > tr > td.tooltip-icon {
  padding-left: 15px;
  position: relative;
}
.hero-BalancesSummary_Details.strip-table .table > tbody > tr > td.tooltip-icon > div {
  position: absolute;
  left: 10px;
}
.hero-BalancesSummary_Details.strip-table .table > tbody > tr > td.tooltip-icon > div.text-link {
  position: relative;
  left: 18px;
}
.hero-BalancesSummary_Details.strip-table .table > tbody > tr:last-child > td {
  border-bottom: none;
}
.hero-BalancesSummary_Details.strip-table .table > tbody > tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}
.hero-BalancesSummary_Details.strip-table .table > tbody > tr:first-child > td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.hero-BalancesSummary_Details-change {
  display: block;
  clear: both;
  font-size: 1.2rem;
}
.hero-BalancesSummary_Actions {
  background-color: white;
  padding: 0 0 0.5em;
  text-align: right;
}
.hero-BalancesSummary_Actions .mat-raised-button {
  margin-right: 0.8em;
}
.hero-BalancesSummary_Actions .mat-button {
  padding-left: 0.6rem !important;
}

.highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0; /* #1072 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 12px;
}

.highcharts-root {
  display: block;
}

.highcharts-root text {
  stroke-width: 0;
}

.highcharts-strong {
  font-weight: bold;
}

.highcharts-emphasized {
  font-style: italic;
}

.highcharts-anchor {
  cursor: pointer;
}

.highcharts-plot-border, .highcharts-plot-background {
  fill: none;
}

.highcharts-label-box {
  fill: none;
}

.highcharts-button-box {
  fill: inherit;
}

/* Titles */
.highcharts-title {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 400;
}

.highcharts-subtitle {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
}

/* Axes */
.highcharts-axis-line {
  fill: none;
}

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-axis-labels {
  cursor: default;
  font-size: 0.9em;
}

.highcharts-grid-line {
  fill: none;
}

.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0;
}

.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}

.highcharts-crosshair-thin {
  stroke-width: 1px;
}

.highcharts-crosshair-category {
  stroke-opacity: 0.25;
}

/* Credits */
.highcharts-credits {
  cursor: pointer;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}

.highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}

/* Tooltip */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}

.highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}

.highcharts-tooltip-box {
  stroke-width: 0;
}

.highcharts-tooltip-box .highcharts-label-box {
  fill-opacity: 0.85;
}

.highcharts-selection-marker {
  fill-opacity: 0.25;
}

.highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}

.highcharts-state-hover path {
  transition: stroke-width 50; /* quick in */
}

.highcharts-state-normal path {
  transition: stroke-width 250ms; /* slow out */
}

/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  transition: opacity 250ms;
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}

/* Series options */
.highcharts-area {
  fill-opacity: 0.25;
  stroke-width: 0;
}

.highcharts-markers {
  stroke-width: 1px;
}

.highcharts-pie-series .highcharts-point {
  stroke-opacity: 100 !important;
}

.highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}

.highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}

.highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-data-label-connector {
  fill: none;
}

.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}

.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select {
  opacity: 1 !important;
}

.highcharts-line-series .highcharts-point-select {
  stroke-width: 8px;
}

.highcharts-bar-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-column-series rect.highcharts-point {
  stroke: none;
}

.highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}

.highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
}

.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
}

.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
}

.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}

.highcharts-treemap-series .highcharts-point-hover {
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}

.highcharts-treemap-series .highcharts-above-level {
  display: none;
}

.highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}

.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}

.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}

/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-legend-item text {
  font-weight: 500;
  cursor: pointer;
  stroke-width: 0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.legend-item {
  white-space: normal;
  padding-bottom: 0.5rem;
  width: 80%;
}

.highcharts-legend-item-hidden * {
  transition: fill 250ms;
}

.highcharts-legend-nav-active {
  cursor: pointer;
}

.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-tracker-line {
  fill: none !important;
}

/* Loading */
.highcharts-loading {
  position: absolute;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}

.highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}

.highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}

/* Plot bands and polar pane backgrounds */
.highcharts-plot-band, .highcharts-pane {
  fill-opacity: 0.05;
}

.highcharts-plot-line {
  fill: none;
  stroke-width: 1px;
}

/* Highcharts More and modules */
.highcharts-boxplot-median {
  stroke-width: 2px;
}

.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}

.highcharts-gauge-series .highcharts-data-label-box {
  stroke-width: 1px;
}

.highcharts-gauge-series .highcharts-dial {
  stroke-width: 0;
}

.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}

.highcharts-waterfall-series .highcharts-graph {
  stroke-dasharray: 1, 3;
}

.highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}

.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}

/* Highstock */
.highcharts-navigator-mask-outside {
  fill-opacity: 0;
}

.highcharts-navigator-mask-inside {
  fill-opacity: 0.25;
  cursor: ew-resize;
}

.highcharts-navigator-outline {
  fill: none;
}

.highcharts-navigator-handle {
  cursor: ew-resize;
}

.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}

.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}

.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
}

.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}

.highcharts-scrollbar-thumb {
  stroke-width: 1px;
}

.highcharts-scrollbar-button {
  stroke-width: 1px;
}

.highcharts-scrollbar-rifles {
  stroke-width: 1px;
}

.highcharts-scrollbar-track {
  stroke-width: 1px;
}

.highcharts-button {
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}

.highcharts-button-hover {
  transition: fill 0ms;
}

.highcharts-button-pressed {
  font-weight: bold;
}

.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0;
}

.highcharts-range-label rect {
  fill: none;
}

.highcharts-range-input rect {
  fill: none;
}

input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px; /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em; /* #4798 */
}

.highcharts-crosshair-label text {
  font-size: 1.1em;
}

.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}

.highcharts-candlestick-series .highcharts-point {
  stroke-width: 1px;
}

.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}

.highcharts-flags-series .highcharts-point .highcharts-label-box {
  transition: fill 250ms;
}

.highcharts-flags-series .highcharts-point text {
  font-size: 0.9em;
  font-weight: bold;
}

/* Highmaps */
.highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
}

.highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
  stroke-width: 2px;
}

.highcharts-mapline-series .highcharts-point {
  fill: none;
}

.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.highcharts-coloraxis {
  stroke-width: 0;
}

/* 3d charts */
.highcharts-3d-frame {
  fill: transparent;
}

/* Exporting module */
.highcharts-contextbutton {
  stroke: none;
  stroke-linecap: round;
}

.highcharts-button-symbol {
  stroke-width: 3px;
}

.highcharts-menu {
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}

.highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}

/* Drilldown module */
.highcharts-drilldown-point {
  cursor: pointer;
}

.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

/* No-data module */
.highcharts-no-data text {
  font-weight: 400 !important;
  font-size: 12px;
}

/* Drag-panes module */
.highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}

/* Bullet type series */
.highcharts-bullet-target {
  stroke-width: 0;
}

/* Lineargauge type series */
.highcharts-lineargauge-target {
  stroke-width: 1px;
}

.highcharts-lineargauge-target-line {
  stroke-width: 1px;
}

.nb {
  position: fixed;
  z-index: 999;
  left: 0;
  width: 100vw;
}
.small-container .nb {
  margin-left: 0;
  margin-right: 0;
}
.nb-Display {
  display: inline-block;
  width: 91%;
}
.nb .mat-card {
  border-radius: 0;
}
.nb .mat-card .mat-card-content {
  width: 100%;
  font-size: 1.6rem;
}
.nb .text-link {
  text-decoration: underline;
  cursor: pointer;
}
.nb-ActionButton {
  margin-top: -27px;
}

.lgc-nb {
  top: 8% !important;
}
.lgc-Containernb {
  margin-top: -11rem !important;
}

.pl {
  float: left;
}
.pl-Row_Layout {
  padding: 5px 15px;
  position: relative;
  width: 236px;
  margin: 1rem 0 5rem 2rem;
  height: 192px;
}
.pl-Row_Layout-col {
  height: 100%;
}
.pl-Row_Layout-col.col-100 {
  width: 100%;
}
.pl-Row_Layout-col.col-33-33-33 {
  width: 100%;
  position: relative;
}
.pl-Row_Layout-col.col-33-33-33::before, .pl-Row_Layout-col.col-33-33-33::after {
  width: 33%;
  content: "";
  position: absolute;
  height: 100%;
}
.pl-Row_Layout-col.col-33-33-33::after {
  right: 0;
}
.pl-Row_Layout-col.col-30-70 {
  width: 100%;
  position: relative;
}
.pl-Row_Layout-col.col-30-70::before {
  width: 30%;
  content: "";
  position: absolute;
  height: 100%;
}
.pl-Row_Layout-col.col-70-30 {
  width: 100%;
  position: relative;
}
.pl-Row_Layout-col.col-70-30::before {
  width: 70%;
  content: "";
  position: absolute;
  height: 100%;
}
.pl-Row_Layout-col.col-40-60 {
  width: 100%;
  position: relative;
}
.pl-Row_Layout-col.col-40-60::before {
  width: 40%;
  content: "";
  position: absolute;
  height: 100%;
}
.pl-Row_Layout-col.col-60-40 {
  width: 100%;
  position: relative;
}
.pl-Row_Layout-col.col-60-40::before {
  width: 60%;
  content: "";
  position: absolute;
  height: 100%;
}
.pl-Row_Layout-col.col-50-50 {
  width: 100%;
  position: relative;
}
.pl-Row_Layout-col.col-50-50::before {
  width: 50%;
  content: "";
  position: absolute;
  height: 100%;
}

.qt {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-end;
}
.compact .qt {
  margin-left: 10px;
}
.qt-Select {
  margin-right: 0.8em;
}
.small-container .qt-Select {
  margin-right: 0;
}
.qt-AsOfDate {
  margin-top: 0.4em;
  margin-left: auto;
  white-space: nowrap;
}
.compact .qt-AsOfDate {
  font-size: 1.2rem;
}
.qt-AsOfDate_Timer {
  color: gray;
  font-weight: bold;
  margin-left: 1.6rem;
}
.qt-AsOfDate .mat-icon {
  align-self: flex-end;
  height: 1.8rem;
  margin-left: 0.4rem;
  width: 1.4rem;
}

/*--------- OVERWRITES  -------*/
.d-inline {
  display: inline !important;
}

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

.d-flex {
  display: flex !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.cursor-pointer {
  cursor: pointer;
}

.position-sticky {
  position: sticky;
  top: 0;
}

.height-100 {
  height: 100% !important;
  min-height: 100% !important;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.border {
  border: 1px solid grey !important;
}

.border-top {
  border-top: 1px solid grey !important;
}

.border-right {
  border-right: 1px solid grey !important;
}

.border-bottom {
  border-bottom: 1px solid grey !important;
}

.border-left {
  border-left: 1px solid grey !important;
}

.no-border {
  border: none !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.text-link {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.text-link:hover, .text-link:active {
  color: blue;
  text-decoration: underline;
}
.text-link.fas, .text-link.far, .text-link.fal, .text-link.fab {
  text-decoration: none;
}
.text-link.fas:hover, .text-link.fas:active, .text-link.far:hover, .text-link.far:active, .text-link.fal:hover, .text-link.fal:active, .text-link.fab:hover, .text-link.fab:active {
  text-decoration: none;
}

.section-header {
  margin: 2rem 0 0.8rem;
}
.section-header h3 {
  line-height: 2.4rem !important;
}
.section-header h4 {
  line-height: 2.4rem !important;
}

.gain,
.positive {
  color: green !important;
}

.loss,
.negative {
  color: red !important;
}

.information {
  color: blue !important;
}

.warning {
  color: orange !important;
}

.required {
  color: darkred !important;
}

.fa-file-excel {
  color: #139e4e;
}

.fa-file-word {
  color: #4476dc;
}

.fa-file-pdf {
  color: #a60404;
}

.description {
  padding-top: 0.6rem;
  line-height: 1.6rem;
  font-weight: normal;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-td {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.truncate-td > span {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-no-wrap {
  white-space: nowrap;
}

.text-wrap {
  white-space: normal;
}

.left-align {
  text-align: left !important;
}
.left-align .ag-header-cell-label {
  float: left !important;
  text-align: left;
}

.right-align {
  text-align: right !important;
}
.right-align .ag-cell-value {
  margin-left: auto;
}
.right-align .ag-header-cell-label {
  flex-direction: row-reverse;
  float: right !important;
}
.right-align .ag-header-cell-label .mat-icon {
  margin-left: 4px;
  margin-right: -4px;
}

.center,
.center-align {
  text-align: center !important;
}
.center .ag-header-cell-label,
.center-align .ag-header-cell-label {
  justify-content: center;
}

.top-align {
  vertical-align: text-top;
}

.bottom-align {
  vertical-align: bottom;
}

.flex-center {
  justify-content: center !important;
}

.justify {
  text-align: justify !important;
}

.text-secondary {
  color: grey;
}

.text-primary {
  color: black;
}

.text-light {
  color: lightgrey;
}

.muted {
  color: grey;
  font-size: 1.1rem;
  padding-top: 8px;
}

.width-xxsmall {
  width: 7rem;
}

.width-xsmall {
  width: 14rem;
}

.width-small {
  width: 20rem;
}

.width-medium {
  width: 26rem;
}

.width-large {
  width: 34rem;
}

.width-xlarge {
  width: 42rem;
}

.width-xxlarge {
  width: 50rem;
}

.width-5 {
  width: 5% !important;
}

.width-10 {
  width: 10% !important;
}

.width-15 {
  width: 15% !important;
}

.width-20 {
  width: 20% !important;
}

.width-25 {
  width: 25% !important;
}

.width-30 {
  width: 30% !important;
}

.width-35 {
  width: 35% !important;
}

.width-40 {
  width: 40% !important;
}

.width-45 {
  width: 45% !important;
}

.width-50 {
  width: 50% !important;
}

.width-55 {
  width: 55% !important;
}

.width-60 {
  width: 60% !important;
}

.width-65 {
  width: 65% !important;
}

.width-70 {
  width: 70% !important;
}

.width-75 {
  width: 75% !important;
}

.width-80 {
  width: 80% !important;
}

.width-85 {
  width: 85% !important;
}

.width-90 {
  width: 90% !important;
}

.width-95 {
  width: 95% !important;
}

.width-100 {
  width: 100% !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-0.mat-button {
  padding-left: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-0.mat-button {
  padding-right: 0px !important;
}

.margin-0 {
  margin: 0px !important;
}

.padding-0 {
  padding: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-5.mat-button {
  padding-left: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-5.mat-button {
  padding-right: 5px !important;
}

.margin-5 {
  margin: 5px !important;
}

.padding-5 {
  padding: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-10.mat-button {
  padding-left: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-10.mat-button {
  padding-right: 10px !important;
}

.margin-10 {
  margin: 10px !important;
}

.padding-10 {
  padding: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-15.mat-button {
  padding-left: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-15.mat-button {
  padding-right: 15px !important;
}

.margin-15 {
  margin: 15px !important;
}

.padding-15 {
  padding: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-20.mat-button {
  padding-left: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-20.mat-button {
  padding-right: 20px !important;
}

.margin-20 {
  margin: 20px !important;
}

.padding-20 {
  padding: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-left-25.mat-button {
  padding-left: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-right-25.mat-button {
  padding-right: 25px !important;
}

.margin-25 {
  margin: 25px !important;
}

.padding-25 {
  padding: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-left-30.mat-button {
  padding-left: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-right-30.mat-button {
  padding-right: 30px !important;
}

.margin-30 {
  margin: 30px !important;
}

.padding-30 {
  padding: 30px !important;
}

.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

.mt-0 {
  margin-top: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.m1 {
  margin: 1px;
}

.p1 {
  padding: 1px;
}

.mt-1 {
  margin-top: 1px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.m2 {
  margin: 2px;
}

.p2 {
  padding: 2px;
}

.mt-2 {
  margin-top: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.m4 {
  margin: 4px;
}

.p4 {
  padding: 4px;
}

.mt-4 {
  margin-top: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.m8 {
  margin: 8px;
}

.p8 {
  padding: 8px;
}

.mt-8 {
  margin-top: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.m12 {
  margin: 12px;
}

.p12 {
  padding: 12px;
}

.mt-12 {
  margin-top: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.m16 {
  margin: 16px;
}

.p16 {
  padding: 16px;
}

.mt-16 {
  margin-top: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.m20 {
  margin: 20px;
}

.p20 {
  padding: 20px;
}

.mt-20 {
  margin-top: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.m24 {
  margin: 24px;
}

.p24 {
  padding: 24px;
}

.mt-24 {
  margin-top: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.m28 {
  margin: 28px;
}

.p28 {
  padding: 28px;
}

.mt-28 {
  margin-top: 28px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.m32 {
  margin: 32px;
}

.p32 {
  padding: 32px;
}

.mt-32 {
  margin-top: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.m36 {
  margin: 36px;
}

.p36 {
  padding: 36px;
}

.mt-36 {
  margin-top: 36px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.pl-36 {
  padding-left: 36px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.m40 {
  margin: 40px;
}

.p40 {
  padding: 40px;
}

.mt-40 {
  margin-top: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.m48 {
  margin: 48px;
}

.p48 {
  padding: 48px;
}

.mt-48 {
  margin-top: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.m56 {
  margin: 56px;
}

.p56 {
  padding: 56px;
}

.mt-56 {
  margin-top: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.m64 {
  margin: 64px;
}

.p64 {
  padding: 64px;
}

.mt-64 {
  margin-top: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.align-center {
  align-items: center;
}

_:-ms-fullscreen .sr-Results_Item-statuscol,
:root .sr-Results_Item-statuscol {
  min-width: 7rem !important;
}
_:-ms-fullscreen .mat-button-wrapper,
:root .mat-button-wrapper {
  position: relative !important;
}
_:-ms-fullscreen .mat-select-panel,
:root .mat-select-panel {
  min-width: inherit !important;
}
_:-ms-fullscreen .cdk-overlay-pane,
:root .cdk-overlay-pane {
  display: block !important;
}
_:-ms-fullscreen .fw-LoaderInter_Anim,
:root .fw-LoaderInter_Anim {
  width: 100% !important;
}
_:-ms-fullscreen .ag-header-cell-label,
:root .ag-header-cell-label {
  white-space: normal !important;
}
_:-ms-fullscreen .mat-form-field .mat-form-field-wrapper .mat-form-field-underline,
_:-ms-fullscreen .mat-form-field .mat-form-field-wrapper .mat-form-field-subscript-wrapper,
_:-ms-fullscreen .mat-form-field .mat-form-field-wrapper .mat-form-field-ripple,
:root .mat-form-field .mat-form-field-wrapper .mat-form-field-underline,
:root .mat-form-field .mat-form-field-wrapper .mat-form-field-subscript-wrapper,
:root .mat-form-field .mat-form-field-wrapper .mat-form-field-ripple {
  position: static !important;
}
_:-ms-fullscreen .fw-Search_Input .mat-input-element::-ms-input-placeholder,
:root .fw-Search_Input .mat-input-element::-ms-input-placeholder {
  color: white !important;
}
_:-ms-fullscreen .grid-ColumnSettings,
:root .grid-ColumnSettings {
  margin-top: 0 !important;
}
_:-ms-fullscreen .hld-AssetHero .ngucarousel .ngucarousel-items .item,
:root .hld-AssetHero .ngucarousel .ngucarousel-items .item {
  max-width: 20%;
}

@media only screen and (max-width : 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

.pershing-sharing-netx360 button {
  text-shadow: none;
  background: none;
}
.pershing-sharing-netx360 h1 {
  color: inherit;
}

.modal {
  margin: initial;
  text-align: initial;
  padding: 0;
}

/*# sourceMappingURL=global.css.map */
