﻿/* บังคับให้ปุ่ม pagination กลับมา */
.dataTables_wrapper .dataTables_paginate {
    display: block !important;
    overflow: visible !important;
    white-space: nowrap;
    margin-bottom: 4px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block !important;
    padding: 4px 10px;
    margin-left: 2px;
    border: 1px solid rgb(153, 153, 153);
    background: #fff;
    color: rgb(0, 0, 0);
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #f4f4f4;
    color: #333 !important;
    border-color: rgb(153, 153, 153);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


.dataTables_wrapper .dataTables_info {
    float: left;
    padding-top: 10px;
}
