@sapui5/sap.ushell 1.132.1 → 1.134.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.
Files changed (1399) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +3 -2
  3. package/src/main/js/sap/ushell/AppInfoParameters.js +18 -4
  4. package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +217 -0
  5. package/src/main/js/sap/ushell/ApplicationType/guiResolution.js +1 -1
  6. package/src/main/js/sap/ushell/ApplicationType/systemAlias.js +4 -7
  7. package/src/main/js/sap/ushell/ApplicationType/ui5Resolution.js +1 -1
  8. package/src/main/js/sap/ushell/ApplicationType/urlResolution.js +1 -1
  9. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +14 -7
  10. package/src/main/js/sap/ushell/ApplicationType/utils.js +1 -1
  11. package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +1 -1
  12. package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +1 -1
  13. package/src/main/js/sap/ushell/ApplicationType.js +1 -1
  14. package/src/main/js/sap/ushell/CanvasShapesManager.js +1 -1
  15. package/src/main/js/sap/ushell/Config/utils.js +1 -1
  16. package/src/main/js/sap/ushell/Config.js +1 -1
  17. package/src/main/js/sap/ushell/Container.js +1 -1
  18. package/src/main/js/sap/ushell/EventHub.js +1 -1
  19. package/src/main/js/sap/ushell/Fiori20Adapter.js +2 -2
  20. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +2 -2
  21. package/src/main/js/sap/ushell/Layout.js +1 -1
  22. package/src/main/js/sap/ushell/NWBCInterface.js +11 -5
  23. package/src/main/js/sap/ushell/SessionHandler.js +139 -97
  24. package/src/main/js/sap/ushell/System.js +1 -1
  25. package/src/main/js/sap/ushell/TechnicalParameters.js +2 -2
  26. package/src/main/js/sap/ushell/UI5ComponentType.js +1 -1
  27. package/src/main/js/sap/ushell/UIActions.js +1 -1
  28. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +2 -2
  29. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +2 -2
  30. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +2 -2
  31. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +2 -2
  32. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +2 -2
  33. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +2 -2
  34. package/src/main/js/sap/ushell/URLTemplateProcessor.js +2 -2
  35. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +2 -2
  36. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +2 -2
  37. package/src/main/js/sap/ushell/User.js +82 -12
  38. package/src/main/js/sap/ushell/UserActivityLog.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +2 -2
  41. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +2 -2
  42. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +2 -2
  43. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +22 -6
  44. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +2 -2
  45. package/src/main/js/sap/ushell/adapters/cdm/MenuAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +2 -2
  47. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +2 -2
  48. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +2 -2
  49. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.controller.js +251 -0
  50. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +69 -0
  51. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegionEntry.js +67 -0
  52. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +2 -2
  53. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +2 -2
  54. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +2 -2
  55. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +2 -2
  56. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +2 -2
  57. package/src/main/js/sap/ushell/adapters/cdm/_Personalization/internals.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +2 -2
  59. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +2 -2
  60. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +2 -2
  61. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +2 -2
  62. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +2 -2
  63. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +2 -2
  64. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +2 -2
  65. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +2 -2
  66. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +2 -2
  67. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +2 -2
  68. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +2 -2
  69. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +2 -2
  70. package/src/main/js/sap/ushell/adapters/cdm/v3/utilsCdm.js +1 -1
  71. package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +10 -5
  72. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +2 -2
  73. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +2 -2
  74. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +2 -2
  75. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +2 -2
  76. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +2 -2
  77. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +2 -2
  78. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +2 -2
  79. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +2 -2
  80. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +2 -2
  81. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +2 -2
  82. package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +1 -1
  83. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +2 -2
  84. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +2 -2
  85. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +2 -2
  86. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +2 -2
  87. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +2 -2
  88. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +2 -2
  89. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +2 -2
  90. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +2 -2
  91. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +2 -2
  92. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +2 -2
  93. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +2 -2
  94. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +2 -2
  95. package/src/main/js/sap/ushell/api/BootstrapObserver.js +1 -1
  96. package/src/main/js/sap/ushell/api/Copilot.js +1 -1
  97. package/src/main/js/sap/ushell/api/Inbox.js +1 -1
  98. package/src/main/js/sap/ushell/api/NewExperience/CustomOverflowListItem.js +1 -1
  99. package/src/main/js/sap/ushell/api/NewExperience.js +1 -1
  100. package/src/main/js/sap/ushell/api/RTA.js +1 -1
  101. package/src/main/js/sap/ushell/api/S4MyHome.js +1 -1
  102. package/src/main/js/sap/ushell/api/SAPBusinessClient.js +129 -0
  103. package/src/main/js/sap/ushell/api/common/ComponentInstantiation.js +1 -1
  104. package/src/main/js/sap/ushell/api/workpage/Designtime.js +1 -1
  105. package/src/main/js/sap/ushell/api/workpage/Runtime.js +1 -1
  106. package/src/main/js/sap/ushell/appRuntime/neo/AppInfoService.js +1 -1
  107. package/src/main/js/sap/ushell/appRuntime/neo/AppRuntimeNeo.js +1 -1
  108. package/src/main/js/sap/ushell/appRuntime/neo/ProxyAppUtils.js +1 -1
  109. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +24 -5
  110. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +1 -1
  111. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeContext.js +1 -1
  112. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +1 -1
  113. package/src/main/js/sap/ushell/appRuntime/ui5/BusyIndicator.css +26 -0
  114. package/src/main/js/sap/ushell/appRuntime/ui5/BusyIndicator.js +16 -21
  115. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +1 -1
  116. package/src/main/js/sap/ushell/appRuntime/ui5/libsPreload.js +1 -1
  117. package/src/main/js/sap/ushell/appRuntime/ui5/performance/FesrEnhancer.js +1 -1
  118. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/AppLifeCycleUtils.js +1 -1
  119. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/BaseRTAPluginStatus.js +1 -1
  120. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +4 -4
  121. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +1 -1
  122. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +1 -1
  123. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/Component.js +4 -4
  124. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +1 -1
  125. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/Component.js +1 -1
  126. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/AccessKeysAgent.js +1 -1
  127. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +1 -1
  128. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +2 -2
  129. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +3 -2
  130. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +2 -2
  131. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +1 -1
  132. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +2 -2
  133. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +2 -2
  134. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +2 -2
  135. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +2 -2
  136. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +2 -2
  137. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +2 -2
  138. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +2 -2
  139. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +2 -2
  140. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +2 -2
  141. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +2 -2
  142. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +2 -2
  143. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +2 -2
  144. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +2 -2
  145. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +2 -2
  146. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +2 -2
  147. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +2 -2
  148. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +2 -2
  149. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +11 -4
  150. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserDefaultParameters.js +1 -1
  151. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +2 -2
  152. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/ContainerAdapter.js +1 -1
  153. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/EmptyAdapter.js +1 -1
  154. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +2 -2
  155. package/src/main/js/sap/ushell/appRuntime/ui5/ui/UIProxy.js +1 -1
  156. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/EventProcessor.js +1 -1
  157. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/FLPLoader.js +1 -1
  158. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/FLPScheduler.js +1 -1
  159. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/LoadingConfiguration.json +4 -0
  160. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +35 -3
  161. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +2 -2
  162. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +2 -2
  163. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent.js +1 -1
  164. package/src/main/js/sap/ushell/bootstrap/cdm/cdm-def-dev.js +1 -1
  165. package/src/main/js/sap/ushell/bootstrap/cdm/cdm-def-loader.js +1 -1
  166. package/src/main/js/sap/ushell/bootstrap/cdm/cdm-def.js +1 -1
  167. package/src/main/js/sap/ushell/bootstrap/cdm/cdm.boot.task.js +1 -1
  168. package/src/main/js/sap/ushell/bootstrap/cdm/cdm.constants.js +1 -1
  169. package/src/main/js/sap/ushell/bootstrap/cdm.js +1 -1
  170. package/src/main/js/sap/ushell/bootstrap/common/common.boot.path.js +1 -1
  171. package/src/main/js/sap/ushell/bootstrap/common/common.boot.script.js +1 -1
  172. package/src/main/js/sap/ushell/bootstrap/common/common.boot.task.js +1 -1
  173. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5.extractLibs.js +1 -1
  174. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5.js +1 -1
  175. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +2 -2
  176. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5language.js +1 -1
  177. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5theme.js +1 -1
  178. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ushell.js +1 -1
  179. package/src/main/js/sap/ushell/bootstrap/common/common.constants.js +1 -1
  180. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +68 -6
  181. package/src/main/js/sap/ushell/bootstrap/common/common.debug.mode.js +1 -1
  182. package/src/main/js/sap/ushell/bootstrap/common/common.load.bootstrapExtension.js +1 -1
  183. package/src/main/js/sap/ushell/bootstrap/common/common.load.core-min.js +1 -1
  184. package/src/main/js/sap/ushell/bootstrap/common/common.load.launchpad.js +1 -1
  185. package/src/main/js/sap/ushell/bootstrap/common/common.load.model.js +1 -1
  186. package/src/main/js/sap/ushell/bootstrap/common/common.load.script.js +1 -1
  187. package/src/main/js/sap/ushell/bootstrap/common/common.override.registermodulepath.js +1 -1
  188. package/src/main/js/sap/ushell/bootstrap/common/common.read.metatags.js +1 -1
  189. package/src/main/js/sap/ushell/bootstrap/common/common.read.ui5theme.from.config.js +1 -1
  190. package/src/main/js/sap/ushell/bootstrap/common/common.read.ushell.config.from.url.js +1 -1
  191. package/src/main/js/sap/ushell/bootstrap/common/common.util.js +1 -1
  192. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +1 -1
  193. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxBootTask.js +1 -1
  194. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +2 -2
  195. package/src/main/js/sap/ushell/bootstrap/ui5loader-config.js +1 -1
  196. package/src/main/js/sap/ushell/components/CatalogsManager.js +1 -1
  197. package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +3 -3
  198. package/src/main/js/sap/ushell/components/DestroyHelper.js +1 -1
  199. package/src/main/js/sap/ushell/components/GroupsHelper.js +1 -1
  200. package/src/main/js/sap/ushell/components/HomepageManager.js +1 -1
  201. package/src/main/js/sap/ushell/components/MessagingHelper.js +1 -1
  202. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +1 -1
  203. package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +1 -1
  204. package/src/main/js/sap/ushell/components/_HomepageManager/PagingManager.js +1 -1
  205. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +1 -1
  206. package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +1 -1
  207. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +11 -3
  208. package/src/main/js/sap/ushell/components/appfinder/AppFinderView.js +1 -1
  209. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +1 -1
  210. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +1 -1
  211. package/src/main/js/sap/ushell/components/appfinder/Component.js +1 -1
  212. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +1 -1
  213. package/src/main/js/sap/ushell/components/appfinder/EasyAccessView.js +1 -1
  214. package/src/main/js/sap/ushell/components/appfinder/GroupListPopover.controller.js +1 -1
  215. package/src/main/js/sap/ushell/components/appfinder/GroupListPopoverView.js +1 -1
  216. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +1 -1
  217. package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +1 -1
  218. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +1 -1
  219. package/src/main/js/sap/ushell/components/appfinder/HierarchyFoldersView.js +1 -1
  220. package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +1 -1
  221. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  222. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +713 -910
  223. package/src/main/js/sap/ushell/components/applicationIntegration/ApplicationContainer.js +272 -0
  224. package/src/main/js/sap/ushell/components/applicationIntegration/ApplicationContainerCache.js +229 -0
  225. package/src/main/js/sap/ushell/components/applicationIntegration/ApplicationContainerRenderer.js +35 -0
  226. package/src/main/js/sap/ushell/components/applicationIntegration/IframeApplicationContainer.js +372 -0
  227. package/src/main/js/sap/ushell/components/applicationIntegration/IframeApplicationContainerRenderer.js +296 -0
  228. package/src/main/js/sap/ushell/components/applicationIntegration/KeepAliveApps.js +68 -0
  229. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/AppruntimeHandler.js +120 -0
  230. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/ExtensionItems.js +143 -0
  231. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/LifecycleHandler.js +618 -0
  232. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/MessageBrokerHandler.js +64 -0
  233. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/NWBCHandler.js +83 -0
  234. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/ServiceHandler.js +1503 -0
  235. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager.js +638 -0
  236. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessagePluginInterface.js +152 -0
  237. package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +21 -50
  238. package/src/main/js/sap/ushell/components/applicationIntegration/UI5ApplicationContainer.js +168 -0
  239. package/src/main/js/sap/ushell/components/applicationIntegration/UI5ApplicationContainerRenderer.js +41 -0
  240. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +30 -679
  241. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +13 -390
  242. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +8 -249
  243. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +9 -2365
  244. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPIInterface.js +10 -127
  245. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageUtils.js +10 -177
  246. package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +10 -74
  247. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +21 -12
  248. package/src/main/js/sap/ushell/components/applicationIntegration/contracts/EmbeddedUI5Handler.js +176 -0
  249. package/src/main/js/sap/ushell/components/applicationIntegration/contracts/StatefulContainerV1Handler.js +91 -0
  250. package/src/main/js/sap/ushell/components/applicationIntegration/contracts/StatefulContainerV2Handler.js +175 -0
  251. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +13 -74
  252. package/src/main/js/sap/ushell/components/applicationIntegrationOld/AppLifeCycle.js +1926 -0
  253. package/src/main/js/sap/ushell/components/applicationIntegrationOld/Storage.js +62 -0
  254. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/Application.js +709 -0
  255. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/BlueBoxHandler.js +406 -0
  256. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/BlueBoxesCache.js +263 -0
  257. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageAPI.js +2382 -0
  258. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageAPIInterface.js +143 -0
  259. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageUtils.js +192 -0
  260. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/WebGUIStatefulHandler.js +90 -0
  261. package/src/main/js/sap/ushell/components/applicationIntegrationOld/configuration/AppMeta.js +193 -0
  262. package/src/main/js/sap/ushell/components/applicationIntegrationOld/relatedServices/RelatedServices.js +91 -0
  263. package/src/main/js/sap/ushell/components/cards/Card.controller.js +1 -1
  264. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +1 -1
  265. package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +1 -1
  266. package/src/main/js/sap/ushell/components/cepsearchresult/app/Component.js +1 -1
  267. package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +1 -1
  268. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Component.js +1 -1
  269. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Config.js +1 -1
  270. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Extension.js +1 -1
  271. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/AdvancedFormatters.js +1 -1
  272. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +1 -1
  273. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionAdvanced.js +1 -1
  274. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionStandard.js +1 -1
  275. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/appendStyleVars.js +1 -1
  276. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +1 -1
  277. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Highlighter.js +1 -1
  278. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Paginator.js +1 -1
  279. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/All.js +1 -1
  280. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +1 -1
  281. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Event.js +1 -1
  282. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/People.js +1 -1
  283. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Workpage.js +1 -1
  284. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +1 -1
  285. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +38 -22
  286. package/src/main/js/sap/ushell/components/container/IframePOSTUtils.js +5 -1
  287. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +2 -2
  288. package/src/main/js/sap/ushell/components/contentFinder/Component.js +17 -7
  289. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +2 -2
  290. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +2 -2
  291. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +2 -2
  292. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  293. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  294. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLListBinding.js +1 -1
  295. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLModel.js +1 -1
  296. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +32 -8
  297. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +6 -2
  298. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +5 -14
  299. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +5 -14
  300. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +5 -14
  301. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +5 -14
  302. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +5 -14
  303. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +5 -14
  304. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +5 -14
  305. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +5 -14
  306. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +5 -14
  307. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +5 -14
  308. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +5 -14
  309. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +5 -14
  310. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +5 -14
  311. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +5 -14
  312. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +5 -14
  313. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +5 -14
  314. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +5 -14
  315. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +5 -14
  316. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +5 -14
  317. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +5 -14
  318. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +5 -14
  319. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +5 -14
  320. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +5 -14
  321. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +5 -14
  322. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +5 -14
  323. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +5 -14
  324. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +5 -14
  325. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +5 -14
  326. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +5 -14
  327. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +5 -14
  328. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +5 -14
  329. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +5 -14
  330. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +5 -14
  331. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +5 -14
  332. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +5 -14
  333. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +5 -14
  334. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +5 -14
  335. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +5 -14
  336. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +5 -14
  337. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +5 -14
  338. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +5 -14
  339. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +5 -14
  340. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +5 -14
  341. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +5 -14
  342. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +5 -14
  343. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +5 -14
  344. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +5 -14
  345. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +5 -14
  346. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +5 -14
  347. package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +6 -3
  348. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +2 -2
  349. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +54 -14
  350. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  351. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources.properties +6 -0
  352. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ar.properties +3 -0
  353. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_bg.properties +3 -0
  354. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ca.properties +3 -0
  355. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cnr.properties +3 -0
  356. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cs.properties +3 -0
  357. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cy.properties +3 -0
  358. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_da.properties +3 -0
  359. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_de.properties +3 -0
  360. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_el.properties +3 -0
  361. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en.properties +3 -0
  362. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_GB.properties +3 -0
  363. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_US_saprigi.properties +3 -0
  364. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_es.properties +3 -0
  365. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_es_MX.properties +3 -0
  366. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_et.properties +3 -0
  367. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fi.properties +3 -0
  368. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fr.properties +3 -0
  369. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fr_CA.properties +3 -0
  370. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hi.properties +3 -0
  371. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hr.properties +3 -0
  372. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hu.properties +3 -0
  373. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_id.properties +3 -0
  374. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_it.properties +4 -1
  375. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_iw.properties +3 -0
  376. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ja.properties +3 -0
  377. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_kk.properties +3 -0
  378. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ko.properties +3 -0
  379. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_lt.properties +3 -0
  380. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_lv.properties +3 -0
  381. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_mk.properties +3 -0
  382. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ms.properties +3 -0
  383. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_nl.properties +3 -0
  384. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_no.properties +3 -0
  385. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pl.properties +3 -0
  386. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pt.properties +3 -0
  387. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pt_PT.properties +3 -0
  388. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ro.properties +3 -0
  389. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ru.properties +3 -0
  390. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sh.properties +3 -0
  391. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sk.properties +3 -0
  392. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sl.properties +3 -0
  393. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sr.properties +3 -0
  394. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sv.properties +3 -0
  395. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_th.properties +3 -0
  396. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_tr.properties +3 -0
  397. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_uk.properties +3 -0
  398. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_vi.properties +3 -0
  399. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_zh_CN.properties +3 -0
  400. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_zh_TW.properties +3 -0
  401. package/src/main/js/sap/ushell/components/factsheet/Component.js +2 -2
  402. package/src/main/js/sap/ushell/components/factsheet/annotation/Mapping.js +1 -1
  403. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTile.js +1 -1
  404. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTileRenderer.js +1 -1
  405. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewer.js +1 -1
  406. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerItem.js +1 -1
  407. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerRenderer.js +1 -1
  408. package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +1 -1
  409. package/src/main/js/sap/ushell/components/factsheet/tools/ODataUrlTemplating.js +1 -1
  410. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.controller.js +1 -1
  411. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.view.js +1 -1
  412. package/src/main/js/sap/ushell/components/homeApp/error/Component.js +1 -1
  413. package/src/main/js/sap/ushell/components/homeApp/error/HomeAppError.controller.js +1 -1
  414. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +2 -2
  415. package/src/main/js/sap/ushell/components/homepage/Component.js +1 -1
  416. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +1 -1
  417. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +2 -2
  418. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +2 -2
  419. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +2 -2
  420. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  421. package/src/main/js/sap/ushell/components/pages/ActionMode.js +2 -2
  422. package/src/main/js/sap/ushell/components/pages/Component.js +2 -2
  423. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +2 -2
  424. package/src/main/js/sap/ushell/components/pages/StateManager.js +1 -1
  425. package/src/main/js/sap/ushell/components/pages/controller/ImportDialog.controller.js +1 -1
  426. package/src/main/js/sap/ushell/components/pages/controller/MyHome.controller.js +1 -1
  427. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +141 -147
  428. package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +1 -1
  429. package/src/main/js/sap/ushell/components/pages/fragment/DialogPageNotExists.fragment.xml +5 -4
  430. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  431. package/src/main/js/sap/ushell/components/runtimeSwitcher/Component.js +1 -1
  432. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +2 -2
  433. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  434. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +1 -1
  435. package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +1 -1
  436. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  437. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +1 -1
  438. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +1 -2
  439. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  440. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +39 -4
  441. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +30 -63
  442. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +118 -0
  443. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  444. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenu.view.xml +64 -17
  445. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuButton.view.xml +24 -0
  446. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +2 -2
  447. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +1 -1
  448. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -1
  449. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +2 -2
  450. package/src/main/js/sap/ushell/components/shell/Search/Component.js +1 -1
  451. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +1 -1
  452. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  453. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +2 -2
  454. package/src/main/js/sap/ushell/components/shell/SearchCEP/ProvidersExecuter.js +1 -1
  455. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +1 -1
  456. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +2 -2
  457. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +2 -2
  458. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +2 -2
  459. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +2 -2
  460. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +19 -16
  461. package/src/main/js/sap/ushell/components/shell/Settings/ContentWrapper.fragment.xml +3 -2
  462. package/src/main/js/sap/ushell/components/shell/Settings/ErrorMessageHelper.js +1 -1
  463. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +46 -22
  464. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +99 -50
  465. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +11 -2
  466. package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +1 -1
  467. package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +1 -1
  468. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsEntry.js +1 -1
  469. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +1 -1
  470. package/src/main/js/sap/ushell/components/shell/Settings/search/Search.controller.js +1 -1
  471. package/src/main/js/sap/ushell/components/shell/Settings/search/SearchEntry.js +1 -1
  472. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesEntry.js +1 -1
  473. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +1 -1
  474. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountEntry.js +1 -1
  475. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +1 -1
  476. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesEntry.js +1 -1
  477. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +1 -1
  478. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/Component.js +1 -1
  479. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsEntry.js +1 -1
  480. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +1 -1
  481. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/ExtendedValueDialog.controller.js +1 -1
  482. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +1 -1
  483. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +1 -1
  484. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/UserLanguageRegionEntry.js +1 -1
  485. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +206 -30
  486. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +79 -314
  487. package/src/main/js/sap/ushell/components/shell/SideNavigation/css/style.css +3 -0
  488. package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +13 -0
  489. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +8 -1
  490. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +52 -0
  491. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AppFinder.js +48 -0
  492. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +222 -0
  493. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +142 -0
  494. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +186 -0
  495. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +73 -0
  496. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +79 -0
  497. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +141 -0
  498. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +288 -0
  499. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +79 -0
  500. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +21 -4
  501. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ar.properties +11 -0
  502. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_bg.properties +11 -0
  503. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ca.properties +11 -0
  504. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cnr.properties +11 -0
  505. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cs.properties +11 -0
  506. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cy.properties +11 -0
  507. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_da.properties +11 -0
  508. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_de.properties +11 -0
  509. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_el.properties +11 -0
  510. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en.properties +11 -0
  511. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_GB.properties +11 -0
  512. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_US_saprigi.properties +11 -0
  513. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es.properties +11 -0
  514. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es_MX.properties +11 -0
  515. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_et.properties +11 -0
  516. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fi.properties +11 -0
  517. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr.properties +11 -0
  518. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr_CA.properties +11 -0
  519. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hi.properties +11 -0
  520. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hr.properties +11 -0
  521. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hu.properties +11 -0
  522. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_id.properties +11 -0
  523. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_it.properties +11 -0
  524. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_iw.properties +11 -0
  525. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ja.properties +11 -0
  526. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_kk.properties +11 -0
  527. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ko.properties +11 -0
  528. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lt.properties +11 -0
  529. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lv.properties +11 -0
  530. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_mk.properties +11 -0
  531. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ms.properties +11 -0
  532. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_nl.properties +11 -0
  533. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_no.properties +11 -0
  534. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pl.properties +11 -0
  535. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt.properties +11 -0
  536. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt_PT.properties +11 -0
  537. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ro.properties +11 -0
  538. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ru.properties +11 -0
  539. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sh.properties +11 -0
  540. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sk.properties +11 -0
  541. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sl.properties +11 -0
  542. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sr.properties +11 -0
  543. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sv.properties +11 -0
  544. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_th.properties +11 -0
  545. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_tr.properties +11 -0
  546. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_uk.properties +11 -0
  547. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_vi.properties +11 -0
  548. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_CN.properties +11 -0
  549. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_TW.properties +11 -0
  550. package/src/main/js/sap/ushell/components/shell/SideNavigation/view/Main.view.xml +15 -0
  551. package/src/main/js/sap/ushell/components/shell/SideNavigation/view/SideNavigation.view.xml +33 -16
  552. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +2 -2
  553. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +153 -19
  554. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +33 -0
  555. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenuPopover.fragment.xml +42 -4
  556. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +2 -2
  557. package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +1 -1
  558. package/src/main/js/sap/ushell/components/tiles/action/Configuration.controller.js +1 -1
  559. package/src/main/js/sap/ushell/components/tiles/applauncher/Component.js +1 -1
  560. package/src/main/js/sap/ushell/components/tiles/applauncher/Configuration.controller.js +1 -1
  561. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +1 -1
  562. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.view.js +1 -1
  563. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Component.js +1 -1
  564. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.controller.js +1 -1
  565. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +1 -3
  566. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.view.js +1 -1
  567. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/Component.js +1 -1
  568. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +1 -1
  569. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.view.js +1 -1
  570. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/Component.js +1 -1
  571. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +1 -1
  572. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.view.js +1 -1
  573. package/src/main/js/sap/ushell/components/tiles/generic.js +1 -1
  574. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.controller.js +1 -1
  575. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.view.js +1 -1
  576. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +1 -1
  577. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.view.js +1 -1
  578. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +1 -1
  579. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.view.js +1 -1
  580. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.controller.js +1 -1
  581. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.view.js +1 -1
  582. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +1 -1
  583. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.view.js +1 -1
  584. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +1 -1
  585. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.view.js +1 -1
  586. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.controller.js +1 -1
  587. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.view.js +1 -1
  588. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/cache.js +1 -1
  589. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/indicatorTileHelper.js +1 -1
  590. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +1 -1
  591. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +1 -1
  592. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.js +1 -1
  593. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.view.js +1 -1
  594. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.controller.js +1 -1
  595. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.view.js +1 -1
  596. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.controller.js +1 -1
  597. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.view.js +1 -1
  598. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.controller.js +1 -1
  599. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.view.js +1 -1
  600. package/src/main/js/sap/ushell/components/tiles/sbtilecontent.js +1 -1
  601. package/src/main/js/sap/ushell/components/tiles/utils.js +3 -4
  602. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +2 -2
  603. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +2 -2
  604. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +2 -2
  605. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +2 -2
  606. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +1 -1
  607. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +2 -2
  608. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +2 -2
  609. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +2 -2
  610. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +2 -2
  611. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +1 -1
  612. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +2 -2
  613. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +1 -1
  614. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +2 -2
  615. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +1 -1
  616. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  617. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +3 -0
  618. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +3 -0
  619. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +3 -0
  620. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +3 -0
  621. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +3 -0
  622. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +3 -0
  623. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +3 -0
  624. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +3 -0
  625. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +3 -0
  626. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +3 -0
  627. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +3 -0
  628. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +3 -0
  629. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +3 -0
  630. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +3 -0
  631. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +3 -0
  632. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +3 -0
  633. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +3 -0
  634. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +3 -0
  635. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +3 -0
  636. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +3 -0
  637. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +3 -0
  638. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +3 -0
  639. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +3 -0
  640. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +4 -1
  641. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +3 -0
  642. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +3 -0
  643. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +3 -0
  644. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +3 -0
  645. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +3 -0
  646. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +3 -0
  647. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +3 -0
  648. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +3 -0
  649. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +3 -0
  650. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +3 -0
  651. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +3 -0
  652. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +3 -0
  653. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +3 -0
  654. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +3 -0
  655. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +3 -0
  656. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +3 -0
  657. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +3 -0
  658. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +3 -0
  659. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +3 -0
  660. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +3 -0
  661. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +3 -0
  662. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +3 -0
  663. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +3 -0
  664. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +3 -0
  665. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +3 -0
  666. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +2 -2
  667. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +2 -2
  668. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  669. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +2 -2
  670. package/src/main/js/sap/ushell/functionBindPrototype.js +1 -1
  671. package/src/main/js/sap/ushell/iconfonts.js +1 -1
  672. package/src/main/js/sap/ushell/library.js +68 -2
  673. package/src/main/js/sap/ushell/navigationMode.js +2 -2
  674. package/src/main/js/sap/ushell/override.js +1 -1
  675. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +1 -1
  676. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +2 -2
  677. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +2 -2
  678. package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +1 -1
  679. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +2 -2
  680. package/src/main/js/sap/ushell/plugins/appwarmup/ShellUIService.js +1 -1
  681. package/src/main/js/sap/ushell/plugins/ghostapp/Component.js +1 -1
  682. package/src/main/js/sap/ushell/plugins/ghostapp/FakeModel.js +1 -1
  683. package/src/main/js/sap/ushell/plugins/rta/Component.js +16 -1
  684. package/src/main/js/sap/ushell/plugins/rta-personalize/Component.js +1 -1
  685. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +4 -2
  686. package/src/main/js/sap/ushell/renderer/History.js +1 -1
  687. package/src/main/js/sap/ushell/renderer/LogonFrameProvider.js +1 -1
  688. package/src/main/js/sap/ushell/renderer/Renderer.js +3 -3
  689. package/src/main/js/sap/ushell/renderer/Shell.controller.js +392 -155
  690. package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
  691. package/src/main/js/sap/ushell/renderer/ShellLayout.js +10 -2
  692. package/src/main/js/sap/ushell/renderer/allMyApps/AllMyApps.controller.js +1 -1
  693. package/src/main/js/sap/ushell/renderer/allMyApps/AllMyAppsManager.js +1 -1
  694. package/src/main/js/sap/ushell/renderer/resources/resources.properties +37 -8
  695. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +11 -2
  696. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +11 -2
  697. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +11 -2
  698. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +11 -2
  699. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +11 -2
  700. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +11 -2
  701. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +11 -2
  702. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +12 -3
  703. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +11 -2
  704. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +11 -2
  705. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +11 -2
  706. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +11 -2
  707. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +11 -2
  708. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +11 -2
  709. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +11 -2
  710. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +11 -2
  711. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +11 -2
  712. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +11 -2
  713. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +11 -2
  714. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +11 -2
  715. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +11 -2
  716. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +11 -2
  717. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +11 -2
  718. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +11 -2
  719. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +11 -2
  720. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +51 -42
  721. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +11 -2
  722. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +13 -4
  723. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +11 -2
  724. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +11 -2
  725. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +11 -2
  726. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +11 -2
  727. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +11 -2
  728. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +11 -2
  729. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +11 -2
  730. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +11 -2
  731. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +11 -2
  732. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +11 -2
  733. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +11 -2
  734. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +11 -2
  735. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +13 -4
  736. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +11 -2
  737. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +11 -2
  738. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +11 -2
  739. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +11 -2
  740. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +11 -2
  741. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +11 -2
  742. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +11 -2
  743. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +11 -2
  744. package/src/main/js/sap/ushell/renderer/search/searchComponent/Component.js +1 -1
  745. package/src/main/js/sap/ushell/renderer/search/searchComponent/controller/CEPSearchApp.controller.js +1 -1
  746. package/src/main/js/sap/ushell/renderer/search/searchComponent/controller/SearchApp.controller.js +1 -1
  747. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  748. package/src/main/js/sap/ushell/renderer/search/searchComponent/view/CEPSearchApp.view.js +1 -1
  749. package/src/main/js/sap/ushell/renderer/search/searchComponent/view/SearchApp.view.js +1 -1
  750. package/src/main/js/sap/ushell/renderer/search/util.js +1 -1
  751. package/src/main/js/sap/ushell/renderer/shellHeader/ShellHeader.controller.js +13 -7
  752. package/src/main/js/sap/ushell/renderer/utils.js +1 -1
  753. package/src/main/js/sap/ushell/renderers/fiori2/History.js +1 -1
  754. package/src/main/js/sap/ushell/renderers/fiori2/LogonFrameProvider.js +1 -1
  755. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +1 -1
  756. package/src/main/js/sap/ushell/renderers/fiori2/RendererExtensions.js +1 -1
  757. package/src/main/js/sap/ushell/renderers/fiori2/Shell.controller.js +1 -1
  758. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +1 -1
  759. package/src/main/js/sap/ushell/renderers/fiori2/allMyApps/AllMyAppsManager.js +1 -1
  760. package/src/main/js/sap/ushell/resources.js +1 -1
  761. package/src/main/js/sap/ushell/services/AllMyApps.js +1 -1
  762. package/src/main/js/sap/ushell/services/AppConfiguration.js +2 -2
  763. package/src/main/js/sap/ushell/services/AppLifeCycle.js +4 -3
  764. package/src/main/js/sap/ushell/services/AppState.js +2 -2
  765. package/src/main/js/sap/ushell/services/AppType.js +1 -1
  766. package/src/main/js/sap/ushell/services/Bookmark.js +2 -2
  767. package/src/main/js/sap/ushell/services/BookmarkV2.js +2 -2
  768. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +2 -2
  769. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +2 -2
  770. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +2 -2
  771. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/ParameterMapping.js +1 -1
  772. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +2 -2
  773. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +2 -2
  774. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +2 -2
  775. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +2 -2
  776. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +2 -2
  777. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +2 -2
  778. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +2 -2
  779. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +2 -2
  780. package/src/main/js/sap/ushell/services/CommonDataModel/PersonalizationProcessor.js +1 -1
  781. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +2 -2
  782. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +2 -2
  783. package/src/main/js/sap/ushell/services/CommonDataModel.js +2 -13
  784. package/src/main/js/sap/ushell/services/Configuration.js +2 -2
  785. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +2 -2
  786. package/src/main/js/sap/ushell/services/Container.js +1 -1
  787. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +2 -2
  788. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +2 -2
  789. package/src/main/js/sap/ushell/services/DarkModeSupport.js +15 -6
  790. package/src/main/js/sap/ushell/services/EndUserFeedback.js +1 -1
  791. package/src/main/js/sap/ushell/services/Extension/Item.js +2 -2
  792. package/src/main/js/sap/ushell/services/Extension.js +2 -2
  793. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +2 -2
  794. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +2 -2
  795. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +2 -2
  796. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +2 -2
  797. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +2 -2
  798. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +2 -2
  799. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +63 -0
  800. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +14 -10
  801. package/src/main/js/sap/ushell/services/LaunchPage.js +2 -2
  802. package/src/main/js/sap/ushell/services/Menu.js +2 -2
  803. package/src/main/js/sap/ushell/services/Message.js +2 -2
  804. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +269 -143
  805. package/src/main/js/sap/ushell/services/MessageBroker.js +2 -2
  806. package/src/main/js/sap/ushell/services/MessageInternal.js +2 -2
  807. package/src/main/js/sap/ushell/services/NavTargetResolution.js +1 -1
  808. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +1 -1
  809. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +2 -2
  810. package/src/main/js/sap/ushell/services/Navigation/utils.js +2 -2
  811. package/src/main/js/sap/ushell/services/Navigation.js +6 -6
  812. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +2 -2
  813. package/src/main/js/sap/ushell/services/Notifications.js +1 -1
  814. package/src/main/js/sap/ushell/services/NotificationsV2.js +1 -1
  815. package/src/main/js/sap/ushell/services/PageBuilding.js +2 -2
  816. package/src/main/js/sap/ushell/services/PagePersistence.js +2 -2
  817. package/src/main/js/sap/ushell/services/PageReferencing.js +2 -2
  818. package/src/main/js/sap/ushell/services/Pages.js +2 -2
  819. package/src/main/js/sap/ushell/services/Personalization.js +2 -2
  820. package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +1 -1
  821. package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +1 -1
  822. package/src/main/js/sap/ushell/services/PersonalizationV2/TransientPersonalizer.js +1 -1
  823. package/src/main/js/sap/ushell/services/PersonalizationV2/Variant.js +1 -1
  824. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSet.js +1 -1
  825. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +1 -1
  826. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +1 -1
  827. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +1 -1
  828. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.js +1 -1
  829. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.private.js +1 -1
  830. package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +1 -1
  831. package/src/main/js/sap/ushell/services/PersonalizationV2.js +2 -2
  832. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +2 -2
  833. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +2 -2
  834. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +2 -2
  835. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +89 -0
  836. package/src/main/js/sap/ushell/services/PluginManager.js +68 -25
  837. package/src/main/js/sap/ushell/services/ReferenceResolver.js +4 -4
  838. package/src/main/js/sap/ushell/services/Search.js +2 -2
  839. package/src/main/js/sap/ushell/services/SearchCEP.js +2 -2
  840. package/src/main/js/sap/ushell/services/SearchableContent.js +2 -2
  841. package/src/main/js/sap/ushell/services/ShellNavigation.js +2 -2
  842. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +1 -1
  843. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +1 -1
  844. package/src/main/js/sap/ushell/services/SmartNavigation.js +2 -2
  845. package/src/main/js/sap/ushell/services/SpaceContent.js +2 -2
  846. package/src/main/js/sap/ushell/services/SupportTicket.js +1 -1
  847. package/src/main/js/sap/ushell/services/UITracer.js +2 -2
  848. package/src/main/js/sap/ushell/services/URLParsing.js +1 -1
  849. package/src/main/js/sap/ushell/services/URLShortening.js +2 -2
  850. package/src/main/js/sap/ushell/services/URLTemplate.js +2 -2
  851. package/src/main/js/sap/ushell/services/Ui5ComponentHandle.js +11 -1
  852. package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +2 -2
  853. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +2 -2
  854. package/src/main/js/sap/ushell/services/UsageAnalytics.js +1 -1
  855. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +2 -2
  856. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +2 -2
  857. package/src/main/js/sap/ushell/services/UserInfo.js +2 -2
  858. package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +1 -1
  859. package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +1 -1
  860. package/src/main/js/sap/ushell/services/UserRecents/RecentsList.js +1 -1
  861. package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +1 -1
  862. package/src/main/js/sap/ushell/services/UserRecents.js +2 -2
  863. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +2 -2
  864. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +2 -2
  865. package/src/main/js/sap/ushell/services/_AppState/AppStatePersistencyMethod.js +1 -1
  866. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +2 -2
  867. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +2 -2
  868. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +2 -2
  869. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +2 -2
  870. package/src/main/js/sap/ushell/services/_Personalization/ContextContainer.js +1 -1
  871. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainer.js +1 -1
  872. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainerVariant.js +1 -1
  873. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainerVariantSet.js +1 -1
  874. package/src/main/js/sap/ushell/services/_Personalization/Personalizer.js +1 -1
  875. package/src/main/js/sap/ushell/services/_Personalization/TransientPersonalizer.js +1 -1
  876. package/src/main/js/sap/ushell/services/_Personalization/Variant.js +1 -1
  877. package/src/main/js/sap/ushell/services/_Personalization/VariantSet.js +1 -1
  878. package/src/main/js/sap/ushell/services/_Personalization/VariantSetAdapter.js +1 -1
  879. package/src/main/js/sap/ushell/services/_Personalization/WindowAdapter.js +1 -1
  880. package/src/main/js/sap/ushell/services/_Personalization/WindowAdapterContainer.js +1 -1
  881. package/src/main/js/sap/ushell/services/_Personalization/constants.js +1 -1
  882. package/src/main/js/sap/ushell/services/_Personalization/constants.private.js +1 -1
  883. package/src/main/js/sap/ushell/services/_Personalization/utils.js +1 -1
  884. package/src/main/js/sap/ushell/services/appstate/AppState.js +1 -1
  885. package/src/main/js/sap/ushell/services/appstate/AppStatePersistencyMethod.js +1 -1
  886. package/src/main/js/sap/ushell/services/appstate/AppStatePersistencySettings.js +1 -1
  887. package/src/main/js/sap/ushell/services/appstate/LimitedBuffer.js +1 -1
  888. package/src/main/js/sap/ushell/services/appstate/Sequentializer.js +1 -1
  889. package/src/main/js/sap/ushell/services/appstate/SequentializingAdapter.js +1 -1
  890. package/src/main/js/sap/ushell/services/appstate/WindowAdapter.js +1 -1
  891. package/src/main/js/sap/ushell/services/personalization/VariantSetAdapter.js +1 -1
  892. package/src/main/js/sap/ushell/state/BackNavigation.js +91 -0
  893. package/src/main/js/sap/ushell/state/BaseState.js +1 -1
  894. package/src/main/js/sap/ushell/state/BindingHelper.js +18 -15
  895. package/src/main/js/sap/ushell/state/ControlManager.js +1 -1
  896. package/src/main/js/sap/ushell/state/CurrentState.js +1 -1
  897. package/src/main/js/sap/ushell/state/KeepAlive.js +1 -1
  898. package/src/main/js/sap/ushell/state/ShellModel.js +1 -1
  899. package/src/main/js/sap/ushell/state/StateManager/LaunchpadState.js +1 -1
  900. package/src/main/js/sap/ushell/state/StateManager/Operation.js +1 -1
  901. package/src/main/js/sap/ushell/state/StateManager/ShellMode.js +1 -1
  902. package/src/main/js/sap/ushell/state/StateManager.js +7 -1
  903. package/src/main/js/sap/ushell/state/StateRules.js +1 -1
  904. package/src/main/js/sap/ushell/state/StrategyFactory/DefaultStrategy.js +1 -1
  905. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingActionsStrategy.js +1 -1
  906. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingContainerStrategy.js +1 -1
  907. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +1 -1
  908. package/src/main/js/sap/ushell/state/StrategyFactory/HeadItemsStrategy.js +4 -2
  909. package/src/main/js/sap/ushell/state/StrategyFactory/SidePaneStrategy.js +1 -1
  910. package/src/main/js/sap/ushell/state/StrategyFactory/SubHeaderStrategy.js +1 -1
  911. package/src/main/js/sap/ushell/state/StrategyFactory/UserActionsStrategy.js +7 -6
  912. package/src/main/js/sap/ushell/state/StrategyFactory.js +1 -1
  913. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +2 -2
  914. package/src/main/js/sap/ushell/themes/base/library.source.less +1 -1
  915. package/src/main/js/sap/ushell/themes/sap_belize/Section.less +6 -6
  916. package/src/main/js/sap/ushell/themes/sap_belize/TileContainer.less +9 -9
  917. package/src/main/js/sap/ushell/themes/sap_belize/library.source.less +1 -1
  918. package/src/main/js/sap/ushell/themes/sap_belize_base/library.source.less +1 -1
  919. package/src/main/js/sap/ushell/themes/sap_belize_hcb/HistoryScreen.less +1 -1
  920. package/src/main/js/sap/ushell/themes/sap_belize_hcb/library.source.less +1 -1
  921. package/src/main/js/sap/ushell/themes/sap_belize_hcw/HistoryScreen.less +1 -1
  922. package/src/main/js/sap/ushell/themes/sap_belize_hcw/library.source.less +1 -1
  923. package/src/main/js/sap/ushell/themes/sap_belize_plus/library.source.less +1 -1
  924. package/src/main/js/sap/ushell/themes/sap_bluecrystal/HistoryScreen.less +1 -1
  925. package/src/main/js/sap/ushell/themes/sap_bluecrystal/library.source.less +1 -1
  926. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +1 -1
  927. package/src/main/js/sap/ushell/themes/sap_fiori_3/Section.less +6 -6
  928. package/src/main/js/sap/ushell/themes/sap_fiori_3/TileContainer.less +7 -7
  929. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -1
  930. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/Section.less +6 -6
  931. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellHeader.less +4 -4
  932. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/TileContainer.less +7 -7
  933. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -1
  934. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -1
  935. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -1
  936. package/src/main/js/sap/ushell/themes/sap_hcb/HistoryScreen.less +1 -1
  937. package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +1 -1
  938. package/src/main/js/sap/ushell/themes/sap_horizon/Section.less +4 -6
  939. package/src/main/js/sap/ushell/themes/sap_horizon/TileContainer.less +7 -8
  940. package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +1 -1
  941. package/src/main/js/sap/ushell/themes/sap_horizon_dark/Section.less +7 -7
  942. package/src/main/js/sap/ushell/themes/sap_horizon_dark/TileContainer.less +7 -7
  943. package/src/main/js/sap/ushell/themes/sap_horizon_dark/library.source.less +1 -1
  944. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/library.source.less +1 -1
  945. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/library.source.less +1 -1
  946. package/src/main/js/sap/ushell/thirdparty/Icons.js +19 -0
  947. package/src/main/js/sap/ushell/thirdparty/Theme.js +130 -0
  948. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +1819 -0
  949. package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +104 -0
  950. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +420 -0
  951. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2508 -0
  952. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2508 -0
  953. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar.js +7139 -0
  954. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_EG.js +7139 -0
  955. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_SA.js +7138 -0
  956. package/src/main/js/sap/ushell/thirdparty/_dynamics/bg.js +6031 -0
  957. package/src/main/js/sap/ushell/thirdparty/_dynamics/ca.js +6133 -0
  958. package/src/main/js/sap/ushell/thirdparty/_dynamics/cnr.js +6219 -0
  959. package/src/main/js/sap/ushell/thirdparty/_dynamics/cs.js +6759 -0
  960. package/src/main/js/sap/ushell/thirdparty/_dynamics/da.js +5977 -0
  961. package/src/main/js/sap/ushell/thirdparty/_dynamics/de.js +6098 -0
  962. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_AT.js +6099 -0
  963. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_CH.js +6097 -0
  964. package/src/main/js/sap/ushell/thirdparty/_dynamics/el.js +5882 -0
  965. package/src/main/js/sap/ushell/thirdparty/_dynamics/el_CY.js +5882 -0
  966. package/src/main/js/sap/ushell/thirdparty/_dynamics/en.js +6094 -0
  967. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_AU.js +6134 -0
  968. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_GB.js +6125 -0
  969. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_HK.js +6136 -0
  970. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IE.js +6125 -0
  971. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IN.js +6132 -0
  972. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_NZ.js +6125 -0
  973. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_PG.js +6126 -0
  974. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_SG.js +6132 -0
  975. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_ZA.js +6126 -0
  976. package/src/main/js/sap/ushell/thirdparty/_dynamics/es.js +6153 -0
  977. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_AR.js +6156 -0
  978. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_BO.js +6155 -0
  979. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CL.js +6048 -0
  980. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CO.js +6048 -0
  981. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_MX.js +6157 -0
  982. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_PE.js +5939 -0
  983. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_UY.js +5941 -0
  984. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_VE.js +5940 -0
  985. package/src/main/js/sap/ushell/thirdparty/_dynamics/et.js +6077 -0
  986. package/src/main/js/sap/ushell/thirdparty/_dynamics/fa.js +6002 -0
  987. package/src/main/js/sap/ushell/thirdparty/_dynamics/fi.js +6245 -0
  988. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr.js +6047 -0
  989. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_BE.js +6047 -0
  990. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CA.js +6041 -0
  991. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CH.js +6065 -0
  992. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_LU.js +6047 -0
  993. package/src/main/js/sap/ushell/thirdparty/_dynamics/he.js +6593 -0
  994. package/src/main/js/sap/ushell/thirdparty/_dynamics/hi.js +5911 -0
  995. package/src/main/js/sap/ushell/thirdparty/_dynamics/hr.js +6246 -0
  996. package/src/main/js/sap/ushell/thirdparty/_dynamics/hu.js +5995 -0
  997. package/src/main/js/sap/ushell/thirdparty/_dynamics/id.js +5783 -0
  998. package/src/main/js/sap/ushell/thirdparty/_dynamics/it.js +6036 -0
  999. package/src/main/js/sap/ushell/thirdparty/_dynamics/it_CH.js +6036 -0
  1000. package/src/main/js/sap/ushell/thirdparty/_dynamics/ja.js +5942 -0
  1001. package/src/main/js/sap/ushell/thirdparty/_dynamics/kk.js +5989 -0
  1002. package/src/main/js/sap/ushell/thirdparty/_dynamics/ko.js +5823 -0
  1003. package/src/main/js/sap/ushell/thirdparty/_dynamics/lt.js +6628 -0
  1004. package/src/main/js/sap/ushell/thirdparty/_dynamics/lv.js +6164 -0
  1005. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +182 -0
  1006. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +650 -0
  1007. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +515 -0
  1008. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +182 -0
  1009. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +650 -0
  1010. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +515 -0
  1011. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +182 -0
  1012. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +650 -0
  1013. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +515 -0
  1014. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +182 -0
  1015. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +650 -0
  1016. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +515 -0
  1017. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +182 -0
  1018. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +650 -0
  1019. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +515 -0
  1020. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +182 -0
  1021. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +650 -0
  1022. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +515 -0
  1023. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +182 -0
  1024. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +650 -0
  1025. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +515 -0
  1026. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +182 -0
  1027. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +650 -0
  1028. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +515 -0
  1029. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +182 -0
  1030. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +650 -0
  1031. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +515 -0
  1032. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +182 -0
  1033. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +650 -0
  1034. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +515 -0
  1035. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +182 -0
  1036. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +650 -0
  1037. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +515 -0
  1038. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +182 -0
  1039. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +650 -0
  1040. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +515 -0
  1041. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +182 -0
  1042. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +656 -0
  1043. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +542 -0
  1044. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +182 -0
  1045. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +650 -0
  1046. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +515 -0
  1047. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +182 -0
  1048. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +650 -0
  1049. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +515 -0
  1050. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +182 -0
  1051. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +650 -0
  1052. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +515 -0
  1053. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +182 -0
  1054. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +650 -0
  1055. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +515 -0
  1056. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +182 -0
  1057. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +650 -0
  1058. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +515 -0
  1059. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +182 -0
  1060. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +650 -0
  1061. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +515 -0
  1062. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +182 -0
  1063. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +650 -0
  1064. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +515 -0
  1065. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +182 -0
  1066. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +650 -0
  1067. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +515 -0
  1068. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +182 -0
  1069. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +650 -0
  1070. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +515 -0
  1071. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +182 -0
  1072. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +650 -0
  1073. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +515 -0
  1074. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_in.js +182 -0
  1075. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_in2.js +266 -0
  1076. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_in3.js +143 -0
  1077. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +182 -0
  1078. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +650 -0
  1079. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +515 -0
  1080. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +182 -0
  1081. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +650 -0
  1082. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +515 -0
  1083. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +182 -0
  1084. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +650 -0
  1085. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +515 -0
  1086. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +182 -0
  1087. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +650 -0
  1088. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +515 -0
  1089. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +182 -0
  1090. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +650 -0
  1091. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +515 -0
  1092. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +182 -0
  1093. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +650 -0
  1094. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +515 -0
  1095. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +182 -0
  1096. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +650 -0
  1097. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +515 -0
  1098. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +182 -0
  1099. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +650 -0
  1100. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +515 -0
  1101. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +182 -0
  1102. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +650 -0
  1103. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +515 -0
  1104. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +182 -0
  1105. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +650 -0
  1106. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +515 -0
  1107. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +182 -0
  1108. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +650 -0
  1109. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +515 -0
  1110. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +182 -0
  1111. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +650 -0
  1112. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +515 -0
  1113. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +182 -0
  1114. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +650 -0
  1115. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +515 -0
  1116. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +182 -0
  1117. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +650 -0
  1118. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +515 -0
  1119. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +182 -0
  1120. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +650 -0
  1121. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +515 -0
  1122. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +182 -0
  1123. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +650 -0
  1124. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +515 -0
  1125. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +182 -0
  1126. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +650 -0
  1127. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +515 -0
  1128. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +182 -0
  1129. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +650 -0
  1130. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +515 -0
  1131. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +182 -0
  1132. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +650 -0
  1133. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +515 -0
  1134. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +182 -0
  1135. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +650 -0
  1136. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +515 -0
  1137. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +182 -0
  1138. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +650 -0
  1139. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +515 -0
  1140. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +182 -0
  1141. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +650 -0
  1142. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +515 -0
  1143. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +182 -0
  1144. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +650 -0
  1145. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +515 -0
  1146. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +182 -0
  1147. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +650 -0
  1148. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +515 -0
  1149. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +182 -0
  1150. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +650 -0
  1151. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +515 -0
  1152. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +182 -0
  1153. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +650 -0
  1154. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +515 -0
  1155. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +182 -0
  1156. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +650 -0
  1157. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +515 -0
  1158. package/src/main/js/sap/ushell/thirdparty/_dynamics/mk.js +6095 -0
  1159. package/src/main/js/sap/ushell/thirdparty/_dynamics/ms.js +5617 -0
  1160. package/src/main/js/sap/ushell/thirdparty/_dynamics/nb.js +6085 -0
  1161. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl.js +6252 -0
  1162. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl_BE.js +6252 -0
  1163. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css.js +7 -0
  1164. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +7 -0
  1165. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +7 -0
  1166. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +7 -0
  1167. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +7 -0
  1168. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +7 -0
  1169. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +7 -0
  1170. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +7 -0
  1171. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +7 -0
  1172. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +7 -0
  1173. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +7 -0
  1174. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +7 -0
  1175. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +7 -0
  1176. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +7 -0
  1177. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +7 -0
  1178. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +7 -0
  1179. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +7 -0
  1180. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +7 -0
  1181. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +7 -0
  1182. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +7 -0
  1183. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +7 -0
  1184. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +7 -0
  1185. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +7 -0
  1186. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +7 -0
  1187. package/src/main/js/sap/ushell/thirdparty/_dynamics/pl.js +6639 -0
  1188. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt.js +6165 -0
  1189. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt_PT.js +6230 -0
  1190. package/src/main/js/sap/ushell/thirdparty/_dynamics/ro.js +6250 -0
  1191. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru.js +6553 -0
  1192. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru_UA.js +6553 -0
  1193. package/src/main/js/sap/ushell/thirdparty/_dynamics/sk.js +6482 -0
  1194. package/src/main/js/sap/ushell/thirdparty/_dynamics/sl.js +6494 -0
  1195. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr.js +6291 -0
  1196. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr_Latn.js +6278 -0
  1197. package/src/main/js/sap/ushell/thirdparty/_dynamics/sv.js +6126 -0
  1198. package/src/main/js/sap/ushell/thirdparty/_dynamics/th.js +5928 -0
  1199. package/src/main/js/sap/ushell/thirdparty/_dynamics/tr.js +6146 -0
  1200. package/src/main/js/sap/ushell/thirdparty/_dynamics/uk.js +6504 -0
  1201. package/src/main/js/sap/ushell/thirdparty/_dynamics/vi.js +5720 -0
  1202. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_CN.js +5770 -0
  1203. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_HK.js +5779 -0
  1204. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_SG.js +5779 -0
  1205. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_TW.js +5846 -0
  1206. package/src/main/js/sap/ushell/thirdparty/i18n.js +25 -0
  1207. package/src/main/js/sap/ushell/thirdparty/i18nBundle.js +9 -0
  1208. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css25.js +7203 -0
  1209. package/src/main/js/sap/ushell/thirdparty/property.js +50 -0
  1210. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/ListItem.js +81 -0
  1211. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/ListItemBase.js +44 -0
  1212. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/MenuItem.js +119 -0
  1213. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-base.js +198 -0
  1214. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenu.js +4 -0
  1215. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuAccount.js +4 -0
  1216. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuItem.js +4 -0
  1217. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenu.js +99 -0
  1218. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuAccount.js +75 -0
  1219. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuItem.js +39 -0
  1220. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +333 -0
  1221. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +26 -0
  1222. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +636 -0
  1223. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +26 -0
  1224. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +146 -0
  1225. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +385 -0
  1226. package/src/main/js/sap/ushell/ui/AppContainer.js +23 -9
  1227. package/src/main/js/sap/ushell/ui/AppContainerRenderer.js +1 -1
  1228. package/src/main/js/sap/ushell/ui/ContentNodeSelector.js +1 -1
  1229. package/src/main/js/sap/ushell/ui/ContentNodeSelectorRenderer.js +1 -1
  1230. package/src/main/js/sap/ushell/ui/ContentNodeTreeItem.js +1 -1
  1231. package/src/main/js/sap/ushell/ui/CustomGroupHeaderListItem.js +1 -1
  1232. package/src/main/js/sap/ushell/ui/CustomGroupHeaderListItemRenderer.js +1 -1
  1233. package/src/main/js/sap/ushell/ui/QuickAccess.js +1 -1
  1234. package/src/main/js/sap/ushell/ui/ShellHeader.js +215 -57
  1235. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +83 -44
  1236. package/src/main/js/sap/ushell/ui/appfinder/AppBox.js +1 -1
  1237. package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternal.js +1 -1
  1238. package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternalRenderer.js +1 -1
  1239. package/src/main/js/sap/ushell/ui/appfinder/AppBoxRenderer.js +1 -1
  1240. package/src/main/js/sap/ushell/ui/appfinder/PinButton.js +1 -1
  1241. package/src/main/js/sap/ushell/ui/appfinder/PinButtonRenderer.js +1 -1
  1242. package/src/main/js/sap/ushell/ui/bookmark/SaveOnPage.controller.js +1 -1
  1243. package/src/main/js/sap/ushell/ui/cards/FrequentActivitiesExtension.js +1 -1
  1244. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +2 -2
  1245. package/src/main/js/sap/ushell/ui/footerbar/AboutButton.js +1 -1
  1246. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +1 -1
  1247. package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +1 -1
  1248. package/src/main/js/sap/ushell/ui/footerbar/ContactSupportButton.js +1 -1
  1249. package/src/main/js/sap/ushell/ui/footerbar/ContactSupportDialog.controller.js +1 -1
  1250. package/src/main/js/sap/ushell/ui/footerbar/JamDiscussButton.js +1 -1
  1251. package/src/main/js/sap/ushell/ui/footerbar/JamShareButton.js +1 -1
  1252. package/src/main/js/sap/ushell/ui/footerbar/LogoutButton.js +1 -1
  1253. package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.controller.js +1 -1
  1254. package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.view.js +1 -1
  1255. package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +1 -1
  1256. package/src/main/js/sap/ushell/ui/launchpad/AccessibilityCustomData.js +1 -1
  1257. package/src/main/js/sap/ushell/ui/launchpad/ActionItem.js +1 -1
  1258. package/src/main/js/sap/ushell/ui/launchpad/AnchorItem.js +1 -1
  1259. package/src/main/js/sap/ushell/ui/launchpad/AnchorItemRenderer.js +1 -1
  1260. package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBar.js +1 -1
  1261. package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBarRenderer.js +1 -1
  1262. package/src/main/js/sap/ushell/ui/launchpad/CatalogEntryContainer.js +1 -1
  1263. package/src/main/js/sap/ushell/ui/launchpad/CatalogsContainer.js +1 -1
  1264. package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainer.js +1 -1
  1265. package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainerRenderer.js +1 -1
  1266. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +2 -2
  1267. package/src/main/js/sap/ushell/ui/launchpad/FailedTileDialog.js +1 -1
  1268. package/src/main/js/sap/ushell/ui/launchpad/GroupHeaderActions.js +1 -1
  1269. package/src/main/js/sap/ushell/ui/launchpad/GroupListItem.js +1 -1
  1270. package/src/main/js/sap/ushell/ui/launchpad/GroupListItemRenderer.js +1 -1
  1271. package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapper.js +1 -1
  1272. package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapperRenderer.js +1 -1
  1273. package/src/main/js/sap/ushell/ui/launchpad/LoadingDialog.js +1 -1
  1274. package/src/main/js/sap/ushell/ui/launchpad/LoadingDialogRenderer.js +1 -1
  1275. package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
  1276. package/src/main/js/sap/ushell/ui/launchpad/PageRenderer.js +1 -1
  1277. package/src/main/js/sap/ushell/ui/launchpad/PlusTile.js +1 -1
  1278. package/src/main/js/sap/ushell/ui/launchpad/PlusTileRenderer.js +1 -1
  1279. package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
  1280. package/src/main/js/sap/ushell/ui/launchpad/SectionRenderer.js +1 -1
  1281. package/src/main/js/sap/ushell/ui/launchpad/Tile.js +1 -1
  1282. package/src/main/js/sap/ushell/ui/launchpad/TileContainer.js +1 -1
  1283. package/src/main/js/sap/ushell/ui/launchpad/TileContainerRenderer.js +1 -1
  1284. package/src/main/js/sap/ushell/ui/launchpad/TileContainerUtils.js +1 -1
  1285. package/src/main/js/sap/ushell/ui/launchpad/TileRenderer.js +1 -1
  1286. package/src/main/js/sap/ushell/ui/launchpad/TileState.js +1 -1
  1287. package/src/main/js/sap/ushell/ui/launchpad/TileStateInternal.js +1 -1
  1288. package/src/main/js/sap/ushell/ui/launchpad/TileStateInternalRenderer.js +1 -1
  1289. package/src/main/js/sap/ushell/ui/launchpad/TileStateRenderer.js +1 -1
  1290. package/src/main/js/sap/ushell/ui/launchpad/ViewPortState.js +1 -1
  1291. package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +1 -1
  1292. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceAbap.js +1 -1
  1293. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceBase.js +1 -1
  1294. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +1 -1
  1295. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLaunchPage.js +1 -1
  1296. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLink.js +1 -1
  1297. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceRenderer.js +1 -1
  1298. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +2 -2
  1299. package/src/main/js/sap/ushell/ui/launchpad/section/CompactAreaRenderer.js +1 -1
  1300. package/src/main/js/sap/ushell/ui/shell/ContentRenderer.js +1 -1
  1301. package/src/main/js/sap/ushell/ui/shell/NavigationMiniTile.js +1 -1
  1302. package/src/main/js/sap/ushell/ui/shell/OverflowListItem.js +1 -1
  1303. package/src/main/js/sap/ushell/ui/shell/RightFloatingContainer.js +1 -1
  1304. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +1 -1
  1305. package/src/main/js/sap/ushell/ui/shell/ShellFloatingAction.js +1 -1
  1306. package/src/main/js/sap/ushell/ui/shell/ShellFloatingActionRenderer.js +1 -1
  1307. package/src/main/js/sap/ushell/ui/shell/ShellFloatingActions.js +1 -9
  1308. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  1309. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +1 -1
  1310. package/src/main/js/sap/ushell/ui/shell/SidePane.js +1 -1
  1311. package/src/main/js/sap/ushell/ui/shell/SubHeader.js +8 -51
  1312. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
  1313. package/src/main/js/sap/ushell/ui/shell/SysInfoBarRenderer.js +1 -1
  1314. package/src/main/js/sap/ushell/ui/shell/ToolArea.js +1 -1
  1315. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +2 -2
  1316. package/src/main/js/sap/ushell/ui/tile/DynamicTile.js +1 -1
  1317. package/src/main/js/sap/ushell/ui/tile/DynamicTileRenderer.js +1 -1
  1318. package/src/main/js/sap/ushell/ui/tile/ImageTile.js +1 -1
  1319. package/src/main/js/sap/ushell/ui/tile/ImageTileRenderer.js +1 -1
  1320. package/src/main/js/sap/ushell/ui/tile/StaticTile.js +1 -1
  1321. package/src/main/js/sap/ushell/ui/tile/StaticTileRenderer.js +1 -1
  1322. package/src/main/js/sap/ushell/ui/tile/TileBase.js +1 -1
  1323. package/src/main/js/sap/ushell/ui/tile/TileBaseRenderer.js +1 -1
  1324. package/src/main/js/sap/ushell/ui/utils.js +2 -2
  1325. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +120 -13
  1326. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +2 -2
  1327. package/src/main/js/sap/ushell/ui5service/UserStatus.js +2 -2
  1328. package/src/main/js/sap/ushell/utils/AppType.js +1 -1
  1329. package/src/main/js/sap/ushell/utils/Deferred.js +1 -1
  1330. package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +1 -1
  1331. package/src/main/js/sap/ushell/utils/HttpClient.js +1 -1
  1332. package/src/main/js/sap/ushell/utils/RestrictedJSONModel.js +17 -1
  1333. package/src/main/js/sap/ushell/utils/UriParameters.js +1 -1
  1334. package/src/main/js/sap/ushell/utils/UrlParsing.js +1 -1
  1335. package/src/main/js/sap/ushell/utils/UrlShortening.js +2 -2
  1336. package/src/main/js/sap/ushell/utils/WindowUtils.js +1 -1
  1337. package/src/main/js/sap/ushell/utils/chipsUtils.js +1 -1
  1338. package/src/main/js/sap/ushell/utils/objectOperations.js +1 -1
  1339. package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +1 -1
  1340. package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +1 -1
  1341. package/src/main/js/sap/ushell/utils/type.js +1 -1
  1342. package/src/main/js/sap/ushell/utils/utilsCdm.js +1 -1
  1343. package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +1 -1
  1344. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +2 -2
  1345. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +3 -3
  1346. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +3 -3
  1347. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ar.properties +3 -0
  1348. package/src/main/js/sap/ushell/utils/workpage/resources/resources_bg.properties +3 -0
  1349. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ca.properties +3 -0
  1350. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +3 -0
  1351. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cs.properties +3 -0
  1352. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cy.properties +3 -0
  1353. package/src/main/js/sap/ushell/utils/workpage/resources/resources_da.properties +3 -0
  1354. package/src/main/js/sap/ushell/utils/workpage/resources/resources_de.properties +3 -0
  1355. package/src/main/js/sap/ushell/utils/workpage/resources/resources_el.properties +3 -0
  1356. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en.properties +3 -0
  1357. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_GB.properties +3 -0
  1358. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_saprigi.properties +3 -0
  1359. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +3 -0
  1360. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es_MX.properties +3 -0
  1361. package/src/main/js/sap/ushell/utils/workpage/resources/resources_et.properties +3 -0
  1362. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fi.properties +3 -0
  1363. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr.properties +3 -0
  1364. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr_CA.properties +3 -0
  1365. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hi.properties +3 -0
  1366. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hr.properties +3 -0
  1367. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hu.properties +3 -0
  1368. package/src/main/js/sap/ushell/utils/workpage/resources/resources_id.properties +3 -0
  1369. package/src/main/js/sap/ushell/utils/workpage/resources/resources_it.properties +3 -0
  1370. package/src/main/js/sap/ushell/utils/workpage/resources/resources_iw.properties +3 -0
  1371. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ja.properties +3 -0
  1372. package/src/main/js/sap/ushell/utils/workpage/resources/resources_kk.properties +3 -0
  1373. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ko.properties +3 -0
  1374. package/src/main/js/sap/ushell/utils/workpage/resources/resources_lt.properties +3 -0
  1375. package/src/main/js/sap/ushell/utils/workpage/resources/resources_lv.properties +3 -0
  1376. package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +3 -0
  1377. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ms.properties +3 -0
  1378. package/src/main/js/sap/ushell/utils/workpage/resources/resources_nl.properties +3 -0
  1379. package/src/main/js/sap/ushell/utils/workpage/resources/resources_no.properties +3 -0
  1380. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pl.properties +3 -0
  1381. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt.properties +3 -0
  1382. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt_PT.properties +3 -0
  1383. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ro.properties +3 -0
  1384. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ru.properties +3 -0
  1385. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sh.properties +3 -0
  1386. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sk.properties +3 -0
  1387. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sl.properties +3 -0
  1388. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +3 -0
  1389. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sv.properties +3 -0
  1390. package/src/main/js/sap/ushell/utils/workpage/resources/resources_th.properties +3 -0
  1391. package/src/main/js/sap/ushell/utils/workpage/resources/resources_tr.properties +3 -0
  1392. package/src/main/js/sap/ushell/utils/workpage/resources/resources_uk.properties +3 -0
  1393. package/src/main/js/sap/ushell/utils/workpage/resources/resources_vi.properties +3 -0
  1394. package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_CN.properties +3 -0
  1395. package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_TW.properties +3 -0
  1396. package/src/main/js/sap/ushell/utils.js +9 -1
  1397. package/src/test/js/sap/ushell/bootstrap/sandbox.js +2 -2
  1398. package/ui5.yaml +41 -5
  1399. package/src/main/js/sap/ushell/appRuntime/ui5/style.css +0 -48
