/* mixins */
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 */
/* Theme for the ripple elements.*/
/** The mixins below are shared between mat-menu and mat-select */
/**
 * This mixin adds the correct panel transform styles based
 * on the direction that the menu panel opens.
 */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/**
 * This mixin contains shared option styles between the select and
 * autocomplete components.
 */
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h5, .mat-typography h5 {
  font-size: 11.62px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-h6, .mat-typography h6 {
  font-size: 9.38px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
  .mat-body p, .mat-body-1 p, .mat-typography p {
    margin: 0 0 12px; }

.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px; }

.mat-button, .mat-raised-button, .mat-icon-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card-title {
  font-size: 24px;
  font-weight: 400; }

.mat-card-subtitle,
.mat-card-content,
.mat-card-header .mat-card-title {
  font-size: 14px; }

.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px; }

.mat-chip {
  font-size: 13px;
  line-height: 18px; }
  .mat-chip .mat-chip-remove.mat-icon {
    font-size: 18px; }

.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-header-cell {
  font-size: 12px;
  font-weight: 500; }

.mat-cell {
  font-size: 14px; }

.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-calendar-body {
  font-size: 13px; }

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500; }

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400; }

.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif; }

.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400; }

.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-form-field {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125; }

.mat-form-field-wrapper {
  padding-bottom: 1.25em; }

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125; }

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em; }
  .mat-form-field-prefix .mat-icon-button .mat-icon,
  .mat-form-field-suffix .mat-icon-button .mat-icon {
    height: 1.125em;
    line-height: 1.125; }

.mat-form-field-infix {
  padding: 0.4375em 0;
  border-top: 0.84375em solid transparent; }

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-placeholder-wrapper .mat-form-field-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-placeholder-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em; }

.mat-form-field-placeholder {
  top: 1.28125em; }

.mat-form-field-underline {
  bottom: 1.25em; }

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.54167em;
  top: calc(100% - 1.66667em); }

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px; }
  .mat-grid-tile-header .mat-line,
  .mat-grid-tile-footer .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-grid-tile-header .mat-line:nth-child(n+2),
    .mat-grid-tile-footer .mat-line:nth-child(n+2) {
      font-size: 12px; }

input.mat-input-element {
  margin-top: -0.0625em; }

.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px; }

.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select-trigger {
  height: 1.125em; }

.mat-slide-toggle-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-step-label {
  font-size: 14px;
  font-weight: 400; }

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500; }

.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0; }

.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px; }

.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  font-size: 16px; }
  .mat-list .mat-list-item .mat-line, .mat-nav-list .mat-list-item .mat-line, .mat-selection-list .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 14px; }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  font-size: 16px; }
  .mat-list .mat-list-option .mat-line, .mat-nav-list .mat-list-option .mat-line, .mat-selection-list .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 14px; }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-list[dense] .mat-list-item, .mat-nav-list[dense] .mat-list-item, .mat-selection-list[dense] .mat-list-item {
  font-size: 12px; }
  .mat-list[dense] .mat-list-item .mat-line, .mat-nav-list[dense] .mat-list-item .mat-line, .mat-selection-list[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-list[dense] .mat-list-option, .mat-nav-list[dense] .mat-list-option, .mat-selection-list[dense] .mat-list-option {
  font-size: 12px; }
  .mat-list[dense] .mat-list-option .mat-line, .mat-nav-list[dense] .mat-list-option .mat-line, .mat-selection-list[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader, .mat-selection-list[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }

.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px; }

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500; }

.mat-ripple {
  overflow: hidden; }
  @media screen and (-ms-high-contrast: active) {
    .mat-ripple {
      display: none; } }

.mat-ripple.mat-ripple-unbounded {
  overflow: visible; }

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0); }

.mat-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  outline: none; }
  .mat-option[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-option {
    text-align: right; }
  .mat-option .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-option .mat-icon {
      margin-left: 16px;
      margin-right: 0; }
  .mat-option[aria-disabled='true'] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }
  .mat-optgroup .mat-option:not(.mat-option-multiple) {
    padding-left: 32px; }
    [dir='rtl'] .mat-optgroup .mat-option:not(.mat-option-multiple) {
      padding-left: 16px;
      padding-right: 32px; }

.mat-option-text {
  display: inline-block; }

.mat-option-ripple {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none; }
  @media screen and (-ms-high-contrast: active) {
    .mat-option-ripple {
      opacity: 0.5; } }

.mat-option-pseudo-checkbox {
  margin-right: 8px; }
  [dir='rtl'] .mat-option-pseudo-checkbox {
    margin-left: 8px;
    margin-right: 0; }

.mat-optgroup-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
  .mat-optgroup-label[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-optgroup-label {
    text-align: right; }
  .mat-optgroup-label .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-optgroup-label .mat-icon {
      margin-left: 16px;
      margin-right: 0; }

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.cdk-overlay-container {
  position: fixed;
  z-index: 1000; }

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000; }

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000; }

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0; }
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.48; }

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.6); }

.cdk-overlay-transparent-backdrop {
  background: none; }

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

/*$md-vbpalette: ( 50 : #fce2e6, 100 : #f8b7c1, 200 : #f38898, 300 : #ee586f, 400 : #ea3450, 500 : #e61031, 600 : #e30e2c, 700 : #df0c25, 800 : #db091f, 900 : #ab000b, A100 : #fffdfd, A200 : #ffcacc, A400 : #ff979b, A700 : #ff7e83, contrast: ( 50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000, ) );*/
/*$md-vbpalette: ( 50 : #f4f8fb, 100 : #f2f3f4, 200 : #f3f8fb, 300 : #ee586f, 400 : #475988, 500 : #1d336d, 600 : #1d346d, 700 : #df0c25, 800 : #db091f, 900 : #ab000b, A100 : #fffdfd, A200 : #ffcacc, A400 : #ff979b, A700 : #ff7e83, contrast: ( 50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000, ) );*/
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-option {
  color: rgba(0, 0, 0, 0.87); }
  .mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #1d336d; }
  .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #15275a; }
  .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #3f5283; }
  .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-option.mat-active {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.87); }
  .mat-option.mat-option-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38); }

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54); }
  .mat-pseudo-checkbox::after {
    color: #fafafa; }

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #15275a; }

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #1d336d; }

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #3f5283; }

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0; }

.mat-app-background {
  background-color: #fafafa; }

.mat-theme-loaded-marker {
  display: none; }

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
    background: white; }
    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
      color: rgba(0, 0, 0, 0.87); }

.mat-button, .mat-icon-button {
  background: transparent; }
  .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(29, 51, 109, 0.12); }
  .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(21, 39, 90, 0.12); }
  .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(63, 82, 131, 0.12); }
  .mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay {
    background-color: transparent; }
  .mat-button.mat-primary, .mat-icon-button.mat-primary {
    color: #1d336d; }
  .mat-button.mat-accent, .mat-icon-button.mat-accent {
    color: #15275a; }
  .mat-button.mat-warn, .mat-icon-button.mat-warn {
    color: #3f5283; }
  .mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }

.mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white; }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    color: white; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    color: white; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    color: white; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    background-color: #1d336d; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    background-color: #15275a; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    background-color: #3f5283; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    background-color: rgba(0, 0, 0, 0.12); }
  .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }

.mat-button.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.1); }

.mat-button.mat-accent .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.1); }

.mat-button.mat-warn .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.1); }

.mat-icon-button.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.2); }

.mat-icon-button.mat-accent .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.2); }

.mat-icon-button.mat-warn .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.2); }

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
    background-color: rgba(0, 0, 0, 0.06); }

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54); }

.mat-button-toggle-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #bdbdbd; }

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-checkmark {
  fill: #fafafa; }

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important; }

.mat-checkbox-mixedmark {
  background-color: #fafafa; }

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #1d336d; }

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #15275a; }

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #3f5283; }

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0; }

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0; }

.mat-checkbox-disabled .mat-checkbox-label {
  color: #b0b0b0; }

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.26); }

.mat-chip:not(.mat-basic-chip) {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87); }
  .mat-chip:not(.mat-basic-chip) .mat-chip-remove {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.4; }
  .mat-chip:not(.mat-basic-chip) .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-primary {
  background-color: #1d336d;
  color: white; }
  .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-warn {
  background-color: #3f5283;
  color: white; }
  .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-accent {
  background-color: #15275a;
  color: white; }
  .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-table {
  background: white; }

.mat-row, .mat-header-row {
  border-bottom-color: rgba(0, 0, 0, 0.12); }

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54); }

.mat-cell {
  color: rgba(0, 0, 0, 0.87); }

.mat-datepicker-content {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54); }

.mat-calendar-next-button,
.mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38); }

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12); }

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent; }
  .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38); }

:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-calendar-body-selected {
  background-color: #1d336d;
  color: white; }

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(29, 51, 109, 0.4); }

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white; }

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18); }

.mat-dialog-container {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
  background: rgba(0, 0, 0, 0.04); }

.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-expansion-panel-header[aria-disabled='true'] {
  color: rgba(0, 0, 0, 0.38); }
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title,
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
    color: inherit; }

.mat-form-field {
  width: 200px; }

.mat-form-field-placeholder {
  color: rgba(0, 0, 0, 0.54); }

.mat-hint {
  color: rgba(0, 0, 0, 0.54); }

.mat-focused .mat-form-field-placeholder {
  color: #1d336d; }
  .mat-focused .mat-form-field-placeholder.mat-accent {
    color: #15275a; }
  .mat-focused .mat-form-field-placeholder.mat-warn {
    color: #3f5283; }

.mat-focused .mat-form-field-required-marker {
  color: #15275a; }

.mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42); }
  .mat-form-field-underline.mat-disabled {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
    background-size: 4px 1px;
    background-repeat: repeat-x; }

.mat-form-field-ripple {
  background-color: #1d336d; }
  .mat-form-field-ripple.mat-accent {
    background-color: #15275a; }
  .mat-form-field-ripple.mat-warn {
    background-color: #3f5283; }

.mat-form-field-invalid .mat-form-field-placeholder {
  color: #3f5283; }
  .mat-form-field-invalid .mat-form-field-placeholder.mat-accent,
  .mat-form-field-invalid .mat-form-field-placeholder .mat-form-field-required-marker {
    color: #3f5283; }

.mat-form-field-invalid .mat-form-field-ripple {
  background-color: #3f5283; }

.mat-error {
  color: #3f5283; }

.mat-icon.mat-primary {
  color: #1d336d; }

.mat-icon.mat-accent {
  color: #15275a; }

.mat-icon.mat-warn {
  color: #3f5283; }

.mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.42); }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  color: rgba(0, 0, 0, 0.87); }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  color: rgba(0, 0, 0, 0.87); }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  color: rgba(0, 0, 0, 0.54); }

.mat-list-item-disabled {
  background-color: #eeeeee; }

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-nav-list .mat-list-item {
  outline: none; }
  .mat-nav-list .mat-list-item:hover, .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }

.mat-list-option {
  outline: none; }
  .mat-list-option:hover, .mat-list-option.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }

.mat-menu-panel {
  background: white; }

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87); }
  .mat-menu-item[disabled] {
    color: rgba(0, 0, 0, 0.38); }

.mat-menu-item .mat-icon,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-menu-item:hover:not([disabled]),
.mat-menu-item:focus:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04); }

.mat-paginator {
  background: white; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54); }

.mat-paginator-increment,
.mat-paginator-decrement {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54); }

.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-decrement {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%233f5283%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar-buffer {
  background-color: #3f5283; }

.mat-progress-bar-fill::after {
  background-color: #1d336d; }

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23bbc2d3%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #bbc2d3; }

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #15275a; }

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23bbc2d3%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #bbc2d3; }

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #3f5283; }

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #1d336d; }

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #15275a; }

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #3f5283; }

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38); }

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1d336d; }

.mat-radio-button.mat-primary .mat-radio-inner-circle {
  background-color: #1d336d; }

.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.26); }

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #15275a; }

.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #15275a; }

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.26); }

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f5283; }

.mat-radio-button.mat-warn .mat-radio-inner-circle {
  background-color: #3f5283; }

.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.26); }

.mat-select-disabled .mat-select-value,
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54); }

.mat-select-content, .mat-select-panel-done-animating {
  background: white; }

.mat-select-value {
  color: rgba(0, 0, 0, 0.87); }

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12); }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1d336d; }

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #15275a; }

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #3f5283; }

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #3f5283; }

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54); }

.mat-select.mat-select-disabled .mat-select-arrow {
  color: #3f5283; }

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-drawer.mat-drawer-push {
    background-color: white; }

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6); }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-warn .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-disabled .mat-slide-toggle-thumb {
  background-color: #bdbdbd; }

.mat-disabled .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-slide-toggle-thumb {
  background-color: #fafafa; }

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #1d336d; }

.mat-primary .mat-slider-thumb-label-text {
  color: white; }

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #15275a; }

.mat-accent .mat-slider-thumb-label-text {
  color: white; }

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #3f5283; }

.mat-warn .mat-slider-thumb-label-text {
  color: white; }

.mat-slider-focus-ring {
  background-color: rgba(21, 39, 90, 0.2); }

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12); }

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87); }

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26); }

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7); }

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.38); }

.mat-step-header .mat-step-icon {
  background-color: #1d336d;
  color: white; }

.mat-step-header .mat-step-icon-not-touched {
  background-color: rgba(0, 0, 0, 0.38);
  color: white; }

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87); }

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white; }

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12); }

.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none; }

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87); }
  .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87); }

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-tab-group[class*='mat-background-'] .mat-tab-header,
.mat-tab-nav-bar[class*='mat-background-'] {
  border-bottom: none;
  border-top: none; }

.mat-tab-group.mat-primary .mat-tab-label:focus, .mat-tab-group.mat-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-primary .mat-tab-link:focus {
  background-color: rgba(63, 82, 131, 0.3); }

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1d336d; }

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-accent .mat-tab-label:focus, .mat-tab-group.mat-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-accent .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #15275a; }

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-warn .mat-tab-label:focus, .mat-tab-group.mat-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-warn .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #3f5283; }

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-label:focus, .mat-tab-group.mat-background-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-link:focus {
  background-color: rgba(63, 82, 131, 0.3); }

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #1d336d; }

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-tab-label:focus, .mat-tab-group.mat-background-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #15275a; }

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-tab-label:focus, .mat-tab-group.mat-background-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: #3f5283; }

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87); }
  .mat-toolbar.mat-primary {
    background: #1d336d;
    color: white; }
  .mat-toolbar.mat-accent {
    background: #15275a;
    color: white; }
  .mat-toolbar.mat-warn {
    background: #3f5283;
    color: white; }

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9); }

.mat-snack-bar-container {
  background: #323232;
  color: white; }

.mat-simple-snackbar-action {
  color: #15275a; }

/* variables */
/* mixins */
/* SPIN Animation*/
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(360deg); }
  to {
    -moz-transform: rotate(0deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg); } }

