table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    /*padding: 8px;*/
}

.odd {
    background-color: rgba(255, 127, 36, 0.5) !important;
    color: white;
}

.even {
    background-color: rgba(255, 127, 36, 0.8) !important;
    color: white;
}

.sorting_1 {
    background-color: rgba(255, 127, 36, 1) !important;
}

.sorting_asc{
    /*background-color: rgba(255, 127, 36, 1) !important;*/
    /*color: rgba(255, 127, 36, 1) !important;*/
    //sorting_desc
}


thead {
    background-color: #ff7f24;
    color: white;
}

tr:hover {
    background-image: linear-gradient(#ff9406, #dfa81d) !important;

}

.dataTables_info {
    color: white;
    font-size: 20px;
}

.custom-select {
    color: #ff7f24;
    font-weight: bold;
}

.dataTables_length {
    color: white;
}

.dataTables_filter {
    color: white;
}

.page-link {
    color: white !important;
    background-color: #ff7f24 !important;
    border: white 1px solid !important;
}

.active {
    color: white !important;
    background-color: #ff7f24 !important;
    border: white 1px solid !important;
}

.page-link:hover {
    background-image: linear-gradient(#ff9406, #dfa81d) !important;
}

tbody tr {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

#jobs_data_table tbody tr, #clients_data_table tbody tr, #cars_data_table tbody tr {
    cursor: pointer;
}