
/* Nova referência: Trabalhadores — só as primeiras cinco colunas ficam fixas horizontalmente;
   a linha ordenável dos nomes e a linha de filtros ficam fixas verticalmente. */
#content-root #trab-header-proxy,
#content-root #trab-top-scroll,
#content-root .pw-v43-trab-head{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}
#content-root #trab-tabela > thead{
  display:table-header-group!important;
  visibility:visible!important;
  height:auto!important;
}
#content-root #trab-table-scroll{
  position:relative!important;
  overflow:auto!important;
  isolation:isolate!important;
}
#content-root #trab-tabela{
  border-collapse:separate!important;
  border-spacing:0!important;
  table-layout:fixed!important;
  width:max-content!important;
  min-width:100%!important;
}
#content-root #trab-tabela thead tr:first-child > th,
#content-root #trab-tabela thead tr:first-child > td{
  position:sticky!important;
  top:0!important;
  z-index:140!important;
  background:#F6F7F7!important;
  background-color:#F6F7F7!important;
  text-align:center!important;
  vertical-align:middle!important;
  box-sizing:border-box!important;
}
#content-root #trab-tabela thead #trab-filtros-row > th,
#content-root #trab-tabela thead #trab-filtros-row > td{
  position:sticky!important;
  top:var(--trab-v46-head-h,32px)!important;
  z-index:135!important;
  background:#FBFBFB!important;
  background-color:#FBFBFB!important;
  box-sizing:border-box!important;
}
/* Apenas as cinco primeiras colunas ficam fixas horizontalmente. */
#content-root #trab-tabela tr > :nth-child(1){width:34px!important;min-width:34px!important;max-width:34px!important;left:0!important}
#content-root #trab-tabela tr > :nth-child(2){width:140px!important;min-width:140px!important;max-width:140px!important;left:34px!important}
#content-root #trab-tabela tr > :nth-child(3){width:56px!important;min-width:56px!important;max-width:56px!important;left:174px!important}
#content-root #trab-tabela tr > :nth-child(4){width:170px!important;min-width:170px!important;max-width:170px!important;left:230px!important}
#content-root #trab-tabela tr > :nth-child(5){width:230px!important;min-width:230px!important;max-width:230px!important;left:400px!important}
#content-root #trab-tabela tbody tr > :nth-child(-n+5){
  position:sticky!important;
  z-index:90!important;
  background:#fff!important;
  background-color:#fff!important;
  background-clip:padding-box!important;
}
#content-root #trab-tabela thead tr:first-child > :nth-child(-n+5){z-index:180!important}
#content-root #trab-tabela thead #trab-filtros-row > :nth-child(-n+5){z-index:175!important}
#content-root #trab-tabela tr > :nth-child(5){box-shadow:3px 0 4px rgba(15,23,42,.12)!important}
/* Nenhuma coluna a partir da sexta fica fixa horizontalmente. */
#content-root #trab-tabela tbody tr > :nth-child(n+6){
  position:relative!important;
  left:auto!important;
  z-index:auto!important;
}
#content-root #trab-tabela thead tr > :nth-child(n+6){left:auto!important}