@keyframes spin {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

/* SPIN ENDS*/
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: #1d336d; }

.material-icons.md-dark.md-inactive {
  color: #15275a; }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

/* HTML Elements - START  */
html {
  font-size: 14px; }

p {
  margin: 10px 0; }

label {
  margin: 10px 0;
  display: block;
  font-weight: 600; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

ul.content, .content ul {
  list-style-type: none; }
  ul.content li, .content ul li {
    margin: 5px 0;
    display: flex;
    text-align: justify;
    text-justify: inter-word; }
  ul.content i, .content ul i {
    color: #1d336d;
    font-weight: normal;
    font-size: 18px; }

hr {
  background: #dadada;
  border: 0;
  height: 1px; }

a:hover {
  cursor: pointer; }

/* HTML Elements - END */
/* Colors - START  */
.red {
  color: #1d336d; }

.blue {
  color: #1d336d; }

/* Colors - END */
/* width - START */
.width-100 {
  width: 100%; }

/* width - END */
/* Blocks - START */
.innerContentWithBorder {
  border: #dadada 1px solid;
  padding: 20px 3%; }

.popup-container {
  min-height: 350px; }

.popup-container a {
  text-decoration: underline; }

.content-container {
  padding: 25px;
  position: relative; }

.content-block, .buttons-block {
  margin-bottom: 20px;
  position: relative; }

.content-block-inner {
  margin-bottom: 10px;
  position: relative; }

.buttons-block {
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 0px;
  position: relative; }

.flow-left {
  position: relative;
  float: left; }

.flow-right {
  position: relative;
  float: right; }

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

.position-relative {
  position: relative; }

.flex-display, .content-align-left, .content-align-center, .content-align-right, .content-align-bottom, .modal-container .preview-table-data .top-header, .modal-container .preview-grid-data .top-header, .modal-container .preview-grid-data .bottom-content, .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }

.content-align-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; }

.content-align-center {
  justify-content: center;
  -webkit-justify-content: center; }

.content-align-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.content-align-right button {
  /*margin-left:15px*/ }

.content-align-bottom {
  align-self: flex-end; }

.max-width-600 {
  max-width: 600px; }

.delimiter {
  padding: 36%;
  position: relative;
  top: 23%; }

.delimiterLeft {
  padding-left: 5%;
  padding-right: 90%; }

.delimiterLeftMinWidth {
  min-width: 30px; }

/* Blocks - END */
/* Paddings - START */
.padding-5, .modal-container .tab-section-first {
  padding: 5px;
  position: relative; }

.padding-10, .modal-container .modal-toprow-item, .modal-container .tab-section-first .tab-section-first-column {
  padding: 10px;
  position: relative; }

.padding-15 {
  padding: 15px;
  position: relative; }

.padding-20 {
  padding: 20px;
  position: relative; }

.padding-25 {
  padding: 25px;
  position: relative; }

.padding-35 {
  padding: 35px;
  position: relative; }

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

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

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

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

.padding-top-bottom-20 {
  padding: 20px 0px; }

/* Paddings - END */
/* Margins - START */
.margin-bottom-5 {
  margin-bottom: 5px; }

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

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

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

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

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

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

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

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

.margin-10 {
  margin: 10px; }

.margin-15 {
  margin: 15px; }

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

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

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

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

/* Margins - END */
/* Text Alignment - START */
.text-left-align, .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
  text-align: left; }

.text-right-align {
  text-align: right; }

.text-center-align, .modal-container .tab-section-first .tab-section-first-column, .modal-container .preview-table-data .top-header, .modal-container .preview-table-data .bottom-content, .modal-container .preview-grid-data .top-header, .modal-container .preview-grid-data .bottom-content {
  text-align: center; }

/* Text Alignment - END */
/* Input Elements (Textbox and TextArea) - START */
.textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
  height: 35px;
  padding: 5px;
  border: 1px solid #cdcdcd;
  width: 100%;
  max-width: 600px;
  font-size: 14px; }

.textbox-300 {
  max-width: 300px; }

.textbox-250 {
  max-width: 250px; }

.textbox-150 {
  max-width: 150px; }

.textbox-190 {
  max-width: 190px; }

.textarea {
  height: 100px; }

input[type="text"].ng-dirty.ng-invalid, input[type="email"].ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid {
  color: #ee586f;
  border: 1px solid #617099; }

.validation-message {
  color: #ee586f;
  font-size: 0.85em;
  padding-top: 5px;
  padding-left: 5px; }

/* Input Elements (Textbox and TextArea) - END */
/* Miscellaneous - START */
.annotation {
  font-size: 0.8em;
  color: #999; }

.quote-header {
  font-size: 0.8em; }

.visible-hidden {
  visibility: hidden;
  opacity: 0; }

.rounded-border {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dadada; }

.link {
  text-decoration: underline;
  cursor: pointer; }

.link.strong {
  font-weight: 900; }

/* Miscellaneous - END */
/* Button Styles - START */
.vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  overflow: visible;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-width: 120px;
  min-height: 30px;
  height: auto;
  font-size: 14px;
  border: none;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  padding: 8px 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }

.vb-button-red {
  color: white;
  background-color: #1d336d;
  border-radius: 4px;
  box-shadow: none; }
  .vb-button-red:hover {
    transform: none;
    background: #4d4e4e;
    color: white; }

.vb-button-grey {
  color: #2b3034;
  background-color: #e6e5e5;
  border-radius: 4px;
  box-shadow: none; }
  .vb-button-grey:hover {
    transform: none;
    background: #4d4e4e;
    color: white; }

.vb-button-cyan {
  border-radius: 4px;
  box-shadow: none !important; }
  .vb-button-cyan:hover {
    transform: none !important;
    background: #4d4e4e;
    color: white; }

.vb-button[disabled], [disabled].vb-button-red, [disabled].vb-button-grey, [disabled].vb-button-cyan {
  opacity: 0.5;
  transform: none; }
  .vb-button[disabled]:hover, [disabled].vb-button-red:hover, [disabled].vb-button-grey:hover, [disabled].vb-button-cyan:hover {
    transform: none !important;
    -webkit-transform: none;
    /* Safari and Chrome */
    -moz-transform: none;
    /* Firefox */
    -ms-transform: none;
    /* IE 9 */
    -o-transform: none;
    /* Opera */ }

.vb-button-link {
  display: block;
  text-transform: uppercase;
  height: 32px;
  justify-content: center;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 10px; }

.vb-button-icon {
  background-color: #1d336d;
  color: #fff;
  border: none;
  cursor: pointer; }

.md-dialog-close-button:hover {
  cursor: pointer; }

.hover-pointer:hover {
  cursor: pointer; }

/* Button Styles - END */
/* Modal Dialog - START */
.cdk-overlay-backdrop, .cdk-overlay-dark-backdrop {
  background-color: black; }

@media screen and (max-width: 480px) {
  .cdk-overlay-pane {
    left: 0px !important; } }

md-dialog-content.mat-dialog-content {
  max-height: none;
  overflow: hidden;
  /*max-height: 72vh;

    @media screen and (max-width: 599px) {
        max-height: 90vh;
    }

    @media screen and (min-width: 600px) and (max-width: 959px) {
        max-height: 90vh;
    }*/ }

.mat-dialog-header.white {
  background-color: #fff;
  color: #000;
  padding: 25px 0px 15px 25px; }

.modal-container {
  padding: 24px;
  background-color: #fff;
  /*max-width: 1200px;*/
  /*max-height: 900px;
    overflow: auto;*/ }
  .modal-container .modal-title {
    font-weight: 800; }
  .modal-container .modal-icons .material-icons {
    padding: 0 0.6em; }
    .modal-container .modal-icons .material-icons.help {
      color: #1d346d; }
  .modal-container .modal-section-first {
    margin: 0 -10px 0px -10px; }
  .modal-container .tab-section-first {
    background-color: #4e4e4e;
    color: #fff; }
  .modal-container .tab-section-first.grayout {
    color: #666 !important; }
  .modal-container .tab-stock-lookup-price {
    font-size: 1.3em; }
  .modal-container .tab-content-block {
    border: 1px solid rgba(42, 42, 42, 0.17);
    margin-bottom: 0px; }
  .modal-container .ratio-green {
    color: #19C403;
    font-size: 1.3em;
    position: relative;
    bottom: 3px;
    margin-left: 15px; }
  .modal-container .ratio-red {
    color: #3f5283;
    font-size: 1.3em;
    position: relative;
    bottom: 3px;
    margin-left: 15px; }
  .modal-container .updown-arrow-icon {
    position: relative;
    top: 8px; }
  .modal-container .tab-stock-date-volume {
    display: inline-block;
    padding-right: 10px;
    font-size: 0.8em; }
  .modal-container .tab-stock-icon-refresh {
    display: inline-block;
    color: #1d336d; }
  .modal-container .tab-stock-icon-refresh:hover {
    color: #fff;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    -webkit-transform-origin: 50% 58%;
    transform-origin: 50% 58%;
    -ms-transform-origin: 50% 58%;
    /* IE 9 */ }
  .modal-container .search-link {
    color: #1d336d;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none; }
  .modal-container .search-link.header-link {
    margin-right: 7px; }
  .modal-container .search-icon {
    display: inline-block;
    position: absolute;
    top: 54px;
    right: 16px;
    color: #1d336d; }
  .modal-container .option-search-icon {
    display: inline-block;
    position: absolute;
    top: 42px;
    right: 22px; }
  .modal-container .primary-security-detail-table {
    min-height: 375px; }
  .modal-container .preview-table-data {
    border: solid 1px rgba(42, 42, 42, 0.17); }
    .modal-container .preview-table-data .top-header {
      background-color: #f5f5f5;
      min-height: 45px;
      font-weight: 700;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .modal-container .preview-table-data .bottom-content {
      padding: 10px 0; }
  .modal-container .preview-grid-data .top-header {
    background-color: #f5f5f5;
    min-height: 30px;
    font-weight: 700;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .modal-container .preview-grid-data .bottom-content {
    min-height: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .modal-container .preview-grid-data .right-content-container {
    border-left: 1px solid rgba(42, 42, 42, 0.17); }
  .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
    min-height: 30px;
    justify-content: left;
    -webkit-justify-content: left;
    -webkit-align-items: left;
    align-items: left; }
  .modal-container .preview-grid-data .left-header {
    font-weight: 700;
    /*min-width: 150px;*/ }
  .modal-container .table-border .preview-grid-data {
    border: solid 1px rgba(42, 42, 42, 0.17); }
  .modal-container .info-icon {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin: 5px;
    color: #1d336d; }
  .modal-container .content-min-width {
    min-width: 320px; }
    @media screen and (max-width: 599px) {
      .modal-container .content-min-width {
        min-width: 272px; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      .modal-container .content-min-width {
        min-width: 600px; } }
    @media screen and (min-width: 960px) and (max-width: 1279px) {
      .modal-container .content-min-width {
        min-width: 900px; } }
    @media screen and (min-width: 1280px) and (max-width: 1919px) {
      .modal-container .content-min-width {
        min-width: 1150px; } }
    @media screen and (min-width: 1920px) and (max-width: 5000px) {
      .modal-container .content-min-width {
        min-width: 1150px; } }

.modal-container-max-width {
  max-width: 1200px; }

.hideTabs > * > .mat-tab-header {
  display: none; }

.modal-container .hideStockHeader {
  display: none; }

/* Modal Dialog - END */
/* Material Icons - END */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* Material Icons - END */
/* Overriding Material Styles - Dialog - START */
.mat-dialog-container {
  max-width: 100vw !important;
  max-height: 100vh !important;
  background: none; }

.mat-calendar-header {
  padding-left: 10% !important; }

.mat-calendar-content {
  padding-left: 10% !important;
  padding-right: 10% !important; }

.mat-datepicker-content-touch {
  overflow: hidden !important; }

.mat-dialog-padding {
  padding: 25px; }

/* Overriding Material Styles - Dialog - END */
/* Overriding Material Styles - Tabs - START */
.mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  color: #183271;
  font-weight: 600;
  min-width: 125px !important; }
  .mat-tab-label:focus {
    background-color: #183271 !important; }

.mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.mat-tab-header {
  border-bottom-color: #183271;
  background: white; }

.mat-ink-bar {
  display: none; }

/* Overriding Material Styles - Tabs - END */
/* Overriding Material Styles - TradingMain - Tabs - START */
.tabsMain .mat-tab-label {
  opacity: 1 !important;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 16px !important;
  color: #183271;
  font-weight: 600;
  min-width: 160px !important;
  height: 50px; }
  .tabsMain .mat-tab-label:focus {
    background-color: #183271 !important; }

.tabsMain .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsMain .mat-tab-label:hover {
  background: #183271;
  color: #ffffff; }

.tabsMain .mat-tab-header {
  border-bottom: solid 3px #f2f3f4;
  border-bottom-color: #183271;
  background: white;
  height: 50px; }

.userRestricted-tab .mat-tab-label:nth-child(2) {
  display: none; }

.userRestricted-tab .mat-tab-label:nth-child(3) {
  display: none; }

.tabsMain .mat-tab-disabled {
  display: none; }

.tabsMain .mat-ink-bar {
  display: none; }

/* Overriding Material Styles - TradingMain -Tabs - END */
/* Overriding Material Styles - TradingSub - Tabs - START */
.tabsSub .mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  font-weight: 600;
  font-size: 12px !important;
  color: #183271;
  min-width: 125px !important;
  height: 40px;
  padding: 10px; }
  .tabsSub .mat-tab-label:focus {
    background-color: #183271 !important; }

.tabsSub .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsSub .mat-tab-header {
  border-bottom: none;
  height: 40px; }

.tabsSub .mat-ink-bar {
  display: none; }

.tabsNewStock .mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  font-weight: 600;
  font-size: 12px !important;
  color: #183271;
  min-width: 100px !important;
  height: 30px !important;
  padding: 10px; }

.tabsNewStock .mat-tab-label:focus {
  background-color: #183271 !important; }

.tabsNewStock .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsNewStock .mat-tab-header {
  border-bottom: none;
  height: 30px !important; }

.tabsNewStock .mat-ink-bar {
  display: none; }

/* Overriding Material Styles - TradingMain -Tabs - END */
/* Overriding Material Styles - Select Dropdown - START */
/*.mat-select {
    width: 100%;
    max-width: 600px;
    height: 35px;
}*/
.mat-form-field {
  height: 35px;
  width: 100%;
  max-width: 600px; }
  .mat-form-field .mat-form-field-infix {
    border-top: 0.3125em; }
    .mat-form-field .mat-form-field-infix label.mat-form-field-placeholder {
      margin: 0; }

.mat-input-container {
  width: 100%;
  max-width: 600px; }

.mat-select-value {
  font-size: 14px; }

.mat-option {
  font-size: 14px !important;
  height: 40px; }

.mat-select-placeholder.mat-floating-placeholder {
  opacity: 0 !important; }

/* Overriding Material Styles - Select Dropdown - END */
/* Overriding Material Styles - Radio Button Group - START */
.mat-radio-group .mat-radio-button {
  margin-right: 10px; }

/* Overriding Material Styles - Radio Button Group - END */
/* Overriding Material Styles - Pagination - START */
@media screen and (max-width: 599px) {
  .mat-paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center; } }

@media screen and (min-width: 600px) and (max-width: 959px) {
  .mat-paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center; } }

.mat-paginator-decrement, .mat-paginator-increment {
  border-top: 2px solid #666;
  border-right: 2px solid #666; }

.mat-datepicker-toggle {
  position: absolute;
  top: 0;
  right: 6px; }

/*.mat-paginator-page-size-label {
    width: 150px;
}*/
.mat-paginator .mat-form-field {
  width: 112px; }

.mat-paginator-range-label {
  margin: 0 5px !important; }

mat-expansion-panel-header {
  height: 48px; }

.mat-expansion-panel-header:hover {
  background-color: #1d336d !important; }

.mat-expansion-panel-header-title:hover {
  color: white; }

.mat-expansion-panel-header-title {
  color: #1d336d; }

/* Overriding Material Styles - Pagination - END */
/* Banking pages styles - START    */
.link-float-right {
  position: relative;
  float: right;
  z-index: 1;
  padding: 7px; }

.header-right-link {
  align-items: center;
  display: inline-block;
  text-decoration: none;
  color: #1d336d; }

.header-right-link span {
  text-decoration: underline;
  display: inline-block;
  vertical-align: top; }

.checkboxLabel {
  display: inline;
  text-align: justify;
  text-justify: inter-word;
  margin-left: 10px; }

.red-label {
  color: #1d336d; }

/* Banking pages styles - END    */
/* =======================================================================live chat STARTS*/
#live-chat-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  right: 135px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#live-chat-button:hover {
  background: #f3f8fb; }

#live-chat-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#live-chat-button i {
  font-size: 12px;
  margin-right: 7px; }

#live-chat-button.fixed {
  position: fixed;
  bottom: 0; }

/* =======================================================================live chat end*/
/* =======================================================================support centre STARTS*/
#support-centre-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  right: 305px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#support-centre-button:hover {
  background: #343a3f; }

#support-centre-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#support-centre-button i {
  font-size: 12px;
  margin-right: 7px; }

#support-centre-button.fixed {
  position: fixed;
  bottom: 0; }

/* =======================================================================support center button end*/
#side-menu-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  left: 10px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#side-menu-button:hover {
  background: #343a3f; }

#side-menu-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#side-menu-button i {
  font-size: 12px;
  margin-right: 7px; }

#side-menu-button.fixed {
  position: fixed;
  bottom: 0; }

.grey-row {
  background-color: #f2f2f2;
  padding: 25px; }

@media (max-width: 767px) {
  .grey-row {
    background-color: #f2f2f2;
    padding: 15px; } }

.dialog.notice-content {
  background-color: #fff; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-header {
    color: #1d336d;
    font-size: 22px;
    text-transform: none;
    font-weight: 600; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-first {
    border: 1px solid;
    border-color: #000 !important;
    padding: 10px; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-first .blue-click-here {
      color: blue;
      text-decoration: underline; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second {
    border: 1px solid;
    border-color: #000 !important;
    padding: 10px; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .notice-second-header {
      color: #000;
      font-size: 16px;
      text-transform: none;
      font-weight: 600;
      border-bottom: none; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .grey-new-ticket {
      font-weight: 800;
      color: grey;
      text-decoration: underline; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .blue-click-here {
      color: blue;
      text-decoration: underline; }
  .dialog.notice-content .mat-dialog-actions.notice-dialog-actions {
    border: none;
    padding: 0px;
    margin: initial !important; }
    .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns {
      width: 100%;
      text-align: center; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-dontshow-btn {
        color: #1d336d !important;
        font-weight: 800;
        text-decoration: none !important;
        cursor: pointer;
        float: left; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .vb-button-red.broker-dontshow-btn {
        float: left; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .vb-button-grey.broker-continue-btn {
        float: right; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-remindme-btn {
        color: #000;
        font-weight: 800;
        text-decoration: none !important;
        cursor: pointer; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-givemewave-btn {
        color: blue !important;
        font-weight: 800;
        text-decoration: underline;
        cursor: pointer;
        float: right; }

.font-weight-800 {
  font-weight: 800; }

.text-transform-none {
  text-transform: none; }

.text-decoration-none {
  text-decoration: none; }

.padding-40 {
  padding: 40px; }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 12px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; } }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1) {
  #tabsTrade .mat-tab-label {
    font-size: 12px;
    padding: 10px; } }

@media screen and (min-width: 1280px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .tabsMain .mat-tab-label {
    font-size: 12px;
    padding: 10px;
    height: 30px; }
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 10px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; } }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1) {
  #tabsTrade .mat-tab-label {
    font-size: 12px;
    padding: 10px; } }

@media screen and (min-width: 1280px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .tabsMain .mat-tab-label {
    font-size: 12px;
    padding: 10px;
    height: 30px; }
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 10px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; }
  .tabsMain .mat-tab-label {
    font-size: 14px;
    padding: 10px; }
  .tabsMain .mat-tab-header {
    height: 30px; } }

.login {
  background: url(../assets/login-bkgrd.png) no-repeat 0 0;
  background-size: cover; }
  .login .login-header {
    min-height: 75px;
    width: 100%;
    background: #1d336d;
    border-bottom: 1px solid #f2f3f4;
    color: #ffffff;
    padding: 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    .login .login-header .open-account {
      padding: 0 13px; }
      .login .login-header .open-account .header-link {
        color: white;
        display: inline-block;
        height: 16px;
        overflow: hidden;
        padding: 0;
        text-decoration: none; }
        .login .login-header .open-account .header-link:before {
          content: "["; }
        .login .login-header .open-account .header-link:after {
          content: "]"; }
        .login .login-header .open-account .header-link .animate {
          -webkit-transition: transform 0.3s;
          -moz-transition: transform 0.3s;
          -o-transition: transform 0.3s;
          transition: transform 0.3s;
          display: inline-block;
          font-weight: 700;
          padding: 0 5px;
          text-transform: uppercase;
          position: relative; }
          .login .login-header .open-account .header-link .animate:before {
            content: attr(data-text);
            font-weight: 700;
            left: 0;
            position: absolute;
            top: 105%;
            text-align: center;
            width: 100%; }
          .login .login-header .open-account .header-link .animate:hover {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%); }
  .login .login-body {
    height: 558px;
    margin: 50px 0;
    width: 477px;
    /*background-image: linear-gradient(21deg, #1e1e1e 0%, #4a4a4a 100%);
        box-shadow: 2.3px 3.3px 13px rgba(0, 0, 0, 0.41);*/
    background: #ffffff; }
    .login .login-body input[type="submit"]:disabled {
      color: white;
      background: #4d4e4e; }
    .login .login-body .links a {
      color: #1d336d; }
    .login .login-body h1, .login .login-body .title, .login .login-body .question {
      width: 352px;
      margin: 20px auto;
      text-align: center;
      color: #1d346d; }
    .login .login-body .login-label {
      width: 352px;
      margin: 20px auto;
      text-align: left;
      color: #1d346d; }
    .login .login-body span {
      color: #fff; }
    .login .login-body img {
      margin: 55px 0 20px;
      width: 175px;
      align-self: center; }
    .login .login-body .login-form {
      margin: 0 auto 0;
      width: 352px; }
      .login .login-body .login-form input:not([type="submit"]):not([type="checkbox"]), .login .login-body .login-form select {
        height: 51px;
        width: 100%;
        border: 1px solid gainsboro;
        padding-left: 17px; }
      .login .login-body .login-form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        color: #717171;
        margin-bottom: 29px; }
      .login .login-body .login-form .validation-message {
        height: 21px;
        margin-bottom: 8px; }
        .login .login-body .login-form .validation-message span {
          color: inherit; }
    .login .login-body .red-button {
      background-color: #1d336d;
      border: none;
      border-radius: 3px;
      box-shadow: none;
      color: white;
      cursor: pointer;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin: 0 auto 20px;
      width: 250px;
      height: 40px; }
    .login .login-body .links {
      align-self: center; }
      .login .login-body .links a, .login .login-body .links span {
        letter-spacing: 0.1em;
        text-decoration: none;
        color: #6f6f6f;
        line-height: 41px;
        text-align: center; }
      .login .login-body .links span {
        margin: 0 11px; }
  .login .login-footer {
    width: 100%; }

@media screen and (max-width: 480px) {
  .login .login-body {
    height: 558px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 350px; }
    .login .login-body h1, .login .login-body .title, .login .login-body .question, .login .login-body span {
      width: 290px; }
    .login .login-body .login-form {
      width: 290px; }
    .login .login-body .links span {
      display: none; } }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .login .login-body {
    height: 475px;
    margin: 100px 0;
    width: 470px; }
    .login .login-body h1, .login .login-body .title, .login .login-body .question, .login .login-body span {
      width: 290px; }
    .login .login-body .login-form {
      width: 290px; }
    .login .login-body .links a {
      font-size: 12px; }
    .login .login-body .links span {
      width: 10px; }
  .login .login-footer {
    font-size: 10px; } }
/* mixins */
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 */
/* Theme for the ripple elements.*/
/** The mixins below are shared between mat-menu and mat-select */
/**
 * This mixin adds the correct panel transform styles based
 * on the direction that the menu panel opens.
 */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/**
 * This mixin contains shared option styles between the select and
 * autocomplete components.
 */
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h5, .mat-typography h5 {
  font-size: 11.62px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-h6, .mat-typography h6 {
  font-size: 9.38px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
  .mat-body p, .mat-body-1 p, .mat-typography p {
    margin: 0 0 12px; }

.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px; }

.mat-button, .mat-raised-button, .mat-icon-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card-title {
  font-size: 24px;
  font-weight: 400; }

.mat-card-subtitle,
.mat-card-content,
.mat-card-header .mat-card-title {
  font-size: 14px; }

.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px; }

.mat-chip {
  font-size: 13px;
  line-height: 18px; }
  .mat-chip .mat-chip-remove.mat-icon {
    font-size: 18px; }

.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-header-cell {
  font-size: 12px;
  font-weight: 500; }

.mat-cell {
  font-size: 14px; }

.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-calendar-body {
  font-size: 13px; }

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500; }

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400; }

.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif; }

.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400; }

.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-form-field {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125; }

.mat-form-field-wrapper {
  padding-bottom: 1.25em; }

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125; }

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em; }
  .mat-form-field-prefix .mat-icon-button .mat-icon,
  .mat-form-field-suffix .mat-icon-button .mat-icon {
    height: 1.125em;
    line-height: 1.125; }

.mat-form-field-infix {
  padding: 0.4375em 0;
  border-top: 0.84375em solid transparent; }

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-placeholder-wrapper .mat-form-field-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-placeholder-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em; }

.mat-form-field-placeholder {
  top: 1.28125em; }

.mat-form-field-underline {
  bottom: 1.25em; }

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.54167em;
  top: calc(100% - 1.66667em); }

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px; }
  .mat-grid-tile-header .mat-line,
  .mat-grid-tile-footer .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-grid-tile-header .mat-line:nth-child(n+2),
    .mat-grid-tile-footer .mat-line:nth-child(n+2) {
      font-size: 12px; }

input.mat-input-element {
  margin-top: -0.0625em; }

.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px; }

.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select-trigger {
  height: 1.125em; }

.mat-slide-toggle-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-step-label {
  font-size: 14px;
  font-weight: 400; }

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500; }

.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0; }

.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px; }

.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  font-size: 16px; }
  .mat-list .mat-list-item .mat-line, .mat-nav-list .mat-list-item .mat-line, .mat-selection-list .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 14px; }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  font-size: 16px; }
  .mat-list .mat-list-option .mat-line, .mat-nav-list .mat-list-option .mat-line, .mat-selection-list .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 14px; }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-list[dense] .mat-list-item, .mat-nav-list[dense] .mat-list-item, .mat-selection-list[dense] .mat-list-item {
  font-size: 12px; }
  .mat-list[dense] .mat-list-item .mat-line, .mat-nav-list[dense] .mat-list-item .mat-line, .mat-selection-list[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-list[dense] .mat-list-option, .mat-nav-list[dense] .mat-list-option, .mat-selection-list[dense] .mat-list-option {
  font-size: 12px; }
  .mat-list[dense] .mat-list-option .mat-line, .mat-nav-list[dense] .mat-list-option .mat-line, .mat-selection-list[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader, .mat-selection-list[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }

.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px; }

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500; }

.mat-ripple {
  overflow: hidden; }
  @media screen and (-ms-high-contrast: active) {
    .mat-ripple {
      display: none; } }

.mat-ripple.mat-ripple-unbounded {
  overflow: visible; }

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0); }

.mat-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  outline: none; }
  .mat-option[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-option {
    text-align: right; }
  .mat-option .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-option .mat-icon {
      margin-left: 16px;
      margin-right: 0; }
  .mat-option[aria-disabled='true'] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }
  .mat-optgroup .mat-option:not(.mat-option-multiple) {
    padding-left: 32px; }
    [dir='rtl'] .mat-optgroup .mat-option:not(.mat-option-multiple) {
      padding-left: 16px;
      padding-right: 32px; }

.mat-option-text {
  display: inline-block; }

.mat-option-ripple {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none; }
  @media screen and (-ms-high-contrast: active) {
    .mat-option-ripple {
      opacity: 0.5; } }

.mat-option-pseudo-checkbox {
  margin-right: 8px; }
  [dir='rtl'] .mat-option-pseudo-checkbox {
    margin-left: 8px;
    margin-right: 0; }

.mat-optgroup-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
  .mat-optgroup-label[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-optgroup-label {
    text-align: right; }
  .mat-optgroup-label .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-optgroup-label .mat-icon {
      margin-left: 16px;
      margin-right: 0; }

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.cdk-overlay-container {
  position: fixed;
  z-index: 1000; }

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000; }

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000; }

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0; }
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.48; }

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.6); }

.cdk-overlay-transparent-backdrop {
  background: none; }

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

/*$md-vbpalette: ( 50 : #fce2e6, 100 : #f8b7c1, 200 : #f38898, 300 : #ee586f, 400 : #ea3450, 500 : #e61031, 600 : #e30e2c, 700 : #df0c25, 800 : #db091f, 900 : #ab000b, A100 : #fffdfd, A200 : #ffcacc, A400 : #ff979b, A700 : #ff7e83, contrast: ( 50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000, ) );*/
/*$md-vbpalette: ( 50 : #f4f8fb, 100 : #f2f3f4, 200 : #f3f8fb, 300 : #ee586f, 400 : #475988, 500 : #1d336d, 600 : #1d346d, 700 : #df0c25, 800 : #db091f, 900 : #ab000b, A100 : #fffdfd, A200 : #ffcacc, A400 : #ff979b, A700 : #ff7e83, contrast: ( 50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000, ) );*/
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-option {
  color: rgba(0, 0, 0, 0.87); }
  .mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #1d336d; }
  .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #15275a; }
  .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #3f5283; }
  .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-option.mat-active {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.87); }
  .mat-option.mat-option-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38); }

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54); }
  .mat-pseudo-checkbox::after {
    color: #fafafa; }

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #15275a; }

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #1d336d; }

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #3f5283; }

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0; }

.mat-app-background {
  background-color: #fafafa; }

.mat-theme-loaded-marker {
  display: none; }

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
    background: white; }
    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
      color: rgba(0, 0, 0, 0.87); }

.mat-button, .mat-icon-button {
  background: transparent; }
  .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(29, 51, 109, 0.12); }
  .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(21, 39, 90, 0.12); }
  .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(63, 82, 131, 0.12); }
  .mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay {
    background-color: transparent; }
  .mat-button.mat-primary, .mat-icon-button.mat-primary {
    color: #1d336d; }
  .mat-button.mat-accent, .mat-icon-button.mat-accent {
    color: #15275a; }
  .mat-button.mat-warn, .mat-icon-button.mat-warn {
    color: #3f5283; }
  .mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }

.mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white; }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    color: white; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    color: white; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    color: white; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    background-color: #1d336d; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    background-color: #15275a; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    background-color: #3f5283; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    background-color: rgba(0, 0, 0, 0.12); }
  .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }

.mat-button.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.1); }

.mat-button.mat-accent .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.1); }

.mat-button.mat-warn .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.1); }

.mat-icon-button.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.2); }

.mat-icon-button.mat-accent .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.2); }

.mat-icon-button.mat-warn .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.2); }

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
    background-color: rgba(0, 0, 0, 0.06); }

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54); }

.mat-button-toggle-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #bdbdbd; }

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-checkmark {
  fill: #fafafa; }

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important; }

.mat-checkbox-mixedmark {
  background-color: #fafafa; }

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #1d336d; }

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #15275a; }

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #3f5283; }

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0; }

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0; }

.mat-checkbox-disabled .mat-checkbox-label {
  color: #b0b0b0; }

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.26); }

.mat-chip:not(.mat-basic-chip) {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87); }
  .mat-chip:not(.mat-basic-chip) .mat-chip-remove {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.4; }
  .mat-chip:not(.mat-basic-chip) .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-primary {
  background-color: #1d336d;
  color: white; }
  .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-warn {
  background-color: #3f5283;
  color: white; }
  .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-accent {
  background-color: #15275a;
  color: white; }
  .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-table {
  background: white; }

.mat-row, .mat-header-row {
  border-bottom-color: rgba(0, 0, 0, 0.12); }

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54); }

.mat-cell {
  color: rgba(0, 0, 0, 0.87); }

.mat-datepicker-content {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54); }

.mat-calendar-next-button,
.mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38); }

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12); }

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent; }
  .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38); }

:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-calendar-body-selected {
  background-color: #1d336d;
  color: white; }

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(29, 51, 109, 0.4); }

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white; }

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18); }

.mat-dialog-container {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
  background: rgba(0, 0, 0, 0.04); }

.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-expansion-panel-header[aria-disabled='true'] {
  color: rgba(0, 0, 0, 0.38); }
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title,
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
    color: inherit; }

.mat-form-field {
  width: 200px; }

.mat-form-field-placeholder {
  color: rgba(0, 0, 0, 0.54); }

.mat-hint {
  color: rgba(0, 0, 0, 0.54); }

