File: D:/web/hyperflight/apps/inxpress/prev/2025-11-04/static/css/site.css
/* Copy your tuned CSS here; this is just a safe baseline */
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.container { max-width: 1200px; margin: 16px auto; padding: 0 12px; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 6px 8px; border-bottom: 1px solid #ddd; }
.table th { text-align: left; }
.table td.num, .table th.num { text-align: right; white-space: nowrap; }
.table-striped tbody tr:nth-child(odd) { background: #f8f9fa; }
.table-sm th, .table-sm td { padding: 4px 6px; }
.filter-form { margin: 8px 0 12px 0; display: flex; gap: 12px; align-items: center; }
.table-wrap { overflow-x: auto; }
.table.fixed th, .table.fixed td { white-space: nowrap; }
th, td { vertical-align: top; }
.muted { color:#6c757d; font-size:0.95rem; }
.num { text-align: right; font-variant-numeric: tabular-nums; }
.num.right { text-align: right; }
.w50{width:50px}.w60{width:60px}.w70{width:70px}.w80{width:80px}.w90{width:90px}
.w100{width:100px}.w110{width:110px}.w130{width:130px}.w160{width:160px}.w220{width:220px}
.truncate { max-width: 220px; overflow: hidden; text-overflow: ellipsis; }
tfoot td { background:#f5f7f9; font-weight:600; }
.strong { font-weight:600; }
/* Numeric alignment & tabular figures */
.text-end { font-variant-numeric: tabular-nums; }
/* Tighter table */
.table td, .table th { white-space: nowrap; }
/* Optional: sticky header for long pages */
.table-responsive thead th { position: sticky; top: 0; z-index: 2; }
.flag-img { margin-right:.35rem; vertical-align:-2px; }
.route-cc { display:inline-flex; align-items:center; gap:.25rem; }
.sep { margin: 0 .35rem; color:#6c757d; }
.cc { letter-spacing:.04em; font-variant-caps: all-small-caps; }
body { -webkit-font-smoothing: antialiased; }
.card { border-radius: 1rem; }
/* Keep charges compact and aligned */
.modal .modal-charges td { vertical-align: middle; }
.modal .modal-charges tbody tr + tr td { border-top: 1px solid rgba(0,0,0,.06); }
.text-tiny { font-size: .8rem; line-height: 1.1; }
/* scrolling region for the table */
.table-sticky-wrap {
max-height: 70vh; /* tweak to taste */
overflow: auto;
}
/* sticky header */
.table-sticky-wrap thead th {
position: sticky;
top: 0;
z-index: 2; /* above rows */
background: var(--bs-table-bg, #fff);
}
/* sticky footer */
.table-sticky-wrap tfoot th,
.table-sticky-wrap tfoot td {
position: sticky;
bottom: 0;
z-index: 1;
background: var(--bs-tertiary-bg, #f8f9fa);
box-shadow: 0 -1px 0 rgba(0,0,0,.05); /* subtle divider */
}
/* helps when first column has controls; keeps header cell above body */
.table-sticky-wrap thead th:first-child {
z-index: 3;
}
/* optional: keep header/footer text from wrapping oddly */
.table-sticky-wrap thead th,
.table-sticky-wrap tfoot th,
.table-sticky-wrap tfoot td {
white-space: nowrap;
}
/* subtle highlight band for key money columns */
.table-sticky-wrap .col-money {
background-color: rgba(255, 243, 205, 0.7); /* soft yellow (Bootstrap warning tint) */
}
/* when combined with sticky header/footer, keep it consistent */
.table-sticky-wrap thead .col-money,
.table-sticky-wrap tfoot .col-money {
background-color: rgba(255, 243, 205, 0.95);
}
/* Charge / Net / Cost band */
.table-sticky-wrap .col-money {
background-color: rgba(255, 243, 205, 0.7); /* soft yellow */
}
.table-sticky-wrap thead .col-money,
.table-sticky-wrap tfoot .col-money {
background-color: rgba(255, 243, 205, 0.95);
}
/* Cost Δ band */
.table-sticky-wrap .col-costdelta {
background-color: rgba(209, 231, 255, 0.7); /* light blue */
}
.table-sticky-wrap thead .col-costdelta,
.table-sticky-wrap tfoot .col-costdelta {
background-color: rgba(209, 231, 255, 0.95);
}
/* Calc Δ band */
.table-sticky-wrap .col-calcdelta {
background-color: rgba(212, 237, 218, 0.7); /* light green */
}
.table-sticky-wrap thead .col-calcdelta,
.table-sticky-wrap tfoot .col-calcdelta {
background-color: rgba(212, 237, 218, 0.95);
}
/* Make order items modal stand out more than the parent order modal */
#orderItemsModal .modal-dialog {
max-width: 1200px; /* wider than default modal-xl */
margin: 1.75rem auto; /* keep it horizontally centred */
}
#orderItemsModal .order-items-modal {
background-color: #fff7e0; /* soft warm background */
border: 2px solid #ff9800; /* orange accent border */
box-shadow: 0 0.75rem 2rem rgba(0,0,0,.5); /* stronger shadow to "float" it */
}
#orderItemsModal .modal-header {
background-color: #ff9800; /* matching orange header */
color: #fff;
}
#orderItemsModal .modal-title {
font-weight: 600;
}