.dashboard,
.dashboard-print-view,
.dashboard-export-pdf {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  margin: 0 auto;
  color: #575757;
}
.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: #575757;
}
.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;
}
.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: #237ebc;
}
.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 {
  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: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.multi-chart-container__chart {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.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 {
    margin: 1rem;
  }
  .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__chart {
    min-width: 100%;
  }
}
.dashboard-upload {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
}
.dashboard-upload .form-group {
  margin: 0;
}
.dashboard-upload__header {
  font-size: 2.5em;
  margin-bottom: 10px;
}
.dashboard-upload__actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dashboard-upload__action-select {
  display: flex;
  flex-direction: column;
}
.dashboard-upload__action-select select {
  min-width: 200px;
}
.dashboard-upload__action-save-spinner {
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.dashboard-upload__action-save {
  display: flex;
}
.dashboard-upload__action-save button + button {
  margin-left: 10px;
}
.dashboard-upload__config-textarea {
  flex-grow: 1;
  min-height: 400px;
  font-family: 'Courier New', Courier, monospace !important;
}
.dashboard-upload__config-textarea--error {
  outline: red auto 1px;
}
.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 1rem;
  margin: 1rem;
  border-bottom: 1px solid #c2c4c6;
}
.dashboard-print-view .widget {
  display: inline-block;
  vertical-align: top;
  height: auto !important;
  padding: 1rem;
  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: #575757;
  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;
}
.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: #237ebc;
}
.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: #237ebc;
  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 #c4b3b3;
  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;
}
.viewportMixin {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
/* All inputs, selects, buttons etc should use this mixin */
.standardInputDimensionMixin {
  min-width: 70px;
  height: 30px;
}
/* Inputs should have a padding left and right of 5pxs */
.inputInternalPaddingMixin {
  padding: 0 5px;
}
.fontAwesomeButtonMixin {
  padding: 8px 10px 10px !important;
  height: 30px;
  border-left: none;
  margin: 0;
}
.enableAndHideVerticalScroll {
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.enableAndHideVerticalScroll::-webkit-scrollbar {
  display: none;
}
.buttonInteractionColors {
  color: #1daeff;
  background-color: #ffffff;
}
.buttonInteractionColors--selected {
  color: #ffffff;
  background-color: #1daeff;
}
.buttonInteractionColors:hover,
.buttonInteractionColors :active {
  color: #ffffff;
  background-color: #1daeff;
}
.buttonInteractionColors:focus {
  outline: 0;
}
.roundRadio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #000000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.roundRadio:before {
  content: ' ';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 3px solid white;
  border-radius: 50%;
}
.roundRadio:checked {
  background: #000000;
}
.roundRadio:checked:disabled {
  background: #afafaf;
}
.roundRadio:disabled {
  border: 1px solid #afafaf;
  cursor: not-allowed;
}
body.body__advanced-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
body.body__advanced-search .form-group {
  margin: 0 !important;
}
body.body__advanced-search .place-holder-buttons {
  background: none;
  border: none;
  padding: 0;
}
body.body__advanced-search .single-page-app__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
body.body__advanced-search #app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  align-items: flex-start;
}
body.body__advanced-search .action-menu__custom-icon {
  font-size: 16px;
}
body.body__advanced-search .display-flex-column-mixin {
  display: flex;
  flex-direction: column;
}
body.body__advanced-search .column-values-mixin {
  display: flex;
  flex-direction: column;
  min-height: 0px;
  height: 100%;
  width: 50%;
  padding: 0.25rem;
}
body.body__advanced-search .modal__wrapper {
  overflow: hidden;
}
body.body__advanced-search .configuration-modal__modal-container {
  font-size: 16px;
  height: 90vh;
  min-height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.body__advanced-search .configuration-modal__modal-container .modal__body {
  height: 100%;
  min-height: 0px;
}
body.body__advanced-search .configuration-modal__modal-container .portal-modal__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
body.body__advanced-search .configuration-modal__modal-container .portal-modal__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0px;
}
body.body__advanced-search .configuration-modal__column-container {
  display: flex;
  min-height: 0px;
  height: 100%;
}
body.body__advanced-search .configuration-modal__left-column-items {
  display: flex;
  flex-direction: column;
  min-height: 0px;
  height: 100%;
  width: 50%;
  padding: 0.25rem;
}
body.body__advanced-search .configuration-modal__left-column-items--fixed-column {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  max-height: 75%;
}
body.body__advanced-search .configuration-modal__left-column-items--visible-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 20%;
}
body.body__advanced-search .configuration-modal__right-column-items {
  display: flex;
  flex-direction: column;
  min-height: 0px;
  height: 100%;
  width: 50%;
  padding: 0.25rem;
}
body.body__advanced-search .configuration-modal__draggable-container {
  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: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  min-height: 0px;
}
body.body__advanced-search .configuration-modal__column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0px;
}
body.body__advanced-search .configuration-modal__visible-column-container {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0px;
}
body.body__advanced-search .configuration-modal__visible-column-container :first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
body.body__advanced-search .configuration-modal__visible-column-container .label-value-container {
  min-height: 0px;
}
body.body__advanced-search .configuration-modal__hidden-column-container {
  width: 50%;
  display: flex;
}
body.body__advanced-search .configuration-modal__table-configuration-input-container {
  display: flex;
  flex-direction: column;
}
body.body__advanced-search .configuration-modal__placeholder-button {
  background: none;
  border: none;
  padding: 0;
}
body.body__advanced-search .configuration-modal__button-container {
  display: flex;
  justify-content: space-between;
}
body.body__advanced-search .configuration-modal__confirm-dismiss-container {
  display: flex;
}
body.body__advanced-search .configuration-modal__confirm-dismiss-container button + button {
  margin-left: 5px;
}
body.body__advanced-search .save-as-modal__add-to-favorites-icon {
  font-size: 1.5rem;
}
body.body__advanced-search .save-as-modal__radio-container {
  font-size: 16px;
}
body.body__advanced-search .save-as-modal__radio-row {
  display: flex;
  align-items: flex-end;
}
body.body__advanced-search .save-as-modal__radio-row--save-new-character-count {
  justify-content: flex-end;
  color: #333333;
}
body.body__advanced-search .save-as-modal__radio-row select,
body.body__advanced-search .save-as-modal__radio-row input:not(.save-as-modal__radio-Button) {
  height: 36px;
  font-size: inherit;
}
body.body__advanced-search .save-as-modal__radio-row + body.body__advanced-search .save-as-modal__radio-row {
  margin-top: 10px;
}
body.body__advanced-search .save-as-modal__radio-Button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 19px;
  margin: 9px;
  background: white;
  border: 1px solid #000000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
