﻿/* Pager active page — pure white background + blue top border + visible blue text */
/*.k-pager-numbers .k-button.k-selected,
.k-pager-numbers .k-button.k-selected.k-button-flat-primary,
.k-pager-numbers .k-button.k-selected.k-button-flat {
    background: none !important;
    background-color: #fffff !important; 
    color: #3f51b5 !important; 
    border: none !important;
    border-top: 1px solid #3f51b5 !important;
    box-shadow: none !important;
    font-weight: 500 !important;
    outline: none !important;
}

.k-pager-numbers .k-button.k-selected .k-button-text {
    color: #3f51b5 !important;
    font-weight: 500 !important;
}

button.k-button.k-button-flat-primary.k-selected::before {
    background: transparent !important;
}

.k-pager-numbers .k-button {
    background: transparent !important;
    color: #000 !important;
    border: none !important;
    font-weight: normal !important;
}

.k-pager-wrap .k-button[disabled],
.k-pager-wrap .k-button.k-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    color: #a0a0a0 !important;
    pointer-events: none !important;
}*/

/*.k-pager-wrap .k-button:not(.k-disabled) {
    color: #000 !important;
}*/

/*.k-pager-numbers .k-button.k-selected::before {
    background: transparent !important;
}*/


/*.k-column-title {
    color: #999;
}*/