.RadDropDownList_CSI .rddlIcon {
    width: 16px;
    height: 100%;
    border: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px !important;
    right: 0;
    background-image: url(/AccessDirect/Images/Icons/Down.gif);
}

.RadDropDownList_CSI {
	text-align: center !important;
}

.rddlPopup_CSI .rddlItemHovered {
	background-color: var(--primary-fe5722) !important;
	color: var(--white-ffffff) !important;
}

.rddlPopup_CSI .rddlItemSelected {
	font-weight: bold;
}

.rddlPopup_CSI .rddlItem {
	background: white;
}