/*
    All datatables
*/

.dataTables_paginate {
    padding: 0 !important;
}

ul.pagination {
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0  !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border-color: #DCDCDC !important;
}

table.dataTable.no-footer {
    margin-bottom: 20px;
}

table.dataTable thead .sorting {
    background: url(../images/sort_both.png) no-repeat center right !important;
}

table.dataTable tbody tr.even {
    background: #f5f5f5;
}

table.dataTable tbody tr td {
    border-top: 1px solid #ddd;
}

table.dataTable tbody tr:first-of-type td {
    border-top: 0 solid #ddd;
}

.dataTables_wrapper {
    margin-bottom: 20px;
}

table.dataTable tbody td {
    padding-left: 20px;
}

.cv-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px;
    margin-top: 5px !important;
}
