
.TableFixe thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  background: #f9f9f9;
}

/*.TableFixe thead th.D4LIBE{
  left: 0;
  z-index: 1;
}*/
.TableFixe tbody th:hover {background-color: #FFEFBB;}
.TableFixe tbody th  {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  border-top:1px solid #ff0000 ;
  background: #f9f9f9;
  font-weight: normal;
  
}

.TableFixe{
    border-collapse: separate;
}

.TableFixe tr {cursor:pointer}

.modal-backdrop.fade.in {
    z-index: -1;
}
