/* region FullScreen */
.dt-container.datatableFullScreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1006;
    padding: 5px;
    background-color: #fff;
}
/* endregion FullScreen */

/* region Select Checkbox */
/*table.table-sm.dataTable tbody td.select-checkbox::before, table.table-sm.dataTable tbody th.select-checkbox::before {*/
/*    margin-top: -10px;*/
/*}*/

/*table.table-sm.dataTable tbody td.select-checkbox::after, table.table-sm.dataTable tbody th.select-checkbox::after {*/
/*    margin-top: -25px;*/
/*    color: #2b8fe0 ;*/
/*    text-shadow: 1px 1px #2b8fe0,-1px -1px #2b8fe0,1px -1px #2b8fe0,-1px 1px #2b8fe0;*/
/*}*/
/* endregion Select Checkbox */

/* region icons de tri des colonnes */
table.dataTable.table-sm .sorting::before, table.dataTable.table-sm .sorting_asc::before, table.dataTable.table-sm .sorting_asc::before {
   right: 8px;
}
table.dataTable.table-sm .sorting::after, table.dataTable.table-sm .sorting_asc::after, table.dataTable.table-sm .sorting_desc::after {
    right: 1px;
}
/* endregion icons de tri des colonnes */
