/**
 * SA3D interface customizations for Replenishment Orders
 */

/* Visibility of the "Save" and "Save & New" buttons and form fields */
#sa3d-sidebarForm.swrks-ro-view #sa3d-form-fields,
#sa3d-sidebarForm.swrks-ro-view #sa3d-btnFinalSaveNew,
#sa3d-sidebarForm.swrks-ro-view #sa3d-btnFinalSave,
#sa3d-sidebarForm.swrks-ro-view #sa3d-menutitleSave {
  display: none !important;
}

/* Visibility of the "Update RO" and "Submit New" buttons and form fields */
#sa3d-sidebarForm:not(.swrks-ro-view) #sa3d-ro-fields,
#sa3d-sidebarForm:not(.swrks-ro-view) #sa3d-btnUpdateRO,
#sa3d-sidebarForm:not(.swrks-ro-view) #sa3d-btnSaveRO,
#sa3d-sidebarForm:not(.swrks-ro-view) .swrks-ro-modal-title {
  display: none !important;
}
