﻿.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0070C0;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #004374;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 112, 192, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0070C0;
    border-color: #0070C0;
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}


.site-plan-dark-blue {
    background-color: #1A2B68;
}
.site-plan-sky-blue {
    background-color: #006AB4;
}
.site-plan-green {
    background-color: #71AF2E;
}
.site-plan-orange {
    background-color: #EF7918;
}
.site-plan-grey {
    background-color: #A2A7AA;
}


.site-plan-color-dark-blue {
    color: #1A2B68 !important;
    cursor: pointer;
}

.site-plan-color-sky-blue {
    color: #006AB4 !important;
    cursor: pointer;
}

.site-plan-color-green {
    color: #71AF2E !important;
    cursor: pointer;
}

.site-plan-color-orange {
    color: #EF7918 !important;
    cursor: pointer;
}

.site-plan-color-grey {
    color: #A2A7AA !important;

}

.count {
    position:absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #FF0017;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1rem;
    border: none;
    text-align: center;
}

.not-approved {
    background-color: #f8d7da !important;
}

.pointer {
    cursor: pointer;
}