﻿.table-cell-nowrap,
.table-tools {
    white-space: nowrap;
}

.dataTable thead {
    background-color: rgba(255, 255, 255);
    color: #000;
}

.dataTable tfoot th {
    background-color: #dee2e6;
    border: none !important;
}

#CollaborateursTable {
    clear: none;
}

.total-table tr:last-child td:first-child {
    border-bottom-left-radius: 0px !important;
}

.total-table tr:last-child td:last-child {
    border-bottom-right-radius: 0px !important;
}

/* Force the DataTable container to take full width */
.dataTables_wrapper {
    width: 100% !important;
}

.dataTables_length {
    margin-top: 10px;
}

/* Force datatable cell words to break if they are
   bigger than the column width */
table.dataTable tbody tr td {
    word-wrap: break-word;
    word-break: break-all;
}

.datatable-shadow {
    box-shadow: 1px 1px 6px -2px rgba(59, 69, 255, 0.81);
}

.datatable-row-disabled {
    background-color: rgba(217, 217, 217, 1) !important;
}

.datatable-row-duration {
    flex: 0 0 50%;
}

.datatable-row-duration-label {
    margin-left: 5px;
    margin-right: 5px;
    min-width: fit-content;
}

table.dataTable thead th,
table.dataTable tbody td {
    vertical-align: middle;
}

table.dataTable thead th {
    border-bottom: none !important;
    padding: 10px 3px 20px 3px !important;
}

table.dataTable tbody tr,
table.dataTable tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

table.dataTable tbody tr,
table.dataTable tbody td {
    padding: 10px 3px !important;
}

    table.dataTable tbody tr.active-row td:first-child {
        padding-left: 0px !important;
    }

    table.dataTable tbody tr.active-row td:last-child {
        padding-right: 3.5% !important;
    }

table.dataTable.orderable-table tbody tr.active-row td:last-child {
    padding-right: 6.5% !important;
}

#mesOeuvresTable_filter.dataTables_filter,
#mesESTable_filter.dataTables_filter,
#mesAlbumsTable_filter.dataTables_filter,
#tableAlbumRecherche_filter.dataTables_filter,
#tableOeuvreRecherche_filter.dataTables_filter,
#tableEsRecherche_filter.dataTables_filter {
    display: none;
}

.dataTable .link-metamusique {
    color: var(--bs-black);
    display: inline-block;
    width: 100%;
}

    .dataTable .link-metamusique:hover {
        color: var(--mm-purple) !important;
    }

.table,
.table tr,
.table tbody td,
.table thead th,
.table tfoot th {
    border: none;
}

.tables-activites {
    height: 200px;
    display: grid;
}

    .tables-activites .link-metamusique {
        word-break: break-all;
    }

.table-tools {
    float: right;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    /*Hide default sorting icons for data tables*/
    background-image: none !important;
}

    table.dataTable thead .sorting:after {
        content: url("../images/DataTables/sort_both.png");
        padding-left: 0.75rem;
    }

    table.dataTable thead .sorting_asc:after {
        content: url("../images/DataTables/sort_asc.png");
        padding-left: 0.75rem;
    }

    table.dataTable thead .sorting_desc:after {
        content: url("../images/DataTables/sort_desc.png");
        padding-left: 0.75rem;
    }

table.dataTable .icon {
    justify-content: center;
    height: 26px;
    width: 26px;
}

.status-table-societe {
    background-size: 17px 17px;
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
}