/* Aligement des td.child (mode fiche du datatable)*/
table.dataTable > tbody > tr.child > td.child {
    text-align: left;
}

/* Les tables sont en nowrap voir table-style.css
   On repasse en mode normal pour les td.child (mode fiche du datatable)
*/
table.dataTable tr td.child{
    white-space: normal;
    word-break:break-all;
}

/* 
Gestion des badges en affichage fiche pour retour à la ligne 
*/
.dtr-data .badge {
    white-space: normal;
}

.filters input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