.mat-focused .mat-form-field-placeholder {
  color: #1d336d; }
  .mat-focused .mat-form-field-placeholder.mat-accent {
    color: #15275a; }
  .mat-focused .mat-form-field-placeholder.mat-warn {
    color: #3f5283; }

.mat-focused .mat-form-field-required-marker {
  color: #15275a; }

.mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42); }
  .mat-form-field-underline.mat-disabled {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
    background-size: 4px 1px;
    background-repeat: repeat-x; }

.mat-form-field-ripple {
  background-color: #1d336d; }
  .mat-form-field-ripple.mat-accent {
    background-color: #15275a; }
  .mat-form-field-ripple.mat-warn {
    background-color: #3f5283; }

.mat-form-field-invalid .mat-form-field-placeholder {
  color: #3f5283; }
  .mat-form-field-invalid .mat-form-field-placeholder.mat-accent,
  .mat-form-field-invalid .mat-form-field-placeholder .mat-form-field-required-marker {
    color: #3f5283; }

.mat-form-field-invalid .mat-form-field-ripple {
  background-color: #3f5283; }

.mat-error {
  color: #3f5283; }

.mat-icon.mat-primary {
  color: #1d336d; }

.mat-icon.mat-accent {
  color: #15275a; }

.mat-icon.mat-warn {
  color: #3f5283; }

.mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.42); }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  color: rgba(0, 0, 0, 0.87); }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  color: rgba(0, 0, 0, 0.87); }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  color: rgba(0, 0, 0, 0.54); }

.mat-list-item-disabled {
  background-color: #eeeeee; }

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-nav-list .mat-list-item {
  outline: none; }
  .mat-nav-list .mat-list-item:hover, .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }

.mat-list-option {
  outline: none; }
  .mat-list-option:hover, .mat-list-option.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }

.mat-menu-panel {
  background: white; }

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87); }
  .mat-menu-item[disabled] {
    color: rgba(0, 0, 0, 0.38); }

.mat-menu-item .mat-icon,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-menu-item:hover:not([disabled]),
.mat-menu-item:focus:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04); }

.mat-paginator {
  background: white; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54); }

.mat-paginator-increment,
.mat-paginator-decrement {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54); }

.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-decrement {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%233f5283%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar-buffer {
  background-color: #3f5283; }

.mat-progress-bar-fill::after {
  background-color: #1d336d; }

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23bbc2d3%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #bbc2d3; }

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #15275a; }

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23bbc2d3%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #bbc2d3; }

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #3f5283; }

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #1d336d; }

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #15275a; }

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #3f5283; }

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38); }

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1d336d; }

.mat-radio-button.mat-primary .mat-radio-inner-circle {
  background-color: #1d336d; }

.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.26); }

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #15275a; }

.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #15275a; }

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.26); }

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f5283; }

.mat-radio-button.mat-warn .mat-radio-inner-circle {
  background-color: #3f5283; }

.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.26); }

.mat-select-disabled .mat-select-value,
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54); }

.mat-select-content, .mat-select-panel-done-animating {
  background: white; }

.mat-select-value {
  color: rgba(0, 0, 0, 0.87); }

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12); }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1d336d; }

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #15275a; }

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #3f5283; }

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #3f5283; }

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54); }

.mat-select.mat-select-disabled .mat-select-arrow {
  color: #3f5283; }

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-drawer.mat-drawer-push {
    background-color: white; }

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6); }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-warn .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-disabled .mat-slide-toggle-thumb {
  background-color: #bdbdbd; }

.mat-disabled .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-slide-toggle-thumb {
  background-color: #fafafa; }

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #1d336d; }

.mat-primary .mat-slider-thumb-label-text {
  color: white; }

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #15275a; }

.mat-accent .mat-slider-thumb-label-text {
  color: white; }

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #3f5283; }

.mat-warn .mat-slider-thumb-label-text {
  color: white; }

.mat-slider-focus-ring {
  background-color: rgba(21, 39, 90, 0.2); }

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12); }

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87); }

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26); }

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7); }

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.38); }

.mat-step-header .mat-step-icon {
  background-color: #1d336d;
  color: white; }

.mat-step-header .mat-step-icon-not-touched {
  background-color: rgba(0, 0, 0, 0.38);
  color: white; }

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87); }

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white; }

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12); }

.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none; }

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87); }
  .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87); }

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-tab-group[class*='mat-background-'] .mat-tab-header,
.mat-tab-nav-bar[class*='mat-background-'] {
  border-bottom: none;
  border-top: none; }

.mat-tab-group.mat-primary .mat-tab-label:focus, .mat-tab-group.mat-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-primary .mat-tab-link:focus {
  background-color: rgba(63, 82, 131, 0.3); }

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1d336d; }

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-accent .mat-tab-label:focus, .mat-tab-group.mat-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-accent .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #15275a; }

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-warn .mat-tab-label:focus, .mat-tab-group.mat-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-warn .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #3f5283; }

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-label:focus, .mat-tab-group.mat-background-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-link:focus {
  background-color: rgba(63, 82, 131, 0.3); }

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #1d336d; }

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-tab-label:focus, .mat-tab-group.mat-background-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #15275a; }

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-tab-label:focus, .mat-tab-group.mat-background-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: #3f5283; }

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87); }
  .mat-toolbar.mat-primary {
    background: #1d336d;
    color: white; }
  .mat-toolbar.mat-accent {
    background: #15275a;
    color: white; }
  .mat-toolbar.mat-warn {
    background: #3f5283;
    color: white; }

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9); }

.mat-snack-bar-container {
  background: #323232;
  color: white; }

.mat-simple-snackbar-action {
  color: #15275a; }

/* variables */
/* mixins */
/* SPIN Animation*/
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(360deg); }
  to {
    -moz-transform: rotate(0deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg); } }

@keyframes spin {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

/* SPIN ENDS*/
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: #1d336d; }

.material-icons.md-dark.md-inactive {
  color: #15275a; }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

/* HTML Elements - START  */
html {
  font-size: 14px; }

p {
  margin: 10px 0; }

label {
  margin: 10px 0;
  display: block;
  font-weight: 600; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

ul.content, .content ul {
  list-style-type: none; }
  ul.content li, .content ul li {
    margin: 5px 0;
    display: flex;
    text-align: justify;
    text-justify: inter-word; }
  ul.content i, .content ul i {
    color: #1d336d;
    font-weight: normal;
    font-size: 18px; }

hr {
  background: #dadada;
  border: 0;
  height: 1px; }

a:hover {
  cursor: pointer; }

/* HTML Elements - END */
/* Colors - START  */
.red {
  color: #1d336d; }

.blue {
  color: #1d336d; }

/* Colors - END */
/* width - START */
.width-100 {
  width: 100%; }

/* width - END */
/* Blocks - START */
.innerContentWithBorder {
  border: #dadada 1px solid;
  padding: 20px 3%; }

.popup-container {
  min-height: 350px; }

.popup-container a {
  text-decoration: underline; }

.content-container {
  padding: 25px;
  position: relative; }

.content-block, .buttons-block {
  margin-bottom: 20px;
  position: relative; }

.content-block-inner {
  margin-bottom: 10px;
  position: relative; }

.buttons-block {
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 0px;
  position: relative; }

.flow-left {
  position: relative;
  float: left; }

.flow-right {
  position: relative;
  float: right; }

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

.position-relative {
  position: relative; }

.flex-display, .content-align-left, .content-align-center, .content-align-right, .content-align-bottom, .modal-container .preview-table-data .top-header, .modal-container .preview-grid-data .top-header, .modal-container .preview-grid-data .bottom-content, .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }

.content-align-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; }

.content-align-center {
  justify-content: center;
  -webkit-justify-content: center; }

.content-align-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.content-align-right button {
  /*margin-left:15px*/ }

.content-align-bottom {
  align-self: flex-end; }

.max-width-600 {
  max-width: 600px; }

.delimiter {
  padding: 36%;
  position: relative;
  top: 23%; }

.delimiterLeft {
  padding-left: 5%;
  padding-right: 90%; }

.delimiterLeftMinWidth {
  min-width: 30px; }

/* Blocks - END */
/* Paddings - START */
.padding-5, .modal-container .tab-section-first {
  padding: 5px;
  position: relative; }

.padding-10, .modal-container .modal-toprow-item, .modal-container .tab-section-first .tab-section-first-column {
  padding: 10px;
  position: relative; }

.padding-15 {
  padding: 15px;
  position: relative; }

.padding-20 {
  padding: 20px;
  position: relative; }

.padding-25 {
  padding: 25px;
  position: relative; }

.padding-35 {
  padding: 35px;
  position: relative; }

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

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

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

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

.padding-top-bottom-20 {
  padding: 20px 0px; }

/* Paddings - END */
/* Margins - START */
.margin-bottom-5 {
  margin-bottom: 5px; }

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

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

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

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

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

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

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

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

.margin-10 {
  margin: 10px; }

.margin-15 {
  margin: 15px; }

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

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

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

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

/* Margins - END */
/* Text Alignment - START */
.text-left-align, .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
  text-align: left; }

.text-right-align {
  text-align: right; }

.text-center-align, .modal-container .tab-section-first .tab-section-first-column, .modal-container .preview-table-data .top-header, .modal-container .preview-table-data .bottom-content, .modal-container .preview-grid-data .top-header, .modal-container .preview-grid-data .bottom-content {
  text-align: center; }

/* Text Alignment - END */
/* Input Elements (Textbox and TextArea) - START */
.textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
  height: 35px;
  padding: 5px;
  border: 1px solid #cdcdcd;
  width: 100%;
  max-width: 600px;
  font-size: 14px; }

.textbox-300 {
  max-width: 300px; }

.textbox-250 {
  max-width: 250px; }

.textbox-150 {
  max-width: 150px; }

.textbox-190 {
  max-width: 190px; }

.textarea {
  height: 100px; }

input[type="text"].ng-dirty.ng-invalid, input[type="email"].ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid {
  color: #617099;
  border: 1px solid #617099; }

.validation-message {
  color: #617099;
  font-size: 0.85em;
  padding-top: 5px;
  padding-left: 5px; }

/* Input Elements (Textbox and TextArea) - END */
/* Miscellaneous - START */
.annotation {
  font-size: 0.8em;
  color: #999; }

.quote-header {
  font-size: 0.8em; }

.visible-hidden {
  visibility: hidden;
  opacity: 0; }

.rounded-border {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dadada; }

.link {
  text-decoration: underline;
  cursor: pointer; }

.link.strong {
  font-weight: 900; }

/* Miscellaneous - END */
/* Button Styles - START */
.vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  overflow: visible;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-width: 120px;
  min-height: 30px;
  height: auto;
  font-size: 14px;
  border: none;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  padding: 8px 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }

.vb-button-red {
  color: white;
  background-color: #1d336d;
  border-radius: 4px;
  box-shadow: none;
  height: 32px; }
  .vb-button-red:hover {
    transform: none;
    background: #4d4e4e;
    color: white; }

.vb-button-grey {
  color: #2b3034;
  background-color: #e6e5e5;
  border-radius: 4px;
  box-shadow: none; }
  .vb-button-grey:hover {
    transform: none;
    background: #4d4e4e;
    color: white; }

.vb-button-cyan {
  border-radius: 4px;
  box-shadow: none !important; }
  .vb-button-cyan:hover {
    transform: none !important;
    background: #4d4e4e;
    color: white; }

.vb-button[disabled], [disabled].vb-button-red, [disabled].vb-button-grey, [disabled].vb-button-cyan {
  opacity: 0.5;
  transform: none; }
  .vb-button[disabled]:hover, [disabled].vb-button-red:hover, [disabled].vb-button-grey:hover, [disabled].vb-button-cyan:hover {
    transform: none !important;
    -webkit-transform: none;
    /* Safari and Chrome */
    -moz-transform: none;
    /* Firefox */
    -ms-transform: none;
    /* IE 9 */
    -o-transform: none;
    /* Opera */ }

.vb-button-link {
  display: block;
  text-transform: uppercase;
  height: 32px;
  justify-content: center;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 10px; }

.vb-button-icon {
  background-color: #1d336d;
  color: #fff;
  border: none;
  cursor: pointer; }

.md-dialog-close-button:hover {
  cursor: pointer; }

.hover-pointer:hover {
  cursor: pointer; }

/* Button Styles - END */
/* Modal Dialog - START */
.cdk-overlay-backdrop, .cdk-overlay-dark-backdrop {
  background-color: black; }

@media screen and (max-width: 480px) {
  .cdk-overlay-pane {
    left: 0px !important; } }

md-dialog-content.mat-dialog-content {
  max-height: none;
  overflow: hidden;
  /*max-height: 72vh;

    @media screen and (max-width: 599px) {
        max-height: 90vh;
    }

    @media screen and (min-width: 600px) and (max-width: 959px) {
        max-height: 90vh;
    }*/ }

.mat-dialog-header.white {
  background-color: #fff;
  color: #000;
  padding: 25px 0px 15px 25px; }

.modal-container {
  padding: 24px;
  background-color: #fff;
  /*max-width: 1200px;*/
  /*max-height: 900px;
    overflow: auto;*/ }
  .modal-container .modal-title {
    font-weight: 800; }
  .modal-container .modal-icons .material-icons {
    padding: 0 0.6em; }
    .modal-container .modal-icons .material-icons.help {
      color: #1d346d; }
  .modal-container .modal-section-first {
    margin: 0 -10px 0px -10px; }
  .modal-container .tab-section-first {
    background-color: #4e4e4e;
    color: #fff; }
  .modal-container .tab-section-first.grayout {
    color: #666 !important; }
  .modal-container .tab-stock-lookup-price {
    font-size: 1.3em; }
  .modal-container .tab-content-block {
    border: 1px solid rgba(42, 42, 42, 0.17);
    margin-bottom: 0px; }
  .modal-container .ratio-green {
    color: #19C403;
    font-size: 1.3em;
    position: relative;
    bottom: 3px;
    margin-left: 15px; }
  .modal-container .ratio-red {
    color: #3f5283;
    font-size: 1.3em;
    position: relative;
    bottom: 3px;
    margin-left: 15px; }
  .modal-container .updown-arrow-icon {
    position: relative;
    top: 8px; }
  .modal-container .tab-stock-date-volume {
    display: inline-block;
    padding-right: 10px;
    font-size: 0.8em; }
  .modal-container .tab-stock-icon-refresh {
    display: inline-block;
    color: #1d336d; }
  .modal-container .tab-stock-icon-refresh:hover {
    color: #fff;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    -webkit-transform-origin: 50% 58%;
    transform-origin: 50% 58%;
    -ms-transform-origin: 50% 58%;
    /* IE 9 */ }
  .modal-container .search-link {
    color: #1d336d;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none; }
  .modal-container .search-link.header-link {
    margin-right: 7px; }
  .modal-container .search-icon {
    display: inline-block;
    position: absolute;
    top: 54px;
    right: 16px;
    color: #1d336d; }
  .modal-container .option-search-icon {
    display: inline-block;
    position: absolute;
    top: 42px;
    right: 22px; }
  .modal-container .primary-security-detail-table {
    min-height: 375px; }
  .modal-container .preview-table-data {
    border: solid 1px rgba(42, 42, 42, 0.17); }
    .modal-container .preview-table-data .top-header {
      background-color: #f5f5f5;
      min-height: 45px;
      font-weight: 700;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .modal-container .preview-table-data .bottom-content {
      padding: 10px 0; }
  .modal-container .preview-grid-data .top-header {
    background-color: #f5f5f5;
    min-height: 30px;
    font-weight: 700;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .modal-container .preview-grid-data .bottom-content {
    min-height: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .modal-container .preview-grid-data .right-content-container {
    border-left: 1px solid rgba(42, 42, 42, 0.17); }
  .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
    min-height: 30px;
    justify-content: left;
    -webkit-justify-content: left;
    -webkit-align-items: left;
    align-items: left; }
  .modal-container .preview-grid-data .left-header {
    font-weight: 700;
    /*min-width: 150px;*/ }
  .modal-container .table-border .preview-grid-data {
    border: solid 1px rgba(42, 42, 42, 0.17); }
  .modal-container .info-icon {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin: 5px;
    color: #1d336d; }
  .modal-container .content-min-width {
    min-width: 320px; }
    @media screen and (max-width: 599px) {
      .modal-container .content-min-width {
        min-width: 272px; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      .modal-container .content-min-width {
        min-width: 600px; } }
    @media screen and (min-width: 960px) and (max-width: 1279px) {
      .modal-container .content-min-width {
        min-width: 900px; } }
    @media screen and (min-width: 1280px) and (max-width: 1919px) {
      .modal-container .content-min-width {
        min-width: 1150px; } }
    @media screen and (min-width: 1920px) and (max-width: 5000px) {
      .modal-container .content-min-width {
        min-width: 1150px; } }

.modal-container-max-width {
  max-width: 1200px; }

.hideTabs > * > .mat-tab-header {
  display: none; }

.modal-container .hideStockHeader {
  display: none; }

/* Modal Dialog - END */
/* Material Icons - END */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* Material Icons - END */
/* Overriding Material Styles - Dialog - START */
.mat-dialog-container {
  max-width: 100vw !important;
  max-height: 100vh !important;
  background: none; }

.mat-calendar-header {
  padding-left: 10% !important; }

.mat-calendar-content {
  padding-left: 10% !important;
  padding-right: 10% !important; }

.mat-datepicker-content-touch {
  overflow: hidden !important; }

.mat-dialog-padding {
  padding: 25px; }

/* Overriding Material Styles - Dialog - END */
/* Overriding Material Styles - Tabs - START */
.mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  color: #183271;
  font-weight: 600;
  min-width: 125px !important; }
  .mat-tab-label:focus {
    background-color: #183271 !important; }

.mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.mat-tab-header {
  border-bottom-color: #183271;
  background: white; }

.mat-ink-bar {
  display: none; }

/* Overriding Material Styles - Tabs - END */
/* Overriding Material Styles - TradingMain - Tabs - START */
.tabsMain .mat-tab-label {
  opacity: 1 !important;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 16px !important;
  color: #183271;
  font-weight: 600;
  min-width: 160px !important;
  height: 50px; }
  .tabsMain .mat-tab-label:focus {
    background-color: #183271 !important; }

.tabsMain .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsMain .mat-tab-label:hover {
  background: #183271;
  color: #ffffff; }

.tabsMain .mat-tab-header {
  border-bottom: solid 3px #f2f3f4;
  border-bottom-color: #183271;
  background: white;
  height: 50px; }

.userRestricted-tab .mat-tab-label:nth-child(2) {
  display: none; }

.userRestricted-tab .mat-tab-label:nth-child(3) {
  display: none; }

.tabsMain .mat-tab-disabled {
  display: none; }

.tabsMain .mat-ink-bar {
  display: none; }

/* Overriding Material Styles - TradingMain -Tabs - END */
/* Overriding Material Styles - TradingSub - Tabs - START */
.tabsSub .mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  font-weight: 600;
  font-size: 12px !important;
  color: #183271;
  min-width: 125px !important;
  height: 40px;
  padding: 10px; }
  .tabsSub .mat-tab-label:focus {
    background-color: #183271 !important; }

.tabsSub .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsSub .mat-tab-header {
  border-bottom: none;
  height: 40px; }

.tabsSub .mat-ink-bar {
  display: none; }

/* Overriding Material Styles - TradingMain -Tabs - END */
/* Overriding Material Styles - Select Dropdown - START */
/*.mat-select {
    width: 100%;
    max-width: 600px;
    height: 35px;
}*/
.mat-form-field {
  height: 35px;
  width: 100%;
  max-width: 600px; }
  .mat-form-field .mat-form-field-infix {
    border-top: 0.3125em; }
    .mat-form-field .mat-form-field-infix label.mat-form-field-placeholder {
      margin: 0; }

.mat-input-container {
  width: 100%;
  max-width: 600px; }

.mat-select-value {
  font-size: 14px; }

.mat-option {
  font-size: 14px !important;
  height: 40px; }

.mat-select-placeholder.mat-floating-placeholder {
  opacity: 0 !important; }

/* Overriding Material Styles - Select Dropdown - END */
/* Overriding Material Styles - Radio Button Group - START */
.mat-radio-group .mat-radio-button {
  margin-right: 10px; }

/* Overriding Material Styles - Radio Button Group - END */
/* Overriding Material Styles - Pagination - START */
@media screen and (max-width: 599px) {
  .mat-paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center; } }

@media screen and (min-width: 600px) and (max-width: 959px) {
  .mat-paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center; } }

.mat-paginator-decrement, .mat-paginator-increment {
  border-top: 2px solid #666;
  border-right: 2px solid #666; }

.mat-datepicker-toggle {
  position: absolute;
  top: 0;
  right: 6px; }

/*.mat-paginator-page-size-label {
    width: 150px;
}*/
.mat-paginator .mat-form-field {
  width: 112px; }

.mat-paginator-range-label {
  margin: 0 5px !important; }

mat-expansion-panel-header {
  height: 48px; }

.mat-expansion-panel-header:hover {
  background-color: #1d336d !important; }

.mat-expansion-panel-header-title:hover {
  color: white; }

.mat-expansion-panel-header-title {
  color: #1d336d; }

/* Overriding Material Styles - Pagination - END */
/* Banking pages styles - START    */
.link-float-right {
  position: relative;
  float: right;
  z-index: 1;
  padding: 7px; }

.header-right-link {
  align-items: center;
  display: inline-block;
  text-decoration: none;
  color: #1d336d; }

.header-right-link span {
  text-decoration: underline;
  display: inline-block;
  vertical-align: top; }

.checkboxLabel {
  display: inline;
  text-align: justify;
  text-justify: inter-word;
  margin-left: 10px; }

.red-label {
  color: #1d336d; }

/* Banking pages styles - END    */
/* =======================================================================live chat STARTS*/
#live-chat-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  right: 135px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#live-chat-button:hover {
  background: #f3f8fb; }

#live-chat-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#live-chat-button i {
  font-size: 12px;
  margin-right: 7px; }

#live-chat-button.fixed {
  position: fixed;
  bottom: 0; }

/* =======================================================================live chat end*/
/* =======================================================================support centre STARTS*/
#support-centre-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  right: 305px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#support-centre-button:hover {
  background: #343a3f; }

#support-centre-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#support-centre-button i {
  font-size: 12px;
  margin-right: 7px; }

#support-centre-button.fixed {
  position: fixed;
  bottom: 0; }

/* =======================================================================support center button end*/
#side-menu-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  left: 10px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#side-menu-button:hover {
  background: #343a3f; }

#side-menu-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#side-menu-button i {
  font-size: 12px;
  margin-right: 7px; }

#side-menu-button.fixed {
  position: fixed;
  bottom: 0; }

.grey-row {
  background-color: #f2f2f2;
  padding: 25px; }

@media (max-width: 767px) {
  .grey-row {
    background-color: #f2f2f2;
    padding: 15px; } }

.dialog.notice-content {
  background-color: #fff; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-header {
    color: #1d336d;
    font-size: 22px;
    text-transform: none;
    font-weight: 600; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-first {
    border: 1px solid;
    border-color: #000 !important;
    padding: 10px; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-first .blue-click-here {
      color: blue;
      text-decoration: underline; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second {
    border: 1px solid;
    border-color: #000 !important;
    padding: 10px; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .notice-second-header {
      color: #000;
      font-size: 16px;
      text-transform: none;
      font-weight: 600;
      border-bottom: none; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .grey-new-ticket {
      font-weight: 800;
      color: grey;
      text-decoration: underline; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .blue-click-here {
      color: blue;
      text-decoration: underline; }
  .dialog.notice-content .mat-dialog-actions.notice-dialog-actions {
    border: none;
    padding: 0px;
    margin: initial !important; }
    .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns {
      width: 100%;
      text-align: center; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-dontshow-btn {
        color: #1d336d !important;
        font-weight: 800;
        text-decoration: none !important;
        cursor: pointer;
        float: left; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .vb-button-red.broker-dontshow-btn {
        float: left; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .vb-button-grey.broker-continue-btn {
        float: right; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-remindme-btn {
        color: #000;
        font-weight: 800;
        text-decoration: none !important;
        cursor: pointer; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-givemewave-btn {
        color: blue !important;
        font-weight: 800;
        text-decoration: underline;
        cursor: pointer;
        float: right; }

.font-weight-800 {
  font-weight: 800; }

.text-transform-none {
  text-transform: none; }

.text-decoration-none {
  text-decoration: none; }

.padding-40 {
  padding: 40px; }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 10px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; } }

.login {
  background: url(../assets/login-bkgrd.png) no-repeat 0 0;
  background-size: cover; }
  .login .login-header {
    min-height: 75px;
    width: 100%;
    background: #1d336d;
    border-bottom: 1px solid #f2f3f4;
    color: #ffffff;
    padding: 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    .login .login-header .open-account {
      padding: 0 13px; }
      .login .login-header .open-account .header-link {
        color: white;
        display: inline-block;
        height: 16px;
        overflow: hidden;
        padding: 0;
        text-decoration: none; }
        .login .login-header .open-account .header-link:before {
          content: "["; }
        .login .login-header .open-account .header-link:after {
          content: "]"; }
        .login .login-header .open-account .header-link .animate {
          -webkit-transition: transform 0.3s;
          -moz-transition: transform 0.3s;
          -o-transition: transform 0.3s;
          transition: transform 0.3s;
          display: inline-block;
          font-weight: 700;
          padding: 0 5px;
          text-transform: uppercase;
          position: relative; }
          .login .login-header .open-account .header-link .animate:before {
            content: attr(data-text);
            font-weight: 700;
            left: 0;
            position: absolute;
            top: 105%;
            text-align: center;
            width: 100%; }
          .login .login-header .open-account .header-link .animate:hover {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%); }
  .login .login-body {
    height: 558px;
    margin: 50px 0;
    width: 477px;
    /*background-image: linear-gradient(21deg, #1e1e1e 0%, #4a4a4a 100%);
        box-shadow: 2.3px 3.3px 13px rgba(0, 0, 0, 0.41);*/
    background: #ffffff; }
    .login .login-body input[type="submit"]:disabled {
      color: white;
      background: #4d4e4e; }
    .login .login-body .links a {
      color: #1d336d; }
    .login .login-body h1, .login .login-body .title, .login .login-body .question {
      width: 352px;
      margin: 20px auto;
      text-align: center;
      color: #1d346d; }
    .login .login-body .login-label {
      width: 352px;
      margin: 20px auto;
      text-align: left;
      color: #1d346d; }
    .login .login-body span {
      color: #fff; }
    .login .login-body img {
      margin: 55px 0 20px;
      width: 175px;
      align-self: center; }
    .login .login-body .login-form {
      margin: 0 auto 0;
      width: 352px; }
      .login .login-body .login-form input:not([type="submit"]):not([type="checkbox"]), .login .login-body .login-form select {
        height: 51px;
        width: 100%;
        border: 1px solid gainsboro;
        padding-left: 17px; }
      .login .login-body .login-form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        color: #717171;
        margin-bottom: 29px; }
      .login .login-body .login-form .validation-message {
        height: 21px;
        margin-bottom: 8px; }
        .login .login-body .login-form .validation-message span {
          color: inherit; }
    .login .login-body .red-button {
      background-color: #1d336d;
      border: none;
      border-radius: 3px;
      box-shadow: none;
      color: white;
      cursor: pointer;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin: 0 auto 20px;
      width: 250px;
      height: 40px; }
    .login .login-body .links {
      align-self: center; }
      .login .login-body .links a, .login .login-body .links span {
        letter-spacing: 0.1em;
        text-decoration: none;
        color: #6f6f6f;
        line-height: 41px;
        text-align: center; }
      .login .login-body .links span {
        margin: 0 11px; }
  .login .login-footer {
    width: 100%; }

@media screen and (max-width: 480px) {
  .login .login-body {
    height: 558px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 350px; }
    .login .login-body h1, .login .login-body .title, .login .login-body .question, .login .login-body span {
      width: 290px; }
    .login .login-body .login-form {
      width: 290px; }
    .login .login-body .links span {
      display: none; } }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .login .login-body {
    height: 475px;
    margin: 100px 0;
    width: 470px; }
    .login .login-body h1, .login .login-body .title, .login .login-body .question, .login .login-body span {
      width: 290px; }
    .login .login-body .login-form {
      width: 290px; }
    .login .login-body .links a {
      font-size: 12px; }
    .login .login-body .links span {
      width: 10px; }
  .login .login-footer {
    font-size: 10px; } }
/* mixins */
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 */
/* Theme for the ripple elements.*/
/** The mixins below are shared between mat-menu and mat-select */
/**
 * This mixin adds the correct panel transform styles based
 * on the direction that the menu panel opens.
 */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/**
 * This mixin contains shared option styles between the select and
 * autocomplete components.
 */
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h5, .mat-typography h5 {
  font-size: 11.62px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-h6, .mat-typography h6 {
  font-size: 9.38px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
  .mat-body p, .mat-body-1 p, .mat-typography p {
    margin: 0 0 12px; }

.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px; }

.mat-button, .mat-raised-button, .mat-icon-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card-title {
  font-size: 24px;
  font-weight: 400; }

.mat-card-subtitle,
.mat-card-content,
.mat-card-header .mat-card-title {
  font-size: 14px; }

.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px; }

.mat-chip {
  font-size: 13px;
  line-height: 18px; }
  .mat-chip .mat-chip-remove.mat-icon {
    font-size: 18px; }

.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-header-cell {
  font-size: 12px;
  font-weight: 500; }

.mat-cell {
  font-size: 14px; }

.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-calendar-body {
  font-size: 13px; }

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500; }

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400; }

.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif; }

.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400; }

.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-form-field {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125; }

.mat-form-field-wrapper {
  padding-bottom: 1.25em; }

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125; }

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em; }
  .mat-form-field-prefix .mat-icon-button .mat-icon,
  .mat-form-field-suffix .mat-icon-button .mat-icon {
    height: 1.125em;
    line-height: 1.125; }

.mat-form-field-infix {
  padding: 0.4375em 0;
  border-top: 0.84375em solid transparent; }

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-placeholder-wrapper .mat-form-field-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-placeholder-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em; }

.mat-form-field-placeholder {
  top: 1.28125em; }

.mat-form-field-underline {
  bottom: 1.25em; }

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.54167em;
  top: calc(100% - 1.66667em); }

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px; }
  .mat-grid-tile-header .mat-line,
  .mat-grid-tile-footer .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-grid-tile-header .mat-line:nth-child(n+2),
    .mat-grid-tile-footer .mat-line:nth-child(n+2) {
      font-size: 12px; }

input.mat-input-element {
  margin-top: -0.0625em; }

.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px; }

.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select-trigger {
  height: 1.125em; }

.mat-slide-toggle-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-step-label {
  font-size: 14px;
  font-weight: 400; }

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500; }

.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0; }

.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px; }

.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  font-size: 16px; }
  .mat-list .mat-list-item .mat-line, .mat-nav-list .mat-list-item .mat-line, .mat-selection-list .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 14px; }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  font-size: 16px; }
  .mat-list .mat-list-option .mat-line, .mat-nav-list .mat-list-option .mat-line, .mat-selection-list .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 14px; }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-list[dense] .mat-list-item, .mat-nav-list[dense] .mat-list-item, .mat-selection-list[dense] .mat-list-item {
  font-size: 12px; }
  .mat-list[dense] .mat-list-item .mat-line, .mat-nav-list[dense] .mat-list-item .mat-line, .mat-selection-list[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-list[dense] .mat-list-option, .mat-nav-list[dense] .mat-list-option, .mat-selection-list[dense] .mat-list-option {
  font-size: 12px; }
  .mat-list[dense] .mat-list-option .mat-line, .mat-nav-list[dense] .mat-list-option .mat-line, .mat-selection-list[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader, .mat-selection-list[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }

.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px; }

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500; }

.mat-ripple {
  overflow: hidden; }
  @media screen and (-ms-high-contrast: active) {
    .mat-ripple {
      display: none; } }

.mat-ripple.mat-ripple-unbounded {
  overflow: visible; }

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0); }

.mat-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  outline: none; }
  .mat-option[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-option {
    text-align: right; }
  .mat-option .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-option .mat-icon {
      margin-left: 16px;
      margin-right: 0; }
  .mat-option[aria-disabled='true'] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }
  .mat-optgroup .mat-option:not(.mat-option-multiple) {
    padding-left: 32px; }
    [dir='rtl'] .mat-optgroup .mat-option:not(.mat-option-multiple) {
      padding-left: 16px;
      padding-right: 32px; }

.mat-option-text {
  display: inline-block; }

.mat-option-ripple {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none; }
  @media screen and (-ms-high-contrast: active) {
    .mat-option-ripple {
      opacity: 0.5; } }

.mat-option-pseudo-checkbox {
  margin-right: 8px; }
  [dir='rtl'] .mat-option-pseudo-checkbox {
    margin-left: 8px;
    margin-right: 0; }

.mat-optgroup-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
  .mat-optgroup-label[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-optgroup-label {
    text-align: right; }
  .mat-optgroup-label .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-optgroup-label .mat-icon {
      margin-left: 16px;
      margin-right: 0; }

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.cdk-overlay-container {
  position: fixed;
  z-index: 1000; }

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000; }

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000; }

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0; }
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.48; }

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.6); }

