th[class*="sorting"] {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.header_sort_icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: #cccccc;
}

.header_sort_icon>i[class*="icon-sort-"] {
    color: #242424;
}

.header_sort_icon>i[class*="icon-sort"]:before {
    cursor: pointer;
}

select[name$="_length"] {
    width: 60px;
}

.pagination {
    margin: 0px 0px;
}

.table-datatable {
    display: table;
    margin-bottom: 1px;
    cursor: pointer;
}

.table-wrapper {
    overflow: auto;
    margin-bottom: 20px;
}

.table {
    font-size: 12px;
}