﻿.page-top-bar-ui-grid-pager-control {
    height: 24px;
    margin: 0;
    background-color: transparent;
    border: 0;
}

    .page-top-bar-ui-grid-pager-control .prev-triangle,
    .page-top-bar-ui-grid-pager-control .next-triangle,
    .page-top-bar-ui-grid-pager-control .first-bar,
    .page-top-bar-ui-grid-pager-control .last-bar {
        width: 20px;
        height: 12px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .page-top-bar-ui-grid-pager-control .prev-triangle {
        background-image: url("../../../../images/svg/arrow-left.svg");
        height: 17px;
    }

    .page-top-bar-ui-grid-pager-control .next-triangle {
        background-image: url("../../../../images/svg/arrow-right.svg");
        height: 17px;
    }

    .page-top-bar-ui-grid-pager-control .first-bar {
        background-image: url("../../../../images/svg/arrow-left-first.svg");
    }

    .page-top-bar-ui-grid-pager-control .last-bar {
        background-image: url("../../../../images/svg/arrow-right-last.svg");
    }

.pagination-disabled {
    opacity: 0.2;
}

@media (max-width: 767px) {
    .mobile-navigation {
        display: none;
    }
}