.cdk-overlay-transparent-backdrop {
  background: none; }

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

/*$md-vbpalette: ( 50 : #fce2e6, 100 : #f8b7c1, 200 : #f38898, 300 : #ee586f, 400 : #ea3450, 500 : #e61031, 600 : #e30e2c, 700 : #df0c25, 800 : #db091f, 900 : #ab000b, A100 : #fffdfd, A200 : #ffcacc, A400 : #ff979b, A700 : #ff7e83, contrast: ( 50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000, ) );*/
/*$md-vbpalette: ( 50 : #f4f8fb, 100 : #f2f3f4, 200 : #f3f8fb, 300 : #ee586f, 400 : #475988, 500 : #1d336d, 600 : #1d346d, 700 : #df0c25, 800 : #db091f, 900 : #ab000b, A100 : #fffdfd, A200 : #ffcacc, A400 : #ff979b, A700 : #ff7e83, contrast: ( 50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000, ) );*/
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-option {
  color: rgba(0, 0, 0, 0.87); }
  .mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #1d336d; }
  .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #15275a; }
  .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #3f5283; }
  .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-option.mat-active {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.87); }
  .mat-option.mat-option-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38); }

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54); }
  .mat-pseudo-checkbox::after {
    color: #fafafa; }

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #15275a; }

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #1d336d; }

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #3f5283; }

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0; }

.mat-app-background {
  background-color: #fafafa; }

.mat-theme-loaded-marker {
  display: none; }

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
    background: white; }
    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
      color: rgba(0, 0, 0, 0.87); }

.mat-button, .mat-icon-button {
  background: transparent; }
  .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(29, 51, 109, 0.12); }
  .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(21, 39, 90, 0.12); }
  .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(63, 82, 131, 0.12); }
  .mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay {
    background-color: transparent; }
  .mat-button.mat-primary, .mat-icon-button.mat-primary {
    color: #1d336d; }
  .mat-button.mat-accent, .mat-icon-button.mat-accent {
    color: #15275a; }
  .mat-button.mat-warn, .mat-icon-button.mat-warn {
    color: #3f5283; }
  .mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }

.mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white; }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    color: white; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    color: white; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    color: white; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    background-color: #1d336d; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    background-color: #15275a; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    background-color: #3f5283; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    background-color: rgba(0, 0, 0, 0.12); }
  .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }

.mat-button.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.1); }

.mat-button.mat-accent .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.1); }

.mat-button.mat-warn .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.1); }

.mat-icon-button.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.2); }

.mat-icon-button.mat-accent .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.2); }

.mat-icon-button.mat-warn .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.2); }

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
    background-color: rgba(0, 0, 0, 0.06); }

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54); }

.mat-button-toggle-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #bdbdbd; }

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-checkmark {
  fill: #fafafa; }

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important; }

.mat-checkbox-mixedmark {
  background-color: #fafafa; }

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #1d336d; }

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #15275a; }

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #3f5283; }

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0; }

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0; }

.mat-checkbox-disabled .mat-checkbox-label {
  color: #b0b0b0; }

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.26); }

.mat-chip:not(.mat-basic-chip) {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87); }
  .mat-chip:not(.mat-basic-chip) .mat-chip-remove {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.4; }
  .mat-chip:not(.mat-basic-chip) .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-primary {
  background-color: #1d336d;
  color: white; }
  .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-warn {
  background-color: #3f5283;
  color: white; }
  .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-accent {
  background-color: #15275a;
  color: white; }
  .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-table {
  background: white; }

.mat-row, .mat-header-row {
  border-bottom-color: rgba(0, 0, 0, 0.12); }

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54); }

.mat-cell {
  color: rgba(0, 0, 0, 0.87); }

.mat-datepicker-content {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54); }

.mat-calendar-next-button,
.mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38); }

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12); }

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent; }
  .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38); }

:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-calendar-body-selected {
  background-color: #1d336d;
  color: white; }

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(29, 51, 109, 0.4); }

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white; }

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18); }

.mat-dialog-container {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
  background: rgba(0, 0, 0, 0.04); }

.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-expansion-panel-header[aria-disabled='true'] {
  color: rgba(0, 0, 0, 0.38); }
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title,
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
    color: inherit; }

.mat-form-field {
  width: 200px; }

.mat-form-field-placeholder {
  color: rgba(0, 0, 0, 0.54); }

.mat-hint {
  color: rgba(0, 0, 0, 0.54); }

.mat-focused .mat-form-field-placeholder {
  color: #1d336d; }
  .mat-focused .mat-form-field-placeholder.mat-accent {
    color: #15275a; }
  .mat-focused .mat-form-field-placeholder.mat-warn {
    color: #3f5283; }

.mat-focused .mat-form-field-required-marker {
  color: #15275a; }

.mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42); }
  .mat-form-field-underline.mat-disabled {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
    background-size: 4px 1px;
    background-repeat: repeat-x; }

.mat-form-field-ripple {
  background-color: #1d336d; }
  .mat-form-field-ripple.mat-accent {
    background-color: #15275a; }
  .mat-form-field-ripple.mat-warn {
    background-color: #3f5283; }

.mat-form-field-invalid .mat-form-field-placeholder {
  color: #3f5283; }
  .mat-form-field-invalid .mat-form-field-placeholder.mat-accent,
  .mat-form-field-invalid .mat-form-field-placeholder .mat-form-field-required-marker {
    color: #3f5283; }

.mat-form-field-invalid .mat-form-field-ripple {
  background-color: #3f5283; }

.mat-error {
  color: #3f5283; }

.mat-icon.mat-primary {
  color: #1d336d; }

.mat-icon.mat-accent {
  color: #15275a; }

.mat-icon.mat-warn {
  color: #3f5283; }

.mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.42); }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  color: rgba(0, 0, 0, 0.87); }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  color: rgba(0, 0, 0, 0.87); }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  color: rgba(0, 0, 0, 0.54); }

.mat-list-item-disabled {
  background-color: #eeeeee; }

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-nav-list .mat-list-item {
  outline: none; }
  .mat-nav-list .mat-list-item:hover, .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }

.mat-list-option {
  outline: none; }
  .mat-list-option:hover, .mat-list-option.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }

.mat-menu-panel {
  background: white; }

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87); }
  .mat-menu-item[disabled] {
    color: rgba(0, 0, 0, 0.38); }

.mat-menu-item .mat-icon,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-menu-item:hover:not([disabled]),
.mat-menu-item:focus:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04); }

.mat-paginator {
  background: white; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54); }

.mat-paginator-increment,
.mat-paginator-decrement {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54); }

.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-decrement {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%233f5283%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar-buffer {
  background-color: #3f5283; }

.mat-progress-bar-fill::after {
  background-color: #1d336d; }

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23bbc2d3%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #bbc2d3; }

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #15275a; }

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23bbc2d3%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #bbc2d3; }

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #3f5283; }

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #1d336d; }

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #15275a; }

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #3f5283; }

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38); }

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1d336d; }

.mat-radio-button.mat-primary .mat-radio-inner-circle {
  background-color: #1d336d; }

.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.26); }

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #15275a; }

.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #15275a; }

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.26); }

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f5283; }

.mat-radio-button.mat-warn .mat-radio-inner-circle {
  background-color: #3f5283; }

.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.26); }

.mat-select-disabled .mat-select-value,
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54); }

.mat-select-content, .mat-select-panel-done-animating {
  background: white; }

.mat-select-value {
  color: rgba(0, 0, 0, 0.87); }

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12); }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1d336d; }

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #15275a; }

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #3f5283; }

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #3f5283; }

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54); }

.mat-select.mat-select-disabled .mat-select-arrow {
  color: #3f5283; }

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-drawer.mat-drawer-push {
    background-color: white; }

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6); }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-warn .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-disabled .mat-slide-toggle-thumb {
  background-color: #bdbdbd; }

.mat-disabled .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-slide-toggle-thumb {
  background-color: #fafafa; }

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #1d336d; }

.mat-primary .mat-slider-thumb-label-text {
  color: white; }

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #15275a; }

.mat-accent .mat-slider-thumb-label-text {
  color: white; }

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #3f5283; }

.mat-warn .mat-slider-thumb-label-text {
  color: white; }

.mat-slider-focus-ring {
  background-color: rgba(21, 39, 90, 0.2); }

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12); }

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87); }

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26); }

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7); }

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.38); }

.mat-step-header .mat-step-icon {
  background-color: #1d336d;
  color: white; }

.mat-step-header .mat-step-icon-not-touched {
  background-color: rgba(0, 0, 0, 0.38);
  color: white; }

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87); }

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white; }

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12); }

.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none; }

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87); }
  .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87); }

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-tab-group[class*='mat-background-'] .mat-tab-header,
.mat-tab-nav-bar[class*='mat-background-'] {
  border-bottom: none;
  border-top: none; }

.mat-tab-group.mat-primary .mat-tab-label:focus, .mat-tab-group.mat-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-primary .mat-tab-link:focus {
  background-color: rgba(63, 82, 131, 0.3); }

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1d336d; }

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-accent .mat-tab-label:focus, .mat-tab-group.mat-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-accent .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #15275a; }

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-warn .mat-tab-label:focus, .mat-tab-group.mat-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-warn .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #3f5283; }

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-label:focus, .mat-tab-group.mat-background-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-link:focus {
  background-color: rgba(63, 82, 131, 0.3); }

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #1d336d; }

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-tab-label:focus, .mat-tab-group.mat-background-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #15275a; }

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-tab-label:focus, .mat-tab-group.mat-background-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: #3f5283; }

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87); }
  .mat-toolbar.mat-primary {
    background: #1d336d;
    color: white; }
  .mat-toolbar.mat-accent {
    background: #15275a;
    color: white; }
  .mat-toolbar.mat-warn {
    background: #3f5283;
    color: white; }

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9); }

.mat-snack-bar-container {
  background: #323232;
  color: white; }

.mat-simple-snackbar-action {
  color: #15275a; }

/* variables */
/* mixins */
/* SPIN Animation*/
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(360deg); }
  to {
    -moz-transform: rotate(0deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg); } }

