/* _content/enVision.Web/Components/CardWrapper.razor.rz.scp.css */
/* elevated card look */
.card.cw-elevated[b-wbb33mwc02] {
  background-color: #fff !important;
  border: 1px solid var(--bs-border-color, rgba(0, 0, 0, 0.12)) !important;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08) !important;
  border-radius: 0.5rem !important;
}

/* optional: keep rounded corners on plain container */
.cw-plain[b-wbb33mwc02] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0.5rem;
}
/* _content/enVision.Web/Components/ExceptionsView/ConsistView.razor.rz.scp.css */
.well[b-yex8q5aznr] {
    min-height: 20px;
    padding: 9px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    font-family: monospace;
    font-size: 14pt;
}

.trainwell[b-yex8q5aznr] {
    margin-left: 9px;
}

.well_line[b-yex8q5aznr] {
    background-color: #d9f7f2;
}

.well_line_hover[b-yex8q5aznr] {
    color: white;
    background-color: #64a8a6;
}

.well_selected[b-yex8q5aznr] {
    font-weight: 700;
    border: 2px solid #ffc107;
    border-radius: .25rem;
}

.car[b-yex8q5aznr] {
    background-color: #d9edf7;
}
.car_hover[b-yex8q5aznr] {
    color: white;
    background-color: #31708f;
}

.car_line_hover[b-yex8q5aznr] {
    background-color: #d9edf7;
}

.hovertext[b-yex8q5aznr] {
    position: relative;
}

.hovertext[b-yex8q5aznr]:before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    white-space: nowrap;
    box-shadow: 3px 3px #a2a2a2;
    border: 1px solid #e2e2e2;
    width: auto;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    padding: 3px 10px;
    transition: opacity 1s ease-in-out;
    position: absolute;
    z-index: 3000;
    left: 0;
    top: 110%;
}

.hovertext:hover[b-yex8q5aznr]:before {
    opacity: 1;
    visibility: visible;
}

.ctr_line:hover[b-yex8q5aznr] {
    background-color: #dff0d8;
}

.ctr_match[b-yex8q5aznr] {
    text-align: left;
    background-color: #dff0d8;
}

.ctr_match_hover[b-yex8q5aznr] {
    background-color: #3c763d;
    color: white
}

.ctr_selected[b-yex8q5aznr] {
    font-weight: 700;
    border: 2px solid #ffc107;
    border-radius: .25rem;
}

.ctr_match_diffcar[b-yex8q5aznr] {
    background-color: #faebcc;
}

.ctr_match_diffcar_hover[b-yex8q5aznr] {
    background-color: #8a6d3b;
    color: white;
}

.ctr_nomatch[b-yex8q5aznr] {
    background-color: #f2dede;
}

.ctr_nomatch_hover[b-yex8q5aznr] {
    background-color: #a94442;
    color: white;
}

.empty-well[b-yex8q5aznr] {
    background-color: #faebcc;
    color: #8a6d3b;
}

.missing-edi[b-yex8q5aznr] {
    background-color: #f2dede;
}
/* _content/enVision.Web/Components/ExceptionsView/WellEditor.razor.rz.scp.css */
.editor_container[b-2xnyrtwxy3]{
    text-align: center;
}

.editor_container_selected[b-2xnyrtwxy3]{
    text-align: center;
    border: 2px solid #ffc107
}

.autocomplete[b-2xnyrtwxy3] {
    position: relative;
}

.autocomplete .options[b-2xnyrtwxy3] {
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
}

.autocomplete .option[b-2xnyrtwxy3] {
    display: block;
    padding: 0.25rem;
}

.autocomplete .option .option-text[b-2xnyrtwxy3] {
    padding: 0.25rem 0.5rem;
}

.autocomplete .option:hover[b-2xnyrtwxy3] {
    background: #1E90FF;
    color: #fff;
}
/* _content/enVision.Web/Components/Reports/MergedGrid.razor.rz.scp.css */
.merged-grid[b-3s7cjw8x0i] {
  border-collapse: separate !important;
  border-spacing: 0;

  /* Light-blue header theme (tweak if needed) */
  --mg-head-bg: #e6f1fb; /* very light blue */
  --mg-head-fg: #0b3c66; /* dark blue text for contrast */
  --mg-head-border: #b6d4fe; /* slightly stronger blue for underline */
}

