﻿/* Override popup 
-------------------------------------------------------------- */
div.popup.modal, div.popup.modal div.popup, div.popup.dxmodal, div.popup.dxmodal div.popup {
    z-index: 100000 !important;
} /* To show modal PopupControls (and their children) [default 12000] above LoadingPanels [default 30000]. Grid popup edit form uses outer div before div.popup */
div.popup div.dxpc-header {
    padding-bottom: 0 !important;
} /* Padding is set above content */
div.popup div.dxpc-content {
    padding: 10px 12px 0 12px !important;
} /* Do not need bottom padding */
div.dxmodalSys div.popup div.dxpc-content {
    padding-bottom: 0.1px !important;
} /* Hack for responsive popups (to force bottom margin) */
