@openui5/sap.ui.webc.common 1.119.1 → 1.120.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 (819) hide show
  1. package/THIRDPARTY.txt +6 -6
  2. package/package.json +2 -2
  3. package/src/sap/ui/webc/common/.library +2 -2
  4. package/src/sap/ui/webc/common/WebComponent.js +1 -1
  5. package/src/sap/ui/webc/common/WebComponentMetadata.js +1 -1
  6. package/src/sap/ui/webc/common/library.js +3 -3
  7. package/src/sap/ui/webc/common/thirdparty/base/Boot.js +1 -1
  8. package/src/sap/ui/webc/common/thirdparty/base/CustomElementsScope.js +6 -0
  9. package/src/sap/ui/webc/common/thirdparty/base/CustomElementsScopeUtils.js +16 -2
  10. package/src/sap/ui/webc/common/thirdparty/base/Device.js +11 -1
  11. package/src/sap/ui/webc/common/thirdparty/base/FontFace.js +1 -1
  12. package/src/sap/ui/webc/common/thirdparty/base/InitialConfiguration.js +9 -3
  13. package/src/sap/ui/webc/common/thirdparty/base/Keys.js +10 -2
  14. package/src/sap/ui/webc/common/thirdparty/base/ManagedStyles.js +7 -13
  15. package/src/sap/ui/webc/common/thirdparty/base/StaticAreaItem.js +1 -3
  16. package/src/sap/ui/webc/common/thirdparty/base/UI5Element.js +1 -3
  17. package/src/sap/ui/webc/common/thirdparty/base/asset-registries/Icons.js +33 -21
  18. package/src/sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations.js +64 -20
  19. package/src/sap/ui/webc/common/thirdparty/base/{assets-meta → asset-registries/util}/IconCollectionsAlias.js +1 -2
  20. package/src/sap/ui/webc/common/thirdparty/base/asset-registries/util/IconCollectionsByTheme.js +53 -0
  21. package/src/sap/ui/webc/common/thirdparty/base/asset-registries/util/getIconCollectionByTheme.js +33 -0
  22. package/src/sap/ui/webc/common/thirdparty/base/config/CalendarType.js +18 -2
  23. package/src/sap/ui/webc/common/thirdparty/base/config/Icons.js +2 -61
  24. package/src/sap/ui/webc/common/thirdparty/base/connectToComponent.js +65 -0
  25. package/src/sap/ui/webc/common/thirdparty/base/css/FontFace.css +34 -16
  26. package/src/sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation.js +2 -4
  27. package/src/sap/ui/webc/common/thirdparty/base/features/OpenUI5Support.js +151 -105
  28. package/src/sap/ui/webc/common/thirdparty/base/generated/AssetParameters.js +1 -1
  29. package/src/sap/ui/webc/common/thirdparty/base/generated/VersionInfo.js +4 -4
  30. package/src/sap/ui/webc/common/thirdparty/base/generated/css/FontFace.css.js +1 -1
  31. package/src/sap/ui/webc/common/thirdparty/base/renderer/LitRenderer.js +2 -0
  32. package/src/sap/ui/webc/common/thirdparty/base/theming/applyTheme.js +1 -1
  33. package/src/sap/ui/webc/common/thirdparty/base/types/CSSSize.js +27 -0
  34. package/src/sap/ui/webc/common/thirdparty/base/updateShadowRoot.js +2 -2
  35. package/src/sap/ui/webc/common/thirdparty/base/util/PopupUtils.js +1 -1
  36. package/src/sap/ui/webc/common/thirdparty/icons/accessibility.js +25 -0
  37. package/src/sap/ui/webc/common/thirdparty/icons/add-calendar.js +25 -0
  38. package/src/sap/ui/webc/common/thirdparty/icons/bell-2.js +25 -0
  39. package/src/sap/ui/webc/common/thirdparty/icons/currency.js +25 -0
  40. package/src/sap/ui/webc/common/thirdparty/icons/generated/assets/v4/SAP-icons.json.js +1 -1
  41. package/src/sap/ui/webc/common/thirdparty/icons/generated/assets/v5/SAP-icons.json.js +1 -1
  42. package/src/sap/ui/webc/common/thirdparty/icons/high-priority.js +25 -0
  43. package/src/sap/ui/webc/common/thirdparty/icons/time-off.js +25 -0
  44. package/src/sap/ui/webc/common/thirdparty/icons/v4/accessibility.js +25 -0
  45. package/src/sap/ui/webc/common/thirdparty/icons/v4/add-calendar.js +25 -0
  46. package/src/sap/ui/webc/common/thirdparty/icons/v4/alert.js +1 -1
  47. package/src/sap/ui/webc/common/thirdparty/icons/v4/bell-2.js +25 -0
  48. package/src/sap/ui/webc/common/thirdparty/icons/v4/bell.js +1 -1
  49. package/src/sap/ui/webc/common/thirdparty/icons/v4/currency.js +25 -0
  50. package/src/sap/ui/webc/common/thirdparty/icons/v4/dark-mode.js +1 -1
  51. package/src/sap/ui/webc/common/thirdparty/icons/v4/email.js +1 -1
  52. package/src/sap/ui/webc/common/thirdparty/icons/v4/high-priority.js +25 -0
  53. package/src/sap/ui/webc/common/thirdparty/icons/v4/message-error.js +1 -1
  54. package/src/sap/ui/webc/common/thirdparty/icons/v4/notification.js +1 -1
  55. package/src/sap/ui/webc/common/thirdparty/icons/v4/status-completed.js +1 -1
  56. package/src/sap/ui/webc/common/thirdparty/icons/v4/status-critical.js +1 -1
  57. package/src/sap/ui/webc/common/thirdparty/icons/v4/status-error.js +1 -1
  58. package/src/sap/ui/webc/common/thirdparty/icons/v4/status-in-process.js +1 -1
  59. package/src/sap/ui/webc/common/thirdparty/icons/v4/status-negative.js +1 -1
  60. package/src/sap/ui/webc/common/thirdparty/icons/v4/status-positive.js +1 -1
  61. package/src/sap/ui/webc/common/thirdparty/icons/v4/time-off.js +25 -0
  62. package/src/sap/ui/webc/common/thirdparty/icons/v5/Chart-Tree-Map.js +1 -1
  63. package/src/sap/ui/webc/common/thirdparty/icons/v5/Netweaver-business-client.js +1 -1
  64. package/src/sap/ui/webc/common/thirdparty/icons/v5/accelerated.js +1 -1
  65. package/src/sap/ui/webc/common/thirdparty/icons/v5/accept.js +1 -1
  66. package/src/sap/ui/webc/common/thirdparty/icons/v5/accessibility.js +25 -0
  67. package/src/sap/ui/webc/common/thirdparty/icons/v5/accidental-leave.js +1 -1
  68. package/src/sap/ui/webc/common/thirdparty/icons/v5/account.js +1 -1
  69. package/src/sap/ui/webc/common/thirdparty/icons/v5/accounting-document-verification.js +1 -1
  70. package/src/sap/ui/webc/common/thirdparty/icons/v5/action-settings.js +1 -1
  71. package/src/sap/ui/webc/common/thirdparty/icons/v5/action.js +1 -1
  72. package/src/sap/ui/webc/common/thirdparty/icons/v5/activate.js +1 -1
  73. package/src/sap/ui/webc/common/thirdparty/icons/v5/activities.js +1 -1
  74. package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-2.js +1 -1
  75. package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-assigned-to-goal.js +1 -1
  76. package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-individual.js +1 -1
  77. package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-items.js +1 -1
  78. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-activity-2.js +1 -1
  79. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-activity.js +1 -1
  80. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-calendar.js +25 -0
  81. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-contact.js +1 -1
  82. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-coursebook.js +1 -1
  83. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-document.js +1 -1
  84. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-employee.js +1 -1
  85. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-equipment.js +1 -1
  86. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-favorite.js +1 -1
  87. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-filter.js +1 -1
  88. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-folder.js +1 -1
  89. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-photo.js +1 -1
  90. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-process.js +1 -1
  91. package/src/sap/ui/webc/common/thirdparty/icons/v5/add-product.js +1 -1
  92. package/src/sap/ui/webc/common/thirdparty/icons/v5/add.js +1 -1
  93. package/src/sap/ui/webc/common/thirdparty/icons/v5/address-book.js +1 -1
  94. package/src/sap/ui/webc/common/thirdparty/icons/v5/addresses.js +1 -1
  95. package/src/sap/ui/webc/common/thirdparty/icons/v5/alert.js +1 -1
  96. package/src/sap/ui/webc/common/thirdparty/icons/v5/along-stacked-chart.js +1 -1
  97. package/src/sap/ui/webc/common/thirdparty/icons/v5/alphabetical-order.js +1 -1
  98. package/src/sap/ui/webc/common/thirdparty/icons/v5/appear-offline.js +1 -1
  99. package/src/sap/ui/webc/common/thirdparty/icons/v5/appointment-2.js +1 -1
  100. package/src/sap/ui/webc/common/thirdparty/icons/v5/appointment.js +1 -1
  101. package/src/sap/ui/webc/common/thirdparty/icons/v5/approvals.js +1 -1
  102. package/src/sap/ui/webc/common/thirdparty/icons/v5/area-chart.js +1 -1
  103. package/src/sap/ui/webc/common/thirdparty/icons/v5/arobase.js +1 -1
  104. package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-bottom.js +1 -1
  105. package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-down.js +1 -1
  106. package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-left.js +1 -1
  107. package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-right.js +1 -1
  108. package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-top.js +1 -1
  109. package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-audio.js +1 -1
  110. package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-e-pub.js +1 -1
  111. package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-html.js +1 -1
  112. package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-photo.js +1 -1
  113. package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-text-file.js +1 -1
  114. package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-video.js +1 -1
  115. package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-zip-file.js +1 -1
  116. package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment.js +1 -1
  117. package/src/sap/ui/webc/common/thirdparty/icons/v5/away.js +1 -1
  118. package/src/sap/ui/webc/common/thirdparty/icons/v5/back-to-top.js +1 -1
  119. package/src/sap/ui/webc/common/thirdparty/icons/v5/background.js +1 -1
  120. package/src/sap/ui/webc/common/thirdparty/icons/v5/badge.js +1 -1
  121. package/src/sap/ui/webc/common/thirdparty/icons/v5/bar-chart.js +1 -1
  122. package/src/sap/ui/webc/common/thirdparty/icons/v5/bar-code.js +1 -1
  123. package/src/sap/ui/webc/common/thirdparty/icons/v5/basket.js +1 -1
  124. package/src/sap/ui/webc/common/thirdparty/icons/v5/batch-payments.js +1 -1
  125. package/src/sap/ui/webc/common/thirdparty/icons/v5/bbyd-active-sales.js +1 -1
  126. package/src/sap/ui/webc/common/thirdparty/icons/v5/bbyd-dashboard.js +1 -1
  127. package/src/sap/ui/webc/common/thirdparty/icons/v5/bed.js +1 -1
  128. package/src/sap/ui/webc/common/thirdparty/icons/v5/begin.js +1 -1
  129. package/src/sap/ui/webc/common/thirdparty/icons/v5/bell-2.js +25 -0
  130. package/src/sap/ui/webc/common/thirdparty/icons/v5/bell.js +1 -1
  131. package/src/sap/ui/webc/common/thirdparty/icons/v5/biometric-face.js +1 -1
  132. package/src/sap/ui/webc/common/thirdparty/icons/v5/biometric-thumb.js +1 -1
  133. package/src/sap/ui/webc/common/thirdparty/icons/v5/blank-tag-2.js +1 -1
  134. package/src/sap/ui/webc/common/thirdparty/icons/v5/blank-tag.js +1 -1
  135. package/src/sap/ui/webc/common/thirdparty/icons/v5/blur.js +1 -1
  136. package/src/sap/ui/webc/common/thirdparty/icons/v5/bo-strategy-management.js +1 -1
  137. package/src/sap/ui/webc/common/thirdparty/icons/v5/bold-text.js +1 -1
  138. package/src/sap/ui/webc/common/thirdparty/icons/v5/bookmark-2.js +1 -1
  139. package/src/sap/ui/webc/common/thirdparty/icons/v5/bookmark.js +1 -1
  140. package/src/sap/ui/webc/common/thirdparty/icons/v5/border.js +1 -1
  141. package/src/sap/ui/webc/common/thirdparty/icons/v5/broken-link.js +1 -1
  142. package/src/sap/ui/webc/common/thirdparty/icons/v5/browse-folder.js +1 -1
  143. package/src/sap/ui/webc/common/thirdparty/icons/v5/bubble-chart.js +1 -1
  144. package/src/sap/ui/webc/common/thirdparty/icons/v5/building.js +1 -1
  145. package/src/sap/ui/webc/common/thirdparty/icons/v5/bullet-text.js +1 -1
  146. package/src/sap/ui/webc/common/thirdparty/icons/v5/burglary.js +1 -1
  147. package/src/sap/ui/webc/common/thirdparty/icons/v5/bus-public-transport.js +1 -1
  148. package/src/sap/ui/webc/common/thirdparty/icons/v5/business-by-design.js +1 -1
  149. package/src/sap/ui/webc/common/thirdparty/icons/v5/business-card.js +1 -1
  150. package/src/sap/ui/webc/common/thirdparty/icons/v5/business-objects-experience.js +1 -1
  151. package/src/sap/ui/webc/common/thirdparty/icons/v5/business-objects-explorer.js +1 -1
  152. package/src/sap/ui/webc/common/thirdparty/icons/v5/business-objects-mobile.js +1 -1
  153. package/src/sap/ui/webc/common/thirdparty/icons/v5/business-one.js +1 -1
  154. package/src/sap/ui/webc/common/thirdparty/icons/v5/busy.js +1 -1
  155. package/src/sap/ui/webc/common/thirdparty/icons/v5/calendar.js +1 -1
  156. package/src/sap/ui/webc/common/thirdparty/icons/v5/call.js +1 -1
  157. package/src/sap/ui/webc/common/thirdparty/icons/v5/camera.js +1 -1
  158. package/src/sap/ui/webc/common/thirdparty/icons/v5/cancel-maintenance.js +1 -1
  159. package/src/sap/ui/webc/common/thirdparty/icons/v5/cancel-share.js +1 -1
  160. package/src/sap/ui/webc/common/thirdparty/icons/v5/cancel.js +1 -1
  161. package/src/sap/ui/webc/common/thirdparty/icons/v5/capital-projects.js +1 -1
  162. package/src/sap/ui/webc/common/thirdparty/icons/v5/car-rental.js +1 -1
  163. package/src/sap/ui/webc/common/thirdparty/icons/v5/card.js +1 -1
  164. package/src/sap/ui/webc/common/thirdparty/icons/v5/cargo-train.js +1 -1
  165. package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-2.js +1 -1
  166. package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-3.js +1 -1
  167. package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-4.js +1 -1
  168. package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-5.js +1 -1
  169. package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-approval.js +1 -1
  170. package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-full.js +1 -1
  171. package/src/sap/ui/webc/common/thirdparty/icons/v5/cart.js +1 -1
  172. package/src/sap/ui/webc/common/thirdparty/icons/v5/cause.js +1 -1
  173. package/src/sap/ui/webc/common/thirdparty/icons/v5/chain-link.js +1 -1
  174. package/src/sap/ui/webc/common/thirdparty/icons/v5/chalkboard.js +1 -1
  175. package/src/sap/ui/webc/common/thirdparty/icons/v5/chart-axis.js +1 -1
  176. package/src/sap/ui/webc/common/thirdparty/icons/v5/chart-table-view.js +1 -1
  177. package/src/sap/ui/webc/common/thirdparty/icons/v5/check-availability.js +1 -1
  178. package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist-2.js +1 -1
  179. package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist-item-2.js +1 -1
  180. package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist-item.js +1 -1
  181. package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist.js +1 -1
  182. package/src/sap/ui/webc/common/thirdparty/icons/v5/chevron-phase-2.js +1 -1
  183. package/src/sap/ui/webc/common/thirdparty/icons/v5/chevron-phase.js +1 -1
  184. package/src/sap/ui/webc/common/thirdparty/icons/v5/circle-task-2.js +1 -1
  185. package/src/sap/ui/webc/common/thirdparty/icons/v5/circle-task.js +1 -1
  186. package/src/sap/ui/webc/common/thirdparty/icons/v5/citizen-connect.js +1 -1
  187. package/src/sap/ui/webc/common/thirdparty/icons/v5/clear-all.js +1 -1
  188. package/src/sap/ui/webc/common/thirdparty/icons/v5/clear-filter.js +1 -1
  189. package/src/sap/ui/webc/common/thirdparty/icons/v5/clinical-order.js +1 -1
  190. package/src/sap/ui/webc/common/thirdparty/icons/v5/clinical-task-tracker.js +1 -1
  191. package/src/sap/ui/webc/common/thirdparty/icons/v5/clinical-tast-tracker.js +1 -1
  192. package/src/sap/ui/webc/common/thirdparty/icons/v5/close-command-field.js +1 -1
  193. package/src/sap/ui/webc/common/thirdparty/icons/v5/cloud-check.js +1 -1
  194. package/src/sap/ui/webc/common/thirdparty/icons/v5/cloud.js +1 -1
  195. package/src/sap/ui/webc/common/thirdparty/icons/v5/co.js +1 -1
  196. package/src/sap/ui/webc/common/thirdparty/icons/v5/collaborate.js +1 -1
  197. package/src/sap/ui/webc/common/thirdparty/icons/v5/collapse-all.js +1 -1
  198. package/src/sap/ui/webc/common/thirdparty/icons/v5/collapse-group.js +1 -1
  199. package/src/sap/ui/webc/common/thirdparty/icons/v5/collapse.js +1 -1
  200. package/src/sap/ui/webc/common/thirdparty/icons/v5/collections-insight.js +1 -1
  201. package/src/sap/ui/webc/common/thirdparty/icons/v5/collections-management.js +1 -1
  202. package/src/sap/ui/webc/common/thirdparty/icons/v5/collision.js +1 -1
  203. package/src/sap/ui/webc/common/thirdparty/icons/v5/color-fill.js +1 -1
  204. package/src/sap/ui/webc/common/thirdparty/icons/v5/column-chart-dual-axis.js +1 -1
  205. package/src/sap/ui/webc/common/thirdparty/icons/v5/combine.js +1 -1
  206. package/src/sap/ui/webc/common/thirdparty/icons/v5/command-line-interfaces.js +1 -1
  207. package/src/sap/ui/webc/common/thirdparty/icons/v5/comment.js +1 -1
  208. package/src/sap/ui/webc/common/thirdparty/icons/v5/commission-check.js +1 -1
  209. package/src/sap/ui/webc/common/thirdparty/icons/v5/company-view.js +1 -1
  210. package/src/sap/ui/webc/common/thirdparty/icons/v5/compare-2.js +1 -1
  211. package/src/sap/ui/webc/common/thirdparty/icons/v5/compare.js +1 -1
  212. package/src/sap/ui/webc/common/thirdparty/icons/v5/competitor.js +1 -1
  213. package/src/sap/ui/webc/common/thirdparty/icons/v5/complete.js +1 -1
  214. package/src/sap/ui/webc/common/thirdparty/icons/v5/connected.js +1 -1
  215. package/src/sap/ui/webc/common/thirdparty/icons/v5/contacts.js +1 -1
  216. package/src/sap/ui/webc/common/thirdparty/icons/v5/copy.js +1 -1
  217. package/src/sap/ui/webc/common/thirdparty/icons/v5/course-book.js +1 -1
  218. package/src/sap/ui/webc/common/thirdparty/icons/v5/course-program.js +1 -1
  219. package/src/sap/ui/webc/common/thirdparty/icons/v5/create-entry-time.js +1 -1
  220. package/src/sap/ui/webc/common/thirdparty/icons/v5/create-form.js +1 -1
  221. package/src/sap/ui/webc/common/thirdparty/icons/v5/create-leave-request.js +1 -1
  222. package/src/sap/ui/webc/common/thirdparty/icons/v5/create-session.js +1 -1
  223. package/src/sap/ui/webc/common/thirdparty/icons/v5/create.js +1 -1
  224. package/src/sap/ui/webc/common/thirdparty/icons/v5/credit-card.js +1 -1
  225. package/src/sap/ui/webc/common/thirdparty/icons/v5/crm-service-manager.js +1 -1
  226. package/src/sap/ui/webc/common/thirdparty/icons/v5/crop.js +1 -1
  227. package/src/sap/ui/webc/common/thirdparty/icons/v5/crossed-line-chart.js +1 -1
  228. package/src/sap/ui/webc/common/thirdparty/icons/v5/currency.js +25 -0
  229. package/src/sap/ui/webc/common/thirdparty/icons/v5/curriculum.js +1 -1
  230. package/src/sap/ui/webc/common/thirdparty/icons/v5/cursor-arrow.js +1 -1
  231. package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-and-contacts.js +1 -1
  232. package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-and-supplier.js +1 -1
  233. package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-briefing.js +1 -1
  234. package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-financial-fact-sheet.js +1 -1
  235. package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-history.js +1 -1
  236. package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-order-entry.js +1 -1
  237. package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-view.js +1 -1
  238. package/src/sap/ui/webc/common/thirdparty/icons/v5/customer.js +1 -1
  239. package/src/sap/ui/webc/common/thirdparty/icons/v5/customize.js +1 -1
  240. package/src/sap/ui/webc/common/thirdparty/icons/v5/dark-mode.js +1 -1
  241. package/src/sap/ui/webc/common/thirdparty/icons/v5/database.js +1 -1
  242. package/src/sap/ui/webc/common/thirdparty/icons/v5/date-time.js +1 -1
  243. package/src/sap/ui/webc/common/thirdparty/icons/v5/decision.js +1 -1
  244. package/src/sap/ui/webc/common/thirdparty/icons/v5/decline.js +1 -1
  245. package/src/sap/ui/webc/common/thirdparty/icons/v5/decrease-line-height.js +1 -1
  246. package/src/sap/ui/webc/common/thirdparty/icons/v5/delete.js +1 -1
  247. package/src/sap/ui/webc/common/thirdparty/icons/v5/desktop-mobile.js +1 -1
  248. package/src/sap/ui/webc/common/thirdparty/icons/v5/detail-less.js +1 -1
  249. package/src/sap/ui/webc/common/thirdparty/icons/v5/detail-more.js +1 -1
  250. package/src/sap/ui/webc/common/thirdparty/icons/v5/detail-view.js +1 -1
  251. package/src/sap/ui/webc/common/thirdparty/icons/v5/developer-settings.js +1 -1
  252. package/src/sap/ui/webc/common/thirdparty/icons/v5/dimension.js +1 -1
  253. package/src/sap/ui/webc/common/thirdparty/icons/v5/direction-arrows.js +1 -1
  254. package/src/sap/ui/webc/common/thirdparty/icons/v5/disconnected.js +1 -1
  255. package/src/sap/ui/webc/common/thirdparty/icons/v5/discussion-2.js +1 -1
  256. package/src/sap/ui/webc/common/thirdparty/icons/v5/discussion.js +1 -1
  257. package/src/sap/ui/webc/common/thirdparty/icons/v5/dishwasher.js +1 -1
  258. package/src/sap/ui/webc/common/thirdparty/icons/v5/display-more.js +1 -1
  259. package/src/sap/ui/webc/common/thirdparty/icons/v5/display.js +1 -1
  260. package/src/sap/ui/webc/common/thirdparty/icons/v5/doc-attachment.js +1 -1
  261. package/src/sap/ui/webc/common/thirdparty/icons/v5/doctor.js +1 -1
  262. package/src/sap/ui/webc/common/thirdparty/icons/v5/document-text.js +1 -1
  263. package/src/sap/ui/webc/common/thirdparty/icons/v5/document.js +1 -1
  264. package/src/sap/ui/webc/common/thirdparty/icons/v5/documents.js +1 -1
  265. package/src/sap/ui/webc/common/thirdparty/icons/v5/donut-chart.js +1 -1
  266. package/src/sap/ui/webc/common/thirdparty/icons/v5/down.js +1 -1
  267. package/src/sap/ui/webc/common/thirdparty/icons/v5/download-from-cloud.js +1 -1
  268. package/src/sap/ui/webc/common/thirdparty/icons/v5/download.js +1 -1
  269. package/src/sap/ui/webc/common/thirdparty/icons/v5/draw-rectangle.js +1 -1
  270. package/src/sap/ui/webc/common/thirdparty/icons/v5/drill-down.js +1 -1
  271. package/src/sap/ui/webc/common/thirdparty/icons/v5/drill-up.js +1 -1
  272. package/src/sap/ui/webc/common/thirdparty/icons/v5/drop-down-list.js +1 -1
  273. package/src/sap/ui/webc/common/thirdparty/icons/v5/dropdown.js +1 -1
  274. package/src/sap/ui/webc/common/thirdparty/icons/v5/duplicate.js +1 -1
  275. package/src/sap/ui/webc/common/thirdparty/icons/v5/e-care.js +1 -1
  276. package/src/sap/ui/webc/common/thirdparty/icons/v5/e-learning.js +1 -1
  277. package/src/sap/ui/webc/common/thirdparty/icons/v5/eam-work-order.js +1 -1
  278. package/src/sap/ui/webc/common/thirdparty/icons/v5/edit-outside.js +1 -1
  279. package/src/sap/ui/webc/common/thirdparty/icons/v5/edit.js +1 -1
  280. package/src/sap/ui/webc/common/thirdparty/icons/v5/education.js +1 -1
  281. package/src/sap/ui/webc/common/thirdparty/icons/v5/electrocardiogram.js +1 -1
  282. package/src/sap/ui/webc/common/thirdparty/icons/v5/electronic-medical-record.js +1 -1
  283. package/src/sap/ui/webc/common/thirdparty/icons/v5/email-read.js +1 -1
  284. package/src/sap/ui/webc/common/thirdparty/icons/v5/email.js +1 -1
  285. package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-approvals.js +1 -1
  286. package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-lookup.js +1 -1
  287. package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-pane.js +1 -1
  288. package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-rejections.js +1 -1
  289. package/src/sap/ui/webc/common/thirdparty/icons/v5/employee.js +1 -1
  290. package/src/sap/ui/webc/common/thirdparty/icons/v5/enablement.js +1 -1
  291. package/src/sap/ui/webc/common/thirdparty/icons/v5/end-user-experience-monitoring.js +1 -1
  292. package/src/sap/ui/webc/common/thirdparty/icons/v5/endoscopy.js +1 -1
  293. package/src/sap/ui/webc/common/thirdparty/icons/v5/energy-saving-lightbulb.js +1 -1
  294. package/src/sap/ui/webc/common/thirdparty/icons/v5/enter-more.js +1 -1
  295. package/src/sap/ui/webc/common/thirdparty/icons/v5/eraser.js +1 -1
  296. package/src/sap/ui/webc/common/thirdparty/icons/v5/error.js +1 -1
  297. package/src/sap/ui/webc/common/thirdparty/icons/v5/example.js +1 -1
  298. package/src/sap/ui/webc/common/thirdparty/icons/v5/excel-attachment.js +1 -1
  299. package/src/sap/ui/webc/common/thirdparty/icons/v5/exit-full-screen.js +1 -1
  300. package/src/sap/ui/webc/common/thirdparty/icons/v5/expand-all.js +1 -1
  301. package/src/sap/ui/webc/common/thirdparty/icons/v5/expand-group.js +1 -1
  302. package/src/sap/ui/webc/common/thirdparty/icons/v5/expand.js +1 -1
  303. package/src/sap/ui/webc/common/thirdparty/icons/v5/expense-report.js +1 -1
  304. package/src/sap/ui/webc/common/thirdparty/icons/v5/explorer.js +1 -1
  305. package/src/sap/ui/webc/common/thirdparty/icons/v5/factory.js +1 -1
  306. package/src/sap/ui/webc/common/thirdparty/icons/v5/fallback.js +1 -1
  307. package/src/sap/ui/webc/common/thirdparty/icons/v5/family-care.js +1 -1
  308. package/src/sap/ui/webc/common/thirdparty/icons/v5/family-protection.js +1 -1
  309. package/src/sap/ui/webc/common/thirdparty/icons/v5/favorite-list.js +1 -1
  310. package/src/sap/ui/webc/common/thirdparty/icons/v5/favorite.js +1 -1
  311. package/src/sap/ui/webc/common/thirdparty/icons/v5/fax-machine.js +1 -1
  312. package/src/sap/ui/webc/common/thirdparty/icons/v5/feed.js +1 -1
  313. package/src/sap/ui/webc/common/thirdparty/icons/v5/feedback.js +1 -1
  314. package/src/sap/ui/webc/common/thirdparty/icons/v5/feeder-arrow.js +1 -1
  315. package/src/sap/ui/webc/common/thirdparty/icons/v5/female.js +1 -1
  316. package/src/sap/ui/webc/common/thirdparty/icons/v5/filter-analytics.js +1 -1
  317. package/src/sap/ui/webc/common/thirdparty/icons/v5/filter-facets.js +1 -1
  318. package/src/sap/ui/webc/common/thirdparty/icons/v5/filter-fields.js +1 -1
  319. package/src/sap/ui/webc/common/thirdparty/icons/v5/filter.js +1 -1
  320. package/src/sap/ui/webc/common/thirdparty/icons/v5/flag-2.js +1 -1
  321. package/src/sap/ui/webc/common/thirdparty/icons/v5/flag.js +1 -1
  322. package/src/sap/ui/webc/common/thirdparty/icons/v5/flight.js +1 -1
  323. package/src/sap/ui/webc/common/thirdparty/icons/v5/fob-watch.js +1 -1
  324. package/src/sap/ui/webc/common/thirdparty/icons/v5/folder-2.js +1 -1
  325. package/src/sap/ui/webc/common/thirdparty/icons/v5/folder-blank.js +1 -1
  326. package/src/sap/ui/webc/common/thirdparty/icons/v5/folder-full.js +1 -1
  327. package/src/sap/ui/webc/common/thirdparty/icons/v5/folder.js +1 -1
  328. package/src/sap/ui/webc/common/thirdparty/icons/v5/form.js +1 -1
  329. package/src/sap/ui/webc/common/thirdparty/icons/v5/forward.js +1 -1
  330. package/src/sap/ui/webc/common/thirdparty/icons/v5/fridge.js +1 -1
  331. package/src/sap/ui/webc/common/thirdparty/icons/v5/full-screen.js +1 -1
  332. package/src/sap/ui/webc/common/thirdparty/icons/v5/full-stacked-chart.js +1 -1
  333. package/src/sap/ui/webc/common/thirdparty/icons/v5/full-stacked-column-chart.js +1 -1
  334. package/src/sap/ui/webc/common/thirdparty/icons/v5/functional-location.js +1 -1
  335. package/src/sap/ui/webc/common/thirdparty/icons/v5/future.js +1 -1
  336. package/src/sap/ui/webc/common/thirdparty/icons/v5/fx.js +1 -1
  337. package/src/sap/ui/webc/common/thirdparty/icons/v5/gantt-bars.js +1 -1
  338. package/src/sap/ui/webc/common/thirdparty/icons/v5/general-leave-request.js +1 -1
  339. package/src/sap/ui/webc/common/thirdparty/icons/v5/generate-shortcut.js +1 -1
  340. package/src/sap/ui/webc/common/thirdparty/icons/v5/geographic-bubble-chart.js +1 -1
  341. package/src/sap/ui/webc/common/thirdparty/icons/v5/globe.js +1 -1
  342. package/src/sap/ui/webc/common/thirdparty/icons/v5/goal.js +1 -1
  343. package/src/sap/ui/webc/common/thirdparty/icons/v5/goalseek.js +1 -1
  344. package/src/sap/ui/webc/common/thirdparty/icons/v5/grid.js +1 -1
  345. package/src/sap/ui/webc/common/thirdparty/icons/v5/group-2.js +1 -1
  346. package/src/sap/ui/webc/common/thirdparty/icons/v5/group.js +1 -1
  347. package/src/sap/ui/webc/common/thirdparty/icons/v5/header.js +1 -1
  348. package/src/sap/ui/webc/common/thirdparty/icons/v5/heading1.js +1 -1
  349. package/src/sap/ui/webc/common/thirdparty/icons/v5/heading2.js +1 -1
  350. package/src/sap/ui/webc/common/thirdparty/icons/v5/heading3.js +1 -1
  351. package/src/sap/ui/webc/common/thirdparty/icons/v5/headset.js +1 -1
  352. package/src/sap/ui/webc/common/thirdparty/icons/v5/heart-2.js +1 -1
  353. package/src/sap/ui/webc/common/thirdparty/icons/v5/heart.js +1 -1
  354. package/src/sap/ui/webc/common/thirdparty/icons/v5/heating-cooling.js +1 -1
  355. package/src/sap/ui/webc/common/thirdparty/icons/v5/heatmap-chart.js +1 -1
  356. package/src/sap/ui/webc/common/thirdparty/icons/v5/hello-world.js +1 -1
  357. package/src/sap/ui/webc/common/thirdparty/icons/v5/hide.js +1 -1
  358. package/src/sap/ui/webc/common/thirdparty/icons/v5/high-priority.js +25 -0
  359. package/src/sap/ui/webc/common/thirdparty/icons/v5/hint.js +1 -1
  360. package/src/sap/ui/webc/common/thirdparty/icons/v5/history.js +1 -1
  361. package/src/sap/ui/webc/common/thirdparty/icons/v5/home-share.js +1 -1
  362. package/src/sap/ui/webc/common/thirdparty/icons/v5/home.js +1 -1
  363. package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-bar-chart-2.js +1 -1
  364. package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-bar-chart.js +1 -1
  365. package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-bullet-chart.js +1 -1
  366. package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-combination-chart.js +1 -1
  367. package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-grip.js +1 -1
  368. package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-stacked-chart.js +1 -1
  369. package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-waterfall-chart.js +1 -1
  370. package/src/sap/ui/webc/common/thirdparty/icons/v5/hr-approval.js +1 -1
  371. package/src/sap/ui/webc/common/thirdparty/icons/v5/idea-wall.js +1 -1
  372. package/src/sap/ui/webc/common/thirdparty/icons/v5/image-viewer.js +1 -1
  373. package/src/sap/ui/webc/common/thirdparty/icons/v5/in-progress.js +1 -1
  374. package/src/sap/ui/webc/common/thirdparty/icons/v5/inbox.js +1 -1
  375. package/src/sap/ui/webc/common/thirdparty/icons/v5/incident.js +1 -1
  376. package/src/sap/ui/webc/common/thirdparty/icons/v5/incoming-call.js +1 -1
  377. package/src/sap/ui/webc/common/thirdparty/icons/v5/increase-line-height.js +1 -1
  378. package/src/sap/ui/webc/common/thirdparty/icons/v5/indent.js +1 -1
  379. package/src/sap/ui/webc/common/thirdparty/icons/v5/information.js +1 -1
  380. package/src/sap/ui/webc/common/thirdparty/icons/v5/initiative.js +1 -1
  381. package/src/sap/ui/webc/common/thirdparty/icons/v5/inspect-down.js +1 -1
  382. package/src/sap/ui/webc/common/thirdparty/icons/v5/inspect.js +1 -1
  383. package/src/sap/ui/webc/common/thirdparty/icons/v5/inspection.js +1 -1
  384. package/src/sap/ui/webc/common/thirdparty/icons/v5/instance.js +1 -1
  385. package/src/sap/ui/webc/common/thirdparty/icons/v5/insurance-car.js +1 -1
  386. package/src/sap/ui/webc/common/thirdparty/icons/v5/insurance-house.js +1 -1
  387. package/src/sap/ui/webc/common/thirdparty/icons/v5/insurance-life.js +1 -1
  388. package/src/sap/ui/webc/common/thirdparty/icons/v5/internet-browser.js +1 -1
  389. package/src/sap/ui/webc/common/thirdparty/icons/v5/inventory.js +1 -1
  390. package/src/sap/ui/webc/common/thirdparty/icons/v5/ipad-2.js +1 -1
  391. package/src/sap/ui/webc/common/thirdparty/icons/v5/ipad.js +1 -1
  392. package/src/sap/ui/webc/common/thirdparty/icons/v5/iphone-2.js +1 -1
  393. package/src/sap/ui/webc/common/thirdparty/icons/v5/iphone.js +1 -1
  394. package/src/sap/ui/webc/common/thirdparty/icons/v5/it-host.js +1 -1
  395. package/src/sap/ui/webc/common/thirdparty/icons/v5/it-instance.js +1 -1
  396. package/src/sap/ui/webc/common/thirdparty/icons/v5/it-system.js +1 -1
  397. package/src/sap/ui/webc/common/thirdparty/icons/v5/italic-text.js +1 -1
  398. package/src/sap/ui/webc/common/thirdparty/icons/v5/jam.js +1 -1
  399. package/src/sap/ui/webc/common/thirdparty/icons/v5/journey-arrive.js +1 -1
  400. package/src/sap/ui/webc/common/thirdparty/icons/v5/journey-change.js +1 -1
  401. package/src/sap/ui/webc/common/thirdparty/icons/v5/journey-depart.js +1 -1
  402. package/src/sap/ui/webc/common/thirdparty/icons/v5/key-user-settings.js +1 -1
  403. package/src/sap/ui/webc/common/thirdparty/icons/v5/key.js +1 -1
  404. package/src/sap/ui/webc/common/thirdparty/icons/v5/keyboard-and-mouse.js +1 -1
  405. package/src/sap/ui/webc/common/thirdparty/icons/v5/kpi-corporate-performance.js +1 -1
  406. package/src/sap/ui/webc/common/thirdparty/icons/v5/kpi-managing-my-area.js +1 -1
  407. package/src/sap/ui/webc/common/thirdparty/icons/v5/lab.js +1 -1
  408. package/src/sap/ui/webc/common/thirdparty/icons/v5/laptop.js +1 -1
  409. package/src/sap/ui/webc/common/thirdparty/icons/v5/lateness.js +1 -1
  410. package/src/sap/ui/webc/common/thirdparty/icons/v5/lead-outdated.js +1 -1
  411. package/src/sap/ui/webc/common/thirdparty/icons/v5/lead.js +1 -1
  412. package/src/sap/ui/webc/common/thirdparty/icons/v5/leads.js +1 -1
  413. package/src/sap/ui/webc/common/thirdparty/icons/v5/learning-assistant.js +1 -1
  414. package/src/sap/ui/webc/common/thirdparty/icons/v5/legend.js +1 -1
  415. package/src/sap/ui/webc/common/thirdparty/icons/v5/letter.js +1 -1
  416. package/src/sap/ui/webc/common/thirdparty/icons/v5/light-mode.js +1 -1
  417. package/src/sap/ui/webc/common/thirdparty/icons/v5/lightbulb.js +1 -1
  418. package/src/sap/ui/webc/common/thirdparty/icons/v5/line-chart-dual-axis.js +1 -1
  419. package/src/sap/ui/webc/common/thirdparty/icons/v5/line-chart-time-axis.js +1 -1
  420. package/src/sap/ui/webc/common/thirdparty/icons/v5/line-chart.js +1 -1
  421. package/src/sap/ui/webc/common/thirdparty/icons/v5/line-charts.js +1 -1
  422. package/src/sap/ui/webc/common/thirdparty/icons/v5/list.js +1 -1
  423. package/src/sap/ui/webc/common/thirdparty/icons/v5/loan.js +1 -1
  424. package/src/sap/ui/webc/common/thirdparty/icons/v5/locate-me-2.js +1 -1
  425. package/src/sap/ui/webc/common/thirdparty/icons/v5/locate-me.js +1 -1
  426. package/src/sap/ui/webc/common/thirdparty/icons/v5/locked.js +1 -1
  427. package/src/sap/ui/webc/common/thirdparty/icons/v5/log.js +1 -1
  428. package/src/sap/ui/webc/common/thirdparty/icons/v5/machine.js +1 -1
  429. package/src/sap/ui/webc/common/thirdparty/icons/v5/male.js +1 -1
  430. package/src/sap/ui/webc/common/thirdparty/icons/v5/manager-insight.js +1 -1
  431. package/src/sap/ui/webc/common/thirdparty/icons/v5/manager.js +1 -1
  432. package/src/sap/ui/webc/common/thirdparty/icons/v5/map-2.js +1 -1
  433. package/src/sap/ui/webc/common/thirdparty/icons/v5/map-3.js +1 -1
  434. package/src/sap/ui/webc/common/thirdparty/icons/v5/map-fill.js +1 -1
  435. package/src/sap/ui/webc/common/thirdparty/icons/v5/map.js +1 -1
  436. package/src/sap/ui/webc/common/thirdparty/icons/v5/marketing-campaign.js +1 -1
  437. package/src/sap/ui/webc/common/thirdparty/icons/v5/master-task-triangle-2.js +1 -1
  438. package/src/sap/ui/webc/common/thirdparty/icons/v5/master-task-triangle.js +1 -1
  439. package/src/sap/ui/webc/common/thirdparty/icons/v5/meal.js +1 -1
  440. package/src/sap/ui/webc/common/thirdparty/icons/v5/measure.js +1 -1
  441. package/src/sap/ui/webc/common/thirdparty/icons/v5/measurement-document.js +1 -1
  442. package/src/sap/ui/webc/common/thirdparty/icons/v5/measuring-point.js +1 -1
  443. package/src/sap/ui/webc/common/thirdparty/icons/v5/media-forward.js +1 -1
  444. package/src/sap/ui/webc/common/thirdparty/icons/v5/media-pause.js +1 -1
  445. package/src/sap/ui/webc/common/thirdparty/icons/v5/media-play.js +1 -1
  446. package/src/sap/ui/webc/common/thirdparty/icons/v5/media-reverse.js +1 -1
  447. package/src/sap/ui/webc/common/thirdparty/icons/v5/media-rewind.js +1 -1
  448. package/src/sap/ui/webc/common/thirdparty/icons/v5/meeting-room.js +1 -1
  449. package/src/sap/ui/webc/common/thirdparty/icons/v5/megamenu.js +1 -1
  450. package/src/sap/ui/webc/common/thirdparty/icons/v5/menu.js +1 -1
  451. package/src/sap/ui/webc/common/thirdparty/icons/v5/menu2.js +1 -1
  452. package/src/sap/ui/webc/common/thirdparty/icons/v5/message-error.js +1 -1
  453. package/src/sap/ui/webc/common/thirdparty/icons/v5/message-information.js +1 -1
  454. package/src/sap/ui/webc/common/thirdparty/icons/v5/message-popup.js +1 -1
  455. package/src/sap/ui/webc/common/thirdparty/icons/v5/message-success.js +1 -1
  456. package/src/sap/ui/webc/common/thirdparty/icons/v5/message-warning.js +1 -1
  457. package/src/sap/ui/webc/common/thirdparty/icons/v5/microphone.js +1 -1
  458. package/src/sap/ui/webc/common/thirdparty/icons/v5/mileage.js +1 -1
  459. package/src/sap/ui/webc/common/thirdparty/icons/v5/minimize.js +1 -1
  460. package/src/sap/ui/webc/common/thirdparty/icons/v5/mirrored-task-circle-2.js +1 -1
  461. package/src/sap/ui/webc/common/thirdparty/icons/v5/mirrored-task-circle.js +1 -1
  462. package/src/sap/ui/webc/common/thirdparty/icons/v5/money-bills.js +1 -1
  463. package/src/sap/ui/webc/common/thirdparty/icons/v5/monitor-payments.js +1 -1
  464. package/src/sap/ui/webc/common/thirdparty/icons/v5/move.js +1 -1
  465. package/src/sap/ui/webc/common/thirdparty/icons/v5/mri-scan.js +1 -1
  466. package/src/sap/ui/webc/common/thirdparty/icons/v5/multi-select.js +1 -1
  467. package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-bar-chart.js +1 -1
  468. package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-line-chart.js +1 -1
  469. package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-pie-chart.js +1 -1
  470. package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-radar-chart.js +1 -1
  471. package/src/sap/ui/webc/common/thirdparty/icons/v5/multiselect-all.js +1 -1
  472. package/src/sap/ui/webc/common/thirdparty/icons/v5/multiselect-none.js +1 -1
  473. package/src/sap/ui/webc/common/thirdparty/icons/v5/my-sales-order.js +1 -1
  474. package/src/sap/ui/webc/common/thirdparty/icons/v5/my-view.js +1 -1
  475. package/src/sap/ui/webc/common/thirdparty/icons/v5/nav-back.js +1 -1
  476. package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-down-arrow.js +1 -1
  477. package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-left-arrow.js +1 -1
  478. package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-right-arrow.js +1 -1
  479. package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-up-arrow.js +1 -1
  480. package/src/sap/ui/webc/common/thirdparty/icons/v5/negative.js +1 -1
  481. package/src/sap/ui/webc/common/thirdparty/icons/v5/newspaper.js +1 -1
  482. package/src/sap/ui/webc/common/thirdparty/icons/v5/non-binary.js +1 -1
  483. package/src/sap/ui/webc/common/thirdparty/icons/v5/not-editable.js +1 -1
  484. package/src/sap/ui/webc/common/thirdparty/icons/v5/notes.js +1 -1
  485. package/src/sap/ui/webc/common/thirdparty/icons/v5/notification-2.js +1 -1
  486. package/src/sap/ui/webc/common/thirdparty/icons/v5/notification.js +1 -1
  487. package/src/sap/ui/webc/common/thirdparty/icons/v5/number-sign.js +1 -1
  488. package/src/sap/ui/webc/common/thirdparty/icons/v5/numbered-text.js +1 -1
  489. package/src/sap/ui/webc/common/thirdparty/icons/v5/nurse.js +1 -1
  490. package/src/sap/ui/webc/common/thirdparty/icons/v5/nutrition-activity.js +1 -1
  491. package/src/sap/ui/webc/common/thirdparty/icons/v5/official-service.js +1 -1
  492. package/src/sap/ui/webc/common/thirdparty/icons/v5/offsite-work.js +1 -1
  493. package/src/sap/ui/webc/common/thirdparty/icons/v5/open-command-field.js +1 -1
  494. package/src/sap/ui/webc/common/thirdparty/icons/v5/open-folder.js +1 -1
  495. package/src/sap/ui/webc/common/thirdparty/icons/v5/opportunities.js +1 -1
  496. package/src/sap/ui/webc/common/thirdparty/icons/v5/opportunity.js +1 -1
  497. package/src/sap/ui/webc/common/thirdparty/icons/v5/order-status.js +1 -1
  498. package/src/sap/ui/webc/common/thirdparty/icons/v5/org-chart.js +1 -1
  499. package/src/sap/ui/webc/common/thirdparty/icons/v5/outbox.js +1 -1
  500. package/src/sap/ui/webc/common/thirdparty/icons/v5/outdent.js +1 -1
  501. package/src/sap/ui/webc/common/thirdparty/icons/v5/outgoing-call.js +1 -1
  502. package/src/sap/ui/webc/common/thirdparty/icons/v5/overflow.js +1 -1
  503. package/src/sap/ui/webc/common/thirdparty/icons/v5/overlay.js +1 -1
  504. package/src/sap/ui/webc/common/thirdparty/icons/v5/overview-chart.js +1 -1
  505. package/src/sap/ui/webc/common/thirdparty/icons/v5/paging.js +1 -1
  506. package/src/sap/ui/webc/common/thirdparty/icons/v5/paid-leave.js +1 -1
  507. package/src/sap/ui/webc/common/thirdparty/icons/v5/paint-bucket.js +1 -1
  508. package/src/sap/ui/webc/common/thirdparty/icons/v5/palette.js +1 -1
  509. package/src/sap/ui/webc/common/thirdparty/icons/v5/paper-plane.js +1 -1
  510. package/src/sap/ui/webc/common/thirdparty/icons/v5/passenger-train.js +1 -1
  511. package/src/sap/ui/webc/common/thirdparty/icons/v5/past.js +1 -1
  512. package/src/sap/ui/webc/common/thirdparty/icons/v5/paste.js +1 -1
  513. package/src/sap/ui/webc/common/thirdparty/icons/v5/pause.js +1 -1
  514. package/src/sap/ui/webc/common/thirdparty/icons/v5/payment-approval.js +1 -1
  515. package/src/sap/ui/webc/common/thirdparty/icons/v5/pdf-attachment.js +1 -1
  516. package/src/sap/ui/webc/common/thirdparty/icons/v5/pdf-reader.js +1 -1
  517. package/src/sap/ui/webc/common/thirdparty/icons/v5/pending.js +1 -1
  518. package/src/sap/ui/webc/common/thirdparty/icons/v5/people-connected.js +1 -1
  519. package/src/sap/ui/webc/common/thirdparty/icons/v5/per-diem.js +1 -1
  520. package/src/sap/ui/webc/common/thirdparty/icons/v5/performance.js +1 -1
  521. package/src/sap/ui/webc/common/thirdparty/icons/v5/permission.js +1 -1
  522. package/src/sap/ui/webc/common/thirdparty/icons/v5/person-placeholder.js +1 -1
  523. package/src/sap/ui/webc/common/thirdparty/icons/v5/personnel-view.js +1 -1
  524. package/src/sap/ui/webc/common/thirdparty/icons/v5/pharmacy.js +1 -1
  525. package/src/sap/ui/webc/common/thirdparty/icons/v5/phone.js +1 -1
  526. package/src/sap/ui/webc/common/thirdparty/icons/v5/photo-voltaic.js +1 -1
  527. package/src/sap/ui/webc/common/thirdparty/icons/v5/physical-activity.js +1 -1
  528. package/src/sap/ui/webc/common/thirdparty/icons/v5/picture.js +1 -1
  529. package/src/sap/ui/webc/common/thirdparty/icons/v5/pie-chart.js +1 -1
  530. package/src/sap/ui/webc/common/thirdparty/icons/v5/pipeline-analysis.js +1 -1
  531. package/src/sap/ui/webc/common/thirdparty/icons/v5/pixelate.js +1 -1
  532. package/src/sap/ui/webc/common/thirdparty/icons/v5/play.js +1 -1
  533. package/src/sap/ui/webc/common/thirdparty/icons/v5/pool.js +1 -1
  534. package/src/sap/ui/webc/common/thirdparty/icons/v5/popup-window.js +1 -1
  535. package/src/sap/ui/webc/common/thirdparty/icons/v5/positive.js +1 -1
  536. package/src/sap/ui/webc/common/thirdparty/icons/v5/post.js +1 -1
  537. package/src/sap/ui/webc/common/thirdparty/icons/v5/ppt-attachment.js +1 -1
  538. package/src/sap/ui/webc/common/thirdparty/icons/v5/present.js +1 -1
  539. package/src/sap/ui/webc/common/thirdparty/icons/v5/primary-key.js +1 -1
  540. package/src/sap/ui/webc/common/thirdparty/icons/v5/print.js +1 -1
  541. package/src/sap/ui/webc/common/thirdparty/icons/v5/private.js +1 -1
  542. package/src/sap/ui/webc/common/thirdparty/icons/v5/process.js +1 -1
  543. package/src/sap/ui/webc/common/thirdparty/icons/v5/product.js +1 -1
  544. package/src/sap/ui/webc/common/thirdparty/icons/v5/program-triangles-2.js +1 -1
  545. package/src/sap/ui/webc/common/thirdparty/icons/v5/program-triangles.js +1 -1
  546. package/src/sap/ui/webc/common/thirdparty/icons/v5/project-definition-triangle-2.js +1 -1
  547. package/src/sap/ui/webc/common/thirdparty/icons/v5/project-definition-triangle.js +1 -1
  548. package/src/sap/ui/webc/common/thirdparty/icons/v5/projector.js +1 -1
  549. package/src/sap/ui/webc/common/thirdparty/icons/v5/provision.js +1 -1
  550. package/src/sap/ui/webc/common/thirdparty/icons/v5/pull-down.js +1 -1
  551. package/src/sap/ui/webc/common/thirdparty/icons/v5/pushpin-off.js +1 -1
  552. package/src/sap/ui/webc/common/thirdparty/icons/v5/pushpin-on.js +1 -1
  553. package/src/sap/ui/webc/common/thirdparty/icons/v5/puzzle.js +1 -1
  554. package/src/sap/ui/webc/common/thirdparty/icons/v5/qr-code.js +1 -1
  555. package/src/sap/ui/webc/common/thirdparty/icons/v5/quality-issue.js +1 -1
  556. package/src/sap/ui/webc/common/thirdparty/icons/v5/question-mark.js +1 -1
  557. package/src/sap/ui/webc/common/thirdparty/icons/v5/radar-chart.js +1 -1
  558. package/src/sap/ui/webc/common/thirdparty/icons/v5/receipt.js +1 -1
  559. package/src/sap/ui/webc/common/thirdparty/icons/v5/record.js +1 -1
  560. package/src/sap/ui/webc/common/thirdparty/icons/v5/redo.js +1 -1
  561. package/src/sap/ui/webc/common/thirdparty/icons/v5/refresh.js +1 -1
  562. package/src/sap/ui/webc/common/thirdparty/icons/v5/repost.js +1 -1
  563. package/src/sap/ui/webc/common/thirdparty/icons/v5/request.js +1 -1
  564. package/src/sap/ui/webc/common/thirdparty/icons/v5/reset.js +1 -1
  565. package/src/sap/ui/webc/common/thirdparty/icons/v5/resize-corner.js +1 -1
  566. package/src/sap/ui/webc/common/thirdparty/icons/v5/resize-horizontal.js +1 -1
  567. package/src/sap/ui/webc/common/thirdparty/icons/v5/resize-vertical.js +1 -1
  568. package/src/sap/ui/webc/common/thirdparty/icons/v5/resize.js +1 -1
  569. package/src/sap/ui/webc/common/thirdparty/icons/v5/response.js +1 -1
  570. package/src/sap/ui/webc/common/thirdparty/icons/v5/responsive.js +1 -1
  571. package/src/sap/ui/webc/common/thirdparty/icons/v5/restart.js +1 -1
  572. package/src/sap/ui/webc/common/thirdparty/icons/v5/retail-store-manager.js +1 -1
  573. package/src/sap/ui/webc/common/thirdparty/icons/v5/retail-store.js +1 -1
  574. package/src/sap/ui/webc/common/thirdparty/icons/v5/rhombus-milestone-2.js +1 -1
  575. package/src/sap/ui/webc/common/thirdparty/icons/v5/rhombus-milestone.js +1 -1
  576. package/src/sap/ui/webc/common/thirdparty/icons/v5/role.js +1 -1
  577. package/src/sap/ui/webc/common/thirdparty/icons/v5/rotate.js +1 -1
  578. package/src/sap/ui/webc/common/thirdparty/icons/v5/s4hana.js +1 -1
  579. package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-document.js +1 -1
  580. package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-notification.js +1 -1
  581. package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-order-item.js +1 -1
  582. package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-order.js +1 -1
  583. package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-quote.js +1 -1
  584. package/src/sap/ui/webc/common/thirdparty/icons/v5/sap-box.js +1 -1
  585. package/src/sap/ui/webc/common/thirdparty/icons/v5/sap-logo-shape.js +1 -1
  586. package/src/sap/ui/webc/common/thirdparty/icons/v5/sap-ui5.js +1 -1
  587. package/src/sap/ui/webc/common/thirdparty/icons/v5/save.js +1 -1
  588. package/src/sap/ui/webc/common/thirdparty/icons/v5/scatter-chart.js +1 -1
  589. package/src/sap/ui/webc/common/thirdparty/icons/v5/scissors.js +1 -1
  590. package/src/sap/ui/webc/common/thirdparty/icons/v5/screen-split-one.js +1 -1
  591. package/src/sap/ui/webc/common/thirdparty/icons/v5/screen-split-three.js +1 -1
  592. package/src/sap/ui/webc/common/thirdparty/icons/v5/screen-split-two.js +1 -1
  593. package/src/sap/ui/webc/common/thirdparty/icons/v5/search.js +1 -1
  594. package/src/sap/ui/webc/common/thirdparty/icons/v5/select-appointments.js +1 -1
  595. package/src/sap/ui/webc/common/thirdparty/icons/v5/settings.js +1 -1
  596. package/src/sap/ui/webc/common/thirdparty/icons/v5/share-2.js +1 -1
  597. package/src/sap/ui/webc/common/thirdparty/icons/v5/share.js +1 -1
  598. package/src/sap/ui/webc/common/thirdparty/icons/v5/shelf.js +1 -1
  599. package/src/sap/ui/webc/common/thirdparty/icons/v5/shield.js +1 -1
  600. package/src/sap/ui/webc/common/thirdparty/icons/v5/shipping-status.js +1 -1
  601. package/src/sap/ui/webc/common/thirdparty/icons/v5/shortcut.js +1 -1
  602. package/src/sap/ui/webc/common/thirdparty/icons/v5/show-edit.js +1 -1
  603. package/src/sap/ui/webc/common/thirdparty/icons/v5/show.js +1 -1
  604. package/src/sap/ui/webc/common/thirdparty/icons/v5/signature.js +1 -1
  605. package/src/sap/ui/webc/common/thirdparty/icons/v5/simple-payment.js +1 -1
  606. package/src/sap/ui/webc/common/thirdparty/icons/v5/simulate.js +1 -1
  607. package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-down.js +1 -1
  608. package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-left.js +1 -1
  609. package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-right.js +1 -1
  610. package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-up.js +1 -1
  611. package/src/sap/ui/webc/common/thirdparty/icons/v5/soccer.js +1 -1
  612. package/src/sap/ui/webc/common/thirdparty/icons/v5/sonography.js +1 -1
  613. package/src/sap/ui/webc/common/thirdparty/icons/v5/sort-ascending.js +1 -1
  614. package/src/sap/ui/webc/common/thirdparty/icons/v5/sort-descending.js +1 -1
  615. package/src/sap/ui/webc/common/thirdparty/icons/v5/sort.js +1 -1
  616. package/src/sap/ui/webc/common/thirdparty/icons/v5/sorting-ranking.js +1 -1
  617. package/src/sap/ui/webc/common/thirdparty/icons/v5/sound-loud.js +1 -1
  618. package/src/sap/ui/webc/common/thirdparty/icons/v5/sound-off.js +1 -1
  619. package/src/sap/ui/webc/common/thirdparty/icons/v5/sound.js +1 -1
  620. package/src/sap/ui/webc/common/thirdparty/icons/v5/source-code.js +1 -1
  621. package/src/sap/ui/webc/common/thirdparty/icons/v5/space-navigation.js +1 -1
  622. package/src/sap/ui/webc/common/thirdparty/icons/v5/split.js +1 -1
  623. package/src/sap/ui/webc/common/thirdparty/icons/v5/status-completed.js +1 -1
  624. package/src/sap/ui/webc/common/thirdparty/icons/v5/status-critical.js +1 -1
  625. package/src/sap/ui/webc/common/thirdparty/icons/v5/status-error.js +1 -1
  626. package/src/sap/ui/webc/common/thirdparty/icons/v5/status-in-process.js +1 -1
  627. package/src/sap/ui/webc/common/thirdparty/icons/v5/status-inactive.js +1 -1
  628. package/src/sap/ui/webc/common/thirdparty/icons/v5/status-negative.js +1 -1
  629. package/src/sap/ui/webc/common/thirdparty/icons/v5/status-positive.js +1 -1
  630. package/src/sap/ui/webc/common/thirdparty/icons/v5/step.js +1 -1
  631. package/src/sap/ui/webc/common/thirdparty/icons/v5/stethoscope.js +1 -1
  632. package/src/sap/ui/webc/common/thirdparty/icons/v5/stop.js +1 -1
  633. package/src/sap/ui/webc/common/thirdparty/icons/v5/strikethrough.js +1 -1
  634. package/src/sap/ui/webc/common/thirdparty/icons/v5/study-leave.js +1 -1
  635. package/src/sap/ui/webc/common/thirdparty/icons/v5/subway-train.js +1 -1
  636. package/src/sap/ui/webc/common/thirdparty/icons/v5/suitcase.js +1 -1
  637. package/src/sap/ui/webc/common/thirdparty/icons/v5/sum.js +1 -1
  638. package/src/sap/ui/webc/common/thirdparty/icons/v5/supplier.js +1 -1
  639. package/src/sap/ui/webc/common/thirdparty/icons/v5/survey.js +1 -1
  640. package/src/sap/ui/webc/common/thirdparty/icons/v5/switch-classes.js +1 -1
  641. package/src/sap/ui/webc/common/thirdparty/icons/v5/switch-views.js +1 -1
  642. package/src/sap/ui/webc/common/thirdparty/icons/v5/synchronize.js +1 -1
  643. package/src/sap/ui/webc/common/thirdparty/icons/v5/syntax.js +1 -1
  644. package/src/sap/ui/webc/common/thirdparty/icons/v5/syringe.js +1 -1
  645. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-add.js +1 -1
  646. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-back-2.js +1 -1
  647. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-back.js +1 -1
  648. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-cancel-2.js +1 -1
  649. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-cancel.js +1 -1
  650. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-enter-2.js +1 -1
  651. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-enter.js +1 -1
  652. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-find-next.js +1 -1
  653. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-find.js +1 -1
  654. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-first-page.js +1 -1
  655. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-help-2.js +1 -1
  656. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-help.js +1 -1
  657. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-last-page.js +1 -1
  658. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-minus.js +1 -1
  659. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-monitor.js +1 -1
  660. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-next-page.js +1 -1
  661. package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-prev-page.js +1 -1
  662. package/src/sap/ui/webc/common/thirdparty/icons/v5/system-exit-2.js +1 -1
  663. package/src/sap/ui/webc/common/thirdparty/icons/v5/system-exit.js +1 -1
  664. package/src/sap/ui/webc/common/thirdparty/icons/v5/table-chart.js +1 -1
  665. package/src/sap/ui/webc/common/thirdparty/icons/v5/table-column.js +1 -1
  666. package/src/sap/ui/webc/common/thirdparty/icons/v5/table-row.js +1 -1
  667. package/src/sap/ui/webc/common/thirdparty/icons/v5/table-view.js +1 -1
  668. package/src/sap/ui/webc/common/thirdparty/icons/v5/tag-cloud-chart.js +1 -1
  669. package/src/sap/ui/webc/common/thirdparty/icons/v5/tag.js +1 -1
  670. package/src/sap/ui/webc/common/thirdparty/icons/v5/tags.js +1 -1
  671. package/src/sap/ui/webc/common/thirdparty/icons/v5/target-group.js +1 -1
  672. package/src/sap/ui/webc/common/thirdparty/icons/v5/task.js +1 -1
  673. package/src/sap/ui/webc/common/thirdparty/icons/v5/taxi.js +1 -1
  674. package/src/sap/ui/webc/common/thirdparty/icons/v5/technical-object.js +1 -1
  675. package/src/sap/ui/webc/common/thirdparty/icons/v5/temperature.js +1 -1
  676. package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-center.js +1 -1
  677. package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-justified.js +1 -1
  678. package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-left.js +1 -1
  679. package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-right.js +1 -1
  680. package/src/sap/ui/webc/common/thirdparty/icons/v5/text-color.js +1 -1
  681. package/src/sap/ui/webc/common/thirdparty/icons/v5/text-formatting.js +1 -1
  682. package/src/sap/ui/webc/common/thirdparty/icons/v5/text.js +1 -1
  683. package/src/sap/ui/webc/common/thirdparty/icons/v5/theater.js +1 -1
  684. package/src/sap/ui/webc/common/thirdparty/icons/v5/thing-type.js +1 -1
  685. package/src/sap/ui/webc/common/thirdparty/icons/v5/thumb-down.js +1 -1
  686. package/src/sap/ui/webc/common/thirdparty/icons/v5/thumb-up.js +1 -1
  687. package/src/sap/ui/webc/common/thirdparty/icons/v5/time-account.js +1 -1
  688. package/src/sap/ui/webc/common/thirdparty/icons/v5/time-entry-request.js +1 -1
  689. package/src/sap/ui/webc/common/thirdparty/icons/v5/time-off.js +25 -0
  690. package/src/sap/ui/webc/common/thirdparty/icons/v5/time-overtime.js +1 -1
  691. package/src/sap/ui/webc/common/thirdparty/icons/v5/timesheet.js +1 -1
  692. package/src/sap/ui/webc/common/thirdparty/icons/v5/to-be-reviewed.js +1 -1
  693. package/src/sap/ui/webc/common/thirdparty/icons/v5/toaster-down.js +1 -1
  694. package/src/sap/ui/webc/common/thirdparty/icons/v5/toaster-top.js +1 -1
  695. package/src/sap/ui/webc/common/thirdparty/icons/v5/toaster-up.js +1 -1
  696. package/src/sap/ui/webc/common/thirdparty/icons/v5/tools-opportunity.js +1 -1
  697. package/src/sap/ui/webc/common/thirdparty/icons/v5/touch.js +1 -1
  698. package/src/sap/ui/webc/common/thirdparty/icons/v5/translate.js +1 -1
  699. package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-expense-report.js +1 -1
  700. package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-expense.js +1 -1
  701. package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-itinerary.js +1 -1
  702. package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-request.js +1 -1
  703. package/src/sap/ui/webc/common/thirdparty/icons/v5/tree.js +1 -1
  704. package/src/sap/ui/webc/common/thirdparty/icons/v5/trend-down.js +1 -1
  705. package/src/sap/ui/webc/common/thirdparty/icons/v5/trend-up.js +1 -1
  706. package/src/sap/ui/webc/common/thirdparty/icons/v5/tri-state.js +1 -1
  707. package/src/sap/ui/webc/common/thirdparty/icons/v5/trip-report.js +1 -1
  708. package/src/sap/ui/webc/common/thirdparty/icons/v5/two-keys.js +1 -1
  709. package/src/sap/ui/webc/common/thirdparty/icons/v5/ui-notifications.js +1 -1
  710. package/src/sap/ui/webc/common/thirdparty/icons/v5/umbrella.js +1 -1
  711. package/src/sap/ui/webc/common/thirdparty/icons/v5/underline-text.js +1 -1
  712. package/src/sap/ui/webc/common/thirdparty/icons/v5/undo.js +1 -1
  713. package/src/sap/ui/webc/common/thirdparty/icons/v5/unfavorite.js +1 -1
  714. package/src/sap/ui/webc/common/thirdparty/icons/v5/unlocked.js +1 -1
  715. package/src/sap/ui/webc/common/thirdparty/icons/v5/unpaid-leave.js +1 -1
  716. package/src/sap/ui/webc/common/thirdparty/icons/v5/unwired.js +1 -1
  717. package/src/sap/ui/webc/common/thirdparty/icons/v5/up.js +1 -1
  718. package/src/sap/ui/webc/common/thirdparty/icons/v5/upload-to-cloud.js +1 -1
  719. package/src/sap/ui/webc/common/thirdparty/icons/v5/upload.js +1 -1
  720. package/src/sap/ui/webc/common/thirdparty/icons/v5/upstacked-chart.js +1 -1
  721. package/src/sap/ui/webc/common/thirdparty/icons/v5/user-edit.js +1 -1
  722. package/src/sap/ui/webc/common/thirdparty/icons/v5/user-settings.js +1 -1
  723. package/src/sap/ui/webc/common/thirdparty/icons/v5/validate.js +1 -1
  724. package/src/sap/ui/webc/common/thirdparty/icons/v5/value-help.js +1 -1
  725. package/src/sap/ui/webc/common/thirdparty/icons/v5/vds-file.js +1 -1
  726. package/src/sap/ui/webc/common/thirdparty/icons/v5/vehicle-repair.js +1 -1
  727. package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-bar-chart-2.js +1 -1
  728. package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-bar-chart.js +1 -1
  729. package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-bullet-chart.js +1 -1
  730. package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-grip.js +1 -1
  731. package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-stacked-chart.js +1 -1
  732. package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-waterfall-chart.js +1 -1
  733. package/src/sap/ui/webc/common/thirdparty/icons/v5/video.js +1 -1
  734. package/src/sap/ui/webc/common/thirdparty/icons/v5/visits.js +1 -1
  735. package/src/sap/ui/webc/common/thirdparty/icons/v5/waiver.js +1 -1
  736. package/src/sap/ui/webc/common/thirdparty/icons/v5/wallet.js +1 -1
  737. package/src/sap/ui/webc/common/thirdparty/icons/v5/warning.js +1 -1
  738. package/src/sap/ui/webc/common/thirdparty/icons/v5/warning2.js +1 -1
  739. package/src/sap/ui/webc/common/thirdparty/icons/v5/washing-machine.js +1 -1
  740. package/src/sap/ui/webc/common/thirdparty/icons/v5/weather-proofing.js +1 -1
  741. package/src/sap/ui/webc/common/thirdparty/icons/v5/web-cam.js +1 -1
  742. package/src/sap/ui/webc/common/thirdparty/icons/v5/widgets.js +1 -1
  743. package/src/sap/ui/webc/common/thirdparty/icons/v5/windows-doors.js +1 -1
  744. package/src/sap/ui/webc/common/thirdparty/icons/v5/work-history.js +1 -1
  745. package/src/sap/ui/webc/common/thirdparty/icons/v5/workflow-tasks.js +1 -1
  746. package/src/sap/ui/webc/common/thirdparty/icons/v5/world.js +1 -1
  747. package/src/sap/ui/webc/common/thirdparty/icons/v5/wounds-doc.js +1 -1
  748. package/src/sap/ui/webc/common/thirdparty/icons/v5/wrench.js +1 -1
  749. package/src/sap/ui/webc/common/thirdparty/icons/v5/write-new-document.js +1 -1
  750. package/src/sap/ui/webc/common/thirdparty/icons/v5/write-new.js +1 -1
  751. package/src/sap/ui/webc/common/thirdparty/icons/v5/x-ray.js +1 -1
  752. package/src/sap/ui/webc/common/thirdparty/icons/v5/zoom-in.js +1 -1
  753. package/src/sap/ui/webc/common/thirdparty/icons/v5/zoom-out.js +1 -1
  754. package/src/sap/ui/webc/common/thirdparty/localization/dates/modifyDateBy.js +36 -20
  755. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize/parameters-bundle.css +1 -1
  756. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  757. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  758. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  759. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  760. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  761. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  762. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon/parameters-bundle.css +1 -1
  763. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  764. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
  765. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  766. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  767. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
  768. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  769. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
  770. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
  771. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
  772. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
  773. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
  774. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
  775. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
  776. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
  777. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
  778. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
  779. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
  780. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
  781. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
  782. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
  783. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
  784. package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
  785. package/src/sap/ui/webc/common/thirdparty/theming/generated/json-imports/Themes.js +7 -1
  786. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  787. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  788. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  789. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  790. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  791. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  792. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  793. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  794. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  795. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
  796. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  797. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  798. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
  799. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  800. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
  801. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_belize/css_variables.css +37 -6
  802. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_belize_hcb/css_variables.css +136 -96
  803. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_belize_hcw/css_variables.css +55 -5
  804. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3/css_variables.css +37 -7
  805. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3_dark/css_variables.css +47 -7
  806. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3_hcb/css_variables.css +136 -96
  807. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3_hcw/css_variables.css +55 -5
  808. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon/css_variables.css +202 -182
  809. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_dark/css_variables.css +171 -141
  810. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_dark_exp/css_variables.css +956 -0
  811. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
  812. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_exp/css_variables.css +179 -159
  813. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcb/css_variables.css +38 -8
  814. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcb_exp/css_variables.css +956 -0
  815. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
  816. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcw/css_variables.css +47 -7
  817. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcw_exp/css_variables.css +966 -0
  818. package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
  819. package/ui5.yaml +7 -7
