.dataTables_length > label {
    margin-top: 15px;
}

.dataTables_wrapper {
    /*width: 99% !important;*/ /* dont use it */
}

.dataTables_filter > label {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dataTables_filter {
    padding-right: 10px;
}

.dataTables_empty {
    color: #a94442;
    text-align: center;
}

    .dataTables_empty:hover {
        background-color: #F5F5F5;
    }

.paginate_button {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: transparent;
    background-image: none;
    color: #606975;
    letter-spacing: .07em;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    margin-left: 5px;
    border-color: #e1e7ec;
}

.ellipsis {
    margin-left: 5px;
    font-weight: bold;
}

.paginate_button.first,
.paginate_button.last,
.paginate_button.next,
.paginate_button.previous {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 18px;
}

.paginate_button.first,
.paginate_button.last,
.paginate_button.previous,
.paginate_button.next {
    display: inline-block;
    width: auto;
    border-color: #e1e7ec;
    background-color: transparent;
    color: #606975;
    text-align: center;
}

    .paginate_button.first.disabled,
    .paginate_button.last.disabled,
    .paginate_button.previous.disabled,
    .paginate_button.next.disabled {
        cursor: not-allowed;
        opacity: .55;
        pointer-events: none
    }

.paginate_button:hover {
    background-color: #f5f5f5; /*#e1e7ec; #0da9ef;*/
    color: #606975;
    border-color: #e1e7ec;
}

.pagination .pages > li > a:hover {
    border-color: #e1e7ec;
    background-color: #f5f5f5
}

.paginate_button.current {
    border-color: #0da9ef;
    background-color: #0da9ef;
    color: #fff
}

.dataTables_info {
    display: inline-block;
    height: 36px;
    line-height: 34px;
}

.dataTables_length select {
    padding: 5px !important;
    border-color: #e1e7ec;
    border-radius: 2px;
    color: #606975;
}