@keyframes spin {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

/* SPIN ENDS*/
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: #1d336d; }

.material-icons.md-dark.md-inactive {
  color: #15275a; }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

/* HTML Elements - START  */
html {
  font-size: 14px; }

p {
  margin: 10px 0; }

label {
  margin: 10px 0;
  display: block;
  font-weight: 600; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

ul.content, .content ul {
  list-style-type: none; }
  ul.content li, .content ul li {
    margin: 5px 0;
    display: flex;
    text-align: justify;
    text-justify: inter-word; }
  ul.content i, .content ul i {
    color: #1d336d;
    font-weight: normal;
    font-size: 18px; }

hr {
  background: #dadada;
  border: 0;
  height: 1px; }

a:hover {
  cursor: pointer; }

/* HTML Elements - END */
/* Colors - START  */
.red {
  color: #1d336d; }

.blue {
  color: #1d336d; }

/* Colors - END */
/* width - START */
.width-100 {
  width: 100%; }

/* width - END */
/* Blocks - START */
.innerContentWithBorder {
  border: #dadada 1px solid;
  padding: 20px 3%; }

.popup-container {
  min-height: 350px; }

.popup-container a {
  text-decoration: underline; }

.content-container {
  padding: 25px;
  position: relative; }

.content-block, .buttons-block {
  margin-bottom: 20px;
  position: relative; }

.content-block-inner {
  margin-bottom: 10px;
  position: relative; }

.buttons-block {
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 0px;
  position: relative; }

.flow-left {
  position: relative;
  float: left; }

.flow-right {
  position: relative;
  float: right; }

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

.position-relative {
  position: relative; }

.flex-display, .content-align-left, .content-align-center, .content-align-right, .content-align-bottom, .modal-container .preview-table-data .top-header, .modal-container .preview-grid-data .top-header, .modal-container .preview-grid-data .bottom-content, .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }

.content-align-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; }

.content-align-center {
  justify-content: center;
  -webkit-justify-content: center; }

.content-align-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.content-align-right button {
  /*margin-left:15px*/ }

.content-align-bottom {
  align-self: flex-end; }

.max-width-600 {
  max-width: 600px; }

.delimiter {
  padding: 36%;
  position: relative;
  top: 23%; }

.delimiterLeft {
  padding-left: 5%;
  padding-right: 90%; }

.delimiterLeftMinWidth {
  min-width: 30px; }

/* Blocks - END */
/* Paddings - START */
.padding-5, .modal-container .tab-section-first {
  padding: 5px;
  position: relative; }

.padding-10, .modal-container .modal-toprow-item, .modal-container .tab-section-first .tab-section-first-column {
  padding: 10px;
  position: relative; }

.padding-15 {
  padding: 15px;
  position: relative; }

.padding-20 {
  padding: 20px;
  position: relative; }

.padding-25 {
  padding: 25px;
  position: relative; }

.padding-35 {
  padding: 35px;
  position: relative; }

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

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

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

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

.padding-top-bottom-20 {
  padding: 20px 0px; }

/* Paddings - END */
/* Margins - START */
.margin-bottom-5 {
  margin-bottom: 5px; }

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

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

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

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

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

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

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

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

.margin-10 {
  margin: 10px; }

.margin-15 {
  margin: 15px; }

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

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

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

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

/* Margins - END */
/* Text Alignment - START */
.text-left-align, .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
  text-align: left; }

.text-right-align {
  text-align: right; }

.text-center-align, .modal-container .tab-section-first .tab-section-first-column, .modal-container .preview-table-data .top-header, .modal-container .preview-table-data .bottom-content, .modal-container .preview-grid-data .top-header, .modal-container .preview-grid-data .bottom-content {
  text-align: center; }

/* Text Alignment - END */
/* Input Elements (Textbox and TextArea) - START */
.textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
  height: 35px;
  padding: 5px;
  border: 1px solid #cdcdcd;
  width: 100%;
  max-width: 600px;
  font-size: 14px; }

.textbox-300 {
  max-width: 300px; }

.textbox-250 {
  max-width: 250px; }

.textbox-150 {
  max-width: 150px; }

.textbox-190 {
  max-width: 190px; }

.textarea {
  height: 100px; }

input[type="text"].ng-dirty.ng-invalid, input[type="email"].ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid {
  color: #ee586f;
  border: 1px solid #617099; }

.validation-message {
  color: #ee586f;
  font-size: 0.85em;
  padding-top: 5px;
  padding-left: 5px; }

/* Input Elements (Textbox and TextArea) - END */
/* Miscellaneous - START */
.annotation {
  font-size: 0.8em;
  color: #999; }

.quote-header {
  font-size: 0.8em; }

.visible-hidden {
  visibility: hidden;
  opacity: 0; }

.rounded-border {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dadada; }

.link {
  text-decoration: underline;
  cursor: pointer; }

.link.strong {
  font-weight: 900; }

/* Miscellaneous - END */
/* Button Styles - START */
.vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  overflow: visible;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-width: 120px;
  min-height: 30px;
  height: auto;
  font-size: 14px;
  border: none;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  padding: 8px 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }

.vb-button-red {
  color: white;
  background-color: #1d336d;
  border-radius: 4px;
  box-shadow: none;
  height: 32px; }
  .vb-button-red:hover {
    transform: none;
    background: #4d4e4e;
    color: white; }

.vb-button-grey {
  color: #2b3034;
  background-color: #e6e5e5;
  border-radius: 4px;
  box-shadow: none; }
  .vb-button-grey:hover {
    transform: none;
    background: #4d4e4e;
    color: white; }

.vb-button-cyan {
  border-radius: 4px;
  box-shadow: none !important; }
  .vb-button-cyan:hover {
    transform: none !important;
    background: #4d4e4e;
    color: white; }

.vb-button[disabled], [disabled].vb-button-red, [disabled].vb-button-grey, [disabled].vb-button-cyan {
  opacity: 0.5;
  transform: none; }
  .vb-button[disabled]:hover, [disabled].vb-button-red:hover, [disabled].vb-button-grey:hover, [disabled].vb-button-cyan:hover {
    transform: none !important;
    -webkit-transform: none;
    /* Safari and Chrome */
    -moz-transform: none;
    /* Firefox */
    -ms-transform: none;
    /* IE 9 */
    -o-transform: none;
    /* Opera */ }

.vb-button-link {
  display: block;
  text-transform: uppercase;
  height: 32px;
  justify-content: center;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 10px; }

.vb-button-icon {
  background-color: #1d336d;
  color: #fff;
  border: none;
  cursor: pointer; }

.md-dialog-close-button:hover {
  cursor: pointer; }

.hover-pointer:hover {
  cursor: pointer; }

/* Button Styles - END */
/* Modal Dialog - START */
.cdk-overlay-backdrop, .cdk-overlay-dark-backdrop {
  background-color: black; }

@media screen and (max-width: 480px) {
  .cdk-overlay-pane {
    left: 0px !important; } }

md-dialog-content.mat-dialog-content {
  max-height: none;
  overflow: hidden;
  /*max-height: 72vh;

    @media screen and (max-width: 599px) {
        max-height: 90vh;
    }

    @media screen and (min-width: 600px) and (max-width: 959px) {
        max-height: 90vh;
    }*/ }

.mat-dialog-header.white {
  background-color: #fff;
  color: #000;
  padding: 25px 0px 15px 25px; }

.modal-container {
  padding: 24px;
  background-color: #fff;
  /*max-width: 1200px;*/
  /*max-height: 900px;
    overflow: auto;*/ }
  .modal-container .modal-title {
    font-weight: 800; }
  .modal-container .modal-icons .material-icons {
    padding: 0 0.6em; }
    .modal-container .modal-icons .material-icons.help {
      color: #1d346d; }
  .modal-container .modal-section-first {
    margin: 0 -10px 0px -10px; }
  .modal-container .tab-section-first {
    background-color: #4e4e4e;
    color: #fff; }
  .modal-container .tab-section-first.grayout {
    color: #666 !important; }
  .modal-container .tab-stock-lookup-price {
    font-size: 1.3em; }
  .modal-container .tab-content-block {
    border: 1px solid rgba(42, 42, 42, 0.17);
    margin-bottom: 0px; }
  .modal-container .ratio-green {
    color: #19C403;
    font-size: 1.3em;
    position: relative;
    bottom: 3px;
    margin-left: 15px; }
  .modal-container .ratio-red {
    color: #3f5283;
    font-size: 1.3em;
    position: relative;
    bottom: 3px;
    margin-left: 15px; }
  .modal-container .updown-arrow-icon {
    position: relative;
    top: 8px; }
  .modal-container .tab-stock-date-volume {
    display: inline-block;
    padding-right: 10px;
    font-size: 0.8em; }
  .modal-container .tab-stock-icon-refresh {
    display: inline-block;
    color: #1d336d; }
  .modal-container .tab-stock-icon-refresh:hover {
    color: #fff;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    -webkit-transform-origin: 50% 58%;
    transform-origin: 50% 58%;
    -ms-transform-origin: 50% 58%;
    /* IE 9 */ }
  .modal-container .search-link {
    color: #1d336d;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none; }
  .modal-container .search-link.header-link {
    margin-right: 7px; }
  .modal-container .search-icon {
    display: inline-block;
    position: absolute;
    top: 54px;
    right: 16px;
    color: #1d336d; }
  .modal-container .option-search-icon {
    display: inline-block;
    position: absolute;
    top: 42px;
    right: 22px; }
  .modal-container .primary-security-detail-table {
    min-height: 375px; }
  .modal-container .preview-table-data {
    border: solid 1px rgba(42, 42, 42, 0.17); }
    .modal-container .preview-table-data .top-header {
      background-color: #f5f5f5;
      min-height: 45px;
      font-weight: 700;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .modal-container .preview-table-data .bottom-content {
      padding: 10px 0; }
  .modal-container .preview-grid-data .top-header {
    background-color: #f5f5f5;
    min-height: 30px;
    font-weight: 700;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .modal-container .preview-grid-data .bottom-content {
    min-height: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .modal-container .preview-grid-data .right-content-container {
    border-left: 1px solid rgba(42, 42, 42, 0.17); }
  .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
    min-height: 30px;
    justify-content: left;
    -webkit-justify-content: left;
    -webkit-align-items: left;
    align-items: left; }
  .modal-container .preview-grid-data .left-header {
    font-weight: 700;
    /*min-width: 150px;*/ }
  .modal-container .table-border .preview-grid-data {
    border: solid 1px rgba(42, 42, 42, 0.17); }
  .modal-container .info-icon {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin: 5px;
    color: #1d336d; }
  .modal-container .content-min-width {
    min-width: 320px; }
    @media screen and (max-width: 599px) {
      .modal-container .content-min-width {
        min-width: 272px; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      .modal-container .content-min-width {
        min-width: 600px; } }
    @media screen and (min-width: 960px) and (max-width: 1279px) {
      .modal-container .content-min-width {
        min-width: 900px; } }
    @media screen and (min-width: 1280px) and (max-width: 1919px) {
      .modal-container .content-min-width {
        min-width: 1150px; } }
    @media screen and (min-width: 1920px) and (max-width: 5000px) {
      .modal-container .content-min-width {
        min-width: 1150px; } }

.modal-container-max-width {
  max-width: 1200px; }

.hideTabs > * > .mat-tab-header {
  display: none; }

.modal-container .hideStockHeader {
  display: none; }

/* Modal Dialog - END */
/* Material Icons - END */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* Material Icons - END */
/* Overriding Material Styles - Dialog - START */
.mat-dialog-container {
  max-width: 100vw !important;
  max-height: 100vh !important;
  background: none; }

.mat-calendar-header {
  padding-left: 10% !important; }

.mat-calendar-content {
  padding-left: 10% !important;
  padding-right: 10% !important; }

.mat-datepicker-content-touch {
  overflow: hidden !important; }

.mat-dialog-padding {
  padding: 25px; }

/* Overriding Material Styles - Dialog - END */
/* Overriding Material Styles - Tabs - START */
.mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  color: #183271;
  font-weight: 600;
  min-width: 125px !important; }
  .mat-tab-label:focus {
    background-color: #183271 !important; }

.mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.mat-tab-header {
  border-bottom-color: #183271;
  background: white; }

.mat-ink-bar {
  display: none; }

/* Overriding Material Styles - Tabs - END */
/* Overriding Material Styles - TradingMain - Tabs - START */
.tabsMain .mat-tab-label {
  opacity: 1 !important;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 16px !important;
  color: #183271;
  font-weight: 600;
  min-width: 160px !important;
  height: 50px; }
  .tabsMain .mat-tab-label:focus {
    background-color: #183271 !important; }

.tabsMain .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsMain .mat-tab-label:hover {
  background: #183271;
  color: #ffffff; }

.tabsMain .mat-tab-header {
  border-bottom: solid 3px #f2f3f4;
  border-bottom-color: #183271;
  background: white;
  height: 50px; }

.userRestricted-tab .mat-tab-label:nth-child(2) {
  display: none; }

.userRestricted-tab .mat-tab-label:nth-child(3) {
  display: none; }

.tabsMain .mat-tab-disabled {
  display: none; }

.tabsMain .mat-ink-bar {
  display: none; }

/* Overriding Material Styles - TradingMain -Tabs - END */
/* Overriding Material Styles - TradingSub - Tabs - START */
.tabsSub .mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  font-weight: 600;
  font-size: 12px !important;
  color: #183271;
  min-width: 125px !important;
  height: 40px;
  padding: 10px; }
  .tabsSub .mat-tab-label:focus {
    background-color: #183271 !important; }

.tabsSub .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsSub .mat-tab-header {
  border-bottom: none;
  height: 40px; }

.tabsSub .mat-ink-bar {
  display: none; }

.tabsNewStock .mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  font-weight: 600;
  font-size: 12px !important;
  color: #183271;
  min-width: 100px !important;
  height: 30px !important;
  padding: 10px; }

.tabsNewStock .mat-tab-label:focus {
  background-color: #183271 !important; }

.tabsNewStock .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsNewStock .mat-tab-header {
  border-bottom: none;
  height: 30px !important; }

.tabsNewStock .mat-ink-bar {
  display: none; }

/* Overriding Material Styles - TradingMain -Tabs - END */
/* Overriding Material Styles - Select Dropdown - START */
/*.mat-select {
    width: 100%;
    max-width: 600px;
    height: 35px;
}*/
.mat-form-field {
  height: 35px;
  width: 100%;
  max-width: 600px; }
  .mat-form-field .mat-form-field-infix {
    border-top: 0.3125em; }
    .mat-form-field .mat-form-field-infix label.mat-form-field-placeholder {
      margin: 0; }

.mat-input-container {
  width: 100%;
  max-width: 600px; }

.mat-select-value {
  font-size: 14px; }

.mat-option {
  font-size: 14px !important;
  height: 40px; }

.mat-select-placeholder.mat-floating-placeholder {
  opacity: 0 !important; }

/* Overriding Material Styles - Select Dropdown - END */
/* Overriding Material Styles - Radio Button Group - START */
.mat-radio-group .mat-radio-button {
  margin-right: 10px; }

/* Overriding Material Styles - Radio Button Group - END */
/* Overriding Material Styles - Pagination - START */
@media screen and (max-width: 599px) {
  .mat-paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center; } }

@media screen and (min-width: 600px) and (max-width: 959px) {
  .mat-paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center; } }

.mat-paginator-decrement, .mat-paginator-increment {
  border-top: 2px solid #666;
  border-right: 2px solid #666; }

.mat-datepicker-toggle {
  position: absolute;
  top: 0;
  right: 6px; }

/*.mat-paginator-page-size-label {
    width: 150px;
}*/
.mat-paginator .mat-form-field {
  width: 112px; }

.mat-paginator-range-label {
  margin: 0 5px !important; }

mat-expansion-panel-header {
  height: 48px; }

.mat-expansion-panel-header:hover {
  background-color: #1d336d !important; }

.mat-expansion-panel-header-title:hover {
  color: white; }

.mat-expansion-panel-header-title {
  color: #1d336d; }

/* Overriding Material Styles - Pagination - END */
/* Banking pages styles - START    */
.link-float-right {
  position: relative;
  float: right;
  z-index: 1;
  padding: 7px; }

.header-right-link {
  align-items: center;
  display: inline-block;
  text-decoration: none;
  color: #1d336d; }

.header-right-link span {
  text-decoration: underline;
  display: inline-block;
  vertical-align: top; }

.checkboxLabel {
  display: inline;
  text-align: justify;
  text-justify: inter-word;
  margin-left: 10px; }

.red-label {
  color: #1d336d; }

/* Banking pages styles - END    */
/* =======================================================================live chat STARTS*/
#live-chat-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  right: 135px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#live-chat-button:hover {
  background: #f3f8fb; }

#live-chat-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#live-chat-button i {
  font-size: 12px;
  margin-right: 7px; }

#live-chat-button.fixed {
  position: fixed;
  bottom: 0; }

/* =======================================================================live chat end*/
/* =======================================================================support centre STARTS*/
#support-centre-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  right: 305px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#support-centre-button:hover {
  background: #343a3f; }

#support-centre-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#support-centre-button i {
  font-size: 12px;
  margin-right: 7px; }

#support-centre-button.fixed {
  position: fixed;
  bottom: 0; }

/* =======================================================================support center button end*/
#side-menu-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  left: 10px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#side-menu-button:hover {
  background: #343a3f; }

#side-menu-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#side-menu-button i {
  font-size: 12px;
  margin-right: 7px; }

#side-menu-button.fixed {
  position: fixed;
  bottom: 0; }

.grey-row {
  background-color: #f2f2f2;
  padding: 25px; }

@media (max-width: 767px) {
  .grey-row {
    background-color: #f2f2f2;
    padding: 15px; } }

.dialog.notice-content {
  background-color: #fff; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-header {
    color: #1d336d;
    font-size: 22px;
    text-transform: none;
    font-weight: 600; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-first {
    border: 1px solid;
    border-color: #000 !important;
    padding: 10px; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-first .blue-click-here {
      color: blue;
      text-decoration: underline; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second {
    border: 1px solid;
    border-color: #000 !important;
    padding: 10px; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .notice-second-header {
      color: #000;
      font-size: 16px;
      text-transform: none;
      font-weight: 600;
      border-bottom: none; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .grey-new-ticket {
      font-weight: 800;
      color: grey;
      text-decoration: underline; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .blue-click-here {
      color: blue;
      text-decoration: underline; }
  .dialog.notice-content .mat-dialog-actions.notice-dialog-actions {
    border: none;
    padding: 0px;
    margin: initial !important; }
    .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns {
      width: 100%;
      text-align: center; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-dontshow-btn {
        color: #1d336d !important;
        font-weight: 800;
        text-decoration: none !important;
        cursor: pointer;
        float: left; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .vb-button-red.broker-dontshow-btn {
        float: left; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .vb-button-grey.broker-continue-btn {
        float: right; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-remindme-btn {
        color: #000;
        font-weight: 800;
        text-decoration: none !important;
        cursor: pointer; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-givemewave-btn {
        color: blue !important;
        font-weight: 800;
        text-decoration: underline;
        cursor: pointer;
        float: right; }

.font-weight-800 {
  font-weight: 800; }

.text-transform-none {
  text-transform: none; }

.text-decoration-none {
  text-decoration: none; }

.padding-40 {
  padding: 40px; }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 10px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; } }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1) {
  #tabsTrade .mat-tab-label {
    font-size: 12px;
    padding: 10px; } }

@media screen and (min-width: 1280px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .tabsMain .mat-tab-label {
    font-size: 12px;
    padding: 10px;
    height: 30px; }
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 10px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; }
  .tabsMain .mat-tab-label {
    font-size: 14px;
    padding: 10px; }
  .tabsMain .mat-tab-header {
    height: 30px; } }

.vbApp {
  background: #f4f8fb;
  padding-top: 75px; }

.menu-grid {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin-top: 68px; }
  .menu-grid .menu-item {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 70%;
    position: absolute; }
    .menu-grid .menu-item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-align-items: center;
      align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      height: 100%;
      text-decoration: none; }
      .menu-grid .menu-item a i, .menu-grid .menu-item a p {
        color: #ffffff;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .menu-grid .menu-item a i {
        font-size: 52px; }
      .menu-grid .menu-item a p {
        font-size: 15px;
        letter-spacing: 0.2em;
        padding: 0 3%;
        width: 100%;
        text-transform: uppercase;
        text-align: center; }
    .menu-grid .menu-item.menu-red-left {
      background-image: none;
      border: none;
      background: #0085d0; }
      .menu-grid .menu-item.menu-red-left a:hover {
        background: #1d336d; }
        .menu-grid .menu-item.menu-red-left a:hover i, .menu-grid .menu-item.menu-red-left a:hover p {
          color: white; }
    .menu-grid .menu-item.menu-red-right {
      background-image: url(../assets/red.right.png), linear-gradient(37deg, #5d000e 0, #5d000e 0, #e51937 100%);
      border: 2px solid #e51937; }
      .menu-grid .menu-item.menu-red-right a:hover i, .menu-grid .menu-item.menu-red-right a:hover p {
        color: #5d000e; }
    .menu-grid .menu-item.menu-green-left {
      background-image: none;
      border: none;
      background: #0085d0; }
      .menu-grid .menu-item.menu-green-left a:hover {
        background: #1d336d; }
        .menu-grid .menu-item.menu-green-left a:hover i, .menu-grid .menu-item.menu-green-left a:hover p {
          color: white; }
    .menu-grid .menu-item.menu-green-right {
      background-image: url(../assets/green.right.png), linear-gradient(37deg, #047b23 0%, #0cdd47 100%);
      border: 2px solid #0cdd47; }
      .menu-grid .menu-item.menu-green-right a:hover i, .menu-grid .menu-item.menu-green-right a:hover p {
        color: #02310e; }
    .menu-grid .menu-item.menu-teal-right {
      background-image: none;
      border: none;
      background: #0085d0; }
      .menu-grid .menu-item.menu-teal-right a:hover i, .menu-grid .menu-item.menu-teal-right a:hover p {
        color: #044c38; }
    .menu-grid .menu-item.menu-teal-left {
      background-image: url(../assets/teal.left.png), linear-gradient(37deg, #038964 0%, #0cdda4 100%);
      border: 2px solid #0cdda4; }
      .menu-grid .menu-item.menu-teal-left a:hover {
        background: #1d336d; }
        .menu-grid .menu-item.menu-teal-left a:hover i, .menu-grid .menu-item.menu-teal-left a:hover p {
          color: white; }
    .menu-grid .menu-item.menu-grey-left {
      background-image: none;
      border: none;
      background: #0085d0; }
      .menu-grid .menu-item.menu-grey-left a:hover {
        background: #1d336d; }
        .menu-grid .menu-item.menu-grey-left a:hover i, .menu-grid .menu-item.menu-grey-left a:hover p {
          color: white; }
    .menu-grid .menu-item.menu-grey-right {
      background-image: none;
      border: none;
      background: #0085d0; }
      .menu-grid .menu-item.menu-grey-right a:hover {
        background: #1d336d; }
        .menu-grid .menu-item.menu-grey-right a:hover i, .menu-grid .menu-item.menu-grey-right a:hover p {
          color: white; }
  .menu-grid .userRestricted-grid-container {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: flex-start; }
    .menu-grid .userRestricted-grid-container .menu-item {
      position: static;
      margin: 10px 15px 10px 15px;
      height: 15vw !important;
      width: 22vw !important;
      min-height: 90px !important;
      min-width: 90px !important; }

@media screen and (max-width: 1750px) {
  .menu-grid .menu-item a i {
    font-size: 40px; } }

@media screen and (max-width: 1750px) {
  .menu-grid .menu-item a i {
    font-size: 44px; }
  .menu-grid .menu-item a p {
    font-size: 16px; } }

@media screen and (max-width: 1700px) {
  .menu-grid .menu-item a i {
    font-size: 35px; }
  .menu-grid .menu-item a p {
    font-size: 14px; } }

@media screen and (max-width: 1024px) {
  .menu-item {
    height: 25vw !important;
    width: 25vw !important;
    float: left !important;
    position: static !important;
    margin: 1% !important; }
    .menu-item a .image {
      display: none; }
    .menu-item a i {
      font-size: 4vw !important; }
    .menu-item a p {
      font-size: 1.8vw !important; } }
/* mixins */
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 */
/* Theme for the ripple elements.*/
/** The mixins below are shared between mat-menu and mat-select */
/**
 * This mixin adds the correct panel transform styles based
 * on the direction that the menu panel opens.
 */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/**
 * This mixin contains shared option styles between the select and
 * autocomplete components.
 */
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h5, .mat-typography h5 {
  font-size: 11.62px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-h6, .mat-typography h6 {
  font-size: 9.38px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
  .mat-body p, .mat-body-1 p, .mat-typography p {
    margin: 0 0 12px; }

.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px; }

.mat-button, .mat-raised-button, .mat-icon-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card-title {
  font-size: 24px;
  font-weight: 400; }

.mat-card-subtitle,
.mat-card-content,
.mat-card-header .mat-card-title {
  font-size: 14px; }

.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px; }

.mat-chip {
  font-size: 13px;
  line-height: 18px; }
  .mat-chip .mat-chip-remove.mat-icon {
    font-size: 18px; }

.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-header-cell {
  font-size: 12px;
  font-weight: 500; }

.mat-cell {
  font-size: 14px; }

.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-calendar-body {
  font-size: 13px; }

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500; }

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400; }

.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif; }

.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400; }

.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-form-field {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125; }

.mat-form-field-wrapper {
  padding-bottom: 1.25em; }

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125; }

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em; }
  .mat-form-field-prefix .mat-icon-button .mat-icon,
  .mat-form-field-suffix .mat-icon-button .mat-icon {
    height: 1.125em;
    line-height: 1.125; }

.mat-form-field-infix {
  padding: 0.4375em 0;
  border-top: 0.84375em solid transparent; }

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-placeholder-wrapper .mat-form-field-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-placeholder-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em; }

.mat-form-field-placeholder {
  top: 1.28125em; }

.mat-form-field-underline {
  bottom: 1.25em; }

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.54167em;
  top: calc(100% - 1.66667em); }

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px; }
  .mat-grid-tile-header .mat-line,
  .mat-grid-tile-footer .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-grid-tile-header .mat-line:nth-child(n+2),
    .mat-grid-tile-footer .mat-line:nth-child(n+2) {
      font-size: 12px; }

input.mat-input-element {
  margin-top: -0.0625em; }

.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px; }

.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select-trigger {
  height: 1.125em; }

.mat-slide-toggle-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-step-label {
  font-size: 14px;
  font-weight: 400; }

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500; }

.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0; }

.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px; }

.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  font-size: 16px; }
  .mat-list .mat-list-item .mat-line, .mat-nav-list .mat-list-item .mat-line, .mat-selection-list .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 14px; }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  font-size: 16px; }
  .mat-list .mat-list-option .mat-line, .mat-nav-list .mat-list-option .mat-line, .mat-selection-list .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 14px; }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-list[dense] .mat-list-item, .mat-nav-list[dense] .mat-list-item, .mat-selection-list[dense] .mat-list-item {
  font-size: 12px; }
  .mat-list[dense] .mat-list-item .mat-line, .mat-nav-list[dense] .mat-list-item .mat-line, .mat-selection-list[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-list[dense] .mat-list-option, .mat-nav-list[dense] .mat-list-option, .mat-selection-list[dense] .mat-list-option {
  font-size: 12px; }
  .mat-list[dense] .mat-list-option .mat-line, .mat-nav-list[dense] .mat-list-option .mat-line, .mat-selection-list[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader, .mat-selection-list[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }

.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px; }

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500; }

.mat-ripple {
  overflow: hidden; }
  @media screen and (-ms-high-contrast: active) {
    .mat-ripple {
      display: none; } }

.mat-ripple.mat-ripple-unbounded {
  overflow: visible; }

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0); }

.mat-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  outline: none; }
  .mat-option[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-option {
    text-align: right; }
  .mat-option .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-option .mat-icon {
      margin-left: 16px;
      margin-right: 0; }
  .mat-option[aria-disabled='true'] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }
  .mat-optgroup .mat-option:not(.mat-option-multiple) {
    padding-left: 32px; }
    [dir='rtl'] .mat-optgroup .mat-option:not(.mat-option-multiple) {
      padding-left: 16px;
      padding-right: 32px; }

.mat-option-text {
  display: inline-block; }

.mat-option-ripple {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none; }
  @media screen and (-ms-high-contrast: active) {
    .mat-option-ripple {
      opacity: 0.5; } }

.mat-option-pseudo-checkbox {
  margin-right: 8px; }
  [dir='rtl'] .mat-option-pseudo-checkbox {
    margin-left: 8px;
    margin-right: 0; }

.mat-optgroup-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
  .mat-optgroup-label[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-optgroup-label {
    text-align: right; }
  .mat-optgroup-label .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-optgroup-label .mat-icon {
      margin-left: 16px;
      margin-right: 0; }

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.cdk-overlay-container {
  position: fixed;
  z-index: 1000; }

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000; }

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000; }

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0; }
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.48; }

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.6); }

.cdk-overlay-transparent-backdrop {
  background: none; }

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

/*$md-vbpalette: ( 50 : #fce2e6, 100 : #f8b7c1, 200 : #f38898, 300 : #ee586f, 400 : #ea3450, 500 : #e61031, 600 : #e30e2c, 700 : #df0c25, 800 : #db091f, 900 : #ab000b, A100 : #fffdfd, A200 : #ffcacc, A400 : #ff979b, A700 : #ff7e83, contrast: ( 50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000, ) );*/
/*$md-vbpalette: ( 50 : #f4f8fb, 100 : #f2f3f4, 200 : #f3f8fb, 300 : #ee586f, 400 : #475988, 500 : #1d336d, 600 : #1d346d, 700 : #df0c25, 800 : #db091f, 900 : #ab000b, A100 : #fffdfd, A200 : #ffcacc, A400 : #ff979b, A700 : #ff7e83, contrast: ( 50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000, ) );*/
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-option {
  color: rgba(0, 0, 0, 0.87); }
  .mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #1d336d; }
  .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #15275a; }
  .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #3f5283; }
  .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-option.mat-active {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.87); }
  .mat-option.mat-option-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38); }

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54); }
  .mat-pseudo-checkbox::after {
    color: #fafafa; }

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #15275a; }

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #1d336d; }

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #3f5283; }

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0; }

.mat-app-background {
  background-color: #fafafa; }

.mat-theme-loaded-marker {
  display: none; }

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
    background: white; }
    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
      color: rgba(0, 0, 0, 0.87); }

.mat-button, .mat-icon-button {
  background: transparent; }
  .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(29, 51, 109, 0.12); }
  .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(21, 39, 90, 0.12); }
  .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(63, 82, 131, 0.12); }
  .mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay {
    background-color: transparent; }
  .mat-button.mat-primary, .mat-icon-button.mat-primary {
    color: #1d336d; }
  .mat-button.mat-accent, .mat-icon-button.mat-accent {
    color: #15275a; }
  .mat-button.mat-warn, .mat-icon-button.mat-warn {
    color: #3f5283; }
  .mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }

.mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white; }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    color: white; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    color: white; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    color: white; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    background-color: #1d336d; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    background-color: #15275a; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    background-color: #3f5283; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    background-color: rgba(0, 0, 0, 0.12); }
  .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }

.mat-button.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.1); }