/* Header: light blue */
.merged-grid thead th[b-3s7cjw8x0i] {
  background-color: var(--mg-head-bg) !important;
  color: var(--mg-head-fg) !important;
  border-bottom: 3px solid var(--bs-border-color, #999) !important;
}

/* Keep primary sort icon in brand primary color */
.merged-grid thead th .text-primary[b-3s7cjw8x0i] {
  color: var(--bs-primary) !important;
}

/* Neutral/inactive sort icon: softer */
.merged-grid thead th .text-muted[b-3s7cjw8x0i] {
  color: rgba(11, 60, 102, 0.55) !important;
}

/* No row hover anywhere */
.merged-grid tbody tr:hover > td[b-3s7cjw8x0i],
.merged-grid.table-hover tbody tr:hover > td[b-3s7cjw8x0i] {
  background-color: inherit !important;
  box-shadow: none !important;
}

/* Band colors */
.merged-grid tbody tr.band-0 > td[b-3s7cjw8x0i] {
  background-color: #ffffff !important;
  background-clip: padding-box;
}
.merged-grid tbody tr.band-1 > td[b-3s7cjw8x0i] {
  background-color: #f2f4f7 !important;
  background-clip: padding-box;
}

/* Merged cells keep their band */
.merged-grid td.merge-cell.band-0[b-3s7cjw8x0i] {
  background-color: #ffffff !important;
  background-clip: padding-box;
}
.merged-grid td.merge-cell.band-1[b-3s7cjw8x0i] {
  background-color: #f2f4f7 !important;
  background-clip: padding-box;
}

/* Cascading double borders:
   - any row that ends a group at any level
   - merged header cell spanning the group draws its bottom border at group end */
.merged-grid tbody tr[class*="group-last-lvl-"] > td[b-3s7cjw8x0i] {
  border-bottom: 3px double var(--bs-border-color, #999) !important;
}
.merged-grid td.merge-cell[class*="group-bottom-lvl-"][b-3s7cjw8x0i] {
  border-bottom: 3px double var(--bs-border-color, #999) !important;
}

/* Avoid a double line right under the header */
.merged-grid tbody tr:first-child > td[b-3s7cjw8x0i] {
  border-top: 0 !important;
}
/* _content/enVision.Web/Components/Reports/ReportCard.razor.rz.scp.css */
.rc__icon-wrap[b-b8p6pfey5m] {
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  pointer-events: none;
}
.rc__icon-wrap--sm[b-b8p6pfey5m] {
  width: 44px;
  height: 44px;
}
.rc__icon-wrap--md[b-b8p6pfey5m] {
  width: 56px;
  height: 56px;
}
.rc__icon-wrap--lg[b-b8p6pfey5m] {
  width: 64px;
  height: 64px;
}

.rc__icon-wrap svg[b-b8p6pfey5m],
.rc__icon-wrap img[b-b8p6pfey5m],
.rc__icon-wrap .rc__svg[b-b8p6pfey5m] {
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.rc-drill-plain[b-b8p6pfey5m] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  z-index: 10;
}
.rc-drill-plain:hover i[b-b8p6pfey5m] {
  filter: brightness(0.9);
}
/* _content/enVision.Web/Components/Reports/ReportsDataGrid.razor.rz.scp.css */
/* Neutralize Bootstrap zebra *variables* for this grid */
table.b-datagrid.table-striped[b-26z7o0kfxw] {
  --bs-table-striped-bg: transparent !important;
  --bs-table-accent-bg: transparent !important;
}

/* Also clear any color set on the striped rows' cells */
table.b-datagrid.table-striped > tbody > tr:nth-of-type(odd) > *[b-26z7o0kfxw],
table.b-datagrid.table-striped > tbody > tr:nth-of-type(even) > *[b-26z7o0kfxw] {
  background-color: transparent !important;
}

/* Paint OUR group bands based on the hidden marker in the first column */
table.b-datagrid > tbody > tr:has(td .band-0) > *[b-26z7o0kfxw] {
  background-color: #ffffff !important;
  --bs-table-accent-bg: #ffffff !important;
}

table.b-datagrid > tbody > tr:has(td .band-1) > *[b-26z7o0kfxw] {
  background-color: var(--bs-table-striped-bg, #f8f9fa) !important;
  --bs-table-accent-bg: var(--bs-table-striped-bg, #f8f9fa) !important;
}

/* keep your merge-top-border rule */
.b-datagrid td:has(> .merge-blank)[b-26z7o0kfxw] {
  border-top-color: transparent !important;
}
.merge-blank[b-26z7o0kfxw] {
  display: block;
  color: transparent;
  user-select: none;
}
/* _content/enVision.Web/Pages/TrainDetailsReport.razor.rz.scp.css */
[b-s622z09jwc] .btn-page {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
  padding: 0.25rem 0.6rem;
  border-radius: 0.375rem;
}

[b-s622z09jwc] .btn-page:hover {
  background: #f9fafb;
}

/* Optional: icon spacing inside the button */
[b-s622z09jwc] .btn-page .fa-arrow-left-long {
  margin-right: 0.4rem;
}
