﻿/***********<CustomPagination in grid>**************/
/* paginaton row */
.customPager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 5px;
    height: 21px !important;
}

/* page numbers */
.customPager-center {
    padding-top: 4px;
}

/* selected page number  */
.rbPagerSelected {
    border: 1px solid #7a7a7a !important;
    height: 17px !important;
}

/* REMOVE Telerik Default skin background ONLY for pager buttons */
.customPager .RadButton_Default.rbSkinnedButton,
.customPager .RadButton_Default .rbDecorated,
.customPager .RadButton_Default.rbVerticalButton,
.customPager .RadButton_Default.rbVerticalButton .rbDecorated,
.customPager .RadButton_Default .rbSplitRight,
.customPager .RadButton_Default .rbSplitLeft {
    background-image: none !important;
    background-color: transparent !important;
}

/* dropdown width */
.customPager-pagesize .RadComboBox,
.customPager-pagesize .RadComboBox table,
.customPager-pagesize .RadComboBox input {
    width: 30px !important;
}

.rbDecorated {
    height: 15px !important;
    padding-right: 6px !important;
    padding-left: 10px !important;
    margin: 0px !important;
    color: #4C4E54 !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

/* Page size text */
.pageSizeLabel {
    font-weight: 500;
    color: #4C4E54;
    padding-top: 3px;
    display: inline-block;
}
/***********<CustomPagination in grid>**************/