.mat-button.mat-accent .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.1); }

.mat-button.mat-warn .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.1); }

.mat-icon-button.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.2); }

.mat-icon-button.mat-accent .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.2); }

.mat-icon-button.mat-warn .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.2); }

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
    background-color: rgba(0, 0, 0, 0.06); }

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54); }

.mat-button-toggle-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #bdbdbd; }

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-checkmark {
  fill: #fafafa; }

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important; }

.mat-checkbox-mixedmark {
  background-color: #fafafa; }

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #1d336d; }

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #15275a; }

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #3f5283; }

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0; }

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0; }

.mat-checkbox-disabled .mat-checkbox-label {
  color: #b0b0b0; }

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.26); }

.mat-chip:not(.mat-basic-chip) {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87); }
  .mat-chip:not(.mat-basic-chip) .mat-chip-remove {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.4; }
  .mat-chip:not(.mat-basic-chip) .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-primary {
  background-color: #1d336d;
  color: white; }
  .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-warn {
  background-color: #3f5283;
  color: white; }
  .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-accent {
  background-color: #15275a;
  color: white; }
  .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-table {
  background: white; }

.mat-row, .mat-header-row {
  border-bottom-color: rgba(0, 0, 0, 0.12); }

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54); }

.mat-cell {
  color: rgba(0, 0, 0, 0.87); }

.mat-datepicker-content {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54); }

.mat-calendar-next-button,
.mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38); }

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12); }

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent; }
  .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38); }

:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-calendar-body-selected {
  background-color: #1d336d;
  color: white; }

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(29, 51, 109, 0.4); }

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white; }

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18); }

.mat-dialog-container {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
  background: rgba(0, 0, 0, 0.04); }

.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-expansion-panel-header[aria-disabled='true'] {
  color: rgba(0, 0, 0, 0.38); }
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title,
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
    color: inherit; }

.mat-form-field {
  width: 200px; }

.mat-form-field-placeholder {
  color: rgba(0, 0, 0, 0.54); }

.mat-hint {
  color: rgba(0, 0, 0, 0.54); }

.mat-focused .mat-form-field-placeholder {
  color: #1d336d; }
  .mat-focused .mat-form-field-placeholder.mat-accent {
    color: #15275a; }
  .mat-focused .mat-form-field-placeholder.mat-warn {
    color: #3f5283; }

.mat-focused .mat-form-field-required-marker {
  color: #15275a; }

.mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42); }
  .mat-form-field-underline.mat-disabled {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
    background-size: 4px 1px;
    background-repeat: repeat-x; }

.mat-form-field-ripple {
  background-color: #1d336d; }
  .mat-form-field-ripple.mat-accent {
    background-color: #15275a; }
  .mat-form-field-ripple.mat-warn {
    background-color: #3f5283; }

.mat-form-field-invalid .mat-form-field-placeholder {
  color: #3f5283; }
  .mat-form-field-invalid .mat-form-field-placeholder.mat-accent,
  .mat-form-field-invalid .mat-form-field-placeholder .mat-form-field-required-marker {
    color: #3f5283; }

.mat-form-field-invalid .mat-form-field-ripple {
  background-color: #3f5283; }

.mat-error {
  color: #3f5283; }

.mat-icon.mat-primary {
  color: #1d336d; }

.mat-icon.mat-accent {
  color: #15275a; }

.mat-icon.mat-warn {
  color: #3f5283; }

.mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.42); }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  color: rgba(0, 0, 0, 0.87); }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  color: rgba(0, 0, 0, 0.87); }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  color: rgba(0, 0, 0, 0.54); }

.mat-list-item-disabled {
  background-color: #eeeeee; }

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-nav-list .mat-list-item {
  outline: none; }
  .mat-nav-list .mat-list-item:hover, .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }

.mat-list-option {
  outline: none; }
  .mat-list-option:hover, .mat-list-option.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }

.mat-menu-panel {
  background: white; }

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87); }
  .mat-menu-item[disabled] {
    color: rgba(0, 0, 0, 0.38); }

.mat-menu-item .mat-icon,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-menu-item:hover:not([disabled]),
.mat-menu-item:focus:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04); }

.mat-paginator {
  background: white; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54); }

.mat-paginator-increment,
.mat-paginator-decrement {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54); }

.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-decrement {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%233f5283%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar-buffer {
  background-color: #3f5283; }

.mat-progress-bar-fill::after {
  background-color: #1d336d; }

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23bbc2d3%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #bbc2d3; }

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #15275a; }

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23bbc2d3%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #bbc2d3; }

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #3f5283; }

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #1d336d; }

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #15275a; }

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #3f5283; }

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38); }

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1d336d; }

.mat-radio-button.mat-primary .mat-radio-inner-circle {
  background-color: #1d336d; }

.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.26); }

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #15275a; }

.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #15275a; }

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.26); }

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f5283; }

.mat-radio-button.mat-warn .mat-radio-inner-circle {
  background-color: #3f5283; }

.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.26); }

.mat-select-disabled .mat-select-value,
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54); }

.mat-select-content, .mat-select-panel-done-animating {
  background: white; }

.mat-select-value {
  color: rgba(0, 0, 0, 0.87); }

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12); }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1d336d; }

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #15275a; }

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #3f5283; }

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #3f5283; }

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54); }

.mat-select.mat-select-disabled .mat-select-arrow {
  color: #3f5283; }

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-drawer.mat-drawer-push {
    background-color: white; }

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6); }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-warn .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-disabled .mat-slide-toggle-thumb {
  background-color: #bdbdbd; }

.mat-disabled .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-slide-toggle-thumb {
  background-color: #fafafa; }

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #1d336d; }

.mat-primary .mat-slider-thumb-label-text {
  color: white; }

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #15275a; }

.mat-accent .mat-slider-thumb-label-text {
  color: white; }

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #3f5283; }

.mat-warn .mat-slider-thumb-label-text {
  color: white; }

.mat-slider-focus-ring {
  background-color: rgba(21, 39, 90, 0.2); }

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12); }

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87); }

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26); }

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7); }

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.38); }

.mat-step-header .mat-step-icon {
  background-color: #1d336d;
  color: white; }

.mat-step-header .mat-step-icon-not-touched {
  background-color: rgba(0, 0, 0, 0.38);
  color: white; }

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87); }

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white; }

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12); }

.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none; }

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87); }
  .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87); }

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-tab-group[class*='mat-background-'] .mat-tab-header,
.mat-tab-nav-bar[class*='mat-background-'] {
  border-bottom: none;
  border-top: none; }

.mat-tab-group.mat-primary .mat-tab-label:focus, .mat-tab-group.mat-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-primary .mat-tab-link:focus {
  background-color: rgba(63, 82, 131, 0.3); }

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1d336d; }

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-accent .mat-tab-label:focus, .mat-tab-group.mat-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-accent .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #15275a; }

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-warn .mat-tab-label:focus, .mat-tab-group.mat-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-warn .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #3f5283; }

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-label:focus, .mat-tab-group.mat-background-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-link:focus {
  background-color: rgba(63, 82, 131, 0.3); }

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #1d336d; }

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-tab-label:focus, .mat-tab-group.mat-background-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #15275a; }

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-tab-label:focus, .mat-tab-group.mat-background-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: #3f5283; }

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87); }
  .mat-toolbar.mat-primary {
    background: #1d336d;
    color: white; }
  .mat-toolbar.mat-accent {
    background: #15275a;
    color: white; }
  .mat-toolbar.mat-warn {
    background: #3f5283;
    color: white; }

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9); }

.mat-snack-bar-container {
  background: #323232;
  color: white; }

.mat-simple-snackbar-action {
  color: #15275a; }

/* variables */
/* mixins */
/* SPIN Animation*/
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(360deg); }
  to {
    -moz-transform: rotate(0deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg); } }

@keyframes spin {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

/* SPIN ENDS*/
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: #1d336d; }

.material-icons.md-dark.md-inactive {
  color: #15275a; }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

/* HTML Elements - START  */
html {
  font-size: 14px; }

p {
  margin: 10px 0; }

label {
  margin: 10px 0;
  display: block;
  font-weight: 600; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

ul.content, .content ul {
  list-style-type: none; }
  ul.content li, .content ul li {
    margin: 5px 0;
    display: flex;
    text-align: justify;
    text-justify: inter-word; }
  ul.content i, .content ul i {
    color: #1d336d;
    font-weight: normal;
    font-size: 18px; }

hr {
  background: #dadada;
  border: 0;
  height: 1px; }

a:hover {
  cursor: pointer; }

/* HTML Elements - END */
/* Colors - START  */
.red {
  color: #1d336d; }

.blue {
  color: #1d336d; }

/* Colors - END */
/* width - START */
.width-100 {
  width: 100%; }

/* width - END */
/* Blocks - START */
.innerContentWithBorder {
  border: #dadada 1px solid;
  padding: 20px 3%; }

.popup-container {
  min-height: 350px; }

.popup-container a {
  text-decoration: underline; }

.content-container {
  padding: 25px;
  position: relative; }

.content-block, .buttons-block {
  margin-bottom: 20px;
  position: relative; }

.content-block-inner {
  margin-bottom: 10px;
  position: relative; }

.buttons-block {
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 0px;
  position: relative; }

.flow-left {
  position: relative;
  float: left; }

.flow-right {
  position: relative;
  float: right; }

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

.position-relative {
  position: relative; }

.flex-display, .content-align-left, .content-align-center, .content-align-right, .content-align-bottom, .modal-container .preview-table-data .top-header, .modal-container .preview-grid-data .top-header, .modal-container .preview-grid-data .bottom-content, .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }

.content-align-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; }

.content-align-center {
  justify-content: center;
  -webkit-justify-content: center; }

.content-align-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.content-align-right button {
  /*margin-left:15px*/ }

.content-align-bottom {
  align-self: flex-end; }

.max-width-600 {
  max-width: 600px; }

.delimiter {
  padding: 36%;
  position: relative;
  top: 23%; }

.delimiterLeft {
  padding-left: 5%;
  padding-right: 90%; }

.delimiterLeftMinWidth {
  min-width: 30px; }

/* Blocks - END */
/* Paddings - START */
.padding-5, .modal-container .tab-section-first {
  padding: 5px;
  position: relative; }

.padding-10, .modal-container .modal-toprow-item, .modal-container .tab-section-first .tab-section-first-column {
  padding: 10px;
  position: relative; }

.padding-15 {
  padding: 15px;
  position: relative; }

.padding-20 {
  padding: 20px;
  position: relative; }

.padding-25 {
  padding: 25px;
  position: relative; }

.padding-35 {
  padding: 35px;
  position: relative; }

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

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

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

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

.padding-top-bottom-20 {
  padding: 20px 0px; }

/* Paddings - END */
/* Margins - START */
.margin-bottom-5 {
  margin-bottom: 5px; }

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

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

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

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

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

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

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

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

.margin-10 {
  margin: 10px; }

.margin-15 {
  margin: 15px; }

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

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

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

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

/* Margins - END */
/* Text Alignment - START */
.text-left-align, .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
  text-align: left; }

.text-right-align {
  text-align: right; }

.text-center-align, .modal-container .tab-section-first .tab-section-first-column, .modal-container .preview-table-data .top-header, .modal-container .preview-table-data .bottom-content, .modal-container .preview-grid-data .top-header, .modal-container .preview-grid-data .bottom-content {
  text-align: center; }

/* Text Alignment - END */
/* Input Elements (Textbox and TextArea) - START */
.textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
  height: 35px;
  padding: 5px;
  border: 1px solid #cdcdcd;
  width: 100%;
  max-width: 600px;
  font-size: 14px; }

.textbox-300 {
  max-width: 300px; }

.textbox-250 {
  max-width: 250px; }

.textbox-150 {
  max-width: 150px; }

.textbox-190 {
  max-width: 190px; }

.textarea {
  height: 100px; }

input[type="text"].ng-dirty.ng-invalid, input[type="email"].ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid {
  color: #ee586f;
  border: 1px solid #617099; }

.validation-message {
  color: #ee586f;
  font-size: 0.85em;
  padding-top: 5px;
  padding-left: 5px; }

/* Input Elements (Textbox and TextArea) - END */
/* Miscellaneous - START */
.annotation {
  font-size: 0.8em;
  color: #999; }

.quote-header {
  font-size: 0.8em; }

.visible-hidden {
  visibility: hidden;
  opacity: 0; }

.rounded-border {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dadada; }

.link {
  text-decoration: underline;
  cursor: pointer; }

.link.strong {
  font-weight: 900; }

/* Miscellaneous - END */
/* Button Styles - START */
.vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  overflow: visible;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-width: 120px;
  min-height: 30px;
  height: auto;
  font-size: 14px;
  border: none;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  padding: 8px 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }

.vb-button-red {
  color: white;
  background-color: #1d336d;
  border-radius: 4px;
  box-shadow: none; }
  .vb-button-red:hover {
    transform: none;
    background: #4d4e4e;
    color: white; }

.vb-button-grey {
  color: #2b3034;
  background-color: #e6e5e5;
  border-radius: 4px;
  box-shadow: none; }
  .vb-button-grey:hover {
    transform: none;
    background: #4d4e4e;
    color: white; }

.vb-button-cyan {
  border-radius: 4px;
  box-shadow: none !important; }
  .vb-button-cyan:hover {
    transform: none !important;
    background: #4d4e4e;
    color: white; }

.vb-button[disabled], [disabled].vb-button-red, [disabled].vb-button-grey, [disabled].vb-button-cyan {
  opacity: 0.5;
  transform: none; }
  .vb-button[disabled]:hover, [disabled].vb-button-red:hover, [disabled].vb-button-grey:hover, [disabled].vb-button-cyan:hover {
    transform: none !important;
    -webkit-transform: none;
    /* Safari and Chrome */
    -moz-transform: none;
    /* Firefox */
    -ms-transform: none;
    /* IE 9 */
    -o-transform: none;
    /* Opera */ }

.vb-button-link {
  display: block;
  text-transform: uppercase;
  height: 32px;
  justify-content: center;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 10px; }

.vb-button-icon {
  background-color: #1d336d;
  color: #fff;
  border: none;
  cursor: pointer; }

.md-dialog-close-button:hover {
  cursor: pointer; }

.hover-pointer:hover {
  cursor: pointer; }

/* Button Styles - END */
/* Modal Dialog - START */
.cdk-overlay-backdrop, .cdk-overlay-dark-backdrop {
  background-color: black; }

@media screen and (max-width: 480px) {
  .cdk-overlay-pane {
    left: 0px !important; } }

md-dialog-content.mat-dialog-content {
  max-height: none;
  overflow: hidden;
  /*max-height: 72vh;

    @media screen and (max-width: 599px) {
        max-height: 90vh;
    }

    @media screen and (min-width: 600px) and (max-width: 959px) {
        max-height: 90vh;
    }*/ }

.mat-dialog-header.white {
  background-color: #fff;
  color: #000;
  padding: 25px 0px 15px 25px; }

.modal-container {
  padding: 24px;
  background-color: #fff;
  /*max-width: 1200px;*/
  /*max-height: 900px;
    overflow: auto;*/ }
  .modal-container .modal-title {
    font-weight: 800; }
  .modal-container .modal-icons .material-icons {
    padding: 0 0.6em; }
    .modal-container .modal-icons .material-icons.help {
      color: #1d346d; }
  .modal-container .modal-section-first {
    margin: 0 -10px 0px -10px; }
  .modal-container .tab-section-first {
    background-color: #4e4e4e;
    color: #fff; }
  .modal-container .tab-section-first.grayout {
    color: #666 !important; }
  .modal-container .tab-stock-lookup-price {
    font-size: 1.3em; }
  .modal-container .tab-content-block {
    border: 1px solid rgba(42, 42, 42, 0.17);
    margin-bottom: 0px; }
  .modal-container .ratio-green {
    color: #19C403;
    font-size: 1.3em;
    position: relative;
    bottom: 3px;
    margin-left: 15px; }
  .modal-container .ratio-red {
    color: #3f5283;
    font-size: 1.3em;
    position: relative;
    bottom: 3px;
    margin-left: 15px; }
  .modal-container .updown-arrow-icon {
    position: relative;
    top: 8px; }
  .modal-container .tab-stock-date-volume {
    display: inline-block;
    padding-right: 10px;
    font-size: 0.8em; }
  .modal-container .tab-stock-icon-refresh {
    display: inline-block;
    color: #1d336d; }
  .modal-container .tab-stock-icon-refresh:hover {
    color: #fff;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    -webkit-transform-origin: 50% 58%;
    transform-origin: 50% 58%;
    -ms-transform-origin: 50% 58%;
    /* IE 9 */ }
  .modal-container .search-link {
    color: #1d336d;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none; }
  .modal-container .search-link.header-link {
    margin-right: 7px; }
  .modal-container .search-icon {
    display: inline-block;
    position: absolute;
    top: 54px;
    right: 16px;
    color: #1d336d; }
  .modal-container .option-search-icon {
    display: inline-block;
    position: absolute;
    top: 42px;
    right: 22px; }
  .modal-container .primary-security-detail-table {
    min-height: 375px; }
  .modal-container .preview-table-data {
    border: solid 1px rgba(42, 42, 42, 0.17); }
    .modal-container .preview-table-data .top-header {
      background-color: #f5f5f5;
      min-height: 45px;
      font-weight: 700;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .modal-container .preview-table-data .bottom-content {
      padding: 10px 0; }
  .modal-container .preview-grid-data .top-header {
    background-color: #f5f5f5;
    min-height: 30px;
    font-weight: 700;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .modal-container .preview-grid-data .bottom-content {
    min-height: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .modal-container .preview-grid-data .right-content-container {
    border-left: 1px solid rgba(42, 42, 42, 0.17); }
  .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
    min-height: 30px;
    justify-content: left;
    -webkit-justify-content: left;
    -webkit-align-items: left;
    align-items: left; }
  .modal-container .preview-grid-data .left-header {
    font-weight: 700;
    /*min-width: 150px;*/ }
  .modal-container .table-border .preview-grid-data {
    border: solid 1px rgba(42, 42, 42, 0.17); }
  .modal-container .info-icon {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin: 5px;
    color: #1d336d; }
  .modal-container .content-min-width {
    min-width: 320px; }
    @media screen and (max-width: 599px) {
      .modal-container .content-min-width {
        min-width: 272px; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      .modal-container .content-min-width {
        min-width: 600px; } }
    @media screen and (min-width: 960px) and (max-width: 1279px) {
      .modal-container .content-min-width {
        min-width: 900px; } }
    @media screen and (min-width: 1280px) and (max-width: 1919px) {
      .modal-container .content-min-width {
        min-width: 1150px; } }
    @media screen and (min-width: 1920px) and (max-width: 5000px) {
      .modal-container .content-min-width {
        min-width: 1150px; } }

.modal-container-max-width {
  max-width: 1200px; }

.hideTabs > * > .mat-tab-header {
  display: none; }

.modal-container .hideStockHeader {
  display: none; }

/* Modal Dialog - END */
/* Material Icons - END */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* Material Icons - END */
/* Overriding Material Styles - Dialog - START */
.mat-dialog-container {
  max-width: 100vw !important;
  max-height: 100vh !important;
  background: none; }

.mat-calendar-header {
  padding-left: 10% !important; }

.mat-calendar-content {
  padding-left: 10% !important;
  padding-right: 10% !important; }

.mat-datepicker-content-touch {
  overflow: hidden !important; }

.mat-dialog-padding {
  padding: 25px; }

/* Overriding Material Styles - Dialog - END */
/* Overriding Material Styles - Tabs - START */
.mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  color: #183271;
  font-weight: 600;
  min-width: 125px !important; }
  .mat-tab-label:focus {
    background-color: #183271 !important; }

.mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.mat-tab-header {
  border-bottom-color: #183271;
  background: white; }

.mat-ink-bar {
  display: none; }

/* Overriding Material Styles - Tabs - END */
/* Overriding Material Styles - TradingMain - Tabs - START */
.tabsMain .mat-tab-label {
  opacity: 1 !important;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 16px !important;
  color: #183271;
  font-weight: 600;
  min-width: 160px !important;
  height: 50px; }
  .tabsMain .mat-tab-label:focus {
    background-color: #183271 !important; }

.tabsMain .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsMain .mat-tab-label:hover {
  background: #183271;
  color: #ffffff; }

.tabsMain .mat-tab-header {
  border-bottom: solid 3px #f2f3f4;
  border-bottom-color: #183271;
  background: white;
  height: 50px; }

.userRestricted-tab .mat-tab-label:nth-child(2) {
  display: none; }

.userRestricted-tab .mat-tab-label:nth-child(3) {
  display: none; }

.tabsMain .mat-tab-disabled {
  display: none; }

.tabsMain .mat-ink-bar {
  display: none; }

/* Overriding Material Styles - TradingMain -Tabs - END */
/* Overriding Material Styles - TradingSub - Tabs - START */
.tabsSub .mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  font-weight: 600;
  font-size: 12px !important;
  color: #183271;
  min-width: 125px !important;
  height: 40px;
  padding: 10px; }
  .tabsSub .mat-tab-label:focus {
    background-color: #183271 !important; }

.tabsSub .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsSub .mat-tab-header {
  border-bottom: none;
  height: 40px; }

.tabsSub .mat-ink-bar {
  display: none; }

.tabsNewStock .mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  font-weight: 600;
  font-size: 12px !important;
  color: #183271;
  min-width: 100px !important;
  height: 30px !important;
  padding: 10px; }

.tabsNewStock .mat-tab-label:focus {
  background-color: #183271 !important; }

.tabsNewStock .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsNewStock .mat-tab-header {
  border-bottom: none;
  height: 30px !important; }

.tabsNewStock .mat-ink-bar {
  display: none; }

/* Overriding Material Styles - TradingMain -Tabs - END */
/* Overriding Material Styles - Select Dropdown - START */
/*.mat-select {
    width: 100%;
    max-width: 600px;
    height: 35px;
}*/
.mat-form-field {
  height: 35px;
  width: 100%;
  max-width: 600px; }
  .mat-form-field .mat-form-field-infix {
    border-top: 0.3125em; }
    .mat-form-field .mat-form-field-infix label.mat-form-field-placeholder {
      margin: 0; }

.mat-input-container {
  width: 100%;
  max-width: 600px; }

.mat-select-value {
  font-size: 14px; }

.mat-option {
  font-size: 14px !important;
  height: 40px; }

.mat-select-placeholder.mat-floating-placeholder {
  opacity: 0 !important; }

/* Overriding Material Styles - Select Dropdown - END */
/* Overriding Material Styles - Radio Button Group - START */
.mat-radio-group .mat-radio-button {
  margin-right: 10px; }

/* Overriding Material Styles - Radio Button Group - END */
/* Overriding Material Styles - Pagination - START */
@media screen and (max-width: 599px) {
  .mat-paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center; } }

@media screen and (min-width: 600px) and (max-width: 959px) {
  .mat-paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center; } }

.mat-paginator-decrement, .mat-paginator-increment {
  border-top: 2px solid #666;
  border-right: 2px solid #666; }

.mat-datepicker-toggle {
  position: absolute;
  top: 0;
  right: 6px; }

/*.mat-paginator-page-size-label {
    width: 150px;
}*/
.mat-paginator .mat-form-field {
  width: 112px; }

.mat-paginator-range-label {
  margin: 0 5px !important; }

mat-expansion-panel-header {
  height: 48px; }

.mat-expansion-panel-header:hover {
  background-color: #1d336d !important; }

.mat-expansion-panel-header-title:hover {
  color: white; }

.mat-expansion-panel-header-title {
  color: #1d336d; }

/* Overriding Material Styles - Pagination - END */
/* Banking pages styles - START    */
.link-float-right {
  position: relative;
  float: right;
  z-index: 1;
  padding: 7px; }

.header-right-link {
  align-items: center;
  display: inline-block;
  text-decoration: none;
  color: #1d336d; }

.header-right-link span {
  text-decoration: underline;
  display: inline-block;
  vertical-align: top; }

.checkboxLabel {
  display: inline;
  text-align: justify;
  text-justify: inter-word;
  margin-left: 10px; }

.red-label {
  color: #1d336d; }

/* Banking pages styles - END    */
/* =======================================================================live chat STARTS*/
#live-chat-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  right: 135px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#live-chat-button:hover {
  background: #f3f8fb; }

#live-chat-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#live-chat-button i {
  font-size: 12px;
  margin-right: 7px; }

#live-chat-button.fixed {
  position: fixed;
  bottom: 0; }

/* =======================================================================live chat end*/
/* =======================================================================support centre STARTS*/
#support-centre-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  right: 305px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#support-centre-button:hover {
  background: #343a3f; }

#support-centre-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#support-centre-button i {
  font-size: 12px;
  margin-right: 7px; }

#support-centre-button.fixed {
  position: fixed;
  bottom: 0; }

/* =======================================================================support center button end*/
#side-menu-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  left: 10px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#side-menu-button:hover {
  background: #343a3f; }

#side-menu-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#side-menu-button i {
  font-size: 12px;
  margin-right: 7px; }

#side-menu-button.fixed {
  position: fixed;
  bottom: 0; }

.grey-row {
  background-color: #f2f2f2;
  padding: 25px; }

@media (max-width: 767px) {
  .grey-row {
    background-color: #f2f2f2;
    padding: 15px; } }

.dialog.notice-content {
  background-color: #fff; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-header {
    color: #1d336d;
    font-size: 22px;
    text-transform: none;
    font-weight: 600; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-first {
    border: 1px solid;
    border-color: #000 !important;
    padding: 10px; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-first .blue-click-here {
      color: blue;
      text-decoration: underline; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second {
    border: 1px solid;
    border-color: #000 !important;
    padding: 10px; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .notice-second-header {
      color: #000;
      font-size: 16px;
      text-transform: none;
      font-weight: 600;
      border-bottom: none; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .grey-new-ticket {
      font-weight: 800;
      color: grey;
      text-decoration: underline; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .blue-click-here {
      color: blue;
      text-decoration: underline; }
  .dialog.notice-content .mat-dialog-actions.notice-dialog-actions {
    border: none;
    padding: 0px;
    margin: initial !important; }
    .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns {
      width: 100%;
      text-align: center; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-dontshow-btn {
        color: #1d336d !important;
        font-weight: 800;
        text-decoration: none !important;
        cursor: pointer;
        float: left; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .vb-button-red.broker-dontshow-btn {
        float: left; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .vb-button-grey.broker-continue-btn {
        float: right; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-remindme-btn {
        color: #000;
        font-weight: 800;
        text-decoration: none !important;
        cursor: pointer; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-givemewave-btn {
        color: blue !important;
        font-weight: 800;
        text-decoration: underline;
        cursor: pointer;
        float: right; }

.font-weight-800 {
  font-weight: 800; }

.text-transform-none {
  text-transform: none; }

.text-decoration-none {
  text-decoration: none; }

.padding-40 {
  padding: 40px; }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 12px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; } }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1) {
  #tabsTrade .mat-tab-label {
    font-size: 12px;
    padding: 10px; } }

@media screen and (min-width: 1280px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .tabsMain .mat-tab-label {
    font-size: 12px;
    padding: 10px;
    height: 30px; }
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 10px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; } }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1) {
  #tabsTrade .mat-tab-label {
    font-size: 12px;
    padding: 10px; } }

@media screen and (min-width: 1280px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .tabsMain .mat-tab-label {
    font-size: 12px;
    padding: 10px;
    height: 30px; }
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 10px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; }
  .tabsMain .mat-tab-label {
    font-size: 14px;
    padding: 10px; }
  .tabsMain .mat-tab-header {
    height: 30px; } }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1) {
  #tabsTrade .mat-tab-label {
    font-size: 12px;
    padding: 10px; } }

@media screen and (min-width: 1280px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .tabsMain .mat-tab-label {
    font-size: 12px;
    padding: 10px;
    height: 30px; }
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 10px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; }
  .tabsMain .mat-tab-label {
    font-size: 14px;
    padding: 10px; }
  .tabsMain .mat-tab-header {
    height: 30px; } }

.login {
  background: none;
  /* url(images/login-bkgrd.png) no-repeat 0 0;*/
  background-size: cover; }
  .login .login-header {
    min-height: 75px;
    width: 100%;
    background: #1d336d;
    border-bottom: 1px solid #f2f3f4;
    color: #ffffff;
    padding: 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    .login .login-header .open-account {
      padding: 0 13px; }
      .login .login-header .open-account .header-link {
        color: white;
        display: inline-block;
        height: 16px;
        overflow: hidden;
        padding: 0;
        text-decoration: none; }
        .login .login-header .open-account .header-link:before {
          content: "["; }
        .login .login-header .open-account .header-link:after {
          content: "]"; }
        .login .login-header .open-account .header-link .animate {
          -webkit-transition: transform 0.3s;
          -moz-transition: transform 0.3s;
          -o-transition: transform 0.3s;
          transition: transform 0.3s;
          display: inline-block;
          font-weight: 700;
          padding: 0 5px;
          text-transform: uppercase;
          position: relative; }
          .login .login-header .open-account .header-link .animate:before {
            content: attr(data-text);
            font-weight: 700;
            left: 0;
            position: absolute;
            top: 105%;
            text-align: center;
            width: 100%; }
          .login .login-header .open-account .header-link .animate:hover {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%); }
  .login .login-body {
    height: 558px;
    margin: 50px 0;
    width: 477px;
    /*background-image: linear-gradient(21deg, #1e1e1e 0%, #4a4a4a 100%);
        box-shadow: 2.3px 3.3px 13px rgba(0, 0, 0, 0.41);*/
    background: #ffffff; }
    .login .login-body input[type="submit"]:disabled {
      color: white;
      background: #4d4e4e; }
    .login .login-body .links a {
      color: #1d336d; }
    .login .login-body h1, .login .login-body .title, .login .login-body .question {
      width: 352px;
      margin: 20px auto;
      text-align: center;
      color: #1d346d; }
    .login .login-body .login-label {
      width: 352px;
      margin: 20px auto;
      text-align: left;
      color: #1d346d; }
    .login .login-body span {
      color: #fff; }
    .login .login-body img {
      margin: 55px 0 20px;
      width: 175px;
      align-self: center; }
    .login .login-body .login-form {
      margin: 0 auto 0;
      width: 352px; }
      .login .login-body .login-form input:not([type="submit"]):not([type="checkbox"]), .login .login-body .login-form select {
        height: 51px;
        width: 100%;
        border: 1px solid gainsboro;
        padding-left: 17px; }
      .login .login-body .login-form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        color: #717171;
        margin-bottom: 29px; }
      .login .login-body .login-form .validation-message {
        height: 21px;
        margin-bottom: 8px; }
        .login .login-body .login-form .validation-message span {
          color: inherit; }
    .login .login-body .red-button {
      background-color: #1d336d;
      border: none;
      border-radius: 3px;
      box-shadow: none;
      color: white;
      cursor: pointer;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin: 0 auto 20px;
      width: 250px;
      height: 40px; }
    .login .login-body .links {
      align-self: center; }
      .login .login-body .links a, .login .login-body .links span {
        letter-spacing: 0.1em;
        text-decoration: none;
        color: #6f6f6f;
        line-height: 41px;
        text-align: center; }
      .login .login-body .links span {
        margin: 0 11px; }
  .login .login-footer {
    width: 100%; }

@media screen and (max-width: 480px) {
  .login .login-body {
    height: 558px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 350px; }
    .login .login-body h1, .login .login-body .title, .login .login-body .question, .login .login-body span {
      width: 290px; }
    .login .login-body .login-form {
      width: 290px; }
    .login .login-body .links span {
      display: none; } }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .login .login-body {
    height: 475px;
    margin: 100px 0;
    width: 470px; }
    .login .login-body h1, .login .login-body .title, .login .login-body .question, .login .login-body span {
      width: 290px; }
    .login .login-body .login-form {
      width: 290px; }
    .login .login-body .links a {
      font-size: 12px; }
    .login .login-body .links span {
      width: 10px; }
  .login .login-footer {
    font-size: 10px; } }
/* mixins */
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 */
/* Theme for the ripple elements.*/
/** The mixins below are shared between mat-menu and mat-select */
/**
 * This mixin adds the correct panel transform styles based
 * on the direction that the menu panel opens.
 */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/**
 * This mixin contains shared option styles between the select and
 * autocomplete components.
 */
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h5, .mat-typography h5 {
  font-size: 11.62px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-h6, .mat-typography h6 {
  font-size: 9.38px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
  .mat-body p, .mat-body-1 p, .mat-typography p {
    margin: 0 0 12px; }

.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px; }

.mat-button, .mat-raised-button, .mat-icon-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card-title {
  font-size: 24px;
  font-weight: 400; }

.mat-card-subtitle,
.mat-card-content,
.mat-card-header .mat-card-title {
  font-size: 14px; }

.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px; }

.mat-chip {
  font-size: 13px;
  line-height: 18px; }
  .mat-chip .mat-chip-remove.mat-icon {
    font-size: 18px; }

.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-header-cell {
  font-size: 12px;
  font-weight: 500; }

.mat-cell {
  font-size: 14px; }

.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-calendar-body {
  font-size: 13px; }

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500; }

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400; }

.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif; }

.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400; }

.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-form-field {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125; }

.mat-form-field-wrapper {
  padding-bottom: 1.25em; }

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125; }

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em; }
  .mat-form-field-prefix .mat-icon-button .mat-icon,
  .mat-form-field-suffix .mat-icon-button .mat-icon {
    height: 1.125em;
    line-height: 1.125; }

.mat-form-field-infix {
  padding: 0.4375em 0;
  border-top: 0.84375em solid transparent; }

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-placeholder-wrapper .mat-form-field-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-placeholder-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em; }

.mat-form-field-placeholder {
  top: 1.28125em; }

.mat-form-field-underline {
  bottom: 1.25em; }

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.54167em;
  top: calc(100% - 1.66667em); }

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px; }
  .mat-grid-tile-header .mat-line,
  .mat-grid-tile-footer .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-grid-tile-header .mat-line:nth-child(n+2),
    .mat-grid-tile-footer .mat-line:nth-child(n+2) {
      font-size: 12px; }

input.mat-input-element {
  margin-top: -0.0625em; }

.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px; }

.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select-trigger {
  height: 1.125em; }

.mat-slide-toggle-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-step-label {
  font-size: 14px;
  font-weight: 400; }

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500; }

.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0; }

.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px; }

.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  font-size: 16px; }
  .mat-list .mat-list-item .mat-line, .mat-nav-list .mat-list-item .mat-line, .mat-selection-list .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 14px; }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  font-size: 16px; }
  .mat-list .mat-list-option .mat-line, .mat-nav-list .mat-list-option .mat-line, .mat-selection-list .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 14px; }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-list[dense] .mat-list-item, .mat-nav-list[dense] .mat-list-item, .mat-selection-list[dense] .mat-list-item {
  font-size: 12px; }
  .mat-list[dense] .mat-list-item .mat-line, .mat-nav-list[dense] .mat-list-item .mat-line, .mat-selection-list[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-list[dense] .mat-list-option, .mat-nav-list[dense] .mat-list-option, .mat-selection-list[dense] .mat-list-option {
  font-size: 12px; }
  .mat-list[dense] .mat-list-option .mat-line, .mat-nav-list[dense] .mat-list-option .mat-line, .mat-selection-list[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader, .mat-selection-list[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500; }

.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px; }

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500; }

