.dashboard,
.dashboard-print-view,
.dashboard-export-pdf {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  color: #3c3c3d;
}
.dashboard-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 2rem;
}
.dashboard-header__title-wrapper {
  margin-right: 3rem;
}
.dashboard-header__title {
  font-family: 'Open Sans SemiBold', Arial, Helvetica, sans-serif;
}
.dashboard-header__subtitle {
  font-family: 'Open Sans SemiBold', Arial, Helvetica, sans-serif;
  padding: 0 0.5rem;
  font-size: 1.25rem;
  font-style: italic;
}
.dashboard-header__toggles {
  margin-right: 210px;
}
.dashboard-header__page-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.dashboard-widgets {
  padding: 0.5rem;
  background: #f2f2f2;
}
.dashboard-widget-grid {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.dashboard-widget-grid--desktop {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.dashboard-action-icon {
  color: #183c73;
  padding: 0 1rem;
  cursor: pointer;
  opacity: 0.35;
  transition: opacity 0.25s;
}
.dashboard-action-icon:hover {
  opacity: 1;
}
.dashboard-action-icon--close:before {
  content: 'x';
}
.data-loader--hidden {
  visibility: hidden;
}
.sub-dashboard-modal {
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  margin: 2rem;
  transition: all 0.25s;
  opacity: 0;
}
.sub-dashboard-modal .portal-modal__body {
  flex-grow: 1;
  overflow: auto;
}
.sub-dashboard-modal--desktop {
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  margin: 3rem auto;
}
.save-as-modal__character-count {
  display: flex;
  justify-content: flex-end;
  color: #3c3c3d;
}
.save-as-modal__radio-row {
  display: flex;
  align-items: flex-end;
}
.save-as-modal__radio-row + .save-as-modal__radio-row {
  margin-top: 1rem;
}
.save-as-modal__radio-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 19px;
  margin: 9px;
  background: #ffffff;
  border: 1px solid #183c73;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.save-as-modal__radio-button:before {
  content: ' ';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}
.save-as-modal__radio-button:checked {
  background: #183c73;
}
.save-as-modal__radio-button:checked:disabled {
  background: #c2c4c6;
}
.save-as-modal__radio-button:disabled {
  border: 1px solid #c2c4c6;
  cursor: not-allowed;
}
.save-as-modal__save-new-label {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: inherit;
}
.save-as-modal__add-to-favorites-icon {
  font-size: 1.5rem;
}
.confirm-modal__icon {
  margin-right: 0.5rem;
}
.manage-saved-dashboards-modal__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0.5rem;
  background: #c2c4c6;
  margin-bottom: 0.5rem;
}
.manage-saved-dashboards-modal__trash-button {
  background: none;
  border: none;
}
.ssi-header {
  font-size: 1.5rem;
}
.ssi-header__icon {
  color: #ffb600;
  margin-right: 1rem;
}
.ssi-footer__container {
  font-size: 0.75rem;
}
.grid-panel__tabs-wrapper {
  display: flex;
  flex-shrink: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.grid-panel__tabs-wrapper .tab-container {
  flex: 1;
}
.grid-panel__tabs-wrapper .tab:focus {
  background-color: #f2f2f2;
}
.grid-panel__tabs-wrapper::-webkit-scrollbar {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  height: 0.5rem;
  visibility: hidden;
}
.grid-panel__tabs-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(24, 60, 115, 0.35);
  border-radius: 0.5rem;
  visibility: hidden;
}
.grid-panel__tabs-wrapper:hover.grid-panel__tabs-wrapper::-webkit-scrollbar,
.grid-panel__tabs-wrapper:hover.grid-panel__tabs-wrapper::-webkit-scrollbar-thumb {
  visibility: visible;
}
.fade-error-container {
  opacity: 0;
  height: 0;
  transition: all 0.2s linear;
  overflow: hidden;
}
.fade-error-container--visible {
  height: 85px;
  opacity: 1;
}
@supports (grid-gap: 1rem) {
  .dashboard-widgets {
    flex-grow: 1;
  }
  .dashboard-widgets--desktop {
    padding: 1rem;
  }
}
.grid-panel {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  background: #ffffff;
  min-width: 0;
  margin: 0 0 1.25rem 0;
  width: 100%;
  box-shadow: 3px 3px 6px #c2c4c6;
}
.grid-panel .alert {
  overflow-wrap: anywhere;
}
.grid-panel--mobile .widget {
  height: auto !important;
  width: auto !important;
}
.grid-panel--mobile .widget--with-chart {
  height: 300px !important;
  width: 100% !important;
}
.grid-panel--mobile .status-cells-wrapper {
  width: 100% !important;
  padding-bottom: 1rem;
}
.grid-panel--tablet {
  width: calc(50% - 0.5rem);
}
.grid-panel--tablet .widget--with-chart {
  height: 300px !important;
}
.grid-panel--tablet .status-cells-wrapper {
  width: 100% !important;
  padding-bottom: 1rem;
}
.grid-panel--desktop {
  display: flex;
  width: auto;
  margin: 0.5rem;
  padding-right: 0.0625rem;
}
@supports (grid-gap: 1rem) {
  .grid-panel--desktop {
    width: 100%;
    margin: 0 0 -0.0625rem 0;
  }
}
.grid-panel--full-height {
  height: max-content;
}
.grid-panel--full-height .widget {
  height: auto !important;
}
.grid-panel--full-width {
  width: 100%;
}
.grid-panel--centered {
  margin: 0 auto;
}
.grid-panel__header-text {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.25rem 0.5rem 0 1rem;
  min-height: 1rem;
}
.grid-panel__tabs {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  height: 100%;
  overflow: hidden;
}
.grid-panel__tabs .tab-container {
  margin-bottom: 0.25rem;
}
.grid-panel__widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  overflow: auto;
}
.widget {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
.custom-dashboard-widget {
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
.widget-action-icon {
  color: #183c73;
  padding: 0 0.25rem;
  cursor: pointer;
  opacity: 0.35;
  transition: opacity 0.25s;
}
.widget-action-icon:hover {
  opacity: 1;
  text-decoration: none;
}
.widget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  padding-top: 0.25rem;
}
.widget__header-text {
  display: flex;
  padding-right: 0.5rem;
  overflow-x: hidden;
  white-space: nowrap;
  min-height: 1rem;
}
.widget-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
  padding: 0.5rem 0;
}
.widget-body--loading {
  position: relative;
  min-height: 50px;
}
.widget-body > .alert {
  margin: 0.5rem 0;
}
.widget__error-message {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #c2c4c6;
}
.widget-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-loading__overlay {
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  opacity: 0.35;
}
.widget-loading__overlay--no-background {
  background: transparent;
}
.widget-loading__spinner {
  position: absolute;
  font-size: 2rem;
}
.widget-context-menu__icon {
  width: 2rem;
}
.gauge-value-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 2em;
}
.gauge-value-display__value {
  font-weight: bold;
}
.gauge-value-display__threshold {
  font-size: 0.4em;
}
.number-with-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
}
.number-with-indicator__value {
  font-weight: 600;
}
.number-with-indicator__threshold {
  display: flex;
  align-items: center;
  font-size: 0.7em;
}
.number-with-indicator__footnote-label {
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: #4e4e50;
}
.airport-status-map {
  position: relative;
  width: 100%;
}
.airport-status-map__image {
  width: 100%;
  height: auto;
}
.airport-status-map__link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.airport-status-map__link:hover {
  text-decoration: none;
}
.airport-status-map__link-icon {
  background-color: #ffffff;
  font-size: 3rem;
  border-radius: 50%;
}
.airport-status-map__link-icon:hover {
  text-decoration: none;
  font-size: 3.5rem;
}
.radar-chart {
  width: 100%;
  height: 100%;
}
.radar-chart .recharts-legend-icon {
  opacity: 0.4;
}
.custom-tooltip {
  padding: 0.5rem;
  background: #ffffff;
  border: 1px solid #c2c4c6;
}
.custom-tooltip div + div {
  margin-top: 0.25rem;
}
.custom-tooltip__color-indicator,
.custom-tooltip__target-icon {
  width: 1rem;
  height: 0.75rem;
  margin-right: 0.25rem;
  text-align: center;
}
.yAxis .recharts-label {
  text-anchor: middle;
}
.chart-container {
  flex: 1 1 auto;
  min-height: 0;
}
.selector-container__title {
  display: flex;
  align-items: baseline;
  padding: 0 0.5rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.selector-container__title--link {
  color: #0971b9;
}
.selector-container__title--hover {
  text-decoration: underline;
}
.selector-container {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.selector-container:not(:last-child) {
  border-bottom: 1px solid #c2c4c6;
}
.selector-container--active {
  background-color: #f2f2f2;
}
.selector-container--hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
.selector-container--hover .recharts-wrapper {
  cursor: pointer !important;
}
.sparkline__chart {
  display: flex;
  flex-grow: 1;
  height: 6.4rem;
  min-width: 0;
  align-items: center;
}
.gauge-ticket__chart {
  padding-left: 1rem;
  flex-grow: 1;
  height: 3rem;
  align-items: center;
  display: inline-flex;
}
.positive-negative-bar-graph__chart {
  flex-grow: 1;
  height: 6rem;
  min-width: 0;
  align-items: center;
}
.status-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
  margin: 0.25rem;
  padding: 0.25rem 1rem;
}
.status-cell__label-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.status-cell__label {
  margin-left: 0.5rem;
  margin-right: 0.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.status-cell__indicator {
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.status-cell__value,
.status-cells-wrapper__title {
  font-weight: bold;
  padding-left: 0.25rem;
}
.table--customizable-table {
  height: 100%;
}
.table-legend__indicator {
  width: 1rem;
  height: 0.75rem;
}
.table-cell--stacked-bar {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.table-cell--stacked-bar .stacked-bar__bar {
  height: 90%;
  float: left;
}
.gauge-ticket__columns {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.gauge-ticket__columns:is(:first-child) {
  border-top: 1px solid #c2c4c6;
}
.gauge-ticket__columns:not(:last-child) {
  border-bottom: 1px solid #c2c4c6;
}
.page-filters .fields > .field,
.widget-filters .fields > .field {
  padding-left: 0;
  padding-right: 0;
}
.page-filters .field .button-with-icon,
.widget-filters .field .button-with-icon {
  padding: 0 0.5rem;
}
.page-filters .highlighted-section + .highlighted-section {
  margin-top: 0.5rem;
}
.widget-filters .highlighted-section {
  background-color: inherit;
}
.widget-filters .highlighted-section + .highlighted-section {
  border-top: 1px solid #f2f2f2;
}
.filter-warning-icon {
  color: #ffb600;
  font-size: 1.5rem;
  padding: 0.25rem;
}
.filter-warning-icon--header {
  font-size: 1rem;
  padding: 0 0.25rem;
}
.heatmap {
  display: flex;
  flex-grow: 1;
  align-items: baseline;
  overflow: auto;
}
.heatmap-container {
  display: flex;
  width: 100%;
}
.heatmap-table {
  flex-grow: 1;
}
.heatmap-table__header {
  font-weight: normal;
  background-color: inherit;
  color: inherit;
  height: 60px;
  white-space: nowrap;
  position: relative;
}
.heatmap-table__header > div {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform-origin: left center;
  transform: translate(50%) rotate(315deg);
  text-align: left;
}
.heatmap-table__cell {
  text-align: right;
  border: 1px solid #f5f5f5;
  min-width: 30px;
}
.heatmap-table__cell:first-child {
  width: 1%;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  border: none;
}
.heatmap-table__cell-value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
}
.heatmap-legend {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50px;
}
.heatmap-legend__cell {
  position: relative;
}
.heatmap-legend__cell div {
  width: 10px;
}
.heatmap-legend__cell--border {
  border-top: 1px solid black;
}
.heatmap-legend__tick {
  position: absolute;
  bottom: -0.5em;
  left: 100%;
  font-weight: 200;
  white-space: nowrap;
}
.multi-chart-container {
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
}
.multi-chart-container__chart {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.multi-chart-container__chart-header {
  align-self: flex-start;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #f2f2f2;
}
.multi-chart-container__chart-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 300px;
  min-height: 0;
}
.multi-chart-container__chart-body--no-chart {
  height: auto;
}
@media (min-width: 1440px) {
  .multi-chart-container__chart-body:not(.multi-chart-container__chart-body--no-chart) {
    height: 0;
    min-height: 200px;
  }
}
@media (max-width: 1439px) {
  .multi-chart-container {
    grid-template-columns: 1fr !important;
  }
}
.shimmer-container {
  height: 300px;
  background: #e8e8e8;
  overflow: hidden;
}
.shimmer-effect {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #e8e8e8 0%, #dfdfdf 20%, #e8e8e8 40%, #e8e8e8 100%);
  animation: 1.2s shimmerColumns12 infinite linear;
}
@media (min-width: 1440px) {
  .shimmer-container {
    height: 100%;
  }
}
@keyframes shimmerColumns1 {
  from {
    transform: translateX(-10vw);
  }
  to {
    transform: translateX(10vw);
  }
}
@keyframes shimmerColumns2 {
  from {
    transform: translateX(-20vw);
  }
  to {
    transform: translateX(20vw);
  }
}
@keyframes shimmerColumns3 {
  from {
    transform: translateX(-30vw);
  }
  to {
    transform: translateX(30vw);
  }
}
@keyframes shimmerColumns4 {
  from {
    transform: translateX(-40vw);
  }
  to {
    transform: translateX(40vw);
  }
}
@keyframes shimmerColumns5 {
  from {
    transform: translateX(-50vw);
  }
  to {
    transform: translateX(50vw);
  }
}
@keyframes shimmerColumns6 {
  from {
    transform: translateX(-60vw);
  }
  to {
    transform: translateX(60vw);
  }
}
@keyframes shimmerColumns7 {
  from {
    transform: translateX(-70vw);
  }
  to {
    transform: translateX(70vw);
  }
}
@keyframes shimmerColumns8 {
  from {
    transform: translateX(-80vw);
  }
  to {
    transform: translateX(80vw);
  }
}
@keyframes shimmerColumns9 {
  from {
    transform: translateX(-90vw);
  }
  to {
    transform: translateX(90vw);
  }
}
@keyframes shimmerColumns10 {
  from {
    transform: translateX(-100vw);
  }
  to {
    transform: translateX(100vw);
  }
}
@keyframes shimmerColumns11 {
  from {
    transform: translateX(-110vw);
  }
  to {
    transform: translateX(110vw);
  }
}
@keyframes shimmerColumns12 {
  from {
    transform: translateX(-120vw);
  }
  to {
    transform: translateX(120vw);
  }
}
.recharts-responsive-container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  overflow: hidden;
}
.recharts-legend-item-text {
  vertical-align: middle;
}
.dashboard-print-view {
  display: block;
  padding: 0;
  margin: 0 auto;
}
.dashboard-print-view .dashboard-widgets {
  padding: 0;
  background: #ffffff;
}
.dashboard-print-view .print-grid-panel {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 1rem;
  border-bottom: 1px solid #c2c4c6;
}
.dashboard-print-view .widget {
  display: inline-block;
  vertical-align: top;
  height: auto !important;
  padding: 0;
  page-break-inside: avoid;
}
.dashboard-print-view .widget--with-chart,
.dashboard-print-view .widget--airport-status-map {
  display: block;
}
.dashboard-print-view .widget-body {
  display: block;
  overflow: hidden;
}
.dashboard-print-view .widget-action-icon {
  display: none;
}
.dashboard-print-view .multi-chart-container {
  display: block;
}
.dashboard-print-view .multi-chart-container__chart {
  display: block;
  width: 100% !important;
  margin: 0;
}
.dashboard-print-view .multi-chart-container__chart-body {
  display: block;
  min-height: auto;
  height: auto;
}
.dashboard-print-view--portrait {
  width: 1062px;
}
.dashboard-print-view--portrait .widget {
  width: 33.33% !important;
}
.dashboard-print-view--portrait .widget--with-chart,
.dashboard-print-view--portrait .widget--airport-status-map {
  width: 100% !important;
}
.dashboard-print-view--portrait .print-grid-panel {
  display: block;
  width: calc(1062px - 2rem);
}
.dashboard-print-view--portrait .recharts-responsive-container {
  height: calc(1062px * calc(5 / 16)) !important;
}
.dashboard-print-view--landscape {
  width: 1375px;
}
.dashboard-print-view--landscape .widget {
  width: 50% !important;
}
.dashboard-print-view--landscape .widget--with-chart,
.dashboard-print-view--landscape .widget--airport-status-map {
  width: 100% !important;
}
.dashboard-print-view--landscape .print-grid-panel {
  width: calc(1375px / 2 - 2rem);
}
.dashboard-print-view--landscape .print-grid-panel--full-width {
  display: block;
  width: calc(1375px - 2rem);
}
.dashboard-print-view--landscape .print-grid-panel--full-width .widget {
  width: 25% !important;
}
.dashboard-print-view--landscape .print-grid-panel--full-width .widget--with-chart,
.dashboard-print-view--landscape .print-grid-panel--full-width .widget--airport-status-map {
  width: 100% !important;
}
.dashboard-print-view--landscape .print-grid-panel--centered {
  display: block;
  margin: 0 auto;
}
.dashboard-print-view--landscape .recharts-responsive-container {
  height: calc(1375px * calc(1 / 4)) !important;
}
.selector-container .recharts-responsive-container {
  height: 100% !important;
}
.dashboard-print-view-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 8rem;
  z-index: 1;
}
.dashboard-print-view-overlay__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3c3d;
  opacity: 0.7;
}
.header {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.header .header__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #c2c4c6;
}
.header .header__smart-suite-logo {
  width: 132px;
}
.header .header__brock-solutions-logo {
  width: 100px;
}
.header .header__report-info {
  font-size: 10px;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #c2c4c6;
}
.header .header-label {
  display: inline-block;
  width: 100px;
}
.header .header-value {
  display: inline-block;
  overflow-wrap: break-word;
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-top: 1px solid #c2c4c6;
}
@-moz-document url-prefix() {
  .dashboard-print-view--portrait {
    width: 816px;
  }
  .dashboard-print-view--portrait .print-grid-panel {
    width: calc(816px - 2rem);
  }
  .dashboard-print-view--portrait .recharts-responsive-container {
    height: calc(816px * calc(5 / 16)) !important;
  }
  .dashboard-print-view--landscape {
    width: 1056px;
  }
  .dashboard-print-view--landscape .print-grid-panel {
    width: calc(1056px / 2 - 2rem);
  }
  .dashboard-print-view--landscape .print-grid-panel--full-width {
    width: calc(1056px - 2rem);
  }
  .dashboard-print-view--landscape .recharts-responsive-container {
    height: calc(1056px * calc(1 / 4)) !important;
  }
}
@media print {
  html {
    -webkit-print-color-adjust: exact;
    font-size: 12px;
  }
}
.dashboard-export-pdf {
  display: block;
  padding: 0;
  margin: 0 auto;
}
.dashboard-export-pdf .dashboard-widgets {
  padding: 0;
  background: #ffffff;
}
.dashboard-export-pdf .print-grid-panel {
  display: inline-block;
  vertical-align: top;
  padding: 0 1rem;
  margin: 1rem;
  page-break-inside: avoid;
  background: #ffffff;
  border: 1px solid #c2c4c6;
}
.dashboard-export-pdf .widget {
  display: inline-block;
  vertical-align: top;
  padding: 1rem;
  page-break-inside: avoid;
}
.dashboard-export-pdf .widget-body {
  display: block;
  overflow: hidden;
}
.dashboard-export-pdf .widget-action-icon {
  display: none;
}
.dashboard-export-pdf .multi-chart-container {
  display: block;
}
.dashboard-export-pdf .multi-chart-container__chart {
  display: block;
  margin: 0;
}
.dashboard-export-pdf .multi-chart-container__chart-body {
  display: block;
  min-height: auto;
  height: auto;
}
.dashboard-export-pdf .selector-container .recharts-responsive-container {
  height: 100% !important;
}
.dashboard-export-pdf .header {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.dashboard-export-pdf .header .header__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #c2c4c6;
}
.dashboard-export-pdf .header .header__smart-suite-logo {
  width: 132px;
}
.dashboard-export-pdf .header .header__brock-solutions-logo {
  width: 100px;
}
.dashboard-export-pdf .header .header__report-info {
  font-size: 10px;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #c2c4c6;
}
.dashboard-export-pdf .header .header-label {
  display: inline-block;
  width: 100px;
}
.dashboard-export-pdf .header .header-value {
  display: inline-block;
  overflow-wrap: break-word;
}
.dashboard-export-pdf .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-top: 1px solid #c2c4c6;
}
.dashboard-export-pdf--portrait {
  width: 1062px;
}
.dashboard-export-pdf--portrait .print-grid-panel {
  display: block;
  width: calc(1062px - 2rem);
}
.dashboard-export-pdf--portrait .recharts-responsive-container {
  height: calc(1062px * calc(5 / 16)) !important;
}
.dashboard-export-pdf--landscape {
  width: 1375px;
}
.dashboard-export-pdf--landscape .print-grid-panel {
  width: calc(1375px / 2 - 2rem);
}
.dashboard-export-pdf--landscape .print-grid-panel--full-width {
  display: block;
  width: calc(1375px - 2rem);
}
.dashboard-export-pdf--landscape .print-grid-panel--centered {
  display: block;
  margin: 0 auto;
}
.dashboard-export-pdf--landscape .recharts-responsive-container {
  height: calc(1375px * calc(1 / 4)) !important;
}
@-moz-document url-prefix() {
  .dashboard-export-pdf--portrait {
    width: 816px;
  }
  .dashboard-export-pdf--portrait .print-grid-panel {
    width: calc(816px - 2rem);
  }
  .dashboard-export-pdf--portrait .recharts-responsive-container {
    height: calc(816px * calc(5 / 16)) !important;
  }
  .dashboard-export-pdf--landscape {
    width: 1056px;
  }
  .dashboard-export-pdf--landscape .print-grid-panel {
    width: calc(1056px / 2 - 2rem);
  }
  .dashboard-export-pdf--landscape .print-grid-panel--full-width {
    width: calc(1056px - 2rem);
  }
  .dashboard-export-pdf--landscape .recharts-responsive-container {
    height: calc(1056px * calc(1 / 4)) !important;
  }
}
@media print {
  html {
    -webkit-print-color-adjust: exact;
    font-size: 12px;
  }
}
.landing-page-widget {
  width: calc(100% - 1rem);
}
.landing-page-widget--empty {
  flex-grow: 1;
  margin: 0.5rem;
  border: 4px dashed rgba(24, 60, 115, 0.35);
  font-size: 4rem;
  transition: 0.2s border-color ease;
}
.landing-page-widget--empty:hover {
  border-color: #183c73;
}
.landing-page-widget > button {
  width: 100%;
  height: 100%;
}
.landing-page-widget > button:focus {
  box-shadow: none;
}
.edit-remove-menu {
  display: flex;
  align-self: flex-start;
  justify-content: flex-end;
  flex-grow: 1;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#root {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.table-overrides-mixin .table {
  width: auto;
  margin: 0;
  border-collapse: separate;
}
.table-overrides-mixin .table-header-cell {
  position: relative;
  height: 45px;
}
.table-overrides-mixin .table-cell {
  background-color: inherit;
}
.apply_filters {
  align-items: flex-end;
}
.advanced-search {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 1rem;
}
.advanced-search__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 2rem;
}
.advanced-search__header-title {
  margin-right: 3rem;
  font-family: 'Open Sans SemiBold', Arial, Helvetica, sans-serif;
}
.advanced-search__table {
  flex-grow: 1;
  flex-basis: 0;
}
.advanced-search__table .table {
  width: auto;
  margin: 0;
  border-collapse: separate;
}
.advanced-search__table .table-header-cell {
  position: relative;
  height: 45px;
}
.advanced-search__table .table-cell {
  background-color: inherit;
}
.advanced-search__filters {
  padding: 0.5rem 0;
}
.advanced-search .DragHandle {
  width: 10px;
  height: 38px;
  position: absolute;
  top: 0;
  right: calc((10px / 2) * -1);
  z-index: 10;
}
.advanced-search .DragHandle:hover {
  cursor: col-resize;
}
.configuration-modal__modal-container {
  display: flex;
  height: 90vh;
  flex-direction: column;
}
.configuration-modal__modal-container .modal__body {
  height: 100%;
}
.configuration-modal__modal-container .table-config-modal {
  display: flex;
  gap: 1rem;
  height: 100%;
  padding: 0.5rem;
}
.configuration-modal__modal-container .table-config-modal__left,
.configuration-modal__modal-container .table-config-modal__right {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
}
.configuration-modal__modal-container .table-config-modal__left .column-config:nth-child(1) {
  flex-grow: 0;
}
.configuration-modal__modal-container .column-config {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.configuration-modal__modal-container .column-config + .column-config {
  margin-top: 1rem;
}
.configuration-modal__modal-container .column-config__droppable {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.25rem;
  padding: 0.5rem;
  border: 1px solid #c2c4c6;
  background-color: #ffffff;
}
.configuration-modal__modal-container .column-config__droppable--is-dragging-over {
  background-color: #c2c4c6;
}
.configuration-modal__modal-container .column-config__draggable {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c2c4c6;
  padding: 0.5rem;
  background-color: #ffffff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.configuration-modal__modal-container .column-config__draggable--is-dragging {
  color: #ffffff;
  background-color: #13305b;
}
.react-grid-layout {
  position: relative;
}
.react-grid-item img {
  pointer-events: none;
  user-select: none;
}
.react-grid-item.cssTransforms {
  transition-property: transform;
}
.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
}
.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}
.react-grid-item.dropping {
  visibility: hidden;
}
.react-grid-item.react-grid-placeholder {
  background: #000000;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}
.react-grid-item > .react-resizable-handle::after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
.react-resizable-hide > .react-resizable-handle {
  display: none;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 8px;
  left: 8px;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 8px;
  right: 8px;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 8px;
  left: 8px;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 8px;
  right: 8px;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 8px;
  transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 8px;
  transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 8px;
  transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 8px;
  transform: rotate(45deg);
}
.editor__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-x: hidden;
}
.editor-grid {
  position: relative;
  z-index: 0;
}
.editor-grid--hidden {
  display: none;
}
.editor-grid__container {
  flex-grow: 1;
}
.editor-grid__layout {
  border-right: 1px solid #c2c4c6;
  border-bottom: 1px solid #c2c4c6;
  background-color: #f2f2f2;
  background-image: linear-gradient(to right, #c2c4c6 1px, transparent 1px), linear-gradient(to bottom, #c2c4c6 1px, transparent 1px);
}
.editor-grid__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
.editor__widget {
  display: flex;
  flex-direction: column;
  cursor: grab;
  z-index: 1;
}
.editor__widget-interior {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0.5rem;
  padding: 0 1rem;
  background-color: #ffffff;
  box-shadow: 3px 3px 6px #c2c4c6;
}
.editor__widget-interior--selected {
  outline: 2px solid #183c73;
}
.editor__widget-interior > .alert {
  overflow: hidden;
}
.editor-drawer {
  display: flex;
  height: 640px;
  min-width: 410px;
  margin-left: 0.5rem;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
.editor-drawer--hidden {
  margin-right: -382px;
}
.editor-drawer--hidden .editor-drawer-rail__icon {
  transform: rotate(180deg);
}
.editor-drawer-rail {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 2rem;
  padding-top: 1rem;
  background-color: #f2f2f2;
  border: 1px solid #c2c4c6;
  border-right: none;
  z-index: 1;
}
.editor-drawer-rail:hover {
  cursor: pointer;
  background-color: #c2c4c6;
}
.editor-drawer-rail__icon {
  color: #183c73;
}
.editor-drawer__grouping {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
.editor-drawer__grouping:not(:first-child) {
  margin-top: 1rem;
}
.editor-drawer__grouping-error {
  color: #a40122;
}
.editor-drawer__container {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
}
.editor-drawer__container .tab-container {
  margin: 0;
  margin-left: -1px;
}
.editor-drawer__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 0.5rem;
  border: 1px solid #c2c4c6;
  border-top: none;
  border-left: none;
  overflow-y: auto;
}
.editor-tabs__tab {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}
.editor-tabs__tab span {
  padding-right: 0.5rem;
}
.editor-drawer__required-label {
  font-style: italic;
  font-size: 0.875rem;
}
.editor-drawer__time-range-selector {
  max-height: 250px;
  transition: all 0.2s ease;
}
.editor-drawer__time-range-selector--hidden {
  overflow: hidden;
  max-height: 0;
}
.svg-image {
  max-width: 50px;
  width: 100%;
  height: auto;
}
.widget-library {
  overflow-y: auto;
}
.widget-library::-webkit-scrollbar {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  width: 0.5rem;
}
.widget-library::-webkit-scrollbar-thumb {
  background-color: #c2c4c6;
  border-radius: 0.5rem;
}
.widget-library__content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.widget-library__views {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}
.widget-library__dashboard-view {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all 0.2s ease;
  overflow-y: auto;
}
.widget-library__dashboard-view--closed {
  left: -100%;
}
.widget-library__widgets-view {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  background: #ffffff;
  transition: all 0.2s ease;
  overflow-y: auto;
}
.widget-library__widgets-view--closed {
  left: 100%;
}
.widget-library__search-view {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  background: #ffffff;
  transition: all 0.2s ease;
  overflow-y: auto;
}
.widget-library__search-view--closed {
  top: 100%;
}
.widget-library__dashboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #ffffff;
  border: none;
  border-top: 1px solid #f2f2f2;
  box-shadow: none !important;
  line-height: 1.5;
  cursor: pointer;
}
.widget-library__dashboard:hover {
  background: #f5f5f5;
}
.widget-library__dashboard:hover .widget-library__dashboard-title {
  text-decoration: underline;
}
.widget-library__dashboard:hover .widget-library__dashboard-chevron {
  opacity: 1;
}
.widget-library__dashboard:last-child {
  border-bottom: #f2f2f2;
}
.widget-library__dashboard-title {
  color: #0971b9;
}
.widget-library__dashboard-chevron {
  color: #183c73;
  opacity: 0.35;
}
.widget-library__widget {
  padding: 0 0.5rem;
  border: 1px solid #c2c4c6;
  cursor: grab;
}
.widget-library__widget label {
  cursor: grab;
}
.widget-library__widget:not(:last-child) {
  margin-bottom: 0.5rem;
}
.widget-library__widget--disabled {
  background-color: #f2f2f2;
  border: 1px solid #c2c4c6;
  cursor: not-allowed;
}
.widget-library__widget-title {
  font-weight: bold;
}
.bread-crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bread-crumb > *:not(first-child) {
  margin-left: 0.5rem;
}
.bread-crumb > *:nth-child(even) {
  font-size: 0.75rem;
}
.bread-crumb__go-back {
  padding: 0;
  color: #0971b9;
  background: none;
  border: none;
  outline: none;
  box-shadow: none !important;
}
.bread-crumb__go-back:hover {
  text-decoration: underline;
}
.custom-dashboard-panel {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  background: #ffffff;
  min-width: 0;
  margin: 0 0 1.25rem 0;
  width: 100%;
  box-shadow: 3px 3px 6px #c2c4c6;
  overflow: auto;
}
.custom-dashboard-panel--mobile .widget {
  height: auto !important;
  width: auto !important;
}
.custom-dashboard-panel--mobile .widget--with-chart {
  height: 300px !important;
  width: 100% !important;
}
.custom-dashboard-panel--mobile .status-cells-wrapper {
  width: 100% !important;
  padding-bottom: 1rem;
}
.custom-dashboard-panel--tablet {
  width: calc(50% - 0.5rem);
}
.custom-dashboard-panel--tablet .widget--with-chart {
  height: 300px !important;
}
.custom-dashboard-panel--tablet .status-cells-wrapper {
  width: 100% !important;
  padding-bottom: 1rem;
}
.custom-dashboard-panel--desktop {
  display: flex;
  width: auto;
  margin: 0.5rem;
  padding-right: 0.0625rem;
}
@supports (grid-gap: 1rem) {
  .custom-dashboard-panel--desktop {
    width: 100%;
    margin: 0 0 -0.0625rem 0;
  }
}
.custom-dashboard-panel--full-width {
  width: 100%;
}
.custom-dashboard-widget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  padding: 0.25rem 1.25rem 0 1.25rem;
  transition: opacity 0.2s ease;
}
.custom-dashboard-widget__header button {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.35;
}
.custom-dashboard-widget__header button:hover {
  opacity: 1;
}
.newsfeed-container {
  display: flex;
  flex-direction: column;
  max-height: 0;
}
.newsfeed-item {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  border-bottom: 1px solid #6b6b6f;
  cursor: pointer;
}
.newsfeed-item__subject {
  font-size: 1.1rem;
  text-shadow: 0 0 #575757;
}
.newsfeed-item__timestamp {
  font-size: 0.875rem;
  white-space: nowrap;
}
.newsfeed-item__message {
  flex-grow: 1;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1rem;
}
.newsfeed-item__message--expanded {
  white-space: initial;
  overflow: initial;
  text-overflow: initial;
}
.newsfeed-status {
  flex-shrink: 0;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
}
.dashboard-audit {
  padding: 3.5rem;
}
.dashboard-audit .collapsible-panel {
  box-shadow: 3px 3px 6px #c2c4c6;
}
.dashboard-audit .collapsible-panel__body {
  min-height: 0px;
  max-height: 200px;
  transition: height 0.2s ease-in-out;
  overflow: hidden;
}
.national-summary {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.national-summary__legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.national-summary__legend-color {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 0.25rem;
}
.national-summary__legend-color--green {
  background-color: #00b050;
}
.national-summary__legend-color--red {
  background-color: #a40122;
}
.national-summary__bar {
  display: flex;
  align-items: center;
  width: 100%;
}
.national-summary__bar-on-target {
  background-color: #00b050;
  height: 1rem;
}
.national-summary__bar-off-target {
  background-color: #a40122;
  height: 1rem;
}
.national-kpi-list {
  display: grid;
  grid-template-columns: 100%;
  align-content: flex-start;
  gap: 1rem;
  height: calc((51px + 1rem) * 3);
  overflow: auto;
}
.national-kpi-list__item-header {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.national-kpi-list__item-body {
  display: flex;
  align-items: center;
}
.national-kpi-list__item-value {
  color: #a40122;
  font-weight: bold;
  font-size: 1.5rem;
}
.national-kpi-list__item-target {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
.national-kpi-list .ticket__header {
  display: flex;
  align-items: center;
  flex-basis: 33%;
  min-width: 150px;
  font-weight: bold;
}
@media (max-width: 1439px) {
  .national-kpi-list {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    height: auto;
  }
  .national-kpi-list__item-body {
    justify-content: center;
  }
  .national-kpi-list .ticket {
    flex-direction: column;
  }
  .national-kpi-list .ticket .ticket__header {
    width: 100%;
    justify-content: center;
  }
}
