﻿span.negative {
  color: #f5191a;
}

#AppLoadingAnimation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 30%;
  position: fixed;
  width: 100%;
}
#AppLoadingAnimation div {
  width: 100%;
  text-align: center;
}
#AppLoadingAnimation div p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
#AppLoadingAnimation div img {
  position: relative;
  margin-top: 35px;
  text-align: center;
  height: 50px;
  width: 305.56px;
}
#AppLoadingAnimation .loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 1rem auto 1rem auto;
}
#AppLoadingAnimation .loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#AppLoadingAnimation .loading-progress circle:last-child {
  stroke: #f16d41;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  -webkit-transition: stroke-dasharray 0.05s ease-in-out;
  transition: stroke-dasharray 0.05s ease-in-out;
}
#AppLoadingAnimation .loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #505050;
  inset: 4rem 0 auto 0.2rem;
}
#AppLoadingAnimation .loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "...");
}

main #AppLoadingAnimation {
  position: relative;
  top: -70px;
  left: -36px;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

:root {
  --main-navigation-width: 46px;
  --top-navigation-height: 130px;
  --secondary-navigation-width: 200px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected,
input:-internal-autofill-previewed {
  color: var(--color-body-text) !important;
  -webkit-text-fill-color: var(--color-body-text) !important;
  background-color: var(--color-background) !important;
  -webkit-box-shadow: 0 0 0 30px var(--color-background) inset !important;
          box-shadow: 0 0 0 30px var(--color-background) inset !important;
}

@-webkit-keyframes quick-spinner-animation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

@keyframes quick-spinner-animation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}
.spinner {
  -webkit-animation: quick-spinner-animation 1.2s linear infinite;
          animation: quick-spinner-animation 1.2s linear infinite;
}

.tox-fullscreen {
  width: 0 !important;
  height: 0 !important;
}

.tox.tox-tinymce.tox-fullscreen {
  width: 100% !important;
  height: 100% !important;
}

.tox .tox-statusbar .tox-statusbar__branding {
  display: none !important;
}

#Watermark {
  z-index: -1;
  position: fixed;
  width: 100%;
  top: 30%;
  left: 130px;
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
#Watermark p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 180pt;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.04);
}

#SideNav nav a {
  width: 100%;
  height: 46px;
  display: block;
}
#SideNav nav a .mud-icon-root {
  width: 46px;
  height: 46px;
  padding: 8px;
}
#SideNav nav a.active, #SideNav nav a:hover {
  background-color: rgba(50, 102, 149, 0.15);
}
#SideNav nav a.active .mud-icon-root, #SideNav nav a:hover .mud-icon-root {
  color: var(--color-primary) !important;
}
#SideNav nav a.brand-icon:hover {
  background-color: transparent;
}

img.Responsive {
  /*    width: 100%;
      height: auto;
  */
  -o-object-fit: contain;
     object-fit: contain;
}

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

.drag-handle {
  cursor: -webkit-grab;
  cursor: grab;
}

ul.NoBulletList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.white-button {
  color: var(--color-background);
  border-color: var(--color-background);
}

.mud-card .mud-card-header + .mud-card-content {
  padding-top: 0;
  margin-top: -5px;
}

.mud-input-control.mud-input-input-control.CenterAlignedMudTextArea textarea {
  text-align: center;
}
.mud-input-control.mud-input-input-control.RightAlignedMudTextArea textarea {
  text-align: right;
}

.mud-grid {
  width: 100%;
  margin: 0;
}

.MudTableRowSelected {
  background-color: var(--color-neutral-2) !important;
}

.MudListLined.mud-list .mud-list-subheader {
  border-bottom: 1px solid var(--color-neutral-2) !important;
}
.MudListLined.mud-list .mud-list-item {
  border-bottom: 1px solid var(--color-neutral-2) !important;
}
.MudListLined.mud-list .mud-list-item:last-child {
  border-color: transparent !important;
}

.UnderlinedHeaderWrapper {
  display: block;
  position: relative;
}
.UnderlinedHeaderWrapper:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 50px;
  border-bottom: 3px solid #326695;
}

html {
  min-width: 1440px;
  min-height: 100dvh;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  min-height: 100dvh;
  overflow-x: hidden;
}

a {
  color: rgb(0, 0, 238);
  text-decoration: underline;
  text-decoration-color: rgb(0, 0, 238);
}
fieldset {
  border: none;
}

hr {
  border: none;
  border-bottom: 1px solid #aaa;
}

.negative {
  color: #f5191a !important;
}

strong {
  font-style: normal; /* For Firefox on Mac */
}

button.TinyIconButton {
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 3px;
}
button.TinyIconButton:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
button.TinyIconButton i {
  font-size: 16px;
}

h1.PageHeader {
  font-size: 21px;
  font-weight: 400;
  color: #8c857f;
}
h1.PageHeaderDescription {
  font-size: 21px;
  font-weight: 300;
  color: #605853;
}
h1.AreaTitle {
  font-size: 18px;
  font-weight: 600;
}

hr.AreaTitle {
  border: none;
  border-bottom: 3px solid #326695;
  width: 50px;
  margin-left: 0;
}

.DataLabel {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
}

.DataValue {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

table thead tr th.numeric,
table thead tr td.numeric,
table tbody tr th.numeric,
table tbody tr td.numeric,
table tfoot tr th.numeric,
table tfoot tr td.numeric {
  text-align: right !important;
}

.FinancialTable table.mud-table-root thead.mud-table-head tr.mud-table-row {
  vertical-align: top;
}
.FinancialTable table.mud-table-root tbody.mud-table-body tr.mud-table-row {
  vertical-align: top;
}
.FinancialTable table.mud-table-root tbody.mud-table-body tr.mud-table-row td.mud-table-cell .subtext {
  font-size: 10px;
  font-style: italic;
  color: var(--color-body-text);
}

.hriq.box.red {
  color: #f55353;
}

.hriq.line.red {
  color: #c00000;
}

.hriq.box.yellow {
  color: #ffec5f;
}

.hriq.line.yellow {
  color: #ff8c00;
}

.hriq.box.green {
  color: #badaa5;
}

.hriq.line.green {
  color: #77933c;
}

.hriq.box.orange {
  color: #ffb27d;
}

.hriq.line.orange {
  color: #e46c0a;
}

.hriq.box.blue {
  color: #ccddff;
}

.hriq.line.blue {
  color: #4f81bd;
}

.accent-color {
  color: #f16d41;
}

.table-filter-header {
  padding: 8px 24px 0;
}

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

details {
  list-style: none;
}
details summary {
  cursor: pointer;
}
details:not([open]) {
  margin-bottom: 10px;
}

dl dt {
  font-weight: 600;
}

/* Standardized Settings Content Layout - eliminates inconsistency across pages */
.settings-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* NOTE: No padding here - this was causing Company Profile inconsistency */
}

/* Settings Page Headers */
.settings-content-header {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e5e7eb;
}

