﻿.dxeRoot_Material:not(.noDropDownButton) .inputComboBox.dropDownWithin td.dxic,
.withoutRoot.inputComboBox.dropDownWithin td.dxic {
    padding-right: 30px;
}

.dxeRoot_Material:not(.noDropDownButton) .inputComboBox.dropDownWithin td:not(.dxeButtonEditClearButton_Material)::after,
.withoutRoot.inputComboBox.dropDownWithin td:not(.dxeButtonEditClearButton_Material)::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-family-3);
    font-weight: 900;
    color: var(--color-grey-1);
    content: "\f0d7";
    position: absolute;
    right: 10px;
    top: 9px;
    width: 14px;
    height: 16px;
    cursor: pointer;
}
.dxeRoot_Material:not(.noDropDownButton) .dxeDisabled_Material.inputComboBox.dropDownWithin td::after,
.withoutRoot.dxeDisabled_Material.inputComboBox.dropDownWithin td::after {
    cursor: default;
}

.dxeRoot_Material:not(.noDropDownButton) .inputComboBox.dropDownWithin td.dxeButton.dxHideContent,
.withoutRoot.inputComboBox.dropDownWithin td.dxeButton.dxHideContent {
    display: none;
}