/* V29 — Recherche globale : colonne Détail fixe, même popup que le dashboard */
.s06-table-wrap{
  overflow-x:auto!important;
  position:relative!important;
}
.bw-v97-search-table{
  border-collapse:separate!important;
  border-spacing:0!important;
}
.bw-v97-search-table th.bw-detail-col,
.bw-v97-search-table th:last-child{
  position:sticky!important;
  right:0!important;
  z-index:12!important;
  min-width:96px!important;
  background:#0a1b2e!important;
  box-shadow:-10px 0 18px rgba(0,0,0,.28)!important;
  text-align:center!important;
}
.bw-v97-search-table td.bw-detail-cell,
.bw-v97-search-table td:last-child{
  position:sticky!important;
  right:0!important;
  z-index:11!important;
  min-width:96px!important;
  background:#0d2239!important;
  box-shadow:-10px 0 18px rgba(0,0,0,.24)!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.bw-v97-search-table tr:hover td.bw-detail-cell,
.bw-v97-search-table tr:hover td:last-child{
  background:#14304d!important;
}
.bw-v97-search-table .bw-detail-btn{
  cursor:pointer!important;
  pointer-events:auto!important;
  position:relative!important;
  z-index:13!important;
}
@media(max-width:760px){
  .bw-v97-search-table th.bw-detail-col,
  .bw-v97-search-table th:last-child,
  .bw-v97-search-table td.bw-detail-cell,
  .bw-v97-search-table td:last-child{
    position:static!important;
    min-width:0!important;
    box-shadow:none!important;
  }
  .bw-v97-search-table .bw-detail-btn{width:100%!important;}
}