@@ -0,0 +1,7 @@
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_horizon\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"14.2.8\"},\"Version\":{\"Build\": \"11.24.0.20241212104249\",\"Source\": \"11.24.0\"}};--sapBrandColor: #0070f2;--sapHighlightColor: #4db1ff;--sapBaseColor: #1d232a;--sapShellColor: #1d232a;--sapBackgroundColor: #12171c;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #eaecee;--sapLinkColor: #4db1ff;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #4db1ff;--sapHoverColor: #222b35;--sapActiveColor: #020303;--sapHighlightTextColor: #1d232a;--sapTitleColor: #eaecee;--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: #eaecee;--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: #eaecee;--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(234,236,238,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .386;--sapContent_ContrastTextColor: #1d232a;--sapContent_ForegroundColor: #101418;--sapContent_ForegroundBorderColor: #a9b4be;--sapContent_ForegroundTextColor: #eaecee;--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: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .125rem .5rem 0 rgba(0,0,0,.6);--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: 2rem;--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: #4db1ff;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #4db1ff;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #4db1ff;--sapLink_InvertedColor: #bde2ff;--sapLink_SubtleColor: #eaecee;--sapShell_Background: #12171c;--sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #1d232a;--sapShell_TextColor: #eaecee;--sapShell_InteractiveBackground: #12171c;--sapShell_InteractiveTextColor: #eaecee;--sapShell_InteractiveBorderColor: #a9b4be;--sapShell_GroupTitleTextColor: #eaecee;--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: #eaecee;--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: #eaecee;--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: #eaecee;--sapAssistant_Answer_Background: #12171c;--sapAssistant_Answer_BorderColor: #12171c;--sapAssistant_Answer_TextColor: #eaecee;--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: #eaecee;--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: #eaecee;--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: #eaecee;--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: #eaecee;--sapList_BorderColor: #2e3742;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #eaecee;--sapList_Active_TextColor: #eaecee;--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: #eaecee;--sapList_TableGroupHeaderBackground: #0c0f13;--sapList_TableGroupHeaderBorderColor: #768ea5;--sapList_TableGroupHeaderTextColor: #eaecee;--sapList_FooterBackground: #1d232a;--sapList_FooterTextColor: #eaecee;--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: #eaecee;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #680000;--sapProgress_NegativeBorderColor: #680000;--sapProgress_NegativeTextColor: #eaecee;--sapProgress_CriticalBackground: #6b4b00;--sapProgress_CriticalBorderColor: #6b4b00;--sapProgress_CriticalTextColor: #eaecee;--sapProgress_PositiveBackground: #174624;--sapProgress_PositiveBorderColor: #174624;--sapProgress_PositiveTextColor: #eaecee;--sapProgress_InformationBackground: #001b64;--sapProgress_InformationBorderColor: #001b64;--sapProgress_InformationTextColor: #eaecee;--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: #eaecee;--sapPageFooter_Background: #1d232a;--sapPageFooter_BorderColor: #2e3742;--sapPageFooter_TextColor: #eaecee;--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: #eaecee;--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: #eaecee;--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;--sapTile_Background: #1d232a;--sapTile_Hover_Background: #222b35;--sapTile_Active_Background: #020303;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #eaecee;--sapTile_TextColor: #8396a8;--sapTile_IconColor: #8396a8;--sapTile_SeparatorColor: #475566;--sapTile_Interactive_BorderColor: #5b6e85;--sapTile_OverlayBackground: #1d232a;--sapTile_OverlayForegroundColor: #eaecee;--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: #ff8f8f;--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: #662b00;--sapIndicationColor_3_Active_TextColor: #ffc933;--sapIndicationColor_3_Selected_Background: #213131;--sapIndicationColor_3_Selected_BorderColor: #662b00;--sapIndicationColor_3_Selected_TextColor: #ffc933;--sapIndicationColor_3b: #662b00;--sapIndicationColor_3b_TextColor: #ffc933;--sapIndicationColor_3b_Background: #662b00;--sapIndicationColor_3b_BorderColor: #662b00;--sapIndicationColor_3b_Hover_Background: #803600;--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: #044a18;--sapIndicationColor_4_Active_TextColor: #bde986;--sapIndicationColor_4_Selected_Background: #213131;--sapIndicationColor_4_Selected_BorderColor: #044a18;--sapIndicationColor_4_Selected_TextColor: #bde986;--sapIndicationColor_4b: #044a18;--sapIndicationColor_4b_TextColor: #bde986;--sapIndicationColor_4b_Background: #044a18;--sapIndicationColor_4b_BorderColor: #044a18;--sapIndicationColor_4b_Hover_Background: #056220;--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: #a6e0ff;--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: #64edd2;--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: #d3b6ff;--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: #ff8af0;--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
+ }));
@@ -0,0 +1,7 @@
1
+ sap.ui.define(['exports'], (function (exports) { 'use strict';
2
+
3
+ var parametersBundle_css = ":root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_hcb.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_horizon\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"HighContrast\",\"DarkColorScheme\"],\"FallbackThemeId\": \"sap_horizon\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"14.2.8\"},\"Version\":{\"Build\": \"11.24.0.20241212104249\",\"Source\": \"11.24.0\"}};--sapBrandColor: #795100;--sapHighlightColor: #795100;--sapBaseColor: #000;--sapShellColor: #000;--sapBackgroundColor: #000;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #fff;--sapLinkColor: #fff;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0f5c93;--sapHoverColor: #795100;--sapActiveColor: #795100;--sapHighlightTextColor: #fff;--sapTitleColor: #fff;--sapNegativeColor: #ff5e5e;--sapCriticalColor: #ffab1d;--sapPositiveColor: #99cc99;--sapInformativeColor: #fff;--sapNeutralColor: #fff;--sapNegativeElementColor: #ff5e5e;--sapCriticalElementColor: #ffab1d;--sapPositiveElementColor: #99cc99;--sapInformativeElementColor: #fff;--sapNeutralElementColor: #fff;--sapNegativeTextColor: #ff5e5e;--sapCriticalTextColor: #ffab1d;--sapPositiveTextColor: #99cc99;--sapInformativeTextColor: #fff;--sapNeutralTextColor: #fff;--sapErrorColor: #ff5e5e;--sapWarningColor: #ffab1d;--sapSuccessColor: #99cc99;--sapInformationColor: #fff;--sapErrorBackground: #000;--sapWarningBackground: #000;--sapSuccessBackground: #000;--sapInformationBackground: #000;--sapNeutralBackground: #000;--sapErrorBorderColor: #ff5e5e;--sapWarningBorderColor: #ffab1d;--sapSuccessBorderColor: #99cc99;--sapInformationBorderColor: #fff;--sapNeutralBorderColor: #fff;--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.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #fff;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #fff;--sapContent_MarkerIconColor: #fff;--sapContent_MarkerTextColor: #fff;--sapContent_MeasureIndicatorColor: #fff;--sapContent_Selected_MeasureIndicatorColor: #fff;--sapContent_Placeholderloading_Background: #666;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #666 0%, #666 35%, #999 50%, #666 65%, #666 100%);--sapContent_ImagePlaceholderBackground: #000;--sapContent_ImagePlaceholderForegroundColor: #fff;--sapContent_RatedColor: #fff;--sapContent_UnratedColor: #999;--sapContent_BusyColor: #fff;--sapContent_FocusColor: #fff;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #fff;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 0 .0625rem #fff;--sapContent_Shadow1: 0 0 1rem 0 rgba(255,255,255,.5), 0 0 0 .125rem #fff;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(255,255,255,.6), 0 0 0 .125rem #fff;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(255,255,255,.8), 0 0 0 .125rem #fff;--sapContent_TextShadow: -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 0 -.0625rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 0 -.125rem #fff;--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: #795100;--sapContent_HelpColor: #03ae03;--sapContent_LabelColor: #fff;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: #666;--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .5;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #000;--sapContent_ForegroundBorderColor: #fff;--sapContent_ForegroundTextColor: #fff;--sapContent_BadgeBackground: #fff;--sapContent_BadgeTextColor: #000;--sapContent_BadgeBorderColor: #000;--sapContent_DragAndDropActiveColor: #03ae03;--sapContent_Selected_TextColor: #fff;--sapContent_Selected_Background: #0f5c93;--sapContent_Selected_Hover_Background: #795100;--sapContent_Selected_ForegroundColor: #fff;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: 0 0 1rem 0 rgba(255,255,255,.5), 0 0 0 .125rem #fff;--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: 2rem;--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 #99cc99;--sapContent_Warning_HeaderShadow: inset 0 -.125rem #ffab1d;--sapContent_Error_HeaderShadow: inset 0 -.125rem #ff5e5e;--sapContent_Information_HeaderShadow: inset 0 -.125rem #fff;--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: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: underline;--sapLink_Hover_Color: #fff;--sapLink_Hover_TextDecoration: none;--sapLink_Active_Color: #fff;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #fff;--sapLink_InvertedColor: #fff;--sapLink_SubtleColor: #fff;--sapShell_Background: #000;--sapShell_BackgroundImage: linear-gradient(to bottom, #000, #000);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #fff;--sapShell_InteractiveBackground: #000;--sapShell_InteractiveTextColor: #fff;--sapShell_InteractiveBorderColor: #fff;--sapShell_GroupTitleTextColor: #fff;--sapShell_GroupTitleTextShadow: -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 0 -.0625rem #000;--sapShell_Hover_Background: #795100;--sapShell_Active_Background: #795100;--sapShell_Active_TextColor: #fff;--sapShell_Selected_Background: #0f5c93;--sapShell_Selected_TextColor: #fff;--sapShell_Selected_Hover_Background: #795100;--sapShell_Favicon: none;--sapShell_Navigation_Background: #000;--sapShell_Navigation_Hover_Background: #795100;--sapShell_Navigation_SelectedColor: #fff;--sapShell_Navigation_Selected_TextColor: #fff;--sapShell_Navigation_TextColor: #fff;--sapShell_Navigation_Active_TextColor: #fff;--sapShell_Navigation_Active_Background: #795100;--sapShell_Shadow: 0 .125rem 0 0 #fff;--sapShell_NegativeColor: #ff5e5e;--sapShell_CriticalColor: #ffab1d;--sapShell_PositiveColor: #99cc99;--sapShell_InformativeColor: #fff;--sapShell_NeutralColor: #fff;--sapShell_Assistant_ForegroundColor: #fff;--sapShell_SubBrand_TextColor: #fff;--sapShell_Category_1_Background: #000;--sapShell_Category_1_BorderColor: #6bd3ff;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #000;--sapShell_Category_2_BorderColor: #db9292;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #000;--sapShell_Category_3_BorderColor: #ffc847;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #000;--sapShell_Category_4_BorderColor: #bb86b0;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #000;--sapShell_Category_5_BorderColor: #cdaf9d;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #000;--sapShell_Category_6_BorderColor: #7fc6c6;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #000;--sapShell_Category_7_BorderColor: #e269c9;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #000;--sapShell_Category_8_BorderColor: #b2e484;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #000;--sapShell_Category_9_BorderColor: #4db1ff;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #000;--sapShell_Category_10_BorderColor: #b0bcc5;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #000;--sapShell_Category_11_BorderColor: #ff8787;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #000;--sapShell_Category_12_BorderColor: #d3b6ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #000;--sapShell_Category_13_BorderColor: #fdcef0;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #000;--sapShell_Category_14_BorderColor: #a4eeee;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #000;--sapShell_Category_15_BorderColor: #eaecee;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #000;--sapShell_Category_16_BorderColor: #b2e484;--sapShell_Category_16_TextColor: #fff;--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: #fff;--sapAssistant_Color2: #fff;--sapAssistant_BackgroundGradient: linear-gradient(#000, #000);--sapAssistant_Background: #000;--sapAssistant_BorderColor: #fff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #795100;--sapAssistant_Hover_BorderColor: #fff;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #795100;--sapAssistant_Active_BorderColor: #fff;--sapAssistant_Active_TextColor: #fff;--sapAssistant_Question_Background: #000;--sapAssistant_Question_BorderColor: #fff;--sapAssistant_Question_TextColor: #fff;--sapAssistant_Answer_Background: #585858;--sapAssistant_Answer_BorderColor: #fff;--sapAssistant_Answer_TextColor: #fff;--sapAvatar_1_Background: #000;--sapAvatar_1_BorderColor: #fff;--sapAvatar_1_TextColor: #fff;--sapAvatar_1_Hover_Background: #795100;--sapAvatar_2_Background: #000;--sapAvatar_2_BorderColor: #fff;--sapAvatar_2_TextColor: #fff;--sapAvatar_2_Hover_Background: #795100;--sapAvatar_3_Background: #000;--sapAvatar_3_BorderColor: #fff;--sapAvatar_3_TextColor: #fff;--sapAvatar_3_Hover_Background: #795100;--sapAvatar_4_Background: #000;--sapAvatar_4_BorderColor: #fff;--sapAvatar_4_TextColor: #fff;--sapAvatar_4_Hover_Background: #795100;--sapAvatar_5_Background: #000;--sapAvatar_5_BorderColor: #fff;--sapAvatar_5_TextColor: #fff;--sapAvatar_5_Hover_Background: #795100;--sapAvatar_6_Background: #000;--sapAvatar_6_BorderColor: #fff;--sapAvatar_6_TextColor: #fff;--sapAvatar_6_Hover_Background: #795100;--sapAvatar_7_Background: #000;--sapAvatar_7_BorderColor: #fff;--sapAvatar_7_TextColor: #fff;--sapAvatar_7_Hover_Background: #795100;--sapAvatar_8_Background: #000;--sapAvatar_8_BorderColor: #fff;--sapAvatar_8_TextColor: #fff;--sapAvatar_8_Hover_Background: #795100;--sapAvatar_9_Background: #000;--sapAvatar_9_BorderColor: #fff;--sapAvatar_9_TextColor: #fff;--sapAvatar_9_Hover_Background: #795100;--sapAvatar_10_Background: #000;--sapAvatar_10_BorderColor: #fff;--sapAvatar_10_TextColor: #fff;--sapAvatar_10_Hover_Background: #795100;--sapAvatar_Lite_BorderColor: #fff;--sapAvatar_Lite_Background: #000;--sapAvatar_Hover_BorderColor: #fff;--sapButton_Background: #000;--sapButton_BorderColor: #fff;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .375rem;--sapButton_TextColor: #fff;--sapButton_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #795100;--sapButton_Hover_BorderColor: #fff;--sapButton_Hover_TextColor: #fff;--sapButton_IconColor: #fff;--sapButton_Active_Background: #795100;--sapButton_Active_BorderColor: #fff;--sapButton_Active_TextColor: #fff;--sapButton_Emphasized_Background: #000;--sapButton_Emphasized_BorderColor: #fff;--sapButton_Emphasized_BorderWidth: .125rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #795100;--sapButton_Emphasized_Hover_BorderColor: #fff;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #795100;--sapButton_Emphasized_Active_BorderColor: #fff;--sapButton_Emphasized_Active_TextColor: #fff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #000;--sapButton_Reject_BorderColor: #fff;--sapButton_Reject_TextColor: #fff;--sapButton_Reject_Hover_Background: #795100;--sapButton_Reject_Hover_BorderColor: #fff;--sapButton_Reject_Hover_TextColor: #fff;--sapButton_Reject_Active_Background: #795100;--sapButton_Reject_Active_BorderColor: #fff;--sapButton_Reject_Active_TextColor: #fff;--sapButton_Reject_Selected_Background: #0f5c93;--sapButton_Reject_Selected_BorderColor: #fff;--sapButton_Reject_Selected_TextColor: #fff;--sapButton_Reject_Selected_Hover_Background: #795100;--sapButton_Reject_Selected_Hover_BorderColor: #fff;--sapButton_Accept_Background: #000;--sapButton_Accept_BorderColor: #fff;--sapButton_Accept_TextColor: #fff;--sapButton_Accept_Hover_Background: #795100;--sapButton_Accept_Hover_BorderColor: #fff;--sapButton_Accept_Hover_TextColor: #fff;--sapButton_Accept_Active_Background: #795100;--sapButton_Accept_Active_BorderColor: #fff;--sapButton_Accept_Active_TextColor: #fff;--sapButton_Accept_Selected_Background: #0f5c93;--sapButton_Accept_Selected_BorderColor: #fff;--sapButton_Accept_Selected_TextColor: #fff;--sapButton_Accept_Selected_Hover_Background: #795100;--sapButton_Accept_Selected_Hover_BorderColor: #fff;--sapButton_Lite_Background: #000;--sapButton_Lite_BorderColor: #fff;--sapButton_Lite_TextColor: #fff;--sapButton_Lite_Hover_Background: #795100;--sapButton_Lite_Hover_BorderColor: #fff;--sapButton_Lite_Hover_TextColor: #fff;--sapButton_Lite_Active_Background: #795100;--sapButton_Lite_Active_BorderColor: #fff;--sapButton_Selected_Background: #0f5c93;--sapButton_Selected_BorderColor: #fff;--sapButton_Selected_TextColor: #fff;--sapButton_Selected_Hover_Background: #795100;--sapButton_Selected_Hover_BorderColor: #fff;--sapButton_Attention_Background: #000;--sapButton_Attention_BorderColor: #fff;--sapButton_Attention_TextColor: #fff;--sapButton_Attention_Hover_Background: #795100;--sapButton_Attention_Hover_BorderColor: #fff;--sapButton_Attention_Hover_TextColor: #fff;--sapButton_Attention_Active_Background: #795100;--sapButton_Attention_Active_BorderColor: #fff;--sapButton_Attention_Active_TextColor: #fff;--sapButton_Attention_Selected_Background: #0f5c93;--sapButton_Attention_Selected_BorderColor: #fff;--sapButton_Attention_Selected_TextColor: #fff;--sapButton_Attention_Selected_Hover_Background: #795100;--sapButton_Attention_Selected_Hover_BorderColor: #fff;--sapButton_Negative_Background: #000;--sapButton_Negative_BorderColor: #fff;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #795100;--sapButton_Negative_Hover_BorderColor: #fff;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #795100;--sapButton_Negative_Active_BorderColor: #fff;--sapButton_Negative_Active_TextColor: #fff;--sapButton_Critical_Background: #000;--sapButton_Critical_BorderColor: #fff;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #795100;--sapButton_Critical_Hover_BorderColor: #fff;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #795100;--sapButton_Critical_Active_BorderColor: #fff;--sapButton_Critical_Active_TextColor: #fff;--sapButton_Success_Background: #000;--sapButton_Success_BorderColor: #fff;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #795100;--sapButton_Success_Hover_BorderColor: #fff;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #795100;--sapButton_Success_Active_BorderColor: #fff;--sapButton_Success_Active_TextColor: #fff;--sapButton_Information_Background: #000;--sapButton_Information_BorderColor: #fff;--sapButton_Information_TextColor: #fff;--sapButton_Information_Hover_Background: #795100;--sapButton_Information_Hover_BorderColor: #fff;--sapButton_Information_Hover_TextColor: #fff;--sapButton_Information_Active_Background: #795100;--sapButton_Information_Active_BorderColor: #fff;--sapButton_Information_Active_TextColor: #fff;--sapButton_Neutral_Background: #000;--sapButton_Neutral_BorderColor: #fff;--sapButton_Neutral_TextColor: #fff;--sapButton_Neutral_Hover_Background: #795100;--sapButton_Neutral_Hover_BorderColor: #fff;--sapButton_Neutral_Hover_TextColor: #fff;--sapButton_Neutral_Active_Background: #795100;--sapButton_Neutral_Active_BorderColor: #fff;--sapButton_Neutral_Active_TextColor: #fff;--sapButton_Track_Background: #000;--sapButton_Track_BorderColor: #fff;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #795100;--sapButton_Track_Hover_BorderColor: #fff;--sapButton_Track_Selected_Background: #0f5c93;--sapButton_Track_Selected_BorderColor: #fff;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #795100;--sapButton_Track_Selected_Hover_BorderColor: #fff;--sapButton_Handle_Background: #000;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #fff;--sapButton_Handle_Hover_Background: #795100;--sapButton_Handle_Hover_BorderColor: #fff;--sapButton_Handle_Selected_Background: #0f5c93;--sapButton_Handle_Selected_BorderColor: #fff;--sapButton_Handle_Selected_TextColor: #fff;--sapButton_Handle_Selected_Hover_Background: #795100;--sapButton_Handle_Selected_Hover_BorderColor: #fff;--sapButton_Track_Negative_Background: #000;--sapButton_Track_Negative_BorderColor: #ff5e5e;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #795100;--sapButton_Track_Negative_Hover_BorderColor: #ff5e5e;--sapButton_Handle_Negative_Background: #000;--sapButton_Handle_Negative_BorderColor: #ff5e5e;--sapButton_Handle_Negative_TextColor: #fff;--sapButton_Handle_Negative_Hover_Background: #795100;--sapButton_Handle_Negative_Hover_BorderColor: #ff5e5e;--sapButton_Track_Positive_Background: #000;--sapButton_Track_Positive_BorderColor: #99cc99;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #795100;--sapButton_Track_Positive_Hover_BorderColor: #fff;--sapButton_Handle_Positive_Background: #000;--sapButton_Handle_Positive_BorderColor: #99cc99;--sapButton_Handle_Positive_TextColor: #fff;--sapButton_Handle_Positive_Hover_Background: #795100;--sapButton_Handle_Positive_Hover_BorderColor: #99cc99;--sapButton_TokenBackground: #000;--sapButton_TokenBorderColor: #fff;--sapButton_TokenBorderCornerRadius: .25rem;--sapButton_Selected_TokenBorderWidth: 0;--sapButton_ReadOnly_TokenBackground: #585858;--sapButton_Segment_BorderCornerRadius: 0;--sapField_Background: #000;--sapField_BackgroundStyle: none;--sapField_TextColor: #fff;--sapField_PlaceholderTextColor: #999;--sapField_BorderColor: #fff;--sapField_HelpBackground: #000;--sapField_BorderWidth: .125rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: 0;--sapField_Shadow: none;--sapField_Hover_Background: #000;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #fff;--sapField_Hover_HelpBackground: #000;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #fff;--sapField_Focus_Background: #000;--sapField_Focus_BorderColor: #fff;--sapField_Focus_HelpBackground: #000;--sapField_ReadOnly_Background: #585858;--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #fff;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: #585858;--sapField_RequiredColor: #fff;--sapField_InvalidColor: #fff;--sapField_InvalidBackground: #795100;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: dashed;--sapField_InvalidShadow: none;--sapField_WarningColor: #fff;--sapField_WarningBackground: #000;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: dashed;--sapField_WarningShadow: none;--sapField_SuccessColor: #fff;--sapField_SuccessBackground: #000;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .125rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #fff;--sapField_InformationBackground: #000;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .0625rem;--sapField_InformationBorderStyle: dashed;--sapField_InformationShadow: none;--sapField_Selector_Hover_Background: #0f5c93;--sapField_Selector_Hover_InvalidBackground: #795100;--sapField_Selector_Hover_WarningBackground: #000;--sapField_Selector_Hover_SuccessBackground: #000;--sapField_Selector_Hover_InformationBackground: #000;--sapField_Picker_BorderColor: #000;--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: #000;--sapGroup_TitleBorderColor: #fff;--sapGroup_TitleTextColor: #fff;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #000;--sapGroup_ContentBorderColor: #fff;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: #000;--sapToolbar_Background: #000;--sapToolbar_SeparatorColor: #fff;--sapList_HeaderBackground: #000;--sapList_HeaderBorderColor: #fff;--sapList_HeaderTextColor: #fff;--sapList_BorderColor: #999;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #fff;--sapList_Active_TextColor: #fff;--sapList_Active_Background: #795100;--sapList_SelectionBackgroundColor: #0f5c93;--sapList_SelectionBorderColor: #fff;--sapList_Hover_SelectionBackground: #795100;--sapList_Background: #000;--sapList_Hover_Background: #795100;--sapList_AlternatingBackground: #262626;--sapList_GroupHeaderBackground: #000;--sapList_GroupHeaderBorderColor: #fff;--sapList_GroupHeaderTextColor: #fff;--sapList_TableGroupHeaderBackground: #585858;--sapList_TableGroupHeaderBorderColor: #fff;--sapList_TableGroupHeaderTextColor: #fff;--sapList_FooterBackground: #000;--sapList_FooterTextColor: #fff;--sapList_TableFooterBorder: #fff;--sapList_TableFixedBorderColor: #fff;--sapList_TableFixedColumnBorderWidth: .1875rem;--sapList_TableFixedRowBorderWidth: .1875rem;--sapMessage_BorderWidth: .125rem;--sapMessage_ErrorBorderColor: #ff5e5e;--sapMessage_WarningBorderColor: #ffab1d;--sapMessage_SuccessBorderColor: #99cc99;--sapMessage_InformationBorderColor: #fff;--sapMessage_Button_Hover_Background: #795100;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #000;--sapProgress_BorderColor: #fff;--sapProgress_TextColor: #fff;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #000;--sapProgress_NegativeBorderColor: #fff;--sapProgress_NegativeTextColor: #fff;--sapProgress_CriticalBackground: #000;--sapProgress_CriticalBorderColor: #fff;--sapProgress_CriticalTextColor: #fff;--sapProgress_PositiveBackground: #000;--sapProgress_PositiveBorderColor: #fff;--sapProgress_PositiveTextColor: #fff;--sapProgress_InformationBackground: #000;--sapProgress_InformationBorderColor: #fff;--sapProgress_InformationTextColor: #fff;--sapProgress_Value_Background: #795100;--sapProgress_Value_BorderColor: #fff;--sapProgress_Value_TextColor: #fff;--sapProgress_Value_NegativeBackground: #795100;--sapProgress_Value_NegativeBorderColor: #fff;--sapProgress_Value_NegativeTextColor: #fff;--sapProgress_Value_CriticalBackground: #795100;--sapProgress_Value_CriticalBorderColor: #fff;--sapProgress_Value_CriticalTextColor: #fff;--sapProgress_Value_PositiveBackground: #795100;--sapProgress_Value_PositiveBorderColor: #fff;--sapProgress_Value_PositiveTextColor: #fff;--sapProgress_Value_InformationBackground: #795100;--sapProgress_Value_InformationBorderColor: #fff;--sapProgress_Value_InformationTextColor: #fff;--sapScrollBar_FaceColor: #999;--sapScrollBar_TrackColor: #000;--sapScrollBar_BorderColor: #999;--sapScrollBar_SymbolColor: #fff;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #fff;--sapSlider_Background: #000;--sapSlider_BorderColor: #fff;--sapSlider_Selected_Background: #0f5c93;--sapSlider_Selected_BorderColor: #fff;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #000;--sapSlider_HandleBorderColor: #fff;--sapSlider_RangeHandleBackground: #000;--sapSlider_Hover_HandleBackground: #795100;--sapSlider_Hover_HandleBorderColor: #fff;--sapSlider_Hover_RangeHandleBackground: #795100;--sapSlider_Active_HandleBackground: #795100;--sapSlider_Active_HandleBorderColor: #fff;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #000;--sapPageHeader_BorderColor: #fff;--sapPageHeader_TextColor: #fff;--sapPageFooter_Background: #000;--sapPageFooter_BorderColor: #fff;--sapPageFooter_TextColor: #fff;--sapInfobar_Background: #000;--sapInfobar_Hover_Background: #795100;--sapInfobar_Active_Background: #795100;--sapInfobar_NonInteractive_Background: #585858;--sapInfobar_TextColor: #fff;--sapObjectHeader_Background: #000;--sapObjectHeader_Hover_Background: #795100;--sapObjectHeader_BorderColor: #fff;--sapObjectHeader_Title_TextColor: #fff;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #fff;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .3;--sapTab_TextColor: #fff;--sapTab_ForegroundColor: #fff;--sapTab_IconColor: #fff;--sapTab_Background: #000;--sapTab_Selected_TextColor: #fff;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0f5c93;--sapTab_Selected_Indicator_Dimension: .3125rem;--sapTab_Positive_TextColor: #fff;--sapTab_Positive_ForegroundColor: #fff;--sapTab_Positive_IconColor: #fff;--sapTab_Positive_Selected_TextColor: #fff;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #0f5c93;--sapTab_Negative_TextColor: #fff;--sapTab_Negative_ForegroundColor: #fff;--sapTab_Negative_IconColor: #fff;--sapTab_Negative_Selected_TextColor: #fff;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #0f5c93;--sapTab_Critical_TextColor: #fff;--sapTab_Critical_ForegroundColor: #fff;--sapTab_Critical_IconColor: #fff;--sapTab_Critical_Selected_TextColor: #fff;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #0f5c93;--sapTile_Background: #000;--sapTile_Hover_Background: #795100;--sapTile_Active_Background: #795100;--sapTile_BorderColor: #fff;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #fff;--sapTile_TextColor: #fff;--sapTile_IconColor: #fff;--sapTile_SeparatorColor: #fff;--sapTile_Interactive_BorderColor: #fff;--sapTile_OverlayBackground: #000;--sapTile_OverlayForegroundColor: #fff;--sapTile_Hover_ContentBackground: #795100;--sapTile_Active_ContentBackground: #795100;--sapAccentColor1: #ffc847;--sapAccentColor2: #ed884a;--sapAccentColor3: #db9292;--sapAccentColor4: #e269c9;--sapAccentColor5: #8ca7d5;--sapAccentColor6: #6bd3ff;--sapAccentColor7: #7fc6c6;--sapAccentColor8: #b2e484;--sapAccentColor9: #b995e0;--sapAccentColor10: #b0bcc5;--sapAccentBackgroundColor1: #000;--sapAccentBackgroundColor2: #000;--sapAccentBackgroundColor3: #000;--sapAccentBackgroundColor4: #000;--sapAccentBackgroundColor5: #000;--sapAccentBackgroundColor6: #000;--sapAccentBackgroundColor7: #000;--sapAccentBackgroundColor8: #000;--sapAccentBackgroundColor9: #000;--sapAccentBackgroundColor10: #000;--sapIndicationColor_1: #ff5e5e;--sapIndicationColor_1_Background: #000;--sapIndicationColor_1_BorderColor: #fff;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #795100;--sapIndicationColor_1_Active_Background: #795100;--sapIndicationColor_1_Active_BorderColor: #fff;--sapIndicationColor_1_Active_TextColor: #fff;--sapIndicationColor_1_Selected_Background: #0f5c93;--sapIndicationColor_1_Selected_BorderColor: #fff;--sapIndicationColor_1_Selected_TextColor: #fff;--sapIndicationColor_1b: #ff5e5e;--sapIndicationColor_1b_TextColor: #fff;--sapIndicationColor_1b_Background: #000;--sapIndicationColor_1b_BorderColor: #fff;--sapIndicationColor_1b_Hover_Background: #795100;--sapIndicationColor_2: #ff9191;--sapIndicationColor_2_Background: #000;--sapIndicationColor_2_BorderColor: #fff;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #795100;--sapIndicationColor_2_Active_Background: #795100;--sapIndicationColor_2_Active_BorderColor: #fff;--sapIndicationColor_2_Active_TextColor: #fff;--sapIndicationColor_2_Selected_Background: #0f5c93;--sapIndicationColor_2_Selected_BorderColor: #fff;--sapIndicationColor_2_Selected_TextColor: #fff;--sapIndicationColor_2b: #ff9191;--sapIndicationColor_2b_TextColor: #fff;--sapIndicationColor_2b_Background: #000;--sapIndicationColor_2b_BorderColor: #fff;--sapIndicationColor_2b_Hover_Background: #795100;--sapIndicationColor_3: #ffab1d;--sapIndicationColor_3_Background: #000;--sapIndicationColor_3_BorderColor: #fff;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #795100;--sapIndicationColor_3_Active_Background: #795100;--sapIndicationColor_3_Active_BorderColor: #fff;--sapIndicationColor_3_Active_TextColor: #fff;--sapIndicationColor_3_Selected_Background: #0f5c93;--sapIndicationColor_3_Selected_BorderColor: #fff;--sapIndicationColor_3_Selected_TextColor: #fff;--sapIndicationColor_3b: #ffab1d;--sapIndicationColor_3b_TextColor: #fff;--sapIndicationColor_3b_Background: #000;--sapIndicationColor_3b_BorderColor: #fff;--sapIndicationColor_3b_Hover_Background: #795100;--sapIndicationColor_4: #99cc99;--sapIndicationColor_4_Background: #000;--sapIndicationColor_4_BorderColor: #fff;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #795100;--sapIndicationColor_4_Active_Background: #795100;--sapIndicationColor_4_Active_BorderColor: #fff;--sapIndicationColor_4_Active_TextColor: #fff;--sapIndicationColor_4_Selected_Background: #0f5c93;--sapIndicationColor_4_Selected_BorderColor: #fff;--sapIndicationColor_4_Selected_TextColor: #fff;--sapIndicationColor_4b: #99cc99;--sapIndicationColor_4b_TextColor: #fff;--sapIndicationColor_4b_Background: #000;--sapIndicationColor_4b_BorderColor: #fff;--sapIndicationColor_4b_Hover_Background: #795100;--sapIndicationColor_5: #6bd3ff;--sapIndicationColor_5_Background: #000;--sapIndicationColor_5_BorderColor: #fff;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #795100;--sapIndicationColor_5_Active_Background: #795100;--sapIndicationColor_5_Active_BorderColor: #fff;--sapIndicationColor_5_Active_TextColor: #fff;--sapIndicationColor_5_Selected_Background: #0f5c93;--sapIndicationColor_5_Selected_BorderColor: #fff;--sapIndicationColor_5_Selected_TextColor: #fff;--sapIndicationColor_5b: #6bd3ff;--sapIndicationColor_5b_TextColor: #fff;--sapIndicationColor_5b_Background: #000;--sapIndicationColor_5b_BorderColor: #fff;--sapIndicationColor_5b_Hover_Background: #795100;--sapIndicationColor_6: #7fc6c6;--sapIndicationColor_6_Background: #000;--sapIndicationColor_6_BorderColor: #fff;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #795100;--sapIndicationColor_6_Active_Background: #795100;--sapIndicationColor_6_Active_BorderColor: #fff;--sapIndicationColor_6_Active_TextColor: #fff;--sapIndicationColor_6_Selected_Background: #0f5c93;--sapIndicationColor_6_Selected_BorderColor: #fff;--sapIndicationColor_6_Selected_TextColor: #fff;--sapIndicationColor_6b: #7fc6c6;--sapIndicationColor_6b_TextColor: #fff;--sapIndicationColor_6b_Background: #000;--sapIndicationColor_6b_BorderColor: #fff;--sapIndicationColor_6b_Hover_Background: #795100;--sapIndicationColor_7: #b995e0;--sapIndicationColor_7_Background: #000;--sapIndicationColor_7_BorderColor: #fff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #795100;--sapIndicationColor_7_Active_Background: #795100;--sapIndicationColor_7_Active_BorderColor: #fff;--sapIndicationColor_7_Active_TextColor: #fff;--sapIndicationColor_7_Selected_Background: #0f5c93;--sapIndicationColor_7_Selected_BorderColor: #fff;--sapIndicationColor_7_Selected_TextColor: #fff;--sapIndicationColor_7b: #b995e0;--sapIndicationColor_7b_TextColor: #fff;--sapIndicationColor_7b_Background: #000;--sapIndicationColor_7b_BorderColor: #fff;--sapIndicationColor_7b_Hover_Background: #795100;--sapIndicationColor_8: #e269c9;--sapIndicationColor_8_Background: #000;--sapIndicationColor_8_BorderColor: #fff;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #795100;--sapIndicationColor_8_Active_Background: #795100;--sapIndicationColor_8_Active_BorderColor: #fff;--sapIndicationColor_8_Active_TextColor: #fff;--sapIndicationColor_8_Selected_Background: #0f5c93;--sapIndicationColor_8_Selected_BorderColor: #fff;--sapIndicationColor_8_Selected_TextColor: #fff;--sapIndicationColor_8b: #e269c9;--sapIndicationColor_8b_TextColor: #fff;--sapIndicationColor_8b_Background: #000;--sapIndicationColor_8b_BorderColor: #fff;--sapIndicationColor_8b_Hover_Background: #795100;--sapIndicationColor_9: #000;--sapIndicationColor_9_Background: #000;--sapIndicationColor_9_BorderColor: #fff;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #795100;--sapIndicationColor_9_Active_Background: #795100;--sapIndicationColor_9_Active_BorderColor: #fff;--sapIndicationColor_9_Active_TextColor: #fff;--sapIndicationColor_9_Selected_Background: #0f5c93;--sapIndicationColor_9_Selected_BorderColor: #fff;--sapIndicationColor_9_Selected_TextColor: #fff;--sapIndicationColor_9b: #000;--sapIndicationColor_9b_TextColor: #fff;--sapIndicationColor_9b_Background: #000;--sapIndicationColor_9b_BorderColor: #fff;--sapIndicationColor_9b_Hover_Background: #795100;--sapIndicationColor_10: #494949;--sapIndicationColor_10_Background: #000;--sapIndicationColor_10_BorderColor: #fff;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #795100;--sapIndicationColor_10_Active_Background: #795100;--sapIndicationColor_10_Active_BorderColor: #fff;--sapIndicationColor_10_Active_TextColor: #fff;--sapIndicationColor_10_Selected_Background: #0f5c93;--sapIndicationColor_10_Selected_BorderColor: #fff;--sapIndicationColor_10_Selected_TextColor: #fff;--sapIndicationColor_10b: #494949;--sapIndicationColor_10b_TextColor: #fff;--sapIndicationColor_10b_Background: #000;--sapIndicationColor_10b_BorderColor: #fff;--sapIndicationColor_10b_Hover_Background: #795100;--sapLegend_WorkingBackground: #2e2e2e;--sapLegend_NonWorkingBackground: #585858;--sapLegend_CurrentDateTime: #e269c9;--sapLegendColor1: #ffc847;--sapLegendColor2: #ed884a;--sapLegendColor3: #db9292;--sapLegendColor4: #ff741f;--sapLegendColor5: #e269c9;--sapLegendColor6: #6bd3ff;--sapLegendColor7: #7fc6c6;--sapLegendColor8: #b2e484;--sapLegendColor9: #b0bcc5;--sapLegendColor10: #bb86b0;--sapLegendColor11: #ffe6ad;--sapLegendColor12: #cdaf9d;--sapLegendColor13: #ff8787;--sapLegendColor14: #ffb385;--sapLegendColor15: #ffb2ef;--sapLegendColor16: #9cabc5;--sapLegendColor17: #a4eeee;--sapLegendColor18: #8d9e7e;--sapLegendColor19: #addcf0;--sapLegendColor20: #629cff;--sapLegendBackgroundColor1: #000;--sapLegendBackgroundColor2: #000;--sapLegendBackgroundColor3: #000;--sapLegendBackgroundColor4: #000;--sapLegendBackgroundColor5: #000;--sapLegendBackgroundColor6: #000;--sapLegendBackgroundColor7: #000;--sapLegendBackgroundColor8: #000;--sapLegendBackgroundColor9: #000;--sapLegendBackgroundColor10: #000;--sapLegendBackgroundColor11: #000;--sapLegendBackgroundColor12: #000;--sapLegendBackgroundColor13: #000;--sapLegendBackgroundColor14: #000;--sapLegendBackgroundColor15: #000;--sapLegendBackgroundColor16: #000;--sapLegendBackgroundColor17: #000;--sapLegendBackgroundColor18: #000;--sapLegendBackgroundColor19: #000;--sapLegendBackgroundColor20: #000;--sapChart_Background: #000;--sapChart_ContrastTextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_ContrastShadowColor: #000;--sapChart_ContrastLineColor: #000;--sapChart_LineColor_1: #666;--sapChart_LineColor_2: #fff;--sapChart_LineColor_3: #fff;--sapChart_Choropleth_Background: #585858;--sapChart_ChoroplethRegion_Background: #afafaf;--sapChart_ChoroplethRegion_BorderColor: #585858;--sapChart_Data_TextColor: #fff;--sapChart_Data_ContrastTextColor: #000;--sapChart_Data_InteractiveColor: #fff;--sapChart_Data_Active_Background: #795100;--sapChart_OrderedColor_1: #8babcb;--sapChart_OrderedColor_2: #ed8859;--sapChart_OrderedColor_3: #9fb822;--sapChart_OrderedColor_4: #fe74ae;--sapChart_OrderedColor_5: #c092f6;--sapChart_OrderedColor_6: #05c0ba;--sapChart_OrderedColor_7: #05c0ba;--sapChart_OrderedColor_8: #f473f0;--sapChart_OrderedColor_9: #9dad9b;--sapChart_OrderedColor_10: #f28585;--sapChart_OrderedColor_11: #9ea3f6;--sapChart_OrderedColor_12: #b49e78;--sapChart_Bad: #ff7878;--sapChart_Critical: #ffab1d;--sapChart_Good: #99cc99;--sapChart_Neutral: #afafaf;--sapChart_Sequence_1_Plus3: #d1deeb;--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: #b5cade;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_1_Plus1: #a4bdd6;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_1: #8babcb;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_1_BorderColor: #8babcb;--sapChart_Sequence_1_Minus1: #7299c0;--sapChart_Sequence_1_Minus1_TextColor: #000;--sapChart_Sequence_1_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_1_Minus2: #3a5e83;--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: #2b455f;--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: #23384e;--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: #1b2b3c;--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: #fdd9c8;--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: #f9bfa4;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_2_Plus1: #f3a27b;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_2: #ed8859;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_2_BorderColor: #ed8859;--sapChart_Sequence_2_Minus1: #e9743f;--sapChart_Sequence_2_Minus1_TextColor: #000;--sapChart_Sequence_2_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_2_Minus2: #9c3d11;--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: #80320e;--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: #65270b;--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: #973b10;--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: #cdd5a3;--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: #b8c47c;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_3_Plus1: #a9ba53;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_3: #9fb822;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_3_BorderColor: #9fb822;--sapChart_Sequence_3_Minus1: #8aa115;--sapChart_Sequence_3_Minus1_TextColor: #000;--sapChart_Sequence_3_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_3_Minus2: #5c6b14;--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: #3e480d;--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: #333b0b;--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: #282e09;--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: #ffd9e9;--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: #ffc0da;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_4_Plus1: #fe97c3;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_4: #fe74ae;--sapChart_Sequence_4_TextColor: #000;--sapChart_Sequence_4_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_4_BorderColor: #fe74ae;--sapChart_Sequence_4_Minus1: #f95a9e;--sapChart_Sequence_4_Minus1_TextColor: #000;--sapChart_Sequence_4_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_4_Minus2: #b4014c;--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: #9b0142;--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: #860139;--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: #720130;--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: #e9d9fc;--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: #dbc1fa;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_5_Plus1: #ceaaf8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_5: #c092f6;--sapChart_Sequence_5_TextColor: #000;--sapChart_Sequence_5_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_5_BorderColor: #c092f6;--sapChart_Sequence_5_Minus1: #b37bf4;--sapChart_Sequence_5_Minus1_TextColor: #000;--sapChart_Sequence_5_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_5_Minus2: #7927d8;--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: #6320b1;--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: #541b97;--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: #371263;--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: #73ebe7;--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: #47e4e0;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_6_Plus1: #1fd9d3;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_6: #05c0ba;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_6_BorderColor: #05c0ba;--sapChart_Sequence_6_Minus1: #04a7a2;--sapChart_Sequence_6_Minus1_TextColor: #000;--sapChart_Sequence_6_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_6_Minus2: #006562;--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: #004b48;--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: #003635;--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: #002c2b;--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: #19f9f2;--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: #06f2ea;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_7_Plus1: #06d9d2;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_7: #05c0ba;--sapChart_Sequence_7_TextColor: #000;--sapChart_Sequence_7_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_7_BorderColor: #05c0ba;--sapChart_Sequence_7_Minus1: #04a7a2;--sapChart_Sequence_7_Minus1_TextColor: #000;--sapChart_Sequence_7_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_7_Minus2: #012b2a;--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: #000;--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: #000;--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: #000;--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: #fed9fd;--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: #fabff8;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_8_Plus1: #f8a2f5;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_8: #f473f0;--sapChart_Sequence_8_TextColor: #000;--sapChart_Sequence_8_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_8_BorderColor: #f473f0;--sapChart_Sequence_8_Minus1: #f14dec;--sapChart_Sequence_8_Minus1_TextColor: #000;--sapChart_Sequence_8_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_8_Minus2: #a2039c;--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: #d904d2;--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: #c004b9;--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: #a2039c;--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: #c6cfc5;--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: #b8c4b7;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_9_Plus1: #abb8a9;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_9: #9dad9b;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_9_BorderColor: #9dad9b;--sapChart_Sequence_9_Minus1: #879b85;--sapChart_Sequence_9_Minus1_TextColor: #000;--sapChart_Sequence_9_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_9_Minus2: #51604f;--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: #455243;--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: #394438;--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: #2d362c;--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: #fdd6d6;--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: #f9b7b7;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_10_Plus1: #f7a4a4;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_10: #f28585;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_10_BorderColor: #f28585;--sapChart_Sequence_10_Minus1: #e97070;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_10_Minus2: #9a3a3a;--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: #8b3434;--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: #752c2c;--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: #5f2424;--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: #e4e5fc;--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: #cdcffa;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_11_Plus1: #b5b9f8;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_11: #9ea3f6;--sapChart_Sequence_11_TextColor: #000;--sapChart_Sequence_11_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_11_BorderColor: #9ea3f6;--sapChart_Sequence_11_Minus1: #878df4;--sapChart_Sequence_11_Minus1_TextColor: #000;--sapChart_Sequence_11_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_11_Minus2: #6f77f2;--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: #5861f0;--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: #4a53ee;--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: #3b44da;--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: #d7cbb6;--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: #caba9f;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_12_Plus1: #c1ae8f;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_12: #b49e78;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_12_BorderColor: #b49e78;--sapChart_Sequence_12_Minus1: #a58b5e;--sapChart_Sequence_12_Minus1_TextColor: #000;--sapChart_Sequence_12_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_12_Minus2: #a08659;--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: #89734c;--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: #796543;--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: #68573a;--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: #ffdede;--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: #ffbfbf;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Bad_Plus1: #ff9c9c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Bad: #ff7878;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Bad_BorderColor: #ff7878;--sapChart_Sequence_Bad_Minus1: #ff5f5f;--sapChart_Sequence_Bad_Minus1_TextColor: #000;--sapChart_Sequence_Bad_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Bad_Minus2: #ff4545;--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: #fd0000;--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: #de0000;--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: #ba0000;--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: #ffda9d;--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: #ffd183;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Critical_Plus1: #ffb437;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Critical: #ffab1d;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Critical_BorderColor: #ffab1d;--sapChart_Sequence_Critical_Minus1: #e99200;--sapChart_Sequence_Critical_Minus1_TextColor: #000;--sapChart_Sequence_Critical_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Critical_Minus2: #7e4f00;--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: #643f00;--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: #4b2f00;--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: #412900;--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: #eef6ee;--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: #cce6cc;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Good_Plus1: #bdb;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Good: #99cc99;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Good_BorderColor: #99cc99;--sapChart_Sequence_Good_Minus1: #7b7;--sapChart_Sequence_Good_Minus1_TextColor: #000;--sapChart_Sequence_Good_Minus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Good_Minus2: #5cad5c;--sapChart_Sequence_Good_Minus2_TextColor: #000;--sapChart_Sequence_Good_Minus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Good_Minus3: #4b964b;--sapChart_Sequence_Good_Minus3_TextColor: #000;--sapChart_Sequence_Good_Minus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Good_Minus4: #428542;--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: #363;--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: #f9f9f9;--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: #e2e2e2;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Neutral_Plus1: #d5d5d5;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Neutral: #afafaf;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapChart_Sequence_Neutral_BorderColor: #afafaf;--sapChart_Sequence_Neutral_Minus1: #969696;--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: #909090;--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: #818181;--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: #727272;--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: #5b5b5b;--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_horizon_hcb;--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
+ }));
@@ -0,0 +1,7 @@
1
+ sap.ui.define(['exports'], (function (exports) { 'use strict';
2
+
3
+ var parametersBundle_css = ":root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_hcw.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_horizon_hcb\",\"sap_horizon\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"],\"FallbackThemeId\": \"sap_horizon\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"14.2.8\"},\"Version\":{\"Build\": \"11.24.0.20241212104249\",\"Source\": \"11.24.0\"}};--sapBrandColor: #e97624;--sapHighlightColor: #e97624;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #fff;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #000;--sapLinkColor: #000;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #5c93ff;--sapHoverColor: #e97624;--sapActiveColor: #e97624;--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.5;--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: -.0625rem 0 #fff, 0 .0625rem #fff, .0625rem 0 #fff, 0 -.0625rem #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: #e97624;--sapContent_HelpColor: #006800;--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: .5;--sapContent_ContrastTextColor: #000;--sapContent_ForegroundColor: #fff;--sapContent_ForegroundBorderColor: #000;--sapContent_ForegroundTextColor: #000;--sapContent_BadgeBackground: #000;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #006800;--sapContent_Selected_TextColor: #000;--sapContent_Selected_Background: #5c93ff;--sapContent_Selected_Hover_Background: #e97624;--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: 2rem;--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: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--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: -.0625rem 0 #fff, 0 .0625rem #fff, .0625rem 0 #fff, 0 -.0625rem #fff;--sapShell_Hover_Background: #e97624;--sapShell_Active_Background: #e97624;--sapShell_Active_TextColor: #000;--sapShell_Selected_Background: #5c93ff;--sapShell_Selected_TextColor: #000;--sapShell_Selected_Hover_Background: #e97624;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #e97624;--sapShell_Navigation_SelectedColor: #000;--sapShell_Navigation_Selected_TextColor: #000;--sapShell_Navigation_TextColor: #000;--sapShell_Navigation_Active_TextColor: #000;--sapShell_Navigation_Active_Background: #e97624;--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: #e97624;--sapAssistant_Hover_BorderColor: #000;--sapAssistant_Hover_TextColor: #000;--sapAssistant_Active_Background: #e97624;--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: #e97624;--sapAvatar_2_Background: #fff;--sapAvatar_2_BorderColor: #000;--sapAvatar_2_TextColor: #000;--sapAvatar_2_Hover_Background: #e97624;--sapAvatar_3_Background: #fff;--sapAvatar_3_BorderColor: #000;--sapAvatar_3_TextColor: #000;--sapAvatar_3_Hover_Background: #e97624;--sapAvatar_4_Background: #fff;--sapAvatar_4_BorderColor: #000;--sapAvatar_4_TextColor: #000;--sapAvatar_4_Hover_Background: #e97624;--sapAvatar_5_Background: #fff;--sapAvatar_5_BorderColor: #000;--sapAvatar_5_TextColor: #000;--sapAvatar_5_Hover_Background: #e97624;--sapAvatar_6_Background: #fff;--sapAvatar_6_BorderColor: #000;--sapAvatar_6_TextColor: #000;--sapAvatar_6_Hover_Background: #e97624;--sapAvatar_7_Background: #fff;--sapAvatar_7_BorderColor: #000;--sapAvatar_7_TextColor: #000;--sapAvatar_7_Hover_Background: #e97624;--sapAvatar_8_Background: #fff;--sapAvatar_8_BorderColor: #000;--sapAvatar_8_TextColor: #000;--sapAvatar_8_Hover_Background: #e97624;--sapAvatar_9_Background: #fff;--sapAvatar_9_BorderColor: #000;--sapAvatar_9_TextColor: #000;--sapAvatar_9_Hover_Background: #e97624;--sapAvatar_10_Background: #fff;--sapAvatar_10_BorderColor: #000;--sapAvatar_10_TextColor: #000;--sapAvatar_10_Hover_Background: #e97624;--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: #e97624;--sapButton_Hover_BorderColor: #000;--sapButton_Hover_TextColor: #000;--sapButton_IconColor: #000;--sapButton_Active_Background: #e97624;--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: #e97624;--sapButton_Emphasized_Hover_BorderColor: #000;--sapButton_Emphasized_Hover_TextColor: #000;--sapButton_Emphasized_Active_Background: #e97624;--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: #e97624;--sapButton_Reject_Hover_BorderColor: #000;--sapButton_Reject_Hover_TextColor: #000;--sapButton_Reject_Active_Background: #e97624;--sapButton_Reject_Active_BorderColor: #000;--sapButton_Reject_Active_TextColor: #000;--sapButton_Reject_Selected_Background: #5c93ff;--sapButton_Reject_Selected_BorderColor: #000;--sapButton_Reject_Selected_TextColor: #000;--sapButton_Reject_Selected_Hover_Background: #e97624;--sapButton_Reject_Selected_Hover_BorderColor: #000;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #000;--sapButton_Accept_TextColor: #000;--sapButton_Accept_Hover_Background: #e97624;--sapButton_Accept_Hover_BorderColor: #000;--sapButton_Accept_Hover_TextColor: #000;--sapButton_Accept_Active_Background: #e97624;--sapButton_Accept_Active_BorderColor: #000;--sapButton_Accept_Active_TextColor: #000;--sapButton_Accept_Selected_Background: #5c93ff;--sapButton_Accept_Selected_BorderColor: #000;--sapButton_Accept_Selected_TextColor: #000;--sapButton_Accept_Selected_Hover_Background: #e97624;--sapButton_Accept_Selected_Hover_BorderColor: #000;--sapButton_Lite_Background: #fff;--sapButton_Lite_BorderColor: #000;--sapButton_Lite_TextColor: #000;--sapButton_Lite_Hover_Background: #e97624;--sapButton_Lite_Hover_BorderColor: #000;--sapButton_Lite_Hover_TextColor: #000;--sapButton_Lite_Active_Background: #e97624;--sapButton_Lite_Active_BorderColor: #000;--sapButton_Selected_Background: #5c93ff;--sapButton_Selected_BorderColor: #000;--sapButton_Selected_TextColor: #000;--sapButton_Selected_Hover_Background: #e97624;--sapButton_Selected_Hover_BorderColor: #000;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #000;--sapButton_Attention_TextColor: #000;--sapButton_Attention_Hover_Background: #e97624;--sapButton_Attention_Hover_BorderColor: #000;--sapButton_Attention_Hover_TextColor: #000;--sapButton_Attention_Active_Background: #e97624;--sapButton_Attention_Active_BorderColor: #000;--sapButton_Attention_Active_TextColor: #000;--sapButton_Attention_Selected_Background: #5c93ff;--sapButton_Attention_Selected_BorderColor: #000;--sapButton_Attention_Selected_TextColor: #000;--sapButton_Attention_Selected_Hover_Background: #e97624;--sapButton_Attention_Selected_Hover_BorderColor: #000;--sapButton_Negative_Background: #fff;--sapButton_Negative_BorderColor: #000;--sapButton_Negative_TextColor: #000;--sapButton_Negative_Hover_Background: #e97624;--sapButton_Negative_Hover_BorderColor: #000;--sapButton_Negative_Hover_TextColor: #000;--sapButton_Negative_Active_Background: #e97624;--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: #e97624;--sapButton_Critical_Hover_BorderColor: #000;--sapButton_Critical_Hover_TextColor: #000;--sapButton_Critical_Active_Background: #e97624;--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: #e97624;--sapButton_Success_Hover_BorderColor: #000;--sapButton_Success_Hover_TextColor: #000;--sapButton_Success_Active_Background: #e97624;--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: #e97624;--sapButton_Information_Hover_BorderColor: #000;--sapButton_Information_Hover_TextColor: #000;--sapButton_Information_Active_Background: #e97624;--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: #e97624;--sapButton_Neutral_Hover_BorderColor: #000;--sapButton_Neutral_Hover_TextColor: #000;--sapButton_Neutral_Active_Background: #e97624;--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: #e97624;--sapButton_Track_Hover_BorderColor: #000;--sapButton_Track_Selected_Background: #5c93ff;--sapButton_Track_Selected_BorderColor: #000;--sapButton_Track_Selected_TextColor: #000;--sapButton_Track_Selected_Hover_Background: #e97624;--sapButton_Track_Selected_Hover_BorderColor: #000;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #000;--sapButton_Handle_TextColor: #000;--sapButton_Handle_Hover_Background: #e97624;--sapButton_Handle_Hover_BorderColor: #000;--sapButton_Handle_Selected_Background: #5c93ff;--sapButton_Handle_Selected_BorderColor: #000;--sapButton_Handle_Selected_TextColor: #000;--sapButton_Handle_Selected_Hover_Background: #e97624;--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: #e97624;--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: #e97624;--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: #e97624;--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: #e97624;--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: #e97624;--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: #5c93ff;--sapField_Selector_Hover_InvalidBackground: #e97624;--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: 1rem;--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: #e97624;--sapList_SelectionBackgroundColor: #5c93ff;--sapList_SelectionBorderColor: #000;--sapList_Hover_SelectionBackground: #e97624;--sapList_Background: #fff;--sapList_Hover_Background: #e97624;--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: #e97624;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #000;--sapProgress_TextColor: #000;--sapProgress_FontSize: .875rem;--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: #e97624;--sapProgress_Value_BorderColor: #000;--sapProgress_Value_TextColor: #000;--sapProgress_Value_NegativeBackground: #e97624;--sapProgress_Value_NegativeBorderColor: #000;--sapProgress_Value_NegativeTextColor: #000;--sapProgress_Value_CriticalBackground: #e97624;--sapProgress_Value_CriticalBorderColor: #000;--sapProgress_Value_CriticalTextColor: #000;--sapProgress_Value_PositiveBackground: #e97624;--sapProgress_Value_PositiveBorderColor: #000;--sapProgress_Value_PositiveTextColor: #000;--sapProgress_Value_InformationBackground: #e97624;--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: #5c93ff;--sapSlider_Selected_BorderColor: #000;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #000;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #e97624;--sapSlider_Hover_HandleBorderColor: #000;--sapSlider_Hover_RangeHandleBackground: #e97624;--sapSlider_Active_HandleBackground: #e97624;--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: #e97624;--sapInfobar_Active_Background: #e97624;--sapInfobar_NonInteractive_Background: #b3b3b3;--sapInfobar_TextColor: #000;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #e97624;--sapObjectHeader_BorderColor: #000;--sapObjectHeader_Title_TextColor: #000;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72-Bold\", \"72-Boldfull\", \"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: #5c93ff;--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: #5c93ff;--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: #5c93ff;--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: #5c93ff;--sapTile_Background: #fff;--sapTile_Hover_Background: #e97624;--sapTile_Active_Background: #e97624;--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: #e97624;--sapTile_Active_ContentBackground: #e97624;--sapAccentColor1: #5f5800;--sapAccentColor2: #5e4101;--sapAccentColor3: #973333;--sapAccentColor4: #961d7c;--sapAccentColor5: #365892;--sapAccentColor6: #004ccb;--sapAccentColor7: #105b5b;--sapAccentColor8: #26340b;--sapAccentColor9: #6c32a9;--sapAccentColor10: #4a5964;--sapAccentBackgroundColor1: #fff;--sapAccentBackgroundColor2: #fff;--sapAccentBackgroundColor3: #fff;--sapAccentBackgroundColor4: #fff;--sapAccentBackgroundColor5: #fff;--sapAccentBackgroundColor6: #fff;--sapAccentBackgroundColor7: #fff;--sapAccentBackgroundColor8: #fff;--sapAccentBackgroundColor9: #fff;--sapAccentBackgroundColor10: #fff;--sapIndicationColor_1: #780000;--sapIndicationColor_1_Background: #fff;--sapIndicationColor_1_BorderColor: #000;--sapIndicationColor_1_TextColor: #000;--sapIndicationColor_1_Hover_Background: #e97624;--sapIndicationColor_1_Active_Background: #e97624;--sapIndicationColor_1_Active_BorderColor: #000;--sapIndicationColor_1_Active_TextColor: #000;--sapIndicationColor_1_Selected_Background: #5c93ff;--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: #e97624;--sapIndicationColor_2: #ab0000;--sapIndicationColor_2_Background: #fff;--sapIndicationColor_2_BorderColor: #000;--sapIndicationColor_2_TextColor: #000;--sapIndicationColor_2_Hover_Background: #e97624;--sapIndicationColor_2_Active_Background: #e97624;--sapIndicationColor_2_Active_BorderColor: #000;--sapIndicationColor_2_Active_TextColor: #000;--sapIndicationColor_2_Selected_Background: #5c93ff;--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: #e97624;--sapIndicationColor_3: #5c5c00;--sapIndicationColor_3_Background: #fff;--sapIndicationColor_3_BorderColor: #000;--sapIndicationColor_3_TextColor: #000;--sapIndicationColor_3_Hover_Background: #e97624;--sapIndicationColor_3_Active_Background: #e97624;--sapIndicationColor_3_Active_BorderColor: #000;--sapIndicationColor_3_Active_TextColor: #000;--sapIndicationColor_3_Selected_Background: #5c93ff;--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: #e97624;--sapIndicationColor_4: #006362;--sapIndicationColor_4_Background: #fff;--sapIndicationColor_4_BorderColor: #000;--sapIndicationColor_4_TextColor: #000;--sapIndicationColor_4_Hover_Background: #e97624;--sapIndicationColor_4_Active_Background: #e97624;--sapIndicationColor_4_Active_BorderColor: #000;--sapIndicationColor_4_Active_TextColor: #000;--sapIndicationColor_4_Selected_Background: #5c93ff;--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: #e97624;--sapIndicationColor_5: #004ccb;--sapIndicationColor_5_Background: #fff;--sapIndicationColor_5_BorderColor: #000;--sapIndicationColor_5_TextColor: #000;--sapIndicationColor_5_Hover_Background: #e97624;--sapIndicationColor_5_Active_Background: #e97624;--sapIndicationColor_5_Active_BorderColor: #000;--sapIndicationColor_5_Active_TextColor: #000;--sapIndicationColor_5_Selected_Background: #5c93ff;--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: #e97624;--sapIndicationColor_6: #105b5b;--sapIndicationColor_6_Background: #fff;--sapIndicationColor_6_BorderColor: #000;--sapIndicationColor_6_TextColor: #000;--sapIndicationColor_6_Hover_Background: #e97624;--sapIndicationColor_6_Active_Background: #e97624;--sapIndicationColor_6_Active_BorderColor: #000;--sapIndicationColor_6_Active_TextColor: #000;--sapIndicationColor_6_Selected_Background: #5c93ff;--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: #e97624;--sapIndicationColor_7: #6c32a9;--sapIndicationColor_7_Background: #fff;--sapIndicationColor_7_BorderColor: #000;--sapIndicationColor_7_TextColor: #000;--sapIndicationColor_7_Hover_Background: #e97624;--sapIndicationColor_7_Active_Background: #e97624;--sapIndicationColor_7_Active_BorderColor: #000;--sapIndicationColor_7_Active_TextColor: #000;--sapIndicationColor_7_Selected_Background: #5c93ff;--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: #e97624;--sapIndicationColor_8: #961d7c;--sapIndicationColor_8_Background: #fff;--sapIndicationColor_8_BorderColor: #000;--sapIndicationColor_8_TextColor: #000;--sapIndicationColor_8_Hover_Background: #e97624;--sapIndicationColor_8_Active_Background: #e97624;--sapIndicationColor_8_Active_BorderColor: #000;--sapIndicationColor_8_Active_TextColor: #000;--sapIndicationColor_8_Selected_Background: #5c93ff;--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: #e97624;--sapIndicationColor_9: #fff;--sapIndicationColor_9_Background: #fff;--sapIndicationColor_9_BorderColor: #000;--sapIndicationColor_9_TextColor: #000;--sapIndicationColor_9_Hover_Background: #e97624;--sapIndicationColor_9_Active_Background: #e97624;--sapIndicationColor_9_Active_BorderColor: #000;--sapIndicationColor_9_Active_TextColor: #000;--sapIndicationColor_9_Selected_Background: #5c93ff;--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: #e97624;--sapIndicationColor_10: #eaecee;--sapIndicationColor_10_Background: #fff;--sapIndicationColor_10_BorderColor: #000;--sapIndicationColor_10_TextColor: #000;--sapIndicationColor_10_Hover_Background: #e97624;--sapIndicationColor_10_Active_Background: #e97624;--sapIndicationColor_10_Active_BorderColor: #000;--sapIndicationColor_10_Active_TextColor: #000;--sapIndicationColor_10_Selected_Background: #5c93ff;--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: #e97624;--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: #e97624;--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_horizon_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
+ }));