/* Layout Utilities */
.two-column-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 1.5rem;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
  .two-column-form {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
}
dl.definition-list-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 670px;
}
dl.definition-list-stacked > * {
  padding-top: 0.5em;
}
dl.definition-list-stacked dt {
  width: 30%;
  text-align: right;
}
dl.definition-list-stacked dd {
  width: 60%;
  padding-left: 1em;
  margin-left: 0px;
}
dl.definition-list-stacked dd + dd {
  width: 100%;
  padding-left: calc(30% + 1em);
}
dl.definition-list-stacked dt + dt {
  padding-right: 60%;
}
dl.definition-list-stacked dt + dt + dd {
  margin-top: -1.625em; /* own height including padding */
  padding-left: calc(30% + 1em);
}
dl.definition-list-stacked dt.text-left {
  width: 30%;
  text-align: left;
}
dl.definition-list-stacked dt.tier-list {
  width: 50%;
  text-align: left;
}
dl.definition-list-stacked dd.tier-list {
  width: 50%;
  padding-left: 1em;
  margin-left: 0px;
}

div.definition-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  width: 100%;
}
div.definition-header dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.definition-header dl dt {
  font-weight: 600;
}
div.definition-header dl dd {
  margin: 0 0 0 5px;
}

div.definition-list {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  width: 100%;
}
div.definition-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
div.definition-list dl dt {
  margin: 4px 0;
  font-weight: 600;
}
div.definition-list dl dd {
  margin: 4px 0;
}

.img-fluid {
  /*    width: 100%;
      height: auto;
  */
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

[role=tabpanel] {
  padding-top: 16px;
}

[role=tabpanel]:not(.active) {
  display: none;
}

.container, .container-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

.container-column-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-row-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.container-padding {
  padding: 15px;
}

.file-input {
  padding: 0.25rem 0;
}
.file-input input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  background-color: #f16d41;
}
.file-input input[type=file] + label {
  width: 90%;
  font-size: 1rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  padding: 0.625rem 0.25rem;
  /* 10px 20px */
  background-color: #f16d41;
}
.file-input input[type=file]:focus + label, .file-input input[type=file].has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.file-input input[type=file] + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}
.file-input input[type=file]:focus + label, .file-input input[type=file].has-focus + label, .file-input input[type=file] + label:hover {
  background-color: #f16d41;
}

.droptarget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.droptarget.hover {
  border-color: #f16d41;
  background-color: rgba(0, 0, 0, 0.05);
}
.droptarget .single-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.droptarget .single-image-container img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.droptarget p {
  position: absolute;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
}
.droptarget input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.droptarget.droptarget-large {
  width: 400px;
}
.droptarget.droptarget-large p {
  font-size: 21px;
  line-height: 25px;
}

ul.image-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.image-list li {
  margin-bottom: 10px;
}
ul.image-list li div.image-container {
  position: relative;
  border: 1px solid #eee;
  height: 102px;
  text-align: center;
}
ul.image-list li div.image-container img {
  max-width: 100%;
  height: 100px;
}
ul.image-list li div.image-container button {
  position: absolute;
  top: 0;
  right: 0;
}
ul.image-list li div.image-container i,
ul.image-list li div.image-container svg {
  background-color: #fff;
}

.dataEntry {
  width: 80px;
}

.chart-container {
  padding: 25px 0 15px 0;
}

.hriq-container {
  padding: 10px;
  border-radius: 10px;
}
.hriq-container.hriq-container-hover:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.hriq-container.hriq-container-accent {
  -webkit-box-shadow: 0 0 3px 0 #f16d41;
          box-shadow: 0 0 3px 0 #f16d41;
}
.hriq-container.hriq-container-accent.hriq-container-hover:hover {
  -webkit-box-shadow: 0 0 10px 0 #f16d41;
          box-shadow: 0 0 10px 0 #f16d41;
}

.hriq-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hriq-flex-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hriq-form-field-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 18px -4px 18px -4px;
}
.hriq-form-field-row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hriq-form-field-row .hriq-form-element-with-helper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 7px;
}
.hriq-form-field-row .full-width-button {
  width: 100%;
  margin: 0 4px;
}
.hriq-form-field-row > div.validation-message,
.hriq-form-field-row .hriq-form-field-full-width {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin: 0 4px;
}
.hriq-form-field-row > div.validation-message {
  padding-top: 8px;
}
.hriq-form-field-row .hriq-form-field-half-width {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin: 0 4px;
}
.hriq-form-field-row .hriq-form-field-third-width {
  width: 33.33%;
  margin: 0 4px;
}
.hriq-form-field-row .hriq-form-field-quarter-width {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 4px;
}

table.hriq-grid {
  font-family: "Roboto", sans-serif;
  width: 100%;
  border-collapse: collapse;
}
table.hriq-grid thead tr {
  border-bottom: 1px solid #000000;
}
table.hriq-grid thead tr th {
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  text-align: left;
  padding: 15px;
  vertical-align: bottom;
  text-transform: uppercase;
  height: 19px;
}
table.hriq-grid thead tr th.align-center {
  text-align: center;
}
table.hriq-grid thead tr th.align-right {
  text-align: right;
}
table.hriq-grid tbody tr {
  border-bottom: 1px solid #eee;
}
table.hriq-grid tbody tr.active {
  background-color: rgba(50, 102, 149, 0.1);
}
table.hriq-grid tbody tr:hover {
  background-color: rgba(50, 102, 149, 0.05);
  cursor: pointer;
}
table.hriq-grid tbody tr:hover.active {
  background-color: rgba(50, 102, 149, 0.1);
}
table.hriq-grid tbody tr th {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  padding: 15px;
  text-align: left;
}
table.hriq-grid tbody tr th.align-center {
  text-align: center;
}
table.hriq-grid tbody tr th.align-right {
  text-align: right;
}
table.hriq-grid tbody tr td {
  font-size: 12px;
  line-height: 17px;
  padding: 15px;
}
table.hriq-grid tbody tr td.align-center {
  text-align: center;
}
table.hriq-grid tbody tr td.align-right {
  text-align: right;
}

table.hriq-grid-small {
  font-family: "Roboto", sans-serif;
  width: 100%;
  border-collapse: collapse;
}
table.hriq-grid-small thead tr th {
  font-size: 10px;
  font-weight: 500;
  text-align: left;
  vertical-align: bottom;
  padding: 0 2px 10px 2px;
}
table.hriq-grid-small thead tr th.align-center {
  text-align: center;
}
table.hriq-grid-small thead tr th.align-right, table.hriq-grid-small thead tr th.numeric {
  text-align: right !important;
}
table.hriq-grid-small thead tr th.component-name {
  width: 70px;
  max-width: 70px;
}
table.hriq-grid-small tbody tr td {
  font-size: 10px;
  vertical-align: top;
  padding: 0 2px 10px 2px;
}
table.hriq-grid-small tbody tr td.align-center {
  text-align: center;
}
table.hriq-grid-small tbody tr td.align-right, table.hriq-grid-small tbody tr td.numeric {
  text-align: right !important;
}
table.hriq-grid-small tbody tr td.component-name {
  width: 70px;
  max-width: 70px;
}

#WizardReports {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px 0 5px 9px;
}
#WizardReports > div {
  width: 100%;
  padding-top: 15px;
}
#WizardReports > div:first-child {
  padding-top: 0;
}
#WizardReports > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
#WizardReports > div a:hover {
  cursor: pointer;
}
#WizardReports > div a.active .Heading {
  font-weight: 600;
}

.EditAnalysisWrapper {
  overflow-y: auto;
  height: calc(100dvh - var(--top-navigation-height));
}

.ViewAnalysisWrapper {
  overflow-y: auto;
  height: calc(100dvh - var(--top-navigation-height));
}

.ComponentDbWrapper {
  overflow-y: auto;
  height: calc(100dvh - 70px);
}

.view-analysis-nav {
  width: var(--secondary-navigation-width);
  min-width: var(--secondary-navigation-width);
}

