/* v0.10.8 — cabeçalho fixo real nas tabelas durante scroll vertical */
.fixed-table-head-v108{
  position:fixed;
  z-index:5000;
  overflow:hidden;
  background:#fff;
  box-shadow:0 2px 7px rgba(16,45,63,.18);
  pointer-events:none;
}
.fixed-table-head-v108 table{
  margin:0;
  border-collapse:collapse;
  background:#fff;
}
.fixed-table-head-v108 thead th{
  background:#fff;
}
@media print{.fixed-table-head-v108{display:none!important}}
