﻿
.bg-warning-dp {
    background-color: #009ca6 !important;
    color: #fff;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.2rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #009ca6;
    /*background-color: #D8EBEB;
    border: 1px solid #346767;*/
}
/*.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #CEFFCE;
    border-color: #718393;
}*/
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #009ca6;
    border-color: #d35400;
}

.page-link:focus, .page-link:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #009ca6;
    border-color: #d35400;
}
.page-item.disabled {
    cursor: not-allowed;
}

.page-item:disabled {
    cursor: not-allowed;
}