.view-analysis-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  overflow: hidden;
}

.view-analysis-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.view-analysis-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  min-height: 0;
}

.view-analysis-scrollable {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  min-height: 0;
}

#ViewAnalysisSideNav nav#ViewAnalysisTableOfContents > div > ol {
  background: #f16d41;
  color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#ViewAnalysisSideNav nav#ViewAnalysisTableOfContents > div > ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
#ViewAnalysisSideNav nav#ViewAnalysisTableOfContents > div > ol > li:last-child {
  border-bottom: none;
}
#ViewAnalysisSideNav nav#ViewAnalysisTableOfContents > div > ol > li > span {
  padding: 15px 0 15px 20px;
}
#ViewAnalysisSideNav nav#ViewAnalysisTableOfContents > div > ol > li > span:hover, #ViewAnalysisSideNav nav#ViewAnalysisTableOfContents > div > ol > li > span.active {
  opacity: 0.85;
  font-weight: 600;
  background-color: rgba(252, 110, 66, 0.85);
}
#ViewAnalysisSideNav nav#ViewAnalysisTableOfContents > div > ol > li > ol {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f7f5f0;
  padding: 10px 0;
}
#ViewAnalysisSideNav nav#ViewAnalysisTableOfContents > div > ol > li > ol > li {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
#ViewAnalysisSideNav nav#ViewAnalysisTableOfContents > div > ol > li > ol > li > div {
  padding: 6px 0 6px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#ViewAnalysisSideNav nav#ViewAnalysisTableOfContents > div > ol > li > ol > li > div:hover, #ViewAnalysisSideNav nav#ViewAnalysisTableOfContents > div > ol > li > ol > li > div.active {
  font-weight: 600;
  background-color: #f7f5f0;
}

#ReportPreviewWrapper {
  height: calc(100dvh - var(--top-navigation-height));
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eee;
}
#ReportPreviewWrapper iframe {
  border: none;
}
#ReportPreviewWrapper #ReportPreviewContent {
  width: 100%;
  height: 100%;
}

#ViewAssessmentBody {
  font-family: "Roboto", sans-serif;
  height: calc(100dvh - 115px);
}
#ViewAssessmentBody #AssessmentOverviewWrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview {
  width: calc(100% - 300px);
  padding-bottom: 60px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #AssessmentReplacementCosts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 78px;
  padding-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #326695;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #AssessmentReplacementCosts .DataLabel {
  margin-right: 10px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table {
  border-collapse: collapse;
  width: 100%;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table thead tr {
  border-bottom: 1px solid #000000;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table thead tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-align: left;
  vertical-align: bottom;
  padding: 10px 5px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table thead tr th.section-break {
  border-right: 1px solid #000000;
  padding-right: 10px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table thead tr th.section-break + th {
  padding-left: 10px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table thead tr.column-group-header {
  border-bottom: 1px solid #b9b9b9;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table thead tr.column-group-header th {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table thead tr.accent-color {
  color: #f16d41;
  font-weight: 600;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr {
  border-bottom: 1px solid #b9b9b9;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr:last-child {
  border-bottom: none;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding: 10px 5px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr th strong {
  font-weight: 800;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr th.accent-color {
  color: #f16d41;
  font-weight: 600;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr td {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding: 10px 5px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr td strong {
  font-weight: 600;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr td.section-break {
  border-right: 1px solid #000000;
  padding-right: 10px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr td.section-break + td {
  padding-left: 10px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr td.accent-color {
  color: #f16d41;
  font-weight: 600;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.CallOut th {
  color: #f16d41;
  font-weight: 600;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.CallOut td {
  color: #f16d41;
  font-weight: 400;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.GroupHeaderRow th,
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.GroupHeaderRow td {
  font-weight: 600;
  text-transform: uppercase;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.GroupFooterRow {
  background-color: #f5f1ee;
  border-bottom: 2px solid #423c38;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.GroupFooterRow th,
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.GroupFooterRow td {
  font-weight: 600;
  text-transform: uppercase;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.GroupBodyRow th,
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.GroupBodyRow td {
  padding-left: 10px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.TotalRow {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #b9b9b9;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.TotalRow th, #ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.TotalRow td {
  font-weight: 600;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.footer td {
  font-weight: 600;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table thead tr th {
  font-size: 11px;
  font-weight: 700;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table thead tr.column-group-header th {
  font-size: 14px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr th,
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr td {
  font-size: 13px;
  padding: 20px 5px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.GroupHeaderRow th,
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.GroupHeaderRow td, #ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.TotalRow th,
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.TotalRow td {
  font-weight: 700;
  text-transform: none;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.GroupBodyRow th,
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #UpcomingFiveYears table tbody tr.GroupBodyRow td {
  padding-left: 20px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #YearSummary.hriq-container h2, #ViewAssessmentBody #AssessmentOverviewWrapper #AssessmentOverview #TheFuture.hriq-container h2 {
  font-size: 12px;
  text-transform: uppercase;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #PropertyAside {
  top: 71px;
  right: 0;
  bottom: 45px;
  width: 300px;
  position: fixed;
  background-color: #f7f5f0;
  font-size: 13px;
  line-height: 21px;
  margin-right: -10px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #PropertyAside h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #PropertyAside p {
  margin: 7px 0;
  font-size: 13px;
  line-height: 21px;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #PropertyAside > .container, #ViewAssessmentBody #AssessmentOverviewWrapper #PropertyAside > .container-column-center {
  padding-top: 0;
  padding-bottom: 0;
}
#ViewAssessmentBody #AssessmentOverviewWrapper #PropertyAside .DataLabel {
  font-size: 13px;
}
#ViewAssessmentBody #ComponentsDetail hr {
  border: none;
  border-bottom: 1px solid #ccc;
}
#ViewAssessmentBody #ComponentsDetail .TwoColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#ViewAssessmentBody #ComponentsDetail .TwoColumn > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
#ViewAssessmentBody #ComponentsDetail .TwoColumn > div:first-child {
  padding-right: 15pt;
}
#ViewAssessmentBody #ComponentsDetail .TwoColumn > div:last-child {
  padding-left: 15pt;
  border-left: 1px solid #ccc;
}
#ViewAssessmentBody #ComponentsDetail .TwoColumn.NoDivider > div:last-child {
  border: none;
}
#ViewAssessmentBody #ComponentsDetail dl {
  margin: 0;
}
#ViewAssessmentBody #ComponentsDetail dl dt {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
  text-align: left;
  margin: 0;
  padding: 4pt 0;
  float: left;
  clear: left;
}
#ViewAssessmentBody #ComponentsDetail dl dd {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: right;
  margin: 0;
  padding: 4pt 0;
}
#ViewAssessmentBody #ComponentsDetail dl::after {
  content: "";
  clear: both;
  display: table;
}
#ViewAssessmentBody #ComponentsDetail .DataLabel {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
}
#ViewAssessmentBody #ComponentsDetail .DataValue {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

table#Expenditures {
  border-collapse: collapse;
  width: 100%;
  width: 100%;
}
table#Expenditures thead tr {
  border-bottom: 1px solid #000000;
}
table#Expenditures thead tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-align: left;
  vertical-align: bottom;
  padding: 10px 5px;
}
table#Expenditures thead tr th.section-break {
  border-right: 1px solid #000000;
  padding-right: 10px;
}
table#Expenditures thead tr th.section-break + th {
  padding-left: 10px;
}
table#Expenditures thead tr.column-group-header {
  border-bottom: 1px solid #b9b9b9;
}
table#Expenditures thead tr.column-group-header th {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
table#Expenditures thead tr.accent-color {
  color: #f16d41;
  font-weight: 600;
}
table#Expenditures tbody tr {
  border-bottom: 1px solid #b9b9b9;
}
table#Expenditures tbody tr:last-child {
  border-bottom: none;
}
table#Expenditures tbody tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding: 10px 5px;
}
table#Expenditures tbody tr th strong {
  font-weight: 800;
}
table#Expenditures tbody tr th.accent-color {
  color: #f16d41;
  font-weight: 600;
}
table#Expenditures tbody tr td {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding: 10px 5px;
}
table#Expenditures tbody tr td strong {
  font-weight: 600;
}
table#Expenditures tbody tr td.section-break {
  border-right: 1px solid #000000;
  padding-right: 10px;
}
table#Expenditures tbody tr td.section-break + td {
  padding-left: 10px;
}
table#Expenditures tbody tr td.accent-color {
  color: #f16d41;
  font-weight: 600;
}
table#Expenditures tbody tr.CallOut th {
  color: #f16d41;
  font-weight: 600;
}
table#Expenditures tbody tr.CallOut td {
  color: #f16d41;
  font-weight: 400;
}
table#Expenditures tbody tr.GroupHeaderRow th,
table#Expenditures tbody tr.GroupHeaderRow td {
  font-weight: 600;
  text-transform: uppercase;
}
table#Expenditures tbody tr.GroupFooterRow {
  background-color: #f5f1ee;
  border-bottom: 2px solid #423c38;
}
table#Expenditures tbody tr.GroupFooterRow th,
table#Expenditures tbody tr.GroupFooterRow td {
  font-weight: 600;
  text-transform: uppercase;
}
table#Expenditures tbody tr.GroupBodyRow th,
table#Expenditures tbody tr.GroupBodyRow td {
  padding-left: 10px;
}
table#Expenditures tbody tr.TotalRow {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #b9b9b9;
}
table#Expenditures tbody tr.TotalRow th, table#Expenditures tbody tr.TotalRow td {
  font-weight: 600;
}
table#Expenditures tbody tr.footer td {
  font-weight: 600;
}
table#Expenditures thead tr th {
  padding: 6px 5px;
}
table#Expenditures tbody tr {
  border-bottom: 1px solid #423c38;
}
table#Expenditures tbody tr th,
table#Expenditures tbody tr td {
  font-size: 0.825rem;
  padding: 6px 5px;
}

