.btnDatatable {
    cursor: pointer;
}

.dt-body-left {
    text-align: left;
}

.dt-body-center {
    text-align: center;
}

.dt-body-right {
    text-align: right;
    padding-right: 10px !important;
}

.dataTables_scrollBody {
    min-height: 35px;
}

.dt-th {
    text-align: center !important;
    color: white;
}

/* ENLEVER LES HACHURES EN BAS DU TABLEAU */
/*
div.DTS div.dataTables_scrollBody {
    background: none;
}
*/

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 659px;
    margin-left: 0px;
    margin-top: 69px;
    text-align: center;
    padding: 0;
    padding-top: 6px;
    background: #DEEBF7;
    border: none;
    border-radius: 0px;
    height: 30px;
    font-size: 13px;
}

/* HOVER */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #e4e4e4;
}

/* CHAMPS RECHERCHE COLONNE */
.searchColonneDatatable {
    font-size: 11px !important;
    line-height: 13px !important;
}

.dataTable tbody td {
    border-left: 1px solid #e1e1e1;
}

.dataTable tbody td:nth-child(1) {
    border-left: none;
}

table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

div.dataTables_scrollBody {
    background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}

/*---------- GESCOMSOFT ----------*/
/* HEADER */
.dataTableSiteReference {
    background-color: #45474885;
}

/* LIGNE PAIRE */
table.dataTableSiteReference tbody tr.odd {
    background-color: #dedede;
}

/* LIGNE IMPAIRE */
table.dataTableSiteReference tbody tr.even {
    background-color: #FFFFFF;
}
