.tableFixHead {
  overflow-y: auto;
  border: 1px solid #dddddd;
  border-radius: 1px;
}
.tableFixHead thead th {
  position: sticky;
  top: 0px;
  background-color: white !important;
  z-index: 998 !important;
}
.linha-select:hover {
  background-color: #336699;
  color: #fff;
}