#FundingScenariosListing {
  font-family: "Roboto", sans-serif;
}
#FundingScenariosListing .scenario-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#FundingScenariosListing .hriq-recommended-chip {
  margin-left: 25px;
  color: #fff;
  background-color: #f16d41;
}

#ViewFundingPlan {
  font-family: "Roboto", sans-serif;
}
#ViewFundingPlan #BackNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ViewFundingPlan #BackNavigation span#PlanName {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
#ViewFundingPlan #BackNavigation span#PlanFiscalStart {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}
#ViewFundingPlan table.FinancialSummary {
  width: 100%;
  font-size: 18px;
  line-height: 27px;
}
#ViewFundingPlan table.FinancialSummary .numeric-cell {
  text-align: right !important;
}
#ViewFundingPlan table.FinancialSummary thead tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
}
#ViewFundingPlan table.FinancialSummary tfoot tr td {
  font-weight: 600;
}

ol#AssessmentViewerWriteUpSections,
ol#AssessmentViewerDisclosures {
  list-style: none;
  counter-reset: li;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
ol#AssessmentViewerWriteUpSections > li,
ol#AssessmentViewerDisclosures > li {
  position: relative;
  margin-left: 20px;
  margin-top: 30px;
}
ol#AssessmentViewerWriteUpSections > li:before,
ol#AssessmentViewerDisclosures > li:before {
  content: counter(li) ".";
  counter-increment: li;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
}
ol#AssessmentViewerWriteUpSections > li h2.DataLabel,
ol#AssessmentViewerDisclosures > li h2.DataLabel {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
}
ol#AssessmentViewerWriteUpSections > li hr,
ol#AssessmentViewerDisclosures > li hr {
  margin-left: -20px;
}
ol#AssessmentViewerWriteUpSections > li > div,
ol#AssessmentViewerDisclosures > li > div {
  margin-top: 16px;
  margin-left: -20px;
  font-size: 14px;
}
ol#AssessmentViewerWriteUpSections > li > div p,
ol#AssessmentViewerDisclosures > li > div p {
  margin-top: 5px;
  font-size: 14px;
}

table#LongTermFinancialOverview {
  border-collapse: collapse;
  width: 100%;
}
table#LongTermFinancialOverview thead tr {
  border-bottom: 1px solid #000000;
}
table#LongTermFinancialOverview thead tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-align: left;
  vertical-align: bottom;
  padding: 10px 5px;
}
table#LongTermFinancialOverview thead tr th.section-break {
  border-right: 1px solid #000000;
  padding-right: 10px;
}
table#LongTermFinancialOverview thead tr th.section-break + th {
  padding-left: 10px;
}
table#LongTermFinancialOverview thead tr.column-group-header {
  border-bottom: 1px solid #b9b9b9;
}
table#LongTermFinancialOverview thead tr.column-group-header th {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
table#LongTermFinancialOverview thead tr.accent-color {
  color: #f16d41;
  font-weight: 600;
}
table#LongTermFinancialOverview tbody tr {
  border-bottom: 1px solid #b9b9b9;
}
table#LongTermFinancialOverview tbody tr:last-child {
  border-bottom: none;
}
table#LongTermFinancialOverview tbody tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding: 10px 5px;
}
table#LongTermFinancialOverview tbody tr th strong {
  font-weight: 800;
}
table#LongTermFinancialOverview tbody tr th.accent-color {
  color: #f16d41;
  font-weight: 600;
}
table#LongTermFinancialOverview tbody tr td {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding: 10px 5px;
}
table#LongTermFinancialOverview tbody tr td strong {
  font-weight: 600;
}
table#LongTermFinancialOverview tbody tr td.section-break {
  border-right: 1px solid #000000;
  padding-right: 10px;
}
table#LongTermFinancialOverview tbody tr td.section-break + td {
  padding-left: 10px;
}
table#LongTermFinancialOverview tbody tr td.accent-color {
  color: #f16d41;
  font-weight: 600;
}
table#LongTermFinancialOverview tbody tr.CallOut th {
  color: #f16d41;
  font-weight: 600;
}
table#LongTermFinancialOverview tbody tr.CallOut td {
  color: #f16d41;
  font-weight: 400;
}
table#LongTermFinancialOverview tbody tr.GroupHeaderRow th,
table#LongTermFinancialOverview tbody tr.GroupHeaderRow td {
  font-weight: 600;
  text-transform: uppercase;
}
table#LongTermFinancialOverview tbody tr.GroupFooterRow {
  background-color: #f5f1ee;
  border-bottom: 2px solid #423c38;
}
table#LongTermFinancialOverview tbody tr.GroupFooterRow th,
table#LongTermFinancialOverview tbody tr.GroupFooterRow td {
  font-weight: 600;
  text-transform: uppercase;
}
table#LongTermFinancialOverview tbody tr.GroupBodyRow th,
table#LongTermFinancialOverview tbody tr.GroupBodyRow td {
  padding-left: 10px;
}
table#LongTermFinancialOverview tbody tr.TotalRow {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #b9b9b9;
}
table#LongTermFinancialOverview tbody tr.TotalRow th, table#LongTermFinancialOverview tbody tr.TotalRow td {
  font-weight: 600;
}
table#LongTermFinancialOverview tbody tr.footer td {
  font-weight: 600;
}
table#LongTermFinancialOverview thead tr th {
  font-size: 11px;
  font-weight: 700;
}
table#LongTermFinancialOverview thead tr.column-group-header th {
  font-size: 14px;
}
table#LongTermFinancialOverview tbody tr th,
table#LongTermFinancialOverview tbody tr td {
  font-size: 13px;
  padding: 20px 5px;
}
table#LongTermFinancialOverview tbody tr.GroupHeaderRow th,
table#LongTermFinancialOverview tbody tr.GroupHeaderRow td, table#LongTermFinancialOverview tbody tr.TotalRow th,
table#LongTermFinancialOverview tbody tr.TotalRow td {
  font-weight: 700;
  text-transform: none;
}
table#LongTermFinancialOverview tbody tr.GroupBodyRow th,
table#LongTermFinancialOverview tbody tr.GroupBodyRow td {
  padding-left: 20px;
}
table#LongTermFinancialOverview thead tr th {
  text-transform: none;
}
table#LongTermFinancialOverview thead tr th:first-child {
  text-transform: uppercase;
}

