
.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;
}

/*
* EGO le 21-03-2023 Redmin #36705 - Dpt 86 - Saisie des abs sur le portail transporteur
* Permet d'avoir la zone tbody scrollable
*/
.table-scroll{
  empty-cells: show;
}

.table-scroll thead{
  position: relative;
  display: block;
  width: calc( 100% - 1.2em );
}

.table-scroll tbody{
  position: relative;
  display: block;
  width: 100%;
  overflow-y: scroll;
  max-height: 70vh;
}

.table-scroll tr{
  width: 100%;
  display: flex;
  vertical-align: middle;
}

.table-scroll td, .table-scroll th{
  flex-basis: 100%;
  display: block;
  padding: 2px !important;
}

.table-scroll td:first-child,
.table-scroll th:first-child{
  padding: 8px !important;
}