﻿/* DevExpress pager page-size dropdown: remove bullets */
.dxeListBox ul,
.dxeListBox ol,
.dxeListBox li,
.dxeDropDownWindow ul,
.dxeDropDownWindow ol,
.dxeDropDownWindow li,
.dxgvPagerBottomPanel ul,
.dxgvPagerBottomPanel ol,
.dxgvPagerBottomPanel li {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}


.dxm-popupMain ul,
.dxm-popupMain li,
.dxm-popup ul,
.dxm-popup li {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}

    .dxm-popupMain li::marker,
    .dxm-popup li::marker {
        content: "" !important;
    }