
/* report display content */
TABLE.reportDisplayTable {
	padding: 20px;
	
}
TD.reportDisplayCell {
	background-color:#fff;
	padding: 10px;
	border-radius: 15px;
	
	
}

/* report title */
H1.rptTitle    { 
    font: bold 13pt sans-serif; 
    text-align: center; 
    margin-bottom: 1px; 
}
H2.rptSubtitle { 
    font: normal 14px sans-serif; /* font: normal 8pt sans-serif; */
    text-align: center; 
    /* margin-bottom: 1px; */
	margin: 0px 20px 1px 20px;
}

/* no data */
H2.rptNoData   { 
    font: bold 8pt sans-serif; 
    text-align: center; 
    margin-bottom: 1px; 
    color: black;
}

/* partial data */
H2.rptPartial { 
    font: bold 8pt sans-serif; 
    text-align: center; 
    margin-bottom: 1px; 
    color: red; 
}

/* report table */
TABLE.rptTbl { 
    border: 1px solid black; 
}
TABLE.rptTbl_sortable { 
    border: 1px solid #000077; 
}


/* header group columns */
TR.rptGrpRow   { 
    background-color: #E2E2E2; 
}
TH.rptGrpCol   { 
    font: bold 8pt sans-serif; 
    text-align: center; 
    padding: 3px 5px 3px 5px; 
    border-right: 1px solid black; 
}

/* header */
TR.rptHdrRow   { 
    background-color: #86C3C7; /* background-color: #E2E2E2; */
}
TH.rptHdrCol_sort   { 
    font: bold 8pt sans-serif; 
    text-align: center; 
    padding: 3px 5px 3px 5px; 
    border-bottom: 3px double black; 
}
TH.rptHdrCol_sort:hover   { 
    font: bold 8pt sans-serif; 
    text-align: center; 
    padding: 3px 5px 3px 5px; 
    border-bottom: 3px double #86C3C7; 
    background-color: #b2db6e !important;
}
TH.rptHdrCol_nosort   { 
    font: bold 8pt sans-serif; 
    text-align: center; 
    padding: 3px 5px 3px 5px; 
    border-bottom: 3px double black; 
}

/* body */
TR.rptBodyRowOdd  { 
    background-color: #F3F6F6; 
}
TR.rptBodyRowEven { 
    background-color: #DCE6EA; 
}
TR.rptBodyRowEven:hover{ 
    background-color: #BAE06E;
}
TR.rptBodyRowOdd:hover  { 
    background-color: #BAE06E;
}
TD.rptBodyCol  { 
    font: normal 8pt sans-serif; 
    text-align: center; 
    padding: 0px 5px 0px 5px; 
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
}

/* body subtotal */
TR.rptBodyRowTotal {
    background-color: white; 
}
TD.rptBodyRowTotal  { 
    font: bold 8pt sans-serif; 
    text-align: center; 
    padding: 1px 5px 13px 5px; 
    border-bottom: 1px solid #CCCCCC; 
}

/* totals */
TR.rptTotalRow { 
    background-color: #FC0; 
}
TR.rptAverageRow { 
    background-color: #df9307;
}
TD.rptTotalCol { 
    font: normal 8pt sans-serif; 
    text-align: center; 
    padding: 0px 5px 0px 5px; 
    border-top: 3px double black; 
}
TD.rptAverageCol { 
    font: normal 8pt sans-serif; 
    text-align: center; 
    padding: 0px 5px 0px 5px; 
    border-top: 3px double black;
}

#selectReport .adminComboBox {
	width: auto;
}

/* DeviceLog Report: message column */
TD.rptBodyCol#deviceLogMessage {
    text-align: left;
    text-indent: 10px;
    font-family: monospace;
}
/* ==========================================================
   DriverRiskFleetReport
   Isolated to this report only (uses rptDRF* classes)
   ========================================================== */

/* ---------- CAPTION base ---------- */
.rptDRFCaption,
.rptDRFCaption td {
    font-weight: 900 !important;
    text-align: center !important;
    letter-spacing: 0.5px;
    padding: 6px 4px !important;
}

/* Caption: DRIVER TOTALS (INDIGO bar) */
.rptDRFCaptionTotals,
.rptDRFCaptionTotals td {
    background: #f2f0ff !important;        /* indigo tint */
    color: #2d2a72 !important;
    border-top: 2px solid #6b66d6 !important;
    border-bottom: 2px solid #6b66d6 !important;
}

/* Caption: DRIVER DAILY DETAILS (TEAL bar) */
.rptDRFCaptionDaily,
.rptDRFCaptionDaily td {
    background: #edf9f6 !important;        /* teal tint */
    color: #0e5a4f !important;
    border-top: 2px solid #2aa79a !important;
    border-bottom: 2px solid #2aa79a !important;
}

/* ---------- ACCOUNT TOTAL (premium amber) ---------- */
.rptAccountTotal.rptDRFOnly,
.rptAccountTotal.rptDRFOnly td {
    background: linear-gradient(to right, #fff3c4, #ffd86b) !important;
    font-weight: 900 !important;
    color: #3a2c00 !important;
    border-top: 2px solid #d6a100 !important;
    border-bottom: 2px solid #d6a100 !important;
    text-align: center !important;
}

/* ---------- DRIVER TOTALS rows (soft blue zebra) ---------- */
.rptDRFTotals.rptDRFAltA,
.rptDRFTotals.rptDRFAltA td {
    background: #f2f6ff !important;
    color: #1a2a44 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.rptDRFTotals.rptDRFAltB,
.rptDRFTotals.rptDRFAltB td {
    background: #e6efff !important;
    color: #1a2a44 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* ---------- DRIVER DAILY rows (neutral zebra) ---------- */
.rptDRFDaily.rptDRFAltA,
.rptDRFDaily.rptDRFAltA td {
    background: #ffffff !important;
    color: #111 !important;
    font-weight: 500 !important;
    text-align: center !important;
}

.rptDRFDaily.rptDRFAltB,
.rptDRFDaily.rptDRFAltB td {
    background: #f6f8fc !important;
    color: #111 !important;
    font-weight: 500 !important;
    text-align: center !important;
}

/* ---------- HOVER (different per section) ---------- */
/* Totals hover: indigo tint (distinct) */
.rptDRFTotals:hover,
.rptDRFTotals:hover td {
    background: #d9d6ff !important;
}

/* Daily hover: teal tint (distinct) */
.rptDRFDaily:hover,
.rptDRFDaily:hover td {
    background: #d7f3ee !important;
}

/* ---------- GRID (helps tracking across many columns) ---------- */
.rptDRFTotals td,
.rptDRFDaily td,
.rptAccountTotal.rptDRFOnly td {
    border-bottom: 1px solid #cfd8e6 !important;   /* horizontal */
    border-right: 1px solid #e3e9f3 !important;    /* vertical */
}

/* Remove last vertical border */
.rptDRFTotals td:last-child,
.rptDRFDaily td:last-child,
.rptAccountTotal.rptDRFOnly td:last-child {
    border-right: none !important;
}

/* Smooth hover */
.rptDRFTotals td,
.rptDRFDaily td {
    transition: background 0.12s ease-in-out;
}

/* ---------- CENTER all cell content ---------- */
.rptDRFTotals,
.rptDRFTotals td,
.rptDRFDaily,
.rptDRFDaily td,
.rptDRFCaption td,
.rptAccountTotal.rptDRFOnly td {
    text-align: center !important;
}
/* ================================= */