/**
 *   table-turquoise    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 */

.dataTable.table-turquoise thead th,
.dataTable.table-turquoise thead th.sorting,
.dataTable.table-turquoise thead th.sorting_asc,
.dataTable.table-turquoise thead th.sorting_desc {
    background-color: #1BBC9B;
    color: #FFFFFF;
}

.dataTable.table-turquoise thead th.sorting {
    background-image: url('../img/icons/sort_both.png');
    background-repeat: no-repeat;
}

.dataTable.table-turquoise thead th.sorting_asc {
    background-image: url('../img/icons/sort_asc.png');
    background-repeat: no-repeat;
}

.dataTable.table-turquoise thead th.sorting_desc {
    background-image: url('../img/icons/sort_desc.png');
    background-repeat: no-repeat;
}

.dataTable.table-turquoise tbody tr td:first-child:not(.dropDownMenu) {
    white-space: nowrap;
}

.dataTable.table-turquoise tbody tr td:first-child:not(.dropDownMenu) a,
.lite-icon a,
.lite-icon a:active {
    color: #5B9BD4;
    padding: 0 3px;
    text-decoration: none;
}

.dataTable.table-turquoise tbody tr td:first-child:not(.dropDownMenu) a:hover,
.lite-icon a:hover {
    text-decoration: none;
    color: #000000;
}

.dataTable.table-turquoise tbody tr td:first-child:not(.dropDownMenu) a.disabled,
.dataTable.table-turquoise tbody tr td:first-child:not(.dropDownMenu) a.disabled:hover,
.lite-icon a.disabled,
.lite-icon a.disabled:hover {
    color: #CAC9C9;
    cursor: not-allowed;
}

.dataTable.table-turquoise tbody tr td:first-child:not(.dropDownMenu) a.red,
.lite-icon a.red {
    color: #CB1632;
}

.dataTable.table-turquoise button.dropdown-toggle {
    height: 18px;
    padding: 0 3px;
}