
.container-fluid {
  max-width: 1140px;
}

.font-mono {
  font-family: monospace;
  white-space: break-spaces;
}

.row-bg-success-border {
  color: var(--bs-success-text-emphasis) !important;
  background-color: var(--bs-success-bg-subtle)  !important;
  border-left:0.25rem solid #5cb85c !important;
}

.row-bg-success {
  color: var(--bs-success-text-emphasis) !important;
  background-color: var(--bs-success-bg-subtle)  !important;
}

.row-bg-danger-border {
  color: var(--bs-danger-text-emphasis) !important;
  background-color: var(--bs-danger-bg-subtle)  !important;
  border-left:0.25rem solid #d9534f !important;
}

.row-bg-danger {
  color: var(--bs-danger-text-emphasis) !important;
  background-color: var(--bs-danger-bg-subtle)  !important;
}

.validationReport {
  display:none;
}

.validationReport-err,
.validationReport-pop {
  display:table-row;
}

.col-150 {
  width: 150px;
}

.col-200 {
  width: 200px;
}

.col-250 {
  width: 250px;
}

.col-300 {
  width: 300px;
}

.col-header {
  position:sticky;
  left: 0;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  z-index: 1;
}

.col-row-header {
  position:sticky;
  left: 0;
  top: 0;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  z-index: 2;
}

.row-header {
  position:sticky;
  top: 0 ;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