table#MixedUseExpenditureBreakout {
  border-collapse: collapse;
  width: 100%;
}
table#MixedUseExpenditureBreakout thead tr {
  border-bottom: 1px solid #000000;
}
table#MixedUseExpenditureBreakout thead tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-align: left;
  vertical-align: bottom;
  padding: 10px 5px;
}
table#MixedUseExpenditureBreakout thead tr th.section-break {
  border-right: 1px solid #000000;
  padding-right: 10px;
}
table#MixedUseExpenditureBreakout thead tr th.section-break + th {
  padding-left: 10px;
}
table#MixedUseExpenditureBreakout thead tr.column-group-header {
  border-bottom: 1px solid #b9b9b9;
}
table#MixedUseExpenditureBreakout thead tr.column-group-header th {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
table#MixedUseExpenditureBreakout thead tr.accent-color {
  color: #f16d41;
  font-weight: 600;
}
table#MixedUseExpenditureBreakout tbody tr {
  border-bottom: 1px solid #b9b9b9;
}
table#MixedUseExpenditureBreakout tbody tr:last-child {
  border-bottom: none;
}
table#MixedUseExpenditureBreakout tbody tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding: 10px 5px;
}
table#MixedUseExpenditureBreakout tbody tr th strong {
  font-weight: 800;
}
table#MixedUseExpenditureBreakout tbody tr th.accent-color {
  color: #f16d41;
  font-weight: 600;
}
table#MixedUseExpenditureBreakout tbody tr td {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding: 10px 5px;
}
table#MixedUseExpenditureBreakout tbody tr td strong {
  font-weight: 600;
}
table#MixedUseExpenditureBreakout tbody tr td.section-break {
  border-right: 1px solid #000000;
  padding-right: 10px;
}
table#MixedUseExpenditureBreakout tbody tr td.section-break + td {
  padding-left: 10px;
}
table#MixedUseExpenditureBreakout tbody tr td.accent-color {
  color: #f16d41;
  font-weight: 600;
}
table#MixedUseExpenditureBreakout tbody tr.CallOut th {
  color: #f16d41;
  font-weight: 600;
}
table#MixedUseExpenditureBreakout tbody tr.CallOut td {
  color: #f16d41;
  font-weight: 400;
}
table#MixedUseExpenditureBreakout tbody tr.GroupHeaderRow th,
table#MixedUseExpenditureBreakout tbody tr.GroupHeaderRow td {
  font-weight: 600;
  text-transform: uppercase;
}
table#MixedUseExpenditureBreakout tbody tr.GroupFooterRow {
  background-color: #f5f1ee;
  border-bottom: 2px solid #423c38;
}
table#MixedUseExpenditureBreakout tbody tr.GroupFooterRow th,
table#MixedUseExpenditureBreakout tbody tr.GroupFooterRow td {
  font-weight: 600;
  text-transform: uppercase;
}
table#MixedUseExpenditureBreakout tbody tr.GroupBodyRow th,
table#MixedUseExpenditureBreakout tbody tr.GroupBodyRow td {
  padding-left: 10px;
}
table#MixedUseExpenditureBreakout tbody tr.TotalRow {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #b9b9b9;
}
table#MixedUseExpenditureBreakout tbody tr.TotalRow th, table#MixedUseExpenditureBreakout tbody tr.TotalRow td {
  font-weight: 600;
}
table#MixedUseExpenditureBreakout tbody tr.footer td {
  font-weight: 600;
}
table#MixedUseExpenditureBreakout thead tr th {
  font-size: 11px;
  font-weight: 700;
}
table#MixedUseExpenditureBreakout thead tr.column-group-header th {
  font-size: 14px;
}
table#MixedUseExpenditureBreakout tbody tr th,
table#MixedUseExpenditureBreakout tbody tr td {
  font-size: 13px;
  padding: 20px 5px;
}
table#MixedUseExpenditureBreakout tbody tr.GroupHeaderRow th,
table#MixedUseExpenditureBreakout tbody tr.GroupHeaderRow td, table#MixedUseExpenditureBreakout tbody tr.TotalRow th,
table#MixedUseExpenditureBreakout tbody tr.TotalRow td {
  font-weight: 700;
  text-transform: none;
}
table#MixedUseExpenditureBreakout tbody tr.GroupBodyRow th,
table#MixedUseExpenditureBreakout tbody tr.GroupBodyRow td {
  padding-left: 20px;
}

.TableOfContentsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.TableOfContentsContainer .TableOfContentsChapters h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  color: #ffffff;
  padding-left: 20px;
  padding-top: 10px;
}
.TableOfContentsContainer .TableOfContentsChapters hr {
  border-bottom: 2px solid #fff;
  margin-bottom: 0;
}
.TableOfContentsContainer .TableOfContentsChapters ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.TableOfContentsContainer .TableOfContentsChapters ol li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.TableOfContentsContainer .TableOfContentsChapters ol li:hover, .TableOfContentsContainer .TableOfContentsChapters ol li.active {
  opacity: 0.85;
  background-color: rgba(252, 110, 66, 0.85);
}
.TableOfContentsContainer .TableOfContentsChapters ol li.active .toc-chapter-bullet .toc-chapter-bullet-number {
  color: #f16d41;
  background-color: #fff;
  font-weight: 600;
}
.TableOfContentsContainer .TableOfContentsChapters ol li.active .toc-chapter-bullet .toc-chapter-bullet-title {
  font-weight: 600;
}
.TableOfContentsContainer .TableOfContentsChapters ol li a {
  text-decoration: none;
  color: #ffffff;
}
.TableOfContentsContainer .TableOfContentsChapters ol li a:hover {
  color: #ffffff;
}
.TableOfContentsContainer .TableOfContentsChapters .toc-chapter-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.TableOfContentsContainer .TableOfContentsChapters .toc-chapter-bullet .toc-chapter-bullet-number {
  border: 1px solid #fff;
  border-radius: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  margin-right: 15px;
}
.TableOfContentsContainer .TableOfContentsChapters .toc-chapter-bullet .toc-chapter-bullet-number i {
  font-size: 21px;
  padding-top: 3px;
}
.TableOfContentsContainer .TableOfContentsChapters .toc-chapter-bullet .toc-chapter-bullet-title {
  font-size: 16px;
}
.TableOfContentsContainer footer {
  margin-top: auto;
  text-align: center;
}
.TableOfContentsContainer footer p {
  margin-bottom: 10px;
}

.TopNavContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  background: transparent;
}
.TopNavContainer #TopNavBranding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
.TopNavContainer #TopNavBranding > h1 {
  margin-left: 20px;
}
.TopNavContainer #TopNavBranding #TopNavPropertyImage {
  margin-left: 10px;
  margin-right: -5px;
  width: 60px;
  height: 60px;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 5px;
}
.TopNavContainer #TopNavBranding #TopNavInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: 15px;
  height: 40px;
}
.TopNavContainer #TopNavBranding img#DraftIcon {
  margin-left: 10px;
}
.TopNavContainer #TopNavDraftIndicator {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #326695;
  border: 2px solid #326695;
  border-radius: 5px;
  padding: 10px 15px;
}
.TopNavContainer #TopNavDraftIndicator h2 {
  text-transform: uppercase;
  font-size: 15px;
}
.TopNavContainer #TopNavActions {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.TopNavContainer #TopNavActions section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #423c38;
  margin-right: 20px;
  padding-right: 20px;
}
.TopNavContainer #TopNavActions section:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.TopNavContainer #TopNavActions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TopNavContainer #TopNavActions ul li {
  margin-right: 20px;
}
.TopNavContainer #TopNavActions ul li:last-child {
  margin-right: 0;
}

#SettingsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; /* Fixed from column to row to restore side-by-side layout */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100dvh;
}
#SettingsContainer #SettingsSideNav {
  width: 220px;
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  background-color: #E1E8F0;
}
#SettingsContainer #SettingsSideNav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
}
#SettingsContainer #SettingsSideNav > ul > li {
  border-bottom: 1px solid #B9B9B9;
  padding: 20px 15px;
}
#SettingsContainer #SettingsSideNav > ul > li:last-child {
  border-bottom: 0;
}
#SettingsContainer #SettingsSideNav > ul > li:last-child > ul {
  padding-bottom: 20px;
}
#SettingsContainer #SettingsSideNav > ul > li h2 {
  margin: 15px 0 10px 0;
}
#SettingsContainer #SettingsSideNav > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 20px;
  margin: 0;
}
#SettingsContainer #SettingsSideNav > ul > li > ul > li {
  font-size: 16px;
  text-transform: none;
}
#SettingsContainer #SettingsSideNav > ul > li > ul > li a {
  text-decoration: none !important;
  color: black;
  padding: 0;
}
#SettingsContainer #SettingsSideNav > ul > li > ul > li a .mud-nav-link-text {
  margin-left: 0;
}
#SettingsContainer #SettingsSideNav > ul > li > ul > li a.active {
  text-decoration: none !important;
  color: #326695;
  padding: 0;
}
#SettingsContainer #SettingsBody {
  overflow-y: auto;
  height: 100dvh;
}
#SettingsContainer #SettingsBody .mud-card-header h2 {
  font-size: 18px;
  font-weight: 600;
}
#SettingsContainer #SettingsBody section {
  padding: 0 0 30px 0;
}
#SettingsContainer #SettingsBody section h1 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-top: 25px;
}
#SettingsContainer #SettingsBody footer.SettingsFooter {
  margin-top: 20px;
  border-top: 1px solid #7c7874;
}
#SettingsContainer #SettingsBody footer.SettingsFooter > div {
  padding: 20px;
}

#PersonalProfile #SignatureUpload .droptarget-container {
  min-height: 60px;
}

#OrganizationTeamMembers #InviteNewTeamMember {
  margin-top: 20px;
}

#OrganizationSettings > header {
  width: 600px;
}
#OrganizationSettings > section {
  width: 600px;
}
#OrganizationSettings > section.full-width {
  width: calc(100% - 40px);
}
#OrganizationSettings > section .hriq-form-field-row {
  width: 358px;
}
#OrganizationSettings > section .hriq-form-field-row.CheckBoxRows {
  width: 600px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#OrganizationSettings > section .hriq-form-field-row.CheckBoxRows .checkbox-row {
  margin-top: -18px;
  margin-left: 20px;
}

#WizardComponentsListing table.hriq-grid thead tr {
  border-bottom: 2px solid #000000;
}
#WizardComponentsListing table.hriq-grid thead tr th {
  position: sticky;
  top: 1px;
  padding: 0 15px;
  height: 49px;
  vertical-align: middle;
}
#WizardComponentsListing table.hriq-grid tbody tr th {
  padding: 7px 15px;
}
#WizardComponentsListing table.hriq-grid tbody tr th > div {
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#WizardComponentsListing table.hriq-grid tbody tr th .multiple-icon {
  padding-top: 5px;
}

#WizardComponentQuickView {
  width: 260px;
  min-width: 260px;
}
#WizardComponentQuickView dl {
  font-size: 12px;
}
#WizardComponentQuickView #ComponentDetailPlaceholder {
  text-align: center;
}
#WizardComponentQuickView #ComponentDetailPlaceholder i {
  font-size: 50px;
}
#WizardComponentQuickView #ComponentQuickViewScrollableContainer div.definition-list dl dt {
  width: 100px;
}
#WizardComponentQuickView #ComponentQuickViewScrollableContainer #ComponentLineItems details {
  margin-top: 10px;
  padding-bottom: 0;
}
#WizardComponentQuickView #ComponentQuickViewScrollableContainer #ComponentLineItems details summary {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
}
#WizardComponentQuickView #ComponentQuickViewScrollableContainer #ComponentLineItems table {
  margin-top: 12px;
}
#WizardComponentQuickView #ComponentQuickViewScrollableContainer #ComponentPhotos {
  padding-top: 5px;
}
#WizardComponentQuickView #ComponentQuickViewScrollableContainer #ComponentPhotos h3 {
  padding-bottom: 10px;
}

.component-image-upload-list .component-image-upload .single-image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.component-image-upload-list .image-list-container {
  height: 350px;
}

.SelectorButtonList {
  margin: 10px 0;
}
.SelectorButtonList button {
  margin-left: 10px;
}
.SelectorButtonList button:first-child {
  margin-left: 0;
}

#AssessmentListing {
  font-family: "Roboto", sans-serif;
}
#AssessmentListing #NoAssessments p {
  font-size: 18px;
  width: 55%;
}
#AssessmentListing #NoAssessments p a {
  font-size: 16px;
}

.FundingPlanReview h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.FundingPlanReview table {
  width: 100%;
  table-layout: fixed;
}
.FundingPlanReview table th {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-align: right;
  padding: 15px 0 5px 0;
}
.FundingPlanReview table td {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: right;
  padding: 5px 0 15px 0;
}

#AssessmentWizardBody details {
  margin-top: 20px;
}
#AssessmentWizardBody details summary {
  padding-bottom: 8px;
}

