@sapui5/sap.ushell 1.141.2 → 1.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -7
- package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +7 -11
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -3
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +5 -12
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -2
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +41 -24
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +3 -2
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +4 -7
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +43 -20
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainerRenderer.js +0 -11
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +89 -32
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainerRenderer.js +53 -52
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NWBCHandler.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +52 -15
- package/src/main/js/sap/ushell/appIntegration/PostMessagePluginInterface.js +4 -0
- package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +15 -28
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +15 -26
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +2 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +20 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +17 -6
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +14 -17
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/cdm/cdm.constants.js +0 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +18 -5
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +2 -2
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +2 -2
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +25 -50
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverContent.view.xml +2 -2
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverHeader.fragment.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsModule.js +169 -0
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +2 -2
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/Component.js +6 -2
- package/src/main/js/sap/ushell/components/shell/Search/SearchModule.js +58 -0
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +30 -21
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +2 -2
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.view.xml +0 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +11 -18
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +23 -18
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +5 -5
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +2 -2
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -8
- package/src/main/js/sap/ushell/modules/BaseAPI.js +107 -0
- package/src/main/js/sap/ushell/modules/BaseProvider.js +43 -0
- package/src/main/js/sap/ushell/modules/Notifications/NotificationsAPI.js +253 -0
- package/src/main/js/sap/ushell/modules/Notifications/NotificationsProvider.js +50 -0
- package/src/main/js/sap/ushell/modules/Notifications.js +53 -0
- package/src/main/js/sap/ushell/modules/Search/SearchAPI.js +271 -0
- package/src/main/js/sap/ushell/modules/Search/SearchProvider.js +50 -0
- package/src/main/js/sap/ushell/modules/Search.js +55 -0
- package/src/main/js/sap/ushell/modules/loader/AbstractLoader.js +95 -0
- package/src/main/js/sap/ushell/modules/loader/NotificationsLoader.js +148 -0
- package/src/main/js/sap/ushell/modules/loader/SearchLoader.js +153 -0
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/FesrEnhancer.js +136 -40
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +26 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/ghostapp/FakeModel.js +19 -14
- package/src/main/js/sap/ushell/renderer/Renderer.js +4 -4
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +108 -3
- package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +6 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +1 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +0 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +0 -1
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +44 -36
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +2 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +15 -3
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +21 -8
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -181
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +1 -2
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +5 -35
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/state/StateManager.js +5 -1
- package/src/main/js/sap/ushell/state/StateRules.js +10 -1
- package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
- package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
- package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +0 -2
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +0 -8
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/SmartBusiness.js +102 -0
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils.js +10 -34
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +19 -32
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +0 -228
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +0 -277
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +0 -2128
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +0 -462
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +0 -182
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +0 -135
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +0 -400
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +0 -345
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +0 -103
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +0 -147
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +0 -60
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +0 -277
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +0 -96
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +0 -59
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +0 -177
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_sappsd.properties +0 -79
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +0 -90
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +0 -248
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageCellDeleteDialog.fragment.xml +0 -25
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageRowDeleteDialog.fragment.xml +0 -25
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +0 -67
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +0 -176
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +0 -50
- package/src/main/js/sap/ushell/components/workPageRuntime/view/WorkPageRuntime.view.xml +0 -37
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +0 -118
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +0 -222
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +0 -74
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +0 -87
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +0 -46
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +0 -152
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +0 -184
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +0 -193
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +0 -554
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +0 -97
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +0 -134
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +0 -82
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +0 -125
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +0 -54
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +0 -162
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +0 -74
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +0 -35
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +0 -52
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +0 -54
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +0 -379
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +0 -77
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +0 -87
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +0 -156
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +0 -48
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +0 -196
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +0 -82
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +0 -41
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +0 -1716
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +0 -3015
- package/src/main/js/sap/ushell/thirdparty/AccessibilityTextsHelper.js +0 -13
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +0 -453
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +0 -233
- package/src/main/js/sap/ushell/thirdparty/Button.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/Button2.js +0 -645
- package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/Icon.js +0 -313
- package/src/main/js/sap/ushell/thirdparty/Icons.js +0 -234
- package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +0 -1297
- package/src/main/js/sap/ushell/thirdparty/Label.js +0 -115
- package/src/main/js/sap/ushell/thirdparty/Link.js +0 -316
- package/src/main/js/sap/ushell/thirdparty/List.js +0 -1254
- package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +0 -14
- package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +0 -251
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -1689
- package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +0 -637
- package/src/main/js/sap/ushell/thirdparty/Menu.js +0 -389
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +0 -762
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +0 -291
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +0 -310
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +0 -534
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +0 -98
- package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +0 -2306
- package/src/main/js/sap/ushell/thirdparty/SearchItem.js +0 -128
- package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +0 -49
- package/src/main/js/sap/ushell/thirdparty/SearchScope.js +0 -39
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +0 -1809
- package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +0 -119
- package/src/main/js/sap/ushell/thirdparty/ShellBarItem.js +0 -89
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +0 -3380
- package/src/main/js/sap/ushell/thirdparty/ShellBarSpacer.js +0 -40
- package/src/main/js/sap/ushell/thirdparty/Tag.js +0 -302
- package/src/main/js/sap/ushell/thirdparty/Text.js +0 -127
- package/src/main/js/sap/ushell/thirdparty/Title.js +0 -167
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +0 -950
- package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +0 -114
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +0 -61
- package/src/main/js/sap/ushell/thirdparty/ValueState.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/WrappingType.js +0 -24
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +0 -397
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +0 -193
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +0 -585
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +0 -585
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite.js +0 -1194
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite2.js +0 -1194
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +0 -2509
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +0 -2509
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar.js +0 -7139
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_EG.js +0 -7139
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_SA.js +0 -7138
- package/src/main/js/sap/ushell/thirdparty/_dynamics/bg.js +0 -6031
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ca.js +0 -6133
- package/src/main/js/sap/ushell/thirdparty/_dynamics/cnr.js +0 -6219
- package/src/main/js/sap/ushell/thirdparty/_dynamics/cs.js +0 -6759
- package/src/main/js/sap/ushell/thirdparty/_dynamics/da.js +0 -5977
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de.js +0 -6098
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de_AT.js +0 -6099
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de_CH.js +0 -6097
- package/src/main/js/sap/ushell/thirdparty/_dynamics/el.js +0 -5882
- package/src/main/js/sap/ushell/thirdparty/_dynamics/el_CY.js +0 -5882
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en.js +0 -6094
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_AU.js +0 -6134
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_GB.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_HK.js +0 -6136
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IE.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IN.js +0 -6132
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_NZ.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_PG.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_SG.js +0 -6132
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_ZA.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es.js +0 -6153
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_AR.js +0 -6156
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_BO.js +0 -6155
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CL.js +0 -6048
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CO.js +0 -6048
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_MX.js +0 -6157
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_PE.js +0 -5939
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_UY.js +0 -5941
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_VE.js +0 -5940
- package/src/main/js/sap/ushell/thirdparty/_dynamics/et.js +0 -6077
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fa.js +0 -6002
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fi.js +0 -6245
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_BE.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CA.js +0 -6041
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CH.js +0 -6065
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_LU.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/he.js +0 -6593
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hi.js +0 -5911
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hr.js +0 -6246
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hu.js +0 -5995
- package/src/main/js/sap/ushell/thirdparty/_dynamics/id.js +0 -5783
- package/src/main/js/sap/ushell/thirdparty/_dynamics/it.js +0 -6036
- package/src/main/js/sap/ushell/thirdparty/_dynamics/it_CH.js +0 -6036
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ja.js +0 -5942
- package/src/main/js/sap/ushell/thirdparty/_dynamics/kk.js +0 -5989
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ko.js +0 -5823
- package/src/main/js/sap/ushell/thirdparty/_dynamics/lt.js +0 -6628
- package/src/main/js/sap/ushell/thirdparty/_dynamics/lv.js +0 -6164
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +0 -602
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +0 -602
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +0 -182
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/mk.js +0 -6095
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ms.js +0 -5617
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nb.js +0 -6085
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nl.js +0 -6252
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nl_BE.js +0 -6252
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pl.js +0 -6639
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pt.js +0 -6165
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pt_PT.js +0 -6230
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ro.js +0 -6250
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ru.js +0 -6553
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ru_UA.js +0 -6553
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sk.js +0 -6482
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sl.js +0 -6494
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sr.js +0 -6291
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sr_Latn.js +0 -6278
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sv.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/th.js +0 -5928
- package/src/main/js/sap/ushell/thirdparty/_dynamics/tr.js +0 -6146
- package/src/main/js/sap/ushell/thirdparty/_dynamics/uk.js +0 -6504
- package/src/main/js/sap/ushell/thirdparty/_dynamics/vi.js +0 -5720
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_CN.js +0 -5770
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_HK.js +0 -5779
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_SG.js +0 -5779
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_TW.js +0 -5846
- package/src/main/js/sap/ushell/thirdparty/encodeXML.js +0 -87
- package/src/main/js/sap/ushell/thirdparty/event-strict.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/generateHighlightedMarkup.js +0 -9
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +0 -115
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +0 -157
- package/src/main/js/sap/ushell/thirdparty/information.js +0 -100
- package/src/main/js/sap/ushell/thirdparty/information2.js +0 -13
- package/src/main/js/sap/ushell/thirdparty/overflow.js +0 -25
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +0 -8
- package/src/main/js/sap/ushell/thirdparty/query.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/sys-enter-2.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +0 -4300
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base2.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +0 -146
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +0 -381
- package/src/main/js/sap/ushell/thirdparty/willShowContent.js +0 -7
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
sap.ui.define(['exports'], (function (exports) { 'use strict';
|
|
2
|
-
|
|
3
|
-
var parametersBundle_css = ":root {--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3_hcw.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_fiori_3_hcb\",\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"],\"FallbackThemeId\": \"sap_belize_hcw\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"15.0.8\"},\"Version\":{\"Build\": \"11.29.3.20250417070835\",\"Source\": \"11.29.3\"}};--sapBrandColor: #ec8b46;--sapHighlightColor: #ec8b46;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #fff;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #000;--sapLinkColor: #000;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #8fb5ff;--sapHoverColor: #ec8b46;--sapActiveColor: #ec8b46;--sapHighlightTextColor: #000;--sapTitleColor: #000;--sapNegativeColor: #ab0000;--sapCriticalColor: #5c5c00;--sapPositiveColor: #006362;--sapInformativeColor: #000;--sapNeutralColor: #000;--sapNegativeElementColor: #ab0000;--sapCriticalElementColor: #5c5c00;--sapPositiveElementColor: #006362;--sapInformativeElementColor: #000;--sapNeutralElementColor: #000;--sapNegativeTextColor: #ab0000;--sapCriticalTextColor: #5c5c00;--sapPositiveTextColor: #006362;--sapInformativeTextColor: #000;--sapNeutralTextColor: #000;--sapErrorColor: #ab0000;--sapWarningColor: #5c5c00;--sapSuccessColor: #006362;--sapInformationColor: #000;--sapErrorBackground: #fff;--sapWarningBackground: #fff;--sapSuccessBackground: #fff;--sapInformationBackground: #fff;--sapNeutralBackground: #fff;--sapErrorBorderColor: #ab0000;--sapWarningBorderColor: #5c5c00;--sapSuccessBorderColor: #006362;--sapInformationBorderColor: #000;--sapNeutralBorderColor: #000;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .25rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #000;--sapContent_ContrastIconColor: #000;--sapContent_NonInteractiveIconColor: #000;--sapContent_MarkerIconColor: #000;--sapContent_MarkerTextColor: #000;--sapContent_MeasureIndicatorColor: #000;--sapContent_Selected_MeasureIndicatorColor: #000;--sapContent_Placeholderloading_Background: #888;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%);--sapContent_ImagePlaceholderBackground: #fff;--sapContent_ImagePlaceholderForegroundColor: #000;--sapContent_RatedColor: #000;--sapContent_UnratedColor: #585858;--sapContent_BusyColor: #000;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #000;--sapContent_Shadow0: 0 0 0 .0625rem #000;--sapContent_Shadow1: 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(0,0,0,.6), 0 0 0 .125rem #000;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(0,0,0,.8), 0 0 0 .125rem #000;--sapContent_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 0 -.125rem #000;--sapContent_Interaction_Shadow: none;--sapContent_Selected_Shadow: none;--sapContent_Negative_Shadow: none;--sapContent_Critical_Shadow: none;--sapContent_Positive_Shadow: none;--sapContent_Informative_Shadow: none;--sapContent_Neutral_Shadow: none;--sapContent_SearchHighlightColor: #ec8b46;--sapContent_HelpColor: #006500;--sapContent_LabelColor: #000;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: #888;--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #000;--sapContent_ForegroundColor: #fff;--sapContent_ForegroundBorderColor: #000;--sapContent_ForegroundTextColor: #000;--sapContent_BadgeBackground: #000;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #006500;--sapContent_Selected_TextColor: #000;--sapContent_Selected_Background: #8fb5ff;--sapContent_Selected_Hover_Background: #ec8b46;--sapContent_Selected_ForegroundColor: #000;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: inset 0 -.125rem #006362;--sapContent_Warning_HeaderShadow: inset 0 -.125rem #5c5c00;--sapContent_Error_HeaderShadow: inset 0 -.125rem #ab0000;--sapContent_Information_HeaderShadow: inset 0 -.125rem #000;--sapFontLightFamily: \"72-Light\", \"72-Lightfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBoldFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: \"72-Semibold\", \"72-Semiboldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBlackFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: underline;--sapLink_Hover_Color: #000;--sapLink_Hover_TextDecoration: none;--sapLink_Active_Color: #000;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #000;--sapLink_InvertedColor: #000;--sapLink_SubtleColor: #000;--sapShell_Background: #fff;--sapShell_BackgroundImage: linear-gradient(to bottom, #fff, #fff);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #000;--sapShell_TextColor: #000;--sapShell_InteractiveBackground: #fff;--sapShell_InteractiveTextColor: #000;--sapShell_InteractiveBorderColor: #000;--sapShell_GroupTitleTextColor: #000;--sapShell_GroupTitleTextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapShell_Hover_Background: #ec8b46;--sapShell_Active_Background: #ec8b46;--sapShell_Active_TextColor: #000;--sapShell_Selected_Background: #8fb5ff;--sapShell_Selected_TextColor: #000;--sapShell_Selected_Hover_Background: #ec8b46;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #ec8b46;--sapShell_Navigation_SelectedColor: #000;--sapShell_Navigation_Selected_TextColor: #000;--sapShell_Navigation_TextColor: #000;--sapShell_Navigation_Active_TextColor: #000;--sapShell_Navigation_Active_Background: #ec8b46;--sapShell_Shadow: 0 .125rem 0 0 #000;--sapShell_NegativeColor: #ab0000;--sapShell_CriticalColor: #5c5c00;--sapShell_PositiveColor: #006362;--sapShell_InformativeColor: #000;--sapShell_NeutralColor: #000;--sapShell_Assistant_ForegroundColor: #000;--sapShell_SubBrand_TextColor: #000;--sapShell_Category_1_Background: #fff;--sapShell_Category_1_BorderColor: #004ccb;--sapShell_Category_1_TextColor: #000;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #fff;--sapShell_Category_2_BorderColor: #973333;--sapShell_Category_2_TextColor: #000;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #fff;--sapShell_Category_3_BorderColor: #5f5800;--sapShell_Category_3_TextColor: #000;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #fff;--sapShell_Category_4_BorderColor: #6c3d62;--sapShell_Category_4_TextColor: #000;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fff;--sapShell_Category_5_BorderColor: #734f00;--sapShell_Category_5_TextColor: #000;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #fff;--sapShell_Category_6_BorderColor: #105b5b;--sapShell_Category_6_TextColor: #000;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #fff;--sapShell_Category_7_BorderColor: #961d7c;--sapShell_Category_7_TextColor: #000;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #fff;--sapShell_Category_8_BorderColor: #26340b;--sapShell_Category_8_TextColor: #000;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #fff;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #000;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #fff;--sapShell_Category_10_BorderColor: #47596c;--sapShell_Category_10_TextColor: #000;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fff;--sapShell_Category_11_BorderColor: #af080b;--sapShell_Category_11_TextColor: #000;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #fff;--sapShell_Category_12_BorderColor: #7000e0;--sapShell_Category_12_TextColor: #000;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #fff;--sapShell_Category_13_BorderColor: #580440;--sapShell_Category_13_TextColor: #000;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #fff;--sapShell_Category_14_BorderColor: #035663;--sapShell_Category_14_TextColor: #000;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #fff;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #000;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #fff;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #000;--sapShell_Category_16_TextShadow: none;--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #000;--sapAssistant_Color2: #000;--sapAssistant_BackgroundGradient: linear-gradient(#fff, #fff);--sapAssistant_Background: #fff;--sapAssistant_BorderColor: #000;--sapAssistant_TextColor: #000;--sapAssistant_Hover_Background: #ec8b46;--sapAssistant_Hover_BorderColor: #000;--sapAssistant_Hover_TextColor: #000;--sapAssistant_Active_Background: #ec8b46;--sapAssistant_Active_BorderColor: #000;--sapAssistant_Active_TextColor: #000;--sapAssistant_Question_Background: #fff;--sapAssistant_Question_BorderColor: #000;--sapAssistant_Question_TextColor: #000;--sapAssistant_Answer_Background: #b3b3b3;--sapAssistant_Answer_BorderColor: #000;--sapAssistant_Answer_TextColor: #000;--sapAvatar_1_Background: #fff;--sapAvatar_1_BorderColor: #000;--sapAvatar_1_TextColor: #000;--sapAvatar_1_Hover_Background: #ec8b46;--sapAvatar_2_Background: #fff;--sapAvatar_2_BorderColor: #000;--sapAvatar_2_TextColor: #000;--sapAvatar_2_Hover_Background: #ec8b46;--sapAvatar_3_Background: #fff;--sapAvatar_3_BorderColor: #000;--sapAvatar_3_TextColor: #000;--sapAvatar_3_Hover_Background: #ec8b46;--sapAvatar_4_Background: #fff;--sapAvatar_4_BorderColor: #000;--sapAvatar_4_TextColor: #000;--sapAvatar_4_Hover_Background: #ec8b46;--sapAvatar_5_Background: #fff;--sapAvatar_5_BorderColor: #000;--sapAvatar_5_TextColor: #000;--sapAvatar_5_Hover_Background: #ec8b46;--sapAvatar_6_Background: #fff;--sapAvatar_6_BorderColor: #000;--sapAvatar_6_TextColor: #000;--sapAvatar_6_Hover_Background: #ec8b46;--sapAvatar_7_Background: #fff;--sapAvatar_7_BorderColor: #000;--sapAvatar_7_TextColor: #000;--sapAvatar_7_Hover_Background: #ec8b46;--sapAvatar_8_Background: #fff;--sapAvatar_8_BorderColor: #000;--sapAvatar_8_TextColor: #000;--sapAvatar_8_Hover_Background: #ec8b46;--sapAvatar_9_Background: #fff;--sapAvatar_9_BorderColor: #000;--sapAvatar_9_TextColor: #000;--sapAvatar_9_Hover_Background: #ec8b46;--sapAvatar_10_Background: #fff;--sapAvatar_10_BorderColor: #000;--sapAvatar_10_TextColor: #000;--sapAvatar_10_Hover_Background: #ec8b46;--sapAvatar_Lite_BorderColor: #000;--sapAvatar_Lite_Background: #fff;--sapAvatar_Hover_BorderColor: #000;--sapButton_Background: #fff;--sapButton_BorderColor: #000;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .375rem;--sapButton_TextColor: #000;--sapButton_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #ec8b46;--sapButton_Hover_BorderColor: #000;--sapButton_Hover_TextColor: #000;--sapButton_IconColor: #000;--sapButton_Active_Background: #ec8b46;--sapButton_Active_BorderColor: #000;--sapButton_Active_TextColor: #000;--sapButton_Emphasized_Background: #fff;--sapButton_Emphasized_BorderColor: #000;--sapButton_Emphasized_BorderWidth: .125rem;--sapButton_Emphasized_TextColor: #000;--sapButton_Emphasized_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #ec8b46;--sapButton_Emphasized_Hover_BorderColor: #000;--sapButton_Emphasized_Hover_TextColor: #000;--sapButton_Emphasized_Active_Background: #ec8b46;--sapButton_Emphasized_Active_BorderColor: #000;--sapButton_Emphasized_Active_TextColor: #000;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #000;--sapButton_Reject_TextColor: #000;--sapButton_Reject_Hover_Background: #ec8b46;--sapButton_Reject_Hover_BorderColor: #000;--sapButton_Reject_Hover_TextColor: #000;--sapButton_Reject_Active_Background: #ec8b46;--sapButton_Reject_Active_BorderColor: #000;--sapButton_Reject_Active_TextColor: #000;--sapButton_Reject_Selected_Background: #8fb5ff;--sapButton_Reject_Selected_BorderColor: #000;--sapButton_Reject_Selected_TextColor: #000;--sapButton_Reject_Selected_Hover_Background: #ec8b46;--sapButton_Reject_Selected_Hover_BorderColor: #000;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #000;--sapButton_Accept_TextColor: #000;--sapButton_Accept_Hover_Background: #ec8b46;--sapButton_Accept_Hover_BorderColor: #000;--sapButton_Accept_Hover_TextColor: #000;--sapButton_Accept_Active_Background: #ec8b46;--sapButton_Accept_Active_BorderColor: #000;--sapButton_Accept_Active_TextColor: #000;--sapButton_Accept_Selected_Background: #8fb5ff;--sapButton_Accept_Selected_BorderColor: #000;--sapButton_Accept_Selected_TextColor: #000;--sapButton_Accept_Selected_Hover_Background: #ec8b46;--sapButton_Accept_Selected_Hover_BorderColor: #000;--sapButton_Lite_Background: #fff;--sapButton_Lite_BorderColor: #000;--sapButton_Lite_TextColor: #000;--sapButton_Lite_Hover_Background: #ec8b46;--sapButton_Lite_Hover_BorderColor: #000;--sapButton_Lite_Hover_TextColor: #000;--sapButton_Lite_Active_Background: #ec8b46;--sapButton_Lite_Active_BorderColor: #000;--sapButton_Selected_Background: #8fb5ff;--sapButton_Selected_BorderColor: #000;--sapButton_Selected_TextColor: #000;--sapButton_Selected_Hover_Background: #ec8b46;--sapButton_Selected_Hover_BorderColor: #000;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #000;--sapButton_Attention_TextColor: #000;--sapButton_Attention_Hover_Background: #ec8b46;--sapButton_Attention_Hover_BorderColor: #000;--sapButton_Attention_Hover_TextColor: #000;--sapButton_Attention_Active_Background: #ec8b46;--sapButton_Attention_Active_BorderColor: #000;--sapButton_Attention_Active_TextColor: #000;--sapButton_Attention_Selected_Background: #8fb5ff;--sapButton_Attention_Selected_BorderColor: #000;--sapButton_Attention_Selected_TextColor: #000;--sapButton_Attention_Selected_Hover_Background: #ec8b46;--sapButton_Attention_Selected_Hover_BorderColor: #000;--sapButton_Negative_Background: #fff;--sapButton_Negative_BorderColor: #000;--sapButton_Negative_TextColor: #000;--sapButton_Negative_Hover_Background: #ec8b46;--sapButton_Negative_Hover_BorderColor: #000;--sapButton_Negative_Hover_TextColor: #000;--sapButton_Negative_Active_Background: #ec8b46;--sapButton_Negative_Active_BorderColor: #000;--sapButton_Negative_Active_TextColor: #000;--sapButton_Critical_Background: #fff;--sapButton_Critical_BorderColor: #000;--sapButton_Critical_TextColor: #000;--sapButton_Critical_Hover_Background: #ec8b46;--sapButton_Critical_Hover_BorderColor: #000;--sapButton_Critical_Hover_TextColor: #000;--sapButton_Critical_Active_Background: #ec8b46;--sapButton_Critical_Active_BorderColor: #000;--sapButton_Critical_Active_TextColor: #000;--sapButton_Success_Background: #fff;--sapButton_Success_BorderColor: #000;--sapButton_Success_TextColor: #000;--sapButton_Success_Hover_Background: #ec8b46;--sapButton_Success_Hover_BorderColor: #000;--sapButton_Success_Hover_TextColor: #000;--sapButton_Success_Active_Background: #ec8b46;--sapButton_Success_Active_BorderColor: #000;--sapButton_Success_Active_TextColor: #000;--sapButton_Information_Background: #fff;--sapButton_Information_BorderColor: #000;--sapButton_Information_TextColor: #000;--sapButton_Information_Hover_Background: #ec8b46;--sapButton_Information_Hover_BorderColor: #000;--sapButton_Information_Hover_TextColor: #000;--sapButton_Information_Active_Background: #ec8b46;--sapButton_Information_Active_BorderColor: #000;--sapButton_Information_Active_TextColor: #000;--sapButton_Neutral_Background: #fff;--sapButton_Neutral_BorderColor: #000;--sapButton_Neutral_TextColor: #000;--sapButton_Neutral_Hover_Background: #ec8b46;--sapButton_Neutral_Hover_BorderColor: #000;--sapButton_Neutral_Hover_TextColor: #000;--sapButton_Neutral_Active_Background: #ec8b46;--sapButton_Neutral_Active_BorderColor: #000;--sapButton_Neutral_Active_TextColor: #000;--sapButton_Track_Background: #fff;--sapButton_Track_BorderColor: #000;--sapButton_Track_TextColor: #000;--sapButton_Track_Hover_Background: #ec8b46;--sapButton_Track_Hover_BorderColor: #000;--sapButton_Track_Selected_Background: #8fb5ff;--sapButton_Track_Selected_BorderColor: #000;--sapButton_Track_Selected_TextColor: #000;--sapButton_Track_Selected_Hover_Background: #ec8b46;--sapButton_Track_Selected_Hover_BorderColor: #000;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #000;--sapButton_Handle_TextColor: #000;--sapButton_Handle_Hover_Background: #ec8b46;--sapButton_Handle_Hover_BorderColor: #000;--sapButton_Handle_Selected_Background: #8fb5ff;--sapButton_Handle_Selected_BorderColor: #000;--sapButton_Handle_Selected_TextColor: #000;--sapButton_Handle_Selected_Hover_Background: #ec8b46;--sapButton_Handle_Selected_Hover_BorderColor: #000;--sapButton_Track_Negative_Background: #fff;--sapButton_Track_Negative_BorderColor: #ab0000;--sapButton_Track_Negative_TextColor: #000;--sapButton_Track_Negative_Hover_Background: #ec8b46;--sapButton_Track_Negative_Hover_BorderColor: #ab0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #ab0000;--sapButton_Handle_Negative_TextColor: #000;--sapButton_Handle_Negative_Hover_Background: #ec8b46;--sapButton_Handle_Negative_Hover_BorderColor: #ab0000;--sapButton_Track_Positive_Background: #fff;--sapButton_Track_Positive_BorderColor: #006362;--sapButton_Track_Positive_TextColor: #000;--sapButton_Track_Positive_Hover_Background: #fff;--sapButton_Track_Positive_Hover_BorderColor: #000;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #006362;--sapButton_Handle_Positive_TextColor: #000;--sapButton_Handle_Positive_Hover_Background: #ec8b46;--sapButton_Handle_Positive_Hover_BorderColor: #006362;--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #000;--sapButton_TokenBorderCornerRadius: .25rem;--sapButton_Selected_TokenBorderWidth: 0;--sapButton_ReadOnly_TokenBackground: #b3b3b3;--sapButton_Segment_BorderCornerRadius: 0;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #000;--sapField_PlaceholderTextColor: #585858;--sapField_BorderColor: #000;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .125rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: 0;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #000;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #000;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #000;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #b3b3b3;--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #000;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: #b3b3b3;--sapField_RequiredColor: #000;--sapField_InvalidColor: #000;--sapField_InvalidBackground: #ec8b46;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: dashed;--sapField_InvalidShadow: none;--sapField_WarningColor: #000;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: dashed;--sapField_WarningShadow: none;--sapField_SuccessColor: #000;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .125rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #000;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .0625rem;--sapField_InformationBorderStyle: dashed;--sapField_InformationShadow: none;--sapField_Selector_Hover_Background: #8fb5ff;--sapField_Selector_Hover_InvalidBackground: #ec8b46;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #fff;--sapField_Picker_BorderWidth: .125rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: solid;--sapField_Selector_InvalidBorderStyle: dashed;--sapField_Selector_WarningBorderStyle: dashed;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: dashed;--sapGroup_TitleBorderWidth: .125rem;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #000;--sapGroup_TitleTextColor: #000;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #000;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: #fff;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #000;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #000;--sapList_HeaderTextColor: #000;--sapList_BorderColor: #585858;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #000;--sapList_Active_TextColor: #000;--sapList_Active_Background: #ec8b46;--sapList_SelectionBackgroundColor: #8fb5ff;--sapList_SelectionBorderColor: #000;--sapList_Hover_SelectionBackground: #ec8b46;--sapList_Background: #fff;--sapList_Hover_Background: #ec8b46;--sapList_AlternatingBackground: #e6e6e6;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #000;--sapList_GroupHeaderTextColor: #000;--sapList_TableGroupHeaderBackground: #b3b3b3;--sapList_TableGroupHeaderBorderColor: #000;--sapList_TableGroupHeaderTextColor: #000;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #000;--sapList_TableFooterBorder: #000;--sapList_TableFixedBorderColor: #000;--sapList_TableFixedColumnBorderWidth: .1875rem;--sapList_TableFixedRowBorderWidth: .1875rem;--sapMessage_BorderWidth: .125rem;--sapMessage_ErrorBorderColor: #ab0000;--sapMessage_WarningBorderColor: #5c5c00;--sapMessage_SuccessBorderColor: #006362;--sapMessage_InformationBorderColor: #000;--sapMessage_Button_Hover_Background: #ec8b46;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #000;--sapProgress_TextColor: #000;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #000;--sapProgress_NegativeTextColor: #000;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #000;--sapProgress_CriticalTextColor: #000;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #000;--sapProgress_PositiveTextColor: #000;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #000;--sapProgress_InformationTextColor: #000;--sapProgress_Value_Background: #ec8b46;--sapProgress_Value_BorderColor: #000;--sapProgress_Value_TextColor: #000;--sapProgress_Value_NegativeBackground: #ec8b46;--sapProgress_Value_NegativeBorderColor: #000;--sapProgress_Value_NegativeTextColor: #000;--sapProgress_Value_CriticalBackground: #ec8b46;--sapProgress_Value_CriticalBorderColor: #000;--sapProgress_Value_CriticalTextColor: #000;--sapProgress_Value_PositiveBackground: #ec8b46;--sapProgress_Value_PositiveBorderColor: #000;--sapProgress_Value_PositiveTextColor: #000;--sapProgress_Value_InformationBackground: #ec8b46;--sapProgress_Value_InformationBorderColor: #000;--sapProgress_Value_InformationTextColor: #000;--sapScrollBar_FaceColor: #585858;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #585858;--sapScrollBar_SymbolColor: #000;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #000;--sapSlider_Background: #fff;--sapSlider_BorderColor: #000;--sapSlider_Selected_Background: #8fb5ff;--sapSlider_Selected_BorderColor: #000;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #000;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #ec8b46;--sapSlider_Hover_HandleBorderColor: #000;--sapSlider_Hover_RangeHandleBackground: #ec8b46;--sapSlider_Active_HandleBackground: #ec8b46;--sapSlider_Active_HandleBorderColor: #000;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #000;--sapPageHeader_TextColor: #000;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #000;--sapPageFooter_TextColor: #000;--sapInfobar_Background: #fff;--sapInfobar_Hover_Background: #ec8b46;--sapInfobar_Active_Background: #ec8b46;--sapInfobar_NonInteractive_Background: #b3b3b3;--sapInfobar_TextColor: #000;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #ec8b46;--sapObjectHeader_BorderColor: #000;--sapObjectHeader_Title_TextColor: #000;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #000;--sapBlockLayer_Background: #fff;--sapBlockLayer_Opacity: .3;--sapTab_TextColor: #000;--sapTab_ForegroundColor: #000;--sapTab_IconColor: #000;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #000;--sapTab_Selected_IconColor: #000;--sapTab_Selected_Background: #8fb5ff;--sapTab_Selected_Indicator_Dimension: .3125rem;--sapTab_Positive_TextColor: #000;--sapTab_Positive_ForegroundColor: #000;--sapTab_Positive_IconColor: #000;--sapTab_Positive_Selected_TextColor: #000;--sapTab_Positive_Selected_IconColor: #000;--sapTab_Positive_Selected_Background: #8fb5ff;--sapTab_Negative_TextColor: #000;--sapTab_Negative_ForegroundColor: #000;--sapTab_Negative_IconColor: #000;--sapTab_Negative_Selected_TextColor: #000;--sapTab_Negative_Selected_IconColor: #000;--sapTab_Negative_Selected_Background: #8fb5ff;--sapTab_Critical_TextColor: #000;--sapTab_Critical_ForegroundColor: #000;--sapTab_Critical_IconColor: #000;--sapTab_Critical_Selected_TextColor: #000;--sapTab_Critical_Selected_IconColor: #000;--sapTab_Critical_Selected_Background: #8fb5ff;--sapTab_Neutral_TextColor: #000;--sapTab_Neutral_ForegroundColor: #000;--sapTab_Neutral_IconColor: #000;--sapTab_Neutral_Selected_TextColor: #000;--sapTab_Neutral_Selected_IconColor: #000;--sapTab_Neutral_Selected_Background: #8fb5ff;--sapTile_Background: #fff;--sapTile_Hover_Background: #ec8b46;--sapTile_Active_Background: #ec8b46;--sapTile_BorderColor: #000;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #000;--sapTile_TextColor: #000;--sapTile_IconColor: #000;--sapTile_SeparatorColor: #000;--sapTile_Interactive_BorderColor: #000;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #000;--sapTile_Hover_ContentBackground: #ec8b46;--sapTile_Active_ContentBackground: #ec8b46;--sapAccentColor1: #5f5800;--sapAccentColor2: #5e4101;--sapAccentColor3: #973333;--sapAccentColor4: #961d7c;--sapAccentColor5: #365892;--sapAccentColor6: #004ccb;--sapAccentColor7: #105b5b;--sapAccentColor8: #26340b;--sapAccentColor9: #6c32a9;--sapAccentColor10: #4a5964;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #780000;--sapIndicationColor_1_Background: #fff;--sapIndicationColor_1_BorderColor: #000;--sapIndicationColor_1_TextColor: #000;--sapIndicationColor_1_Hover_Background: #ec8b46;--sapIndicationColor_1_Active_Background: #ec8b46;--sapIndicationColor_1_Active_BorderColor: #000;--sapIndicationColor_1_Active_TextColor: #000;--sapIndicationColor_1_Selected_Background: #8fb5ff;--sapIndicationColor_1_Selected_BorderColor: #000;--sapIndicationColor_1_Selected_TextColor: #000;--sapIndicationColor_1b: #780000;--sapIndicationColor_1b_TextColor: #000;--sapIndicationColor_1b_Background: #fff;--sapIndicationColor_1b_BorderColor: #000;--sapIndicationColor_1b_Hover_Background: #ec8b46;--sapIndicationColor_2: #ab0000;--sapIndicationColor_2_Background: #fff;--sapIndicationColor_2_BorderColor: #000;--sapIndicationColor_2_TextColor: #000;--sapIndicationColor_2_Hover_Background: #ec8b46;--sapIndicationColor_2_Active_Background: #ec8b46;--sapIndicationColor_2_Active_BorderColor: #000;--sapIndicationColor_2_Active_TextColor: #000;--sapIndicationColor_2_Selected_Background: #8fb5ff;--sapIndicationColor_2_Selected_BorderColor: #000;--sapIndicationColor_2_Selected_TextColor: #000;--sapIndicationColor_2b: #ab0000;--sapIndicationColor_2b_TextColor: #000;--sapIndicationColor_2b_Background: #fff;--sapIndicationColor_2b_BorderColor: #000;--sapIndicationColor_2b_Hover_Background: #ec8b46;--sapIndicationColor_3: #5c5c00;--sapIndicationColor_3_Background: #fff;--sapIndicationColor_3_BorderColor: #000;--sapIndicationColor_3_TextColor: #000;--sapIndicationColor_3_Hover_Background: #ec8b46;--sapIndicationColor_3_Active_Background: #ec8b46;--sapIndicationColor_3_Active_BorderColor: #000;--sapIndicationColor_3_Active_TextColor: #000;--sapIndicationColor_3_Selected_Background: #8fb5ff;--sapIndicationColor_3_Selected_BorderColor: #000;--sapIndicationColor_3_Selected_TextColor: #000;--sapIndicationColor_3b: #5c5c00;--sapIndicationColor_3b_TextColor: #000;--sapIndicationColor_3b_Background: #fff;--sapIndicationColor_3b_BorderColor: #000;--sapIndicationColor_3b_Hover_Background: #ec8b46;--sapIndicationColor_4: #006362;--sapIndicationColor_4_Background: #fff;--sapIndicationColor_4_BorderColor: #000;--sapIndicationColor_4_TextColor: #000;--sapIndicationColor_4_Hover_Background: #ec8b46;--sapIndicationColor_4_Active_Background: #ec8b46;--sapIndicationColor_4_Active_BorderColor: #000;--sapIndicationColor_4_Active_TextColor: #000;--sapIndicationColor_4_Selected_Background: #8fb5ff;--sapIndicationColor_4_Selected_BorderColor: #000;--sapIndicationColor_4_Selected_TextColor: #000;--sapIndicationColor_4b: #006362;--sapIndicationColor_4b_TextColor: #000;--sapIndicationColor_4b_Background: #fff;--sapIndicationColor_4b_BorderColor: #000;--sapIndicationColor_4b_Hover_Background: #ec8b46;--sapIndicationColor_5: #004ccb;--sapIndicationColor_5_Background: #fff;--sapIndicationColor_5_BorderColor: #000;--sapIndicationColor_5_TextColor: #000;--sapIndicationColor_5_Hover_Background: #ec8b46;--sapIndicationColor_5_Active_Background: #ec8b46;--sapIndicationColor_5_Active_BorderColor: #000;--sapIndicationColor_5_Active_TextColor: #000;--sapIndicationColor_5_Selected_Background: #8fb5ff;--sapIndicationColor_5_Selected_BorderColor: #000;--sapIndicationColor_5_Selected_TextColor: #000;--sapIndicationColor_5b: #004ccb;--sapIndicationColor_5b_TextColor: #000;--sapIndicationColor_5b_Background: #fff;--sapIndicationColor_5b_BorderColor: #000;--sapIndicationColor_5b_Hover_Background: #ec8b46;--sapIndicationColor_6: #105b5b;--sapIndicationColor_6_Background: #fff;--sapIndicationColor_6_BorderColor: #000;--sapIndicationColor_6_TextColor: #000;--sapIndicationColor_6_Hover_Background: #ec8b46;--sapIndicationColor_6_Active_Background: #ec8b46;--sapIndicationColor_6_Active_BorderColor: #000;--sapIndicationColor_6_Active_TextColor: #000;--sapIndicationColor_6_Selected_Background: #8fb5ff;--sapIndicationColor_6_Selected_BorderColor: #000;--sapIndicationColor_6_Selected_TextColor: #000;--sapIndicationColor_6b: #105b5b;--sapIndicationColor_6b_TextColor: #000;--sapIndicationColor_6b_Background: #fff;--sapIndicationColor_6b_BorderColor: #000;--sapIndicationColor_6b_Hover_Background: #ec8b46;--sapIndicationColor_7: #6c32a9;--sapIndicationColor_7_Background: #fff;--sapIndicationColor_7_BorderColor: #000;--sapIndicationColor_7_TextColor: #000;--sapIndicationColor_7_Hover_Background: #ec8b46;--sapIndicationColor_7_Active_Background: #ec8b46;--sapIndicationColor_7_Active_BorderColor: #000;--sapIndicationColor_7_Active_TextColor: #000;--sapIndicationColor_7_Selected_Background: #8fb5ff;--sapIndicationColor_7_Selected_BorderColor: #000;--sapIndicationColor_7_Selected_TextColor: #000;--sapIndicationColor_7b: #6c32a9;--sapIndicationColor_7b_TextColor: #000;--sapIndicationColor_7b_Background: #fff;--sapIndicationColor_7b_BorderColor: #000;--sapIndicationColor_7b_Hover_Background: #ec8b46;--sapIndicationColor_8: #961d7c;--sapIndicationColor_8_Background: #fff;--sapIndicationColor_8_BorderColor: #000;--sapIndicationColor_8_TextColor: #000;--sapIndicationColor_8_Hover_Background: #ec8b46;--sapIndicationColor_8_Active_Background: #ec8b46;--sapIndicationColor_8_Active_BorderColor: #000;--sapIndicationColor_8_Active_TextColor: #000;--sapIndicationColor_8_Selected_Background: #8fb5ff;--sapIndicationColor_8_Selected_BorderColor: #000;--sapIndicationColor_8_Selected_TextColor: #000;--sapIndicationColor_8b: #961d7c;--sapIndicationColor_8b_TextColor: #000;--sapIndicationColor_8b_Background: #fff;--sapIndicationColor_8b_BorderColor: #000;--sapIndicationColor_8b_Hover_Background: #ec8b46;--sapIndicationColor_9: #fff;--sapIndicationColor_9_Background: #fff;--sapIndicationColor_9_BorderColor: #000;--sapIndicationColor_9_TextColor: #000;--sapIndicationColor_9_Hover_Background: #ec8b46;--sapIndicationColor_9_Active_Background: #ec8b46;--sapIndicationColor_9_Active_BorderColor: #000;--sapIndicationColor_9_Active_TextColor: #000;--sapIndicationColor_9_Selected_Background: #8fb5ff;--sapIndicationColor_9_Selected_BorderColor: #000;--sapIndicationColor_9_Selected_TextColor: #000;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #000;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #000;--sapIndicationColor_9b_Hover_Background: #ec8b46;--sapIndicationColor_10: #eaecee;--sapIndicationColor_10_Background: #fff;--sapIndicationColor_10_BorderColor: #000;--sapIndicationColor_10_TextColor: #000;--sapIndicationColor_10_Hover_Background: #ec8b46;--sapIndicationColor_10_Active_Background: #ec8b46;--sapIndicationColor_10_Active_BorderColor: #000;--sapIndicationColor_10_Active_TextColor: #000;--sapIndicationColor_10_Selected_Background: #8fb5ff;--sapIndicationColor_10_Selected_BorderColor: #000;--sapIndicationColor_10_Selected_TextColor: #000;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #000;--sapIndicationColor_10b_Background: #fff;--sapIndicationColor_10b_BorderColor: #000;--sapIndicationColor_10b_Hover_Background: #ec8b46;--sapLegend_WorkingBackground: #d9d9d9;--sapLegend_NonWorkingBackground: #b3b3b3;--sapLegend_CurrentDateTime: #961d7c;--sapLegendColor1: #5f5800;--sapLegendColor2: #5e4101;--sapLegendColor3: #973333;--sapLegendColor4: #463000;--sapLegendColor5: #961d7c;--sapLegendColor6: #004ccb;--sapLegendColor7: #105b5b;--sapLegendColor8: #26340b;--sapLegendColor9: #4a5964;--sapLegendColor10: #6c3d62;--sapLegendColor11: #383513;--sapLegendColor12: #734f00;--sapLegendColor13: #723e3e;--sapLegendColor14: #5f5642;--sapLegendColor15: #60535d;--sapLegendColor16: #465878;--sapLegendColor17: #435b5b;--sapLegendColor18: #4e5a36;--sapLegendColor19: #4e5869;--sapLegendColor20: #001b49;--sapLegendBackgroundColor1: #fff;--sapLegendBackgroundColor2: #fff;--sapLegendBackgroundColor3: #fff;--sapLegendBackgroundColor4: #fff;--sapLegendBackgroundColor5: #fff;--sapLegendBackgroundColor6: #fff;--sapLegendBackgroundColor7: #fff;--sapLegendBackgroundColor8: #fff;--sapLegendBackgroundColor9: #fff;--sapLegendBackgroundColor10: #fff;--sapLegendBackgroundColor11: #fff;--sapLegendBackgroundColor12: #fff;--sapLegendBackgroundColor13: #fff;--sapLegendBackgroundColor14: #fff;--sapLegendBackgroundColor15: #fff;--sapLegendBackgroundColor16: #fff;--sapLegendBackgroundColor17: #fff;--sapLegendBackgroundColor18: #fff;--sapLegendBackgroundColor19: #fff;--sapLegendBackgroundColor20: #fff;--sapChart_Background: #fff;--sapChart_ContrastTextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #888;--sapChart_LineColor_2: #000;--sapChart_LineColor_3: #000;--sapChart_Choropleth_Background: #b3b3b3;--sapChart_ChoroplethRegion_Background: #525252;--sapChart_ChoroplethRegion_BorderColor: #b3b3b3;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000;--sapChart_Data_Active_Background: #ec8b46;--sapChart_OrderedColor_1: #446e97;--sapChart_OrderedColor_2: #d74114;--sapChart_OrderedColor_3: #2d6f51;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #7d44cf;--sapChart_OrderedColor_6: #03778c;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #ae478d;--sapChart_OrderedColor_9: #667664;--sapChart_OrderedColor_10: #b75757;--sapChart_OrderedColor_11: #4b25e7;--sapChart_OrderedColor_12: #816246;--sapChart_Bad: #ab0000;--sapChart_Critical: #5c5c00;--sapChart_Good: #006362;--sapChart_Neutral: #525252;--sapChart_Sequence_1_Plus3: #6f97be;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_1_Plus2: #5a88b4;--sapChart_Sequence_1_Plus2_TextColor: #fff;--sapChart_Sequence_1_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_1_Plus1: #4c7ba9;--sapChart_Sequence_1_Plus1_TextColor: #fff;--sapChart_Sequence_1_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_1: #446e97;--sapChart_Sequence_1_TextColor: #fff;--sapChart_Sequence_1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_1_BorderColor: #446e97;--sapChart_Sequence_1_Minus1: #3c6185;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_1_Minus2: #345474;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_1_Minus3: #2c4862;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_1_Minus4: #243b51;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_1_Minus5: #1c2e3f;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_2_Plus3: #ee6c45;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_2_Plus2: #ec5d32;--sapChart_Sequence_2_Plus2_TextColor: #fff;--sapChart_Sequence_2_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_2_Plus1: #ea4b1b;--sapChart_Sequence_2_Plus1_TextColor: #fff;--sapChart_Sequence_2_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_2: #d74114;--sapChart_Sequence_2_TextColor: #fff;--sapChart_Sequence_2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_2_BorderColor: #d74114;--sapChart_Sequence_2_Minus1: #c03a12;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_2_Minus2: #9f300f;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_2_Minus3: #912c0d;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_2_Minus4: #7a250b;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_2_Minus5: #621e09;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_3_Plus3: #43a579;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_3_Plus2: #3c936b;--sapChart_Sequence_3_Plus2_TextColor: #fff;--sapChart_Sequence_3_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_3_Plus1: #34815e;--sapChart_Sequence_3_Plus1_TextColor: #fff;--sapChart_Sequence_3_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_3: #2d6f51;--sapChart_Sequence_3_TextColor: #fff;--sapChart_Sequence_3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_3_BorderColor: #2d6f51;--sapChart_Sequence_3_Minus1: #265d44;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_3_Minus2: #1e4b37;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_3_Minus3: #183c2c;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_3_Minus4: #132e21;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_3_Minus5: #0d1f17;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_4_Plus3: #f25ba6;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_4_Plus2: #ef3a94;--sapChart_Sequence_4_Plus2_TextColor: #fff;--sapChart_Sequence_4_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_4_Plus1: #ed2287;--sapChart_Sequence_4_Plus1_TextColor: #fff;--sapChart_Sequence_4_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_4_TextColor: #fff;--sapChart_Sequence_4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_4_BorderColor: #df1278;--sapChart_Sequence_4_Minus1: #c7106b;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_4_Minus2: #b00e5f;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_4_Minus3: #980c52;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_4_Minus4: #810a45;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_4_Minus5: #690839;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_5_Plus3: #a781df;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_5_Plus2: #996dd9;--sapChart_Sequence_5_Plus2_TextColor: #fff;--sapChart_Sequence_5_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_5_Plus1: #8b58d4;--sapChart_Sequence_5_Plus1_TextColor: #fff;--sapChart_Sequence_5_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_5: #7d44cf;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_5_BorderColor: #7d44cf;--sapChart_Sequence_5_Minus1: #6f33c7;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_5_Minus2: #642eb2;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_5_Minus3: #59299e;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_5_Minus4: #522592;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_5_Minus5: #492182;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_6_Plus3: #04a1be;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_6_Plus2: #0495af;--sapChart_Sequence_6_Plus2_TextColor: #fff;--sapChart_Sequence_6_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_6_Plus1: #0388a0;--sapChart_Sequence_6_Plus1_TextColor: #fff;--sapChart_Sequence_6_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_6: #03778c;--sapChart_Sequence_6_TextColor: #fff;--sapChart_Sequence_6_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_6_BorderColor: #03778c;--sapChart_Sequence_6_Minus1: #036678;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_6_Minus2: #025564;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_6_Minus3: #024450;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_6_Minus4: #01333c;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_6_Minus5: #012228;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_7_Plus3: #3a95ff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_7_Plus2: #268aff;--sapChart_Sequence_7_Plus2_TextColor: #fff;--sapChart_Sequence_7_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_7_Plus1: #0d7dff;--sapChart_Sequence_7_Plus1_TextColor: #fff;--sapChart_Sequence_7_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0062d3;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_7_Minus2: #0054b5;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_7_Minus3: #00418c;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_7_Minus4: #00244f;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_7_Minus5: #001b3a;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_8_Plus3: #c879af;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_8_Plus2: #c167a4;--sapChart_Sequence_8_Plus2_TextColor: #fff;--sapChart_Sequence_8_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_8_Plus1: #ba5599;--sapChart_Sequence_8_Plus1_TextColor: #fff;--sapChart_Sequence_8_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_8: #ae478d;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_8_BorderColor: #ae478d;--sapChart_Sequence_8_Minus1: #9c407e;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_8_Minus2: #8a3870;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_8_Minus3: #783161;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_8_Minus4: #662952;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_8_Minus5: #532244;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_9_Plus3: #879785;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_9_Plus2: #7c8e7a;--sapChart_Sequence_9_Plus2_TextColor: #fff;--sapChart_Sequence_9_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_9_Plus1: #70816d;--sapChart_Sequence_9_Plus1_TextColor: #fff;--sapChart_Sequence_9_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_9: #667664;--sapChart_Sequence_9_TextColor: #fff;--sapChart_Sequence_9_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_9_BorderColor: #667664;--sapChart_Sequence_9_Minus1: #5c6b5b;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_9_Minus2: #536051;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_9_Minus3: #495548;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_9_Minus4: #404a3f;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_9_Minus5: #363f35;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_10_Plus3: #c98282;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_10_Plus2: #c57777;--sapChart_Sequence_10_Plus2_TextColor: #fff;--sapChart_Sequence_10_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_10_Plus1: #bd6565;--sapChart_Sequence_10_Plus1_TextColor: #fff;--sapChart_Sequence_10_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_10: #b75757;--sapChart_Sequence_10_TextColor: #fff;--sapChart_Sequence_10_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_10_BorderColor: #b75757;--sapChart_Sequence_10_Minus1: #af4b4b;--sapChart_Sequence_10_Minus1_TextColor: #fff;--sapChart_Sequence_10_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_10_Minus2: #a04545;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_10_Minus3: #923f3f;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_10_Minus4: #843939;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_10_Minus5: #763232;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_11_Plus3: #967dff;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_11_Plus2: #7e5fff;--sapChart_Sequence_11_Plus2_TextColor: #fff;--sapChart_Sequence_11_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_11_Plus1: #5d36ff;--sapChart_Sequence_11_Plus1_TextColor: #fff;--sapChart_Sequence_11_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_11: #4b25e7;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_11_BorderColor: #4b25e7;--sapChart_Sequence_11_Minus1: #3a17cd;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_11_Minus2: #3012a8;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_11_Minus3: #250e83;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_11_Minus4: #1d0b68;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_11_Minus5: #10063a;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_12_Plus3: #b08d6e;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_12_Plus2: #9f7956;--sapChart_Sequence_12_Plus2_TextColor: #fff;--sapChart_Sequence_12_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_12_Plus1: #926f4f;--sapChart_Sequence_12_Plus1_TextColor: #fff;--sapChart_Sequence_12_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_12: #816246;--sapChart_Sequence_12_TextColor: #fff;--sapChart_Sequence_12_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_12_BorderColor: #816246;--sapChart_Sequence_12_Minus1: #74583f;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_12_Minus2: #674e38;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_12_Minus3: #594430;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_12_Minus4: #4c3a29;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_12_Minus5: #3f3022;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Bad_Plus3: #ff5454;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Bad_Plus2: #ff2626;--sapChart_Sequence_Bad_Plus2_TextColor: #fff;--sapChart_Sequence_Bad_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Bad_Plus1: #e80000;--sapChart_Sequence_Bad_Plus1_TextColor: #fff;--sapChart_Sequence_Bad_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Bad: #ab0000;--sapChart_Sequence_Bad_TextColor: #fff;--sapChart_Sequence_Bad_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Bad_BorderColor: #ab0000;--sapChart_Sequence_Bad_Minus1: #970000;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Bad_Minus2: #820000;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Bad_Minus3: #6e0000;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Bad_Minus4: #590000;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Bad_Minus5: #000;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Critical_Plus3: #990;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Critical_Plus2: #858500;--sapChart_Sequence_Critical_Plus2_TextColor: #fff;--sapChart_Sequence_Critical_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Critical_Plus1: #707000;--sapChart_Sequence_Critical_Plus1_TextColor: #fff;--sapChart_Sequence_Critical_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Critical: #5c5c00;--sapChart_Sequence_Critical_TextColor: #fff;--sapChart_Sequence_Critical_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Critical_BorderColor: #5c5c00;--sapChart_Sequence_Critical_Minus1: #525200;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Critical_Minus2: #484800;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Critical_Minus3: #3d3d00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Critical_Minus4: #330;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Critical_Minus5: #242400;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Good_Plus3: #00a5a4;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Good_Plus2: #00918f;--sapChart_Sequence_Good_Plus2_TextColor: #fff;--sapChart_Sequence_Good_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Good_Plus1: #007776;--sapChart_Sequence_Good_Plus1_TextColor: #fff;--sapChart_Sequence_Good_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Good: #006362;--sapChart_Sequence_Good_TextColor: #fff;--sapChart_Sequence_Good_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Good_BorderColor: #006362;--sapChart_Sequence_Good_Minus1: #005453;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Good_Minus2: #044;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Good_Minus3: #003535;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Good_Minus4: #002625;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Good_Minus5: #001c1b;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Neutral_Plus3: #8d8d8d;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Neutral_Plus2: #7b7b7b;--sapChart_Sequence_Neutral_Plus2_TextColor: #fff;--sapChart_Sequence_Neutral_Plus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Neutral_Plus1: #666;--sapChart_Sequence_Neutral_Plus1_TextColor: #fff;--sapChart_Sequence_Neutral_Plus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Neutral: #525252;--sapChart_Sequence_Neutral_TextColor: #fff;--sapChart_Sequence_Neutral_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Neutral_BorderColor: #525252;--sapChart_Sequence_Neutral_Minus1: #3e3e3e;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Neutral_Minus2: #2e2e2e;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Neutral_Minus3: #242424;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Neutral_Minus4: #1a1a1a;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapChart_Sequence_Neutral_Minus5: #000;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapSapThemeId: sap_fiori_3_hcw;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px\n}";
|
|
4
|
-
|
|
5
|
-
exports.default = parametersBundle_css;
|
|
6
|
-
|
|
7
|
-
}));
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
sap.ui.define(['exports'], (function (exports) { 'use strict';
|
|
2
|
-
|
|
3
|
-
var parametersBundle_css = ":root {--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"LightColorScheme\"],\"FallbackThemeId\": \"sap_fiori_3\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"15.0.8\"},\"Version\":{\"Build\": \"11.29.3.20250417070835\",\"Source\": \"11.29.3\"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #131e29;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapHighlightTextColor: #fff;--sapTitleColor: #131e29;--sapNegativeColor: #aa0808;--sapCriticalColor: #e76500;--sapPositiveColor: #256f3a;--sapInformativeColor: #0070f2;--sapNeutralColor: #788fa6;--sapNegativeElementColor: #f53232;--sapCriticalElementColor: #e76500;--sapPositiveElementColor: #30914c;--sapInformativeElementColor: #0070f2;--sapNeutralElementColor: #788fa6;--sapNegativeTextColor: #aa0808;--sapCriticalTextColor: #b44f00;--sapPositiveTextColor: #256f3a;--sapInformativeTextColor: #0064d9;--sapNeutralTextColor: #131e29;--sapErrorColor: #aa0808;--sapWarningColor: #e76500;--sapSuccessColor: #256f3a;--sapInformationColor: #0070f2;--sapErrorBackground: #ffeaf4;--sapWarningBackground: #fff8d6;--sapSuccessBackground: #f5fae5;--sapInformationBackground: #e1f4ff;--sapNeutralBackground: #eff1f2;--sapErrorBorderColor: #e90b0b;--sapWarningBorderColor: #dd6100;--sapSuccessBorderColor: #30914c;--sapInformationBorderColor: #0070f2;--sapNeutralBorderColor: #788fa6;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #131e29;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #758ca4;--sapContent_MarkerIconColor: #5d36ff;--sapContent_MarkerTextColor: #046c7a;--sapContent_MeasureIndicatorColor: #556b81;--sapContent_Selected_MeasureIndicatorColor: #0064d9;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #eaecee;--sapContent_ImagePlaceholderForegroundColor: #5b738b;--sapContent_RatedColor: #d27700;--sapContent_UnratedColor: #758ca4;--sapContent_BusyColor: #0064d9;--sapContent_FocusColor: #0032a5;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #223548;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(120,143,166,.3);--sapContent_SearchHighlightColor: #dafdf5;--sapContent_HelpColor: #188918;--sapContent_LabelColor: #556b82;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: rgba(19,30,41,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #131e29;--sapContent_BadgeBackground: #aa0808;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #0064d9;--sapContent_Selected_TextColor: #0064d9;--sapContent_Selected_Background: #fff;--sapContent_Selected_Hover_Background: #e3f0ff;--sapContent_Selected_ForegroundColor: #0064d9;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: None;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #30914c;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #dd6100;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #e90b0b;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #0070f2;--sapFontLightFamily: \"72-Light\", \"72-Lightfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBoldFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: \"72-Semibold\", \"72-Semiboldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBlackFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0064d9;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0064d9;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #0064d9;--sapLink_InvertedColor: #a6cfff;--sapLink_SubtleColor: #131e29;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #131e29;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #131e29;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #131e29;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #fff;--sapShell_Active_Background: #fff;--sapShell_Active_TextColor: #0070f2;--sapShell_Selected_Background: #fff;--sapShell_Selected_TextColor: #0070f2;--sapShell_Selected_Hover_Background: #fff;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #fff;--sapShell_Navigation_SelectedColor: #0064d9;--sapShell_Navigation_Selected_TextColor: #0064d9;--sapShell_Navigation_TextColor: #131e29;--sapShell_Navigation_Active_TextColor: #0064d9;--sapShell_Navigation_Active_Background: #fff;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(34,53,72,.15), inset 0 -.0625rem 0 0 rgba(34,53,72,.2);--sapShell_NegativeColor: #aa0808;--sapShell_CriticalColor: #b44f00;--sapShell_PositiveColor: #256f3a;--sapShell_InformativeColor: #0064d9;--sapShell_NeutralColor: #131e29;--sapShell_Assistant_ForegroundColor: #5d36ff;--sapShell_SubBrand_TextColor: #003e87;--sapShell_Category_1_Background: #0057d2;--sapShell_Category_1_BorderColor: #0057d2;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #df1278;--sapShell_Category_2_BorderColor: #df1278;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #e76500;--sapShell_Category_3_BorderColor: #e76500;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #7800a4;--sapShell_Category_4_BorderColor: #7800a4;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #aa2608;--sapShell_Category_5_BorderColor: #aa2608;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #07838f;--sapShell_Category_6_BorderColor: #07838f;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #f31ded;--sapShell_Category_7_BorderColor: #f31ded;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #188918;--sapShell_Category_8_BorderColor: #188918;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #002a86;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #5b738b;--sapShell_Category_10_BorderColor: #5b738b;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #d20a0a;--sapShell_Category_11_BorderColor: #d20a0a;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #7858ff;--sapShell_Category_12_BorderColor: #7858ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #a00875;--sapShell_Category_13_BorderColor: #a00875;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #14565b;--sapShell_Category_14_BorderColor: #14565b;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #223548;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #1e592f;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #131e29;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #131e29;--sapAvatar_1_Background: #fff3b8;--sapAvatar_1_BorderColor: #fff3b8;--sapAvatar_1_TextColor: #a45d00;--sapAvatar_1_Hover_Background: #fff3b8;--sapAvatar_2_Background: #ffd0e7;--sapAvatar_2_BorderColor: #ffd0e7;--sapAvatar_2_TextColor: #aa0808;--sapAvatar_2_Hover_Background: #ffd0e7;--sapAvatar_3_Background: #ffdbe7;--sapAvatar_3_BorderColor: #ffdbe7;--sapAvatar_3_TextColor: #ba066c;--sapAvatar_3_Hover_Background: #ffdbe7;--sapAvatar_4_Background: #ffdcf3;--sapAvatar_4_BorderColor: #ffdcf3;--sapAvatar_4_TextColor: #a100c2;--sapAvatar_4_Hover_Background: #ffdcf3;--sapAvatar_5_Background: #ded3ff;--sapAvatar_5_BorderColor: #ded3ff;--sapAvatar_5_TextColor: #552cff;--sapAvatar_5_Hover_Background: #ded3ff;--sapAvatar_6_Background: #d1efff;--sapAvatar_6_BorderColor: #d1efff;--sapAvatar_6_TextColor: #0057d2;--sapAvatar_6_Hover_Background: #d1efff;--sapAvatar_7_Background: #c2fcee;--sapAvatar_7_BorderColor: #c2fcee;--sapAvatar_7_TextColor: #046c7a;--sapAvatar_7_Hover_Background: #c2fcee;--sapAvatar_8_Background: #ebf5cb;--sapAvatar_8_BorderColor: #ebf5cb;--sapAvatar_8_TextColor: #256f3a;--sapAvatar_8_Hover_Background: #ebf5cb;--sapAvatar_9_Background: #ddccf0;--sapAvatar_9_BorderColor: #ddccf0;--sapAvatar_9_TextColor: #6c32a9;--sapAvatar_9_Hover_Background: #ddccf0;--sapAvatar_10_Background: #eaecee;--sapAvatar_10_BorderColor: #eaecee;--sapAvatar_10_TextColor: #556b82;--sapAvatar_10_Hover_Background: #eaecee;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(85,107,129,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #bcc3ca;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #0064d9;--sapButton_FontFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #eaecee;--sapButton_Hover_BorderColor: #bcc3ca;--sapButton_Hover_TextColor: #0064d9;--sapButton_IconColor: #0064d9;--sapButton_Active_Background: #fff;--sapButton_Active_BorderColor: #0064d9;--sapButton_Active_TextColor: #0064d9;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #fff;--sapButton_Emphasized_Active_BorderColor: #0064d9;--sapButton_Emphasized_Active_TextColor: #0064d9;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #ffd6e9;--sapButton_Reject_BorderColor: #ffc2de;--sapButton_Reject_TextColor: #aa0808;--sapButton_Reject_Hover_Background: #ffbddb;--sapButton_Reject_Hover_BorderColor: #ffbddb;--sapButton_Reject_Hover_TextColor: #aa0808;--sapButton_Reject_Active_Background: #fff;--sapButton_Reject_Active_BorderColor: #e90b0b;--sapButton_Reject_Active_TextColor: #aa0808;--sapButton_Reject_Selected_Background: #fff;--sapButton_Reject_Selected_BorderColor: #e90b0b;--sapButton_Reject_Selected_TextColor: #aa0808;--sapButton_Reject_Selected_Hover_Background: #ffbddb;--sapButton_Reject_Selected_Hover_BorderColor: #e90b0b;--sapButton_Accept_Background: #ebf5cb;--sapButton_Accept_BorderColor: #dbeda0;--sapButton_Accept_TextColor: #256f3a;--sapButton_Accept_Hover_Background: #e3f1b6;--sapButton_Accept_Hover_BorderColor: #e3f1b6;--sapButton_Accept_Hover_TextColor: #256f3a;--sapButton_Accept_Active_Background: #fff;--sapButton_Accept_Active_BorderColor: #30914c;--sapButton_Accept_Active_TextColor: #256f3a;--sapButton_Accept_Selected_Background: #fff;--sapButton_Accept_Selected_BorderColor: #30914c;--sapButton_Accept_Selected_TextColor: #256f3a;--sapButton_Accept_Selected_Hover_Background: #e3f1b6;--sapButton_Accept_Selected_Hover_BorderColor: #30914c;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0064d9;--sapButton_Lite_Hover_Background: #eaecee;--sapButton_Lite_Hover_BorderColor: #bcc3ca;--sapButton_Lite_Hover_TextColor: #0064d9;--sapButton_Lite_Active_Background: #fff;--sapButton_Lite_Active_BorderColor: #0064d9;--sapButton_Selected_Background: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--sapButton_Selected_Hover_BorderColor: #0064d9;--sapButton_Attention_Background: #fff3b7;--sapButton_Attention_BorderColor: #ffeb84;--sapButton_Attention_TextColor: #b44f00;--sapButton_Attention_Hover_Background: #ffef9e;--sapButton_Attention_Hover_BorderColor: #ffef9e;--sapButton_Attention_Hover_TextColor: #b44f00;--sapButton_Attention_Active_Background: #fff;--sapButton_Attention_Active_BorderColor: #dd6100;--sapButton_Attention_Active_TextColor: #b44f00;--sapButton_Attention_Selected_Background: #fff;--sapButton_Attention_Selected_BorderColor: #dd6100;--sapButton_Attention_Selected_TextColor: #b44f00;--sapButton_Attention_Selected_Hover_Background: #ffef9e;--sapButton_Attention_Selected_Hover_BorderColor: #dd6100;--sapButton_Negative_Background: #f53232;--sapButton_Negative_BorderColor: #f53232;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #e90b0b;--sapButton_Negative_Hover_BorderColor: #e90b0b;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #fff;--sapButton_Negative_Active_BorderColor: #f53232;--sapButton_Negative_Active_TextColor: #aa0808;--sapButton_Critical_Background: #e76500;--sapButton_Critical_BorderColor: #e76500;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #dd6100;--sapButton_Critical_Hover_BorderColor: #dd6100;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #fff;--sapButton_Critical_Active_BorderColor: #dd6100;--sapButton_Critical_Active_TextColor: #b44f00;--sapButton_Success_Background: #30914c;--sapButton_Success_BorderColor: #30914c;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #2c8646;--sapButton_Success_Hover_BorderColor: #2c8646;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #fff;--sapButton_Success_Active_BorderColor: #30914c;--sapButton_Success_Active_TextColor: #256f3a;--sapButton_Information_Background: #e8f3ff;--sapButton_Information_BorderColor: #b5d8ff;--sapButton_Information_TextColor: #0064d9;--sapButton_Information_Hover_Background: #d4e8ff;--sapButton_Information_Hover_BorderColor: #b5d8ff;--sapButton_Information_Hover_TextColor: #0064d9;--sapButton_Information_Active_Background: #fff;--sapButton_Information_Active_BorderColor: #0064d9;--sapButton_Information_Active_TextColor: #0064d9;--sapButton_Neutral_Background: #e8f3ff;--sapButton_Neutral_BorderColor: #b5d8ff;--sapButton_Neutral_TextColor: #0064d9;--sapButton_Neutral_Hover_Background: #d4e8ff;--sapButton_Neutral_Hover_BorderColor: #b5d8ff;--sapButton_Neutral_Hover_TextColor: #0064d9;--sapButton_Neutral_Active_Background: #fff;--sapButton_Neutral_Active_BorderColor: #0064d9;--sapButton_Neutral_Active_TextColor: #0064d9;--sapButton_Track_Background: #788fa6;--sapButton_Track_BorderColor: #788fa6;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #637d97;--sapButton_Track_Hover_BorderColor: #637d97;--sapButton_Track_Selected_Background: #0064d9;--sapButton_Track_Selected_BorderColor: #0064d9;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #0058c0;--sapButton_Track_Selected_Hover_BorderColor: #0058c0;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #131e29;--sapButton_Handle_Hover_Background: #fff;--sapButton_Handle_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.5);--sapButton_Track_Negative_Background: #f53232;--sapButton_Track_Negative_BorderColor: #f53232;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #e90b0b;--sapButton_Track_Negative_Hover_BorderColor: #e90b0b;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #fff;--sapButton_Handle_Negative_TextColor: #aa0808;--sapButton_Handle_Negative_Hover_Background: #fff;--sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Track_Positive_Background: #30914c;--sapButton_Track_Positive_BorderColor: #30914c;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #2c8646;--sapButton_Track_Positive_Hover_BorderColor: #2c8646;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #fff;--sapButton_Handle_Positive_TextColor: #256f3a;--sapButton_Handle_Positive_Hover_Background: #fff;--sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #bcc3ca;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .125rem;--sapButton_ReadOnly_TokenBackground: #fff;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #fff;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;--sapField_TextColor: #131e29;--sapField_PlaceholderTextColor: #556b82;--sapField_BorderColor: #556b81;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #0064d9, #0064d9) border-box;--sapField_Hover_BorderColor: #0064d9;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Active_BorderColor: #0064d9;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #0032a5;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #eaecee;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #556b81;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #eaecee;--sapField_RequiredColor: #ba066c;--sapField_InvalidColor: #e90b0b;--sapField_InvalidBackground: #ffeaf4;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e90b0b, #e90b0b) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_WarningColor: #dd6100;--sapField_WarningBackground: #fff8d6;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #dd6100, #dd6100) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_SuccessColor: #30914c;--sapField_SuccessBackground: #f5fae5;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_InformationColor: #0070f2;--sapField_InformationBackground: #e1f4ff;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Selector_Hover_Background: #e3f0ff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #556b81;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #a8b2bd;--sapGroup_TitleTextColor: #131e29;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #a8b2bd;--sapList_HeaderTextColor: #131e29;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #131e29;--sapList_Active_TextColor: #131e29;--sapList_Active_Background: #dee2e5;--sapList_SelectionBackgroundColor: #ebf8ff;--sapList_SelectionBorderColor: #0064d9;--sapList_Hover_SelectionBackground: #dcf3ff;--sapList_Background: #fff;--sapList_Hover_Background: #eaecee;--sapList_AlternatingBackground: #f5f6f7;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #a8b2bd;--sapList_GroupHeaderTextColor: #131e29;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #131e29;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #131e29;--sapList_TableFooterBorder: #a8b2bd;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #ff8ec4;--sapMessage_WarningBorderColor: #ffe770;--sapMessage_SuccessBorderColor: #cee67e;--sapMessage_InformationBorderColor: #7bcfff;--sapMessage_Button_Hover_Background: rgba(234,236,238,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #d5dadd;--sapProgress_BorderColor: #d5dadd;--sapProgress_TextColor: #131e29;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #131e29;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #131e29;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #131e29;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #131e29;--sapProgress_Value_Background: #617b94;--sapProgress_Value_BorderColor: #617b94;--sapProgress_Value_TextColor: #788fa6;--sapProgress_Value_NegativeBackground: #f53232;--sapProgress_Value_NegativeBorderColor: #f53232;--sapProgress_Value_NegativeTextColor: #f53232;--sapProgress_Value_CriticalBackground: #e76500;--sapProgress_Value_CriticalBorderColor: #e76500;--sapProgress_Value_CriticalTextColor: #e76500;--sapProgress_Value_PositiveBackground: #30914c;--sapProgress_Value_PositiveBorderColor: #30914c;--sapProgress_Value_PositiveTextColor: #30914c;--sapProgress_Value_InformationBackground: #0070f2;--sapProgress_Value_InformationBorderColor: #0070f2;--sapProgress_Value_InformationTextColor: #0070f2;--sapScrollBar_FaceColor: #7b91a8;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #7b91a8;--sapScrollBar_SymbolColor: #0064d9;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #5b728b;--sapSlider_Background: #d5dadd;--sapSlider_BorderColor: #d5dadd;--sapSlider_Selected_Background: #0064d9;--sapSlider_Selected_BorderColor: #0064d9;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #b0d5ff;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--sapSlider_Active_HandleBackground: #fff;--sapSlider_Active_HandleBorderColor: #0064d9;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #131e29;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #131e29;--sapInfobar_Background: #c2fcee;--sapInfobar_Hover_Background: #fff;--sapInfobar_Active_Background: #fff;--sapInfobar_NonInteractive_Background: #f5f6f7;--sapInfobar_TextColor: #046c7a;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #eaecee;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #131e29;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #556b82;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #131e29;--sapTab_ForegroundColor: #0064d9;--sapTab_IconColor: #0064d9;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0064d9;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0064d9;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #256f3a;--sapTab_Positive_ForegroundColor: #30914c;--sapTab_Positive_IconColor: #30914c;--sapTab_Positive_Selected_TextColor: #256f3a;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #30914c;--sapTab_Negative_TextColor: #aa0808;--sapTab_Negative_ForegroundColor: #f53232;--sapTab_Negative_IconColor: #f53232;--sapTab_Negative_Selected_TextColor: #aa0808;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #f53232;--sapTab_Critical_TextColor: #b44f00;--sapTab_Critical_ForegroundColor: #e76500;--sapTab_Critical_IconColor: #e76500;--sapTab_Critical_Selected_TextColor: #b44f00;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #e76500;--sapTab_Neutral_TextColor: #131e29;--sapTab_Neutral_ForegroundColor: #788fa6;--sapTab_Neutral_IconColor: #788fa6;--sapTab_Neutral_Selected_TextColor: #131e29;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #788fa6;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #131e29;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #131e29;--sapTile_Hover_ContentBackground: #fff;--sapTile_Active_ContentBackground: #fff;--sapAccentColor1: #d27700;--sapAccentColor2: #aa0808;--sapAccentColor3: #ba066c;--sapAccentColor4: #a100c2;--sapAccentColor5: #5d36ff;--sapAccentColor6: #0057d2;--sapAccentColor7: #046c7a;--sapAccentColor8: #256f3a;--sapAccentColor9: #6c32a9;--sapAccentColor10: #5b738b;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #ffdbe7;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #ddccf0;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #840606;--sapIndicationColor_1_Background: #840606;--sapIndicationColor_1_BorderColor: #840606;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6c0505;--sapIndicationColor_1_Active_Background: #fff;--sapIndicationColor_1_Active_BorderColor: #fb9d9d;--sapIndicationColor_1_Active_TextColor: #840606;--sapIndicationColor_1_Selected_Background: #fff;--sapIndicationColor_1_Selected_BorderColor: #fb9d9d;--sapIndicationColor_1_Selected_TextColor: #840606;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_TextColor: #830707;--sapIndicationColor_1b_Background: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #aa0808;--sapIndicationColor_2_Background: #aa0808;--sapIndicationColor_2_BorderColor: #aa0808;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #920707;--sapIndicationColor_2_Active_Background: #fff;--sapIndicationColor_2_Active_BorderColor: #fcc4c4;--sapIndicationColor_2_Active_TextColor: #aa0808;--sapIndicationColor_2_Selected_Background: #fff;--sapIndicationColor_2_Selected_BorderColor: #fcc4c4;--sapIndicationColor_2_Selected_TextColor: #aa0808;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_TextColor: #a90909;--sapIndicationColor_2b_Background: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #b95100;--sapIndicationColor_3_Background: #e76500;--sapIndicationColor_3_BorderColor: #e76500;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d85e00;--sapIndicationColor_3_Active_Background: #fff;--sapIndicationColor_3_Active_BorderColor: #ffdfc3;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #ffdfc3;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--sapIndicationColor_4: #256f3a;--sapIndicationColor_4_Background: #256f3a;--sapIndicationColor_4_BorderColor: #256f3a;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #1f5c30;--sapIndicationColor_4_Active_Background: #fff;--sapIndicationColor_4_Active_BorderColor: #bae8bc;--sapIndicationColor_4_Active_TextColor: #256f3a;--sapIndicationColor_4_Selected_Background: #fff;--sapIndicationColor_4_Selected_BorderColor: #bae8bc;--sapIndicationColor_4_Selected_TextColor: #256f3a;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_TextColor: #256f28;--sapIndicationColor_4b_Background: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0070f2;--sapIndicationColor_5_Background: #0070f2;--sapIndicationColor_5_BorderColor: #0070f2;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0064d9;--sapIndicationColor_5_Active_Background: #fff;--sapIndicationColor_5_Active_BorderColor: #d9ebff;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d9ebff;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--sapIndicationColor_6: #046c7a;--sapIndicationColor_6_Background: #046c7a;--sapIndicationColor_6_BorderColor: #046c7a;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #035661;--sapIndicationColor_6_Active_Background: #fff;--sapIndicationColor_6_Active_BorderColor: #cdf5ec;--sapIndicationColor_6_Active_TextColor: #046c7a;--sapIndicationColor_6_Selected_Background: #fff;--sapIndicationColor_6_Selected_BorderColor: #cdf5ec;--sapIndicationColor_6_Selected_TextColor: #046c7a;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_TextColor: #156b58;--sapIndicationColor_6b_Background: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #5d36ff;--sapIndicationColor_7_Background: #5d36ff;--sapIndicationColor_7_BorderColor: #5d36ff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #481cff;--sapIndicationColor_7_Active_Background: #fff;--sapIndicationColor_7_Active_BorderColor: #e2dbff;--sapIndicationColor_7_Active_TextColor: #5d36ff;--sapIndicationColor_7_Selected_Background: #fff;--sapIndicationColor_7_Selected_BorderColor: #e2dbff;--sapIndicationColor_7_Selected_TextColor: #5d36ff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #a100c2;--sapIndicationColor_8_Background: #a100c2;--sapIndicationColor_8_BorderColor: #a100c2;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #8c00a9;--sapIndicationColor_8_Active_Background: #fff;--sapIndicationColor_8_Active_BorderColor: #f8d6ff;--sapIndicationColor_8_Active_TextColor: #a100c2;--sapIndicationColor_8_Selected_Background: #fff;--sapIndicationColor_8_Selected_BorderColor: #f8d6ff;--sapIndicationColor_8_Selected_TextColor: #a100c2;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_TextColor: #a100c2;--sapIndicationColor_8b_Background: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #d9d9d9;--sapIndicationColor_9_Active_TextColor: #1d2d3e;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #d9d9d9;--sapIndicationColor_9_Selected_TextColor: #1d2d3e;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #83888b;--sapIndicationColor_10_BorderColor: #83888b;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #767b7e;--sapIndicationColor_10_Active_Background: #fff;--sapIndicationColor_10_Active_BorderColor: #eaecee;--sapIndicationColor_10_Active_TextColor: #45484a;--sapIndicationColor_10_Selected_Background: #fff;--sapIndicationColor_10_Selected_BorderColor: #eaecee;--sapIndicationColor_10_Selected_TextColor: #45484a;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #464646;--sapIndicationColor_10b_Background: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fff;--sapLegend_NonWorkingBackground: #ebebeb;--sapLegend_CurrentDateTime: #a100c2;--sapLegendColor1: #c35500;--sapLegendColor2: #d23a0a;--sapLegendColor3: #df1278;--sapLegendColor4: #840606;--sapLegendColor5: #cc00dc;--sapLegendColor6: #0057d2;--sapLegendColor7: #07838f;--sapLegendColor8: #188918;--sapLegendColor9: #5b738b;--sapLegendColor10: #7800a4;--sapLegendColor11: #a93e00;--sapLegendColor12: #aa2608;--sapLegendColor13: #ba066c;--sapLegendColor14: #8d2a00;--sapLegendColor15: #4e247a;--sapLegendColor16: #002a86;--sapLegendColor17: #035663;--sapLegendColor18: #1e592f;--sapLegendColor19: #1a4796;--sapLegendColor20: #470ced;--sapLegendBackgroundColor1: #ffef9f;--sapLegendBackgroundColor2: #feeae1;--sapLegendBackgroundColor3: #fbf6f8;--sapLegendBackgroundColor4: #fbebeb;--sapLegendBackgroundColor5: #ffe5fe;--sapLegendBackgroundColor6: #d1efff;--sapLegendBackgroundColor7: #c2fcee;--sapLegendBackgroundColor8: #f5fae5;--sapLegendBackgroundColor9: #f5f6f7;--sapLegendBackgroundColor10: #fff0fa;--sapLegendBackgroundColor11: #fff8d6;--sapLegendBackgroundColor12: #fff6f6;--sapLegendBackgroundColor13: #f7ebef;--sapLegendBackgroundColor14: #f1ecd5;--sapLegendBackgroundColor15: #f0e7f8;--sapLegendBackgroundColor16: #ebf8ff;--sapLegendBackgroundColor17: #dafdf5;--sapLegendBackgroundColor18: #ebf5cb;--sapLegendBackgroundColor19: #fafdff;--sapLegendBackgroundColor20: #eceeff;--sapChart_Background: #fff;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e6eb;--sapChart_LineColor_2: #768da4;--sapChart_LineColor_3: #000001;--sapChart_Choropleth_Background: #edf0f3;--sapChart_ChoroplethRegion_Background: #758ca4;--sapChart_ChoroplethRegion_BorderColor: #edf0f3;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000001;--sapChart_Data_Active_Background: #dee2e5;--sapChart_OrderedColor_1: #168eff;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f53232;--sapChart_Critical: #e26300;--sapChart_Good: #30914c;--sapChart_Neutral: #758ca4;--sapChart_Sequence_1_Plus3: #96ccff;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #3b9ffe;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #3fa2ff;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #168eff;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #168eff;--sapChart_Sequence_1_Minus1: #077cea;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus2: #077cea;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus3: #06559e;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus4: #054887;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus5: #043b6e;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Plus3: #efbf72;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #eaaa44;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #e29419;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #9f6200;--sapChart_Sequence_2_Minus1: #9f6200;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus2: #7c4c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus3: #623c00;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus4: #623c00;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus5: #2f1d00;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Plus3: #b9d369;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #a6c742;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #8fad33;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #587208;--sapChart_Sequence_3_Minus1: #587208;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus2: #3e5106;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus3: #2c3904;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus4: #212b03;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus5: #161c02;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Plus3: #f473b3;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f14d9e;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #ee278a;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_4_TextColor: #fff;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_BorderColor: #df1278;--sapChart_Sequence_4_Minus1: #b90f64;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus2: #930c4f;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus3: #770a40;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus4: #51072c;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus5: #3a051f;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Plus3: #d5bcf0;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b994e0;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a679d8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7236b5;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus2: #5e2c96;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus3: #522682;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus4: #46216f;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus5: #341358;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Plus3: #64ede9;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2ee0da;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #05c7c1;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #05c7c1;--sapChart_Sequence_6_Minus1: #02837f;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus5: #002322;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1c85ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0062d3;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus2: #0054b5;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus3: #00418c;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus4: #00244f;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus5: #001b3a;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Plus3: #f462ff;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f034ff;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #ed0bff;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_BorderColor: #cc00dc;--sapChart_Sequence_8_Minus1: #a600b3;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus2: #80008a;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus3: #6d0076;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus4: #56005d;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus5: #350039;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Plus3: #bdc6bc;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #b5bfb4;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #97a695;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #798c77;--sapChart_Sequence_9_Minus1: #667664;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus2: #536051;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus3: #404a3f;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus4: #2d342c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus5: #1e231e;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Plus3: #f1c6c6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #eaadad;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #e28d8d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #b75757;--sapChart_Sequence_10_Minus1: #b75757;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #9d4343;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus3: #803737;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus4: #672c2c;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus5: #562424;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Plus3: #c0b0ff;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #9b83ff;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #8669ff;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_BorderColor: #5d36ff;--sapChart_Sequence_11_Minus1: #4b25e7;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus2: #3a17cd;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus3: #2f13a8;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus4: #250f83;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus5: #2f13a8;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Plus3: #e4ddcf;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #dacebb;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus3: #5e4e33;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus4: #433825;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus5: #30271a;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Plus3: #fdcece;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #fa9d9d;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f86c6c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f53232;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f53232;--sapChart_Sequence_Bad_Minus1: #d00a0a;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus2: #a90808;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus3: #830606;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus4: #570404;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus5: #320000;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Plus3: #ffb881;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff933f;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff760c;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #e26300;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #e26300;--sapChart_Sequence_Critical_Minus1: #c35600;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus2: #aa4a00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus3: #903f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus5: #492000;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Plus3: #88d79f;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #56c776;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #3ab05c;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #287a40;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus2: #226736;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus3: #1c542c;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus4: #13391e;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus5: #0a1e10;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Plus3: #edf0f3;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #c2ccd7;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9aabbc;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #758ca4;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #758ca4;--sapChart_Sequence_Neutral_Minus1: #5b728b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus2: #495e74;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus3: #364a5f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus4: #233649;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus5: #1a2633;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #223548;--sapSapThemeId: sap_horizon;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px\n}";
|
|
4
|
-
|
|
5
|
-
exports.default = parametersBundle_css;
|
|
6
|
-
|
|
7
|
-
}));
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
sap.ui.define(['exports'], (function (exports) { 'use strict';
|
|
2
|
-
|
|
3
|
-
var parametersBundle_css = ":root {--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_dark.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_horizon\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"DarkColorScheme\"],\"FallbackThemeId\": \"sap_fiori_3_dark\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"15.0.8\"},\"Version\":{\"Build\": \"11.29.3.20250417070835\",\"Source\": \"11.29.3\"}};--sapBrandColor: #0070f2;--sapHighlightColor: #4db1ff;--sapBaseColor: #1d232a;--sapShellColor: #1d232a;--sapBackgroundColor: #12171c;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #f5f6f7;--sapLinkColor: #008fff;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #4db1ff;--sapHoverColor: #222b35;--sapActiveColor: #020303;--sapHighlightTextColor: #1d232a;--sapTitleColor: #f5f6f7;--sapNegativeColor: #fa6161;--sapCriticalColor: #ffdf72;--sapPositiveColor: #97dd40;--sapInformativeColor: #4db1ff;--sapNeutralColor: #a9b4be;--sapNegativeElementColor: #fa6161;--sapCriticalElementColor: #f7bf00;--sapPositiveElementColor: #6dad1f;--sapInformativeElementColor: #4db1ff;--sapNeutralElementColor: #a9b4be;--sapNegativeTextColor: #fa6161;--sapCriticalTextColor: #ffdf72;--sapPositiveTextColor: #97dd40;--sapInformativeTextColor: #4db1ff;--sapNeutralTextColor: #f5f6f7;--sapErrorColor: #fa6161;--sapWarningColor: #ffdf72;--sapSuccessColor: #97dd40;--sapInformationColor: #4db1ff;--sapErrorBackground: #350000;--sapWarningBackground: #382700;--sapSuccessBackground: #11331a;--sapInformationBackground: #00144a;--sapNeutralBackground: #242e38;--sapErrorBorderColor: #fa6161;--sapWarningBorderColor: #f7bf00;--sapSuccessBorderColor: #6dad1f;--sapInformationBorderColor: #4db1ff;--sapNeutralBorderColor: #a9b4be;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #f5f6f7;--sapContent_ContrastIconColor: #1d232a;--sapContent_NonInteractiveIconColor: #a9b4be;--sapContent_MarkerIconColor: #d3b6ff;--sapContent_MarkerTextColor: #64edd2;--sapContent_MeasureIndicatorColor: #a9b4be;--sapContent_Selected_MeasureIndicatorColor: #4db1ff;--sapContent_Placeholderloading_Background: #475566;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);--sapContent_ImagePlaceholderBackground: #45617c;--sapContent_ImagePlaceholderForegroundColor: #d5dadd;--sapContent_RatedColor: #ffdf72;--sapContent_UnratedColor: #a9b4be;--sapContent_BusyColor: #4db1ff;--sapContent_FocusColor: #9ad3ff;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(255,255,255,.6), 0 .125rem .5rem 0 rgba(0,0,0,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3: 0 0 0 .0625rem rgba(255,255,255,.35), 0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow: 0 0 .125rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #2e3742;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.3);--sapContent_SearchHighlightColor: #046c7a;--sapContent_HelpColor: #5dc122;--sapContent_LabelColor: #8396A8;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: rgba(245,246,247,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .386;--sapContent_ContrastTextColor: #1d232a;--sapContent_ForegroundColor: #101418;--sapContent_ForegroundBorderColor: #a9b4be;--sapContent_ForegroundTextColor: #f5f6f7;--sapContent_BadgeBackground: #ff8cb2;--sapContent_BadgeTextColor: #1d232a;--sapContent_BadgeBorderColor: #1d232a;--sapContent_DragAndDropActiveColor: #4db1ff;--sapContent_Selected_TextColor: #4db1ff;--sapContent_Selected_Background: #1d232a;--sapContent_Selected_Hover_Background: #002b4d;--sapContent_Selected_ForegroundColor: #4db1ff;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: none;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #4d82b8;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #688fb7;--sapContent_Illustrative_Color5: #fff;--sapContent_Illustrative_Color6: #818f98;--sapContent_Illustrative_Color7: #101619;--sapContent_Illustrative_Color8: #d5dadd;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #fa4f96;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #3b5b7c;--sapContent_Illustrative_Color14: #2a4259;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #2a4259;--sapContent_Illustrative_Color19: #324e6b;--sapContent_Illustrative_Color20: #222f3b;--sapContent_Illustrative_Color21: #101619;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #d094b0;--sapContent_Illustrative_Color25: #d0c1cb;--sapContent_Illustrative_Color26: #d0b863;--sapContent_Illustrative_Color27: #d0cdb3;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #6dad1f;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #f7bf00;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #fa6161;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #4db1ff;--sapFontLightFamily: \"72-Light\", \"72-Lightfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBoldFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: \"72-Semibold\", \"72-Semiboldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBlackFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #008fff;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #008fff;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #008fff;--sapLink_InvertedColor: #bde2ff;--sapLink_SubtleColor: #f5f6f7;--sapShell_Background: #12171c;--sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #1d232a;--sapShell_TextColor: #f5f6f7;--sapShell_InteractiveBackground: #12171c;--sapShell_InteractiveTextColor: #f5f6f7;--sapShell_InteractiveBorderColor: #a9b4be;--sapShell_GroupTitleTextColor: #f5f6f7;--sapShell_GroupTitleTextShadow: 0 0 .125rem #000;--sapShell_Hover_Background: #1d232a;--sapShell_Active_Background: #1d232a;--sapShell_Active_TextColor: #4db1ff;--sapShell_Selected_Background: #1d232a;--sapShell_Selected_TextColor: #4db1ff;--sapShell_Selected_Hover_Background: #1d232a;--sapShell_Favicon: none;--sapShell_Navigation_Background: #1d232a;--sapShell_Navigation_Hover_Background: #1d232a;--sapShell_Navigation_SelectedColor: #4db1ff;--sapShell_Navigation_Selected_TextColor: #4db1ff;--sapShell_Navigation_TextColor: #f5f6f7;--sapShell_Navigation_Active_TextColor: #4db1ff;--sapShell_Navigation_Active_Background: #1d232a;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.8), inset 0 -.0625rem 0 0 rgba(255,255,255,.2);--sapShell_NegativeColor: #fa6161;--sapShell_CriticalColor: #ffdf72;--sapShell_PositiveColor: #97dd40;--sapShell_InformativeColor: #4db1ff;--sapShell_NeutralColor: #f5f6f7;--sapShell_Assistant_ForegroundColor: #8e73ff;--sapShell_SubBrand_TextColor: #a5cfff;--sapShell_Category_1_Background: #89d1ff;--sapShell_Category_1_BorderColor: #89d1ff;--sapShell_Category_1_TextColor: #1d232a;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #feadc8;--sapShell_Category_2_BorderColor: #feadc8;--sapShell_Category_2_TextColor: #1d232a;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #ffb300;--sapShell_Category_3_BorderColor: #ffb300;--sapShell_Category_3_TextColor: #1d232a;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #aa7dd9;--sapShell_Category_4_BorderColor: #aa7dd9;--sapShell_Category_4_TextColor: #1d232a;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fbbfac;--sapShell_Category_5_BorderColor: #fbbfac;--sapShell_Category_5_TextColor: #1d232a;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #2ce0bf;--sapShell_Category_6_BorderColor: #2ce0bf;--sapShell_Category_6_TextColor: #1d232a;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #ff8af0;--sapShell_Category_7_BorderColor: #ff8af0;--sapShell_Category_7_TextColor: #1d232a;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #97dd40;--sapShell_Category_8_BorderColor: #97dd40;--sapShell_Category_8_TextColor: #1d232a;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #1b90ff;--sapShell_Category_9_BorderColor: #1b90ff;--sapShell_Category_9_TextColor: #1d232a;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #8396a8;--sapShell_Category_10_BorderColor: #8396a8;--sapShell_Category_10_TextColor: #1d232a;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fe5656;--sapShell_Category_11_BorderColor: #fe5656;--sapShell_Category_11_TextColor: #1d232a;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #9b99ff;--sapShell_Category_12_BorderColor: #9b99ff;--sapShell_Category_12_TextColor: #1d232a;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #f52ebc;--sapShell_Category_13_BorderColor: #f52ebc;--sapShell_Category_13_TextColor: #1d232a;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #0ba38a;--sapShell_Category_14_BorderColor: #0ba38a;--sapShell_Category_14_TextColor: #1d232a;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #d5dadd;--sapShell_Category_15_BorderColor: #d5dadd;--sapShell_Category_15_TextColor: #1d232a;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #39ad1f;--sapShell_Category_16_BorderColor: #39ad1f;--sapShell_Category_16_TextColor: #1d232a;--sapShell_Category_16_TextShadow: none;--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #140069;--sapAssistant_Active_BorderColor: #c0b0ff;--sapAssistant_Active_TextColor: #c0b0ff;--sapAssistant_Question_Background: #140066;--sapAssistant_Question_BorderColor: #140066;--sapAssistant_Question_TextColor: #f5f6f7;--sapAssistant_Answer_Background: #12171c;--sapAssistant_Answer_BorderColor: #12171c;--sapAssistant_Answer_TextColor: #f5f6f7;--sapAvatar_1_Background: #ae4000;--sapAvatar_1_BorderColor: #ae4000;--sapAvatar_1_TextColor: #ffdf72;--sapAvatar_1_Hover_Background: #ae4000;--sapAvatar_2_Background: #890506;--sapAvatar_2_BorderColor: #890506;--sapAvatar_2_TextColor: #ff8cb2;--sapAvatar_2_Hover_Background: #890506;--sapAvatar_3_Background: #b40569;--sapAvatar_3_BorderColor: #b40569;--sapAvatar_3_TextColor: #fecbda;--sapAvatar_3_Hover_Background: #b40569;--sapAvatar_4_Background: #8700b8;--sapAvatar_4_BorderColor: #8700b8;--sapAvatar_4_TextColor: #ffafed;--sapAvatar_4_Hover_Background: #8700b8;--sapAvatar_5_Background: #470cf1;--sapAvatar_5_BorderColor: #470cf1;--sapAvatar_5_TextColor: #d3b6ff;--sapAvatar_5_Hover_Background: #470cf1;--sapAvatar_6_Background: #0054cc;--sapAvatar_6_BorderColor: #0054cc;--sapAvatar_6_TextColor: #a6e0ff;--sapAvatar_6_Hover_Background: #0054cc;--sapAvatar_7_Background: #036573;--sapAvatar_7_BorderColor: #036573;--sapAvatar_7_TextColor: #64edd2;--sapAvatar_7_Hover_Background: #036573;--sapAvatar_8_Background: #236c39;--sapAvatar_8_BorderColor: #236c39;--sapAvatar_8_TextColor: #bde986;--sapAvatar_8_Hover_Background: #236c39;--sapAvatar_9_Background: #4e247a;--sapAvatar_9_BorderColor: #4e247a;--sapAvatar_9_TextColor: #b995e0;--sapAvatar_9_Hover_Background: #4e247a;--sapAvatar_10_Background: #45617c;--sapAvatar_10_BorderColor: #45617c;--sapAvatar_10_TextColor: #d5dadd;--sapAvatar_10_Hover_Background: #45617c;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(169,180,190,.25);--sapButton_Background: #1c242c;--sapButton_BorderColor: #3a4a5a;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #4db1ff;--sapButton_FontFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #222b35;--sapButton_Hover_BorderColor: #3a4a5a;--sapButton_Hover_TextColor: #4db1ff;--sapButton_IconColor: #4db1ff;--sapButton_Active_Background: #213131;--sapButton_Active_BorderColor: #4db1ff;--sapButton_Active_TextColor: #4db1ff;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #f5f6f7;--sapButton_Emphasized_Active_Background: #213131;--sapButton_Emphasized_Active_BorderColor: #4db1ff;--sapButton_Emphasized_Active_TextColor: #4db1ff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #490000;--sapButton_Reject_BorderColor: #620000;--sapButton_Reject_TextColor: #fa6161;--sapButton_Reject_Hover_Background: #620000;--sapButton_Reject_Hover_BorderColor: #620000;--sapButton_Reject_Hover_TextColor: #fa6161;--sapButton_Reject_Active_Background: #213131;--sapButton_Reject_Active_BorderColor: #fa6161;--sapButton_Reject_Active_TextColor: #fa6161;--sapButton_Reject_Selected_Background: #213131;--sapButton_Reject_Selected_BorderColor: #fa6161;--sapButton_Reject_Selected_TextColor: #fa6161;--sapButton_Reject_Selected_Hover_Background: #620000;--sapButton_Reject_Selected_Hover_BorderColor: #fa6161;--sapButton_Accept_Background: #153e20;--sapButton_Accept_BorderColor: #1b512a;--sapButton_Accept_TextColor: #97dd40;--sapButton_Accept_Hover_Background: #1b512a;--sapButton_Accept_Hover_BorderColor: #1b512a;--sapButton_Accept_Hover_TextColor: #97dd40;--sapButton_Accept_Active_Background: #213131;--sapButton_Accept_Active_BorderColor: #6dad1f;--sapButton_Accept_Active_TextColor: #97dd40;--sapButton_Accept_Selected_Background: #213131;--sapButton_Accept_Selected_BorderColor: #6dad1f;--sapButton_Accept_Selected_TextColor: #97dd40;--sapButton_Accept_Selected_Hover_Background: #1b512a;--sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #4db1ff;--sapButton_Lite_Hover_Background: #222b35;--sapButton_Lite_Hover_BorderColor: #3a4a5a;--sapButton_Lite_Hover_TextColor: #4db1ff;--sapButton_Lite_Active_Background: #213131;--sapButton_Lite_Active_BorderColor: #4db1ff;--sapButton_Selected_Background: #002643;--sapButton_Selected_BorderColor: #4db1ff;--sapButton_Selected_TextColor: #4db1ff;--sapButton_Selected_Hover_Background: #002b4d;--sapButton_Selected_Hover_BorderColor: #4db1ff;--sapButton_Attention_Background: #382700;--sapButton_Attention_BorderColor: #523900;--sapButton_Attention_TextColor: #ffdf72;--sapButton_Attention_Hover_Background: #523900;--sapButton_Attention_Hover_BorderColor: #523900;--sapButton_Attention_Hover_TextColor: #ffdf72;--sapButton_Attention_Active_Background: #213131;--sapButton_Attention_Active_BorderColor: #f7bf00;--sapButton_Attention_Active_TextColor: #ffdf72;--sapButton_Attention_Selected_Background: #213131;--sapButton_Attention_Selected_BorderColor: #f7bf00;--sapButton_Attention_Selected_TextColor: #ffdf72;--sapButton_Attention_Selected_Hover_Background: #523900;--sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;--sapButton_Negative_Background: #fa6161;--sapButton_Negative_BorderColor: #fa6161;--sapButton_Negative_TextColor: #1d232a;--sapButton_Negative_Hover_Background: #fb7a7a;--sapButton_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Negative_Hover_TextColor: #1d232a;--sapButton_Negative_Active_Background: #213131;--sapButton_Negative_Active_BorderColor: #fa6161;--sapButton_Negative_Active_TextColor: #fa6161;--sapButton_Critical_Background: #f7bf00;--sapButton_Critical_BorderColor: #f7bf00;--sapButton_Critical_TextColor: #1d232a;--sapButton_Critical_Hover_Background: #ffcf2b;--sapButton_Critical_Hover_BorderColor: #ffcf2b;--sapButton_Critical_Hover_TextColor: #1d232a;--sapButton_Critical_Active_Background: #213131;--sapButton_Critical_Active_BorderColor: #f7bf00;--sapButton_Critical_Active_TextColor: #ffdf72;--sapButton_Success_Background: #6dad1f;--sapButton_Success_BorderColor: #6dad1f;--sapButton_Success_TextColor: #1d232a;--sapButton_Success_Hover_Background: #7bc323;--sapButton_Success_Hover_BorderColor: #7bc323;--sapButton_Success_Hover_TextColor: #1d232a;--sapButton_Success_Active_Background: #213131;--sapButton_Success_Active_BorderColor: #6dad1f;--sapButton_Success_Active_TextColor: #97dd40;--sapButton_Information_Background: #002b4d;--sapButton_Information_BorderColor: #00457b;--sapButton_Information_TextColor: #4db1ff;--sapButton_Information_Hover_Background: #003967;--sapButton_Information_Hover_BorderColor: #00457b;--sapButton_Information_Hover_TextColor: #4db1ff;--sapButton_Information_Active_Background: #213131;--sapButton_Information_Active_BorderColor: #4db1ff;--sapButton_Information_Active_TextColor: #4db1ff;--sapButton_Neutral_Background: #002b4d;--sapButton_Neutral_BorderColor: #00457b;--sapButton_Neutral_TextColor: #4db1ff;--sapButton_Neutral_Hover_Background: #003967;--sapButton_Neutral_Hover_BorderColor: #00457b;--sapButton_Neutral_Hover_TextColor: #4db1ff;--sapButton_Neutral_Active_Background: #213131;--sapButton_Neutral_Active_BorderColor: #4db1ff;--sapButton_Neutral_Active_TextColor: #4db1ff;--sapButton_Track_Background: #a9b4be;--sapButton_Track_BorderColor: #a9b4be;--sapButton_Track_TextColor: #1d232a;--sapButton_Track_Hover_Background: #b8c1c9;--sapButton_Track_Hover_BorderColor: #b8c1c9;--sapButton_Track_Selected_Background: #4db1ff;--sapButton_Track_Selected_BorderColor: #4db1ff;--sapButton_Track_Selected_TextColor: #1d232a;--sapButton_Track_Selected_Hover_Background: #67bcff;--sapButton_Track_Selected_Hover_BorderColor: #67bcff;--sapButton_Handle_Background: #1d232a;--sapButton_Handle_BorderColor: #1d232a;--sapButton_Handle_TextColor: #f5f6f7;--sapButton_Handle_Hover_Background: #1d232a;--sapButton_Handle_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Handle_Selected_Background: #002643;--sapButton_Handle_Selected_BorderColor: #002643;--sapButton_Handle_Selected_TextColor: #4db1ff;--sapButton_Handle_Selected_Hover_Background: #002643;--sapButton_Handle_Selected_Hover_BorderColor: rgba(0,38,67,.5);--sapButton_Track_Negative_Background: #fa6161;--sapButton_Track_Negative_BorderColor: #fa6161;--sapButton_Track_Negative_TextColor: #1d232a;--sapButton_Track_Negative_Hover_Background: #fb7a7a;--sapButton_Track_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Handle_Negative_Background: #1d232a;--sapButton_Handle_Negative_BorderColor: #1d232a;--sapButton_Handle_Negative_TextColor: #fa6161;--sapButton_Handle_Negative_Hover_Background: #1d232a;--sapButton_Handle_Negative_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Track_Positive_Background: #6dad1f;--sapButton_Track_Positive_BorderColor: #6dad1f;--sapButton_Track_Positive_TextColor: #1d232a;--sapButton_Track_Positive_Hover_Background: #7bc323;--sapButton_Track_Positive_Hover_BorderColor: #7bc323;--sapButton_Handle_Positive_Background: #1d232a;--sapButton_Handle_Positive_BorderColor: #1d232a;--sapButton_Handle_Positive_TextColor: #97dd40;--sapButton_Handle_Positive_Hover_Background: #1d232a;--sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_TokenBackground: #1c242c;--sapButton_TokenBorderColor: #3a4a5a;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .125rem;--sapButton_ReadOnly_TokenBackground: #1c242c;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #161c22;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;--sapField_TextColor: #fff;--sapField_PlaceholderTextColor: #8396A8;--sapField_BorderColor: #a9b4be;--sapField_HelpBackground: #161c22;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapField_Hover_Background: #1d232a;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_Hover_BorderColor: #4db1ff;--sapField_Hover_HelpBackground: #1d232a;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Active_BorderColor: #4db1ff;--sapField_Focus_Background: #1d232a;--sapField_Focus_BorderColor: #9ad3ff;--sapField_Focus_HelpBackground: #1d232a;--sapField_ReadOnly_Background: #242e38;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #a9b4be;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #242e38;--sapField_RequiredColor: #ff78a4;--sapField_InvalidColor: #fa6161;--sapField_InvalidBackground: #350000;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_WarningColor: #f7bf00;--sapField_WarningBackground: #382700;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_SuccessColor: #6dad1f;--sapField_SuccessBackground: #11331a;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_InformationColor: #4db1ff;--sapField_InformationBackground: #00144a;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Selector_Hover_Background: #002b4d;--sapField_Selector_Hover_InvalidBackground: #1d232a;--sapField_Selector_Hover_WarningBackground: #1d232a;--sapField_Selector_Hover_SuccessBackground: #1d232a;--sapField_Selector_Hover_InformationBackground: #1d232a;--sapField_Picker_BorderColor: #a9b4be;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #1d232a;--sapGroup_TitleBorderColor: #768ea5;--sapGroup_TitleTextColor: #f5f6f7;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #1d232a;--sapGroup_ContentBorderColor: #323c48;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #1d232a;--sapToolbar_SeparatorColor: #3c4957;--sapList_HeaderBackground: #1d232a;--sapList_HeaderBorderColor: #768ea5;--sapList_HeaderTextColor: #f5f6f7;--sapList_BorderColor: #2e3742;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #f5f6f7;--sapList_Active_TextColor: #f5f6f7;--sapList_Active_Background: #020303;--sapList_SelectionBackgroundColor: #1d2d3e;--sapList_SelectionBorderColor: #4db1ff;--sapList_Hover_SelectionBackground: #223548;--sapList_Background: #1d232a;--sapList_Hover_Background: #222b35;--sapList_AlternatingBackground: #12171c;--sapList_GroupHeaderBackground: #1d232a;--sapList_GroupHeaderBorderColor: #768ea5;--sapList_GroupHeaderTextColor: #f5f6f7;--sapList_TableGroupHeaderBackground: #0c0f13;--sapList_TableGroupHeaderBorderColor: #768ea5;--sapList_TableGroupHeaderTextColor: #f5f6f7;--sapList_FooterBackground: #1d232a;--sapList_FooterTextColor: #f5f6f7;--sapList_TableFooterBorder: #768ea5;--sapList_TableFixedBorderColor: #6f829a;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #910000;--sapMessage_WarningBorderColor: #845c00;--sapMessage_SuccessBorderColor: #246c37;--sapMessage_InformationBorderColor: #0034bf;--sapMessage_Button_Hover_Background: rgba(34,43,53,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #2e3b48;--sapProgress_BorderColor: #2e3b48;--sapProgress_TextColor: #f5f6f7;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #680000;--sapProgress_NegativeBorderColor: #680000;--sapProgress_NegativeTextColor: #f5f6f7;--sapProgress_CriticalBackground: #6b4b00;--sapProgress_CriticalBorderColor: #6b4b00;--sapProgress_CriticalTextColor: #f5f6f7;--sapProgress_PositiveBackground: #174624;--sapProgress_PositiveBorderColor: #174624;--sapProgress_PositiveTextColor: #f5f6f7;--sapProgress_InformationBackground: #001b64;--sapProgress_InformationBorderColor: #001b64;--sapProgress_InformationTextColor: #f5f6f7;--sapProgress_Value_Background: #a9b4be;--sapProgress_Value_BorderColor: #a9b4be;--sapProgress_Value_TextColor: #a9b4be;--sapProgress_Value_NegativeBackground: #fa6161;--sapProgress_Value_NegativeBorderColor: #fa6161;--sapProgress_Value_NegativeTextColor: #fa6161;--sapProgress_Value_CriticalBackground: #f7bf00;--sapProgress_Value_CriticalBorderColor: #f7bf00;--sapProgress_Value_CriticalTextColor: #f7bf00;--sapProgress_Value_PositiveBackground: #6dad1f;--sapProgress_Value_PositiveBorderColor: #6dad1f;--sapProgress_Value_PositiveTextColor: #6dad1f;--sapProgress_Value_InformationBackground: #4db1ff;--sapProgress_Value_InformationBorderColor: #4db1ff;--sapProgress_Value_InformationTextColor: #4db1ff;--sapScrollBar_FaceColor: #647891;--sapScrollBar_TrackColor: #1d232a;--sapScrollBar_BorderColor: #647891;--sapScrollBar_SymbolColor: #4db1ff;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8697ac;--sapSlider_Background: #2e3b48;--sapSlider_BorderColor: #2e3b48;--sapSlider_Selected_Background: #4db1ff;--sapSlider_Selected_BorderColor: #4db1ff;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #1d232a;--sapSlider_HandleBorderColor: #005394;--sapSlider_RangeHandleBackground: #1d232a;--sapSlider_Hover_HandleBackground: #002b4d;--sapSlider_Hover_HandleBorderColor: #005394;--sapSlider_Hover_RangeHandleBackground: #002b4d;--sapSlider_Active_HandleBackground: #213131;--sapSlider_Active_HandleBorderColor: #4db1ff;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #1d232a;--sapPageHeader_BorderColor: #2e3742;--sapPageHeader_TextColor: #f5f6f7;--sapPageFooter_Background: #1d232a;--sapPageFooter_BorderColor: #2e3742;--sapPageFooter_TextColor: #f5f6f7;--sapInfobar_Background: #036573;--sapInfobar_Hover_Background: #1d232a;--sapInfobar_Active_Background: #1d232a;--sapInfobar_NonInteractive_Background: #12171c;--sapInfobar_TextColor: #64edd2;--sapObjectHeader_Background: #1d232a;--sapObjectHeader_Hover_Background: #222b35;--sapObjectHeader_BorderColor: #2e3742;--sapObjectHeader_Title_TextColor: #f5f6f7;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #8396a8;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #f5f6f7;--sapTab_ForegroundColor: #4db1ff;--sapTab_IconColor: #4db1ff;--sapTab_Background: #1d232a;--sapTab_Selected_TextColor: #4db1ff;--sapTab_Selected_IconColor: #1d232a;--sapTab_Selected_Background: #4db1ff;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #97dd40;--sapTab_Positive_ForegroundColor: #6dad1f;--sapTab_Positive_IconColor: #6dad1f;--sapTab_Positive_Selected_TextColor: #97dd40;--sapTab_Positive_Selected_IconColor: #1d232a;--sapTab_Positive_Selected_Background: #6dad1f;--sapTab_Negative_TextColor: #fa6161;--sapTab_Negative_ForegroundColor: #fa6161;--sapTab_Negative_IconColor: #fa6161;--sapTab_Negative_Selected_TextColor: #fa6161;--sapTab_Negative_Selected_IconColor: #1d232a;--sapTab_Negative_Selected_Background: #fa6161;--sapTab_Critical_TextColor: #ffdf72;--sapTab_Critical_ForegroundColor: #f7bf00;--sapTab_Critical_IconColor: #f7bf00;--sapTab_Critical_Selected_TextColor: #ffdf72;--sapTab_Critical_Selected_IconColor: #1d232a;--sapTab_Critical_Selected_Background: #f7bf00;--sapTab_Neutral_TextColor: #f5f6f7;--sapTab_Neutral_ForegroundColor: #a9b4be;--sapTab_Neutral_IconColor: #a9b4be;--sapTab_Neutral_Selected_TextColor: #f5f6f7;--sapTab_Neutral_Selected_IconColor: #1d232a;--sapTab_Neutral_Selected_Background: #a9b4be;--sapTile_Background: #1d232a;--sapTile_Hover_Background: #222b35;--sapTile_Active_Background: #020303;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #f5f6f7;--sapTile_TextColor: #8396a8;--sapTile_IconColor: #8396a8;--sapTile_SeparatorColor: #475566;--sapTile_Interactive_BorderColor: #5b6e85;--sapTile_OverlayBackground: #1d232a;--sapTile_OverlayForegroundColor: #f5f6f7;--sapTile_Hover_ContentBackground: #1d232a;--sapTile_Active_ContentBackground: #1d232a;--sapAccentColor1: #ffdf72;--sapAccentColor2: #ff8cb2;--sapAccentColor3: #fecbda;--sapAccentColor4: #ffafed;--sapAccentColor5: #d3b6ff;--sapAccentColor6: #a6e0ff;--sapAccentColor7: #64edd2;--sapAccentColor8: #bde986;--sapAccentColor9: #b995e0;--sapAccentColor10: #d5dadd;--sapAccentBackgroundColor1: #ae4000;--sapAccentBackgroundColor2: #890506;--sapAccentBackgroundColor3: #b40569;--sapAccentBackgroundColor4: #8700b8;--sapAccentBackgroundColor5: #470cf1;--sapAccentBackgroundColor6: #0054cc;--sapAccentBackgroundColor7: #036573;--sapAccentBackgroundColor8: #236c39;--sapAccentBackgroundColor9: #4e247a;--sapAccentBackgroundColor10: #45617c;--sapIndicationColor_1: #fd4444;--sapIndicationColor_1_Background: #fd4444;--sapIndicationColor_1_BorderColor: #fd4444;--sapIndicationColor_1_TextColor: #1d232a;--sapIndicationColor_1_Hover_Background: #fd5d5d;--sapIndicationColor_1_Active_Background: #213131;--sapIndicationColor_1_Active_BorderColor: #5e0303;--sapIndicationColor_1_Active_TextColor: #fd4444;--sapIndicationColor_1_Selected_Background: #213131;--sapIndicationColor_1_Selected_BorderColor: #5e0303;--sapIndicationColor_1_Selected_TextColor: #fd4444;--sapIndicationColor_1b: #5e0303;--sapIndicationColor_1b_TextColor: #fd4444;--sapIndicationColor_1b_Background: #5e0303;--sapIndicationColor_1b_BorderColor: #5e0303;--sapIndicationColor_1b_Hover_Background: #770404;--sapIndicationColor_2: #ff8f8f;--sapIndicationColor_2_Background: #ff8f8f;--sapIndicationColor_2_BorderColor: #ff8f8f;--sapIndicationColor_2_TextColor: #1d232a;--sapIndicationColor_2_Hover_Background: #ffa9a9;--sapIndicationColor_2_Active_Background: #213131;--sapIndicationColor_2_Active_BorderColor: #7d0000;--sapIndicationColor_2_Active_TextColor: #ff8f8f;--sapIndicationColor_2_Selected_Background: #213131;--sapIndicationColor_2_Selected_BorderColor: #7d0000;--sapIndicationColor_2_Selected_TextColor: #ff8f8f;--sapIndicationColor_2b: #7d0000;--sapIndicationColor_2b_TextColor: #ff8c8c;--sapIndicationColor_2b_Background: #7d0000;--sapIndicationColor_2b_BorderColor: #7d0000;--sapIndicationColor_2b_Hover_Background: #970000;--sapIndicationColor_3: #ffc933;--sapIndicationColor_3_Background: #ffc933;--sapIndicationColor_3_BorderColor: #ffc933;--sapIndicationColor_3_TextColor: #1d232a;--sapIndicationColor_3_Hover_Background: #ffcd42;--sapIndicationColor_3_Active_Background: #213131;--sapIndicationColor_3_Active_BorderColor: #640;--sapIndicationColor_3_Active_TextColor: #ffc933;--sapIndicationColor_3_Selected_Background: #213131;--sapIndicationColor_3_Selected_BorderColor: #640;--sapIndicationColor_3_Selected_TextColor: #ffc933;--sapIndicationColor_3b: #640;--sapIndicationColor_3b_TextColor: #fb3;--sapIndicationColor_3b_Background: #640;--sapIndicationColor_3b_BorderColor: #640;--sapIndicationColor_3b_Hover_Background: #805500;--sapIndicationColor_4: #bde986;--sapIndicationColor_4_Background: #bde986;--sapIndicationColor_4_BorderColor: #bde986;--sapIndicationColor_4_TextColor: #1d232a;--sapIndicationColor_4_Hover_Background: #c9ed9c;--sapIndicationColor_4_Active_Background: #213131;--sapIndicationColor_4_Active_BorderColor: #1b4a04;--sapIndicationColor_4_Active_TextColor: #bde986;--sapIndicationColor_4_Selected_Background: #213131;--sapIndicationColor_4_Selected_BorderColor: #1b4a04;--sapIndicationColor_4_Selected_TextColor: #bde986;--sapIndicationColor_4b: #1b4a04;--sapIndicationColor_4b_TextColor: #a8e987;--sapIndicationColor_4b_Background: #1b4a04;--sapIndicationColor_4b_BorderColor: #1b4a04;--sapIndicationColor_4b_Hover_Background: #246205;--sapIndicationColor_5: #a6e0ff;--sapIndicationColor_5_Background: #a6e0ff;--sapIndicationColor_5_BorderColor: #a6e0ff;--sapIndicationColor_5_TextColor: #1d232a;--sapIndicationColor_5_Hover_Background: #c0e9ff;--sapIndicationColor_5_Active_Background: #213131;--sapIndicationColor_5_Active_BorderColor: #024594;--sapIndicationColor_5_Active_TextColor: #a6e0ff;--sapIndicationColor_5_Selected_Background: #213131;--sapIndicationColor_5_Selected_BorderColor: #024594;--sapIndicationColor_5_Selected_TextColor: #a6e0ff;--sapIndicationColor_5b: #024594;--sapIndicationColor_5b_TextColor: #aad1ff;--sapIndicationColor_5b_Background: #024594;--sapIndicationColor_5b_BorderColor: #024594;--sapIndicationColor_5b_Hover_Background: #0251ad;--sapIndicationColor_6: #64edd2;--sapIndicationColor_6_Background: #64edd2;--sapIndicationColor_6_BorderColor: #64edd2;--sapIndicationColor_6_TextColor: #1d232a;--sapIndicationColor_6_Hover_Background: #7bf0d9;--sapIndicationColor_6_Active_Background: #213131;--sapIndicationColor_6_Active_BorderColor: #00454e;--sapIndicationColor_6_Active_TextColor: #64edd2;--sapIndicationColor_6_Selected_Background: #213131;--sapIndicationColor_6_Selected_BorderColor: #00454e;--sapIndicationColor_6_Selected_TextColor: #64edd2;--sapIndicationColor_6b: #00454e;--sapIndicationColor_6b_TextColor: #65deed;--sapIndicationColor_6b_Background: #00454e;--sapIndicationColor_6b_BorderColor: #00454e;--sapIndicationColor_6b_Hover_Background: #005c68;--sapIndicationColor_7: #d3b6ff;--sapIndicationColor_7_Background: #d3b6ff;--sapIndicationColor_7_BorderColor: #d3b6ff;--sapIndicationColor_7_TextColor: #1d232a;--sapIndicationColor_7_Hover_Background: #e2d0ff;--sapIndicationColor_7_Active_Background: #213131;--sapIndicationColor_7_Active_BorderColor: #2702c2;--sapIndicationColor_7_Active_TextColor: #d3b6ff;--sapIndicationColor_7_Selected_Background: #213131;--sapIndicationColor_7_Selected_BorderColor: #2702c2;--sapIndicationColor_7_Selected_TextColor: #d3b6ff;--sapIndicationColor_7b: #2702c2;--sapIndicationColor_7b_TextColor: #c7baff;--sapIndicationColor_7b_Background: #2702c2;--sapIndicationColor_7b_BorderColor: #2702c2;--sapIndicationColor_7b_Hover_Background: #2c02db;--sapIndicationColor_8: #ff8af0;--sapIndicationColor_8_Background: #ff8af0;--sapIndicationColor_8_BorderColor: #ff8af0;--sapIndicationColor_8_TextColor: #1d232a;--sapIndicationColor_8_Hover_Background: #ffa3f3;--sapIndicationColor_8_Active_Background: #213131;--sapIndicationColor_8_Active_BorderColor: #4c005b;--sapIndicationColor_8_Active_TextColor: #ff8af0;--sapIndicationColor_8_Selected_Background: #213131;--sapIndicationColor_8_Selected_BorderColor: #4c005b;--sapIndicationColor_8_Selected_TextColor: #ff8af0;--sapIndicationColor_8b: #4c005b;--sapIndicationColor_8b_TextColor: #ec89ff;--sapIndicationColor_8b_Background: #4c005b;--sapIndicationColor_8b_BorderColor: #4c005b;--sapIndicationColor_8b_Hover_Background: #610075;--sapIndicationColor_9: #f2f2f2;--sapIndicationColor_9_Background: #f2f2f2;--sapIndicationColor_9_BorderColor: #f2f2f2;--sapIndicationColor_9_TextColor: #1d232a;--sapIndicationColor_9_Hover_Background: #fff;--sapIndicationColor_9_Active_Background: #213131;--sapIndicationColor_9_Active_BorderColor: #3e4b5a;--sapIndicationColor_9_Active_TextColor: #f2f2f2;--sapIndicationColor_9_Selected_Background: #213131;--sapIndicationColor_9_Selected_BorderColor: #3e4b5a;--sapIndicationColor_9_Selected_TextColor: #f2f2f2;--sapIndicationColor_9b: #1d232a;--sapIndicationColor_9b_TextColor: #f2f2f2;--sapIndicationColor_9b_Background: #1d232a;--sapIndicationColor_9b_BorderColor: #3e4b5a;--sapIndicationColor_9b_Hover_Background: #273039;--sapIndicationColor_10: #d8d8d8;--sapIndicationColor_10_Background: #aaa;--sapIndicationColor_10_BorderColor: #aaa;--sapIndicationColor_10_TextColor: #1d232a;--sapIndicationColor_10_Hover_Background: #b7b7b7;--sapIndicationColor_10_Active_Background: #213131;--sapIndicationColor_10_Active_BorderColor: #373737;--sapIndicationColor_10_Active_TextColor: #d8d8d8;--sapIndicationColor_10_Selected_Background: #213131;--sapIndicationColor_10_Selected_BorderColor: #373737;--sapIndicationColor_10_Selected_TextColor: #d8d8d8;--sapIndicationColor_10b: #373737;--sapIndicationColor_10b_TextColor: #d8d8d8;--sapIndicationColor_10b_Background: #373737;--sapIndicationColor_10b_BorderColor: #373737;--sapIndicationColor_10b_Hover_Background: #444;--sapLegend_WorkingBackground: #1d232a;--sapLegend_NonWorkingBackground: #0c0f12;--sapLegend_CurrentDateTime: #ffafed;--sapLegendColor1: #ffb300;--sapLegendColor2: #f5734b;--sapLegendColor3: #feabc8;--sapLegendColor4: #db7070;--sapLegendColor5: #ff8af0;--sapLegendColor6: #89d1ff;--sapLegendColor7: #2ce0bf;--sapLegendColor8: #97dd40;--sapLegendColor9: #a9b4be;--sapLegendColor10: #aa7dd9;--sapLegendColor11: #f58b00;--sapLegendColor12: #fbbfac;--sapLegendColor13: #ffa1a1;--sapLegendColor14: #ff9e74;--sapLegendColor15: #af9cc3;--sapLegendColor16: #aabce3;--sapLegendColor17: #dafdf5;--sapLegendColor18: #d5f1b1;--sapLegendColor19: #d1efff;--sapLegendColor20: #e2d8ff;--sapLegendBackgroundColor1: #382700;--sapLegendBackgroundColor2: #501605;--sapLegendBackgroundColor3: #510136;--sapLegendBackgroundColor4: #411c1c;--sapLegendBackgroundColor5: #28004a;--sapLegendBackgroundColor6: #00144a;--sapLegendBackgroundColor7: #012931;--sapLegendBackgroundColor8: #1f2519;--sapLegendBackgroundColor9: #182430;--sapLegendBackgroundColor10: #30164b;--sapLegendBackgroundColor11: #571400;--sapLegendBackgroundColor12: #360c03;--sapLegendBackgroundColor13: #3d0000;--sapLegendBackgroundColor14: #421502;--sapLegendBackgroundColor15: #332640;--sapLegendBackgroundColor16: #121d35;--sapLegendBackgroundColor17: #013131;--sapLegendBackgroundColor18: #1e3009;--sapLegendBackgroundColor19: #0a285c;--sapLegendBackgroundColor20: #1c0c6e;--sapChart_Background: #1d232a;--sapChart_ContrastTextShadow: 0 0 .125rem #fff;--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #1d232a;--sapChart_LineColor_1: #313941;--sapChart_LineColor_2: #a9b3be;--sapChart_LineColor_3: #fff;--sapChart_Choropleth_Background: #222f3c;--sapChart_ChoroplethRegion_Background: #6f89a1;--sapChart_ChoroplethRegion_BorderColor: #a2c4e7;--sapChart_Data_TextColor: #fff;--sapChart_Data_ContrastTextColor: #000;--sapChart_Data_InteractiveColor: #fff;--sapChart_Data_Active_Background: #020303;--sapChart_OrderedColor_1: #3278be;--sapChart_OrderedColor_2: #f2a634;--sapChart_OrderedColor_3: #b4ce35;--sapChart_OrderedColor_4: #fa4f96;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #f31ded;--sapChart_OrderedColor_9: #8ea18c;--sapChart_OrderedColor_10: #f28585;--sapChart_OrderedColor_11: #7858ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f83030;--sapChart_Critical: #dd6100;--sapChart_Good: #30914c;--sapChart_Neutral: #6f89a1;--sapChart_Sequence_1_Plus3: #a2c4e7;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #7aabdc;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #5291d1;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #3278be;--sapChart_Sequence_1_TextColor: #fff;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_BorderColor: #3278be;--sapChart_Sequence_1_Minus1: #275e96;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus2: #1d456d;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus3: #173859;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus4: #122b45;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus5: #0d1f31;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Plus3: #fbe5c4;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #f8d299;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #f6bf6e;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #f2a634;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #e9920f;--sapChart_Sequence_2_Minus1: #e9920f;--sapChart_Sequence_2_Minus1_TextColor: #000;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Minus2: #c37a0c;--sapChart_Sequence_2_Minus2_TextColor: #000;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Minus3: #a1650a;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus4: #855308;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus5: #6d4407;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Plus3: #d9dec3;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #c3cb9e;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #b2be78;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #b4ce35;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #67761d;--sapChart_Sequence_3_Minus1: #9fb822;--sapChart_Sequence_3_Minus1_TextColor: #000;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Minus2: #8ca611;--sapChart_Sequence_3_Minus2_TextColor: #000;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Minus3: #67761d;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus4: #4a5515;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus5: #353d0f;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Plus3: #fec1da;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #fc99c2;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #fb72ab;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #fa4f96;--sapChart_Sequence_4_TextColor: #000;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_BorderColor: #fa4f96;--sapChart_Sequence_4_Minus1: #f32d80;--sapChart_Sequence_4_Minus1_TextColor: #000;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Minus2: #f20064;--sapChart_Sequence_4_Minus2_TextColor: #000;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Minus3: #bf1059;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus4: #990d47;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus5: #6f0934;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Plus3: #caacec;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b58ae6;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a069de;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7e2ed7;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus2: #6e1cca;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus3: #591c9c;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus4: #451679;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus5: #361160;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Plus3: #63e3de;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2dd7d1;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #21b5b0;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #049f9a;--sapChart_Sequence_6_Minus1: #018480;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus5: #002e2c;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1782ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0056ba;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus2: #00418c;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus3: #003a7d;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus4: #00336d;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus5: #002959;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Plus3: #fd98fa;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f96ef5;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #f04dec;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #f31ded;--sapChart_Sequence_8_TextColor: #000;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_BorderColor: #f31ded;--sapChart_Sequence_8_Minus1: #d201cc;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus2: #be00b9;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus3: #a1049d;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus4: #80077c;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus5: #590556;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Plus3: #d3dad2;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #c0cabf;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #a4b3a2;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #8ea18c;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #788f76;--sapChart_Sequence_9_Minus1: #788f76;--sapChart_Sequence_9_Minus1_TextColor: #000;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Minus2: #657963;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus3: #546553;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus4: #445143;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus5: #343e33;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Plus3: #fdd6d6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #f9b7b7;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #f7a4a4;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #f28585;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #e86767;--sapChart_Sequence_10_Minus1: #e86767;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #d34e4e;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus3: #ac4141;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus4: #8b3434;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus5: #752c2c;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Plus3: #ddd6fb;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #bbacf7;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #a08bf4;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #7858ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_BorderColor: #7858ff;--sapChart_Sequence_11_Minus1: #633fff;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus2: #4018e8;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus3: #3614c9;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus4: #2c10a4;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus5: #250d88;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Plus3: #dfd5c5;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #d4c7b1;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #000;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus3: #685638;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus4: #51432c;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus5: #3d3221;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Plus3: #fed8d8;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #f99;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #ff5c5c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f83030;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f83030;--sapChart_Sequence_Bad_Minus1: #e01515;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus2: #b21010;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus3: #830c0c;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus4: #6c0a0a;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus5: #540808;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Plus3: #ffb377;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff8d35;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff7102;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #dd6100;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #dd6100;--sapChart_Sequence_Critical_Minus1: #be5400;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus2: #aa4b00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus3: #913f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus5: #441e00;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Plus3: #9bd3ab;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #5eba78;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #45a05f;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #fff;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #2a7e42;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus2: #236b38;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus3: #1d582e;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus4: #174424;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus5: #10311a;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Plus3: #eaeef2;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #adbcc9;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #8ea2b5;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #6f89a1;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #6f89a1;--sapChart_Sequence_Neutral_Minus1: #576f86;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus2: #3d566d;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus3: #34495c;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus4: #2b3c4c;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus5: #222f3c;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #000;--sapSapThemeId: sap_horizon_dark;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px\n}";
|
|
4
|
-
|
|
5
|
-
exports.default = parametersBundle_css;
|
|
6
|
-
|
|
7
|
-
}));
|