body.body__advanced-search .save-as-modal__radio-Button:before {
  content: ' ';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 3px solid white;
  border-radius: 50%;
}
body.body__advanced-search .save-as-modal__radio-Button:checked {
  background: #000000;
}
body.body__advanced-search .save-as-modal__radio-Button:checked:disabled {
  background: #afafaf;
}
body.body__advanced-search .save-as-modal__radio-Button:disabled {
  border: 1px solid #afafaf;
  cursor: not-allowed;
}
body.body__advanced-search .save-as-modal__save-new-label {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: inherit;
}
body.body__advanced-search .confirm-modal__info-container {
  font-size: 16px;
}
body.body__advanced-search .confirm-modal__info-container .fa {
  margin-right: 0.5em;
}
body.body__advanced-search .manage-saved-searches-modal__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 5px;
  background: #f5f5f5;
  font-size: 16px;
  margin-bottom: 5px;
}
body.body__advanced-search .manage-saved-searches-modal__label {
  font-size: inherit;
}
body.body__advanced-search .manage-saved-searches-modal__trash-button {
  font-size: inherit;
  background: none;
  border: none;
  color: #1daeff;
}
body.body__advanced-search .route-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100vw;
  height: 100%;
}
body.body__advanced-search .share-search__share-button {
  background: none;
  border: none;
  padding: 0;
}
body.body__advanced-search .share-search__copy-input-button-container {
  display: flex;
  align-items: flex-end;
}
body.body__advanced-search .share-search__copy-input {
  flex-grow: 1;
  flex-shrink: 0;
}
body.body__advanced-search .share-search__body {
  padding: 0 20px;
}
body.body__advanced-search .share-search__body .feed-back-container {
  padding: 0;
}
body.body__advanced-search .share-search__share-icon {
  font-size: 16px;
}
body.body__advanced-search .advanced-search__title-container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.body__advanced-search .advanced-search__criteria-time-zone {
  font-size: 12px;
  margin: 0;
}
body.body__advanced-search .advanced-search__wrapper {
  padding: 0 1vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100vw;
}
body.body__advanced-search .advanced-search__collapsable-header-container {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
body.body__advanced-search .advanced-search__result-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body.body__advanced-search .advanced-search__table-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 30vh;
}
body.body__advanced-search .advanced-search__export-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1daeff;
}
body.body__advanced-search .advanced-search__export-wrapper--disabled {
  pointer-events: none;
  cursor: not-allowed;
}
body.body__advanced-search .advanced-search__preformatted-text {
  white-space: pre-wrap;
  width: 100%;
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  .body__advanced-search #footer {
    display: none;
  }
}
@media (min-width: 992px) {
  .body__advanced-search .configuration-modal__table-configuration-input-container {
    flex-direction: row;
    align-items: flex-end;
  }
  .body__advanced-search .configuration-modal__table-configuration-input-container div.label-value-container + div.label-value-container {
    margin-left: 5px;
  }
}
.column__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column__title {
  margin: 0;
}
.column__droppable-column {
  min-height: 51px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #c2c4c6;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
}
.column__droppable-column--isDraggingOver {
  background-color: #c2c4c6;
}
.column__draggable-column-header {
  border: 1px solid #c2c4c6;
  padding: 0.5rem;
  background-color: #ffffff;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: center;
}
.column__draggable-column-header--frozen {
  background-color: #c2c4c6;
}
.column__draggable-column-header--isDragging {
  color: #ffffff;
  background-color: #13305b;
}
.column__draggable-column-header + .column__draggable-column-header {
  margin-top: 0.25rem;
}
.results-message {
  background-color: #d9edf7;
  color: #31708f;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.react-table__fixed-with-break-word {
  table-layout: fixed;
  word-wrap: break-word;
}
.ReactVirtualized__Grid:focus {
  outline-color: transparent;
}
.react-table__show-more-results-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multi-grid__header {
  background: #575757;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  font-weight: normal;
  cursor: pointer;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.multi-grid__header:last-child {
  border-right: 1px solid #ffffff;
}
.multi-grid__header-label-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.multi-grid__header-label {
  color: #ffffff;
  margin: 0;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  cursor: pointer;
}
.multi-grid__sort-arrow--not-sorted {
  color: #c2c4c6;
}
.multi-grid__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 5px;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.multi-grid__body--first-row {
  border-top: none;
}
.multi-grid__body--last-row {
  border-bottom: 1px solid #ffffff;
}
.multi-grid__body--fixed-column,
.multi-grid__body--accent-row {
  background-color: #f5f5f5;
}
.DragHandle {
  width: 10px;
  height: 38px;
  position: absolute;
  right: calc((10px / 2) * -1);
  z-index: 10;
}
.DragHandle:hover {
  cursor: col-resize;
}
.table-row--active {
  background-color: #00b050 !important;
}
.table-row--active > td {
  color: white;
}
.app-container {
  width: auto;
  min-width: 700px;
  margin: 0 1rem;
}
.ticket + .ticket,
.location-area + .location-area,
.bag-list-item + .bag-list-item {
  margin-top: 0.5rem;
}
.flight-list {
  flex-shrink: 0;
  width: 50%;
  padding: 0.5rem;
  background: white;
  box-shadow: 3px 3px 6px #c2c4c6;
}
.bag-locations {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 0.25rem;
  background: white;
  box-shadow: 3px 3px 6px #c2c4c6;
}
.locations-areas {
  display: flex;
  flex-direction: column;
  flex: 1 0 40%;
  padding: 0.25rem;
}
.location-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding: 1rem;
  text-align: left;
  text-overflow: ellipsis;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  outline: 0;
  overflow: hidden;
  box-shadow: none;
}
.location-area:hover {
  background-color: #f5f5f5;
}
.location-area__bag-count {
  padding-left: 1.5rem;
}
.bag-list {
  display: flex;
  flex: 5 0 60%;
  padding: 0.25rem;
  margin-top: 1rem;
}
.bag-list-item {
  padding: 1rem;
  border: 1px solid #f2f2f2;
}
@media (min-width: 768px) {
  .app-container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .flight-list {
    width: 30%;
  }
  .bag-locations {
    flex-direction: row;
    flex-grow: 1;
    width: auto;
  }
  .bag-list {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .app-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}
body {
  height: auto;
  display: flex;
  flex-direction: column;
}
.single-page-app__body {
  flex-grow: 1;
  min-height: 0;
}
.dashboard-wrapper {
  width: 100%;
}
#footer {
  display: none !important;
}
@media (min-width: 1440px) {
  body {
    height: 100vh;
  }
  #app,
  .single-page-app__body {
    height: 100%;
  }
}
.body__configuration-app #app {
  height: 100%;
}
.body__configuration-app .smartsuite-configuration {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.body__configuration-app .smartsuite-configuration__content {
  flex-grow: 1;
}
.connecting-line-mixin {
  position: absolute;
  border: 0.25rem solid black;
  z-index: -1;
}
.connecting-line-mixin--completed {
  border-color: #00b050;
}
.connecting-line-mixin--future {
  border-color: #c2c4c6;
  border-style: dashed;
}
.connecting-line-mixin--void {
  border-color: #c2c4c6;
}
.scrollbar-style-mixin::-webkit-scrollbar {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  height: 0.5rem;
}
.scrollbar-style-mixin::-webkit-scrollbar-thumb {
  background-color: rgba(24, 60, 115, 0.35);
  border-radius: 0.5rem;
}
.scrollbar-style-mixin:hover.timeline::-webkit-scrollbar,
.scrollbar-style-mixin:hover.timeline::-webkit-scrollbar-thumb {
  visibility: visible;
}
iframe {
  display: none;
}
body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  height: 100vh;
}
#root {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.main {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.bag-search {
  display: flex;
  height: 100%;
  background: #ffffff;
  border: 1px solid #c2c4c6;
  z-index: 1;
}
.bag-search__content {
  display: grid;
  grid-template-columns: 300px;
  grid-template-rows: 100%;
  transition: grid-template-columns 0.2s ease;
  overflow-x: hidden;
}
.bag-search__content--closed {
  grid-template-columns: 0;
}
.bag-search__content--body--error {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bag-search__content--body--error-box {
  text-align: center;
  max-width: 75%;
}
.bag-search__content-body-error {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 75%;
}
.bag-search__content-overflow {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 300px;
  padding: 0.5rem;
  overflow: hidden;
}
.bag-search__results-ticket + .bag-search__results-ticket {
  margin-top: 1rem;
}
.bag-search__results-ticket--selected {
  border: 1px solid #237ebc;
  box-shadow: #237ebc 0px 0px 6px 0px;
}
.bag-search__results-ticket--select {
  display: flex;
  align-items: center;
}
.bag-search__results-ticket-body {
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-columns: minmax(0, 1fr) 5rem;
}
.bag-search__results-ticket-body-passenger-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bag-search__rail {
  display: flex;
  justify-content: center;
  width: 30px;
  background-color: #f2f2f2;
  padding-top: 1rem;
  cursor: pointer;
}
.bag-search__rail:hover {
  background-color: #c2c4c6;
}
.bag-summary-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
  padding: 0 1rem;
  overflow: hidden;
}
.bag-summary-header {
  display: flex;
  flex-direction: column;
  width: clamp(0px, 100%, 1200px);
  padding-bottom: 3rem;
}
.bag-summary-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bag-summary-header__bag-details {
  font-size: 1rem;
}
.bag-summary-header__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bag-summary-header .bag-detail {
  display: flex;
  flex-direction: column;
  margin: 0.5rem 2rem 0.5rem 0;
  white-space: nowrap;
}
.bag-summary-header .bag-detail > div {
  white-space: normal;
  word-break: break-word;
}
.bag-detail-item {
  width: 100%;
  padding: 0.25rem;
}
.bag-detail-item .ticket__header {
  width: auto;
  min-width: 10rem;
}
.bag-detail-item__title {
  display: flex;
  align-items: center;
  box-shadow: #f2f2f2 0px 0px 3px 0px;
  border: 1px solid;
  border-color: #f2f2f2;
  padding: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.bag-detail-item__title--selected {
  cursor: pointer;
}
.bag-detail-item__toggle-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.bag-detail-item__toggle-icon .fas.fa-plus,
.bag-detail-item__toggle-icon .fas.fa-minus {
  color: #193a71;
  font-size: large;
}
.bag-detail-item__content {
  display: grid;
  align-items: center;
  overflow: hidden;
  transition: grid-template-rows 0.2s ease;
}
.bag-detail-item__content-overflow {
  margin-left: 1rem;
  overflow: hidden;
}
.bag-details-list {
  display: flex;
  flex-direction: column;
  width: clamp(400px, 100%, 700px);
  padding-top: 3rem;
}
.fas.fa-chevron-left,
.fas.fa-chevron-right {
  color: #183c73;
  font-size: 1rem;
}
.far.fa-arrow-alt-circle-right {
  font-size: 1.25rem;
  color: #237ebc;
  margin-left: 0.25rem;
}
.detail-ticket__time {
  font-weight: bold;
  margin-left: 5px;
}
.details-tickets__body-critical {
  color: #a40122;
  font-weight: bold;
}
.timeline {
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  max-width: 100%;
  max-height: 160px;
  min-height: 160px;
  padding-top: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
}
.station {
  box-shadow: none !important;
  transition: all 0.2s ease-in-out;
}
.station:first-child .station-nodes__connecting-line--arrival {
  display: none;
}
.station:last-child .station-nodes__connecting-line--departure {
  display: none;
}
button.station {
  border: none !important;
  outline: none !important;
}
.station-staple {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem;
}
.station-staple__name {
  transform: translate(0, -100%);
  transform-origin: center;
  background: white;
  padding: 0 1rem;
  line-height: 0.75;
  font-size: 1.25rem;
}
.station-staple__line {
  flex-grow: 1;
  min-width: 1.5rem;
  height: 2rem;
  border: 2px solid #c2c4c6;
  border-bottom: none;
}
.station-staple__line--left {
  border-right: none;
}
.station-staple__line--right {
  border-left: none;
}
.station-nodes {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.station-nodes__connecting-line {
  position: absolute;
  border: 0.25rem solid black;
  z-index: -1;
}
.station-nodes__connecting-line--completed {
  border-color: #00b050;
}
.station-nodes__connecting-line--future {
  border-color: #c2c4c6;
  border-style: dashed;
}
.station-nodes__connecting-line--void {
  border-color: #c2c4c6;
}
.station-nodes__connecting-line--arrival {
  right: 50%;
}
.station-nodes__dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  margin: 0 5rem;
  height: 3.5rem;
}
.station-nodes__dots--single {
  justify-content: center;
}
.station-node {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: black;
}
.station-node--with-icon {
  width: 3.5rem;
  height: 3.5rem;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px 0px;
}
.station-node--critical {
  background-color: #a40122;
}
.station-node--none {
  background-color: #c2c4c6;
}
.station-node--success {
  background-color: #00b050;
}
.station-node--future {
  border: 0.25rem solid #c2c4c6;
  background-color: #ffffff;
}
.station-node__icon {
  font-size: 1.5rem;
  color: #ffffff;
}
.station-node__connecting-line {
  position: absolute;
  border: 0.25rem solid black;
  z-index: -1;
  right: 50%;
}
.station-node__connecting-line--completed {
  border-color: #00b050;
}
.station-node__connecting-line--future {
  border-color: #c2c4c6;
  border-style: dashed;
}
.station-node__connecting-line--void {
  border-color: #c2c4c6;
}
.station-node__info {
  position: absolute;
  top: calc(50% + 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.station-node__description {
  font-family: Open Sans SemiBold;
  white-space: nowrap;
}
.station-node__timestamp {
  font-size: 0.85rem;
  white-space: nowrap;
}
.station-node:first-child .station-node__connecting-line {
  display: none;
}
@media (max-width: 768px) {
  .bag-search {
    position: absolute;
    top: 0;
    left: 0;
  }
  .bag-summary-content {
    padding: 0 2rem 0.5rem;
  }
}