.mat-ripple {
  overflow: hidden; }
  @media screen and (-ms-high-contrast: active) {
    .mat-ripple {
      display: none; } }

.mat-ripple.mat-ripple-unbounded {
  overflow: visible; }

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0); }

.mat-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  outline: none; }
  .mat-option[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-option {
    text-align: right; }
  .mat-option .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-option .mat-icon {
      margin-left: 16px;
      margin-right: 0; }
  .mat-option[aria-disabled='true'] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }
  .mat-optgroup .mat-option:not(.mat-option-multiple) {
    padding-left: 32px; }
    [dir='rtl'] .mat-optgroup .mat-option:not(.mat-option-multiple) {
      padding-left: 16px;
      padding-right: 32px; }

.mat-option-text {
  display: inline-block; }

.mat-option-ripple {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none; }
  @media screen and (-ms-high-contrast: active) {
    .mat-option-ripple {
      opacity: 0.5; } }

.mat-option-pseudo-checkbox {
  margin-right: 8px; }
  [dir='rtl'] .mat-option-pseudo-checkbox {
    margin-left: 8px;
    margin-right: 0; }

.mat-optgroup-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
  .mat-optgroup-label[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-optgroup-label {
    text-align: right; }
  .mat-optgroup-label .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-optgroup-label .mat-icon {
      margin-left: 16px;
      margin-right: 0; }

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.cdk-overlay-container {
  position: fixed;
  z-index: 1000; }

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000; }

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000; }

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0; }
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.48; }

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.6); }

.cdk-overlay-transparent-backdrop {
  background: none; }

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

/*$md-vbpalette: ( 50 : #fce2e6, 100 : #f8b7c1, 200 : #f38898, 300 : #ee586f, 400 : #ea3450, 500 : #e61031, 600 : #e30e2c, 700 : #df0c25, 800 : #db091f, 900 : #ab000b, A100 : #fffdfd, A200 : #ffcacc, A400 : #ff979b, A700 : #ff7e83, contrast: ( 50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000, ) );*/
/*$md-vbpalette: ( 50 : #f4f8fb, 100 : #f2f3f4, 200 : #f3f8fb, 300 : #ee586f, 400 : #475988, 500 : #1d336d, 600 : #1d346d, 700 : #df0c25, 800 : #db091f, 900 : #ab000b, A100 : #fffdfd, A200 : #ffcacc, A400 : #ff979b, A700 : #ff7e83, contrast: ( 50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000, ) );*/
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-option {
  color: rgba(0, 0, 0, 0.87); }
  .mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #1d336d; }
  .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #15275a; }
  .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #3f5283; }
  .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-option.mat-active {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.87); }
  .mat-option.mat-option-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38); }

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54); }
  .mat-pseudo-checkbox::after {
    color: #fafafa; }

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #15275a; }

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #1d336d; }

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #3f5283; }

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0; }

.mat-app-background {
  background-color: #fafafa; }

.mat-theme-loaded-marker {
  display: none; }

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
    background: white; }
    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
      color: rgba(0, 0, 0, 0.87); }

.mat-button, .mat-icon-button {
  background: transparent; }
  .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(29, 51, 109, 0.12); }
  .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(21, 39, 90, 0.12); }
  .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(63, 82, 131, 0.12); }
  .mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay {
    background-color: transparent; }
  .mat-button.mat-primary, .mat-icon-button.mat-primary {
    color: #1d336d; }
  .mat-button.mat-accent, .mat-icon-button.mat-accent {
    color: #15275a; }
  .mat-button.mat-warn, .mat-icon-button.mat-warn {
    color: #3f5283; }
  .mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }

.mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white; }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    color: white; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    color: white; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    color: white; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    background-color: #1d336d; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    background-color: #15275a; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    background-color: #3f5283; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    background-color: rgba(0, 0, 0, 0.12); }
  .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }

.mat-button.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.1); }

.mat-button.mat-accent .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.1); }

.mat-button.mat-warn .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.1); }

.mat-icon-button.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.2); }

.mat-icon-button.mat-accent .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.2); }

.mat-icon-button.mat-warn .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.2); }

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
    background-color: rgba(0, 0, 0, 0.06); }

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54); }

.mat-button-toggle-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #bdbdbd; }

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-checkmark {
  fill: #fafafa; }

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important; }

.mat-checkbox-mixedmark {
  background-color: #fafafa; }

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #1d336d; }

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #15275a; }

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #3f5283; }

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0; }

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0; }

.mat-checkbox-disabled .mat-checkbox-label {
  color: #b0b0b0; }

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.26); }

.mat-chip:not(.mat-basic-chip) {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87); }
  .mat-chip:not(.mat-basic-chip) .mat-chip-remove {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.4; }
  .mat-chip:not(.mat-basic-chip) .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-primary {
  background-color: #1d336d;
  color: white; }
  .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-warn {
  background-color: #3f5283;
  color: white; }
  .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-accent {
  background-color: #15275a;
  color: white; }
  .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-table {
  background: white; }

.mat-row, .mat-header-row {
  border-bottom-color: rgba(0, 0, 0, 0.12); }

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54); }

.mat-cell {
  color: rgba(0, 0, 0, 0.87); }

.mat-datepicker-content {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54); }

.mat-calendar-next-button,
.mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38); }

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12); }

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent; }
  .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38); }

:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-calendar-body-selected {
  background-color: #1d336d;
  color: white; }

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(29, 51, 109, 0.4); }

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white; }

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18); }

.mat-dialog-container {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
  background: rgba(0, 0, 0, 0.04); }

.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-expansion-panel-header[aria-disabled='true'] {
  color: rgba(0, 0, 0, 0.38); }
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title,
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
    color: inherit; }

.mat-form-field {
  width: 200px; }

.mat-form-field-placeholder {
  color: rgba(0, 0, 0, 0.54); }

.mat-hint {
  color: rgba(0, 0, 0, 0.54); }

.mat-focused .mat-form-field-placeholder {
  color: #1d336d; }
  .mat-focused .mat-form-field-placeholder.mat-accent {
    color: #15275a; }
  .mat-focused .mat-form-field-placeholder.mat-warn {
    color: #3f5283; }

.mat-focused .mat-form-field-required-marker {
  color: #15275a; }

.mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42); }
  .mat-form-field-underline.mat-disabled {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
    background-size: 4px 1px;
    background-repeat: repeat-x; }

.mat-form-field-ripple {
  background-color: #1d336d; }
  .mat-form-field-ripple.mat-accent {
    background-color: #15275a; }
  .mat-form-field-ripple.mat-warn {
    background-color: #3f5283; }

.mat-form-field-invalid .mat-form-field-placeholder {
  color: #3f5283; }
  .mat-form-field-invalid .mat-form-field-placeholder.mat-accent,
  .mat-form-field-invalid .mat-form-field-placeholder .mat-form-field-required-marker {
    color: #3f5283; }

.mat-form-field-invalid .mat-form-field-ripple {
  background-color: #3f5283; }

.mat-error {
  color: #3f5283; }

.mat-icon.mat-primary {
  color: #1d336d; }

.mat-icon.mat-accent {
  color: #15275a; }

.mat-icon.mat-warn {
  color: #3f5283; }

.mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.42); }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  color: rgba(0, 0, 0, 0.87); }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  color: rgba(0, 0, 0, 0.87); }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  color: rgba(0, 0, 0, 0.54); }

.mat-list-item-disabled {
  background-color: #eeeeee; }

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-nav-list .mat-list-item {
  outline: none; }
  .mat-nav-list .mat-list-item:hover, .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }

.mat-list-option {
  outline: none; }
  .mat-list-option:hover, .mat-list-option.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }

.mat-menu-panel {
  background: white; }

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87); }
  .mat-menu-item[disabled] {
    color: rgba(0, 0, 0, 0.38); }

.mat-menu-item .mat-icon,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-menu-item:hover:not([disabled]),
.mat-menu-item:focus:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04); }

.mat-paginator {
  background: white; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54); }

.mat-paginator-increment,
.mat-paginator-decrement {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54); }

.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-decrement {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%233f5283%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar-buffer {
  background-color: #3f5283; }

.mat-progress-bar-fill::after {
  background-color: #1d336d; }

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23bbc2d3%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #bbc2d3; }

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #15275a; }

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23bbc2d3%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #bbc2d3; }

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #3f5283; }

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #1d336d; }

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #15275a; }

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #3f5283; }

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38); }

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1d336d; }

.mat-radio-button.mat-primary .mat-radio-inner-circle {
  background-color: #1d336d; }

.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.26); }

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #15275a; }

.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #15275a; }

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(21, 39, 90, 0.26); }

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f5283; }

.mat-radio-button.mat-warn .mat-radio-inner-circle {
  background-color: #3f5283; }

.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(63, 82, 131, 0.26); }

.mat-select-disabled .mat-select-value,
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54); }

.mat-select-content, .mat-select-panel-done-animating {
  background: white; }

.mat-select-value {
  color: rgba(0, 0, 0, 0.87); }

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12); }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1d336d; }

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #15275a; }

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #3f5283; }

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #3f5283; }

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54); }

.mat-select.mat-select-disabled .mat-select-arrow {
  color: #3f5283; }

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-drawer.mat-drawer-push {
    background-color: white; }

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6); }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-primary .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #1d336d; }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(29, 51, 109, 0.5); }

.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-warn .mat-ripple-element {
  background-color: rgba(29, 51, 109, 0.12); }

.mat-disabled .mat-slide-toggle-thumb {
  background-color: #bdbdbd; }

.mat-disabled .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-slide-toggle-thumb {
  background-color: #fafafa; }

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #1d336d; }

.mat-primary .mat-slider-thumb-label-text {
  color: white; }

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #15275a; }

.mat-accent .mat-slider-thumb-label-text {
  color: white; }

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #3f5283; }

.mat-warn .mat-slider-thumb-label-text {
  color: white; }

.mat-slider-focus-ring {
  background-color: rgba(21, 39, 90, 0.2); }

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12); }

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87); }

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26); }

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7); }

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.38); }

.mat-step-header .mat-step-icon {
  background-color: #1d336d;
  color: white; }

.mat-step-header .mat-step-icon-not-touched {
  background-color: rgba(0, 0, 0, 0.38);
  color: white; }

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87); }

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white; }

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12); }

.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none; }

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87); }
  .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87); }

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-tab-group[class*='mat-background-'] .mat-tab-header,
.mat-tab-nav-bar[class*='mat-background-'] {
  border-bottom: none;
  border-top: none; }

.mat-tab-group.mat-primary .mat-tab-label:focus, .mat-tab-group.mat-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-primary .mat-tab-link:focus {
  background-color: rgba(63, 82, 131, 0.3); }

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1d336d; }

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-accent .mat-tab-label:focus, .mat-tab-group.mat-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-accent .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #15275a; }

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-warn .mat-tab-label:focus, .mat-tab-group.mat-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-warn .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #3f5283; }

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-label:focus, .mat-tab-group.mat-background-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-link:focus {
  background-color: rgba(63, 82, 131, 0.3); }

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #1d336d; }

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-tab-label:focus, .mat-tab-group.mat-background-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #15275a; }

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-tab-label:focus, .mat-tab-group.mat-background-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-link:focus {
  background-color: rgba(187, 194, 211, 0.3); }

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: #3f5283; }

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87); }
  .mat-toolbar.mat-primary {
    background: #1d336d;
    color: white; }
  .mat-toolbar.mat-accent {
    background: #15275a;
    color: white; }
  .mat-toolbar.mat-warn {
    background: #3f5283;
    color: white; }

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9); }