#FundingPlansNav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#FundingPlansNav nav button {
  font-size: 11px;
  height: 40px;
  min-width: 120px;
}
#FundingPlansNav nav button i {
  font-size: 22px;
}
#FundingPlansNav nav #FundingPlansComparisonNav {
  padding-right: 30px;
  margin-right: 5px;
  border-right: 1px dashed #7c7874;
}
#FundingPlansNav nav ul#FundingPlanSelectorNavDraggable {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
}
#FundingPlansNav nav ul#FundingPlanSelectorNavDraggable li {
  margin-right: 15px;
}
#FundingPlansNav nav ul#FundingPlanSelectorNavDraggable li:last-child {
  margin-right: 0;
}
#FundingPlansNav nav ul#FundingPlanSelectorNavDraggable li {
  margin-right: 5px;
}
#FundingPlansNav nav ul#FundingPlanSelectorNavDraggable li .disappearing-drag-handle {
  color: transparent;
}
#FundingPlansNav nav ul#FundingPlanSelectorNavDraggable li .disappearing-drag-handle:hover {
  cursor: -webkit-grab;
  cursor: grab;
  color: #7c7874;
}
#FundingPlansNav nav ul#FundingPlanSelectorNavDraggable li:hover .disappearing-drag-handle {
  color: #7c7874;
}
#FundingPlansNav nav ul#FundingPlanSelectorNav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
}
#FundingPlansNav nav ul#FundingPlanSelectorNav li {
  margin-right: 15px;
}
#FundingPlansNav nav ul#FundingPlanSelectorNav li:last-child {
  margin-right: 0;
}
#FundingPlansNav nav #AddFundingPlanNav {
  border-left: 1px solid #7c7874;
  padding-left: 20px;
}
#FundingPlansNav nav #AddFundingPlanNav i {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
#FundingPlansNav nav #DeleteFundingPlanNav {
  margin-left: auto;
}

#AssociationDetail {
  width: 330px;
  padding: 0 20px;
  border-radius: 0;
}
#AssociationDetail dl {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
#AssociationDetail dl dt {
  width: 55px;
  font-weight: 700;
  text-align: left;
}
#AssociationDetail dl dt.association-image-container img {
  width: 100%;
  height: auto;
}
#AssociationDetail dl dd {
  width: calc(100% - 75px);
}

.cover-photo-upload {
  width: 150px;
  height: 150px;
}
.cover-photo-upload img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.organization-logo-upload {
  height: 90px;
}
.organization-logo-upload .single-image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}

.SmallFinancialTable {
  font-size: 10px;
  color: var(--color-body-text);
}
.SmallFinancialTable tfoot td {
  font-weight: 700;
}

.ql-editor {
  min-height: 300px;
}

.NotesDisplay p {
  font-size: inherit;
  margin: 0 0 5px 0;
}

ul.hriq-selectable-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 10px 0;
}
ul.hriq-selectable-list li {
  padding: 5px 0;
  border-bottom: 1px solid #423c38;
}
ul.hriq-selectable-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.hriq-selectable-list li > div > p {
  margin: 0;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
ul.hriq-selectable-list li > div > button.align-right {
  margin-left: auto;
}
ul.hriq-selectable-list li.active > div {
  background-color: #f7f5f0;
}
ul.hriq-selectable-list li:hover {
  cursor: pointer;
}
ul.hriq-selectable-list li:hover > div {
  background-color: #eee;
}

.text-sections-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.text-sections-editor .text-sections-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
.text-sections-editor .text-sections-list > button {
  width: 100%;
}
.text-sections-editor .text-sections-editor-body {
  margin-left: 15px;
  width: 100%;
  /*        padding: 0 !important;
          margin-top: -8px;
          margin-bottom: 20px;
  */
}
.text-sections-editor .text-sections-editor-body .hriq-form-field-row {
  width: 100% !important;
}
.text-sections-editor .text-sections-editor-body .text-editor-row {
  margin-right: 9px;
  height: 600px;
}

#AssessmentCoverPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  height: 100%;
}
#AssessmentCoverPage p {
  margin-bottom: 0;
}
#AssessmentCoverPage #AssociationImage {
  -o-object-fit: contain;
     object-fit: contain;
  width: 125px;
  height: 125px;
  border-radius: 10px;
}
#AssessmentCoverPage #ReportName {
  font-size: 16px;
  font-weight: 700;
}
#AssessmentCoverPage #AssociationName {
  font-size: 16px;
  font-weight: 500;
}
#AssessmentCoverPage address#AssociationAddress {
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
}
#AssessmentCoverPage #StudyType {
  font-size: 16px;
  font-weight: 700;
}
#AssessmentCoverPage #DraftDescription {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#AssessmentCoverPage #StudyPeriod {
  font-size: 16px;
  font-style: italic;
}
#AssessmentCoverPage #PreparedBy {
  font-size: 16px;
}
#AssessmentCoverPage #OrganizationLogo {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 40px;
  margin-top: 10px;
}
#AssessmentCoverPage #PreparerName {
  font-size: 16px;
  font-weight: 700;
}
#AssessmentCoverPage #PreparerContactInfo {
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
}
#AssessmentCoverPage #PreparerContactInfo address {
  font-style: normal;
}
#AssessmentCoverPage #PreparedByDate {
  font-size: 16px;
  font-weight: 700;
}
#AssessmentCoverPage #PoweredBy {
  margin: auto auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#AssessmentCoverPage #PoweredBy p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 1px 6px 0 0;
}
#AssessmentCoverPage #PoweredBy img {
  width: 122px;
  height: 20px;
}

table.CashFlowComparison {
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
table.CashFlowComparison .LeftBorder {
  border-left: 1px solid var(--color-body-text);
}
table.CashFlowComparison .RightBorder {
  border-right: 1px solid var(--color-body-text);
}
table.CashFlowComparison thead {
  border-bottom: 2px solid var(--color-body-text);
}
table.CashFlowComparison thead tr th {
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 13px;
  color: var(--color-body-text);
  vertical-align: bottom;
  padding: 10px 5px;
}
table.CashFlowComparison thead tr.TitleRow th {
  text-align: center;
}
table.CashFlowComparison thead tr.ContributionsRow th {
  text-align: center;
  font-weight: 400;
  border: 1px solid var(--color-body-text);
}
table.CashFlowComparison thead tr.ContributionsRow td.Year {
  border: none;
}
table.CashFlowComparison tbody tr th, table.CashFlowComparison tbody tr td {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--color-body-text);
  text-align: right;
  vertical-align: top;
  padding: 15px 10px;
  border-top: 1px solid var(--color-body-text);
  border-bottom: 1px solid var(--color-body-text);
}

.mud-dialog.mud-dialog-fullscreen .outline-none {
  height: 100%;
}

#CreateOrganizationTemplate p {
  font-size: 12px;
  font-style: italic;
  margin-top: 0;
}
#CreateOrganizationTemplate ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#CreateOrganizationTemplate ul li {
  margin-right: 10px;
}
#CreateOrganizationTemplate ul li:last-child {
  margin-right: 0;
}
#CreateOrganizationTemplate ul li.TemplateSelectorButton {
  width: 180px;
  height: 150px;
  padding: 8px 15px;
  border: 2px solid #326695;
  border-radius: 4px;
}
#CreateOrganizationTemplate ul li.TemplateSelectorButton h1 {
  font-size: 14px;
  color: #326695;
  margin: 0;
}
#CreateOrganizationTemplate ul li.TemplateSelectorButton p {
  font-size: 11px;
  font-style: italic;
  line-height: 14px;
  overflow: clip;
}
#CreateOrganizationTemplate ul li.TemplateSelectorButton.Selected {
  background-color: #eee;
}
#CreateOrganizationTemplate ul li.TemplateSelectorButton:hover {
  background-color: #ccc;
  cursor: pointer;
}

