
/* Trabalhadores: dimensões e centragem exatas dos cinco cabeçalhos fixos, sem alterar as colunas. */
#trab-header-table{table-layout:fixed!important;border-collapse:separate!important;border-spacing:0!important}
#trab-header-table thead tr>*:nth-child(1){width:34px!important;min-width:34px!important;max-width:34px!important;left:0!important}
#trab-header-table thead tr>*:nth-child(2){width:140px!important;min-width:140px!important;max-width:140px!important;left:34px!important}
#trab-header-table thead tr>*:nth-child(3){width:56px!important;min-width:56px!important;max-width:56px!important;left:174px!important}
#trab-header-table thead tr>*:nth-child(4){width:180px!important;min-width:180px!important;max-width:180px!important;left:230px!important}
#trab-header-table thead tr>*:nth-child(5){width:300px!important;min-width:300px!important;max-width:300px!important;left:410px!important}
#trab-header-table thead tr:first-child>*:nth-child(-n+5){
  position:sticky!important;text-align:center!important;vertical-align:middle!important;
  padding-left:8px!important;padding-right:8px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;
}
#trab-header-table thead tr:nth-child(2)>*:nth-child(-n+5){position:sticky!important;background:#FBFBFB!important}

/* Veículos: cabeçalho completo fixo e opaco. */
#vei-fixed-top{padding-top:1px;box-shadow:0 4px 8px rgba(15,23,42,.08)}
#vei-fixed-top .toolbar{background:var(--bg,#F8FAFC);margin-bottom:8px}
#vei-table-wrap{overflow:auto;position:relative}
#vei-tbl thead th{position:sticky;top:0;z-index:20;background:#F1F5F9!important}
.vei-driver-box{position:relative;min-width:220px}
.vei-driver-suggestions{position:absolute;left:0;right:0;top:100%;z-index:3000;background:#fff;border:1px solid var(--line);max-height:210px;overflow:auto;box-shadow:0 8px 20px rgba(15,23,42,.15)}
.vei-driver-option{padding:7px 9px;cursor:pointer;border-bottom:1px solid #eef2f5}
.vei-driver-option:hover{background:#f1f5f9}