.mat-snack-bar-container {
  background: #323232;
  color: white; }

.mat-simple-snackbar-action {
  color: #15275a; }

/* variables */
/* mixins */
/* SPIN Animation*/
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(360deg); }
  to {
    -moz-transform: rotate(0deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg); } }

@keyframes spin {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

/* SPIN ENDS*/
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: #1d336d; }

.material-icons.md-dark.md-inactive {
  color: #15275a; }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

/* HTML Elements - START  */
html {
  font-size: 14px; }

p {
  margin: 10px 0; }

label {
  margin: 10px 0;
  display: block;
  font-weight: 600; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

ul.content, .content ul {
  list-style-type: none; }
  ul.content li, .content ul li {
    margin: 5px 0;
    display: flex;
    text-align: justify;
    text-justify: inter-word; }
  ul.content i, .content ul i {
    color: #1d336d;
    font-weight: normal;
    font-size: 18px; }

hr {
  background: #dadada;
  border: 0;
  height: 1px; }

a:hover {
  cursor: pointer; }

/* HTML Elements - END */
/* Colors - START  */
.red {
  color: #1d336d; }

.blue {
  color: #1d336d; }

/* Colors - END */
/* width - START */
.width-100 {
  width: 100%; }

/* width - END */
/* Blocks - START */
.innerContentWithBorder {
  border: #dadada 1px solid;
  padding: 20px 3%; }

.popup-container {
  min-height: 350px; }

.popup-container a {
  text-decoration: underline; }

.content-container {
  padding: 25px;
  position: relative; }

.content-block, .buttons-block {
  margin-bottom: 20px;
  position: relative; }

.content-block-inner {
  margin-bottom: 10px;
  position: relative; }

.buttons-block {
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 0px;
  position: relative; }

.flow-left {
  position: relative;
  float: left; }

.flow-right {
  position: relative;
  float: right; }

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

.position-relative {
  position: relative; }

.flex-display, .content-align-left, .content-align-center, .content-align-right, .content-align-bottom, .modal-container .preview-table-data .top-header, .modal-container .preview-grid-data .top-header, .modal-container .preview-grid-data .bottom-content, .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }

.content-align-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; }

.content-align-center {
  justify-content: center;
  -webkit-justify-content: center; }

.content-align-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.content-align-right button {
  /*margin-left:15px*/ }

.content-align-bottom {
  align-self: flex-end; }

.max-width-600 {
  max-width: 600px; }

.delimiter {
  padding: 36%;
  position: relative;
  top: 23%; }

.delimiterLeft {
  padding-left: 5%;
  padding-right: 90%; }

.delimiterLeftMinWidth {
  min-width: 30px; }

/* Blocks - END */
/* Paddings - START */
.padding-5, .modal-container .tab-section-first {
  padding: 5px;
  position: relative; }

.padding-10, .modal-container .modal-toprow-item, .modal-container .tab-section-first .tab-section-first-column {
  padding: 10px;
  position: relative; }

.padding-15 {
  padding: 15px;
  position: relative; }

.padding-20 {
  padding: 20px;
  position: relative; }

.padding-25 {
  padding: 25px;
  position: relative; }

.padding-35 {
  padding: 35px;
  position: relative; }

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

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

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

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

.padding-top-bottom-20 {
  padding: 20px 0px; }

/* Paddings - END */
/* Margins - START */
.margin-bottom-5 {
  margin-bottom: 5px; }

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

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

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

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

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

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

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

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

.margin-10 {
  margin: 10px; }

.margin-15 {
  margin: 15px; }

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

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

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

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

/* Margins - END */
/* Text Alignment - START */
.text-left-align, .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
  text-align: left; }

.text-right-align {
  text-align: right; }

.text-center-align, .modal-container .tab-section-first .tab-section-first-column, .modal-container .preview-table-data .top-header, .modal-container .preview-table-data .bottom-content, .modal-container .preview-grid-data .top-header, .modal-container .preview-grid-data .bottom-content {
  text-align: center; }

/* Text Alignment - END */
/* Input Elements (Textbox and TextArea) - START */
.textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
  height: 35px;
  padding: 5px;
  border: 1px solid #cdcdcd;
  width: 100%;
  max-width: 600px;
  font-size: 14px; }

.textbox-300 {
  max-width: 300px; }

.textbox-250 {
  max-width: 250px; }

.textbox-150 {
  max-width: 150px; }

.textbox-190 {
  max-width: 190px; }

.textarea {
  height: 100px; }

input[type="text"].ng-dirty.ng-invalid, input[type="email"].ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid {
  color: #ee586f;
  border: 1px solid #617099; }

.validation-message {
  color: #ee586f;
  font-size: 0.85em;
  padding-top: 5px;
  padding-left: 5px; }

/* Input Elements (Textbox and TextArea) - END */
/* Miscellaneous - START */
.annotation {
  font-size: 0.8em;
  color: #999; }

.quote-header {
  font-size: 0.8em; }

.visible-hidden {
  visibility: hidden;
  opacity: 0; }

.rounded-border {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dadada; }

.link {
  text-decoration: underline;
  cursor: pointer; }

.link.strong {
  font-weight: 900; }

/* Miscellaneous - END */
/* Button Styles - START */
.vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  overflow: visible;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-width: 120px;
  min-height: 30px;
  height: auto;
  font-size: 14px;
  border: none;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  padding: 8px 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }

.vb-button-red {
  color: white;
  background-color: #1d336d;
  border-radius: 4px;
  box-shadow: none; }
  .vb-button-red:hover {
    transform: none;
    background: #4d4e4e;
    color: white; }

.vb-button-grey {
  color: #2b3034;
  background-color: #e6e5e5;
  border-radius: 4px;
  box-shadow: none; }
  .vb-button-grey:hover {
    transform: none;
    background: #4d4e4e;
    color: white; }

.vb-button-cyan {
  border-radius: 4px;
  box-shadow: none !important; }
  .vb-button-cyan:hover {
    transform: none !important;
    background: #4d4e4e;
    color: white; }

.vb-button[disabled], [disabled].vb-button-red, [disabled].vb-button-grey, [disabled].vb-button-cyan {
  opacity: 0.5;
  transform: none; }
  .vb-button[disabled]:hover, [disabled].vb-button-red:hover, [disabled].vb-button-grey:hover, [disabled].vb-button-cyan:hover {
    transform: none !important;
    -webkit-transform: none;
    /* Safari and Chrome */
    -moz-transform: none;
    /* Firefox */
    -ms-transform: none;
    /* IE 9 */
    -o-transform: none;
    /* Opera */ }

.vb-button-link {
  display: block;
  text-transform: uppercase;
  height: 32px;
  justify-content: center;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 10px; }

.vb-button-icon {
  background-color: #1d336d;
  color: #fff;
  border: none;
  cursor: pointer; }

.md-dialog-close-button:hover {
  cursor: pointer; }

.hover-pointer:hover {
  cursor: pointer; }

/* Button Styles - END */
/* Modal Dialog - START */
.cdk-overlay-backdrop, .cdk-overlay-dark-backdrop {
  background-color: black; }

@media screen and (max-width: 480px) {
  .cdk-overlay-pane {
    left: 0px !important; } }

md-dialog-content.mat-dialog-content {
  max-height: none;
  overflow: hidden;
  /*max-height: 72vh;

    @media screen and (max-width: 599px) {
        max-height: 90vh;
    }

    @media screen and (min-width: 600px) and (max-width: 959px) {
        max-height: 90vh;
    }*/ }

.mat-dialog-header.white {
  background-color: #fff;
  color: #000;
  padding: 25px 0px 15px 25px; }

.modal-container {
  padding: 24px;
  background-color: #fff;
  /*max-width: 1200px;*/
  /*max-height: 900px;
    overflow: auto;*/ }
  .modal-container .modal-title {
    font-weight: 800; }
  .modal-container .modal-icons .material-icons {
    padding: 0 0.6em; }
    .modal-container .modal-icons .material-icons.help {
      color: #1d346d; }
  .modal-container .modal-section-first {
    margin: 0 -10px 0px -10px; }
  .modal-container .tab-section-first {
    background-color: #4e4e4e;
    color: #fff; }
  .modal-container .tab-section-first.grayout {
    color: #666 !important; }
  .modal-container .tab-stock-lookup-price {
    font-size: 1.3em; }
  .modal-container .tab-content-block {
    border: 1px solid rgba(42, 42, 42, 0.17);
    margin-bottom: 0px; }
  .modal-container .ratio-green {
    color: #19C403;
    font-size: 1.3em;
    position: relative;
    bottom: 3px;
    margin-left: 15px; }
  .modal-container .ratio-red {
    color: #3f5283;
    font-size: 1.3em;
    position: relative;
    bottom: 3px;
    margin-left: 15px; }
  .modal-container .updown-arrow-icon {
    position: relative;
    top: 8px; }
  .modal-container .tab-stock-date-volume {
    display: inline-block;
    padding-right: 10px;
    font-size: 0.8em; }
  .modal-container .tab-stock-icon-refresh {
    display: inline-block;
    color: #1d336d; }
  .modal-container .tab-stock-icon-refresh:hover {
    color: #fff;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    -webkit-transform-origin: 50% 58%;
    transform-origin: 50% 58%;
    -ms-transform-origin: 50% 58%;
    /* IE 9 */ }
  .modal-container .search-link {
    color: #1d336d;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none; }
  .modal-container .search-link.header-link {
    margin-right: 7px; }
  .modal-container .search-icon {
    display: inline-block;
    position: absolute;
    top: 54px;
    right: 16px;
    color: #1d336d; }
  .modal-container .option-search-icon {
    display: inline-block;
    position: absolute;
    top: 42px;
    right: 22px; }
  .modal-container .primary-security-detail-table {
    min-height: 375px; }
  .modal-container .preview-table-data {
    border: solid 1px rgba(42, 42, 42, 0.17); }
    .modal-container .preview-table-data .top-header {
      background-color: #f5f5f5;
      min-height: 45px;
      font-weight: 700;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .modal-container .preview-table-data .bottom-content {
      padding: 10px 0; }
  .modal-container .preview-grid-data .top-header {
    background-color: #f5f5f5;
    min-height: 30px;
    font-weight: 700;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .modal-container .preview-grid-data .bottom-content {
    min-height: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .modal-container .preview-grid-data .right-content-container {
    border-left: 1px solid rgba(42, 42, 42, 0.17); }
  .modal-container .preview-grid-data .right-content, .modal-container .preview-grid-data .left-header {
    min-height: 30px;
    justify-content: left;
    -webkit-justify-content: left;
    -webkit-align-items: left;
    align-items: left; }
  .modal-container .preview-grid-data .left-header {
    font-weight: 700;
    /*min-width: 150px;*/ }
  .modal-container .table-border .preview-grid-data {
    border: solid 1px rgba(42, 42, 42, 0.17); }
  .modal-container .info-icon {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin: 5px;
    color: #1d336d; }
  .modal-container .content-min-width {
    min-width: 320px; }
    @media screen and (max-width: 599px) {
      .modal-container .content-min-width {
        min-width: 272px; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      .modal-container .content-min-width {
        min-width: 600px; } }
    @media screen and (min-width: 960px) and (max-width: 1279px) {
      .modal-container .content-min-width {
        min-width: 900px; } }
    @media screen and (min-width: 1280px) and (max-width: 1919px) {
      .modal-container .content-min-width {
        min-width: 1150px; } }
    @media screen and (min-width: 1920px) and (max-width: 5000px) {
      .modal-container .content-min-width {
        min-width: 1150px; } }

.modal-container-max-width {
  max-width: 1200px; }

.hideTabs > * > .mat-tab-header {
  display: none; }

.modal-container .hideStockHeader {
  display: none; }

/* Modal Dialog - END */
/* Material Icons - END */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* Material Icons - END */
/* Overriding Material Styles - Dialog - START */
.mat-dialog-container {
  max-width: 100vw !important;
  max-height: 100vh !important;
  background: none; }

.mat-calendar-header {
  padding-left: 10% !important; }

.mat-calendar-content {
  padding-left: 10% !important;
  padding-right: 10% !important; }

.mat-datepicker-content-touch {
  overflow: hidden !important; }

.mat-dialog-padding {
  padding: 25px; }

/* Overriding Material Styles - Dialog - END */
/* Overriding Material Styles - Tabs - START */
.mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  color: #183271;
  font-weight: 600;
  min-width: 125px !important; }
  .mat-tab-label:focus {
    background-color: #183271 !important; }

.mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.mat-tab-header {
  border-bottom-color: #183271;
  background: white; }

.mat-ink-bar {
  display: none; }

/* Overriding Material Styles - Tabs - END */
/* Overriding Material Styles - TradingMain - Tabs - START */
.tabsMain .mat-tab-label {
  opacity: 1 !important;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 16px !important;
  color: #183271;
  font-weight: 600;
  min-width: 160px !important;
  height: 50px; }
  .tabsMain .mat-tab-label:focus {
    background-color: #183271 !important; }

.tabsMain .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsMain .mat-tab-label:hover {
  background: #183271;
  color: #ffffff; }

.tabsMain .mat-tab-header {
  border-bottom: solid 3px #f2f3f4;
  border-bottom-color: #183271;
  background: white;
  height: 50px; }

.userRestricted-tab .mat-tab-label:nth-child(2) {
  display: none; }

.userRestricted-tab .mat-tab-label:nth-child(3) {
  display: none; }

.tabsMain .mat-tab-disabled {
  display: none; }

.tabsMain .mat-ink-bar {
  display: none; }

/* Overriding Material Styles - TradingMain -Tabs - END */
/* Overriding Material Styles - TradingSub - Tabs - START */
.tabsSub .mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  font-weight: 600;
  font-size: 12px !important;
  color: #183271;
  min-width: 125px !important;
  height: 40px;
  padding: 10px; }
  .tabsSub .mat-tab-label:focus {
    background-color: #183271 !important; }

.tabsSub .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsSub .mat-tab-header {
  border-bottom: none;
  height: 40px; }

.tabsSub .mat-ink-bar {
  display: none; }

.tabsNewStock .mat-tab-label {
  opacity: 1 !important;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  font-weight: 600;
  font-size: 12px !important;
  color: #183271;
  min-width: 100px !important;
  height: 30px !important;
  padding: 10px; }

.tabsNewStock .mat-tab-label:focus {
  background-color: #183271 !important; }

.tabsNewStock .mat-tab-label-active {
  background: #183271;
  color: #ffffff; }

.tabsNewStock .mat-tab-header {
  border-bottom: none;
  height: 30px !important; }

.tabsNewStock .mat-ink-bar {
  display: none; }

/* Overriding Material Styles - TradingMain -Tabs - END */
/* Overriding Material Styles - Select Dropdown - START */
/*.mat-select {
    width: 100%;
    max-width: 600px;
    height: 35px;
}*/
.mat-form-field {
  height: 35px;
  width: 100%;
  max-width: 600px; }
  .mat-form-field .mat-form-field-infix {
    border-top: 0.3125em; }
    .mat-form-field .mat-form-field-infix label.mat-form-field-placeholder {
      margin: 0; }

.mat-input-container {
  width: 100%;
  max-width: 600px; }

.mat-select-value {
  font-size: 14px; }

.mat-option {
  font-size: 14px !important;
  height: 40px; }

.mat-select-placeholder.mat-floating-placeholder {
  opacity: 0 !important; }

/* Overriding Material Styles - Select Dropdown - END */
/* Overriding Material Styles - Radio Button Group - START */
.mat-radio-group .mat-radio-button {
  margin-right: 10px; }

/* Overriding Material Styles - Radio Button Group - END */
/* Overriding Material Styles - Pagination - START */
@media screen and (max-width: 599px) {
  .mat-paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center; } }

@media screen and (min-width: 600px) and (max-width: 959px) {
  .mat-paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center; } }

.mat-paginator-decrement, .mat-paginator-increment {
  border-top: 2px solid #666;
  border-right: 2px solid #666; }

.mat-datepicker-toggle {
  position: absolute;
  top: 0;
  right: 6px; }

/*.mat-paginator-page-size-label {
    width: 150px;
}*/
.mat-paginator .mat-form-field {
  width: 112px; }

.mat-paginator-range-label {
  margin: 0 5px !important; }

mat-expansion-panel-header {
  height: 48px; }

.mat-expansion-panel-header:hover {
  background-color: #1d336d !important; }

.mat-expansion-panel-header-title:hover {
  color: white; }

.mat-expansion-panel-header-title {
  color: #1d336d; }

/* Overriding Material Styles - Pagination - END */
/* Banking pages styles - START    */
.link-float-right {
  position: relative;
  float: right;
  z-index: 1;
  padding: 7px; }

.header-right-link {
  align-items: center;
  display: inline-block;
  text-decoration: none;
  color: #1d336d; }

.header-right-link span {
  text-decoration: underline;
  display: inline-block;
  vertical-align: top; }

.checkboxLabel {
  display: inline;
  text-align: justify;
  text-justify: inter-word;
  margin-left: 10px; }

.red-label {
  color: #1d336d; }

/* Banking pages styles - END    */
/* =======================================================================live chat STARTS*/
#live-chat-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  right: 135px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#live-chat-button:hover {
  background: #f3f8fb; }

#live-chat-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#live-chat-button i {
  font-size: 12px;
  margin-right: 7px; }

#live-chat-button.fixed {
  position: fixed;
  bottom: 0; }

/* =======================================================================live chat end*/
/* =======================================================================support centre STARTS*/
#support-centre-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  right: 305px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#support-centre-button:hover {
  background: #343a3f; }

#support-centre-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#support-centre-button i {
  font-size: 12px;
  margin-right: 7px; }

#support-centre-button.fixed {
  position: fixed;
  bottom: 0; }

/* =======================================================================support center button end*/
#side-menu-button {
  -webkit-box-flex: 0 0 0;
  -moz-box-flex: 0 0 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  bottom: 100%;
  position: absolute;
  left: 10px;
  background: #2b3034;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 32px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: solid 2px #ffffff;
  border-bottom: none;
  cursor: pointer;
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1; }

#side-menu-button:hover {
  background: #343a3f; }

#side-menu-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900; }

#side-menu-button i {
  font-size: 12px;
  margin-right: 7px; }

#side-menu-button.fixed {
  position: fixed;
  bottom: 0; }

.grey-row {
  background-color: #f2f2f2;
  padding: 25px; }

@media (max-width: 767px) {
  .grey-row {
    background-color: #f2f2f2;
    padding: 15px; } }

.dialog.notice-content {
  background-color: #fff; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-header {
    color: #1d336d;
    font-size: 22px;
    text-transform: none;
    font-weight: 600; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-first {
    border: 1px solid;
    border-color: #000 !important;
    padding: 10px; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-first .blue-click-here {
      color: blue;
      text-decoration: underline; }
  .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second {
    border: 1px solid;
    border-color: #000 !important;
    padding: 10px; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .notice-second-header {
      color: #000;
      font-size: 16px;
      text-transform: none;
      font-weight: 600;
      border-bottom: none; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .grey-new-ticket {
      font-weight: 800;
      color: grey;
      text-decoration: underline; }
    .dialog.notice-content mat-dialog-content div.noticeDialog .Broker-important-notice .notice-second .blue-click-here {
      color: blue;
      text-decoration: underline; }
  .dialog.notice-content .mat-dialog-actions.notice-dialog-actions {
    border: none;
    padding: 0px;
    margin: initial !important; }
    .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns {
      width: 100%;
      text-align: center; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-dontshow-btn {
        color: #1d336d !important;
        font-weight: 800;
        text-decoration: none !important;
        cursor: pointer;
        float: left; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .vb-button-red.broker-dontshow-btn {
        float: left; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .vb-button-grey.broker-continue-btn {
        float: right; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-remindme-btn {
        color: #000;
        font-weight: 800;
        text-decoration: none !important;
        cursor: pointer; }
      .dialog.notice-content .mat-dialog-actions.notice-dialog-actions .notice-btns .mat-button.mat-primary.broker-givemewave-btn {
        color: blue !important;
        font-weight: 800;
        text-decoration: underline;
        cursor: pointer;
        float: right; }

.font-weight-800 {
  font-weight: 800; }

.text-transform-none {
  text-transform: none; }

.text-decoration-none {
  text-decoration: none; }

.padding-40 {
  padding: 40px; }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 10px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; } }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1) {
  #tabsTrade .mat-tab-label {
    font-size: 12px;
    padding: 10px; } }

@media screen and (min-width: 1280px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .tabsMain .mat-tab-label {
    font-size: 12px;
    padding: 10px;
    height: 30px; }
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 10px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; } }

@media screen and (min-width: 960px) and (-Webkit-min-device-pixel-ratio: 1) {
  #tabsTrade .mat-tab-label {
    font-size: 12px;
    padding: 10px; } }

@media screen and (min-width: 1280px) and (-Webkit-min-device-pixel-ratio: 1.5) {
  .tabsMain .mat-tab-label {
    font-size: 12px;
    padding: 10px;
    height: 30px; }
  .mat-tab-label {
    font-size: 12px;
    padding: 10px; }
  html {
    font-size: 10px; }
  .mat-select-value {
    font-size: 10px; }
  .textbox, .textbox-300, .textbox-250, .textbox-150, .textbox-190, .textarea {
    font-size: 10px; }
  .vb-button, .vb-button-red, .vb-button-grey, .vb-button-cyan {
    font-size: 11px; }
  .mat-option {
    font-size: 10px; }
  .tabsMain .mat-tab-label {
    font-size: 14px;
    padding: 10px; }
  .tabsMain .mat-tab-header {
    height: 30px; } }

footer {
  background: #1d336d;
  color: #ffffff;
  width: 100%;
  padding: 20px 106px 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  footer .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1 1 257px;
    -moz-box-flex: 1 1 257px;
    -webkit-flex: 1 1 257px;
    -ms-flex: 1 1 257px;
    flex: 1 1 257px;
    margin-right: 40px; }
    footer .left img {
      display: block;
      width: auto;
      height: 50px; }
      footer .left img + img {
        margin-left: 40px; }
  footer .right {
    -webkit-box-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: right;
    color: #636262;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.5em; }
    footer .right p.last-login {
      color: #ffffff;
      position: relative;
      padding-right: 35px; }
      footer .right p.last-login i {
        font-size: 28px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -14px; }
    footer .right ul {
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -ms-flex-direction: row;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      align-items: center;
      justify-content: flex-end;
      -webkit-justify-content: flex-end; }
      footer .right ul li a {
        position: relative;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.1em;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
        footer .right ul li a:hover {
          color: #ffffff;
          text-decoration: underline; }
      footer .right ul li + li a::before {
        content: '|';
        margin: 0 6px;
        color: #ffffff; }

@media screen and (max-width: 760px) {
  footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 20px 100px 20px 35px; }
    footer .left {
      width: 100%;
      margin-bottom: 40px;
      margin-right: 0px;
      justify-content: center;
      -webkit-justify-content: center; }
    footer .right {
      width: 100%;
      text-align: center; }
      footer .right p.last-login {
        margin-bottom: 10px;
        position: relative;
        padding-right: 0px; }
        footer .right p.last-login i {
          font-size: 28px;
          position: relative;
          top: 9px;
          right: 0;
          margin-top: -14px;
          margin-left: 5px; }
      footer .right ul {
        list-style: none;
        justify-content: center;
        -webkit-justify-content: center;
        margin-bottom: 10px; }
        footer .right ul li a {
          position: relative;
          text-decoration: none;
          color: #636262;
          font-size: 13px;
          font-weight: 300;
          letter-spacing: 0.1em;
          -webkit-transition: color 0.3s;
          -moz-transition: color 0.3s;
          -o-transition: color 0.3s;
          transition: color 0.3s; }
          footer .right ul li a:hover {
            color: #e31837; }
        footer .right ul li + li a::before {
          content: '|';
          margin: 0 6px;
          color: #636262; } }

@media screen and (max-width: 600px) {
  footer {
    padding: 20px; } }

@media screen and (max-width: 400px) {
  footer .left img {
    height: 40px; }
    footer .left img + img {
      margin-left: 20px; } }