@@ -1 +1 @@
1
- .sapThemeMetaData-Base-baseLib{background-image:url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_belize_hcw.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_belize_hcb","sap_belize","sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3","HighContrast"], "FallbackThemeId": "sap_belize", "Engine": {"Name": "theming-engine", "Version": "1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388"}, "Version": { "Build": "11.4.2.20230525101226", "Source": "11.4.2"}}')}:root{--sapThemeMetaData-Base-baseLib:{"Path":"Base.baseLib.sap_belize_hcw.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_belize_hcb","sap_belize","sap_base_fiori","baseTheme"],"Tags":["Fiori_2","Fiori_3","HighContrast"],"FallbackThemeId":"sap_belize","Engine":{"Name":"theming-engine","Version":"1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388"},"Version":{ "Build":"11.4.2.20230525101226","Source":"11.4.2"}};--sapBrandColor:#ec8b46;--sapHighlightColor:#ec8b46;--sapBaseColor:#fff;--sapShellColor:#fff;--sapBackgroundColor:#fff;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapTextColor:#000;--sapLinkColor:#000;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#8fb5ff;--sapHoverColor:#ec8b46;--sapActiveColor:#ec8b46;--sapHighlightTextColor:#000;--sapTitleColor:#000;--sapNegativeColor:#ab0000;--sapCriticalColor:#5c5c00;--sapPositiveColor:#006362;--sapInformativeColor:#000;--sapNeutralColor:#000;--sapNegativeElementColor:#ab0000;--sapCriticalElementColor:#5c5c00;--sapPositiveElementColor:#006362;--sapInformativeElementColor:#000;--sapNeutralElementColor:#000;--sapNegativeTextColor:#ab0000;--sapCriticalTextColor:#5c5c00;--sapPositiveTextColor:#006362;--sapInformativeTextColor:#000;--sapNeutralTextColor:#000;--sapErrorColor:#ab0000;--sapWarningColor:#5c5c00;--sapSuccessColor:#006362;--sapInformationColor:#000;--sapErrorBackground:#fff;--sapWarningBackground:#fff;--sapSuccessBackground:#fff;--sapInformationBackground:#fff;--sapNeutralBackground:#fff;--sapErrorBorderColor:#ab0000;--sapWarningBorderColor:#5c5c00;--sapSuccessBorderColor:#006362;--sapInformationBorderColor:#000;--sapNeutralBorderColor:#000;--sapElement_LineHeight:3rem;--sapElement_Height:2.5rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#000;--sapContent_ContrastIconColor:#000;--sapContent_NonInteractiveIconColor:#000;--sapContent_MarkerIconColor:#000;--sapContent_MarkerTextColor:#000;--sapContent_MeasureIndicatorColor:#000;--sapContent_Selected_MeasureIndicatorColor:#000;--sapContent_Placeholderloading_Background:#888;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#888 0%,#888 35%,#585858 50%,#888 65%,#888);--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 0.0625rem #000;--sapContent_Shadow1:0 0 1rem 0 rgba(0,0,0,.5),0 0 0 0.125rem #000;--sapContent_Shadow2:0 0.25rem 2rem 0 rgba(0,0,0,.6),0 0 0 0.125rem #000;--sapContent_Shadow3:0 0.625rem 4rem 0 rgba(0,0,0,.8),0 0 0 0.125rem #000;--sapContent_TextShadow:-1px 0 #fff,0 1px #fff,1px 0 #fff,0 -1px #fff;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:inset 0 -0.125rem #000;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#ec8b46;--sapContent_HelpColor:#006500;--sapContent_LabelColor:#000;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:#888;--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#000;--sapContent_ForegroundColor:#fff;--sapContent_ForegroundBorderColor:#000;--sapContent_ForegroundTextColor:#000;--sapContent_BadgeBackground:#fff;--sapContent_BadgeTextColor:#000;--sapContent_DragAndDropActiveColor:#006500;--sapContent_Selected_TextColor:#000;--sapContent_Selected_Background:#8fb5ff;--sapContent_Selected_Hover_Background:#ec8b46;--sapContent_Selected_ForegroundColor:#000;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#212628;--sapContent_Illustrative_Color2:#434e56;--sapContent_Illustrative_Color3:#62737c;--sapContent_Illustrative_Color4:#030303;--sapContent_Illustrative_Color5:#9da4aa;--sapContent_Illustrative_Color6:#c6cace;--sapContent_Illustrative_Color7:#e7e9ea;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#62737c;--sapContent_Illustrative_Color10:#d5dadd;--sapContent_Illustrative_Color11:#88979e;--sapContent_Illustrative_Color12:#88979e;--sapContent_Illustrative_Color13:#161a1d;--sapContent_Illustrative_Color14:#000;--sapContent_Illustrative_Color15:#31393f;--sapContent_Illustrative_Color16:#505e65;--sapContent_Illustrative_Color17:#505e65;--sapContent_Illustrative_Color18:#d9ddde;--sapContent_Illustrative_Color19:#ccd0d2;--sapContent_Illustrative_Color20:#bec4c6;--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:1.625rem;--sapFontHeader2Size:1.375rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapLink_TextDecoration:underline;--sapLink_Hover_Color:#000;--sapLink_Hover_TextDecoration:none;--sapLink_Active_Color:#000;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#000;--sapLink_InvertedColor:#000;--sapLink_SubtleColor:#000;--sapShell_Background:#fff;--sapShell_BackgroundImage:linear-gradient(180deg,#fff,#fff);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#000;--sapShell_TextColor:#000;--sapShell_InteractiveBackground:#fff;--sapShell_InteractiveTextColor:#000;--sapShell_InteractiveBorderColor:#000;--sapShell_GroupTitleTextColor:#000;--sapShell_GroupTitleTextShadow:-1px 0 #fff,0 1px #fff,1px 0 #fff,0 -1px #fff;--sapShell_Hover_Background:#ec8b46;--sapShell_Active_Background:#ec8b46;--sapShell_Active_TextColor:#000;--sapShell_Selected_Background:#8fb5ff;--sapShell_Selected_TextColor:#000;--sapShell_Selected_Hover_Background:#ec8b46;--sapShell_Favicon:none;--sapShell_Navigation_Background:#fff;--sapShell_Navigation_Hover_Background:#ec8b46;--sapShell_Navigation_SelectedColor:#000;--sapShell_Navigation_Selected_TextColor:#000;--sapShell_Navigation_TextColor:#000;--sapShell_Navigation_Active_TextColor:#000;--sapShell_Navigation_Active_Background:#ec8b46;--sapShell_Shadow:0 0.125rem 0 0 #000;--sapShell_NegativeColor:#ab0000;--sapShell_CriticalColor:#5c5c00;--sapShell_PositiveColor:#006362;--sapShell_InformativeColor:#000;--sapShell_NeutralColor:#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;--sapAvatar_1_Background:#fff;--sapAvatar_1_BorderColor:#000;--sapAvatar_1_TextColor:#000;--sapAvatar_2_Background:#fff;--sapAvatar_2_BorderColor:#000;--sapAvatar_2_TextColor:#000;--sapAvatar_3_Background:#fff;--sapAvatar_3_BorderColor:#000;--sapAvatar_3_TextColor:#000;--sapAvatar_4_Background:#fff;--sapAvatar_4_BorderColor:#000;--sapAvatar_4_TextColor:#000;--sapAvatar_5_Background:#fff;--sapAvatar_5_BorderColor:#000;--sapAvatar_5_TextColor:#000;--sapAvatar_6_Background:#fff;--sapAvatar_6_BorderColor:#000;--sapAvatar_6_TextColor:#000;--sapAvatar_7_Background:#fff;--sapAvatar_7_BorderColor:#000;--sapAvatar_7_TextColor:#000;--sapAvatar_8_Background:#fff;--sapAvatar_8_BorderColor:#000;--sapAvatar_8_TextColor:#000;--sapAvatar_9_Background:#fff;--sapAvatar_9_BorderColor:#000;--sapAvatar_9_TextColor:#000;--sapAvatar_10_Background:#fff;--sapAvatar_10_BorderColor:#000;--sapAvatar_10_TextColor:#000;--sapButton_Background:#fff;--sapButton_BorderColor:#000;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.375rem;--sapButton_TextColor:#000;--sapButton_Hover_Background:#ec8b46;--sapButton_Hover_BorderColor:#000;--sapButton_Hover_TextColor:#000;--sapButton_IconColor:#000;--sapButton_Active_Background:#ec8b46;--sapButton_Active_BorderColor:#000;--sapButton_Active_TextColor:#000;--sapButton_Emphasized_Background:#fff;--sapButton_Emphasized_BorderColor:#000;--sapButton_Emphasized_TextColor:#000;--sapButton_Emphasized_Hover_Background:#ec8b46;--sapButton_Emphasized_Hover_BorderColor:#000;--sapButton_Emphasized_Hover_TextColor:#000;--sapButton_Emphasized_Active_Background:#ec8b46;--sapButton_Emphasized_Active_BorderColor:#000;--sapButton_Emphasized_Active_TextColor:#000;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#fff;--sapButton_Reject_BorderColor:#000;--sapButton_Reject_TextColor:#000;--sapButton_Reject_Hover_Background:#ec8b46;--sapButton_Reject_Hover_BorderColor:#000;--sapButton_Reject_Hover_TextColor:#000;--sapButton_Reject_Active_Background:#ec8b46;--sapButton_Reject_Active_BorderColor:#000;--sapButton_Reject_Active_TextColor:#000;--sapButton_Reject_Selected_Background:#8fb5ff;--sapButton_Reject_Selected_BorderColor:#000;--sapButton_Reject_Selected_TextColor:#000;--sapButton_Reject_Selected_Hover_Background:#ec8b46;--sapButton_Reject_Selected_Hover_BorderColor:#000;--sapButton_Accept_Background:#fff;--sapButton_Accept_BorderColor:#000;--sapButton_Accept_TextColor:#000;--sapButton_Accept_Hover_Background:#ec8b46;--sapButton_Accept_Hover_BorderColor:#000;--sapButton_Accept_Hover_TextColor:#000;--sapButton_Accept_Active_Background:#ec8b46;--sapButton_Accept_Active_BorderColor:#000;--sapButton_Accept_Active_TextColor:#000;--sapButton_Accept_Selected_Background:#8fb5ff;--sapButton_Accept_Selected_BorderColor:#000;--sapButton_Accept_Selected_TextColor:#000;--sapButton_Accept_Selected_Hover_Background:#ec8b46;--sapButton_Accept_Selected_Hover_BorderColor:#000;--sapButton_Lite_Background:#fff;--sapButton_Lite_BorderColor:#000;--sapButton_Lite_TextColor:#000;--sapButton_Lite_Hover_Background:#ec8b46;--sapButton_Lite_Hover_BorderColor:#000;--sapButton_Lite_Hover_TextColor:#000;--sapButton_Lite_Active_Background:#ec8b46;--sapButton_Lite_Active_BorderColor:#000;--sapButton_Selected_Background:#8fb5ff;--sapButton_Selected_BorderColor:#000;--sapButton_Selected_TextColor:#000;--sapButton_Selected_Hover_Background:#ec8b46;--sapButton_Selected_Hover_BorderColor:#000;--sapButton_Attention_Background:#fff;--sapButton_Attention_BorderColor:#000;--sapButton_Attention_TextColor:#000;--sapButton_Attention_Hover_Background:#ec8b46;--sapButton_Attention_Hover_BorderColor:#000;--sapButton_Attention_Hover_TextColor:#000;--sapButton_Attention_Active_Background:#ec8b46;--sapButton_Attention_Active_BorderColor:#000;--sapButton_Attention_Active_TextColor:#000;--sapButton_Attention_Selected_Background:#8fb5ff;--sapButton_Attention_Selected_BorderColor:#000;--sapButton_Attention_Selected_TextColor:#000;--sapButton_Attention_Selected_Hover_Background:#ec8b46;--sapButton_Attention_Selected_Hover_BorderColor:#000;--sapButton_Negative_Background:#fff;--sapButton_Negative_BorderColor:#000;--sapButton_Negative_TextColor:#000;--sapButton_Negative_Hover_Background:#ec8b46;--sapButton_Negative_Hover_BorderColor:#000;--sapButton_Negative_Hover_TextColor:#000;--sapButton_Negative_Active_Background:#ec8b46;--sapButton_Negative_Active_BorderColor:#000;--sapButton_Negative_Active_TextColor:#000;--sapButton_Critical_Background:#fff;--sapButton_Critical_BorderColor:#000;--sapButton_Critical_TextColor:#000;--sapButton_Critical_Hover_Background:#ec8b46;--sapButton_Critical_Hover_BorderColor:#000;--sapButton_Critical_Hover_TextColor:#000;--sapButton_Critical_Active_Background:#ec8b46;--sapButton_Critical_Active_BorderColor:#000;--sapButton_Critical_Active_TextColor:#000;--sapButton_Success_Background:#fff;--sapButton_Success_BorderColor:#000;--sapButton_Success_TextColor:#000;--sapButton_Success_Hover_Background:#ec8b46;--sapButton_Success_Hover_BorderColor:#000;--sapButton_Success_Hover_TextColor:#000;--sapButton_Success_Active_Background:#ec8b46;--sapButton_Success_Active_BorderColor:#000;--sapButton_Success_Active_TextColor:#000;--sapButton_Information_Background:#fff;--sapButton_Information_BorderColor:#000;--sapButton_Information_TextColor:#000;--sapButton_Information_Hover_Background:#ec8b46;--sapButton_Information_Hover_BorderColor:#000;--sapButton_Information_Hover_TextColor:#000;--sapButton_Information_Active_Background:#ec8b46;--sapButton_Information_Active_BorderColor:#000;--sapButton_Information_Active_TextColor:#000;--sapButton_Neutral_Background:#fff;--sapButton_Neutral_BorderColor:#000;--sapButton_Neutral_TextColor:#000;--sapButton_Neutral_Hover_Background:#ec8b46;--sapButton_Neutral_Hover_BorderColor:#000;--sapButton_Neutral_Hover_TextColor:#000;--sapButton_Neutral_Active_Background:#ec8b46;--sapButton_Neutral_Active_BorderColor:#000;--sapButton_Neutral_Active_TextColor:#000;--sapButton_Track_Background:#fff;--sapButton_Track_BorderColor:#000;--sapButton_Track_TextColor:#000;--sapButton_Track_Hover_Background:#ec8b46;--sapButton_Track_Hover_BorderColor:#000;--sapButton_Track_Selected_Background:#8fb5ff;--sapButton_Track_Selected_BorderColor:#000;--sapButton_Track_Selected_TextColor:#000;--sapButton_Track_Selected_Hover_Background:#ec8b46;--sapButton_Track_Selected_Hover_BorderColor:#000;--sapButton_Handle_Background:#fff;--sapButton_Handle_BorderColor:#000;--sapButton_Handle_TextColor:#000;--sapButton_Handle_Hover_Background:#ec8b46;--sapButton_Handle_Hover_BorderColor:#000;--sapButton_Handle_Selected_Background:#8fb5ff;--sapButton_Handle_Selected_BorderColor:#000;--sapButton_Handle_Selected_TextColor:#000;--sapButton_Handle_Selected_Hover_Background:#ec8b46;--sapButton_Handle_Selected_Hover_BorderColor:#000;--sapButton_Track_Negative_Background:#fff;--sapButton_Track_Negative_BorderColor:#ab0000;--sapButton_Track_Negative_TextColor:#000;--sapButton_Track_Negative_Hover_Background:#ec8b46;--sapButton_Track_Negative_Hover_BorderColor:#ab0000;--sapButton_Handle_Negative_Background:#fff;--sapButton_Handle_Negative_BorderColor:#ab0000;--sapButton_Handle_Negative_TextColor:#000;--sapButton_Handle_Negative_Hover_Background:#ec8b46;--sapButton_Handle_Negative_Hover_BorderColor:#ab0000;--sapButton_Track_Positive_Background:#fff;--sapButton_Track_Positive_BorderColor:#006362;--sapButton_Track_Positive_TextColor:#000;--sapButton_Track_Positive_Hover_Background:#fff;--sapButton_Track_Positive_Hover_BorderColor:#000;--sapButton_Handle_Positive_Background:#fff;--sapButton_Handle_Positive_BorderColor:#006362;--sapButton_Handle_Positive_TextColor:#000;--sapButton_Handle_Positive_Hover_Background:#ec8b46;--sapButton_Handle_Positive_Hover_BorderColor:#006362;--sapButton_TokenBackground:#fff;--sapButton_TokenBorderColor:#000;--sapField_Background:#fff;--sapField_BackgroundStyle:none;--sapField_TextColor:#000;--sapField_PlaceholderTextColor:#585858;--sapField_BorderColor:#000;--sapField_HelpBackground:#fff;--sapField_BorderWidth:.0625rem;--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:#585858;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:#b3b3b3;--sapField_RequiredColor:#000;--sapField_InvalidColor:#000;--sapField_InvalidBackground:#ec8b46;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:dashed;--sapField_InvalidShadow:none;--sapField_WarningColor:#000;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:dashed;--sapField_WarningShadow:none;--sapField_SuccessColor:#000;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#000;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.0625rem;--sapField_InformationBorderStyle:dashed;--sapField_InformationShadow:none;--sapGroup_TitleBackground:#fff;--sapGroup_TitleBorderColor:#000;--sapGroup_TitleTextColor:#000;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#000;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:#fff;--sapToolbar_Background:#fff;--sapToolbar_SeparatorColor:#000;--sapList_HeaderBackground:#fff;--sapList_HeaderBorderColor:#000;--sapList_HeaderTextColor:#000;--sapList_BorderColor:#585858;--sapList_BorderWidth:.0625rem;--sapList_TextColor:#000;--sapList_Active_TextColor:#000;--sapList_Active_Background:#ec8b46;--sapList_SelectionBackgroundColor:#8fb5ff;--sapList_SelectionBorderColor:#000;--sapList_Hover_SelectionBackground:#ec8b46;--sapList_Background:#fff;--sapList_Hover_Background:#ec8b46;--sapList_AlternatingBackground:#e6e6e6;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#000;--sapList_GroupHeaderTextColor:#000;--sapList_TableGroupHeaderBackground:#b3b3b3;--sapList_TableGroupHeaderBorderColor:#000;--sapList_TableGroupHeaderTextColor:#000;--sapList_FooterBackground:#fff;--sapList_FooterTextColor:#000;--sapList_TableFooterBorder:#000;--sapList_TableFixedBorderColor:#000;--sapMessage_ErrorBorderColor:#ab0000;--sapMessage_WarningBorderColor:#5c5c00;--sapMessage_SuccessBorderColor:#006362;--sapMessage_InformationBorderColor:#000;--sapPopover_BorderCornerRadius:.25rem;--sapProgress_Background:#fff;--sapProgress_BorderColor:#000;--sapProgress_TextColor:#000;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#fff;--sapProgress_NegativeBorderColor:#000;--sapProgress_NegativeTextColor:#000;--sapProgress_CriticalBackground:#fff;--sapProgress_CriticalBorderColor:#000;--sapProgress_CriticalTextColor:#000;--sapProgress_PositiveBackground:#fff;--sapProgress_PositiveBorderColor:#000;--sapProgress_PositiveTextColor:#000;--sapProgress_InformationBackground:#fff;--sapProgress_InformationBorderColor:#000;--sapProgress_InformationTextColor:#000;--sapProgress_Value_Background:#ec8b46;--sapProgress_Value_BorderColor:#000;--sapProgress_Value_TextColor:#000;--sapProgress_Value_NegativeBackground:#ec8b46;--sapProgress_Value_NegativeBorderColor:#000;--sapProgress_Value_NegativeTextColor:#000;--sapProgress_Value_CriticalBackground:#ec8b46;--sapProgress_Value_CriticalBorderColor:#000;--sapProgress_Value_CriticalTextColor:#000;--sapProgress_Value_PositiveBackground:#ec8b46;--sapProgress_Value_PositiveBorderColor:#000;--sapProgress_Value_PositiveTextColor:#000;--sapProgress_Value_InformationBackground:#ec8b46;--sapProgress_Value_InformationBorderColor:#000;--sapProgress_Value_InformationTextColor:#000;--sapScrollBar_FaceColor:#585858;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#585858;--sapScrollBar_SymbolColor:#000;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#000;--sapSlider_Background:#fff;--sapSlider_BorderColor:#000;--sapSlider_Selected_Background:#8fb5ff;--sapSlider_Selected_BorderColor:#000;--sapSlider_HandleBackground:#fff;--sapSlider_HandleBorderColor:#000;--sapSlider_RangeHandleBackground:#fff;--sapSlider_Hover_HandleBackground:#ec8b46;--sapSlider_Hover_HandleBorderColor:#000;--sapSlider_Hover_RangeHandleBackground:#ec8b46;--sapSlider_Active_HandleBackground:#ec8b46;--sapSlider_Active_HandleBorderColor:#000;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#fff;--sapPageHeader_BorderColor:#000;--sapPageHeader_TextColor:#000;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#000;--sapPageFooter_TextColor:#000;--sapInfobar_Background:#fff;--sapInfobar_Hover_Background:#ec8b46;--sapInfobar_Active_Background:#ec8b46;--sapInfobar_NonInteractive_Background:#b3b3b3;--sapInfobar_TextColor:#000;--sapObjectHeader_Background:#fff;--sapObjectHeader_Hover_Background:#ec8b46;--sapObjectHeader_BorderColor:#000;--sapObjectHeader_Title_TextColor:#000;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#000;--sapBlockLayer_Background:#fff;--sapTile_Background:#fff;--sapTile_Hover_Background:#ec8b46;--sapTile_Active_Background:#ec8b46;--sapTile_BorderColor:#000;--sapTile_BorderCornerRadius:0.25rem;--sapTile_TitleTextColor:#000;--sapTile_TextColor:#000;--sapTile_IconColor:#000;--sapTile_SeparatorColor:#000;--sapTile_Interactive_BorderColor:#000;--sapTile_OverlayBackground:#fff;--sapTile_OverlayForegroundColor:#000;--sapAccentColor1:#5f5800;--sapAccentColor2:#5e4101;--sapAccentColor3:#973333;--sapAccentColor4:#961d7c;--sapAccentColor5:#365892;--sapAccentColor6:#004ccb;--sapAccentColor7:#105b5b;--sapAccentColor8:#26340b;--sapAccentColor9:#6c32a9;--sapAccentColor10:#4a5964;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapIndicationColor_1:#780000;--sapIndicationColor_1_Background:#fff;--sapIndicationColor_1_BorderColor:#000;--sapIndicationColor_1_TextColor:#000;--sapIndicationColor_1_Hover_Background:#ec8b46;--sapIndicationColor_1_Active_Background:#ec8b46;--sapIndicationColor_1_Active_BorderColor:#000;--sapIndicationColor_1_Active_TextColor:#000;--sapIndicationColor_1_Selected_Background:#8fb5ff;--sapIndicationColor_1_Selected_BorderColor:#000;--sapIndicationColor_1_Selected_TextColor:#000;--sapIndicationColor_1b:#780000;--sapIndicationColor_1b_BorderColor:#000;--sapIndicationColor_1b_Hover_Background:#ec8b46;--sapIndicationColor_2:#ab0000;--sapIndicationColor_2_Background:#fff;--sapIndicationColor_2_BorderColor:#000;--sapIndicationColor_2_TextColor:#000;--sapIndicationColor_2_Hover_Background:#ec8b46;--sapIndicationColor_2_Active_Background:#ec8b46;--sapIndicationColor_2_Active_BorderColor:#000;--sapIndicationColor_2_Active_TextColor:#000;--sapIndicationColor_2_Selected_Background:#8fb5ff;--sapIndicationColor_2_Selected_BorderColor:#000;--sapIndicationColor_2_Selected_TextColor:#000;--sapIndicationColor_2b:#ab0000;--sapIndicationColor_2b_BorderColor:#000;--sapIndicationColor_2b_Hover_Background:#ec8b46;--sapIndicationColor_3:#5c5c00;--sapIndicationColor_3_Background:#fff;--sapIndicationColor_3_BorderColor:#000;--sapIndicationColor_3_TextColor:#000;--sapIndicationColor_3_Hover_Background:#ec8b46;--sapIndicationColor_3_Active_Background:#ec8b46;--sapIndicationColor_3_Active_BorderColor:#000;--sapIndicationColor_3_Active_TextColor:#000;--sapIndicationColor_3_Selected_Background:#8fb5ff;--sapIndicationColor_3_Selected_BorderColor:#000;--sapIndicationColor_3_Selected_TextColor:#000;--sapIndicationColor_3b:#5c5c00;--sapIndicationColor_3b_BorderColor:#000;--sapIndicationColor_3b_Hover_Background:#ec8b46;--sapIndicationColor_4:#006362;--sapIndicationColor_4_Background:#fff;--sapIndicationColor_4_BorderColor:#000;--sapIndicationColor_4_TextColor:#000;--sapIndicationColor_4_Hover_Background:#ec8b46;--sapIndicationColor_4_Active_Background:#ec8b46;--sapIndicationColor_4_Active_BorderColor:#000;--sapIndicationColor_4_Active_TextColor:#000;--sapIndicationColor_4_Selected_Background:#8fb5ff;--sapIndicationColor_4_Selected_BorderColor:#000;--sapIndicationColor_4_Selected_TextColor:#000;--sapIndicationColor_4b:#006362;--sapIndicationColor_4b_BorderColor:#000;--sapIndicationColor_4b_Hover_Background:#ec8b46;--sapIndicationColor_5:#004ccb;--sapIndicationColor_5_Background:#fff;--sapIndicationColor_5_BorderColor:#000;--sapIndicationColor_5_TextColor:#000;--sapIndicationColor_5_Hover_Background:#ec8b46;--sapIndicationColor_5_Active_Background:#ec8b46;--sapIndicationColor_5_Active_BorderColor:#000;--sapIndicationColor_5_Active_TextColor:#000;--sapIndicationColor_5_Selected_Background:#8fb5ff;--sapIndicationColor_5_Selected_BorderColor:#000;--sapIndicationColor_5_Selected_TextColor:#000;--sapIndicationColor_5b:#004ccb;--sapIndicationColor_5b_BorderColor:#000;--sapIndicationColor_5b_Hover_Background:#ec8b46;--sapIndicationColor_6:#105b5b;--sapIndicationColor_6_Background:#fff;--sapIndicationColor_6_BorderColor:#000;--sapIndicationColor_6_TextColor:#000;--sapIndicationColor_6_Hover_Background:#ec8b46;--sapIndicationColor_6_Active_Background:#ec8b46;--sapIndicationColor_6_Active_BorderColor:#000;--sapIndicationColor_6_Active_TextColor:#000;--sapIndicationColor_6_Selected_Background:#8fb5ff;--sapIndicationColor_6_Selected_BorderColor:#000;--sapIndicationColor_6_Selected_TextColor:#000;--sapIndicationColor_6b:#105b5b;--sapIndicationColor_6b_BorderColor:#000;--sapIndicationColor_6b_Hover_Background:#ec8b46;--sapIndicationColor_7:#6c32a9;--sapIndicationColor_7_Background:#fff;--sapIndicationColor_7_BorderColor:#000;--sapIndicationColor_7_TextColor:#000;--sapIndicationColor_7_Hover_Background:#ec8b46;--sapIndicationColor_7_Active_Background:#ec8b46;--sapIndicationColor_7_Active_BorderColor:#000;--sapIndicationColor_7_Active_TextColor:#000;--sapIndicationColor_7_Selected_Background:#8fb5ff;--sapIndicationColor_7_Selected_BorderColor:#000;--sapIndicationColor_7_Selected_TextColor:#000;--sapIndicationColor_7b:#6c32a9;--sapIndicationColor_7b_BorderColor:#000;--sapIndicationColor_7b_Hover_Background:#ec8b46;--sapIndicationColor_8:#961d7c;--sapIndicationColor_8_Background:#fff;--sapIndicationColor_8_BorderColor:#000;--sapIndicationColor_8_TextColor:#000;--sapIndicationColor_8_Hover_Background:#ec8b46;--sapIndicationColor_8_Active_Background:#ec8b46;--sapIndicationColor_8_Active_BorderColor:#000;--sapIndicationColor_8_Active_TextColor:#000;--sapIndicationColor_8_Selected_Background:#8fb5ff;--sapIndicationColor_8_Selected_BorderColor:#000;--sapIndicationColor_8_Selected_TextColor:#000;--sapIndicationColor_8b:#961d7c;--sapIndicationColor_8b_BorderColor:#000;--sapIndicationColor_8b_Hover_Background:#ec8b46;--sapIndicationColor_9:#fff;--sapIndicationColor_9_Background:#fff;--sapIndicationColor_9_BorderColor:#000;--sapIndicationColor_9_TextColor:#000;--sapIndicationColor_9_Hover_Background:#ec8b46;--sapIndicationColor_9_Active_Background:#ec8b46;--sapIndicationColor_9_Active_BorderColor:#000;--sapIndicationColor_9_Active_TextColor:#000;--sapIndicationColor_9_Selected_Background:#8fb5ff;--sapIndicationColor_9_Selected_BorderColor:#000;--sapIndicationColor_9_Selected_TextColor:#000;--sapIndicationColor_9b:#fff;--sapIndicationColor_9b_BorderColor:#000;--sapIndicationColor_9b_Hover_Background:#ec8b46;--sapIndicationColor_10:#eaecee;--sapIndicationColor_10_Background:#fff;--sapIndicationColor_10_BorderColor:#000;--sapIndicationColor_10_TextColor:#000;--sapIndicationColor_10_Hover_Background:#ec8b46;--sapIndicationColor_10_Active_Background:#ec8b46;--sapIndicationColor_10_Active_BorderColor:#000;--sapIndicationColor_10_Active_TextColor:#000;--sapIndicationColor_10_Selected_Background:#8fb5ff;--sapIndicationColor_10_Selected_BorderColor:#000;--sapIndicationColor_10_Selected_TextColor:#000;--sapIndicationColor_10b:#eaecee;--sapIndicationColor_10b_BorderColor:#000;--sapIndicationColor_10b_Hover_Background:#ec8b46;--sapLegend_WorkingBackground:#d9d9d9;--sapLegend_NonWorkingBackground:#b3b3b3;--sapLegend_CurrentDateTime:#961d7c;--sapLegendColor1:#5f5800;--sapLegendColor2:#5e4101;--sapLegendColor3:#973333;--sapLegendColor4:#463000;--sapLegendColor5:#961d7c;--sapLegendColor6:#004ccb;--sapLegendColor7:#105b5b;--sapLegendColor8:#26340b;--sapLegendColor9:#4a5964;--sapLegendColor10:#6c3d62;--sapLegendColor11:#383513;--sapLegendColor12:#734f00;--sapLegendColor13:#723e3e;--sapLegendColor14:#5f5642;--sapLegendColor15:#60535d;--sapLegendColor16:#465878;--sapLegendColor17:#435b5b;--sapLegendColor18:#4e5a36;--sapLegendColor19:#4e5869;--sapLegendColor20:#001b49;--sapLegendBackgroundColor1:#fff;--sapLegendBackgroundColor2:#fff;--sapLegendBackgroundColor3:#fff;--sapLegendBackgroundColor4:#fff;--sapLegendBackgroundColor5:#fff;--sapLegendBackgroundColor6:#fff;--sapLegendBackgroundColor7:#fff;--sapLegendBackgroundColor8:#fff;--sapLegendBackgroundColor9:#fff;--sapLegendBackgroundColor10:#fff;--sapLegendBackgroundColor11:#fff;--sapLegendBackgroundColor12:#fff;--sapLegendBackgroundColor13:#fff;--sapLegendBackgroundColor14:#fff;--sapLegendBackgroundColor15:#fff;--sapLegendBackgroundColor16:#fff;--sapLegendBackgroundColor17:#fff;--sapLegendBackgroundColor18:#fff;--sapLegendBackgroundColor19:#fff;--sapLegendBackgroundColor20:#fff;--sapChart_OrderedColor_1:#286ac3;--sapChart_OrderedColor_2:#d74114;--sapChart_OrderedColor_3:#057d47;--sapChart_OrderedColor_4:#e11e48;--sapChart_OrderedColor_5:#642eb2;--sapChart_OrderedColor_6:#03778c;--sapChart_OrderedColor_7:#232deb;--sapChart_OrderedColor_8:#9b136f;--sapChart_OrderedColor_9:#395563;--sapChart_OrderedColor_10:#e02e2e;--sapChart_OrderedColor_11:#0d3367;--sapChart_Bad:#ab0000;--sapChart_Critical:#5c5c00;--sapChart_Good:#006362;--sapChart_Neutral:#000;--sapChart_Sequence_1:#286ac3;--sapChart_Sequence_2:#d74114;--sapChart_Sequence_3:#057d47;--sapChart_Sequence_4:#e11e48;--sapChart_Sequence_5:#642eb2;--sapChart_Sequence_6:#03778c;--sapChart_Sequence_7:#232deb;--sapChart_Sequence_8:#9b136f;--sapChart_Sequence_9:#395563;--sapChart_Sequence_10:#e02e2e;--sapChart_Sequence_11:#0d3367;--sapChart_Sequence_Neutral:#000;--sapFontUrl_SAP-icons_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2);--sapFontUrl_SAP-icons-TNT_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf);--sapFontUrl_SAP-icons-TNT_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff);--sapFontUrl_SAP-icons-TNT_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2);--sapFontUrl_SAP-icons-Business-Suite_ttf:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);--sapFontUrl_SAP-icons-Business-Suite_woff:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff);--sapFontUrl_SAP-icons-Business-Suite_woff2:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);--sapFontUrl_72_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2);--sapFontUrl_72_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff);--sapFontUrl_72_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2);--sapFontUrl_72_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff);--sapFontUrl_72_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff);--sapFontUrl_72_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2);--sapFontUrl_72_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff);--sapFontUrl_72_Semibold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2);--sapFontUrl_72_Semibold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff);--sapFontUrl_72_Semibold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2);--sapFontUrl_72_Semibold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff);--sapFontUrl_72_SemiboldDuplex_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff);--sapFontUrl_72_SemiboldDuplex_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2);--sapFontUrl_72_SemiboldDuplex_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff);--sapFontUrl_72_Light_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff2);--sapFontUrl_72_Light_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff);--sapFontUrl_72_Light_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2);--sapFontUrl_72_Light_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff);--sapFontUrl_72_Black_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff2);--sapFontUrl_72_Black_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff);--sapFontUrl_72_Black_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2);--sapFontUrl_72_Black_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff);--sapFontUrl_72_BoldItalic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff);--sapFontUrl_72_BoldItalic_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2);--sapFontUrl_72_BoldItalic_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff);--sapFontUrl_72_Condensed_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2);--sapFontUrl_72_Condensed_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff);--sapFontUrl_72_Condensed_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2);--sapFontUrl_72_Condensed_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff);--sapFontUrl_72_CondensedBold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff);--sapFontUrl_72_CondensedBold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2);--sapFontUrl_72_CondensedBold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff);--sapFontUrl_72_Italic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2);--sapFontUrl_72_Italic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff);--sapFontUrl_72_Italic_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2);--sapFontUrl_72_Italic_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff);--sapFontUrl_72Mono_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2);--sapFontUrl_72Mono_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff);--sapFontUrl_72Mono_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2);--sapFontUrl_72Mono_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff);--sapFontUrl_72Mono_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2);--sapFontUrl_72Mono_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff);--sapFontUrl_72Mono_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2);--sapFontUrl_72Mono_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff)}.background-image--sapCompanyLogo{background-image:var(--sapCompanyLogo)}.background-image--sapBackgroundImage{background-image:var(--sapBackgroundImage)}.background-image--sapShell_BackgroundImage{background-image:var(--sapShell_BackgroundImage)}
1
+ .sapThemeMetaData-Base-baseLib{background-image:url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_belize_hcw.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_belize_hcb","sap_belize","sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3","HighContrast"], "FallbackThemeId": "sap_belize", "Engine": {"Name": "theming-engine", "Version": "1.23061.0"}, "Version": { "Build": "11.6.8.20230911071338", "Source": "11.6.8"}}')}:root{--sapThemeMetaData-Base-baseLib:{"Path":"Base.baseLib.sap_belize_hcw.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_belize_hcb","sap_belize","sap_base_fiori","baseTheme"],"Tags":["Fiori_2","Fiori_3","HighContrast"],"FallbackThemeId":"sap_belize","Engine":{"Name":"theming-engine","Version":"1.23061.0"},"Version":{ "Build":"11.6.8.20230911071338","Source":"11.6.8"}};--sapBrandColor:#ec8b46;--sapHighlightColor:#ec8b46;--sapBaseColor:#fff;--sapShellColor:#fff;--sapBackgroundColor:#fff;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapTextColor:#000;--sapLinkColor:#000;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#8fb5ff;--sapHoverColor:#ec8b46;--sapActiveColor:#ec8b46;--sapHighlightTextColor:#000;--sapTitleColor:#000;--sapNegativeColor:#ab0000;--sapCriticalColor:#5c5c00;--sapPositiveColor:#006362;--sapInformativeColor:#000;--sapNeutralColor:#000;--sapNegativeElementColor:#ab0000;--sapCriticalElementColor:#5c5c00;--sapPositiveElementColor:#006362;--sapInformativeElementColor:#000;--sapNeutralElementColor:#000;--sapNegativeTextColor:#ab0000;--sapCriticalTextColor:#5c5c00;--sapPositiveTextColor:#006362;--sapInformativeTextColor:#000;--sapNeutralTextColor:#000;--sapErrorColor:#ab0000;--sapWarningColor:#5c5c00;--sapSuccessColor:#006362;--sapInformationColor:#000;--sapErrorBackground:#fff;--sapWarningBackground:#fff;--sapSuccessBackground:#fff;--sapInformationBackground:#fff;--sapNeutralBackground:#fff;--sapErrorBorderColor:#ab0000;--sapWarningBorderColor:#5c5c00;--sapSuccessBorderColor:#006362;--sapInformationBorderColor:#000;--sapNeutralBorderColor:#000;--sapElement_LineHeight:3rem;--sapElement_Height:2.5rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#000;--sapContent_ContrastIconColor:#000;--sapContent_NonInteractiveIconColor:#000;--sapContent_MarkerIconColor:#000;--sapContent_MarkerTextColor:#000;--sapContent_MeasureIndicatorColor:#000;--sapContent_Selected_MeasureIndicatorColor:#000;--sapContent_Placeholderloading_Background:#888;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#888 0%,#888 35%,#585858 50%,#888 65%,#888);--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 0.0625rem #000;--sapContent_Shadow1:0 0 1rem 0 rgba(0,0,0,.5),0 0 0 0.125rem #000;--sapContent_Shadow2:0 0.25rem 2rem 0 rgba(0,0,0,.6),0 0 0 0.125rem #000;--sapContent_Shadow3:0 0.625rem 4rem 0 rgba(0,0,0,.8),0 0 0 0.125rem #000;--sapContent_TextShadow:-1px 0 #fff,0 1px #fff,1px 0 #fff,0 -1px #fff;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:inset 0 -0.125rem #000;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#ec8b46;--sapContent_HelpColor:#006500;--sapContent_LabelColor:#000;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:#888;--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#000;--sapContent_ForegroundColor:#fff;--sapContent_ForegroundBorderColor:#000;--sapContent_ForegroundTextColor:#000;--sapContent_BadgeBackground:#fff;--sapContent_BadgeTextColor:#000;--sapContent_DragAndDropActiveColor:#006500;--sapContent_Selected_TextColor:#000;--sapContent_Selected_Background:#8fb5ff;--sapContent_Selected_Hover_Background:#ec8b46;--sapContent_Selected_ForegroundColor:#000;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#212628;--sapContent_Illustrative_Color2:#434e56;--sapContent_Illustrative_Color3:#62737c;--sapContent_Illustrative_Color4:#030303;--sapContent_Illustrative_Color5:#9da4aa;--sapContent_Illustrative_Color6:#c6cace;--sapContent_Illustrative_Color7:#e7e9ea;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#62737c;--sapContent_Illustrative_Color10:#d5dadd;--sapContent_Illustrative_Color11:#88979e;--sapContent_Illustrative_Color12:#88979e;--sapContent_Illustrative_Color13:#161a1d;--sapContent_Illustrative_Color14:#000;--sapContent_Illustrative_Color15:#31393f;--sapContent_Illustrative_Color16:#505e65;--sapContent_Illustrative_Color17:#505e65;--sapContent_Illustrative_Color18:#d9ddde;--sapContent_Illustrative_Color19:#ccd0d2;--sapContent_Illustrative_Color20:#bec4c6;--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:1.625rem;--sapFontHeader2Size:1.375rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapLink_TextDecoration:underline;--sapLink_Hover_Color:#000;--sapLink_Hover_TextDecoration:none;--sapLink_Active_Color:#000;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#000;--sapLink_InvertedColor:#000;--sapLink_SubtleColor:#000;--sapShell_Background:#fff;--sapShell_BackgroundImage:linear-gradient(180deg,#fff,#fff);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#000;--sapShell_TextColor:#000;--sapShell_InteractiveBackground:#fff;--sapShell_InteractiveTextColor:#000;--sapShell_InteractiveBorderColor:#000;--sapShell_GroupTitleTextColor:#000;--sapShell_GroupTitleTextShadow:-1px 0 #fff,0 1px #fff,1px 0 #fff,0 -1px #fff;--sapShell_Hover_Background:#ec8b46;--sapShell_Active_Background:#ec8b46;--sapShell_Active_TextColor:#000;--sapShell_Selected_Background:#8fb5ff;--sapShell_Selected_TextColor:#000;--sapShell_Selected_Hover_Background:#ec8b46;--sapShell_Favicon:none;--sapShell_Navigation_Background:#fff;--sapShell_Navigation_Hover_Background:#ec8b46;--sapShell_Navigation_SelectedColor:#000;--sapShell_Navigation_Selected_TextColor:#000;--sapShell_Navigation_TextColor:#000;--sapShell_Navigation_Active_TextColor:#000;--sapShell_Navigation_Active_Background:#ec8b46;--sapShell_Shadow:0 0.125rem 0 0 #000;--sapShell_NegativeColor:#ab0000;--sapShell_CriticalColor:#5c5c00;--sapShell_PositiveColor:#006362;--sapShell_InformativeColor:#000;--sapShell_NeutralColor:#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;--sapAvatar_1_Background:#fff;--sapAvatar_1_BorderColor:#000;--sapAvatar_1_TextColor:#000;--sapAvatar_2_Background:#fff;--sapAvatar_2_BorderColor:#000;--sapAvatar_2_TextColor:#000;--sapAvatar_3_Background:#fff;--sapAvatar_3_BorderColor:#000;--sapAvatar_3_TextColor:#000;--sapAvatar_4_Background:#fff;--sapAvatar_4_BorderColor:#000;--sapAvatar_4_TextColor:#000;--sapAvatar_5_Background:#fff;--sapAvatar_5_BorderColor:#000;--sapAvatar_5_TextColor:#000;--sapAvatar_6_Background:#fff;--sapAvatar_6_BorderColor:#000;--sapAvatar_6_TextColor:#000;--sapAvatar_7_Background:#fff;--sapAvatar_7_BorderColor:#000;--sapAvatar_7_TextColor:#000;--sapAvatar_8_Background:#fff;--sapAvatar_8_BorderColor:#000;--sapAvatar_8_TextColor:#000;--sapAvatar_9_Background:#fff;--sapAvatar_9_BorderColor:#000;--sapAvatar_9_TextColor:#000;--sapAvatar_10_Background:#fff;--sapAvatar_10_BorderColor:#000;--sapAvatar_10_TextColor:#000;--sapButton_Background:#fff;--sapButton_BorderColor:#000;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.375rem;--sapButton_TextColor:#000;--sapButton_Hover_Background:#ec8b46;--sapButton_Hover_BorderColor:#000;--sapButton_Hover_TextColor:#000;--sapButton_IconColor:#000;--sapButton_Active_Background:#ec8b46;--sapButton_Active_BorderColor:#000;--sapButton_Active_TextColor:#000;--sapButton_Emphasized_Background:#fff;--sapButton_Emphasized_BorderColor:#000;--sapButton_Emphasized_TextColor:#000;--sapButton_Emphasized_Hover_Background:#ec8b46;--sapButton_Emphasized_Hover_BorderColor:#000;--sapButton_Emphasized_Hover_TextColor:#000;--sapButton_Emphasized_Active_Background:#ec8b46;--sapButton_Emphasized_Active_BorderColor:#000;--sapButton_Emphasized_Active_TextColor:#000;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#fff;--sapButton_Reject_BorderColor:#000;--sapButton_Reject_TextColor:#000;--sapButton_Reject_Hover_Background:#ec8b46;--sapButton_Reject_Hover_BorderColor:#000;--sapButton_Reject_Hover_TextColor:#000;--sapButton_Reject_Active_Background:#ec8b46;--sapButton_Reject_Active_BorderColor:#000;--sapButton_Reject_Active_TextColor:#000;--sapButton_Reject_Selected_Background:#8fb5ff;--sapButton_Reject_Selected_BorderColor:#000;--sapButton_Reject_Selected_TextColor:#000;--sapButton_Reject_Selected_Hover_Background:#ec8b46;--sapButton_Reject_Selected_Hover_BorderColor:#000;--sapButton_Accept_Background:#fff;--sapButton_Accept_BorderColor:#000;--sapButton_Accept_TextColor:#000;--sapButton_Accept_Hover_Background:#ec8b46;--sapButton_Accept_Hover_BorderColor:#000;--sapButton_Accept_Hover_TextColor:#000;--sapButton_Accept_Active_Background:#ec8b46;--sapButton_Accept_Active_BorderColor:#000;--sapButton_Accept_Active_TextColor:#000;--sapButton_Accept_Selected_Background:#8fb5ff;--sapButton_Accept_Selected_BorderColor:#000;--sapButton_Accept_Selected_TextColor:#000;--sapButton_Accept_Selected_Hover_Background:#ec8b46;--sapButton_Accept_Selected_Hover_BorderColor:#000;--sapButton_Lite_Background:#fff;--sapButton_Lite_BorderColor:#000;--sapButton_Lite_TextColor:#000;--sapButton_Lite_Hover_Background:#ec8b46;--sapButton_Lite_Hover_BorderColor:#000;--sapButton_Lite_Hover_TextColor:#000;--sapButton_Lite_Active_Background:#ec8b46;--sapButton_Lite_Active_BorderColor:#000;--sapButton_Selected_Background:#8fb5ff;--sapButton_Selected_BorderColor:#000;--sapButton_Selected_TextColor:#000;--sapButton_Selected_Hover_Background:#ec8b46;--sapButton_Selected_Hover_BorderColor:#000;--sapButton_Attention_Background:#fff;--sapButton_Attention_BorderColor:#000;--sapButton_Attention_TextColor:#000;--sapButton_Attention_Hover_Background:#ec8b46;--sapButton_Attention_Hover_BorderColor:#000;--sapButton_Attention_Hover_TextColor:#000;--sapButton_Attention_Active_Background:#ec8b46;--sapButton_Attention_Active_BorderColor:#000;--sapButton_Attention_Active_TextColor:#000;--sapButton_Attention_Selected_Background:#8fb5ff;--sapButton_Attention_Selected_BorderColor:#000;--sapButton_Attention_Selected_TextColor:#000;--sapButton_Attention_Selected_Hover_Background:#ec8b46;--sapButton_Attention_Selected_Hover_BorderColor:#000;--sapButton_Negative_Background:#fff;--sapButton_Negative_BorderColor:#000;--sapButton_Negative_TextColor:#000;--sapButton_Negative_Hover_Background:#ec8b46;--sapButton_Negative_Hover_BorderColor:#000;--sapButton_Negative_Hover_TextColor:#000;--sapButton_Negative_Active_Background:#ec8b46;--sapButton_Negative_Active_BorderColor:#000;--sapButton_Negative_Active_TextColor:#000;--sapButton_Critical_Background:#fff;--sapButton_Critical_BorderColor:#000;--sapButton_Critical_TextColor:#000;--sapButton_Critical_Hover_Background:#ec8b46;--sapButton_Critical_Hover_BorderColor:#000;--sapButton_Critical_Hover_TextColor:#000;--sapButton_Critical_Active_Background:#ec8b46;--sapButton_Critical_Active_BorderColor:#000;--sapButton_Critical_Active_TextColor:#000;--sapButton_Success_Background:#fff;--sapButton_Success_BorderColor:#000;--sapButton_Success_TextColor:#000;--sapButton_Success_Hover_Background:#ec8b46;--sapButton_Success_Hover_BorderColor:#000;--sapButton_Success_Hover_TextColor:#000;--sapButton_Success_Active_Background:#ec8b46;--sapButton_Success_Active_BorderColor:#000;--sapButton_Success_Active_TextColor:#000;--sapButton_Information_Background:#fff;--sapButton_Information_BorderColor:#000;--sapButton_Information_TextColor:#000;--sapButton_Information_Hover_Background:#ec8b46;--sapButton_Information_Hover_BorderColor:#000;--sapButton_Information_Hover_TextColor:#000;--sapButton_Information_Active_Background:#ec8b46;--sapButton_Information_Active_BorderColor:#000;--sapButton_Information_Active_TextColor:#000;--sapButton_Neutral_Background:#fff;--sapButton_Neutral_BorderColor:#000;--sapButton_Neutral_TextColor:#000;--sapButton_Neutral_Hover_Background:#ec8b46;--sapButton_Neutral_Hover_BorderColor:#000;--sapButton_Neutral_Hover_TextColor:#000;--sapButton_Neutral_Active_Background:#ec8b46;--sapButton_Neutral_Active_BorderColor:#000;--sapButton_Neutral_Active_TextColor:#000;--sapButton_Track_Background:#fff;--sapButton_Track_BorderColor:#000;--sapButton_Track_TextColor:#000;--sapButton_Track_Hover_Background:#ec8b46;--sapButton_Track_Hover_BorderColor:#000;--sapButton_Track_Selected_Background:#8fb5ff;--sapButton_Track_Selected_BorderColor:#000;--sapButton_Track_Selected_TextColor:#000;--sapButton_Track_Selected_Hover_Background:#ec8b46;--sapButton_Track_Selected_Hover_BorderColor:#000;--sapButton_Handle_Background:#fff;--sapButton_Handle_BorderColor:#000;--sapButton_Handle_TextColor:#000;--sapButton_Handle_Hover_Background:#ec8b46;--sapButton_Handle_Hover_BorderColor:#000;--sapButton_Handle_Selected_Background:#8fb5ff;--sapButton_Handle_Selected_BorderColor:#000;--sapButton_Handle_Selected_TextColor:#000;--sapButton_Handle_Selected_Hover_Background:#ec8b46;--sapButton_Handle_Selected_Hover_BorderColor:#000;--sapButton_Track_Negative_Background:#fff;--sapButton_Track_Negative_BorderColor:#ab0000;--sapButton_Track_Negative_TextColor:#000;--sapButton_Track_Negative_Hover_Background:#ec8b46;--sapButton_Track_Negative_Hover_BorderColor:#ab0000;--sapButton_Handle_Negative_Background:#fff;--sapButton_Handle_Negative_BorderColor:#ab0000;--sapButton_Handle_Negative_TextColor:#000;--sapButton_Handle_Negative_Hover_Background:#ec8b46;--sapButton_Handle_Negative_Hover_BorderColor:#ab0000;--sapButton_Track_Positive_Background:#fff;--sapButton_Track_Positive_BorderColor:#006362;--sapButton_Track_Positive_TextColor:#000;--sapButton_Track_Positive_Hover_Background:#fff;--sapButton_Track_Positive_Hover_BorderColor:#000;--sapButton_Handle_Positive_Background:#fff;--sapButton_Handle_Positive_BorderColor:#006362;--sapButton_Handle_Positive_TextColor:#000;--sapButton_Handle_Positive_Hover_Background:#ec8b46;--sapButton_Handle_Positive_Hover_BorderColor:#006362;--sapButton_TokenBackground:#fff;--sapButton_TokenBorderColor:#000;--sapField_Background:#fff;--sapField_BackgroundStyle:none;--sapField_TextColor:#000;--sapField_PlaceholderTextColor:#585858;--sapField_BorderColor:#000;--sapField_HelpBackground:#fff;--sapField_BorderWidth:.0625rem;--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:#585858;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:#b3b3b3;--sapField_RequiredColor:#000;--sapField_InvalidColor:#000;--sapField_InvalidBackground:#ec8b46;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:dashed;--sapField_InvalidShadow:none;--sapField_WarningColor:#000;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:dashed;--sapField_WarningShadow:none;--sapField_SuccessColor:#000;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#000;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.0625rem;--sapField_InformationBorderStyle:dashed;--sapField_InformationShadow:none;--sapGroup_TitleBackground:#fff;--sapGroup_TitleBorderColor:#000;--sapGroup_TitleTextColor:#000;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#000;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:#fff;--sapToolbar_Background:#fff;--sapToolbar_SeparatorColor:#000;--sapList_HeaderBackground:#fff;--sapList_HeaderBorderColor:#000;--sapList_HeaderTextColor:#000;--sapList_BorderColor:#585858;--sapList_BorderWidth:.0625rem;--sapList_TextColor:#000;--sapList_Active_TextColor:#000;--sapList_Active_Background:#ec8b46;--sapList_SelectionBackgroundColor:#8fb5ff;--sapList_SelectionBorderColor:#000;--sapList_Hover_SelectionBackground:#ec8b46;--sapList_Background:#fff;--sapList_Hover_Background:#ec8b46;--sapList_AlternatingBackground:#e6e6e6;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#000;--sapList_GroupHeaderTextColor:#000;--sapList_TableGroupHeaderBackground:#b3b3b3;--sapList_TableGroupHeaderBorderColor:#000;--sapList_TableGroupHeaderTextColor:#000;--sapList_FooterBackground:#fff;--sapList_FooterTextColor:#000;--sapList_TableFooterBorder:#000;--sapList_TableFixedBorderColor:#000;--sapMessage_ErrorBorderColor:#ab0000;--sapMessage_WarningBorderColor:#5c5c00;--sapMessage_SuccessBorderColor:#006362;--sapMessage_InformationBorderColor:#000;--sapPopover_BorderCornerRadius:.25rem;--sapProgress_Background:#fff;--sapProgress_BorderColor:#000;--sapProgress_TextColor:#000;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#fff;--sapProgress_NegativeBorderColor:#000;--sapProgress_NegativeTextColor:#000;--sapProgress_CriticalBackground:#fff;--sapProgress_CriticalBorderColor:#000;--sapProgress_CriticalTextColor:#000;--sapProgress_PositiveBackground:#fff;--sapProgress_PositiveBorderColor:#000;--sapProgress_PositiveTextColor:#000;--sapProgress_InformationBackground:#fff;--sapProgress_InformationBorderColor:#000;--sapProgress_InformationTextColor:#000;--sapProgress_Value_Background:#ec8b46;--sapProgress_Value_BorderColor:#000;--sapProgress_Value_TextColor:#000;--sapProgress_Value_NegativeBackground:#ec8b46;--sapProgress_Value_NegativeBorderColor:#000;--sapProgress_Value_NegativeTextColor:#000;--sapProgress_Value_CriticalBackground:#ec8b46;--sapProgress_Value_CriticalBorderColor:#000;--sapProgress_Value_CriticalTextColor:#000;--sapProgress_Value_PositiveBackground:#ec8b46;--sapProgress_Value_PositiveBorderColor:#000;--sapProgress_Value_PositiveTextColor:#000;--sapProgress_Value_InformationBackground:#ec8b46;--sapProgress_Value_InformationBorderColor:#000;--sapProgress_Value_InformationTextColor:#000;--sapScrollBar_FaceColor:#585858;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#585858;--sapScrollBar_SymbolColor:#000;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#000;--sapSlider_Background:#fff;--sapSlider_BorderColor:#000;--sapSlider_Selected_Background:#8fb5ff;--sapSlider_Selected_BorderColor:#000;--sapSlider_HandleBackground:#fff;--sapSlider_HandleBorderColor:#000;--sapSlider_RangeHandleBackground:#fff;--sapSlider_Hover_HandleBackground:#ec8b46;--sapSlider_Hover_HandleBorderColor:#000;--sapSlider_Hover_RangeHandleBackground:#ec8b46;--sapSlider_Active_HandleBackground:#ec8b46;--sapSlider_Active_HandleBorderColor:#000;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#fff;--sapPageHeader_BorderColor:#000;--sapPageHeader_TextColor:#000;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#000;--sapPageFooter_TextColor:#000;--sapInfobar_Background:#fff;--sapInfobar_Hover_Background:#ec8b46;--sapInfobar_Active_Background:#ec8b46;--sapInfobar_NonInteractive_Background:#b3b3b3;--sapInfobar_TextColor:#000;--sapObjectHeader_Background:#fff;--sapObjectHeader_Hover_Background:#ec8b46;--sapObjectHeader_BorderColor:#000;--sapObjectHeader_Title_TextColor:#000;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#000;--sapBlockLayer_Background:#fff;--sapTile_Background:#fff;--sapTile_Hover_Background:#ec8b46;--sapTile_Active_Background:#ec8b46;--sapTile_BorderColor:#000;--sapTile_BorderCornerRadius:0.25rem;--sapTile_TitleTextColor:#000;--sapTile_TextColor:#000;--sapTile_IconColor:#000;--sapTile_SeparatorColor:#000;--sapTile_Interactive_BorderColor:#000;--sapTile_OverlayBackground:#fff;--sapTile_OverlayForegroundColor:#000;--sapAccentColor1:#5f5800;--sapAccentColor2:#5e4101;--sapAccentColor3:#973333;--sapAccentColor4:#961d7c;--sapAccentColor5:#365892;--sapAccentColor6:#004ccb;--sapAccentColor7:#105b5b;--sapAccentColor8:#26340b;--sapAccentColor9:#6c32a9;--sapAccentColor10:#4a5964;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapIndicationColor_1:#780000;--sapIndicationColor_1_Background:#fff;--sapIndicationColor_1_BorderColor:#000;--sapIndicationColor_1_TextColor:#000;--sapIndicationColor_1_Hover_Background:#ec8b46;--sapIndicationColor_1_Active_Background:#ec8b46;--sapIndicationColor_1_Active_BorderColor:#000;--sapIndicationColor_1_Active_TextColor:#000;--sapIndicationColor_1_Selected_Background:#8fb5ff;--sapIndicationColor_1_Selected_BorderColor:#000;--sapIndicationColor_1_Selected_TextColor:#000;--sapIndicationColor_1b:#780000;--sapIndicationColor_1b_BorderColor:#000;--sapIndicationColor_1b_Hover_Background:#ec8b46;--sapIndicationColor_2:#ab0000;--sapIndicationColor_2_Background:#fff;--sapIndicationColor_2_BorderColor:#000;--sapIndicationColor_2_TextColor:#000;--sapIndicationColor_2_Hover_Background:#ec8b46;--sapIndicationColor_2_Active_Background:#ec8b46;--sapIndicationColor_2_Active_BorderColor:#000;--sapIndicationColor_2_Active_TextColor:#000;--sapIndicationColor_2_Selected_Background:#8fb5ff;--sapIndicationColor_2_Selected_BorderColor:#000;--sapIndicationColor_2_Selected_TextColor:#000;--sapIndicationColor_2b:#ab0000;--sapIndicationColor_2b_BorderColor:#000;--sapIndicationColor_2b_Hover_Background:#ec8b46;--sapIndicationColor_3:#5c5c00;--sapIndicationColor_3_Background:#fff;--sapIndicationColor_3_BorderColor:#000;--sapIndicationColor_3_TextColor:#000;--sapIndicationColor_3_Hover_Background:#ec8b46;--sapIndicationColor_3_Active_Background:#ec8b46;--sapIndicationColor_3_Active_BorderColor:#000;--sapIndicationColor_3_Active_TextColor:#000;--sapIndicationColor_3_Selected_Background:#8fb5ff;--sapIndicationColor_3_Selected_BorderColor:#000;--sapIndicationColor_3_Selected_TextColor:#000;--sapIndicationColor_3b:#5c5c00;--sapIndicationColor_3b_BorderColor:#000;--sapIndicationColor_3b_Hover_Background:#ec8b46;--sapIndicationColor_4:#006362;--sapIndicationColor_4_Background:#fff;--sapIndicationColor_4_BorderColor:#000;--sapIndicationColor_4_TextColor:#000;--sapIndicationColor_4_Hover_Background:#ec8b46;--sapIndicationColor_4_Active_Background:#ec8b46;--sapIndicationColor_4_Active_BorderColor:#000;--sapIndicationColor_4_Active_TextColor:#000;--sapIndicationColor_4_Selected_Background:#8fb5ff;--sapIndicationColor_4_Selected_BorderColor:#000;--sapIndicationColor_4_Selected_TextColor:#000;--sapIndicationColor_4b:#006362;--sapIndicationColor_4b_BorderColor:#000;--sapIndicationColor_4b_Hover_Background:#ec8b46;--sapIndicationColor_5:#004ccb;--sapIndicationColor_5_Background:#fff;--sapIndicationColor_5_BorderColor:#000;--sapIndicationColor_5_TextColor:#000;--sapIndicationColor_5_Hover_Background:#ec8b46;--sapIndicationColor_5_Active_Background:#ec8b46;--sapIndicationColor_5_Active_BorderColor:#000;--sapIndicationColor_5_Active_TextColor:#000;--sapIndicationColor_5_Selected_Background:#8fb5ff;--sapIndicationColor_5_Selected_BorderColor:#000;--sapIndicationColor_5_Selected_TextColor:#000;--sapIndicationColor_5b:#004ccb;--sapIndicationColor_5b_BorderColor:#000;--sapIndicationColor_5b_Hover_Background:#ec8b46;--sapIndicationColor_6:#105b5b;--sapIndicationColor_6_Background:#fff;--sapIndicationColor_6_BorderColor:#000;--sapIndicationColor_6_TextColor:#000;--sapIndicationColor_6_Hover_Background:#ec8b46;--sapIndicationColor_6_Active_Background:#ec8b46;--sapIndicationColor_6_Active_BorderColor:#000;--sapIndicationColor_6_Active_TextColor:#000;--sapIndicationColor_6_Selected_Background:#8fb5ff;--sapIndicationColor_6_Selected_BorderColor:#000;--sapIndicationColor_6_Selected_TextColor:#000;--sapIndicationColor_6b:#105b5b;--sapIndicationColor_6b_BorderColor:#000;--sapIndicationColor_6b_Hover_Background:#ec8b46;--sapIndicationColor_7:#6c32a9;--sapIndicationColor_7_Background:#fff;--sapIndicationColor_7_BorderColor:#000;--sapIndicationColor_7_TextColor:#000;--sapIndicationColor_7_Hover_Background:#ec8b46;--sapIndicationColor_7_Active_Background:#ec8b46;--sapIndicationColor_7_Active_BorderColor:#000;--sapIndicationColor_7_Active_TextColor:#000;--sapIndicationColor_7_Selected_Background:#8fb5ff;--sapIndicationColor_7_Selected_BorderColor:#000;--sapIndicationColor_7_Selected_TextColor:#000;--sapIndicationColor_7b:#6c32a9;--sapIndicationColor_7b_BorderColor:#000;--sapIndicationColor_7b_Hover_Background:#ec8b46;--sapIndicationColor_8:#961d7c;--sapIndicationColor_8_Background:#fff;--sapIndicationColor_8_BorderColor:#000;--sapIndicationColor_8_TextColor:#000;--sapIndicationColor_8_Hover_Background:#ec8b46;--sapIndicationColor_8_Active_Background:#ec8b46;--sapIndicationColor_8_Active_BorderColor:#000;--sapIndicationColor_8_Active_TextColor:#000;--sapIndicationColor_8_Selected_Background:#8fb5ff;--sapIndicationColor_8_Selected_BorderColor:#000;--sapIndicationColor_8_Selected_TextColor:#000;--sapIndicationColor_8b:#961d7c;--sapIndicationColor_8b_BorderColor:#000;--sapIndicationColor_8b_Hover_Background:#ec8b46;--sapIndicationColor_9:#fff;--sapIndicationColor_9_Background:#fff;--sapIndicationColor_9_BorderColor:#000;--sapIndicationColor_9_TextColor:#000;--sapIndicationColor_9_Hover_Background:#ec8b46;--sapIndicationColor_9_Active_Background:#ec8b46;--sapIndicationColor_9_Active_BorderColor:#000;--sapIndicationColor_9_Active_TextColor:#000;--sapIndicationColor_9_Selected_Background:#8fb5ff;--sapIndicationColor_9_Selected_BorderColor:#000;--sapIndicationColor_9_Selected_TextColor:#000;--sapIndicationColor_9b:#fff;--sapIndicationColor_9b_BorderColor:#000;--sapIndicationColor_9b_Hover_Background:#ec8b46;--sapIndicationColor_10:#eaecee;--sapIndicationColor_10_Background:#fff;--sapIndicationColor_10_BorderColor:#000;--sapIndicationColor_10_TextColor:#000;--sapIndicationColor_10_Hover_Background:#ec8b46;--sapIndicationColor_10_Active_Background:#ec8b46;--sapIndicationColor_10_Active_BorderColor:#000;--sapIndicationColor_10_Active_TextColor:#000;--sapIndicationColor_10_Selected_Background:#8fb5ff;--sapIndicationColor_10_Selected_BorderColor:#000;--sapIndicationColor_10_Selected_TextColor:#000;--sapIndicationColor_10b:#eaecee;--sapIndicationColor_10b_BorderColor:#000;--sapIndicationColor_10b_Hover_Background:#ec8b46;--sapLegend_WorkingBackground:#d9d9d9;--sapLegend_NonWorkingBackground:#b3b3b3;--sapLegend_CurrentDateTime:#961d7c;--sapLegendColor1:#5f5800;--sapLegendColor2:#5e4101;--sapLegendColor3:#973333;--sapLegendColor4:#463000;--sapLegendColor5:#961d7c;--sapLegendColor6:#004ccb;--sapLegendColor7:#105b5b;--sapLegendColor8:#26340b;--sapLegendColor9:#4a5964;--sapLegendColor10:#6c3d62;--sapLegendColor11:#383513;--sapLegendColor12:#734f00;--sapLegendColor13:#723e3e;--sapLegendColor14:#5f5642;--sapLegendColor15:#60535d;--sapLegendColor16:#465878;--sapLegendColor17:#435b5b;--sapLegendColor18:#4e5a36;--sapLegendColor19:#4e5869;--sapLegendColor20:#001b49;--sapLegendBackgroundColor1:#fff;--sapLegendBackgroundColor2:#fff;--sapLegendBackgroundColor3:#fff;--sapLegendBackgroundColor4:#fff;--sapLegendBackgroundColor5:#fff;--sapLegendBackgroundColor6:#fff;--sapLegendBackgroundColor7:#fff;--sapLegendBackgroundColor8:#fff;--sapLegendBackgroundColor9:#fff;--sapLegendBackgroundColor10:#fff;--sapLegendBackgroundColor11:#fff;--sapLegendBackgroundColor12:#fff;--sapLegendBackgroundColor13:#fff;--sapLegendBackgroundColor14:#fff;--sapLegendBackgroundColor15:#fff;--sapLegendBackgroundColor16:#fff;--sapLegendBackgroundColor17:#fff;--sapLegendBackgroundColor18:#fff;--sapLegendBackgroundColor19:#fff;--sapLegendBackgroundColor20:#fff;--sapChart_OrderedColor_1:#286ac3;--sapChart_OrderedColor_2:#d74114;--sapChart_OrderedColor_3:#057d47;--sapChart_OrderedColor_4:#e11e48;--sapChart_OrderedColor_5:#642eb2;--sapChart_OrderedColor_6:#03778c;--sapChart_OrderedColor_7:#232deb;--sapChart_OrderedColor_8:#9b136f;--sapChart_OrderedColor_9:#395563;--sapChart_OrderedColor_10:#e02e2e;--sapChart_OrderedColor_11:#0d3367;--sapChart_Bad:#ab0000;--sapChart_Critical:#5c5c00;--sapChart_Good:#006362;--sapChart_Neutral:#000;--sapChart_Sequence_1:#286ac3;--sapChart_Sequence_2:#d74114;--sapChart_Sequence_3:#057d47;--sapChart_Sequence_4:#e11e48;--sapChart_Sequence_5:#642eb2;--sapChart_Sequence_6:#03778c;--sapChart_Sequence_7:#232deb;--sapChart_Sequence_8:#9b136f;--sapChart_Sequence_9:#395563;--sapChart_Sequence_10:#e02e2e;--sapChart_Sequence_11:#0d3367;--sapChart_Sequence_Neutral:#000;--sapFontUrl_SAP-icons_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2);--sapFontUrl_SAP-icons-TNT_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf);--sapFontUrl_SAP-icons-TNT_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff);--sapFontUrl_SAP-icons-TNT_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2);--sapFontUrl_SAP-icons-Business-Suite_ttf:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);--sapFontUrl_SAP-icons-Business-Suite_woff:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff);--sapFontUrl_SAP-icons-Business-Suite_woff2:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);--sapFontUrl_72_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2);--sapFontUrl_72_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff);--sapFontUrl_72_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2);--sapFontUrl_72_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff);--sapFontUrl_72_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff);--sapFontUrl_72_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2);--sapFontUrl_72_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff);--sapFontUrl_72_Semibold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2);--sapFontUrl_72_Semibold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff);--sapFontUrl_72_Semibold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2);--sapFontUrl_72_Semibold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff);--sapFontUrl_72_SemiboldDuplex_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff);--sapFontUrl_72_SemiboldDuplex_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2);--sapFontUrl_72_SemiboldDuplex_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff);--sapFontUrl_72_Light_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff2);--sapFontUrl_72_Light_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff);--sapFontUrl_72_Light_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2);--sapFontUrl_72_Light_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff);--sapFontUrl_72_Black_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff2);--sapFontUrl_72_Black_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff);--sapFontUrl_72_Black_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2);--sapFontUrl_72_Black_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff);--sapFontUrl_72_BoldItalic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff);--sapFontUrl_72_BoldItalic_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2);--sapFontUrl_72_BoldItalic_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff);--sapFontUrl_72_Condensed_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2);--sapFontUrl_72_Condensed_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff);--sapFontUrl_72_Condensed_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2);--sapFontUrl_72_Condensed_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff);--sapFontUrl_72_CondensedBold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff);--sapFontUrl_72_CondensedBold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2);--sapFontUrl_72_CondensedBold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff);--sapFontUrl_72_Italic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2);--sapFontUrl_72_Italic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff);--sapFontUrl_72_Italic_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2);--sapFontUrl_72_Italic_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff);--sapFontUrl_72Mono_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2);--sapFontUrl_72Mono_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff);--sapFontUrl_72Mono_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2);--sapFontUrl_72Mono_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff);--sapFontUrl_72Mono_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2);--sapFontUrl_72Mono_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff);--sapFontUrl_72Mono_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2);--sapFontUrl_72Mono_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff)}.background-image--sapCompanyLogo{background-image:var(--sapCompanyLogo)}.background-image--sapBackgroundImage{background-image:var(--sapBackgroundImage)}.background-image--sapShell_BackgroundImage{background-image:var(--sapShell_BackgroundImage)}
@@ -1 +1 @@
1
- .sapThemeMetaData-Base-baseLib{background-image:url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_fiori_3.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_belize", "Engine": {"Name": "theming-engine", "Version": "1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388"}, "Version": { "Build": "11.4.2.20230525101226", "Source": "11.4.2"}}')}:root{--sapThemeMetaData-Base-baseLib:{"Path":"Base.baseLib.sap_fiori_3.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_base_fiori","baseTheme"],"Tags":["Fiori_3","LightColorScheme"],"FallbackThemeId":"sap_belize","Engine":{"Name":"theming-engine","Version":"1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388"},"Version":{ "Build":"11.4.2.20230525101226","Source":"11.4.2"}};--sapBrandColor:#0a6ed1;--sapHighlightColor:#0854a0;--sapBaseColor:#fff;--sapShellColor:#354a5f;--sapBackgroundColor:#f7f7f7;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapTextColor:#32363a;--sapLinkColor:#0a6ed1;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0854a0;--sapHoverColor:#ededed;--sapActiveColor:#0854a0;--sapHighlightTextColor:#fff;--sapTitleColor:#32363a;--sapNegativeColor:#b00;--sapCriticalColor:#df6e0c;--sapPositiveColor:#107e3e;--sapInformativeColor:#0a6ed1;--sapNeutralColor:#6a6d70;--sapNegativeElementColor:#b00;--sapCriticalElementColor:#df6e0c;--sapPositiveElementColor:#107e3e;--sapInformativeElementColor:#0a6ed1;--sapNeutralElementColor:#6a6d70;--sapNegativeTextColor:#b00;--sapCriticalTextColor:#b3590a;--sapPositiveTextColor:#107e3e;--sapInformativeTextColor:#0a6ed1;--sapNeutralTextColor:#6a6d70;--sapErrorColor:#b00;--sapWarningColor:#df6e0c;--sapSuccessColor:#107e3e;--sapInformationColor:#0a6ed1;--sapErrorBackground:#ffebeb;--sapWarningBackground:#fef7f1;--sapSuccessBackground:#f1fdf6;--sapInformationBackground:#f5faff;--sapNeutralBackground:#f4f4f4;--sapErrorBorderColor:#b00;--sapWarningBorderColor:#df6e0c;--sapSuccessBorderColor:#107e3e;--sapInformationBorderColor:#0a6ed1;--sapNeutralBorderColor:#6a6d70;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#0854a0;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#6a6d70;--sapContent_MarkerIconColor:#286eb4;--sapContent_MarkerTextColor:#0e7581;--sapContent_MeasureIndicatorColor:#89919a;--sapContent_Selected_MeasureIndicatorColor:#89919a;--sapContent_Placeholderloading_Background:#ccc;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#ccc 0%,#ccc 20%,#999 50%,#ccc 80%,#ccc);--sapContent_ImagePlaceholderBackground:#ccc;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#d08014;--sapContent_UnratedColor:#89919a;--sapContent_BusyColor:#0854a0;--sapContent_FocusColor:#000;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.0625rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 0.0625rem rgba(0,0,0,.1),0 0.125rem 0.5rem 0 rgba(0,0,0,.1);--sapContent_Shadow1:0 0 0 0.0625rem rgba(0,0,0,.42),0 0.125rem 0.5rem 0 rgba(0,0,0,.3);--sapContent_Shadow2:0 0 0 0.0625rem rgba(0,0,0,.42),0 0.625rem 1.875rem 0 rgba(0,0,0,.3);--sapContent_Shadow3:0 0 0 0.0625rem rgba(0,0,0,.42),0 1.25rem 5rem 0 rgba(0,0,0,.3);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(0,0,0,.05),inset 0 -0.0625rem 0 0 #d9d9d9;--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:#d4f7db;--sapContent_HelpColor:#3f8600;--sapContent_LabelColor:#6a6d70;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:rgba(50,54,58,.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#efefef;--sapContent_ForegroundBorderColor:#89919a;--sapContent_ForegroundTextColor:#32363a;--sapContent_BadgeBackground:#d04343;--sapContent_BadgeTextColor:#fff;--sapContent_DragAndDropActiveColor:#0854a0;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Background:#0854a0;--sapContent_Selected_Hover_Background:#095caf;--sapContent_Selected_ForegroundColor:#0854a0;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#0a6ed1;--sapContent_Illustrative_Color2:#72b5f8;--sapContent_Illustrative_Color3:#ffba10;--sapContent_Illustrative_Color4:#4a5055;--sapContent_Illustrative_Color5:#9da4aa;--sapContent_Illustrative_Color6:#c6cace;--sapContent_Illustrative_Color7:#e7e9ea;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#e7e9ea;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#5dc122;--sapContent_Illustrative_Color13:#4ba1f6;--sapContent_Illustrative_Color14:#298ff4;--sapContent_Illustrative_Color15:#e6a400;--sapContent_Illustrative_Color16:#085aaa;--sapContent_Illustrative_Color17:#00a5a8;--sapContent_Illustrative_Color18:#d9ddde;--sapContent_Illustrative_Color19:#ccd0d2;--sapContent_Illustrative_Color20:#bec4c6;--sapFontLightFamily:"72-Light","72-Lightfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBoldFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:"72-Semibold","72-Semiboldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:"72-SemiboldDuplex","72-SemiboldDuplexfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBlackFamily:"72Black","72Blackfull","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:2.25rem;--sapFontHeader2Size:1.5rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapLink_TextDecoration:none;--sapLink_Hover_Color:#0854a0;--sapLink_Hover_TextDecoration:underline;--sapLink_Active_Color:#0a6ed1;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#0a6ed1;--sapLink_InvertedColor:#d3e8fd;--sapLink_SubtleColor:#074888;--sapShell_Background:#edeff0;--sapShell_BackgroundImage:linear-gradient(180deg,#dfe3e4,#f3f4f5);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#354a5f;--sapShell_TextColor:#fff;--sapShell_InteractiveBackground:#354a5f;--sapShell_InteractiveTextColor:#d1e8ff;--sapShell_InteractiveBorderColor:#7996b4;--sapShell_GroupTitleTextColor:#32363a;--sapShell_GroupTitleTextShadow:0 0 0.125rem #fff;--sapShell_Hover_Background:#283848;--sapShell_Active_Background:#23303e;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#23303e;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#23303e;--sapShell_Favicon:none;--sapShell_Navigation_Background:#354a5f;--sapShell_Navigation_Hover_Background:#283848;--sapShell_Navigation_SelectedColor:#d1e8ff;--sapShell_Navigation_Selected_TextColor:#d1e8ff;--sapShell_Navigation_TextColor:#fff;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Navigation_Active_Background:#23303e;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(0,0,0,.08),inset 0 -0.0625rem 0 0 rgba(0,0,0,.18);--sapShell_NegativeColor:#f88;--sapShell_CriticalColor:#f8b67d;--sapShell_PositiveColor:#abe2c2;--sapShell_InformativeColor:#b1d6fb;--sapShell_NeutralColor:#d4d6d7;--sapShell_Category_1_Background:#286eb4;--sapShell_Category_1_BorderColor:#286eb4;--sapShell_Category_1_TextColor:#fff;--sapShell_Category_1_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background:#db1f77;--sapShell_Category_2_BorderColor:#db1f77;--sapShell_Category_2_TextColor:#fff;--sapShell_Category_2_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background:#d58215;--sapShell_Category_3_BorderColor:#d58215;--sapShell_Category_3_TextColor:#fff;--sapShell_Category_3_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background:#892971;--sapShell_Category_4_BorderColor:#892971;--sapShell_Category_4_TextColor:#fff;--sapShell_Category_4_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background:#bb2f2f;--sapShell_Category_5_BorderColor:#bb2f2f;--sapShell_Category_5_TextColor:#fff;--sapShell_Category_5_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background:#1193a2;--sapShell_Category_6_BorderColor:#1193a2;--sapShell_Category_6_TextColor:#fff;--sapShell_Category_6_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background:#cf5db3;--sapShell_Category_7_BorderColor:#cf5db3;--sapShell_Category_7_TextColor:#fff;--sapShell_Category_7_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background:#8b9668;--sapShell_Category_8_BorderColor:#8b9668;--sapShell_Category_8_TextColor:#fff;--sapShell_Category_8_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background:#597da1;--sapShell_Category_9_BorderColor:#597da1;--sapShell_Category_9_TextColor:#fff;--sapShell_Category_9_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background:#647987;--sapShell_Category_10_BorderColor:#647987;--sapShell_Category_10_TextColor:#fff;--sapShell_Category_10_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background:#dc5b5b;--sapShell_Category_11_BorderColor:#dc5b5b;--sapShell_Category_11_TextColor:#fff;--sapShell_Category_11_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background:#5154bd;--sapShell_Category_12_BorderColor:#5154bd;--sapShell_Category_12_TextColor:#fff;--sapShell_Category_12_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background:#bc1b66;--sapShell_Category_13_BorderColor:#bc1b66;--sapShell_Category_13_TextColor:#fff;--sapShell_Category_13_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background:#49797e;--sapShell_Category_14_BorderColor:#49797e;--sapShell_Category_14_TextColor:#fff;--sapShell_Category_14_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background:#476380;--sapShell_Category_15_BorderColor:#476380;--sapShell_Category_15_TextColor:#fff;--sapShell_Category_15_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background:#687a33;--sapShell_Category_16_BorderColor:#687a33;--sapShell_Category_16_TextColor:#fff;--sapShell_Category_16_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapAvatar_1_Background:#d08014;--sapAvatar_1_BorderColor:#d08014;--sapAvatar_1_TextColor:#fff;--sapAvatar_2_Background:#d04343;--sapAvatar_2_BorderColor:#d04343;--sapAvatar_2_TextColor:#fff;--sapAvatar_3_Background:#db1f77;--sapAvatar_3_BorderColor:#db1f77;--sapAvatar_3_TextColor:#fff;--sapAvatar_4_Background:#c0399f;--sapAvatar_4_BorderColor:#c0399f;--sapAvatar_4_TextColor:#fff;--sapAvatar_5_Background:#6367de;--sapAvatar_5_BorderColor:#6367de;--sapAvatar_5_TextColor:#fff;--sapAvatar_6_Background:#286eb4;--sapAvatar_6_BorderColor:#286eb4;--sapAvatar_6_TextColor:#fff;--sapAvatar_7_Background:#0f828f;--sapAvatar_7_BorderColor:#0f828f;--sapAvatar_7_TextColor:#fff;--sapAvatar_8_Background:#7ca10c;--sapAvatar_8_BorderColor:#7ca10c;--sapAvatar_8_TextColor:#fff;--sapAvatar_9_Background:#925ace;--sapAvatar_9_BorderColor:#925ace;--sapAvatar_9_TextColor:#fff;--sapAvatar_10_Background:#647987;--sapAvatar_10_BorderColor:#647987;--sapAvatar_10_TextColor:#fff;--sapButton_Background:#fff;--sapButton_BorderColor:#0854a0;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.25rem;--sapButton_TextColor:#0854a0;--sapButton_Hover_Background:#ebf5fe;--sapButton_Hover_BorderColor:#0854a0;--sapButton_Hover_TextColor:#0854a0;--sapButton_IconColor:#0854a0;--sapButton_Active_Background:#0854a0;--sapButton_Active_BorderColor:#0854a0;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#0a6ed1;--sapButton_Emphasized_BorderColor:#0a6ed1;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#085caf;--sapButton_Emphasized_Hover_BorderColor:#085caf;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#0854a0;--sapButton_Emphasized_Active_BorderColor:#0854a0;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#fff;--sapButton_Reject_BorderColor:#b00;--sapButton_Reject_TextColor:#b00;--sapButton_Reject_Hover_Background:#ffebeb;--sapButton_Reject_Hover_BorderColor:#b00;--sapButton_Reject_Hover_TextColor:#b00;--sapButton_Reject_Active_Background:#a20000;--sapButton_Reject_Active_BorderColor:#a20000;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_Selected_Background:#a20000;--sapButton_Reject_Selected_BorderColor:#a20000;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#b00;--sapButton_Reject_Selected_Hover_BorderColor:#b00;--sapButton_Accept_Background:#fff;--sapButton_Accept_BorderColor:#107e3e;--sapButton_Accept_TextColor:#107e3e;--sapButton_Accept_Hover_Background:#f1fdf6;--sapButton_Accept_Hover_BorderColor:#107e3e;--sapButton_Accept_Hover_TextColor:#107e3e;--sapButton_Accept_Active_Background:#0d6733;--sapButton_Accept_Active_BorderColor:#0d6733;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_Selected_Background:#0d6733;--sapButton_Accept_Selected_BorderColor:#0d6733;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#107e3e;--sapButton_Accept_Selected_Hover_BorderColor:#107e3e;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#0854a0;--sapButton_Lite_Hover_Background:#ebf5fe;--sapButton_Lite_Hover_BorderColor:#0854a0;--sapButton_Lite_Hover_TextColor:#0854a0;--sapButton_Lite_Active_Background:#0854a0;--sapButton_Lite_Active_BorderColor:#0854a0;--sapButton_Selected_Background:#0854a0;--sapButton_Selected_BorderColor:#0854a0;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#095caf;--sapButton_Selected_Hover_BorderColor:#095caf;--sapButton_Attention_Background:#fff;--sapButton_Attention_BorderColor:#df6e0c;--sapButton_Attention_TextColor:#32363a;--sapButton_Attention_Hover_Background:#fef7f1;--sapButton_Attention_Hover_BorderColor:#df6e0c;--sapButton_Attention_Hover_TextColor:#32363a;--sapButton_Attention_Active_Background:#f3801c;--sapButton_Attention_Active_BorderColor:#f3801c;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#f3801c;--sapButton_Attention_Selected_BorderColor:#f3801c;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#f48e34;--sapButton_Attention_Selected_Hover_BorderColor:#f48e34;--sapButton_Negative_Background:#b00;--sapButton_Negative_BorderColor:#b00;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#970000;--sapButton_Negative_Hover_BorderColor:#970000;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#800;--sapButton_Negative_Active_BorderColor:#800;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#df6e0c;--sapButton_Critical_BorderColor:#df6e0c;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#f3801c;--sapButton_Critical_Hover_BorderColor:#f3801c;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#f5933e;--sapButton_Critical_Active_BorderColor:#f5933e;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#107e3e;--sapButton_Success_BorderColor:#107e3e;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#0c5e2e;--sapButton_Success_Hover_BorderColor:#0c5e2e;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#0a5128;--sapButton_Success_Active_BorderColor:#0a5128;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#0a6ed1;--sapButton_Information_BorderColor:#0a6ed1;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#0961b9;--sapButton_Information_Hover_BorderColor:#0961b9;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#0854a0;--sapButton_Information_Active_BorderColor:#0854a0;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#6a6d70;--sapButton_Neutral_BorderColor:#6a6d70;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#595b5e;--sapButton_Neutral_Hover_BorderColor:#595b5e;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#515456;--sapButton_Neutral_Active_BorderColor:#515456;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#ededed;--sapButton_Track_BorderColor:#89919a;--sapButton_Track_TextColor:#32363a;--sapButton_Track_Hover_Background:#ededed;--sapButton_Track_Hover_BorderColor:#0854a0;--sapButton_Track_Selected_Background:#ebf5fe;--sapButton_Track_Selected_BorderColor:#0854a0;--sapButton_Track_Selected_TextColor:#32363a;--sapButton_Track_Selected_Hover_Background:#ebf5fe;--sapButton_Track_Selected_Hover_BorderColor:#095caf;--sapButton_Handle_Background:#fff;--sapButton_Handle_BorderColor:#89919a;--sapButton_Handle_TextColor:#32363a;--sapButton_Handle_Hover_Background:#ebf5fe;--sapButton_Handle_Hover_BorderColor:#0854a0;--sapButton_Handle_Selected_Background:#0854a0;--sapButton_Handle_Selected_BorderColor:#0854a0;--sapButton_Handle_Selected_TextColor:#fff;--sapButton_Handle_Selected_Hover_Background:#095caf;--sapButton_Handle_Selected_Hover_BorderColor:#095caf;--sapButton_Track_Negative_Background:#ffebeb;--sapButton_Track_Negative_BorderColor:#b00;--sapButton_Track_Negative_TextColor:#b00;--sapButton_Track_Negative_Hover_Background:#ffebeb;--sapButton_Track_Negative_Hover_BorderColor:#b00;--sapButton_Handle_Negative_Background:#fff;--sapButton_Handle_Negative_BorderColor:#b00;--sapButton_Handle_Negative_TextColor:#b00;--sapButton_Handle_Negative_Hover_Background:#ffebeb;--sapButton_Handle_Negative_Hover_BorderColor:#b00;--sapButton_Track_Positive_Background:#f1fdf6;--sapButton_Track_Positive_BorderColor:#107e3e;--sapButton_Track_Positive_TextColor:#107e3e;--sapButton_Track_Positive_Hover_Background:#f1fdf6;--sapButton_Track_Positive_Hover_BorderColor:#107e3e;--sapButton_Handle_Positive_Background:#fff;--sapButton_Handle_Positive_BorderColor:#107e3e;--sapButton_Handle_Positive_TextColor:#107e3e;--sapButton_Handle_Positive_Hover_Background:#f1fdf6;--sapButton_Handle_Positive_Hover_BorderColor:#107e3e;--sapButton_TokenBackground:#fafafa;--sapButton_TokenBorderColor:#c2c2c2;--sapField_Background:#fff;--sapField_BackgroundStyle:none;--sapField_TextColor:#32363a;--sapField_PlaceholderTextColor:#74777a;--sapField_BorderColor:#89919a;--sapField_HelpBackground:#fff;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:.125rem;--sapField_Shadow:none;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#0854a0;--sapField_Hover_HelpBackground:#ebf5fe;--sapField_Hover_Shadow:none;--sapField_Hover_InvalidShadow:none;--sapField_Hover_WarningShadow:none;--sapField_Hover_SuccessShadow:none;--sapField_Hover_InformationShadow:none;--sapField_Active_BorderColor:#0854a0;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#89919a;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:hsla(0,0%,95%,.5);--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#89919a;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:hsla(0,0%,95%,.5);--sapField_RequiredColor:#ce3b3b;--sapField_InvalidColor:#b00;--sapField_InvalidBackground:#fff;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_InvalidShadow:none;--sapField_WarningColor:#df6e0c;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_WarningShadow:none;--sapField_SuccessColor:#107e3e;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#0a6ed1;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapField_InformationShadow:none;--sapGroup_TitleBackground:transparent;--sapGroup_TitleBorderColor:#d9d9d9;--sapGroup_TitleTextColor:#32363a;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#d9d9d9;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:transparent;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:#d9d9d9;--sapList_HeaderBackground:#f2f2f2;--sapList_HeaderBorderColor:#e5e5e5;--sapList_HeaderTextColor:#32363a;--sapList_BorderColor:#e5e5e5;--sapList_BorderWidth:.0625rem;--sapList_TextColor:#32363a;--sapList_Active_TextColor:#fff;--sapList_Active_Background:#0854a0;--sapList_SelectionBackgroundColor:#e5f0fa;--sapList_SelectionBorderColor:#0854a0;--sapList_Hover_SelectionBackground:#d8e9f8;--sapList_Background:#fff;--sapList_Hover_Background:#f5f5f5;--sapList_AlternatingBackground:#f2f2f2;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#d9d9d9;--sapList_GroupHeaderTextColor:#32363a;--sapList_TableGroupHeaderBackground:#efefef;--sapList_TableGroupHeaderBorderColor:#d9d9d9;--sapList_TableGroupHeaderTextColor:#32363a;--sapList_FooterBackground:#fafafa;--sapList_FooterTextColor:#32363a;--sapList_TableFooterBorder:#d9d9d9;--sapList_TableFixedBorderColor:#8c8c8c;--sapMessage_ErrorBorderColor:#b00;--sapMessage_WarningBorderColor:#df6e0c;--sapMessage_SuccessBorderColor:#107e3e;--sapMessage_InformationBorderColor:#0a6ed1;--sapPopover_BorderCornerRadius:.25rem;--sapProgress_Background:#fff;--sapProgress_BorderColor:#89919a;--sapProgress_TextColor:#32363a;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#fff;--sapProgress_NegativeBorderColor:#89919a;--sapProgress_NegativeTextColor:#32363a;--sapProgress_CriticalBackground:#fff;--sapProgress_CriticalBorderColor:#89919a;--sapProgress_CriticalTextColor:#32363a;--sapProgress_PositiveBackground:#fff;--sapProgress_PositiveBorderColor:#89919a;--sapProgress_PositiveTextColor:#32363a;--sapProgress_InformationBackground:#fff;--sapProgress_InformationBorderColor:#89919a;--sapProgress_InformationTextColor:#32363a;--sapProgress_Value_Background:#6a6d70;--sapProgress_Value_BorderColor:#89919a;--sapProgress_Value_TextColor:#32363a;--sapProgress_Value_NegativeBackground:#b00;--sapProgress_Value_NegativeBorderColor:#fff;--sapProgress_Value_NegativeTextColor:#32363a;--sapProgress_Value_CriticalBackground:#df6e0c;--sapProgress_Value_CriticalBorderColor:#fff;--sapProgress_Value_CriticalTextColor:#32363a;--sapProgress_Value_PositiveBackground:#107e3e;--sapProgress_Value_PositiveBorderColor:#fff;--sapProgress_Value_PositiveTextColor:#32363a;--sapProgress_Value_InformationBackground:#0a6ed1;--sapProgress_Value_InformationBorderColor:#fff;--sapProgress_Value_InformationTextColor:#32363a;--sapScrollBar_FaceColor:#949494;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#949494;--sapScrollBar_SymbolColor:#0854a0;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#8c8c8c;--sapSlider_Background:#89919a;--sapSlider_BorderColor:#89919a;--sapSlider_Selected_Background:#0854a0;--sapSlider_Selected_BorderColor:#0854a0;--sapSlider_HandleBackground:#fff;--sapSlider_HandleBorderColor:#89919a;--sapSlider_RangeHandleBackground:transparent;--sapSlider_Hover_HandleBackground:#ebf5fe;--sapSlider_Hover_HandleBorderColor:#0854a0;--sapSlider_Hover_RangeHandleBackground:#ebf5fe;--sapSlider_Active_HandleBackground:#0854a0;--sapSlider_Active_HandleBorderColor:#0854a0;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#fff;--sapPageHeader_BorderColor:#d9d9d9;--sapPageHeader_TextColor:#32363a;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#d9d9d9;--sapPageFooter_TextColor:#32363a;--sapInfobar_Background:#0f828f;--sapInfobar_Hover_Background:#0e7581;--sapInfobar_Active_Background:#0a545c;--sapInfobar_NonInteractive_Background:#e6e6e6;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#fff;--sapObjectHeader_Hover_Background:#f5f5f5;--sapObjectHeader_BorderColor:#d9d9d9;--sapObjectHeader_Title_TextColor:#32363a;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#6a6d70;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#f5f5f5;--sapTile_Active_Background:#f5f5f5;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:.25rem;--sapTile_TitleTextColor:#32363a;--sapTile_TextColor:#6a6d70;--sapTile_IconColor:#5a7da0;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:rgba(0,0,0,.8);--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#d08014;--sapAccentColor2:#d04343;--sapAccentColor3:#db1f77;--sapAccentColor4:#c0399f;--sapAccentColor5:#6367de;--sapAccentColor6:#286eb4;--sapAccentColor7:#0f828f;--sapAccentColor8:#7ca10c;--sapAccentColor9:#925ace;--sapAccentColor10:#647987;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapIndicationColor_1:#800;--sapIndicationColor_1_Background:#800;--sapIndicationColor_1_BorderColor:#800;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_1_Hover_Background:#6f0000;--sapIndicationColor_1_Active_Background:#500;--sapIndicationColor_1_Active_BorderColor:#800;--sapIndicationColor_1_Active_TextColor:#fff;--sapIndicationColor_1_Selected_Background:#500;--sapIndicationColor_1_Selected_BorderColor:#800;--sapIndicationColor_1_Selected_TextColor:#fff;--sapIndicationColor_1b:#fb9d9d;--sapIndicationColor_1b_BorderColor:#fb9d9d;--sapIndicationColor_1b_Hover_Background:#fa8585;--sapIndicationColor_2:#b00;--sapIndicationColor_2_Background:#b00;--sapIndicationColor_2_BorderColor:#b00;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_2_Hover_Background:#a20000;--sapIndicationColor_2_Active_Background:#800;--sapIndicationColor_2_Active_BorderColor:#b00;--sapIndicationColor_2_Active_TextColor:#fff;--sapIndicationColor_2_Selected_Background:#800;--sapIndicationColor_2_Selected_BorderColor:#b00;--sapIndicationColor_2_Selected_TextColor:#fff;--sapIndicationColor_2b:#fcc4c4;--sapIndicationColor_2b_BorderColor:#fcc4c4;--sapIndicationColor_2b_Hover_Background:#fbacac;--sapIndicationColor_3:#df6e0c;--sapIndicationColor_3_Background:#df6e0c;--sapIndicationColor_3_BorderColor:#df6e0c;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_3_Hover_Background:#d0670b;--sapIndicationColor_3_Active_Background:#c2600a;--sapIndicationColor_3_Active_BorderColor:#df6e0c;--sapIndicationColor_3_Active_TextColor:#fff;--sapIndicationColor_3_Selected_Background:#c2600a;--sapIndicationColor_3_Selected_BorderColor:#df6e0c;--sapIndicationColor_3_Selected_TextColor:#fff;--sapIndicationColor_3b:#fff2c0;--sapIndicationColor_3b_BorderColor:#fff2c0;--sapIndicationColor_3b_Hover_Background:#ffeda6;--sapIndicationColor_4:#107e3e;--sapIndicationColor_4_Background:#107e3e;--sapIndicationColor_4_BorderColor:#107e3e;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_4_Hover_Background:#0d6733;--sapIndicationColor_4_Active_Background:#0a5128;--sapIndicationColor_4_Active_BorderColor:#107e3e;--sapIndicationColor_4_Active_TextColor:#fff;--sapIndicationColor_4_Selected_Background:#0a5128;--sapIndicationColor_4_Selected_BorderColor:#107e3e;--sapIndicationColor_4_Selected_TextColor:#fff;--sapIndicationColor_4b:#bae8bc;--sapIndicationColor_4b_BorderColor:#bae8bc;--sapIndicationColor_4b_Hover_Background:#a7e2a9;--sapIndicationColor_5:#0a6ed1;--sapIndicationColor_5_Background:#0a6ed1;--sapIndicationColor_5_BorderColor:#0a6ed1;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_5_Hover_Background:#0961b9;--sapIndicationColor_5_Active_Background:#0854a0;--sapIndicationColor_5_Active_BorderColor:#0a6ed1;--sapIndicationColor_5_Active_TextColor:#fff;--sapIndicationColor_5_Selected_Background:#0854a0;--sapIndicationColor_5_Selected_BorderColor:#0a6ed1;--sapIndicationColor_5_Selected_TextColor:#fff;--sapIndicationColor_5b:#d3effd;--sapIndicationColor_5b_BorderColor:#d3effd;--sapIndicationColor_5b_Hover_Background:#bbe6fc;--sapIndicationColor_6:#0f828f;--sapIndicationColor_6_Background:#0f828f;--sapIndicationColor_6_BorderColor:#0f828f;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_6_Hover_Background:#0d6d78;--sapIndicationColor_6_Active_Background:#0a5861;--sapIndicationColor_6_Active_BorderColor:#0f828f;--sapIndicationColor_6_Active_TextColor:#fff;--sapIndicationColor_6_Selected_Background:#0a5861;--sapIndicationColor_6_Selected_BorderColor:#0f828f;--sapIndicationColor_6_Selected_TextColor:#fff;--sapIndicationColor_6b:#cdf5ec;--sapIndicationColor_6b_BorderColor:#cdf5ec;--sapIndicationColor_6b_Hover_Background:#b8f1e4;--sapIndicationColor_7:#925ace;--sapIndicationColor_7_Background:#925ace;--sapIndicationColor_7_BorderColor:#925ace;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_7_Hover_Background:#8546c8;--sapIndicationColor_7_Active_Background:#7838bd;--sapIndicationColor_7_Active_BorderColor:#925ace;--sapIndicationColor_7_Active_TextColor:#fff;--sapIndicationColor_7_Selected_Background:#7838bd;--sapIndicationColor_7_Selected_BorderColor:#925ace;--sapIndicationColor_7_Selected_TextColor:#fff;--sapIndicationColor_7b:#e2dbff;--sapIndicationColor_7b_BorderColor:#e2dbff;--sapIndicationColor_7b_Hover_Background:#cdc2ff;--sapIndicationColor_8:#c0399f;--sapIndicationColor_8_Background:#c0399f;--sapIndicationColor_8_BorderColor:#c0399f;--sapIndicationColor_8_TextColor:#fff;--sapIndicationColor_8_Hover_Background:#ac338f;--sapIndicationColor_8_Active_Background:#992d7e;--sapIndicationColor_8_Active_BorderColor:#c0399f;--sapIndicationColor_8_Active_TextColor:#fff;--sapIndicationColor_8_Selected_Background:#992d7e;--sapIndicationColor_8_Selected_BorderColor:#c0399f;--sapIndicationColor_8_Selected_TextColor:#fff;--sapIndicationColor_8b:#f8d6ff;--sapIndicationColor_8b_BorderColor:#f8d6ff;--sapIndicationColor_8b_Hover_Background:#f4bdff;--sapIndicationColor_9:#1d2d3e;--sapIndicationColor_9_Background:#1d2d3e;--sapIndicationColor_9_BorderColor:#1d2d3e;--sapIndicationColor_9_TextColor:#fff;--sapIndicationColor_9_Hover_Background:#15202d;--sapIndicationColor_9_Active_Background:#0d141b;--sapIndicationColor_9_Active_BorderColor:#1d2d3e;--sapIndicationColor_9_Active_TextColor:#fff;--sapIndicationColor_9_Selected_Background:#0d141b;--sapIndicationColor_9_Selected_BorderColor:#1d2d3e;--sapIndicationColor_9_Selected_TextColor:#fff;--sapIndicationColor_9b:#fff;--sapIndicationColor_9b_BorderColor:#d9d9d9;--sapIndicationColor_9b_Hover_Background:#f2f2f2;--sapIndicationColor_10:#45484a;--sapIndicationColor_10_Background:#45484a;--sapIndicationColor_10_BorderColor:#45484a;--sapIndicationColor_10_TextColor:#fff;--sapIndicationColor_10_Hover_Background:#393b3d;--sapIndicationColor_10_Active_Background:#2c2e30;--sapIndicationColor_10_Active_BorderColor:#45484a;--sapIndicationColor_10_Active_TextColor:#fff;--sapIndicationColor_10_Selected_Background:#2c2e30;--sapIndicationColor_10_Selected_BorderColor:#45484a;--sapIndicationColor_10_Selected_TextColor:#fff;--sapIndicationColor_10b:#eaecee;--sapIndicationColor_10b_BorderColor:#eaecee;--sapIndicationColor_10b_Hover_Background:#dcdfe3;--sapLegend_WorkingBackground:#fafafa;--sapLegend_NonWorkingBackground:#dedede;--sapLegend_CurrentDateTime:#c0399f;--sapLegendColor1:#d58215;--sapLegendColor2:#dc5b5b;--sapLegendColor3:#db1f77;--sapLegendColor4:#9b3b3b;--sapLegendColor5:#cf5db3;--sapLegendColor6:#286eb4;--sapLegendColor7:#1193a2;--sapLegendColor8:#8b9668;--sapLegendColor9:#647987;--sapLegendColor10:#892971;--sapLegendColor11:#725a3a;--sapLegendColor12:#bb2f2f;--sapLegendColor13:#bc1b66;--sapLegendColor14:#8b714f;--sapLegendColor15:#606190;--sapLegendColor16:#597da1;--sapLegendColor17:#49797e;--sapLegendColor18:#687a33;--sapLegendColor19:#295989;--sapLegendColor20:#5154bd;--sapLegendBackgroundColor1:#fdf3e7;--sapLegendBackgroundColor2:#faeaea;--sapLegendBackgroundColor3:#fce9f2;--sapLegendBackgroundColor4:#f8ecec;--sapLegendBackgroundColor5:#f9ebf5;--sapLegendBackgroundColor6:#ebf3fa;--sapLegendBackgroundColor7:#e8fbfd;--sapLegendBackgroundColor8:#f3f4ef;--sapLegendBackgroundColor9:#f1f3f4;--sapLegendBackgroundColor10:#f9ebf6;--sapLegendBackgroundColor11:#f6f2ed;--sapLegendBackgroundColor12:#faeaea;--sapLegendBackgroundColor13:#fce9f2;--sapLegendBackgroundColor14:#f5f2ee;--sapLegendBackgroundColor15:#f0f0f5;--sapLegendBackgroundColor16:#eff2f6;--sapLegendBackgroundColor17:#eff5f6;--sapLegendBackgroundColor18:#f5f7ed;--sapLegendBackgroundColor19:#ebf2f9;--sapLegendBackgroundColor20:#ecedf8;--sapChart_OrderedColor_1:#438cd5;--sapChart_OrderedColor_2:#e66729;--sapChart_OrderedColor_3:#16976c;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#1193a2;--sapChart_OrderedColor_7:#525df4;--sapChart_OrderedColor_8:#bf399e;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ed5f5f;--sapChart_OrderedColor_11:#2f6497;--sapChart_Bad:#dc0d0e;--sapChart_Critical:#cb7d0c;--sapChart_Good:#3c9d57;--sapChart_Neutral:#848f94;--sapChart_Sequence_1:#438cd5;--sapChart_Sequence_2:#e66729;--sapChart_Sequence_3:#16976c;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#1193a2;--sapChart_Sequence_7:#525df4;--sapChart_Sequence_8:#bf399e;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ed5f5f;--sapChart_Sequence_11:#2f6497;--sapChart_Sequence_Neutral:#848f94;--sapFontUrl_SAP-icons_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2);--sapFontUrl_SAP-icons-TNT_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf);--sapFontUrl_SAP-icons-TNT_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff);--sapFontUrl_SAP-icons-TNT_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2);--sapFontUrl_SAP-icons-Business-Suite_ttf:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);--sapFontUrl_SAP-icons-Business-Suite_woff:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff);--sapFontUrl_SAP-icons-Business-Suite_woff2:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);--sapFontUrl_72_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2);--sapFontUrl_72_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff);--sapFontUrl_72_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2);--sapFontUrl_72_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff);--sapFontUrl_72_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff);--sapFontUrl_72_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2);--sapFontUrl_72_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff);--sapFontUrl_72_Semibold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2);--sapFontUrl_72_Semibold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff);--sapFontUrl_72_Semibold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2);--sapFontUrl_72_Semibold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff);--sapFontUrl_72_SemiboldDuplex_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff);--sapFontUrl_72_SemiboldDuplex_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2);--sapFontUrl_72_SemiboldDuplex_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff);--sapFontUrl_72_Light_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff2);--sapFontUrl_72_Light_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff);--sapFontUrl_72_Light_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2);--sapFontUrl_72_Light_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff);--sapFontUrl_72_Black_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff2);--sapFontUrl_72_Black_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff);--sapFontUrl_72_Black_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2);--sapFontUrl_72_Black_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff);--sapFontUrl_72_BoldItalic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff);--sapFontUrl_72_BoldItalic_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2);--sapFontUrl_72_BoldItalic_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff);--sapFontUrl_72_Condensed_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2);--sapFontUrl_72_Condensed_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff);--sapFontUrl_72_Condensed_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2);--sapFontUrl_72_Condensed_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff);--sapFontUrl_72_CondensedBold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff);--sapFontUrl_72_CondensedBold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2);--sapFontUrl_72_CondensedBold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff);--sapFontUrl_72_Italic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2);--sapFontUrl_72_Italic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff);--sapFontUrl_72_Italic_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2);--sapFontUrl_72_Italic_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff);--sapFontUrl_72Mono_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2);--sapFontUrl_72Mono_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff);--sapFontUrl_72Mono_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2);--sapFontUrl_72Mono_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff);--sapFontUrl_72Mono_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2);--sapFontUrl_72Mono_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff);--sapFontUrl_72Mono_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2);--sapFontUrl_72Mono_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff)}.background-image--sapCompanyLogo{background-image:var(--sapCompanyLogo)}.background-image--sapBackgroundImage{background-image:var(--sapBackgroundImage)}.background-image--sapShell_BackgroundImage{background-image:var(--sapShell_BackgroundImage)}
1
+ .sapThemeMetaData-Base-baseLib{background-image:url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_fiori_3.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_belize", "Engine": {"Name": "theming-engine", "Version": "1.23061.0"}, "Version": { "Build": "11.6.8.20230911071338", "Source": "11.6.8"}}')}:root{--sapThemeMetaData-Base-baseLib:{"Path":"Base.baseLib.sap_fiori_3.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_base_fiori","baseTheme"],"Tags":["Fiori_3","LightColorScheme"],"FallbackThemeId":"sap_belize","Engine":{"Name":"theming-engine","Version":"1.23061.0"},"Version":{ "Build":"11.6.8.20230911071338","Source":"11.6.8"}};--sapBrandColor:#0a6ed1;--sapHighlightColor:#0854a0;--sapBaseColor:#fff;--sapShellColor:#354a5f;--sapBackgroundColor:#f7f7f7;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapTextColor:#32363a;--sapLinkColor:#0a6ed1;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0854a0;--sapHoverColor:#ededed;--sapActiveColor:#0854a0;--sapHighlightTextColor:#fff;--sapTitleColor:#32363a;--sapNegativeColor:#b00;--sapCriticalColor:#df6e0c;--sapPositiveColor:#107e3e;--sapInformativeColor:#0a6ed1;--sapNeutralColor:#6a6d70;--sapNegativeElementColor:#b00;--sapCriticalElementColor:#df6e0c;--sapPositiveElementColor:#107e3e;--sapInformativeElementColor:#0a6ed1;--sapNeutralElementColor:#6a6d70;--sapNegativeTextColor:#b00;--sapCriticalTextColor:#b3590a;--sapPositiveTextColor:#107e3e;--sapInformativeTextColor:#0a6ed1;--sapNeutralTextColor:#6a6d70;--sapErrorColor:#b00;--sapWarningColor:#df6e0c;--sapSuccessColor:#107e3e;--sapInformationColor:#0a6ed1;--sapErrorBackground:#ffebeb;--sapWarningBackground:#fef7f1;--sapSuccessBackground:#f1fdf6;--sapInformationBackground:#f5faff;--sapNeutralBackground:#f4f4f4;--sapErrorBorderColor:#b00;--sapWarningBorderColor:#df6e0c;--sapSuccessBorderColor:#107e3e;--sapInformationBorderColor:#0a6ed1;--sapNeutralBorderColor:#6a6d70;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#0854a0;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#6a6d70;--sapContent_MarkerIconColor:#286eb4;--sapContent_MarkerTextColor:#0e7581;--sapContent_MeasureIndicatorColor:#89919a;--sapContent_Selected_MeasureIndicatorColor:#89919a;--sapContent_Placeholderloading_Background:#ccc;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#ccc 0%,#ccc 20%,#999 50%,#ccc 80%,#ccc);--sapContent_ImagePlaceholderBackground:#ccc;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#d08014;--sapContent_UnratedColor:#89919a;--sapContent_BusyColor:#0854a0;--sapContent_FocusColor:#000;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.0625rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 0.0625rem rgba(0,0,0,.1),0 0.125rem 0.5rem 0 rgba(0,0,0,.1);--sapContent_Shadow1:0 0 0 0.0625rem rgba(0,0,0,.42),0 0.125rem 0.5rem 0 rgba(0,0,0,.3);--sapContent_Shadow2:0 0 0 0.0625rem rgba(0,0,0,.42),0 0.625rem 1.875rem 0 rgba(0,0,0,.3);--sapContent_Shadow3:0 0 0 0.0625rem rgba(0,0,0,.42),0 1.25rem 5rem 0 rgba(0,0,0,.3);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(0,0,0,.05),inset 0 -0.0625rem 0 0 #d9d9d9;--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:#d4f7db;--sapContent_HelpColor:#3f8600;--sapContent_LabelColor:#6a6d70;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:rgba(50,54,58,.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#efefef;--sapContent_ForegroundBorderColor:#89919a;--sapContent_ForegroundTextColor:#32363a;--sapContent_BadgeBackground:#d04343;--sapContent_BadgeTextColor:#fff;--sapContent_DragAndDropActiveColor:#0854a0;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Background:#0854a0;--sapContent_Selected_Hover_Background:#095caf;--sapContent_Selected_ForegroundColor:#0854a0;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#0a6ed1;--sapContent_Illustrative_Color2:#72b5f8;--sapContent_Illustrative_Color3:#ffba10;--sapContent_Illustrative_Color4:#4a5055;--sapContent_Illustrative_Color5:#9da4aa;--sapContent_Illustrative_Color6:#c6cace;--sapContent_Illustrative_Color7:#e7e9ea;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#e7e9ea;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#5dc122;--sapContent_Illustrative_Color13:#4ba1f6;--sapContent_Illustrative_Color14:#298ff4;--sapContent_Illustrative_Color15:#e6a400;--sapContent_Illustrative_Color16:#085aaa;--sapContent_Illustrative_Color17:#00a5a8;--sapContent_Illustrative_Color18:#d9ddde;--sapContent_Illustrative_Color19:#ccd0d2;--sapContent_Illustrative_Color20:#bec4c6;--sapFontLightFamily:"72-Light","72-Lightfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBoldFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:"72-Semibold","72-Semiboldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:"72-SemiboldDuplex","72-SemiboldDuplexfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBlackFamily:"72Black","72Blackfull","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:2.25rem;--sapFontHeader2Size:1.5rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapLink_TextDecoration:none;--sapLink_Hover_Color:#0854a0;--sapLink_Hover_TextDecoration:underline;--sapLink_Active_Color:#0a6ed1;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#0a6ed1;--sapLink_InvertedColor:#d3e8fd;--sapLink_SubtleColor:#074888;--sapShell_Background:#edeff0;--sapShell_BackgroundImage:linear-gradient(180deg,#dfe3e4,#f3f4f5);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#354a5f;--sapShell_TextColor:#fff;--sapShell_InteractiveBackground:#354a5f;--sapShell_InteractiveTextColor:#d1e8ff;--sapShell_InteractiveBorderColor:#7996b4;--sapShell_GroupTitleTextColor:#32363a;--sapShell_GroupTitleTextShadow:0 0 0.125rem #fff;--sapShell_Hover_Background:#283848;--sapShell_Active_Background:#23303e;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#23303e;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#23303e;--sapShell_Favicon:none;--sapShell_Navigation_Background:#354a5f;--sapShell_Navigation_Hover_Background:#283848;--sapShell_Navigation_SelectedColor:#d1e8ff;--sapShell_Navigation_Selected_TextColor:#d1e8ff;--sapShell_Navigation_TextColor:#fff;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Navigation_Active_Background:#23303e;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(0,0,0,.08),inset 0 -0.0625rem 0 0 rgba(0,0,0,.18);--sapShell_NegativeColor:#f88;--sapShell_CriticalColor:#f8b67d;--sapShell_PositiveColor:#abe2c2;--sapShell_InformativeColor:#b1d6fb;--sapShell_NeutralColor:#d4d6d7;--sapShell_Category_1_Background:#286eb4;--sapShell_Category_1_BorderColor:#286eb4;--sapShell_Category_1_TextColor:#fff;--sapShell_Category_1_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background:#db1f77;--sapShell_Category_2_BorderColor:#db1f77;--sapShell_Category_2_TextColor:#fff;--sapShell_Category_2_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background:#d58215;--sapShell_Category_3_BorderColor:#d58215;--sapShell_Category_3_TextColor:#fff;--sapShell_Category_3_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background:#892971;--sapShell_Category_4_BorderColor:#892971;--sapShell_Category_4_TextColor:#fff;--sapShell_Category_4_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background:#bb2f2f;--sapShell_Category_5_BorderColor:#bb2f2f;--sapShell_Category_5_TextColor:#fff;--sapShell_Category_5_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background:#1193a2;--sapShell_Category_6_BorderColor:#1193a2;--sapShell_Category_6_TextColor:#fff;--sapShell_Category_6_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background:#cf5db3;--sapShell_Category_7_BorderColor:#cf5db3;--sapShell_Category_7_TextColor:#fff;--sapShell_Category_7_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background:#8b9668;--sapShell_Category_8_BorderColor:#8b9668;--sapShell_Category_8_TextColor:#fff;--sapShell_Category_8_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background:#597da1;--sapShell_Category_9_BorderColor:#597da1;--sapShell_Category_9_TextColor:#fff;--sapShell_Category_9_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background:#647987;--sapShell_Category_10_BorderColor:#647987;--sapShell_Category_10_TextColor:#fff;--sapShell_Category_10_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background:#dc5b5b;--sapShell_Category_11_BorderColor:#dc5b5b;--sapShell_Category_11_TextColor:#fff;--sapShell_Category_11_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background:#5154bd;--sapShell_Category_12_BorderColor:#5154bd;--sapShell_Category_12_TextColor:#fff;--sapShell_Category_12_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background:#bc1b66;--sapShell_Category_13_BorderColor:#bc1b66;--sapShell_Category_13_TextColor:#fff;--sapShell_Category_13_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background:#49797e;--sapShell_Category_14_BorderColor:#49797e;--sapShell_Category_14_TextColor:#fff;--sapShell_Category_14_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background:#476380;--sapShell_Category_15_BorderColor:#476380;--sapShell_Category_15_TextColor:#fff;--sapShell_Category_15_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background:#687a33;--sapShell_Category_16_BorderColor:#687a33;--sapShell_Category_16_TextColor:#fff;--sapShell_Category_16_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapAvatar_1_Background:#d08014;--sapAvatar_1_BorderColor:#d08014;--sapAvatar_1_TextColor:#fff;--sapAvatar_2_Background:#d04343;--sapAvatar_2_BorderColor:#d04343;--sapAvatar_2_TextColor:#fff;--sapAvatar_3_Background:#db1f77;--sapAvatar_3_BorderColor:#db1f77;--sapAvatar_3_TextColor:#fff;--sapAvatar_4_Background:#c0399f;--sapAvatar_4_BorderColor:#c0399f;--sapAvatar_4_TextColor:#fff;--sapAvatar_5_Background:#6367de;--sapAvatar_5_BorderColor:#6367de;--sapAvatar_5_TextColor:#fff;--sapAvatar_6_Background:#286eb4;--sapAvatar_6_BorderColor:#286eb4;--sapAvatar_6_TextColor:#fff;--sapAvatar_7_Background:#0f828f;--sapAvatar_7_BorderColor:#0f828f;--sapAvatar_7_TextColor:#fff;--sapAvatar_8_Background:#7ca10c;--sapAvatar_8_BorderColor:#7ca10c;--sapAvatar_8_TextColor:#fff;--sapAvatar_9_Background:#925ace;--sapAvatar_9_BorderColor:#925ace;--sapAvatar_9_TextColor:#fff;--sapAvatar_10_Background:#647987;--sapAvatar_10_BorderColor:#647987;--sapAvatar_10_TextColor:#fff;--sapButton_Background:#fff;--sapButton_BorderColor:#0854a0;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.25rem;--sapButton_TextColor:#0854a0;--sapButton_Hover_Background:#ebf5fe;--sapButton_Hover_BorderColor:#0854a0;--sapButton_Hover_TextColor:#0854a0;--sapButton_IconColor:#0854a0;--sapButton_Active_Background:#0854a0;--sapButton_Active_BorderColor:#0854a0;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#0a6ed1;--sapButton_Emphasized_BorderColor:#0a6ed1;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#085caf;--sapButton_Emphasized_Hover_BorderColor:#085caf;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#0854a0;--sapButton_Emphasized_Active_BorderColor:#0854a0;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#fff;--sapButton_Reject_BorderColor:#b00;--sapButton_Reject_TextColor:#b00;--sapButton_Reject_Hover_Background:#ffebeb;--sapButton_Reject_Hover_BorderColor:#b00;--sapButton_Reject_Hover_TextColor:#b00;--sapButton_Reject_Active_Background:#a20000;--sapButton_Reject_Active_BorderColor:#a20000;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_Selected_Background:#a20000;--sapButton_Reject_Selected_BorderColor:#a20000;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#b00;--sapButton_Reject_Selected_Hover_BorderColor:#b00;--sapButton_Accept_Background:#fff;--sapButton_Accept_BorderColor:#107e3e;--sapButton_Accept_TextColor:#107e3e;--sapButton_Accept_Hover_Background:#f1fdf6;--sapButton_Accept_Hover_BorderColor:#107e3e;--sapButton_Accept_Hover_TextColor:#107e3e;--sapButton_Accept_Active_Background:#0d6733;--sapButton_Accept_Active_BorderColor:#0d6733;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_Selected_Background:#0d6733;--sapButton_Accept_Selected_BorderColor:#0d6733;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#107e3e;--sapButton_Accept_Selected_Hover_BorderColor:#107e3e;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#0854a0;--sapButton_Lite_Hover_Background:#ebf5fe;--sapButton_Lite_Hover_BorderColor:#0854a0;--sapButton_Lite_Hover_TextColor:#0854a0;--sapButton_Lite_Active_Background:#0854a0;--sapButton_Lite_Active_BorderColor:#0854a0;--sapButton_Selected_Background:#0854a0;--sapButton_Selected_BorderColor:#0854a0;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#095caf;--sapButton_Selected_Hover_BorderColor:#095caf;--sapButton_Attention_Background:#fff;--sapButton_Attention_BorderColor:#df6e0c;--sapButton_Attention_TextColor:#32363a;--sapButton_Attention_Hover_Background:#fef7f1;--sapButton_Attention_Hover_BorderColor:#df6e0c;--sapButton_Attention_Hover_TextColor:#32363a;--sapButton_Attention_Active_Background:#f3801c;--sapButton_Attention_Active_BorderColor:#f3801c;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#f3801c;--sapButton_Attention_Selected_BorderColor:#f3801c;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#f48e34;--sapButton_Attention_Selected_Hover_BorderColor:#f48e34;--sapButton_Negative_Background:#b00;--sapButton_Negative_BorderColor:#b00;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#970000;--sapButton_Negative_Hover_BorderColor:#970000;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#800;--sapButton_Negative_Active_BorderColor:#800;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#df6e0c;--sapButton_Critical_BorderColor:#df6e0c;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#f3801c;--sapButton_Critical_Hover_BorderColor:#f3801c;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#f5933e;--sapButton_Critical_Active_BorderColor:#f5933e;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#107e3e;--sapButton_Success_BorderColor:#107e3e;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#0c5e2e;--sapButton_Success_Hover_BorderColor:#0c5e2e;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#0a5128;--sapButton_Success_Active_BorderColor:#0a5128;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#0a6ed1;--sapButton_Information_BorderColor:#0a6ed1;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#0961b9;--sapButton_Information_Hover_BorderColor:#0961b9;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#0854a0;--sapButton_Information_Active_BorderColor:#0854a0;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#6a6d70;--sapButton_Neutral_BorderColor:#6a6d70;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#595b5e;--sapButton_Neutral_Hover_BorderColor:#595b5e;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#515456;--sapButton_Neutral_Active_BorderColor:#515456;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#ededed;--sapButton_Track_BorderColor:#89919a;--sapButton_Track_TextColor:#32363a;--sapButton_Track_Hover_Background:#ededed;--sapButton_Track_Hover_BorderColor:#0854a0;--sapButton_Track_Selected_Background:#ebf5fe;--sapButton_Track_Selected_BorderColor:#0854a0;--sapButton_Track_Selected_TextColor:#32363a;--sapButton_Track_Selected_Hover_Background:#ebf5fe;--sapButton_Track_Selected_Hover_BorderColor:#095caf;--sapButton_Handle_Background:#fff;--sapButton_Handle_BorderColor:#89919a;--sapButton_Handle_TextColor:#32363a;--sapButton_Handle_Hover_Background:#ebf5fe;--sapButton_Handle_Hover_BorderColor:#0854a0;--sapButton_Handle_Selected_Background:#0854a0;--sapButton_Handle_Selected_BorderColor:#0854a0;--sapButton_Handle_Selected_TextColor:#fff;--sapButton_Handle_Selected_Hover_Background:#095caf;--sapButton_Handle_Selected_Hover_BorderColor:#095caf;--sapButton_Track_Negative_Background:#ffebeb;--sapButton_Track_Negative_BorderColor:#b00;--sapButton_Track_Negative_TextColor:#b00;--sapButton_Track_Negative_Hover_Background:#ffebeb;--sapButton_Track_Negative_Hover_BorderColor:#b00;--sapButton_Handle_Negative_Background:#fff;--sapButton_Handle_Negative_BorderColor:#b00;--sapButton_Handle_Negative_TextColor:#b00;--sapButton_Handle_Negative_Hover_Background:#ffebeb;--sapButton_Handle_Negative_Hover_BorderColor:#b00;--sapButton_Track_Positive_Background:#f1fdf6;--sapButton_Track_Positive_BorderColor:#107e3e;--sapButton_Track_Positive_TextColor:#107e3e;--sapButton_Track_Positive_Hover_Background:#f1fdf6;--sapButton_Track_Positive_Hover_BorderColor:#107e3e;--sapButton_Handle_Positive_Background:#fff;--sapButton_Handle_Positive_BorderColor:#107e3e;--sapButton_Handle_Positive_TextColor:#107e3e;--sapButton_Handle_Positive_Hover_Background:#f1fdf6;--sapButton_Handle_Positive_Hover_BorderColor:#107e3e;--sapButton_TokenBackground:#fafafa;--sapButton_TokenBorderColor:#c2c2c2;--sapField_Background:#fff;--sapField_BackgroundStyle:none;--sapField_TextColor:#32363a;--sapField_PlaceholderTextColor:#74777a;--sapField_BorderColor:#89919a;--sapField_HelpBackground:#fff;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:.125rem;--sapField_Shadow:none;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#0854a0;--sapField_Hover_HelpBackground:#ebf5fe;--sapField_Hover_Shadow:none;--sapField_Hover_InvalidShadow:none;--sapField_Hover_WarningShadow:none;--sapField_Hover_SuccessShadow:none;--sapField_Hover_InformationShadow:none;--sapField_Active_BorderColor:#0854a0;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#89919a;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:hsla(0,0%,95%,.5);--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#89919a;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:hsla(0,0%,95%,.5);--sapField_RequiredColor:#ce3b3b;--sapField_InvalidColor:#b00;--sapField_InvalidBackground:#fff;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_InvalidShadow:none;--sapField_WarningColor:#df6e0c;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_WarningShadow:none;--sapField_SuccessColor:#107e3e;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#0a6ed1;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapField_InformationShadow:none;--sapGroup_TitleBackground:transparent;--sapGroup_TitleBorderColor:#d9d9d9;--sapGroup_TitleTextColor:#32363a;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#d9d9d9;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:transparent;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:#d9d9d9;--sapList_HeaderBackground:#f2f2f2;--sapList_HeaderBorderColor:#e5e5e5;--sapList_HeaderTextColor:#32363a;--sapList_BorderColor:#e5e5e5;--sapList_BorderWidth:.0625rem;--sapList_TextColor:#32363a;--sapList_Active_TextColor:#fff;--sapList_Active_Background:#0854a0;--sapList_SelectionBackgroundColor:#e5f0fa;--sapList_SelectionBorderColor:#0854a0;--sapList_Hover_SelectionBackground:#d8e9f8;--sapList_Background:#fff;--sapList_Hover_Background:#ededed;--sapList_AlternatingBackground:#f2f2f2;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#d9d9d9;--sapList_GroupHeaderTextColor:#32363a;--sapList_TableGroupHeaderBackground:#efefef;--sapList_TableGroupHeaderBorderColor:#d9d9d9;--sapList_TableGroupHeaderTextColor:#32363a;--sapList_FooterBackground:#fafafa;--sapList_FooterTextColor:#32363a;--sapList_TableFooterBorder:#d9d9d9;--sapList_TableFixedBorderColor:#8c8c8c;--sapMessage_ErrorBorderColor:#b00;--sapMessage_WarningBorderColor:#df6e0c;--sapMessage_SuccessBorderColor:#107e3e;--sapMessage_InformationBorderColor:#0a6ed1;--sapPopover_BorderCornerRadius:.25rem;--sapProgress_Background:#fff;--sapProgress_BorderColor:#89919a;--sapProgress_TextColor:#32363a;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#fff;--sapProgress_NegativeBorderColor:#89919a;--sapProgress_NegativeTextColor:#32363a;--sapProgress_CriticalBackground:#fff;--sapProgress_CriticalBorderColor:#89919a;--sapProgress_CriticalTextColor:#32363a;--sapProgress_PositiveBackground:#fff;--sapProgress_PositiveBorderColor:#89919a;--sapProgress_PositiveTextColor:#32363a;--sapProgress_InformationBackground:#fff;--sapProgress_InformationBorderColor:#89919a;--sapProgress_InformationTextColor:#32363a;--sapProgress_Value_Background:#6a6d70;--sapProgress_Value_BorderColor:#89919a;--sapProgress_Value_TextColor:#32363a;--sapProgress_Value_NegativeBackground:#b00;--sapProgress_Value_NegativeBorderColor:#fff;--sapProgress_Value_NegativeTextColor:#32363a;--sapProgress_Value_CriticalBackground:#df6e0c;--sapProgress_Value_CriticalBorderColor:#fff;--sapProgress_Value_CriticalTextColor:#32363a;--sapProgress_Value_PositiveBackground:#107e3e;--sapProgress_Value_PositiveBorderColor:#fff;--sapProgress_Value_PositiveTextColor:#32363a;--sapProgress_Value_InformationBackground:#0a6ed1;--sapProgress_Value_InformationBorderColor:#fff;--sapProgress_Value_InformationTextColor:#32363a;--sapScrollBar_FaceColor:#949494;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#949494;--sapScrollBar_SymbolColor:#0854a0;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#8c8c8c;--sapSlider_Background:#89919a;--sapSlider_BorderColor:#89919a;--sapSlider_Selected_Background:#0854a0;--sapSlider_Selected_BorderColor:#0854a0;--sapSlider_HandleBackground:#fff;--sapSlider_HandleBorderColor:#89919a;--sapSlider_RangeHandleBackground:transparent;--sapSlider_Hover_HandleBackground:#ebf5fe;--sapSlider_Hover_HandleBorderColor:#0854a0;--sapSlider_Hover_RangeHandleBackground:#ebf5fe;--sapSlider_Active_HandleBackground:#0854a0;--sapSlider_Active_HandleBorderColor:#0854a0;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#fff;--sapPageHeader_BorderColor:#d9d9d9;--sapPageHeader_TextColor:#32363a;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#d9d9d9;--sapPageFooter_TextColor:#32363a;--sapInfobar_Background:#0f828f;--sapInfobar_Hover_Background:#0e7581;--sapInfobar_Active_Background:#0a545c;--sapInfobar_NonInteractive_Background:#e6e6e6;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#fff;--sapObjectHeader_Hover_Background:#ededed;--sapObjectHeader_BorderColor:#d9d9d9;--sapObjectHeader_Title_TextColor:#32363a;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#6a6d70;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#f5f5f5;--sapTile_Active_Background:#f5f5f5;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:.25rem;--sapTile_TitleTextColor:#32363a;--sapTile_TextColor:#6a6d70;--sapTile_IconColor:#5a7da0;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:rgba(0,0,0,.8);--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#d08014;--sapAccentColor2:#d04343;--sapAccentColor3:#db1f77;--sapAccentColor4:#c0399f;--sapAccentColor5:#6367de;--sapAccentColor6:#286eb4;--sapAccentColor7:#0f828f;--sapAccentColor8:#7ca10c;--sapAccentColor9:#925ace;--sapAccentColor10:#647987;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapIndicationColor_1:#800;--sapIndicationColor_1_Background:#800;--sapIndicationColor_1_BorderColor:#800;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_1_Hover_Background:#6f0000;--sapIndicationColor_1_Active_Background:#500;--sapIndicationColor_1_Active_BorderColor:#800;--sapIndicationColor_1_Active_TextColor:#fff;--sapIndicationColor_1_Selected_Background:#500;--sapIndicationColor_1_Selected_BorderColor:#800;--sapIndicationColor_1_Selected_TextColor:#fff;--sapIndicationColor_1b:#fb9d9d;--sapIndicationColor_1b_BorderColor:#fb9d9d;--sapIndicationColor_1b_Hover_Background:#fa8585;--sapIndicationColor_2:#b00;--sapIndicationColor_2_Background:#b00;--sapIndicationColor_2_BorderColor:#b00;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_2_Hover_Background:#a20000;--sapIndicationColor_2_Active_Background:#800;--sapIndicationColor_2_Active_BorderColor:#b00;--sapIndicationColor_2_Active_TextColor:#fff;--sapIndicationColor_2_Selected_Background:#800;--sapIndicationColor_2_Selected_BorderColor:#b00;--sapIndicationColor_2_Selected_TextColor:#fff;--sapIndicationColor_2b:#fcc4c4;--sapIndicationColor_2b_BorderColor:#fcc4c4;--sapIndicationColor_2b_Hover_Background:#fbacac;--sapIndicationColor_3:#df6e0c;--sapIndicationColor_3_Background:#df6e0c;--sapIndicationColor_3_BorderColor:#df6e0c;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_3_Hover_Background:#d0670b;--sapIndicationColor_3_Active_Background:#c2600a;--sapIndicationColor_3_Active_BorderColor:#df6e0c;--sapIndicationColor_3_Active_TextColor:#fff;--sapIndicationColor_3_Selected_Background:#c2600a;--sapIndicationColor_3_Selected_BorderColor:#df6e0c;--sapIndicationColor_3_Selected_TextColor:#fff;--sapIndicationColor_3b:#fff2c0;--sapIndicationColor_3b_BorderColor:#fff2c0;--sapIndicationColor_3b_Hover_Background:#ffeda6;--sapIndicationColor_4:#107e3e;--sapIndicationColor_4_Background:#107e3e;--sapIndicationColor_4_BorderColor:#107e3e;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_4_Hover_Background:#0d6733;--sapIndicationColor_4_Active_Background:#0a5128;--sapIndicationColor_4_Active_BorderColor:#107e3e;--sapIndicationColor_4_Active_TextColor:#fff;--sapIndicationColor_4_Selected_Background:#0a5128;--sapIndicationColor_4_Selected_BorderColor:#107e3e;--sapIndicationColor_4_Selected_TextColor:#fff;--sapIndicationColor_4b:#bae8bc;--sapIndicationColor_4b_BorderColor:#bae8bc;--sapIndicationColor_4b_Hover_Background:#a7e2a9;--sapIndicationColor_5:#0a6ed1;--sapIndicationColor_5_Background:#0a6ed1;--sapIndicationColor_5_BorderColor:#0a6ed1;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_5_Hover_Background:#0961b9;--sapIndicationColor_5_Active_Background:#0854a0;--sapIndicationColor_5_Active_BorderColor:#0a6ed1;--sapIndicationColor_5_Active_TextColor:#fff;--sapIndicationColor_5_Selected_Background:#0854a0;--sapIndicationColor_5_Selected_BorderColor:#0a6ed1;--sapIndicationColor_5_Selected_TextColor:#fff;--sapIndicationColor_5b:#d3effd;--sapIndicationColor_5b_BorderColor:#d3effd;--sapIndicationColor_5b_Hover_Background:#bbe6fc;--sapIndicationColor_6:#0f828f;--sapIndicationColor_6_Background:#0f828f;--sapIndicationColor_6_BorderColor:#0f828f;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_6_Hover_Background:#0d6d78;--sapIndicationColor_6_Active_Background:#0a5861;--sapIndicationColor_6_Active_BorderColor:#0f828f;--sapIndicationColor_6_Active_TextColor:#fff;--sapIndicationColor_6_Selected_Background:#0a5861;--sapIndicationColor_6_Selected_BorderColor:#0f828f;--sapIndicationColor_6_Selected_TextColor:#fff;--sapIndicationColor_6b:#cdf5ec;--sapIndicationColor_6b_BorderColor:#cdf5ec;--sapIndicationColor_6b_Hover_Background:#b8f1e4;--sapIndicationColor_7:#925ace;--sapIndicationColor_7_Background:#925ace;--sapIndicationColor_7_BorderColor:#925ace;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_7_Hover_Background:#8546c8;--sapIndicationColor_7_Active_Background:#7838bd;--sapIndicationColor_7_Active_BorderColor:#925ace;--sapIndicationColor_7_Active_TextColor:#fff;--sapIndicationColor_7_Selected_Background:#7838bd;--sapIndicationColor_7_Selected_BorderColor:#925ace;--sapIndicationColor_7_Selected_TextColor:#fff;--sapIndicationColor_7b:#e2dbff;--sapIndicationColor_7b_BorderColor:#e2dbff;--sapIndicationColor_7b_Hover_Background:#cdc2ff;--sapIndicationColor_8:#c0399f;--sapIndicationColor_8_Background:#c0399f;--sapIndicationColor_8_BorderColor:#c0399f;--sapIndicationColor_8_TextColor:#fff;--sapIndicationColor_8_Hover_Background:#ac338f;--sapIndicationColor_8_Active_Background:#992d7e;--sapIndicationColor_8_Active_BorderColor:#c0399f;--sapIndicationColor_8_Active_TextColor:#fff;--sapIndicationColor_8_Selected_Background:#992d7e;--sapIndicationColor_8_Selected_BorderColor:#c0399f;--sapIndicationColor_8_Selected_TextColor:#fff;--sapIndicationColor_8b:#f8d6ff;--sapIndicationColor_8b_BorderColor:#f8d6ff;--sapIndicationColor_8b_Hover_Background:#f4bdff;--sapIndicationColor_9:#1d2d3e;--sapIndicationColor_9_Background:#1d2d3e;--sapIndicationColor_9_BorderColor:#1d2d3e;--sapIndicationColor_9_TextColor:#fff;--sapIndicationColor_9_Hover_Background:#15202d;--sapIndicationColor_9_Active_Background:#0d141b;--sapIndicationColor_9_Active_BorderColor:#1d2d3e;--sapIndicationColor_9_Active_TextColor:#fff;--sapIndicationColor_9_Selected_Background:#0d141b;--sapIndicationColor_9_Selected_BorderColor:#1d2d3e;--sapIndicationColor_9_Selected_TextColor:#fff;--sapIndicationColor_9b:#fff;--sapIndicationColor_9b_BorderColor:#d9d9d9;--sapIndicationColor_9b_Hover_Background:#f2f2f2;--sapIndicationColor_10:#45484a;--sapIndicationColor_10_Background:#45484a;--sapIndicationColor_10_BorderColor:#45484a;--sapIndicationColor_10_TextColor:#fff;--sapIndicationColor_10_Hover_Background:#393b3d;--sapIndicationColor_10_Active_Background:#2c2e30;--sapIndicationColor_10_Active_BorderColor:#45484a;--sapIndicationColor_10_Active_TextColor:#fff;--sapIndicationColor_10_Selected_Background:#2c2e30;--sapIndicationColor_10_Selected_BorderColor:#45484a;--sapIndicationColor_10_Selected_TextColor:#fff;--sapIndicationColor_10b:#eaecee;--sapIndicationColor_10b_BorderColor:#eaecee;--sapIndicationColor_10b_Hover_Background:#dcdfe3;--sapLegend_WorkingBackground:#fafafa;--sapLegend_NonWorkingBackground:#dedede;--sapLegend_CurrentDateTime:#c0399f;--sapLegendColor1:#d58215;--sapLegendColor2:#dc5b5b;--sapLegendColor3:#db1f77;--sapLegendColor4:#9b3b3b;--sapLegendColor5:#cf5db3;--sapLegendColor6:#286eb4;--sapLegendColor7:#1193a2;--sapLegendColor8:#8b9668;--sapLegendColor9:#647987;--sapLegendColor10:#892971;--sapLegendColor11:#725a3a;--sapLegendColor12:#bb2f2f;--sapLegendColor13:#bc1b66;--sapLegendColor14:#8b714f;--sapLegendColor15:#606190;--sapLegendColor16:#597da1;--sapLegendColor17:#49797e;--sapLegendColor18:#687a33;--sapLegendColor19:#295989;--sapLegendColor20:#5154bd;--sapLegendBackgroundColor1:#fdf3e7;--sapLegendBackgroundColor2:#faeaea;--sapLegendBackgroundColor3:#fce9f2;--sapLegendBackgroundColor4:#f8ecec;--sapLegendBackgroundColor5:#f9ebf5;--sapLegendBackgroundColor6:#ebf3fa;--sapLegendBackgroundColor7:#e8fbfd;--sapLegendBackgroundColor8:#f3f4ef;--sapLegendBackgroundColor9:#f1f3f4;--sapLegendBackgroundColor10:#f9ebf6;--sapLegendBackgroundColor11:#f6f2ed;--sapLegendBackgroundColor12:#faeaea;--sapLegendBackgroundColor13:#fce9f2;--sapLegendBackgroundColor14:#f5f2ee;--sapLegendBackgroundColor15:#f0f0f5;--sapLegendBackgroundColor16:#eff2f6;--sapLegendBackgroundColor17:#eff5f6;--sapLegendBackgroundColor18:#f5f7ed;--sapLegendBackgroundColor19:#ebf2f9;--sapLegendBackgroundColor20:#ecedf8;--sapChart_OrderedColor_1:#438cd5;--sapChart_OrderedColor_2:#e66729;--sapChart_OrderedColor_3:#16976c;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#1193a2;--sapChart_OrderedColor_7:#525df4;--sapChart_OrderedColor_8:#bf399e;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ed5f5f;--sapChart_OrderedColor_11:#2f6497;--sapChart_Bad:#dc0d0e;--sapChart_Critical:#cb7d0c;--sapChart_Good:#3c9d57;--sapChart_Neutral:#848f94;--sapChart_Sequence_1:#438cd5;--sapChart_Sequence_2:#e66729;--sapChart_Sequence_3:#16976c;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#1193a2;--sapChart_Sequence_7:#525df4;--sapChart_Sequence_8:#bf399e;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ed5f5f;--sapChart_Sequence_11:#2f6497;--sapChart_Sequence_Neutral:#848f94;--sapFontUrl_SAP-icons_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2);--sapFontUrl_SAP-icons-TNT_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf);--sapFontUrl_SAP-icons-TNT_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff);--sapFontUrl_SAP-icons-TNT_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2);--sapFontUrl_SAP-icons-Business-Suite_ttf:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);--sapFontUrl_SAP-icons-Business-Suite_woff:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff);--sapFontUrl_SAP-icons-Business-Suite_woff2:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);--sapFontUrl_72_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2);--sapFontUrl_72_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff);--sapFontUrl_72_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2);--sapFontUrl_72_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff);--sapFontUrl_72_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff);--sapFontUrl_72_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2);--sapFontUrl_72_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff);--sapFontUrl_72_Semibold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2);--sapFontUrl_72_Semibold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff);--sapFontUrl_72_Semibold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2);--sapFontUrl_72_Semibold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff);--sapFontUrl_72_SemiboldDuplex_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff);--sapFontUrl_72_SemiboldDuplex_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2);--sapFontUrl_72_SemiboldDuplex_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff);--sapFontUrl_72_Light_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff2);--sapFontUrl_72_Light_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff);--sapFontUrl_72_Light_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2);--sapFontUrl_72_Light_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff);--sapFontUrl_72_Black_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff2);--sapFontUrl_72_Black_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff);--sapFontUrl_72_Black_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2);--sapFontUrl_72_Black_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff);--sapFontUrl_72_BoldItalic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff);--sapFontUrl_72_BoldItalic_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2);--sapFontUrl_72_BoldItalic_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff);--sapFontUrl_72_Condensed_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2);--sapFontUrl_72_Condensed_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff);--sapFontUrl_72_Condensed_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2);--sapFontUrl_72_Condensed_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff);--sapFontUrl_72_CondensedBold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff);--sapFontUrl_72_CondensedBold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2);--sapFontUrl_72_CondensedBold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff);--sapFontUrl_72_Italic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2);--sapFontUrl_72_Italic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff);--sapFontUrl_72_Italic_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2);--sapFontUrl_72_Italic_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff);--sapFontUrl_72Mono_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2);--sapFontUrl_72Mono_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff);--sapFontUrl_72Mono_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2);--sapFontUrl_72Mono_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff);--sapFontUrl_72Mono_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2);--sapFontUrl_72Mono_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff);--sapFontUrl_72Mono_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2);--sapFontUrl_72Mono_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff)}.background-image--sapCompanyLogo{background-image:var(--sapCompanyLogo)}.background-image--sapBackgroundImage{background-image:var(--sapBackgroundImage)}.background-image--sapShell_BackgroundImage{background-image:var(--sapShell_BackgroundImage)}