/*****************************************************************************************************/
/* Control the visibility of the "pack settings" section on the "create-pack" and "pack-info" modals */
/*****************************************************************************************************/

#create-packs-settings-section {
   display:none;
}

.is-nimble-label.is-drm-printing-enabled #create-packs-settings-section,
.is-nimble-label.is-drm-exporting-enabled #create-packs-settings-section,
.is-nimble-label.is-drm-expiration-date-enabled #create-packs-settings-section,
.is-nimble-label.is-drm-reminder-notifications-enabled #create-packs-settings-section,
.is-nimble-label.is-drm-ondemand-notifications-enabled #create-packs-settings-section,
.is-nimble-label.is-collaboration-enabled #create-packs-settings-section {
   display:block;
}

#collaboration-section,
#exportable-section,
#printable-section,
#notifications-section,
#ondemand-section,
#expiration-section {
   display:none;
}

.is-nimble-label.is-collaboration-enabled #collaboration-section,
.is-nimble-label.is-drm-printing-enabled #printable-section,
.is-nimble-label.is-drm-exporting-enabled #exportable-section,
.is-nimble-label.is-drm-reminder-notifications-enabled #notifications-section,
.is-nimble-label.is-drm-ondemand-notifications-enabled #ondemand-section,
.is-nimble-label.is-drm-expiration-date-enabled #expiration-section {
   display:block;
}
