:root{--idx-header-height:36px;--idx-header-back:var(--color-bg-secondary,#f5f5f5);--idx-header-fore:var(--color-text,#333);--idx-header-border:var(--color-border,#ccc);--idx-body-back:var(--color-surface,#fff);--idx-body-empty:#e8e8e8;--idx-body-row-height:40px;--idx-body-alt-row:#f0f7ff;--idx-body-hover:#f0fff0;--idx-body-border:var(--color-border-light,#e0e0e0);--idx-footer-height:48px;--idx-footer-back:var(--color-bg-secondary,#f5f5f5);--idx-footer-fore:var(--color-text,#333);--idx-scrollbar-width:10px;--idx-cell-padding:8px 12px;--idx-font-size:var(--font-size-normal,14px)}div.idxtable-container{flex-direction:column;width:100%;height:100%;display:flex}table.idxtable{border:1px solid var(--idx-header-border);border-collapse:collapse;border-spacing:0;width:100%;height:100%;font-size:var(--idx-font-size);background:var(--idx-body-back);display:block}table.idxtable thead{width:100%;padding-right:var(--idx-scrollbar-width);height:var(--idx-header-height);background:var(--idx-header-back);color:var(--idx-header-fore);border-bottom:2px solid var(--idx-header-border);box-sizing:border-box;display:block}table.idxtable thead tr{width:100%;height:100%;display:flex}table.idxtable thead th{padding:var(--idx-cell-padding);white-space:nowrap;text-overflow:ellipsis;border-right:1px solid var(--idx-body-border);flex-grow:0;flex-shrink:0;justify-content:flex-start;align-items:center;font-weight:600;display:flex;overflow:hidden}table.idxtable thead th:last-child{border-right:none}table.idxtable thead th.center{justify-content:center}table.idxtable thead th.right{justify-content:flex-end}table.idxtable tbody{width:100%;height:calc(100% - var(--idx-header-height));background:var(--idx-body-empty);scrollbar-width:thin;scrollbar-color:var(--color-text-muted,#888)var(--idx-body-back);display:block;overflow:hidden scroll}table.idxtable tbody::-webkit-scrollbar{width:var(--idx-scrollbar-width)}table.idxtable tbody::-webkit-scrollbar-track{background:var(--idx-body-back)}table.idxtable tbody::-webkit-scrollbar-thumb{background:var(--color-text-muted,#888);border-radius:4px}table.idxtable tbody::-webkit-scrollbar-thumb:hover{background:var(--color-text,#555)}table.idxtable tbody.with-footer{height:calc(100% - var(--idx-header-height) - var(--idx-footer-height))}table.idxtable tbody tr{width:100%;height:var(--idx-body-row-height);border-bottom:1px solid var(--idx-body-border);display:flex}table.idxtable tbody tr:nth-child(odd){background:var(--idx-body-back)}table.idxtable tbody tr:nth-child(2n){background:var(--idx-body-alt-row)}table.idxtable tbody tr:hover{background:var(--idx-body-hover)}table.idxtable tbody tr:last-child{border-bottom:none}table.idxtable tbody td{padding:var(--idx-cell-padding);white-space:nowrap;text-overflow:ellipsis;border-right:1px solid var(--idx-body-border);flex-grow:0;flex-shrink:0;justify-content:flex-start;align-items:center;display:flex;overflow:hidden}table.idxtable tbody td:last-child{border-right:none}table.idxtable tbody td.center{justify-content:center}table.idxtable tbody td.right{justify-content:flex-end}table.idxtable tfoot{width:100%;height:var(--idx-footer-height);background:var(--idx-footer-back);color:var(--idx-footer-fore);border-top:1px solid var(--idx-header-border);display:block}table.idxtable tfoot tr{align-items:center;width:100%;height:100%;display:flex}table.idxtable tfoot td{padding:var(--idx-cell-padding);flex-grow:0;flex-shrink:0;align-items:center;display:flex}table.idxtable tfoot td.buttons{gap:8px}table.idxtable tbody tr.empty-row{height:auto;min-height:calc(var(--idx-body-row-height)*2);justify-content:center}table.idxtable tbody tr.empty-row:hover{background:0 0}table.idxtable tbody tr.empty-row td{color:var(--color-text-muted,#888);border-right:none;flex-grow:1;justify-content:center;font-style:italic}table.idxtable tbody.loading{background-color:#00000080;background-image:url(../images/uploading.gif);background-position:50%;background-repeat:no-repeat;background-size:200px 200px}table.idxtable tbody.with-footer.emptyset{background:var(--idx-body-alt-row)}table.idxtable tbody.with-footer.emptyset tr{justify-content:center}table.idxtable tbody.with-footer.emptyset tr td{color:var(--color-text-muted,#888);border-right:none;flex-grow:1;justify-content:center;font-style:italic}table.idxtable .actions{justify-content:center;gap:8px;width:80px}table.idxtable td.actions img{cursor:pointer;opacity:.7;width:20px;height:20px;transition:opacity .15s,transform .15s}table.idxtable td.actions img:hover{opacity:1;transform:scale(1.1)}table.idxtable tbody tr.selected{background:var(--idx-body-selected,#fff8e1)!important}table.idxtable .flex{flex-grow:1}table.idxtable th.icon{justify-content:center;width:50px;font-size:.8em}table.idxtable td.icon{justify-content:center;width:50px}table.idxtable td.icon img{width:20px;height:20px}table.idxtable .gps-coord{justify-content:flex-end;width:110px}table.idxtable tbody td.gps-coord{font-size:.85em}table.idxtable .gps-rl{justify-content:flex-end;width:85px}table.idxtable tbody td.gps-rl{font-size:.85em}table.idxtable .col-str{width:80px}table.idxtable .col-datetime{justify-content:flex-end;width:140px}table.idxtable .pg-records{font-size:var(--idx-font-size);color:var(--color-text-muted,#666);margin-right:16px}table.idxtable .pg-nav{align-items:center;gap:4px;display:inline-flex}table.idxtable .pg-btn{border:1px solid var(--idx-body-border);background:var(--idx-body-back);min-width:32px;height:32px;color:var(--color-text,#333);font-size:var(--idx-font-size);cursor:pointer;user-select:none;border-radius:4px;justify-content:center;align-items:center;padding:0 8px;display:inline-flex}table.idxtable .pg-btn:hover{background:var(--idx-body-alt-row);border-color:var(--idx-header-border)}table.idxtable .pg-btn.current{background:var(--color-primary,#06c);border-color:var(--color-primary,#06c);color:#fff;cursor:default}table.idxtable .pg-btn.current:hover{background:var(--color-primary,#06c);border-color:var(--color-primary,#06c)}table.idxtable .pg-btn.disabled{background:var(--idx-header-back);border-color:var(--idx-body-border);color:var(--color-text-muted,#bbb);cursor:default}table.idxtable .pg-btn.disabled:hover{background:var(--idx-header-back);border-color:var(--idx-body-border)}table.idxtable .pg-ellipsis{color:var(--color-text-muted,#666);padding:0 4px}div#idx_emailaddresses,div#idx_shotfirers{max-width:500px;max-height:800px}div#idx_monlocations{max-height:800px}table#tbl_monlocations .location{width:280px}table#tbl_monlocations .coupling{width:100px}table#tbl_pastsessions .teamname{width:200px}table#tbl_pastsessions .active{color:var(--color-success,#2e7d32)}table#tbl_pastsessions .closed{color:var(--color-primary,#1565c0)}table#tbl_pastsessions .cancelled{color:var(--color-text-muted,#888)}
