.td_caption{
  display:none;
  font-style: italic;
  color: #009;
  font-size: 0.9em;
}

.td_caption_visible{
    display:block;
  font-style: italic;
  color: #009;
  font-size: 0.9em;
}

@media screen and (max-width:992px){
  #tableListeReport *{border: 0; }
  /* #tableListeReport{display:block; } */
  #tableListeReport > *,#tableListeReport tr,#tableListeReport td,#tableListeReport th{display:block; }

  #tableListeReport thead{display:none;}

  #tableListeReport tbody tr{
    padding: 4px;
    margin: 4px 0;
    border: 1px solid #ccc;
    border-radius:5px;
  }

  #tableListeReport tbody tr td{padding: 2px; }
  #tableListeReport tbody tr td:last-child{padding : 8px; border-top:1px solid #ccc;}
  /* tbody tr td:last-child{margin-bottom:0;} */

  #tableListeReport tbody tr.no-data td{border:none;}

  .td_caption, .td_caption_visible{
    display:block;
    padding: 2px 0px;
    /* padding: 2px; */
    /* border: 1px solid #f00; */
    /* background-color: #f00; */
  }

  #tableListeReport a.btn{
    padding:2px 5px;
    margin-top : 3px;
    margin-right : 3px;
  }

}


@media(max-width:576px){
  * {
    font-size : 12px;
  }
}