﻿/*PAGE LENGTH*/
.dataTables_length label {
    float: left;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
}
.dataTables_length label select {
    margin-left: 10px;
    margin-right: 10px;
}

/*SEARCH*/
.dataTables_filter label {
    float: right;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
}
    .dataTables_filter label input {
        margin-left: 10px;
        margin-right: 10px;
    }

/*PAGE INFO*/
.dataTables_info {
    float: left;
}

.data-table {
    text-align: left !important;
}

.data-table th{
    width: auto !important;
}

table thead th {
    white-space: nowrap
}
/*table tbody td {
    white-space: nowrap
}*/


table.dataTable thead .sorting {
    /*background: url('/img/sort.png') no-repeat center right;*/  
}

table.dataTable thead .sorting_asc {
    background: url('/img/sort_asc-disabled.png') no-repeat center right;
    background-origin: content-box;
}

table.dataTable thead .sorting_desc {
    background: url('/img/sort-desc-disabled.png') no-repeat center right;
    background-origin: content-box;
}

table.dataTable thead .sorting_asc_disabled {
    background: url('/img/sort_asc-disabled.png') no-repeat center right;
    background-origin: content-box;
}

table.dataTable thead .sorting_desc_disabled {
    background: url('/img/sort-desc-disabled.png') no-repeat center right;
    background-origin: content-box;
}