/* These style overrides were needed after the devexpress 19.1 to 19.2 update */
.dxpc-mainDiv .dxpc-closeBtn .dxWeb_pcCloseButton_Copper, .dxWeb_pcCloseButton_Material {
    background-position: -488px -60px !important;
    background-size: 538px auto;
}

.dxWeb_mSubMenuItemChecked_Material, .dxm-checked.dxm-hovered .dxWeb_mSubMenuItemChecked_Material  {
    background-position: -320px -98px;
    background-size: 538px auto;
    width: 18px;
    height: 18px;
}

 .dxWeb_edtCheckBoxCheckedDisabled_Material
 {
    background-position: -338px -78px;
    background-size: 538px auto; 
    width: 18px;
    height: 18px;
}
