/* 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 */
table.dataTable .btn .mdi-chevron-down {
    transform: rotate(0deg);
    transition: 0.5s linear;
}

table.dataTable .btn .mdi-chevron-down.open {
    transform: rotate(180deg);
    transition: 0.5s linear;
}

.text-multiline {
    white-space: normal;
}

i.draft-icon{
    content: url("../../medias/pdf-secondary-24px-Zc07nVT.svg");
}

i.invoice-icon{
    content: url("../../medias/pdf-24px-CEp-iKZ.svg");
}

table .dt-type-numeric .badge {
    --bs-badge-font-size:100%;
}