table.PrintableTable {
  width: 100%;
  border-collapse: collapse;
}
table.PrintableTable thead tr th {
  vertical-align: bottom;
  text-align: right;
  padding: 3px;
}
table.PrintableTable thead tr th.center {
  text-align: center;
}
table.PrintableTable thead tr th.left {
  text-align: left;
}
table.PrintableTable thead tr:last-child {
  border-bottom: 1px solid #000000;
}
table.PrintableTable tfoot tr th, table.PrintableTable tfoot tr td {
  vertical-align: middle;
  text-align: right;
  padding: 3px;
}
table.PrintableTable tfoot tr th.center, table.PrintableTable tfoot tr td.center {
  text-align: center;
}
table.PrintableTable tfoot tr th.left, table.PrintableTable tfoot tr td.left {
  text-align: left;
}
table.PrintableTable tbody tr th, table.PrintableTable tbody tr td {
  vertical-align: middle;
  text-align: right;
  padding: 3px;
}
table.PrintableTable tbody tr th.center, table.PrintableTable tbody tr td.center {
  text-align: center;
}
table.PrintableTable tbody tr th.left, table.PrintableTable tbody tr td.left {
  text-align: left;
}
table.PrintableTable tbody tr th {
  font-weight: 700;
}
table.PrintableTable td.subtotal {
  border-top: 1px solid #000000;
}
table.PrintableTable td.grandtotal {
  border-top: 1px solid #000000;
  border-bottom: 3px double #000000;
}
table.PrintableTable p {
  margin: 0;
  padding: 0;
}

.context-menu-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #326695;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
.context-menu-item span {
  display: block;
}
.context-menu-item span:last-child {
  padding: 2px 15px 0 8px;
}
.context-menu-item:hover {
  cursor: pointer;
}
.context-menu-item.disabled {
  color: #7c7874;
  cursor: default;
}

button.small-button {
  border-radius: 4px;
  border-width: 1px;
  outline: none;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}
button.small-button.flat-button {
  line-height: 15px;
  color: #ffffff;
  background-color: #f16d41;
  border-style: solid;
  border-color: #f16d41;
  padding: 4px 10px;
  font-weight: 500;
}
button.small-button.outline-button {
  line-height: 15px;
  color: #f16d41;
  border-style: solid;
  border-color: #f16d41;
  padding: 4px 10px;
  font-weight: 500;
}
button.small-button.icon-button {
  color: #000000;
  border-style: none;
  font-size: 23px;
  margin-top: -2px;
}
button.small-button:hover {
  opacity: 0.8;
}

#SettingsContainer #SettingsBody #CompanyProfile {
  width: 250px;
  position: fixed;
  top: 0px;
}
#SettingsContainer #SettingsBody #AssociationsListing {
  border-left: 1px solid;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: auto;
  width: calc(100% - 540px);
}
#SettingsContainer #SettingsBody #AssociationsListing div.mud-tabs-toolbar {
  top: 0;
  position: sticky;
  z-index: 1;
  margin-bottom: 50px;
}

#Component-Details .component-image-upload-list {
  height: 250px;
}
#Component-Details .component-image-upload-list .droptarget {
  height: 250px;
}

.tox.tox-tinymce-aux {
  z-index: calc(var(--mud-zindex-dialog) + 2) !important;
}

#ComponentEdit .text-italic {
  font-style: italic;
}

.context-menu-item[style="display:none;"] {
  display: none !important;
}

#EditComponentDialog table.LineItems {
  border-collapse: collapse;
  width: 100%;
}
#EditComponentDialog table.LineItems thead tr th {
  text-align: left;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 0;
}
#EditComponentDialog table.LineItems tbody ul li:nth-of-type(odd) {
  background-color: var(--color-table-striped-background);
}
#EditComponentDialog table.LineItems tbody tr {
  vertical-align: baseline;
}
#EditComponentDialog table.LineItems tbody tr td {
  text-align: left;
  -webkit-padding-start: 6px;
          padding-inline-start: 6px;
  -webkit-padding-end: 6px;
          padding-inline-end: 6px;
}
#EditComponentDialog table.LineItems tbody tr td.index-number {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding-right: 10px;
  width: 20px;
  padding-top: 20px;
}
#EditComponentDialog table.LineItems tbody tr td.numbers {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding-top: 20px;
}
#EditComponentDialog table.LineItems tbody tr td.delete {
  text-align: right;
}
#EditComponentDialog table.LineItems tbody tr td div.hriq-form-field-row {
  margin: 0 6px 0 -4px;
}
#EditComponentDialog table.LineItems tbody tr td div.index-number {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding-right: 10px;
  width: 20px;
  padding-top: 20px;
}
#EditComponentDialog table.LineItems tbody tr td div.disappearing-drag-handle:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.bold-row {
  background-color: #ccc9c9;
}

.e-headercell,
.e-detailheadercell,
.e-rowcell,
.e-headercelldiv {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  word-wrap: break-word !important;
  white-space: normal !important;
}

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

.e-altrow {
  background-color: #f9f9f9 !important;
}

.e-grid .e-focused:not(.e-menu-item) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.e-grid .e-rowcell.e-selectionbackground {
  background-color: #E0E7EF !important;
}

.e-headercelldiv:hover span,
.e-row:hover {
  background-color: #EAF0F4 !important;
}

.e-hidden-select {
  height: 0;
}

.e-placeholder.e-sortable-placeholder {
  display: block;
  background-color: #F16D41;
  border: 3px dashed #FEDBD0;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 100;
  color: #1976D2;
  padding: 1rem;
  border-radius: 0.375rem;
}

.validation-message {
  color: red;
}

.mud-list-item-gutters {
  padding-left: 8px;
  padding-right: 8px;
}

.mud-list-item-icon {
  min-width: 30px;
}

.fit-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.e-btn.custom-dropdown-btn {
  background-color: transparent !important;
  border: none !important;
  padding: 4px !important;
  min-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.e-btn.custom-dropdown-btn :hover {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

.e-panel.document-upload-surface {
  width: 100% !important;
  max-width: 100%;
  border: none !important;
  height: auto !important;
  min-height: 0 !important;
}

/* Photo carousel dialog styling */
.photo-carousel-dialog .e-dlg-content {
  background-color: #f5f5f5 !important;
  padding: 20px !important;
}

.photo-carousel-dialog .e-carousel-navigators .e-btn {
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  padding: 4px !important;
  z-index: 2 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* Remove Syncfusion button pseudo-elements and ripple effects */
.photo-carousel-dialog .e-carousel-navigators .e-btn::before,
.photo-carousel-dialog .e-carousel-navigators .e-btn::after {
  display: none !important;
}

.photo-carousel-dialog .e-carousel-navigators .e-btn .e-ripple-container {
  display: none !important;
}

.photo-carousel-dialog .e-carousel-navigators .e-btn:hover .e-btn-icon {
  color: #000 !important;
}

.photo-carousel-dialog .e-carousel-navigators .e-btn .e-btn-icon {
  color: #666 !important;
  font-size: 28px !important;
  -webkit-transition: color 0.2s ease !important;
  transition: color 0.2s ease !important;
}

.photo-carousel-dialog .e-carousel-navigators .e-previous,
.photo-carousel-dialog .e-carousel-navigators .e-next {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.photo-carousel-dialog .e-carousel-navigators .e-previous {
  left: -5px !important;
}

.photo-carousel-dialog .e-carousel-navigators .e-next {
  right: -5px !important;
}
/*# sourceMappingURL=wwwroot\static\css\app.css.map */