/* custom styles here */
.disabled, li[aria-disabled='true'] {
    color: #ccc;
}

.dataTables_paginate.paging_input{padding-top: 10px;}
.dataTables_paginate.paging_input .page-item{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 3px 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;

    margin: 0 5px;
}
.dataTables_paginate.paging_input .page-item.disabled{
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #444;

}
.dataTables_paginate.paging_input .paginate_input{
    margin: 0 10px;
    padding: 3px 5px;
    max-width: 130px;
    max-height: 28px;
    text-align: center;
}


#prospectListing th{
    white-space: nowrap;
}