@openui5/sap.ui.webc.common 1.119.0 → 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.
- package/THIRDPARTY.txt +6 -6
- package/package.json +2 -2
- package/src/sap/ui/webc/common/.library +2 -2
- package/src/sap/ui/webc/common/WebComponent.js +1 -1
- package/src/sap/ui/webc/common/WebComponentMetadata.js +1 -1
- package/src/sap/ui/webc/common/library.js +3 -3
- package/src/sap/ui/webc/common/thirdparty/base/Boot.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/CustomElementsScope.js +6 -0
- package/src/sap/ui/webc/common/thirdparty/base/CustomElementsScopeUtils.js +16 -2
- package/src/sap/ui/webc/common/thirdparty/base/Device.js +11 -1
- package/src/sap/ui/webc/common/thirdparty/base/FontFace.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/InitialConfiguration.js +9 -3
- package/src/sap/ui/webc/common/thirdparty/base/Keys.js +10 -2
- package/src/sap/ui/webc/common/thirdparty/base/ManagedStyles.js +7 -13
- package/src/sap/ui/webc/common/thirdparty/base/StaticAreaItem.js +1 -3
- package/src/sap/ui/webc/common/thirdparty/base/UI5Element.js +1 -3
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/Icons.js +33 -21
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations.js +64 -20
- package/src/sap/ui/webc/common/thirdparty/base/{assets-meta → asset-registries/util}/IconCollectionsAlias.js +1 -2
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/util/IconCollectionsByTheme.js +53 -0
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/util/getIconCollectionByTheme.js +33 -0
- package/src/sap/ui/webc/common/thirdparty/base/config/CalendarType.js +18 -2
- package/src/sap/ui/webc/common/thirdparty/base/config/Icons.js +2 -61
- package/src/sap/ui/webc/common/thirdparty/base/connectToComponent.js +65 -0
- package/src/sap/ui/webc/common/thirdparty/base/css/FontFace.css +34 -16
- package/src/sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation.js +2 -4
- package/src/sap/ui/webc/common/thirdparty/base/features/OpenUI5Support.js +151 -105
- package/src/sap/ui/webc/common/thirdparty/base/generated/AssetParameters.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/generated/VersionInfo.js +4 -4
- package/src/sap/ui/webc/common/thirdparty/base/generated/css/FontFace.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/renderer/LitRenderer.js +2 -0
- package/src/sap/ui/webc/common/thirdparty/base/theming/applyTheme.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/types/CSSSize.js +27 -0
- package/src/sap/ui/webc/common/thirdparty/base/updateShadowRoot.js +2 -2
- package/src/sap/ui/webc/common/thirdparty/base/util/PopupUtils.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/accessibility.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/add-calendar.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/bell-2.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/currency.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/generated/assets/v4/SAP-icons.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/generated/assets/v5/SAP-icons.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/high-priority.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/time-off.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/accessibility.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/add-calendar.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/alert.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/bell-2.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/bell.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/currency.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/dark-mode.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/email.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/high-priority.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/message-error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/notification.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-completed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-critical.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-in-process.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-negative.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-positive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/time-off.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/Chart-Tree-Map.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/Netweaver-business-client.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/accelerated.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/accept.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/accessibility.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/accidental-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/account.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/accounting-document-verification.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/action-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/action.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activities.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-assigned-to-goal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-individual.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-items.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-activity-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-activity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-calendar.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-contact.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-coursebook.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-employee.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-equipment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-favorite.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-filter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-photo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-process.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-product.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/address-book.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/addresses.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/alert.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/along-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/alphabetical-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/appear-offline.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/appointment-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/appointment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/approvals.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/area-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arobase.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-bottom.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-left.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-right.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-top.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-audio.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-e-pub.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-html.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-photo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-text-file.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-video.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-zip-file.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/away.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/back-to-top.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/background.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/badge.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bar-code.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/basket.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/batch-payments.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bbyd-active-sales.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bbyd-dashboard.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/begin.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bell-2.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bell.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/biometric-face.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/biometric-thumb.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/blank-tag-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/blank-tag.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/blur.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bo-strategy-management.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bold-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bookmark-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bookmark.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/border.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/broken-link.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/browse-folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bubble-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/building.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bullet-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/burglary.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bus-public-transport.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-by-design.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-card.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-objects-experience.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-objects-explorer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-objects-mobile.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-one.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/busy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/calendar.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/call.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/camera.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cancel-maintenance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cancel-share.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cancel.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/capital-projects.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/car-rental.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/card.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cargo-train.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-3.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-4.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-5.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-approval.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-full.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cause.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chain-link.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chalkboard.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chart-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chart-table-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/check-availability.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist-item-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist-item.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chevron-phase-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chevron-phase.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/circle-task-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/circle-task.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/citizen-connect.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/clear-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/clear-filter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/clinical-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/clinical-task-tracker.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/clinical-tast-tracker.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/close-command-field.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cloud-check.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cloud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/co.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collaborate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collapse-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collapse-group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collapse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collections-insight.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collections-management.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collision.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/color-fill.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/column-chart-dual-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/combine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/command-line-interfaces.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/comment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/commission-check.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/company-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/compare-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/compare.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/competitor.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/complete.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/connected.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/contacts.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/copy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/course-book.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/course-program.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/create-entry-time.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/create-form.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/create-leave-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/create-session.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/create.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/credit-card.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/crm-service-manager.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/crop.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/crossed-line-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/currency.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/curriculum.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cursor-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-and-contacts.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-and-supplier.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-briefing.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-financial-fact-sheet.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-history.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-order-entry.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/dark-mode.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/database.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/date-time.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/decision.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/decline.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/decrease-line-height.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/delete.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/desktop-mobile.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/detail-less.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/detail-more.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/detail-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/developer-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/dimension.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/direction-arrows.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/disconnected.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/discussion-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/discussion.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/dishwasher.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/display-more.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/display.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/doc-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/doctor.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/document-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/documents.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/donut-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/download-from-cloud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/download.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/draw-rectangle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/drill-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/drill-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/drop-down-list.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/dropdown.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/duplicate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/e-care.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/e-learning.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/eam-work-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/edit-outside.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/edit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/education.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/electrocardiogram.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/electronic-medical-record.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/email-read.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/email.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-approvals.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-lookup.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-pane.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-rejections.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/employee.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/enablement.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/end-user-experience-monitoring.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/endoscopy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/energy-saving-lightbulb.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/enter-more.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/eraser.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/example.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/excel-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/exit-full-screen.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/expand-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/expand-group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/expand.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/expense-report.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/explorer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/factory.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/fallback.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/family-care.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/family-protection.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/favorite-list.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/favorite.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/fax-machine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/feed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/feedback.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/feeder-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/female.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/filter-analytics.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/filter-facets.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/filter-fields.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/filter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/flag-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/flag.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/flight.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/fob-watch.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/folder-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/folder-blank.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/folder-full.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/form.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/forward.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/fridge.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/full-screen.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/full-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/full-stacked-column-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/functional-location.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/future.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/fx.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/gantt-bars.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/general-leave-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/generate-shortcut.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/geographic-bubble-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/globe.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/goal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/goalseek.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/grid.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/group-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/header.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heading1.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heading2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heading3.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/headset.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heating-cooling.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heatmap-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/hello-world.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/hide.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/high-priority.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/hint.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/history.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/home-share.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/home.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-bar-chart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-bullet-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-combination-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-grip.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-waterfall-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/hr-approval.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/idea-wall.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/image-viewer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/in-progress.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/inbox.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/incident.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/incoming-call.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/increase-line-height.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/indent.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/information.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/initiative.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/inspect-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/inspect.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/inspection.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/instance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/insurance-car.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/insurance-house.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/insurance-life.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/internet-browser.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/inventory.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/ipad-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/ipad.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/iphone-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/iphone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/it-host.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/it-instance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/it-system.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/italic-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/jam.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/journey-arrive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/journey-change.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/journey-depart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/key-user-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/key.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/keyboard-and-mouse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/kpi-corporate-performance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/kpi-managing-my-area.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/lab.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/laptop.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/lateness.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/lead-outdated.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/lead.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/leads.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/learning-assistant.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/legend.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/letter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/light-mode.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/lightbulb.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/line-chart-dual-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/line-chart-time-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/line-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/line-charts.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/list.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/loan.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/locate-me-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/locate-me.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/locked.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/log.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/machine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/male.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/manager-insight.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/manager.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/map-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/map-3.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/map-fill.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/map.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/marketing-campaign.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/master-task-triangle-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/master-task-triangle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/meal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/measure.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/measurement-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/measuring-point.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/media-forward.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/media-pause.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/media-play.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/media-reverse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/media-rewind.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/meeting-room.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/megamenu.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/menu.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/menu2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/message-error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/message-information.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/message-popup.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/message-success.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/message-warning.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/microphone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/mileage.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/minimize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/mirrored-task-circle-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/mirrored-task-circle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/money-bills.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/monitor-payments.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/move.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/mri-scan.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multi-select.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-line-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-pie-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-radar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiselect-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiselect-none.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/my-sales-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/my-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/nav-back.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-down-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-left-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-right-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-up-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/negative.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/newspaper.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/non-binary.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/not-editable.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/notes.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/notification-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/notification.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/number-sign.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/numbered-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/nurse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/nutrition-activity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/official-service.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/offsite-work.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/open-command-field.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/open-folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/opportunities.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/opportunity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/order-status.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/org-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/outbox.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/outdent.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/outgoing-call.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/overflow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/overlay.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/overview-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/paging.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/paid-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/paint-bucket.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/palette.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/paper-plane.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/passenger-train.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/past.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/paste.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pause.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/payment-approval.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pdf-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pdf-reader.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pending.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/people-connected.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/per-diem.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/performance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/permission.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/person-placeholder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/personnel-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pharmacy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/phone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/photo-voltaic.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/physical-activity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/picture.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pie-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pipeline-analysis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pixelate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/play.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pool.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/popup-window.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/positive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/post.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/ppt-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/present.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/primary-key.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/print.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/private.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/process.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/product.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/program-triangles-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/program-triangles.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/project-definition-triangle-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/project-definition-triangle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/projector.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/provision.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pull-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pushpin-off.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pushpin-on.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/puzzle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/qr-code.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/quality-issue.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/question-mark.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/radar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/receipt.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/record.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/redo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/refresh.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/repost.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/reset.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/resize-corner.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/resize-horizontal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/resize-vertical.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/resize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/response.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/responsive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/restart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/retail-store-manager.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/retail-store.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/rhombus-milestone-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/rhombus-milestone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/role.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/rotate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/s4hana.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-notification.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-order-item.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-quote.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sap-box.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sap-logo-shape.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sap-ui5.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/save.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/scatter-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/scissors.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/screen-split-one.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/screen-split-three.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/screen-split-two.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/search.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/select-appointments.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/share-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/share.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/shelf.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/shield.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/shipping-status.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/shortcut.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/show-edit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/show.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/signature.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/simple-payment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/simulate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-left.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-right.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/soccer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sonography.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sort-ascending.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sort-descending.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sort.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sorting-ranking.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sound-loud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sound-off.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sound.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/source-code.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/space-navigation.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/split.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-completed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-critical.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-in-process.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-inactive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-negative.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-positive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/step.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/stethoscope.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/stop.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/strikethrough.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/study-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/subway-train.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/suitcase.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sum.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/supplier.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/survey.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/switch-classes.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/switch-views.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/synchronize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/syntax.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/syringe.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-add.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-back-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-back.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-cancel-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-cancel.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-enter-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-enter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-find-next.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-find.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-first-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-help-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-help.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-last-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-minus.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-monitor.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-next-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-prev-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/system-exit-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/system-exit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/table-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/table-column.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/table-row.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/table-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tag-cloud-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tag.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tags.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/target-group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/task.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/taxi.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/technical-object.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/temperature.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-center.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-justified.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-left.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-right.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-color.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-formatting.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/theater.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/thing-type.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/thumb-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/thumb-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/time-account.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/time-entry-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/time-off.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/time-overtime.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/timesheet.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/to-be-reviewed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/toaster-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/toaster-top.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/toaster-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tools-opportunity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/touch.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/translate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-expense-report.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-expense.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-itinerary.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tree.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/trend-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/trend-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tri-state.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/trip-report.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/two-keys.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/ui-notifications.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/umbrella.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/underline-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/undo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/unfavorite.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/unlocked.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/unpaid-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/unwired.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/upload-to-cloud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/upload.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/upstacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/user-edit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/user-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/validate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/value-help.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vds-file.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vehicle-repair.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-bar-chart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-bullet-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-grip.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-waterfall-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/video.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/visits.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/waiver.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/wallet.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/warning.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/warning2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/washing-machine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/weather-proofing.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/web-cam.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/widgets.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/windows-doors.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/work-history.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/workflow-tasks.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/world.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/wounds-doc.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/wrench.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/write-new-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/write-new.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/x-ray.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/zoom-in.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/zoom-out.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/localization/dates/modifyDateBy.js +36 -20
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/json-imports/Themes.js +7 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_belize/css_variables.css +37 -6
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_belize_hcb/css_variables.css +136 -96
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_belize_hcw/css_variables.css +55 -5
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3/css_variables.css +37 -7
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3_dark/css_variables.css +47 -7
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3_hcb/css_variables.css +136 -96
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3_hcw/css_variables.css +55 -5
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon/css_variables.css +202 -182
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_dark/css_variables.css +171 -141
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_dark_exp/css_variables.css +956 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_exp/css_variables.css +179 -159
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcb/css_variables.css +38 -8
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcb_exp/css_variables.css +956 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcw/css_variables.css +47 -7
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcw_exp/css_variables.css +966 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/ui5.yaml +7 -7
package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_dark/parameters-bundle.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.sapThemeMetaData-Base-baseLib{background-image:url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_fiori_3_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_fiori_3", "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_dark.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_fiori_3","sap_base_fiori","baseTheme"],"Tags":["Fiori_3","DarkColorScheme"],"FallbackThemeId":"sap_fiori_3","Engine":{"Name":"theming-engine","Version":"1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388"},"Version":{ "Build":"11.4.2.20230525101226","Source":"11.4.2"}};--sapBrandColor:#91c8f6;--sapHighlightColor:#91c8f6;--sapBaseColor:#29313a;--sapShellColor:#354a5f;--sapBackgroundColor:#1c2228;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapTextColor:#fafafa;--sapLinkColor:#91c8f6;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#91c8f6;--sapHoverColor:#222a31;--sapActiveColor:#91c8f6;--sapHighlightTextColor:#29313a;--sapTitleColor:#fafafa;--sapNegativeColor:#f88;--sapCriticalColor:#fabd64;--sapPositiveColor:#abe2ab;--sapInformativeColor:#91c8f6;--sapNeutralColor:#d3d7d9;--sapNegativeElementColor:#f88;--sapCriticalElementColor:#fabd64;--sapPositiveElementColor:#abe2ab;--sapInformativeElementColor:#91c8f6;--sapNeutralElementColor:#d3d7d9;--sapNegativeTextColor:#f88;--sapCriticalTextColor:#fabd64;--sapPositiveTextColor:#abe2ab;--sapInformativeTextColor:#91c8f6;--sapNeutralTextColor:#d3d7d9;--sapErrorColor:#f88;--sapWarningColor:#fabd64;--sapSuccessColor:#abe2ab;--sapInformationColor:#91c8f6;--sapErrorBackground:#3b0000;--sapWarningBackground:#2b1a01;--sapSuccessBackground:#153c15;--sapInformationBackground:#062e4f;--sapNeutralBackground:#5c666b;--sapErrorBorderColor:#f88;--sapWarningBorderColor:#fabd64;--sapSuccessBorderColor:#abe2ab;--sapInformationBorderColor:#91c8f6;--sapNeutralBorderColor:#d3d7d9;--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:#91c8f6;--sapContent_ContrastIconColor:#29313a;--sapContent_NonInteractiveIconColor:#d3d7d9;--sapContent_MarkerIconColor:#6bd3ff;--sapContent_MarkerTextColor:#7fc6c6;--sapContent_MeasureIndicatorColor:#8696a9;--sapContent_Selected_MeasureIndicatorColor:#8696a9;--sapContent_Placeholderloading_Background:#536376;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#536376 0%,#536376 20%,#8596aa 50%,#536376 80%,#536376);--sapContent_ImagePlaceholderBackground:#687d94;--sapContent_ImagePlaceholderForegroundColor:#29313a;--sapContent_RatedColor:#ffc847;--sapContent_UnratedColor:#8696a9;--sapContent_BusyColor:#91c8f6;--sapContent_FocusColor:#fff;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.0625rem;--sapContent_ContrastFocusColor:#000;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 0.0625rem hsla(0,0%,100%,.2),0 0.125rem 0.5rem 0 rgba(0,0,0,.3);--sapContent_Shadow1:0 0 0 0.0625rem hsla(0,0%,100%,.5),0 0.125rem 0.5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2:0 0 0 0.0625rem hsla(0,0%,100%,.5),0 0.625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3:0 0 0 0.0625rem hsla(0,0%,100%,.5),0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow:0 0 0.125rem #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(0,0,0,.2),inset 0 -0.0625rem 0 0 #3a4552;--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:#058088;--sapContent_HelpColor:#57b900;--sapContent_LabelColor:#d3d7d9;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:hsla(0,0%,98%,.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.55;--sapContent_ContrastTextColor:#29313a;--sapContent_ForegroundColor:#1c2228;--sapContent_ForegroundBorderColor:#8696a9;--sapContent_ForegroundTextColor:#fafafa;--sapContent_BadgeBackground:#d14242;--sapContent_BadgeTextColor:#fff;--sapContent_DragAndDropActiveColor:#91c8f6;--sapContent_Selected_TextColor:#29313a;--sapContent_Selected_Background:#91c8f6;--sapContent_Selected_Hover_Background:#83c1f5;--sapContent_Selected_ForegroundColor:#91c8f6;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#0a6ed1;--sapContent_Illustrative_Color2:#3793d1;--sapContent_Illustrative_Color3:#d69522;--sapContent_Illustrative_Color4:#030303;--sapContent_Illustrative_Color5:#727f87;--sapContent_Illustrative_Color6:#9ba4aa;--sapContent_Illustrative_Color7:#43494b;--sapContent_Illustrative_Color8:#c2c8cc;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#5dc122;--sapContent_Illustrative_Color13:#005dc9;--sapContent_Illustrative_Color14:#004da5;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#d1efff;--sapContent_Illustrative_Color19:#b8e6ff;--sapContent_Illustrative_Color20:#9eddff;--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:#62b0f2;--sapLink_Hover_TextDecoration:underline;--sapLink_Active_Color:#91c8f6;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#91c8f6;--sapLink_InvertedColor:#d3e9fb;--sapLink_SubtleColor:#c0e0fa;--sapShell_Background:#232a31;--sapShell_BackgroundImage:linear-gradient(180deg,#181d22,#272f37);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#354a5f;--sapShell_TextColor:#fafafa;--sapShell_InteractiveBackground:#354a5f;--sapShell_InteractiveTextColor:#d1e8ff;--sapShell_InteractiveBorderColor:#7996b4;--sapShell_GroupTitleTextColor:#fafafa;--sapShell_GroupTitleTextShadow:0 0 0.125rem #000;--sapShell_Hover_Background:#283848;--sapShell_Active_Background:#23303e;--sapShell_Active_TextColor:#fafafa;--sapShell_Selected_Background:#23303e;--sapShell_Selected_TextColor:#fafafa;--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:#fafafa;--sapShell_Navigation_Active_TextColor:#fafafa;--sapShell_Navigation_Active_Background:#23303e;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(0,0,0,.8),inset 0 -0.0625rem 0 0 hsla(0,0%,100%,.2);--sapShell_NegativeColor:#f88;--sapShell_CriticalColor:#fabd64;--sapShell_PositiveColor:#abe2ab;--sapShell_InformativeColor:#c0e0fa;--sapShell_NeutralColor:#d3d7d9;--sapShell_Category_1_Background:#6bd3ff;--sapShell_Category_1_BorderColor:#6bd3ff;--sapShell_Category_1_TextColor:#29313a;--sapShell_Category_1_TextShadow:none;--sapShell_Category_2_Background:#d88b8b;--sapShell_Category_2_BorderColor:#d88b8b;--sapShell_Category_2_TextColor:#29313a;--sapShell_Category_2_TextShadow:none;--sapShell_Category_3_Background:#f0b25f;--sapShell_Category_3_BorderColor:#f0b25f;--sapShell_Category_3_TextColor:#29313a;--sapShell_Category_3_TextShadow:none;--sapShell_Category_4_Background:#bb8aaf;--sapShell_Category_4_BorderColor:#bb8aaf;--sapShell_Category_4_TextColor:#29313a;--sapShell_Category_4_TextShadow:none;--sapShell_Category_5_Background:#ffb98d;--sapShell_Category_5_BorderColor:#ffb98d;--sapShell_Category_5_TextColor:#29313a;--sapShell_Category_5_TextShadow:none;--sapShell_Category_6_Background:#21c4c4;--sapShell_Category_6_BorderColor:#21c4c4;--sapShell_Category_6_TextColor:#29313a;--sapShell_Category_6_TextShadow:none;--sapShell_Category_7_Background:#de54c1;--sapShell_Category_7_BorderColor:#de54c1;--sapShell_Category_7_TextColor:#fafafa;--sapShell_Category_7_TextShadow:none;--sapShell_Category_8_Background:#afd645;--sapShell_Category_8_BorderColor:#afd645;--sapShell_Category_8_TextColor:#29313a;--sapShell_Category_8_TextShadow:none;--sapShell_Category_9_Background:#bbbcd2;--sapShell_Category_9_BorderColor:#bbbcd2;--sapShell_Category_9_TextColor:#29313a;--sapShell_Category_9_TextShadow:none;--sapShell_Category_10_Background:#b0bcc5;--sapShell_Category_10_BorderColor:#b0bcc5;--sapShell_Category_10_TextColor:#29313a;--sapShell_Category_10_TextShadow:none;--sapShell_Category_11_Background:#f58c4b;--sapShell_Category_11_BorderColor:#f58c4b;--sapShell_Category_11_TextColor:#29313a;--sapShell_Category_11_TextShadow:none;--sapShell_Category_12_Background:#c3c5fd;--sapShell_Category_12_BorderColor:#c3c5fd;--sapShell_Category_12_TextColor:#29313a;--sapShell_Category_12_TextShadow:none;--sapShell_Category_13_Background:#ffa1a1;--sapShell_Category_13_BorderColor:#ffa1a1;--sapShell_Category_13_TextColor:#29313a;--sapShell_Category_13_TextShadow:none;--sapShell_Category_14_Background:#a2c2c2;--sapShell_Category_14_BorderColor:#a2c2c2;--sapShell_Category_14_TextColor:#29313a;--sapShell_Category_14_TextShadow:none;--sapShell_Category_15_Background:#e9e9f0;--sapShell_Category_15_BorderColor:#e9e9f0;--sapShell_Category_15_TextColor:#29313a;--sapShell_Category_15_TextShadow:none;--sapShell_Category_16_Background:#aabc78;--sapShell_Category_16_BorderColor:#aabc78;--sapShell_Category_16_TextColor:#29313a;--sapShell_Category_16_TextShadow:none;--sapAvatar_1_Background:#ffc847;--sapAvatar_1_BorderColor:#ffc847;--sapAvatar_1_TextColor:#29313a;--sapAvatar_2_Background:#e7a1a1;--sapAvatar_2_BorderColor:#e7a1a1;--sapAvatar_2_TextColor:#29313a;--sapAvatar_3_Background:#f37aa2;--sapAvatar_3_BorderColor:#f37aa2;--sapAvatar_3_TextColor:#29313a;--sapAvatar_4_Background:#e269c9;--sapAvatar_4_BorderColor:#e269c9;--sapAvatar_4_TextColor:#fafafa;--sapAvatar_5_Background:#8ca7d5;--sapAvatar_5_BorderColor:#8ca7d5;--sapAvatar_5_TextColor:#29313a;--sapAvatar_6_Background:#6bd3ff;--sapAvatar_6_BorderColor:#6bd3ff;--sapAvatar_6_TextColor:#29313a;--sapAvatar_7_Background:#7fc6c6;--sapAvatar_7_BorderColor:#7fc6c6;--sapAvatar_7_TextColor:#29313a;--sapAvatar_8_Background:#b2e484;--sapAvatar_8_BorderColor:#b2e484;--sapAvatar_8_TextColor:#29313a;--sapAvatar_9_Background:#b995e0;--sapAvatar_9_BorderColor:#b995e0;--sapAvatar_9_TextColor:#29313a;--sapAvatar_10_Background:#b0bcc5;--sapAvatar_10_BorderColor:#b0bcc5;--sapAvatar_10_TextColor:#29313a;--sapButton_Background:#29313a;--sapButton_BorderColor:#91c8f6;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.25rem;--sapButton_TextColor:#91c8f6;--sapButton_Hover_Background:#062e4f;--sapButton_Hover_BorderColor:#91c8f6;--sapButton_Hover_TextColor:#91c8f6;--sapButton_IconColor:#91c8f6;--sapButton_Active_Background:#91c8f6;--sapButton_Active_BorderColor:#91c8f6;--sapButton_Active_TextColor:#29313a;--sapButton_Emphasized_Background:#1b8dec;--sapButton_Emphasized_BorderColor:#1b8dec;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#2e96ee;--sapButton_Emphasized_Hover_BorderColor:#2e96ee;--sapButton_Emphasized_Hover_TextColor:#fafafa;--sapButton_Emphasized_Active_Background:#91c8f6;--sapButton_Emphasized_Active_BorderColor:#91c8f6;--sapButton_Emphasized_Active_TextColor:#29313a;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#29313a;--sapButton_Reject_BorderColor:#f88;--sapButton_Reject_TextColor:#f88;--sapButton_Reject_Hover_Background:#3b0000;--sapButton_Reject_Hover_BorderColor:#f88;--sapButton_Reject_Hover_TextColor:#f88;--sapButton_Reject_Active_Background:#ff6e6e;--sapButton_Reject_Active_BorderColor:#ff6e6e;--sapButton_Reject_Active_TextColor:#29313a;--sapButton_Reject_Selected_Background:#ff6e6e;--sapButton_Reject_Selected_BorderColor:#ff6e6e;--sapButton_Reject_Selected_TextColor:#29313a;--sapButton_Reject_Selected_Hover_Background:#f88;--sapButton_Reject_Selected_Hover_BorderColor:#f88;--sapButton_Accept_Background:#29313a;--sapButton_Accept_BorderColor:#abe2ab;--sapButton_Accept_TextColor:#abe2ab;--sapButton_Accept_Hover_Background:#153c15;--sapButton_Accept_Hover_BorderColor:#abe2ab;--sapButton_Accept_Hover_TextColor:#abe2ab;--sapButton_Accept_Active_Background:#98db98;--sapButton_Accept_Active_BorderColor:#98db98;--sapButton_Accept_Active_TextColor:#29313a;--sapButton_Accept_Selected_Background:#98db98;--sapButton_Accept_Selected_BorderColor:#98db98;--sapButton_Accept_Selected_TextColor:#29313a;--sapButton_Accept_Selected_Hover_Background:#abe2ab;--sapButton_Accept_Selected_Hover_BorderColor:#abe2ab;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#91c8f6;--sapButton_Lite_Hover_Background:#062e4f;--sapButton_Lite_Hover_BorderColor:#91c8f6;--sapButton_Lite_Hover_TextColor:#91c8f6;--sapButton_Lite_Active_Background:#91c8f6;--sapButton_Lite_Active_BorderColor:#91c8f6;--sapButton_Selected_Background:#91c8f6;--sapButton_Selected_BorderColor:#91c8f6;--sapButton_Selected_TextColor:#29313a;--sapButton_Selected_Hover_Background:#83c1f5;--sapButton_Selected_Hover_BorderColor:#83c1f5;--sapButton_Attention_Background:#29313a;--sapButton_Attention_BorderColor:#fabd64;--sapButton_Attention_TextColor:#fabd64;--sapButton_Attention_Hover_Background:#2b1a01;--sapButton_Attention_Hover_BorderColor:#fabd64;--sapButton_Attention_Hover_TextColor:#fabd64;--sapButton_Attention_Active_Background:#f9b24b;--sapButton_Attention_Active_BorderColor:#f9b24b;--sapButton_Attention_Active_TextColor:#29313a;--sapButton_Attention_Selected_Background:#f9b24b;--sapButton_Attention_Selected_BorderColor:#f9b24b;--sapButton_Attention_Selected_TextColor:#29313a;--sapButton_Attention_Selected_Hover_Background:#fabd64;--sapButton_Attention_Selected_Hover_BorderColor:#fabd64;--sapButton_Negative_Background:#f88;--sapButton_Negative_BorderColor:#f88;--sapButton_Negative_TextColor:#29313a;--sapButton_Negative_Hover_Background:#ffa2a2;--sapButton_Negative_Hover_BorderColor:#ffa2a2;--sapButton_Negative_Hover_TextColor:#29313a;--sapButton_Negative_Active_Background:#fbb;--sapButton_Negative_Active_BorderColor:#fbb;--sapButton_Negative_Active_TextColor:#29313a;--sapButton_Critical_Background:#fabd64;--sapButton_Critical_BorderColor:#fabd64;--sapButton_Critical_TextColor:#29313a;--sapButton_Critical_Hover_Background:#fbc87d;--sapButton_Critical_Hover_BorderColor:#fbc87d;--sapButton_Critical_Hover_TextColor:#29313a;--sapButton_Critical_Active_Background:#fcd295;--sapButton_Critical_Active_BorderColor:#fcd295;--sapButton_Critical_Active_TextColor:#29313a;--sapButton_Success_Background:#abe2ab;--sapButton_Success_BorderColor:#abe2ab;--sapButton_Success_TextColor:#29313a;--sapButton_Success_Hover_Background:#bee9be;--sapButton_Success_Hover_BorderColor:#bee9be;--sapButton_Success_Hover_TextColor:#29313a;--sapButton_Success_Active_Background:#d1efd1;--sapButton_Success_Active_BorderColor:#d1efd1;--sapButton_Success_Active_TextColor:#29313a;--sapButton_Information_Background:#91c8f6;--sapButton_Information_BorderColor:#91c8f6;--sapButton_Information_TextColor:#29313a;--sapButton_Information_Hover_Background:#a9d4f8;--sapButton_Information_Hover_BorderColor:#a9d4f8;--sapButton_Information_Hover_TextColor:#29313a;--sapButton_Information_Active_Background:#c0e0fa;--sapButton_Information_Active_BorderColor:#c0e0fa;--sapButton_Information_Active_TextColor:#29313a;--sapButton_Neutral_Background:#d3d7d9;--sapButton_Neutral_BorderColor:#d3d7d9;--sapButton_Neutral_TextColor:#29313a;--sapButton_Neutral_Hover_Background:#e1e3e5;--sapButton_Neutral_Hover_BorderColor:#e1e3e5;--sapButton_Neutral_Hover_TextColor:#29313a;--sapButton_Neutral_Active_Background:#eef0f1;--sapButton_Neutral_Active_BorderColor:#eef0f1;--sapButton_Neutral_Active_TextColor:#29313a;--sapButton_Track_Background:#38434f;--sapButton_Track_BorderColor:#8696a9;--sapButton_Track_TextColor:#fafafa;--sapButton_Track_Hover_Background:#38434f;--sapButton_Track_Hover_BorderColor:#91c8f6;--sapButton_Track_Selected_Background:#062e4f;--sapButton_Track_Selected_BorderColor:#91c8f6;--sapButton_Track_Selected_TextColor:#fafafa;--sapButton_Track_Selected_Hover_Background:#062e4f;--sapButton_Track_Selected_Hover_BorderColor:#83c1f5;--sapButton_Handle_Background:#29313a;--sapButton_Handle_BorderColor:#8696a9;--sapButton_Handle_TextColor:#fafafa;--sapButton_Handle_Hover_Background:#062e4f;--sapButton_Handle_Hover_BorderColor:#91c8f6;--sapButton_Handle_Selected_Background:#91c8f6;--sapButton_Handle_Selected_BorderColor:#91c8f6;--sapButton_Handle_Selected_TextColor:#29313a;--sapButton_Handle_Selected_Hover_Background:#83c1f5;--sapButton_Handle_Selected_Hover_BorderColor:#83c1f5;--sapButton_Track_Negative_Background:#3b0000;--sapButton_Track_Negative_BorderColor:#f88;--sapButton_Track_Negative_TextColor:#f88;--sapButton_Track_Negative_Hover_Background:#3b0000;--sapButton_Track_Negative_Hover_BorderColor:#f88;--sapButton_Handle_Negative_Background:#29313a;--sapButton_Handle_Negative_BorderColor:#f88;--sapButton_Handle_Negative_TextColor:#f88;--sapButton_Handle_Negative_Hover_Background:#3b0000;--sapButton_Handle_Negative_Hover_BorderColor:#f88;--sapButton_Track_Positive_Background:#153c15;--sapButton_Track_Positive_BorderColor:#abe2ab;--sapButton_Track_Positive_TextColor:#abe2ab;--sapButton_Track_Positive_Hover_Background:#153c15;--sapButton_Track_Positive_Hover_BorderColor:#abe2ab;--sapButton_Handle_Positive_Background:#29313a;--sapButton_Handle_Positive_BorderColor:#abe2ab;--sapButton_Handle_Positive_TextColor:#abe2ab;--sapButton_Handle_Positive_Hover_Background:#153c15;--sapButton_Handle_Positive_Hover_BorderColor:#abe2ab;--sapButton_TokenBackground:#29313a;--sapButton_TokenBorderColor:#687d94;--sapField_Background:#29313a;--sapField_BackgroundStyle:none;--sapField_TextColor:#fafafa;--sapField_PlaceholderTextColor:#b8bec1;--sapField_BorderColor:#8696a9;--sapField_HelpBackground:#29313a;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:.125rem;--sapField_Shadow:none;--sapField_Hover_Background:#29313a;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#91c8f6;--sapField_Hover_HelpBackground:#062e4f;--sapField_Hover_Shadow:none;--sapField_Hover_InvalidShadow:none;--sapField_Hover_WarningShadow:none;--sapField_Hover_SuccessShadow:none;--sapField_Hover_InformationShadow:none;--sapField_Active_BorderColor:#91c8f6;--sapField_Focus_Background:#29313a;--sapField_Focus_BorderColor:#8696a9;--sapField_Focus_HelpBackground:#29313a;--sapField_ReadOnly_Background:rgba(58,69,82,.5);--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#546375;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:rgba(58,69,82,.5);--sapField_RequiredColor:#e7a1a1;--sapField_InvalidColor:#f88;--sapField_InvalidBackground:#29313a;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_InvalidShadow:none;--sapField_WarningColor:#fabd64;--sapField_WarningBackground:#29313a;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_WarningShadow:none;--sapField_SuccessColor:#abe2ab;--sapField_SuccessBackground:#29313a;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#91c8f6;--sapField_InformationBackground:#29313a;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapField_InformationShadow:none;--sapGroup_TitleBackground:transparent;--sapGroup_TitleBorderColor:#495767;--sapGroup_TitleTextColor:#fafafa;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#29313a;--sapGroup_ContentBorderColor:#3e4a58;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:transparent;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:#495767;--sapList_HeaderBackground:#232931;--sapList_HeaderBorderColor:#3a4552;--sapList_HeaderTextColor:#fafafa;--sapList_BorderColor:#3a4552;--sapList_BorderWidth:.0625rem;--sapList_TextColor:#fafafa;--sapList_Active_TextColor:#29313a;--sapList_Active_Background:#91c8f6;--sapList_SelectionBackgroundColor:#344b5f;--sapList_SelectionBorderColor:#91c8f6;--sapList_Hover_SelectionBackground:#395369;--sapList_Background:#29313a;--sapList_Hover_Background:#2f3943;--sapList_AlternatingBackground:#232931;--sapList_GroupHeaderBackground:#29313a;--sapList_GroupHeaderBorderColor:#64778e;--sapList_GroupHeaderTextColor:#fafafa;--sapList_TableGroupHeaderBackground:#1c2228;--sapList_TableGroupHeaderBorderColor:#5a6b7f;--sapList_TableGroupHeaderTextColor:#fafafa;--sapList_FooterBackground:#252c34;--sapList_FooterTextColor:#fafafa;--sapList_TableFooterBorder:#4b596a;--sapList_TableFixedBorderColor:#8091a5;--sapMessage_ErrorBorderColor:#f88;--sapMessage_WarningBorderColor:#fabd64;--sapMessage_SuccessBorderColor:#abe2ab;--sapMessage_InformationBorderColor:#91c8f6;--sapPopover_BorderCornerRadius:.25rem;--sapProgress_Background:#29313a;--sapProgress_BorderColor:#8696a9;--sapProgress_TextColor:#fafafa;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#29313a;--sapProgress_NegativeBorderColor:#8696a9;--sapProgress_NegativeTextColor:#fafafa;--sapProgress_CriticalBackground:#29313a;--sapProgress_CriticalBorderColor:#8696a9;--sapProgress_CriticalTextColor:#fafafa;--sapProgress_PositiveBackground:#29313a;--sapProgress_PositiveBorderColor:#8696a9;--sapProgress_PositiveTextColor:#fafafa;--sapProgress_InformationBackground:#29313a;--sapProgress_InformationBorderColor:#8696a9;--sapProgress_InformationTextColor:#fafafa;--sapProgress_Value_Background:#d3d7d9;--sapProgress_Value_BorderColor:#8696a9;--sapProgress_Value_TextColor:#fafafa;--sapProgress_Value_NegativeBackground:#f88;--sapProgress_Value_NegativeBorderColor:#29313a;--sapProgress_Value_NegativeTextColor:#fafafa;--sapProgress_Value_CriticalBackground:#fabd64;--sapProgress_Value_CriticalBorderColor:#29313a;--sapProgress_Value_CriticalTextColor:#fafafa;--sapProgress_Value_PositiveBackground:#abe2ab;--sapProgress_Value_PositiveBorderColor:#29313a;--sapProgress_Value_PositiveTextColor:#fafafa;--sapProgress_Value_InformationBackground:#91c8f6;--sapProgress_Value_InformationBorderColor:#29313a;--sapProgress_Value_InformationTextColor:#fafafa;--sapScrollBar_FaceColor:#506273;--sapScrollBar_TrackColor:#090b0d;--sapScrollBar_BorderColor:#506273;--sapScrollBar_SymbolColor:#91c8f6;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#4a5a6a;--sapSlider_Background:#8696a9;--sapSlider_BorderColor:#8696a9;--sapSlider_Selected_Background:#91c8f6;--sapSlider_Selected_BorderColor:#91c8f6;--sapSlider_HandleBackground:#29313a;--sapSlider_HandleBorderColor:#8696a9;--sapSlider_RangeHandleBackground:transparent;--sapSlider_Hover_HandleBackground:#062e4f;--sapSlider_Hover_HandleBorderColor:#91c8f6;--sapSlider_Hover_RangeHandleBackground:#062e4f;--sapSlider_Active_HandleBackground:#91c8f6;--sapSlider_Active_HandleBorderColor:#91c8f6;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#29313a;--sapPageHeader_BorderColor:#3a4552;--sapPageHeader_TextColor:#fafafa;--sapPageFooter_Background:#2c3d50;--sapPageFooter_BorderColor:#3a516a;--sapPageFooter_TextColor:#fafafa;--sapInfobar_Background:#7fc6c6;--sapInfobar_Hover_Background:#74c1c1;--sapInfobar_Active_Background:#58b5b5;--sapInfobar_NonInteractive_Background:#14181c;--sapInfobar_TextColor:#29313a;--sapObjectHeader_Background:#29313a;--sapObjectHeader_Hover_Background:#2f3943;--sapObjectHeader_BorderColor:#3a4552;--sapObjectHeader_Title_TextColor:#fafafa;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#d3d7d9;--sapBlockLayer_Background:#000;--sapTile_Background:#29313a;--sapTile_Hover_Background:#21272e;--sapTile_Active_Background:#21272e;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:.25rem;--sapTile_TitleTextColor:#fafafa;--sapTile_TextColor:#d3d7d9;--sapTile_IconColor:#89a3bd;--sapTile_SeparatorColor:#424f5e;--sapTile_Interactive_BorderColor:#687d94;--sapTile_OverlayBackground:rgba(0,0,0,.8);--sapTile_OverlayForegroundColor:#fafafa;--sapAccentColor1:#ffc847;--sapAccentColor2:#e7a1a1;--sapAccentColor3:#f37aa2;--sapAccentColor4:#e269c9;--sapAccentColor5:#8ca7d5;--sapAccentColor6:#6bd3ff;--sapAccentColor7:#7fc6c6;--sapAccentColor8:#b2e484;--sapAccentColor9:#b995e0;--sapAccentColor10:#b0bcc5;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapIndicationColor_1:#f55;--sapIndicationColor_1_Background:#f55;--sapIndicationColor_1_BorderColor:#f55;--sapIndicationColor_1_TextColor:#fafafa;--sapIndicationColor_1_Hover_Background:#ff6f6f;--sapIndicationColor_1_Active_Background:#f88;--sapIndicationColor_1_Active_BorderColor:#f55;--sapIndicationColor_1_Active_TextColor:#fafafa;--sapIndicationColor_1_Selected_Background:#f88;--sapIndicationColor_1_Selected_BorderColor:#f55;--sapIndicationColor_1_Selected_TextColor:#fafafa;--sapIndicationColor_1b:#5e0303;--sapIndicationColor_1b_BorderColor:#5e0303;--sapIndicationColor_1b_Hover_Background:#770404;--sapIndicationColor_2:#f88;--sapIndicationColor_2_Background:#f88;--sapIndicationColor_2_BorderColor:#f88;--sapIndicationColor_2_TextColor:#29313a;--sapIndicationColor_2_Hover_Background:#ffa2a2;--sapIndicationColor_2_Active_Background:#fbb;--sapIndicationColor_2_Active_BorderColor:#f88;--sapIndicationColor_2_Active_TextColor:#29313a;--sapIndicationColor_2_Selected_Background:#fbb;--sapIndicationColor_2_Selected_BorderColor:#f88;--sapIndicationColor_2_Selected_TextColor:#29313a;--sapIndicationColor_2b:#7d0000;--sapIndicationColor_2b_BorderColor:#7d0000;--sapIndicationColor_2b_Hover_Background:#970000;--sapIndicationColor_3:#fabd64;--sapIndicationColor_3_Background:#fabd64;--sapIndicationColor_3_BorderColor:#fabd64;--sapIndicationColor_3_TextColor:#29313a;--sapIndicationColor_3_Hover_Background:#fac373;--sapIndicationColor_3_Active_Background:#fbca82;--sapIndicationColor_3_Active_BorderColor:#fabd64;--sapIndicationColor_3_Active_TextColor:#29313a;--sapIndicationColor_3_Selected_Background:#fbca82;--sapIndicationColor_3_Selected_BorderColor:#fabd64;--sapIndicationColor_3_Selected_TextColor:#29313a;--sapIndicationColor_3b:#662b00;--sapIndicationColor_3b_BorderColor:#662b00;--sapIndicationColor_3b_Hover_Background:#803600;--sapIndicationColor_4:#abe2ab;--sapIndicationColor_4_Background:#abe2ab;--sapIndicationColor_4_BorderColor:#abe2ab;--sapIndicationColor_4_TextColor:#29313a;--sapIndicationColor_4_Hover_Background:#bee9be;--sapIndicationColor_4_Active_Background:#d1efd1;--sapIndicationColor_4_Active_BorderColor:#abe2ab;--sapIndicationColor_4_Active_TextColor:#29313a;--sapIndicationColor_4_Selected_Background:#d1efd1;--sapIndicationColor_4_Selected_BorderColor:#abe2ab;--sapIndicationColor_4_Selected_TextColor:#29313a;--sapIndicationColor_4b:#044a18;--sapIndicationColor_4b_BorderColor:#044a18;--sapIndicationColor_4b_Hover_Background:#056220;--sapIndicationColor_5:#91c8f6;--sapIndicationColor_5_Background:#91c8f6;--sapIndicationColor_5_BorderColor:#91c8f6;--sapIndicationColor_5_TextColor:#29313a;--sapIndicationColor_5_Hover_Background:#a9d4f8;--sapIndicationColor_5_Active_Background:#c0e0fa;--sapIndicationColor_5_Active_BorderColor:#91c8f6;--sapIndicationColor_5_Active_TextColor:#29313a;--sapIndicationColor_5_Selected_Background:#c0e0fa;--sapIndicationColor_5_Selected_BorderColor:#91c8f6;--sapIndicationColor_5_Selected_TextColor:#29313a;--sapIndicationColor_5b:#024594;--sapIndicationColor_5b_BorderColor:#024594;--sapIndicationColor_5b_Hover_Background:#0251ad;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Background:#7fc6c6;--sapIndicationColor_6_BorderColor:#7fc6c6;--sapIndicationColor_6_TextColor:#29313a;--sapIndicationColor_6_Hover_Background:#91cece;--sapIndicationColor_6_Active_Background:#a2d6d6;--sapIndicationColor_6_Active_BorderColor:#7fc6c6;--sapIndicationColor_6_Active_TextColor:#29313a;--sapIndicationColor_6_Selected_Background:#a2d6d6;--sapIndicationColor_6_Selected_BorderColor:#7fc6c6;--sapIndicationColor_6_Selected_TextColor:#29313a;--sapIndicationColor_6b:#00454e;--sapIndicationColor_6b_BorderColor:#00454e;--sapIndicationColor_6b_Hover_Background:#005c68;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Background:#b995e0;--sapIndicationColor_7_BorderColor:#b995e0;--sapIndicationColor_7_TextColor:#29313a;--sapIndicationColor_7_Hover_Background:#c6a9e6;--sapIndicationColor_7_Active_Background:#d3bcec;--sapIndicationColor_7_Active_BorderColor:#b995e0;--sapIndicationColor_7_Active_TextColor:#29313a;--sapIndicationColor_7_Selected_Background:#d3bcec;--sapIndicationColor_7_Selected_BorderColor:#b995e0;--sapIndicationColor_7_Selected_TextColor:#29313a;--sapIndicationColor_7b:#2702c2;--sapIndicationColor_7b_BorderColor:#2702c2;--sapIndicationColor_7b_Hover_Background:#2c02db;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Background:#e269c9;--sapIndicationColor_8_BorderColor:#e269c9;--sapIndicationColor_8_TextColor:#fafafa;--sapIndicationColor_8_Hover_Background:#e67ed1;--sapIndicationColor_8_Active_Background:#ea94d8;--sapIndicationColor_8_Active_BorderColor:#e269c9;--sapIndicationColor_8_Active_TextColor:#fafafa;--sapIndicationColor_8_Selected_Background:#ea94d8;--sapIndicationColor_8_Selected_BorderColor:#e269c9;--sapIndicationColor_8_Selected_TextColor:#fafafa;--sapIndicationColor_8b:#4c005b;--sapIndicationColor_8b_BorderColor:#4c005b;--sapIndicationColor_8b_Hover_Background:#610075;--sapIndicationColor_9:#f2f2f2;--sapIndicationColor_9_Background:#f2f2f2;--sapIndicationColor_9_BorderColor:#f2f2f2;--sapIndicationColor_9_TextColor:#29313a;--sapIndicationColor_9_Hover_Background:#fff;--sapIndicationColor_9_Active_Background:#fff;--sapIndicationColor_9_Active_BorderColor:#f2f2f2;--sapIndicationColor_9_Active_TextColor:#29313a;--sapIndicationColor_9_Selected_Background:#fff;--sapIndicationColor_9_Selected_BorderColor:#f2f2f2;--sapIndicationColor_9_Selected_TextColor:#29313a;--sapIndicationColor_9b:#1d232a;--sapIndicationColor_9b_BorderColor:#3e4b5a;--sapIndicationColor_9b_Hover_Background:#273039;--sapIndicationColor_10:#d8d8d8;--sapIndicationColor_10_Background:#d8d8d8;--sapIndicationColor_10_BorderColor:#d8d8d8;--sapIndicationColor_10_TextColor:#29313a;--sapIndicationColor_10_Hover_Background:#e5e5e5;--sapIndicationColor_10_Active_Background:#f2f2f2;--sapIndicationColor_10_Active_BorderColor:#d8d8d8;--sapIndicationColor_10_Active_TextColor:#29313a;--sapIndicationColor_10_Selected_Background:#f2f2f2;--sapIndicationColor_10_Selected_BorderColor:#d8d8d8;--sapIndicationColor_10_Selected_TextColor:#29313a;--sapIndicationColor_10b:#373737;--sapIndicationColor_10b_BorderColor:#373737;--sapIndicationColor_10b_Hover_Background:#444;--sapLegend_WorkingBackground:#2d3640;--sapLegend_NonWorkingBackground:#445261;--sapLegend_CurrentDateTime:#e269c9;--sapLegendColor1:#f0b25f;--sapLegendColor2:#f58c4b;--sapLegendColor3:#d88b8b;--sapLegendColor4:#bd8969;--sapLegendColor5:#de54c1;--sapLegendColor6:#6bd3ff;--sapLegendColor7:#21c4c4;--sapLegendColor8:#afd645;--sapLegendColor9:#b0bcc5;--sapLegendColor10:#bb8aaf;--sapLegendColor11:#d1b575;--sapLegendColor12:#ffb98d;--sapLegendColor13:#ffa1a1;--sapLegendColor14:#d5b39e;--sapLegendColor15:#b7a8b3;--sapLegendColor16:#bbbcd2;--sapLegendColor17:#a2c2c2;--sapLegendColor18:#aabc78;--sapLegendColor19:#a9d4ff;--sapLegendColor20:#c3c5fd;--sapLegendBackgroundColor1:#402706;--sapLegendBackgroundColor2:#421c04;--sapLegendBackgroundColor3:#341111;--sapLegendBackgroundColor4:#302015;--sapLegendBackgroundColor5:#3c0c32;--sapLegendBackgroundColor6:#003247;--sapLegendBackgroundColor7:#0a3d3d;--sapLegendBackgroundColor8:#303d0d;--sapLegendBackgroundColor9:#1f252a;--sapLegendBackgroundColor10:#2c1a28;--sapLegendBackgroundColor11:#352a12;--sapLegendBackgroundColor12:#461b00;--sapLegendBackgroundColor13:#450000;--sapLegendBackgroundColor14:#312015;--sapLegendBackgroundColor15:#272025;--sapLegendBackgroundColor16:#1c1d2a;--sapLegendBackgroundColor17:#1c2b2b;--sapLegendBackgroundColor18:#2b3118;--sapLegendBackgroundColor19:#002448;--sapLegendBackgroundColor20:#020544;--sapChart_OrderedColor_1:#5899da;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#525df4;--sapChart_OrderedColor_8:#bf399e;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#3571aa;--sapChart_Bad:#dc0d0e;--sapChart_Critical:#de890d;--sapChart_Good:#3fa45b;--sapChart_Neutral:#848f94;--sapChart_Sequence_1:#5899da;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#525df4;--sapChart_Sequence_8:#bf399e;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#3571aa;--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_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_fiori_3", "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_dark.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_fiori_3","sap_base_fiori","baseTheme"],"Tags":["Fiori_3","DarkColorScheme"],"FallbackThemeId":"sap_fiori_3","Engine":{"Name":"theming-engine","Version":"1.23061.0"},"Version":{ "Build":"11.6.8.20230911071338","Source":"11.6.8"}};--sapBrandColor:#91c8f6;--sapHighlightColor:#91c8f6;--sapBaseColor:#29313a;--sapShellColor:#354a5f;--sapBackgroundColor:#1c2228;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapTextColor:#fafafa;--sapLinkColor:#91c8f6;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#91c8f6;--sapHoverColor:#222a31;--sapActiveColor:#91c8f6;--sapHighlightTextColor:#29313a;--sapTitleColor:#fafafa;--sapNegativeColor:#f88;--sapCriticalColor:#fabd64;--sapPositiveColor:#abe2ab;--sapInformativeColor:#91c8f6;--sapNeutralColor:#d3d7d9;--sapNegativeElementColor:#f88;--sapCriticalElementColor:#fabd64;--sapPositiveElementColor:#abe2ab;--sapInformativeElementColor:#91c8f6;--sapNeutralElementColor:#d3d7d9;--sapNegativeTextColor:#f88;--sapCriticalTextColor:#fabd64;--sapPositiveTextColor:#abe2ab;--sapInformativeTextColor:#91c8f6;--sapNeutralTextColor:#d3d7d9;--sapErrorColor:#f88;--sapWarningColor:#fabd64;--sapSuccessColor:#abe2ab;--sapInformationColor:#91c8f6;--sapErrorBackground:#3b0000;--sapWarningBackground:#2b1a01;--sapSuccessBackground:#153c15;--sapInformationBackground:#062e4f;--sapNeutralBackground:#5c666b;--sapErrorBorderColor:#f88;--sapWarningBorderColor:#fabd64;--sapSuccessBorderColor:#abe2ab;--sapInformationBorderColor:#91c8f6;--sapNeutralBorderColor:#d3d7d9;--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:#91c8f6;--sapContent_ContrastIconColor:#29313a;--sapContent_NonInteractiveIconColor:#d3d7d9;--sapContent_MarkerIconColor:#6bd3ff;--sapContent_MarkerTextColor:#7fc6c6;--sapContent_MeasureIndicatorColor:#8696a9;--sapContent_Selected_MeasureIndicatorColor:#8696a9;--sapContent_Placeholderloading_Background:#536376;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#536376 0%,#536376 20%,#8596aa 50%,#536376 80%,#536376);--sapContent_ImagePlaceholderBackground:#687d94;--sapContent_ImagePlaceholderForegroundColor:#29313a;--sapContent_RatedColor:#ffc847;--sapContent_UnratedColor:#8696a9;--sapContent_BusyColor:#91c8f6;--sapContent_FocusColor:#fff;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.0625rem;--sapContent_ContrastFocusColor:#000;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 0.0625rem hsla(0,0%,100%,.2),0 0.125rem 0.5rem 0 rgba(0,0,0,.3);--sapContent_Shadow1:0 0 0 0.0625rem hsla(0,0%,100%,.5),0 0.125rem 0.5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2:0 0 0 0.0625rem hsla(0,0%,100%,.5),0 0.625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3:0 0 0 0.0625rem hsla(0,0%,100%,.5),0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow:0 0 0.125rem #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(0,0,0,.2),inset 0 -0.0625rem 0 0 #3a4552;--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:#058088;--sapContent_HelpColor:#57b900;--sapContent_LabelColor:#d3d7d9;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:hsla(0,0%,98%,.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.55;--sapContent_ContrastTextColor:#29313a;--sapContent_ForegroundColor:#1c2228;--sapContent_ForegroundBorderColor:#8696a9;--sapContent_ForegroundTextColor:#fafafa;--sapContent_BadgeBackground:#d14242;--sapContent_BadgeTextColor:#fff;--sapContent_DragAndDropActiveColor:#91c8f6;--sapContent_Selected_TextColor:#29313a;--sapContent_Selected_Background:#91c8f6;--sapContent_Selected_Hover_Background:#83c1f5;--sapContent_Selected_ForegroundColor:#91c8f6;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#0a6ed1;--sapContent_Illustrative_Color2:#3793d1;--sapContent_Illustrative_Color3:#d69522;--sapContent_Illustrative_Color4:#030303;--sapContent_Illustrative_Color5:#727f87;--sapContent_Illustrative_Color6:#9ba4aa;--sapContent_Illustrative_Color7:#43494b;--sapContent_Illustrative_Color8:#c2c8cc;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#5dc122;--sapContent_Illustrative_Color13:#005dc9;--sapContent_Illustrative_Color14:#004da5;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#d1efff;--sapContent_Illustrative_Color19:#b8e6ff;--sapContent_Illustrative_Color20:#9eddff;--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:#62b0f2;--sapLink_Hover_TextDecoration:underline;--sapLink_Active_Color:#91c8f6;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#91c8f6;--sapLink_InvertedColor:#d3e9fb;--sapLink_SubtleColor:#c0e0fa;--sapShell_Background:#232a31;--sapShell_BackgroundImage:linear-gradient(180deg,#181d22,#272f37);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#354a5f;--sapShell_TextColor:#fafafa;--sapShell_InteractiveBackground:#354a5f;--sapShell_InteractiveTextColor:#d1e8ff;--sapShell_InteractiveBorderColor:#7996b4;--sapShell_GroupTitleTextColor:#fafafa;--sapShell_GroupTitleTextShadow:0 0 0.125rem #000;--sapShell_Hover_Background:#283848;--sapShell_Active_Background:#23303e;--sapShell_Active_TextColor:#fafafa;--sapShell_Selected_Background:#23303e;--sapShell_Selected_TextColor:#fafafa;--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:#fafafa;--sapShell_Navigation_Active_TextColor:#fafafa;--sapShell_Navigation_Active_Background:#23303e;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(0,0,0,.8),inset 0 -0.0625rem 0 0 hsla(0,0%,100%,.2);--sapShell_NegativeColor:#f88;--sapShell_CriticalColor:#fabd64;--sapShell_PositiveColor:#abe2ab;--sapShell_InformativeColor:#c0e0fa;--sapShell_NeutralColor:#d3d7d9;--sapShell_Category_1_Background:#6bd3ff;--sapShell_Category_1_BorderColor:#6bd3ff;--sapShell_Category_1_TextColor:#29313a;--sapShell_Category_1_TextShadow:none;--sapShell_Category_2_Background:#d88b8b;--sapShell_Category_2_BorderColor:#d88b8b;--sapShell_Category_2_TextColor:#29313a;--sapShell_Category_2_TextShadow:none;--sapShell_Category_3_Background:#f0b25f;--sapShell_Category_3_BorderColor:#f0b25f;--sapShell_Category_3_TextColor:#29313a;--sapShell_Category_3_TextShadow:none;--sapShell_Category_4_Background:#bb8aaf;--sapShell_Category_4_BorderColor:#bb8aaf;--sapShell_Category_4_TextColor:#29313a;--sapShell_Category_4_TextShadow:none;--sapShell_Category_5_Background:#ffb98d;--sapShell_Category_5_BorderColor:#ffb98d;--sapShell_Category_5_TextColor:#29313a;--sapShell_Category_5_TextShadow:none;--sapShell_Category_6_Background:#21c4c4;--sapShell_Category_6_BorderColor:#21c4c4;--sapShell_Category_6_TextColor:#29313a;--sapShell_Category_6_TextShadow:none;--sapShell_Category_7_Background:#de54c1;--sapShell_Category_7_BorderColor:#de54c1;--sapShell_Category_7_TextColor:#fafafa;--sapShell_Category_7_TextShadow:none;--sapShell_Category_8_Background:#afd645;--sapShell_Category_8_BorderColor:#afd645;--sapShell_Category_8_TextColor:#29313a;--sapShell_Category_8_TextShadow:none;--sapShell_Category_9_Background:#bbbcd2;--sapShell_Category_9_BorderColor:#bbbcd2;--sapShell_Category_9_TextColor:#29313a;--sapShell_Category_9_TextShadow:none;--sapShell_Category_10_Background:#b0bcc5;--sapShell_Category_10_BorderColor:#b0bcc5;--sapShell_Category_10_TextColor:#29313a;--sapShell_Category_10_TextShadow:none;--sapShell_Category_11_Background:#f58c4b;--sapShell_Category_11_BorderColor:#f58c4b;--sapShell_Category_11_TextColor:#29313a;--sapShell_Category_11_TextShadow:none;--sapShell_Category_12_Background:#c3c5fd;--sapShell_Category_12_BorderColor:#c3c5fd;--sapShell_Category_12_TextColor:#29313a;--sapShell_Category_12_TextShadow:none;--sapShell_Category_13_Background:#ffa1a1;--sapShell_Category_13_BorderColor:#ffa1a1;--sapShell_Category_13_TextColor:#29313a;--sapShell_Category_13_TextShadow:none;--sapShell_Category_14_Background:#a2c2c2;--sapShell_Category_14_BorderColor:#a2c2c2;--sapShell_Category_14_TextColor:#29313a;--sapShell_Category_14_TextShadow:none;--sapShell_Category_15_Background:#e9e9f0;--sapShell_Category_15_BorderColor:#e9e9f0;--sapShell_Category_15_TextColor:#29313a;--sapShell_Category_15_TextShadow:none;--sapShell_Category_16_Background:#aabc78;--sapShell_Category_16_BorderColor:#aabc78;--sapShell_Category_16_TextColor:#29313a;--sapShell_Category_16_TextShadow:none;--sapAvatar_1_Background:#ffc847;--sapAvatar_1_BorderColor:#ffc847;--sapAvatar_1_TextColor:#29313a;--sapAvatar_2_Background:#e7a1a1;--sapAvatar_2_BorderColor:#e7a1a1;--sapAvatar_2_TextColor:#29313a;--sapAvatar_3_Background:#f37aa2;--sapAvatar_3_BorderColor:#f37aa2;--sapAvatar_3_TextColor:#29313a;--sapAvatar_4_Background:#e269c9;--sapAvatar_4_BorderColor:#e269c9;--sapAvatar_4_TextColor:#fafafa;--sapAvatar_5_Background:#8ca7d5;--sapAvatar_5_BorderColor:#8ca7d5;--sapAvatar_5_TextColor:#29313a;--sapAvatar_6_Background:#6bd3ff;--sapAvatar_6_BorderColor:#6bd3ff;--sapAvatar_6_TextColor:#29313a;--sapAvatar_7_Background:#7fc6c6;--sapAvatar_7_BorderColor:#7fc6c6;--sapAvatar_7_TextColor:#29313a;--sapAvatar_8_Background:#b2e484;--sapAvatar_8_BorderColor:#b2e484;--sapAvatar_8_TextColor:#29313a;--sapAvatar_9_Background:#b995e0;--sapAvatar_9_BorderColor:#b995e0;--sapAvatar_9_TextColor:#29313a;--sapAvatar_10_Background:#b0bcc5;--sapAvatar_10_BorderColor:#b0bcc5;--sapAvatar_10_TextColor:#29313a;--sapButton_Background:#29313a;--sapButton_BorderColor:#91c8f6;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.25rem;--sapButton_TextColor:#91c8f6;--sapButton_Hover_Background:#062e4f;--sapButton_Hover_BorderColor:#91c8f6;--sapButton_Hover_TextColor:#91c8f6;--sapButton_IconColor:#91c8f6;--sapButton_Active_Background:#91c8f6;--sapButton_Active_BorderColor:#91c8f6;--sapButton_Active_TextColor:#29313a;--sapButton_Emphasized_Background:#1b8dec;--sapButton_Emphasized_BorderColor:#1b8dec;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#2e96ee;--sapButton_Emphasized_Hover_BorderColor:#2e96ee;--sapButton_Emphasized_Hover_TextColor:#fafafa;--sapButton_Emphasized_Active_Background:#91c8f6;--sapButton_Emphasized_Active_BorderColor:#91c8f6;--sapButton_Emphasized_Active_TextColor:#29313a;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#29313a;--sapButton_Reject_BorderColor:#f88;--sapButton_Reject_TextColor:#f88;--sapButton_Reject_Hover_Background:#3b0000;--sapButton_Reject_Hover_BorderColor:#f88;--sapButton_Reject_Hover_TextColor:#f88;--sapButton_Reject_Active_Background:#ff6e6e;--sapButton_Reject_Active_BorderColor:#ff6e6e;--sapButton_Reject_Active_TextColor:#29313a;--sapButton_Reject_Selected_Background:#ff6e6e;--sapButton_Reject_Selected_BorderColor:#ff6e6e;--sapButton_Reject_Selected_TextColor:#29313a;--sapButton_Reject_Selected_Hover_Background:#f88;--sapButton_Reject_Selected_Hover_BorderColor:#f88;--sapButton_Accept_Background:#29313a;--sapButton_Accept_BorderColor:#abe2ab;--sapButton_Accept_TextColor:#abe2ab;--sapButton_Accept_Hover_Background:#153c15;--sapButton_Accept_Hover_BorderColor:#abe2ab;--sapButton_Accept_Hover_TextColor:#abe2ab;--sapButton_Accept_Active_Background:#98db98;--sapButton_Accept_Active_BorderColor:#98db98;--sapButton_Accept_Active_TextColor:#29313a;--sapButton_Accept_Selected_Background:#98db98;--sapButton_Accept_Selected_BorderColor:#98db98;--sapButton_Accept_Selected_TextColor:#29313a;--sapButton_Accept_Selected_Hover_Background:#abe2ab;--sapButton_Accept_Selected_Hover_BorderColor:#abe2ab;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#91c8f6;--sapButton_Lite_Hover_Background:#062e4f;--sapButton_Lite_Hover_BorderColor:#91c8f6;--sapButton_Lite_Hover_TextColor:#91c8f6;--sapButton_Lite_Active_Background:#91c8f6;--sapButton_Lite_Active_BorderColor:#91c8f6;--sapButton_Selected_Background:#91c8f6;--sapButton_Selected_BorderColor:#91c8f6;--sapButton_Selected_TextColor:#29313a;--sapButton_Selected_Hover_Background:#83c1f5;--sapButton_Selected_Hover_BorderColor:#83c1f5;--sapButton_Attention_Background:#29313a;--sapButton_Attention_BorderColor:#fabd64;--sapButton_Attention_TextColor:#fabd64;--sapButton_Attention_Hover_Background:#2b1a01;--sapButton_Attention_Hover_BorderColor:#fabd64;--sapButton_Attention_Hover_TextColor:#fabd64;--sapButton_Attention_Active_Background:#f9b24b;--sapButton_Attention_Active_BorderColor:#f9b24b;--sapButton_Attention_Active_TextColor:#29313a;--sapButton_Attention_Selected_Background:#f9b24b;--sapButton_Attention_Selected_BorderColor:#f9b24b;--sapButton_Attention_Selected_TextColor:#29313a;--sapButton_Attention_Selected_Hover_Background:#fabd64;--sapButton_Attention_Selected_Hover_BorderColor:#fabd64;--sapButton_Negative_Background:#f88;--sapButton_Negative_BorderColor:#f88;--sapButton_Negative_TextColor:#29313a;--sapButton_Negative_Hover_Background:#ffa2a2;--sapButton_Negative_Hover_BorderColor:#ffa2a2;--sapButton_Negative_Hover_TextColor:#29313a;--sapButton_Negative_Active_Background:#fbb;--sapButton_Negative_Active_BorderColor:#fbb;--sapButton_Negative_Active_TextColor:#29313a;--sapButton_Critical_Background:#fabd64;--sapButton_Critical_BorderColor:#fabd64;--sapButton_Critical_TextColor:#29313a;--sapButton_Critical_Hover_Background:#fbc87d;--sapButton_Critical_Hover_BorderColor:#fbc87d;--sapButton_Critical_Hover_TextColor:#29313a;--sapButton_Critical_Active_Background:#fcd295;--sapButton_Critical_Active_BorderColor:#fcd295;--sapButton_Critical_Active_TextColor:#29313a;--sapButton_Success_Background:#abe2ab;--sapButton_Success_BorderColor:#abe2ab;--sapButton_Success_TextColor:#29313a;--sapButton_Success_Hover_Background:#bee9be;--sapButton_Success_Hover_BorderColor:#bee9be;--sapButton_Success_Hover_TextColor:#29313a;--sapButton_Success_Active_Background:#d1efd1;--sapButton_Success_Active_BorderColor:#d1efd1;--sapButton_Success_Active_TextColor:#29313a;--sapButton_Information_Background:#91c8f6;--sapButton_Information_BorderColor:#91c8f6;--sapButton_Information_TextColor:#29313a;--sapButton_Information_Hover_Background:#a9d4f8;--sapButton_Information_Hover_BorderColor:#a9d4f8;--sapButton_Information_Hover_TextColor:#29313a;--sapButton_Information_Active_Background:#c0e0fa;--sapButton_Information_Active_BorderColor:#c0e0fa;--sapButton_Information_Active_TextColor:#29313a;--sapButton_Neutral_Background:#d3d7d9;--sapButton_Neutral_BorderColor:#d3d7d9;--sapButton_Neutral_TextColor:#29313a;--sapButton_Neutral_Hover_Background:#e1e3e5;--sapButton_Neutral_Hover_BorderColor:#e1e3e5;--sapButton_Neutral_Hover_TextColor:#29313a;--sapButton_Neutral_Active_Background:#eef0f1;--sapButton_Neutral_Active_BorderColor:#eef0f1;--sapButton_Neutral_Active_TextColor:#29313a;--sapButton_Track_Background:#38434f;--sapButton_Track_BorderColor:#8696a9;--sapButton_Track_TextColor:#fafafa;--sapButton_Track_Hover_Background:#38434f;--sapButton_Track_Hover_BorderColor:#91c8f6;--sapButton_Track_Selected_Background:#062e4f;--sapButton_Track_Selected_BorderColor:#91c8f6;--sapButton_Track_Selected_TextColor:#fafafa;--sapButton_Track_Selected_Hover_Background:#062e4f;--sapButton_Track_Selected_Hover_BorderColor:#83c1f5;--sapButton_Handle_Background:#29313a;--sapButton_Handle_BorderColor:#8696a9;--sapButton_Handle_TextColor:#fafafa;--sapButton_Handle_Hover_Background:#062e4f;--sapButton_Handle_Hover_BorderColor:#91c8f6;--sapButton_Handle_Selected_Background:#91c8f6;--sapButton_Handle_Selected_BorderColor:#91c8f6;--sapButton_Handle_Selected_TextColor:#29313a;--sapButton_Handle_Selected_Hover_Background:#83c1f5;--sapButton_Handle_Selected_Hover_BorderColor:#83c1f5;--sapButton_Track_Negative_Background:#3b0000;--sapButton_Track_Negative_BorderColor:#f88;--sapButton_Track_Negative_TextColor:#f88;--sapButton_Track_Negative_Hover_Background:#3b0000;--sapButton_Track_Negative_Hover_BorderColor:#f88;--sapButton_Handle_Negative_Background:#29313a;--sapButton_Handle_Negative_BorderColor:#f88;--sapButton_Handle_Negative_TextColor:#f88;--sapButton_Handle_Negative_Hover_Background:#3b0000;--sapButton_Handle_Negative_Hover_BorderColor:#f88;--sapButton_Track_Positive_Background:#153c15;--sapButton_Track_Positive_BorderColor:#abe2ab;--sapButton_Track_Positive_TextColor:#abe2ab;--sapButton_Track_Positive_Hover_Background:#153c15;--sapButton_Track_Positive_Hover_BorderColor:#abe2ab;--sapButton_Handle_Positive_Background:#29313a;--sapButton_Handle_Positive_BorderColor:#abe2ab;--sapButton_Handle_Positive_TextColor:#abe2ab;--sapButton_Handle_Positive_Hover_Background:#153c15;--sapButton_Handle_Positive_Hover_BorderColor:#abe2ab;--sapButton_TokenBackground:#29313a;--sapButton_TokenBorderColor:#687d94;--sapField_Background:#29313a;--sapField_BackgroundStyle:none;--sapField_TextColor:#fafafa;--sapField_PlaceholderTextColor:#b8bec1;--sapField_BorderColor:#8696a9;--sapField_HelpBackground:#29313a;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:.125rem;--sapField_Shadow:none;--sapField_Hover_Background:#29313a;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#91c8f6;--sapField_Hover_HelpBackground:#062e4f;--sapField_Hover_Shadow:none;--sapField_Hover_InvalidShadow:none;--sapField_Hover_WarningShadow:none;--sapField_Hover_SuccessShadow:none;--sapField_Hover_InformationShadow:none;--sapField_Active_BorderColor:#91c8f6;--sapField_Focus_Background:#29313a;--sapField_Focus_BorderColor:#8696a9;--sapField_Focus_HelpBackground:#29313a;--sapField_ReadOnly_Background:rgba(58,69,82,.5);--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#546375;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:rgba(58,69,82,.5);--sapField_RequiredColor:#e7a1a1;--sapField_InvalidColor:#f88;--sapField_InvalidBackground:#29313a;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_InvalidShadow:none;--sapField_WarningColor:#fabd64;--sapField_WarningBackground:#29313a;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_WarningShadow:none;--sapField_SuccessColor:#abe2ab;--sapField_SuccessBackground:#29313a;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#91c8f6;--sapField_InformationBackground:#29313a;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapField_InformationShadow:none;--sapGroup_TitleBackground:transparent;--sapGroup_TitleBorderColor:#495767;--sapGroup_TitleTextColor:#fafafa;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#29313a;--sapGroup_ContentBorderColor:#3e4a58;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:transparent;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:#495767;--sapList_HeaderBackground:#232931;--sapList_HeaderBorderColor:#3a4552;--sapList_HeaderTextColor:#fafafa;--sapList_BorderColor:#3a4552;--sapList_BorderWidth:.0625rem;--sapList_TextColor:#fafafa;--sapList_Active_TextColor:#29313a;--sapList_Active_Background:#91c8f6;--sapList_SelectionBackgroundColor:#344b5f;--sapList_SelectionBorderColor:#91c8f6;--sapList_Hover_SelectionBackground:#395369;--sapList_Background:#29313a;--sapList_Hover_Background:#222a31;--sapList_AlternatingBackground:#232931;--sapList_GroupHeaderBackground:#29313a;--sapList_GroupHeaderBorderColor:#64778e;--sapList_GroupHeaderTextColor:#fafafa;--sapList_TableGroupHeaderBackground:#1c2228;--sapList_TableGroupHeaderBorderColor:#5a6b7f;--sapList_TableGroupHeaderTextColor:#fafafa;--sapList_FooterBackground:#252c34;--sapList_FooterTextColor:#fafafa;--sapList_TableFooterBorder:#4b596a;--sapList_TableFixedBorderColor:#8091a5;--sapMessage_ErrorBorderColor:#f88;--sapMessage_WarningBorderColor:#fabd64;--sapMessage_SuccessBorderColor:#abe2ab;--sapMessage_InformationBorderColor:#91c8f6;--sapPopover_BorderCornerRadius:.25rem;--sapProgress_Background:#29313a;--sapProgress_BorderColor:#8696a9;--sapProgress_TextColor:#fafafa;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#29313a;--sapProgress_NegativeBorderColor:#8696a9;--sapProgress_NegativeTextColor:#fafafa;--sapProgress_CriticalBackground:#29313a;--sapProgress_CriticalBorderColor:#8696a9;--sapProgress_CriticalTextColor:#fafafa;--sapProgress_PositiveBackground:#29313a;--sapProgress_PositiveBorderColor:#8696a9;--sapProgress_PositiveTextColor:#fafafa;--sapProgress_InformationBackground:#29313a;--sapProgress_InformationBorderColor:#8696a9;--sapProgress_InformationTextColor:#fafafa;--sapProgress_Value_Background:#d3d7d9;--sapProgress_Value_BorderColor:#8696a9;--sapProgress_Value_TextColor:#fafafa;--sapProgress_Value_NegativeBackground:#f88;--sapProgress_Value_NegativeBorderColor:#29313a;--sapProgress_Value_NegativeTextColor:#fafafa;--sapProgress_Value_CriticalBackground:#fabd64;--sapProgress_Value_CriticalBorderColor:#29313a;--sapProgress_Value_CriticalTextColor:#fafafa;--sapProgress_Value_PositiveBackground:#abe2ab;--sapProgress_Value_PositiveBorderColor:#29313a;--sapProgress_Value_PositiveTextColor:#fafafa;--sapProgress_Value_InformationBackground:#91c8f6;--sapProgress_Value_InformationBorderColor:#29313a;--sapProgress_Value_InformationTextColor:#fafafa;--sapScrollBar_FaceColor:#506273;--sapScrollBar_TrackColor:#090b0d;--sapScrollBar_BorderColor:#506273;--sapScrollBar_SymbolColor:#91c8f6;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#4a5a6a;--sapSlider_Background:#8696a9;--sapSlider_BorderColor:#8696a9;--sapSlider_Selected_Background:#91c8f6;--sapSlider_Selected_BorderColor:#91c8f6;--sapSlider_HandleBackground:#29313a;--sapSlider_HandleBorderColor:#8696a9;--sapSlider_RangeHandleBackground:transparent;--sapSlider_Hover_HandleBackground:#062e4f;--sapSlider_Hover_HandleBorderColor:#91c8f6;--sapSlider_Hover_RangeHandleBackground:#062e4f;--sapSlider_Active_HandleBackground:#91c8f6;--sapSlider_Active_HandleBorderColor:#91c8f6;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#29313a;--sapPageHeader_BorderColor:#3a4552;--sapPageHeader_TextColor:#fafafa;--sapPageFooter_Background:#2c3d50;--sapPageFooter_BorderColor:#3a516a;--sapPageFooter_TextColor:#fafafa;--sapInfobar_Background:#7fc6c6;--sapInfobar_Hover_Background:#74c1c1;--sapInfobar_Active_Background:#58b5b5;--sapInfobar_NonInteractive_Background:#14181c;--sapInfobar_TextColor:#29313a;--sapObjectHeader_Background:#29313a;--sapObjectHeader_Hover_Background:#222a31;--sapObjectHeader_BorderColor:#3a4552;--sapObjectHeader_Title_TextColor:#fafafa;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#d3d7d9;--sapBlockLayer_Background:#000;--sapTile_Background:#29313a;--sapTile_Hover_Background:#21272e;--sapTile_Active_Background:#21272e;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:.25rem;--sapTile_TitleTextColor:#fafafa;--sapTile_TextColor:#d3d7d9;--sapTile_IconColor:#89a3bd;--sapTile_SeparatorColor:#424f5e;--sapTile_Interactive_BorderColor:#687d94;--sapTile_OverlayBackground:rgba(0,0,0,.8);--sapTile_OverlayForegroundColor:#fafafa;--sapAccentColor1:#ffc847;--sapAccentColor2:#e7a1a1;--sapAccentColor3:#f37aa2;--sapAccentColor4:#e269c9;--sapAccentColor5:#8ca7d5;--sapAccentColor6:#6bd3ff;--sapAccentColor7:#7fc6c6;--sapAccentColor8:#b2e484;--sapAccentColor9:#b995e0;--sapAccentColor10:#b0bcc5;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapIndicationColor_1:#f55;--sapIndicationColor_1_Background:#f55;--sapIndicationColor_1_BorderColor:#f55;--sapIndicationColor_1_TextColor:#fafafa;--sapIndicationColor_1_Hover_Background:#ff6f6f;--sapIndicationColor_1_Active_Background:#f88;--sapIndicationColor_1_Active_BorderColor:#f55;--sapIndicationColor_1_Active_TextColor:#fafafa;--sapIndicationColor_1_Selected_Background:#f88;--sapIndicationColor_1_Selected_BorderColor:#f55;--sapIndicationColor_1_Selected_TextColor:#fafafa;--sapIndicationColor_1b:#5e0303;--sapIndicationColor_1b_BorderColor:#5e0303;--sapIndicationColor_1b_Hover_Background:#770404;--sapIndicationColor_2:#f88;--sapIndicationColor_2_Background:#f88;--sapIndicationColor_2_BorderColor:#f88;--sapIndicationColor_2_TextColor:#29313a;--sapIndicationColor_2_Hover_Background:#ffa2a2;--sapIndicationColor_2_Active_Background:#fbb;--sapIndicationColor_2_Active_BorderColor:#f88;--sapIndicationColor_2_Active_TextColor:#29313a;--sapIndicationColor_2_Selected_Background:#fbb;--sapIndicationColor_2_Selected_BorderColor:#f88;--sapIndicationColor_2_Selected_TextColor:#29313a;--sapIndicationColor_2b:#7d0000;--sapIndicationColor_2b_BorderColor:#7d0000;--sapIndicationColor_2b_Hover_Background:#970000;--sapIndicationColor_3:#fabd64;--sapIndicationColor_3_Background:#fabd64;--sapIndicationColor_3_BorderColor:#fabd64;--sapIndicationColor_3_TextColor:#29313a;--sapIndicationColor_3_Hover_Background:#fac373;--sapIndicationColor_3_Active_Background:#fbca82;--sapIndicationColor_3_Active_BorderColor:#fabd64;--sapIndicationColor_3_Active_TextColor:#29313a;--sapIndicationColor_3_Selected_Background:#fbca82;--sapIndicationColor_3_Selected_BorderColor:#fabd64;--sapIndicationColor_3_Selected_TextColor:#29313a;--sapIndicationColor_3b:#662b00;--sapIndicationColor_3b_BorderColor:#662b00;--sapIndicationColor_3b_Hover_Background:#803600;--sapIndicationColor_4:#abe2ab;--sapIndicationColor_4_Background:#abe2ab;--sapIndicationColor_4_BorderColor:#abe2ab;--sapIndicationColor_4_TextColor:#29313a;--sapIndicationColor_4_Hover_Background:#bee9be;--sapIndicationColor_4_Active_Background:#d1efd1;--sapIndicationColor_4_Active_BorderColor:#abe2ab;--sapIndicationColor_4_Active_TextColor:#29313a;--sapIndicationColor_4_Selected_Background:#d1efd1;--sapIndicationColor_4_Selected_BorderColor:#abe2ab;--sapIndicationColor_4_Selected_TextColor:#29313a;--sapIndicationColor_4b:#044a18;--sapIndicationColor_4b_BorderColor:#044a18;--sapIndicationColor_4b_Hover_Background:#056220;--sapIndicationColor_5:#91c8f6;--sapIndicationColor_5_Background:#91c8f6;--sapIndicationColor_5_BorderColor:#91c8f6;--sapIndicationColor_5_TextColor:#29313a;--sapIndicationColor_5_Hover_Background:#a9d4f8;--sapIndicationColor_5_Active_Background:#c0e0fa;--sapIndicationColor_5_Active_BorderColor:#91c8f6;--sapIndicationColor_5_Active_TextColor:#29313a;--sapIndicationColor_5_Selected_Background:#c0e0fa;--sapIndicationColor_5_Selected_BorderColor:#91c8f6;--sapIndicationColor_5_Selected_TextColor:#29313a;--sapIndicationColor_5b:#024594;--sapIndicationColor_5b_BorderColor:#024594;--sapIndicationColor_5b_Hover_Background:#0251ad;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Background:#7fc6c6;--sapIndicationColor_6_BorderColor:#7fc6c6;--sapIndicationColor_6_TextColor:#29313a;--sapIndicationColor_6_Hover_Background:#91cece;--sapIndicationColor_6_Active_Background:#a2d6d6;--sapIndicationColor_6_Active_BorderColor:#7fc6c6;--sapIndicationColor_6_Active_TextColor:#29313a;--sapIndicationColor_6_Selected_Background:#a2d6d6;--sapIndicationColor_6_Selected_BorderColor:#7fc6c6;--sapIndicationColor_6_Selected_TextColor:#29313a;--sapIndicationColor_6b:#00454e;--sapIndicationColor_6b_BorderColor:#00454e;--sapIndicationColor_6b_Hover_Background:#005c68;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Background:#b995e0;--sapIndicationColor_7_BorderColor:#b995e0;--sapIndicationColor_7_TextColor:#29313a;--sapIndicationColor_7_Hover_Background:#c6a9e6;--sapIndicationColor_7_Active_Background:#d3bcec;--sapIndicationColor_7_Active_BorderColor:#b995e0;--sapIndicationColor_7_Active_TextColor:#29313a;--sapIndicationColor_7_Selected_Background:#d3bcec;--sapIndicationColor_7_Selected_BorderColor:#b995e0;--sapIndicationColor_7_Selected_TextColor:#29313a;--sapIndicationColor_7b:#2702c2;--sapIndicationColor_7b_BorderColor:#2702c2;--sapIndicationColor_7b_Hover_Background:#2c02db;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Background:#e269c9;--sapIndicationColor_8_BorderColor:#e269c9;--sapIndicationColor_8_TextColor:#fafafa;--sapIndicationColor_8_Hover_Background:#e67ed1;--sapIndicationColor_8_Active_Background:#ea94d8;--sapIndicationColor_8_Active_BorderColor:#e269c9;--sapIndicationColor_8_Active_TextColor:#fafafa;--sapIndicationColor_8_Selected_Background:#ea94d8;--sapIndicationColor_8_Selected_BorderColor:#e269c9;--sapIndicationColor_8_Selected_TextColor:#fafafa;--sapIndicationColor_8b:#4c005b;--sapIndicationColor_8b_BorderColor:#4c005b;--sapIndicationColor_8b_Hover_Background:#610075;--sapIndicationColor_9:#f2f2f2;--sapIndicationColor_9_Background:#f2f2f2;--sapIndicationColor_9_BorderColor:#f2f2f2;--sapIndicationColor_9_TextColor:#29313a;--sapIndicationColor_9_Hover_Background:#fff;--sapIndicationColor_9_Active_Background:#fff;--sapIndicationColor_9_Active_BorderColor:#f2f2f2;--sapIndicationColor_9_Active_TextColor:#29313a;--sapIndicationColor_9_Selected_Background:#fff;--sapIndicationColor_9_Selected_BorderColor:#f2f2f2;--sapIndicationColor_9_Selected_TextColor:#29313a;--sapIndicationColor_9b:#1d232a;--sapIndicationColor_9b_BorderColor:#3e4b5a;--sapIndicationColor_9b_Hover_Background:#273039;--sapIndicationColor_10:#d8d8d8;--sapIndicationColor_10_Background:#d8d8d8;--sapIndicationColor_10_BorderColor:#d8d8d8;--sapIndicationColor_10_TextColor:#29313a;--sapIndicationColor_10_Hover_Background:#e5e5e5;--sapIndicationColor_10_Active_Background:#f2f2f2;--sapIndicationColor_10_Active_BorderColor:#d8d8d8;--sapIndicationColor_10_Active_TextColor:#29313a;--sapIndicationColor_10_Selected_Background:#f2f2f2;--sapIndicationColor_10_Selected_BorderColor:#d8d8d8;--sapIndicationColor_10_Selected_TextColor:#29313a;--sapIndicationColor_10b:#373737;--sapIndicationColor_10b_BorderColor:#373737;--sapIndicationColor_10b_Hover_Background:#444;--sapLegend_WorkingBackground:#2d3640;--sapLegend_NonWorkingBackground:#445261;--sapLegend_CurrentDateTime:#e269c9;--sapLegendColor1:#f0b25f;--sapLegendColor2:#f58c4b;--sapLegendColor3:#d88b8b;--sapLegendColor4:#bd8969;--sapLegendColor5:#de54c1;--sapLegendColor6:#6bd3ff;--sapLegendColor7:#21c4c4;--sapLegendColor8:#afd645;--sapLegendColor9:#b0bcc5;--sapLegendColor10:#bb8aaf;--sapLegendColor11:#d1b575;--sapLegendColor12:#ffb98d;--sapLegendColor13:#ffa1a1;--sapLegendColor14:#d5b39e;--sapLegendColor15:#b7a8b3;--sapLegendColor16:#bbbcd2;--sapLegendColor17:#a2c2c2;--sapLegendColor18:#aabc78;--sapLegendColor19:#a9d4ff;--sapLegendColor20:#c3c5fd;--sapLegendBackgroundColor1:#402706;--sapLegendBackgroundColor2:#421c04;--sapLegendBackgroundColor3:#341111;--sapLegendBackgroundColor4:#302015;--sapLegendBackgroundColor5:#3c0c32;--sapLegendBackgroundColor6:#003247;--sapLegendBackgroundColor7:#0a3d3d;--sapLegendBackgroundColor8:#303d0d;--sapLegendBackgroundColor9:#1f252a;--sapLegendBackgroundColor10:#2c1a28;--sapLegendBackgroundColor11:#352a12;--sapLegendBackgroundColor12:#461b00;--sapLegendBackgroundColor13:#450000;--sapLegendBackgroundColor14:#312015;--sapLegendBackgroundColor15:#272025;--sapLegendBackgroundColor16:#1c1d2a;--sapLegendBackgroundColor17:#1c2b2b;--sapLegendBackgroundColor18:#2b3118;--sapLegendBackgroundColor19:#002448;--sapLegendBackgroundColor20:#020544;--sapChart_OrderedColor_1:#5899da;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#525df4;--sapChart_OrderedColor_8:#bf399e;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#3571aa;--sapChart_Bad:#dc0d0e;--sapChart_Critical:#de890d;--sapChart_Good:#3fa45b;--sapChart_Neutral:#848f94;--sapChart_Sequence_1:#5899da;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#525df4;--sapChart_Sequence_8:#bf399e;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#3571aa;--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)}
|
package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcb/parameters-bundle.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.sapThemeMetaData-Base-baseLib{background-image:url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_fiori_3_hcb.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","HighContrast","DarkColorScheme"], "FallbackThemeId": "sap_fiori_3", "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_hcb.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_fiori_3","sap_base_fiori","baseTheme"],"Tags":["Fiori_3","HighContrast","DarkColorScheme"],"FallbackThemeId":"sap_fiori_3","Engine":{"Name":"theming-engine","Version":"1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388"},"Version":{ "Build":"11.4.2.20230525101226","Source":"11.4.2"}};--sapBrandColor:#7a5100;--sapHighlightColor:#7a5100;--sapBaseColor:#000;--sapShellColor:#000;--sapBackgroundColor:#000;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapTextColor:#fff;--sapLinkColor:#fff;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0f5d94;--sapHoverColor:#7a5100;--sapActiveColor:#7a5100;--sapHighlightTextColor:#fff;--sapTitleColor:#fff;--sapNegativeColor:#ff5e5e;--sapCriticalColor:#ffab1d;--sapPositiveColor:#9c9;--sapInformativeColor:#fff;--sapNeutralColor:#fff;--sapNegativeElementColor:#ff5e5e;--sapCriticalElementColor:#ffab1d;--sapPositiveElementColor:#9c9;--sapInformativeElementColor:#fff;--sapNeutralElementColor:#fff;--sapNegativeTextColor:#ff5e5e;--sapCriticalTextColor:#ffab1d;--sapPositiveTextColor:#9c9;--sapInformativeTextColor:#fff;--sapNeutralTextColor:#fff;--sapErrorColor:#ff5e5e;--sapWarningColor:#ffab1d;--sapSuccessColor:#9c9;--sapInformationColor:#fff;--sapErrorBackground:#000;--sapWarningBackground:#000;--sapSuccessBackground:#000;--sapInformationBackground:#000;--sapNeutralBackground:#000;--sapErrorBorderColor:#ff5e5e;--sapWarningBorderColor:#ffab1d;--sapSuccessBorderColor:#9c9;--sapInformationBorderColor:#fff;--sapNeutralBorderColor:#fff;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#fff;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#fff;--sapContent_MarkerIconColor:#fff;--sapContent_MarkerTextColor:#fff;--sapContent_MeasureIndicatorColor:#fff;--sapContent_Selected_MeasureIndicatorColor:#fff;--sapContent_Placeholderloading_Background:#666;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#666 0%,#666 35%,#999 50%,#666 65%,#666);--sapContent_ImagePlaceholderBackground:#000;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#fff;--sapContent_UnratedColor:#999;--sapContent_BusyColor:#fff;--sapContent_FocusColor:#fff;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#fff;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 0.0625rem #fff;--sapContent_Shadow1:0 0 1rem 0 hsla(0,0%,100%,.5),0 0 0 0.125rem #fff;--sapContent_Shadow2:0 0.25rem 2rem 0 hsla(0,0%,100%,.6),0 0 0 0.125rem #fff;--sapContent_Shadow3:0 0.625rem 4rem 0 hsla(0,0%,100%,.8),0 0 0 0.125rem #fff;--sapContent_TextShadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:inset 0 -0.125rem #fff;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#7a5100;--sapContent_HelpColor:#03b803;--sapContent_LabelColor:#fff;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:#666;--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#000;--sapContent_ForegroundBorderColor:#fff;--sapContent_ForegroundTextColor:#fff;--sapContent_BadgeBackground:#000;--sapContent_BadgeTextColor:#fff;--sapContent_DragAndDropActiveColor:#03b803;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Background:#0f5d94;--sapContent_Selected_Hover_Background:#7a5100;--sapContent_Selected_ForegroundColor:#fff;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#212628;--sapContent_Illustrative_Color2:#fff;--sapContent_Illustrative_Color3:#ccc;--sapContent_Illustrative_Color4:#fff;--sapContent_Illustrative_Color5:#88979e;--sapContent_Illustrative_Color6:#88979e;--sapContent_Illustrative_Color7:#212628;--sapContent_Illustrative_Color8:#000;--sapContent_Illustrative_Color9:#62737c;--sapContent_Illustrative_Color10:#e7e9ea;--sapContent_Illustrative_Color11:#fff;--sapContent_Illustrative_Color12:#fff;--sapContent_Illustrative_Color13:#ccc;--sapContent_Illustrative_Color14:#999;--sapContent_Illustrative_Color15:#999;--sapContent_Illustrative_Color16:#505e65;--sapContent_Illustrative_Color17:#505e65;--sapContent_Illustrative_Color18:#2d3336;--sapContent_Illustrative_Color19:#384144;--sapContent_Illustrative_Color20:#444e52;--sapFontLightFamily:"72-Light","72-Lightfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBoldFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:"72-Semibold","72-Semiboldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:"72-SemiboldDuplex","72-SemiboldDuplexfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBlackFamily:"72Black","72Blackfull","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:2.25rem;--sapFontHeader2Size:1.5rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapLink_TextDecoration:underline;--sapLink_Hover_Color:#fff;--sapLink_Hover_TextDecoration:none;--sapLink_Active_Color:#fff;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#fff;--sapLink_InvertedColor:#fff;--sapLink_SubtleColor:#fff;--sapShell_Background:#000;--sapShell_BackgroundImage:linear-gradient(180deg,#000,#000);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#fff;--sapShell_TextColor:#fff;--sapShell_InteractiveBackground:#000;--sapShell_InteractiveTextColor:#fff;--sapShell_InteractiveBorderColor:#fff;--sapShell_GroupTitleTextColor:#fff;--sapShell_GroupTitleTextShadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000;--sapShell_Hover_Background:#7a5100;--sapShell_Active_Background:#7a5100;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#0f5d94;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#7a5100;--sapShell_Favicon:none;--sapShell_Navigation_Background:#000;--sapShell_Navigation_Hover_Background:#7a5100;--sapShell_Navigation_SelectedColor:#fff;--sapShell_Navigation_Selected_TextColor:#fff;--sapShell_Navigation_TextColor:#fff;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Navigation_Active_Background:#7a5100;--sapShell_Shadow:0 0.125rem 0 0 #fff;--sapShell_NegativeColor:#ff5e5e;--sapShell_CriticalColor:#ffab1d;--sapShell_PositiveColor:#9c9;--sapShell_InformativeColor:#fff;--sapShell_NeutralColor:#fff;--sapShell_Category_1_Background:#000;--sapShell_Category_1_BorderColor:#6bd3ff;--sapShell_Category_1_TextColor:#fff;--sapShell_Category_1_TextShadow:none;--sapShell_Category_2_Background:#000;--sapShell_Category_2_BorderColor:#db9292;--sapShell_Category_2_TextColor:#fff;--sapShell_Category_2_TextShadow:none;--sapShell_Category_3_Background:#000;--sapShell_Category_3_BorderColor:#ffc847;--sapShell_Category_3_TextColor:#fff;--sapShell_Category_3_TextShadow:none;--sapShell_Category_4_Background:#000;--sapShell_Category_4_BorderColor:#bb86b0;--sapShell_Category_4_TextColor:#fff;--sapShell_Category_4_TextShadow:none;--sapShell_Category_5_Background:#000;--sapShell_Category_5_BorderColor:#cdaf9d;--sapShell_Category_5_TextColor:#fff;--sapShell_Category_5_TextShadow:none;--sapShell_Category_6_Background:#000;--sapShell_Category_6_BorderColor:#7fc6c6;--sapShell_Category_6_TextColor:#fff;--sapShell_Category_6_TextShadow:none;--sapShell_Category_7_Background:#000;--sapShell_Category_7_BorderColor:#e269c9;--sapShell_Category_7_TextColor:#fff;--sapShell_Category_7_TextShadow:none;--sapShell_Category_8_Background:#000;--sapShell_Category_8_BorderColor:#b2e484;--sapShell_Category_8_TextColor:#fff;--sapShell_Category_8_TextShadow:none;--sapShell_Category_9_Background:#000;--sapShell_Category_9_BorderColor:#4db1ff;--sapShell_Category_9_TextColor:#fff;--sapShell_Category_9_TextShadow:none;--sapShell_Category_10_Background:#000;--sapShell_Category_10_BorderColor:#b0bcc5;--sapShell_Category_10_TextColor:#fff;--sapShell_Category_10_TextShadow:none;--sapShell_Category_11_Background:#000;--sapShell_Category_11_BorderColor:#ff8787;--sapShell_Category_11_TextColor:#fff;--sapShell_Category_11_TextShadow:none;--sapShell_Category_12_Background:#000;--sapShell_Category_12_BorderColor:#d3b6ff;--sapShell_Category_12_TextColor:#fff;--sapShell_Category_12_TextShadow:none;--sapShell_Category_13_Background:#000;--sapShell_Category_13_BorderColor:#fdcef0;--sapShell_Category_13_TextColor:#fff;--sapShell_Category_13_TextShadow:none;--sapShell_Category_14_Background:#000;--sapShell_Category_14_BorderColor:#a4eeee;--sapShell_Category_14_TextColor:#fff;--sapShell_Category_14_TextShadow:none;--sapShell_Category_15_Background:#000;--sapShell_Category_15_BorderColor:#eaecee;--sapShell_Category_15_TextColor:#fff;--sapShell_Category_15_TextShadow:none;--sapShell_Category_16_Background:#000;--sapShell_Category_16_BorderColor:#b2e484;--sapShell_Category_16_TextColor:#fff;--sapShell_Category_16_TextShadow:none;--sapAvatar_1_Background:#000;--sapAvatar_1_BorderColor:#fff;--sapAvatar_1_TextColor:#fff;--sapAvatar_2_Background:#000;--sapAvatar_2_BorderColor:#fff;--sapAvatar_2_TextColor:#fff;--sapAvatar_3_Background:#000;--sapAvatar_3_BorderColor:#fff;--sapAvatar_3_TextColor:#fff;--sapAvatar_4_Background:#000;--sapAvatar_4_BorderColor:#fff;--sapAvatar_4_TextColor:#fff;--sapAvatar_5_Background:#000;--sapAvatar_5_BorderColor:#fff;--sapAvatar_5_TextColor:#fff;--sapAvatar_6_Background:#000;--sapAvatar_6_BorderColor:#fff;--sapAvatar_6_TextColor:#fff;--sapAvatar_7_Background:#000;--sapAvatar_7_BorderColor:#fff;--sapAvatar_7_TextColor:#fff;--sapAvatar_8_Background:#000;--sapAvatar_8_BorderColor:#fff;--sapAvatar_8_TextColor:#fff;--sapAvatar_9_Background:#000;--sapAvatar_9_BorderColor:#fff;--sapAvatar_9_TextColor:#fff;--sapAvatar_10_Background:#000;--sapAvatar_10_BorderColor:#fff;--sapAvatar_10_TextColor:#fff;--sapButton_Background:#000;--sapButton_BorderColor:#fff;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.375rem;--sapButton_TextColor:#fff;--sapButton_Hover_Background:#7a5100;--sapButton_Hover_BorderColor:#fff;--sapButton_Hover_TextColor:#fff;--sapButton_IconColor:#fff;--sapButton_Active_Background:#7a5100;--sapButton_Active_BorderColor:#fff;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#000;--sapButton_Emphasized_BorderColor:#fff;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#7a5100;--sapButton_Emphasized_Hover_BorderColor:#fff;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#7a5100;--sapButton_Emphasized_Active_BorderColor:#fff;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#000;--sapButton_Reject_BorderColor:#fff;--sapButton_Reject_TextColor:#fff;--sapButton_Reject_Hover_Background:#7a5100;--sapButton_Reject_Hover_BorderColor:#fff;--sapButton_Reject_Hover_TextColor:#fff;--sapButton_Reject_Active_Background:#7a5100;--sapButton_Reject_Active_BorderColor:#fff;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_Selected_Background:#0f5d94;--sapButton_Reject_Selected_BorderColor:#fff;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#7a5100;--sapButton_Reject_Selected_Hover_BorderColor:#fff;--sapButton_Accept_Background:#000;--sapButton_Accept_BorderColor:#fff;--sapButton_Accept_TextColor:#fff;--sapButton_Accept_Hover_Background:#7a5100;--sapButton_Accept_Hover_BorderColor:#fff;--sapButton_Accept_Hover_TextColor:#fff;--sapButton_Accept_Active_Background:#7a5100;--sapButton_Accept_Active_BorderColor:#fff;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_Selected_Background:#0f5d94;--sapButton_Accept_Selected_BorderColor:#fff;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#7a5100;--sapButton_Accept_Selected_Hover_BorderColor:#fff;--sapButton_Lite_Background:#000;--sapButton_Lite_BorderColor:#fff;--sapButton_Lite_TextColor:#fff;--sapButton_Lite_Hover_Background:#7a5100;--sapButton_Lite_Hover_BorderColor:#fff;--sapButton_Lite_Hover_TextColor:#fff;--sapButton_Lite_Active_Background:#7a5100;--sapButton_Lite_Active_BorderColor:#fff;--sapButton_Selected_Background:#0f5d94;--sapButton_Selected_BorderColor:#fff;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#7a5100;--sapButton_Selected_Hover_BorderColor:#fff;--sapButton_Attention_Background:#000;--sapButton_Attention_BorderColor:#fff;--sapButton_Attention_TextColor:#fff;--sapButton_Attention_Hover_Background:#7a5100;--sapButton_Attention_Hover_BorderColor:#fff;--sapButton_Attention_Hover_TextColor:#fff;--sapButton_Attention_Active_Background:#7a5100;--sapButton_Attention_Active_BorderColor:#fff;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#0f5d94;--sapButton_Attention_Selected_BorderColor:#fff;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#7a5100;--sapButton_Attention_Selected_Hover_BorderColor:#fff;--sapButton_Negative_Background:#000;--sapButton_Negative_BorderColor:#fff;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#7a5100;--sapButton_Negative_Hover_BorderColor:#fff;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#7a5100;--sapButton_Negative_Active_BorderColor:#fff;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#000;--sapButton_Critical_BorderColor:#fff;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#7a5100;--sapButton_Critical_Hover_BorderColor:#fff;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#7a5100;--sapButton_Critical_Active_BorderColor:#fff;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#000;--sapButton_Success_BorderColor:#fff;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#7a5100;--sapButton_Success_Hover_BorderColor:#fff;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#7a5100;--sapButton_Success_Active_BorderColor:#fff;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#000;--sapButton_Information_BorderColor:#fff;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#7a5100;--sapButton_Information_Hover_BorderColor:#fff;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#7a5100;--sapButton_Information_Active_BorderColor:#fff;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#000;--sapButton_Neutral_BorderColor:#fff;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#7a5100;--sapButton_Neutral_Hover_BorderColor:#fff;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#7a5100;--sapButton_Neutral_Active_BorderColor:#fff;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#000;--sapButton_Track_BorderColor:#fff;--sapButton_Track_TextColor:#fff;--sapButton_Track_Hover_Background:#7a5100;--sapButton_Track_Hover_BorderColor:#fff;--sapButton_Track_Selected_Background:#0f5d94;--sapButton_Track_Selected_BorderColor:#fff;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#7a5100;--sapButton_Track_Selected_Hover_BorderColor:#fff;--sapButton_Handle_Background:#000;--sapButton_Handle_BorderColor:#fff;--sapButton_Handle_TextColor:#fff;--sapButton_Handle_Hover_Background:#7a5100;--sapButton_Handle_Hover_BorderColor:#fff;--sapButton_Handle_Selected_Background:#0f5d94;--sapButton_Handle_Selected_BorderColor:#fff;--sapButton_Handle_Selected_TextColor:#fff;--sapButton_Handle_Selected_Hover_Background:#7a5100;--sapButton_Handle_Selected_Hover_BorderColor:#fff;--sapButton_Track_Negative_Background:#000;--sapButton_Track_Negative_BorderColor:#ff5e5e;--sapButton_Track_Negative_TextColor:#fff;--sapButton_Track_Negative_Hover_Background:#7a5100;--sapButton_Track_Negative_Hover_BorderColor:#ff5e5e;--sapButton_Handle_Negative_Background:#000;--sapButton_Handle_Negative_BorderColor:#ff5e5e;--sapButton_Handle_Negative_TextColor:#fff;--sapButton_Handle_Negative_Hover_Background:#7a5100;--sapButton_Handle_Negative_Hover_BorderColor:#ff5e5e;--sapButton_Track_Positive_Background:#000;--sapButton_Track_Positive_BorderColor:#9c9;--sapButton_Track_Positive_TextColor:#fff;--sapButton_Track_Positive_Hover_Background:#000;--sapButton_Track_Positive_Hover_BorderColor:#fff;--sapButton_Handle_Positive_Background:#000;--sapButton_Handle_Positive_BorderColor:#9c9;--sapButton_Handle_Positive_TextColor:#fff;--sapButton_Handle_Positive_Hover_Background:#7a5100;--sapButton_Handle_Positive_Hover_BorderColor:#9c9;--sapButton_TokenBackground:#000;--sapButton_TokenBorderColor:#fff;--sapField_Background:#000;--sapField_BackgroundStyle:none;--sapField_TextColor:#fff;--sapField_PlaceholderTextColor:#999;--sapField_BorderColor:#fff;--sapField_HelpBackground:#000;--sapField_BorderWidth:.125rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:0;--sapField_Shadow:none;--sapField_Hover_Background:#000;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#fff;--sapField_Hover_HelpBackground:#000;--sapField_Hover_Shadow:none;--sapField_Hover_InvalidShadow:none;--sapField_Hover_WarningShadow:none;--sapField_Hover_SuccessShadow:none;--sapField_Hover_InformationShadow:none;--sapField_Active_BorderColor:#fff;--sapField_Focus_Background:#000;--sapField_Focus_BorderColor:#fff;--sapField_Focus_HelpBackground:#000;--sapField_ReadOnly_Background:#585858;--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#fff;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:#585858;--sapField_RequiredColor:#fff;--sapField_InvalidColor:#fff;--sapField_InvalidBackground:#7a5100;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:dashed;--sapField_InvalidShadow:none;--sapField_WarningColor:#fff;--sapField_WarningBackground:#000;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:dashed;--sapField_WarningShadow:none;--sapField_SuccessColor:#fff;--sapField_SuccessBackground:#000;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.125rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#fff;--sapField_InformationBackground:#000;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.0625rem;--sapField_InformationBorderStyle:dashed;--sapField_InformationShadow:none;--sapGroup_TitleBackground:#000;--sapGroup_TitleBorderColor:#fff;--sapGroup_TitleTextColor:#fff;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#000;--sapGroup_ContentBorderColor:#fff;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:#000;--sapToolbar_Background:#000;--sapToolbar_SeparatorColor:#fff;--sapList_HeaderBackground:#000;--sapList_HeaderBorderColor:#fff;--sapList_HeaderTextColor:#fff;--sapList_BorderColor:#999;--sapList_BorderWidth:.0625rem;--sapList_TextColor:#fff;--sapList_Active_TextColor:#fff;--sapList_Active_Background:#7a5100;--sapList_SelectionBackgroundColor:#0f5d94;--sapList_SelectionBorderColor:#fff;--sapList_Hover_SelectionBackground:#7a5100;--sapList_Background:#000;--sapList_Hover_Background:#7a5100;--sapList_AlternatingBackground:#262626;--sapList_GroupHeaderBackground:#000;--sapList_GroupHeaderBorderColor:#fff;--sapList_GroupHeaderTextColor:#fff;--sapList_TableGroupHeaderBackground:#585858;--sapList_TableGroupHeaderBorderColor:#fff;--sapList_TableGroupHeaderTextColor:#fff;--sapList_FooterBackground:#000;--sapList_FooterTextColor:#fff;--sapList_TableFooterBorder:#fff;--sapList_TableFixedBorderColor:#fff;--sapMessage_ErrorBorderColor:#ff5e5e;--sapMessage_WarningBorderColor:#ffab1d;--sapMessage_SuccessBorderColor:#9c9;--sapMessage_InformationBorderColor:#fff;--sapPopover_BorderCornerRadius:.25rem;--sapProgress_Background:#000;--sapProgress_BorderColor:#fff;--sapProgress_TextColor:#fff;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#000;--sapProgress_NegativeBorderColor:#fff;--sapProgress_NegativeTextColor:#fff;--sapProgress_CriticalBackground:#000;--sapProgress_CriticalBorderColor:#fff;--sapProgress_CriticalTextColor:#fff;--sapProgress_PositiveBackground:#000;--sapProgress_PositiveBorderColor:#fff;--sapProgress_PositiveTextColor:#fff;--sapProgress_InformationBackground:#000;--sapProgress_InformationBorderColor:#fff;--sapProgress_InformationTextColor:#fff;--sapProgress_Value_Background:#7a5100;--sapProgress_Value_BorderColor:#fff;--sapProgress_Value_TextColor:#fff;--sapProgress_Value_NegativeBackground:#7a5100;--sapProgress_Value_NegativeBorderColor:#fff;--sapProgress_Value_NegativeTextColor:#fff;--sapProgress_Value_CriticalBackground:#7a5100;--sapProgress_Value_CriticalBorderColor:#fff;--sapProgress_Value_CriticalTextColor:#fff;--sapProgress_Value_PositiveBackground:#7a5100;--sapProgress_Value_PositiveBorderColor:#fff;--sapProgress_Value_PositiveTextColor:#fff;--sapProgress_Value_InformationBackground:#7a5100;--sapProgress_Value_InformationBorderColor:#fff;--sapProgress_Value_InformationTextColor:#fff;--sapScrollBar_FaceColor:#999;--sapScrollBar_TrackColor:#000;--sapScrollBar_BorderColor:#999;--sapScrollBar_SymbolColor:#fff;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#fff;--sapSlider_Background:#000;--sapSlider_BorderColor:#fff;--sapSlider_Selected_Background:#0f5d94;--sapSlider_Selected_BorderColor:#fff;--sapSlider_HandleBackground:#000;--sapSlider_HandleBorderColor:#fff;--sapSlider_RangeHandleBackground:#000;--sapSlider_Hover_HandleBackground:#7a5100;--sapSlider_Hover_HandleBorderColor:#fff;--sapSlider_Hover_RangeHandleBackground:#7a5100;--sapSlider_Active_HandleBackground:#7a5100;--sapSlider_Active_HandleBorderColor:#fff;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#000;--sapPageHeader_BorderColor:#fff;--sapPageHeader_TextColor:#fff;--sapPageFooter_Background:#000;--sapPageFooter_BorderColor:#fff;--sapPageFooter_TextColor:#fff;--sapInfobar_Background:#000;--sapInfobar_Hover_Background:#7a5100;--sapInfobar_Active_Background:#7a5100;--sapInfobar_NonInteractive_Background:#585858;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#000;--sapObjectHeader_Hover_Background:#7a5100;--sapObjectHeader_BorderColor:#fff;--sapObjectHeader_Title_TextColor:#fff;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#fff;--sapBlockLayer_Background:#000;--sapTile_Background:#000;--sapTile_Hover_Background:#7a5100;--sapTile_Active_Background:#7a5100;--sapTile_BorderColor:#fff;--sapTile_BorderCornerRadius:0.25rem;--sapTile_TitleTextColor:#fff;--sapTile_TextColor:#fff;--sapTile_IconColor:#fff;--sapTile_SeparatorColor:#fff;--sapTile_Interactive_BorderColor:#fff;--sapTile_OverlayBackground:#000;--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#ffc847;--sapAccentColor2:#ed884a;--sapAccentColor3:#db9292;--sapAccentColor4:#e269c9;--sapAccentColor5:#8ca7d5;--sapAccentColor6:#6bd3ff;--sapAccentColor7:#7fc6c6;--sapAccentColor8:#b2e484;--sapAccentColor9:#b995e0;--sapAccentColor10:#b0bcc5;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapIndicationColor_1:#ff5e5e;--sapIndicationColor_1_Background:#000;--sapIndicationColor_1_BorderColor:#fff;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_1_Hover_Background:#7a5100;--sapIndicationColor_1_Active_Background:#7a5100;--sapIndicationColor_1_Active_BorderColor:#fff;--sapIndicationColor_1_Active_TextColor:#fff;--sapIndicationColor_1_Selected_Background:#0f5d94;--sapIndicationColor_1_Selected_BorderColor:#fff;--sapIndicationColor_1_Selected_TextColor:#fff;--sapIndicationColor_1b:#ff5e5e;--sapIndicationColor_1b_BorderColor:#fff;--sapIndicationColor_1b_Hover_Background:#7a5100;--sapIndicationColor_2:#ff9191;--sapIndicationColor_2_Background:#000;--sapIndicationColor_2_BorderColor:#fff;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_2_Hover_Background:#7a5100;--sapIndicationColor_2_Active_Background:#7a5100;--sapIndicationColor_2_Active_BorderColor:#fff;--sapIndicationColor_2_Active_TextColor:#fff;--sapIndicationColor_2_Selected_Background:#0f5d94;--sapIndicationColor_2_Selected_BorderColor:#fff;--sapIndicationColor_2_Selected_TextColor:#fff;--sapIndicationColor_2b:#ff9191;--sapIndicationColor_2b_BorderColor:#fff;--sapIndicationColor_2b_Hover_Background:#7a5100;--sapIndicationColor_3:#ffab1d;--sapIndicationColor_3_Background:#000;--sapIndicationColor_3_BorderColor:#fff;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_3_Hover_Background:#7a5100;--sapIndicationColor_3_Active_Background:#7a5100;--sapIndicationColor_3_Active_BorderColor:#fff;--sapIndicationColor_3_Active_TextColor:#fff;--sapIndicationColor_3_Selected_Background:#0f5d94;--sapIndicationColor_3_Selected_BorderColor:#fff;--sapIndicationColor_3_Selected_TextColor:#fff;--sapIndicationColor_3b:#ffab1d;--sapIndicationColor_3b_BorderColor:#fff;--sapIndicationColor_3b_Hover_Background:#7a5100;--sapIndicationColor_4:#9c9;--sapIndicationColor_4_Background:#000;--sapIndicationColor_4_BorderColor:#fff;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_4_Hover_Background:#7a5100;--sapIndicationColor_4_Active_Background:#7a5100;--sapIndicationColor_4_Active_BorderColor:#fff;--sapIndicationColor_4_Active_TextColor:#fff;--sapIndicationColor_4_Selected_Background:#0f5d94;--sapIndicationColor_4_Selected_BorderColor:#fff;--sapIndicationColor_4_Selected_TextColor:#fff;--sapIndicationColor_4b:#9c9;--sapIndicationColor_4b_BorderColor:#fff;--sapIndicationColor_4b_Hover_Background:#7a5100;--sapIndicationColor_5:#6bd3ff;--sapIndicationColor_5_Background:#000;--sapIndicationColor_5_BorderColor:#fff;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_5_Hover_Background:#7a5100;--sapIndicationColor_5_Active_Background:#7a5100;--sapIndicationColor_5_Active_BorderColor:#fff;--sapIndicationColor_5_Active_TextColor:#fff;--sapIndicationColor_5_Selected_Background:#0f5d94;--sapIndicationColor_5_Selected_BorderColor:#fff;--sapIndicationColor_5_Selected_TextColor:#fff;--sapIndicationColor_5b:#6bd3ff;--sapIndicationColor_5b_BorderColor:#fff;--sapIndicationColor_5b_Hover_Background:#7a5100;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Background:#000;--sapIndicationColor_6_BorderColor:#fff;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_6_Hover_Background:#7a5100;--sapIndicationColor_6_Active_Background:#7a5100;--sapIndicationColor_6_Active_BorderColor:#fff;--sapIndicationColor_6_Active_TextColor:#fff;--sapIndicationColor_6_Selected_Background:#0f5d94;--sapIndicationColor_6_Selected_BorderColor:#fff;--sapIndicationColor_6_Selected_TextColor:#fff;--sapIndicationColor_6b:#7fc6c6;--sapIndicationColor_6b_BorderColor:#fff;--sapIndicationColor_6b_Hover_Background:#7a5100;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Background:#000;--sapIndicationColor_7_BorderColor:#fff;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_7_Hover_Background:#7a5100;--sapIndicationColor_7_Active_Background:#7a5100;--sapIndicationColor_7_Active_BorderColor:#fff;--sapIndicationColor_7_Active_TextColor:#fff;--sapIndicationColor_7_Selected_Background:#0f5d94;--sapIndicationColor_7_Selected_BorderColor:#fff;--sapIndicationColor_7_Selected_TextColor:#fff;--sapIndicationColor_7b:#b995e0;--sapIndicationColor_7b_BorderColor:#fff;--sapIndicationColor_7b_Hover_Background:#7a5100;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Background:#000;--sapIndicationColor_8_BorderColor:#fff;--sapIndicationColor_8_TextColor:#fff;--sapIndicationColor_8_Hover_Background:#7a5100;--sapIndicationColor_8_Active_Background:#7a5100;--sapIndicationColor_8_Active_BorderColor:#fff;--sapIndicationColor_8_Active_TextColor:#fff;--sapIndicationColor_8_Selected_Background:#0f5d94;--sapIndicationColor_8_Selected_BorderColor:#fff;--sapIndicationColor_8_Selected_TextColor:#fff;--sapIndicationColor_8b:#e269c9;--sapIndicationColor_8b_BorderColor:#fff;--sapIndicationColor_8b_Hover_Background:#7a5100;--sapIndicationColor_9:#000;--sapIndicationColor_9_Background:#000;--sapIndicationColor_9_BorderColor:#fff;--sapIndicationColor_9_TextColor:#fff;--sapIndicationColor_9_Hover_Background:#7a5100;--sapIndicationColor_9_Active_Background:#7a5100;--sapIndicationColor_9_Active_BorderColor:#fff;--sapIndicationColor_9_Active_TextColor:#fff;--sapIndicationColor_9_Selected_Background:#0f5d94;--sapIndicationColor_9_Selected_BorderColor:#fff;--sapIndicationColor_9_Selected_TextColor:#fff;--sapIndicationColor_9b:#000;--sapIndicationColor_9b_BorderColor:#fff;--sapIndicationColor_9b_Hover_Background:#7a5100;--sapIndicationColor_10:#494949;--sapIndicationColor_10_Background:#000;--sapIndicationColor_10_BorderColor:#fff;--sapIndicationColor_10_TextColor:#fff;--sapIndicationColor_10_Hover_Background:#7a5100;--sapIndicationColor_10_Active_Background:#7a5100;--sapIndicationColor_10_Active_BorderColor:#fff;--sapIndicationColor_10_Active_TextColor:#fff;--sapIndicationColor_10_Selected_Background:#0f5d94;--sapIndicationColor_10_Selected_BorderColor:#fff;--sapIndicationColor_10_Selected_TextColor:#fff;--sapIndicationColor_10b:#494949;--sapIndicationColor_10b_BorderColor:#fff;--sapIndicationColor_10b_Hover_Background:#7a5100;--sapLegend_WorkingBackground:#2e2e2e;--sapLegend_NonWorkingBackground:#585858;--sapLegend_CurrentDateTime:#e269c9;--sapLegendColor1:#ffc847;--sapLegendColor2:#ed884a;--sapLegendColor3:#db9292;--sapLegendColor4:#ff741f;--sapLegendColor5:#e269c9;--sapLegendColor6:#6bd3ff;--sapLegendColor7:#7fc6c6;--sapLegendColor8:#b2e484;--sapLegendColor9:#b0bcc5;--sapLegendColor10:#bb86b0;--sapLegendColor11:#ffe6ad;--sapLegendColor12:#cdaf9d;--sapLegendColor13:#ff8787;--sapLegendColor14:#ffb385;--sapLegendColor15:#ffb2ef;--sapLegendColor16:#9cabc5;--sapLegendColor17:#a4eeee;--sapLegendColor18:#8d9e7e;--sapLegendColor19:#addcf0;--sapLegendColor20:#629cff;--sapLegendBackgroundColor1:#000;--sapLegendBackgroundColor2:#000;--sapLegendBackgroundColor3:#000;--sapLegendBackgroundColor4:#000;--sapLegendBackgroundColor5:#000;--sapLegendBackgroundColor6:#000;--sapLegendBackgroundColor7:#000;--sapLegendBackgroundColor8:#000;--sapLegendBackgroundColor9:#000;--sapLegendBackgroundColor10:#000;--sapLegendBackgroundColor11:#000;--sapLegendBackgroundColor12:#000;--sapLegendBackgroundColor13:#000;--sapLegendBackgroundColor14:#000;--sapLegendBackgroundColor15:#000;--sapLegendBackgroundColor16:#000;--sapLegendBackgroundColor17:#000;--sapLegendBackgroundColor18:#000;--sapLegendBackgroundColor19:#000;--sapLegendBackgroundColor20:#000;--sapChart_OrderedColor_1:#4da2f6;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#5c66f5;--sapChart_OrderedColor_8:#c53da4;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#387bb7;--sapChart_Bad:#ff5e5e;--sapChart_Critical:#ffab1d;--sapChart_Good:#9c9;--sapChart_Neutral:#fff;--sapChart_Sequence_1:#4da2f6;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#5c66f5;--sapChart_Sequence_8:#c53da4;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#387bb7;--sapChart_Sequence_Neutral:#fff;--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_hcb.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","HighContrast","DarkColorScheme"], "FallbackThemeId": "sap_fiori_3", "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_hcb.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_fiori_3","sap_base_fiori","baseTheme"],"Tags":["Fiori_3","HighContrast","DarkColorScheme"],"FallbackThemeId":"sap_fiori_3","Engine":{"Name":"theming-engine","Version":"1.23061.0"},"Version":{ "Build":"11.6.8.20230911071338","Source":"11.6.8"}};--sapBrandColor:#795100;--sapHighlightColor:#795100;--sapBaseColor:#000;--sapShellColor:#000;--sapBackgroundColor:#000;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapTextColor:#fff;--sapLinkColor:#fff;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0f5d94;--sapHoverColor:#795100;--sapActiveColor:#795100;--sapHighlightTextColor:#fff;--sapTitleColor:#fff;--sapNegativeColor:#ff5e5e;--sapCriticalColor:#ffab1d;--sapPositiveColor:#9c9;--sapInformativeColor:#fff;--sapNeutralColor:#fff;--sapNegativeElementColor:#ff5e5e;--sapCriticalElementColor:#ffab1d;--sapPositiveElementColor:#9c9;--sapInformativeElementColor:#fff;--sapNeutralElementColor:#fff;--sapNegativeTextColor:#ff5e5e;--sapCriticalTextColor:#ffab1d;--sapPositiveTextColor:#9c9;--sapInformativeTextColor:#fff;--sapNeutralTextColor:#fff;--sapErrorColor:#ff5e5e;--sapWarningColor:#ffab1d;--sapSuccessColor:#9c9;--sapInformationColor:#fff;--sapErrorBackground:#000;--sapWarningBackground:#000;--sapSuccessBackground:#000;--sapInformationBackground:#000;--sapNeutralBackground:#000;--sapErrorBorderColor:#ff5e5e;--sapWarningBorderColor:#ffab1d;--sapSuccessBorderColor:#9c9;--sapInformationBorderColor:#fff;--sapNeutralBorderColor:#fff;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#fff;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#fff;--sapContent_MarkerIconColor:#fff;--sapContent_MarkerTextColor:#fff;--sapContent_MeasureIndicatorColor:#fff;--sapContent_Selected_MeasureIndicatorColor:#fff;--sapContent_Placeholderloading_Background:#666;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#666 0%,#666 35%,#999 50%,#666 65%,#666);--sapContent_ImagePlaceholderBackground:#000;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#fff;--sapContent_UnratedColor:#999;--sapContent_BusyColor:#fff;--sapContent_FocusColor:#fff;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#fff;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 0.0625rem #fff;--sapContent_Shadow1:0 0 1rem 0 hsla(0,0%,100%,.5),0 0 0 0.125rem #fff;--sapContent_Shadow2:0 0.25rem 2rem 0 hsla(0,0%,100%,.6),0 0 0 0.125rem #fff;--sapContent_Shadow3:0 0.625rem 4rem 0 hsla(0,0%,100%,.8),0 0 0 0.125rem #fff;--sapContent_TextShadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:inset 0 -0.125rem #fff;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#795100;--sapContent_HelpColor:#03b803;--sapContent_LabelColor:#fff;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:#666;--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#000;--sapContent_ForegroundBorderColor:#fff;--sapContent_ForegroundTextColor:#fff;--sapContent_BadgeBackground:#000;--sapContent_BadgeTextColor:#fff;--sapContent_DragAndDropActiveColor:#03b803;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Background:#0f5d94;--sapContent_Selected_Hover_Background:#795100;--sapContent_Selected_ForegroundColor:#fff;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#212628;--sapContent_Illustrative_Color2:#fff;--sapContent_Illustrative_Color3:#ccc;--sapContent_Illustrative_Color4:#fff;--sapContent_Illustrative_Color5:#88979e;--sapContent_Illustrative_Color6:#88979e;--sapContent_Illustrative_Color7:#212628;--sapContent_Illustrative_Color8:#000;--sapContent_Illustrative_Color9:#62737c;--sapContent_Illustrative_Color10:#e7e9ea;--sapContent_Illustrative_Color11:#fff;--sapContent_Illustrative_Color12:#fff;--sapContent_Illustrative_Color13:#ccc;--sapContent_Illustrative_Color14:#999;--sapContent_Illustrative_Color15:#999;--sapContent_Illustrative_Color16:#505e65;--sapContent_Illustrative_Color17:#505e65;--sapContent_Illustrative_Color18:#2d3336;--sapContent_Illustrative_Color19:#384144;--sapContent_Illustrative_Color20:#444e52;--sapFontLightFamily:"72-Light","72-Lightfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBoldFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:"72-Semibold","72-Semiboldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:"72-SemiboldDuplex","72-SemiboldDuplexfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBlackFamily:"72Black","72Blackfull","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:2.25rem;--sapFontHeader2Size:1.5rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapLink_TextDecoration:underline;--sapLink_Hover_Color:#fff;--sapLink_Hover_TextDecoration:none;--sapLink_Active_Color:#fff;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#fff;--sapLink_InvertedColor:#fff;--sapLink_SubtleColor:#fff;--sapShell_Background:#000;--sapShell_BackgroundImage:linear-gradient(180deg,#000,#000);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#fff;--sapShell_TextColor:#fff;--sapShell_InteractiveBackground:#000;--sapShell_InteractiveTextColor:#fff;--sapShell_InteractiveBorderColor:#fff;--sapShell_GroupTitleTextColor:#fff;--sapShell_GroupTitleTextShadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000;--sapShell_Hover_Background:#795100;--sapShell_Active_Background:#795100;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#0f5d94;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#795100;--sapShell_Favicon:none;--sapShell_Navigation_Background:#000;--sapShell_Navigation_Hover_Background:#795100;--sapShell_Navigation_SelectedColor:#fff;--sapShell_Navigation_Selected_TextColor:#fff;--sapShell_Navigation_TextColor:#fff;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Navigation_Active_Background:#795100;--sapShell_Shadow:0 0.125rem 0 0 #fff;--sapShell_NegativeColor:#ff5e5e;--sapShell_CriticalColor:#ffab1d;--sapShell_PositiveColor:#9c9;--sapShell_InformativeColor:#fff;--sapShell_NeutralColor:#fff;--sapShell_Category_1_Background:#000;--sapShell_Category_1_BorderColor:#6bd3ff;--sapShell_Category_1_TextColor:#fff;--sapShell_Category_1_TextShadow:none;--sapShell_Category_2_Background:#000;--sapShell_Category_2_BorderColor:#db9292;--sapShell_Category_2_TextColor:#fff;--sapShell_Category_2_TextShadow:none;--sapShell_Category_3_Background:#000;--sapShell_Category_3_BorderColor:#ffc847;--sapShell_Category_3_TextColor:#fff;--sapShell_Category_3_TextShadow:none;--sapShell_Category_4_Background:#000;--sapShell_Category_4_BorderColor:#bb86b0;--sapShell_Category_4_TextColor:#fff;--sapShell_Category_4_TextShadow:none;--sapShell_Category_5_Background:#000;--sapShell_Category_5_BorderColor:#cdaf9d;--sapShell_Category_5_TextColor:#fff;--sapShell_Category_5_TextShadow:none;--sapShell_Category_6_Background:#000;--sapShell_Category_6_BorderColor:#7fc6c6;--sapShell_Category_6_TextColor:#fff;--sapShell_Category_6_TextShadow:none;--sapShell_Category_7_Background:#000;--sapShell_Category_7_BorderColor:#e269c9;--sapShell_Category_7_TextColor:#fff;--sapShell_Category_7_TextShadow:none;--sapShell_Category_8_Background:#000;--sapShell_Category_8_BorderColor:#b2e484;--sapShell_Category_8_TextColor:#fff;--sapShell_Category_8_TextShadow:none;--sapShell_Category_9_Background:#000;--sapShell_Category_9_BorderColor:#4db1ff;--sapShell_Category_9_TextColor:#fff;--sapShell_Category_9_TextShadow:none;--sapShell_Category_10_Background:#000;--sapShell_Category_10_BorderColor:#b0bcc5;--sapShell_Category_10_TextColor:#fff;--sapShell_Category_10_TextShadow:none;--sapShell_Category_11_Background:#000;--sapShell_Category_11_BorderColor:#ff8787;--sapShell_Category_11_TextColor:#fff;--sapShell_Category_11_TextShadow:none;--sapShell_Category_12_Background:#000;--sapShell_Category_12_BorderColor:#d3b6ff;--sapShell_Category_12_TextColor:#fff;--sapShell_Category_12_TextShadow:none;--sapShell_Category_13_Background:#000;--sapShell_Category_13_BorderColor:#fdcef0;--sapShell_Category_13_TextColor:#fff;--sapShell_Category_13_TextShadow:none;--sapShell_Category_14_Background:#000;--sapShell_Category_14_BorderColor:#a4eeee;--sapShell_Category_14_TextColor:#fff;--sapShell_Category_14_TextShadow:none;--sapShell_Category_15_Background:#000;--sapShell_Category_15_BorderColor:#eaecee;--sapShell_Category_15_TextColor:#fff;--sapShell_Category_15_TextShadow:none;--sapShell_Category_16_Background:#000;--sapShell_Category_16_BorderColor:#b2e484;--sapShell_Category_16_TextColor:#fff;--sapShell_Category_16_TextShadow:none;--sapAvatar_1_Background:#000;--sapAvatar_1_BorderColor:#fff;--sapAvatar_1_TextColor:#fff;--sapAvatar_2_Background:#000;--sapAvatar_2_BorderColor:#fff;--sapAvatar_2_TextColor:#fff;--sapAvatar_3_Background:#000;--sapAvatar_3_BorderColor:#fff;--sapAvatar_3_TextColor:#fff;--sapAvatar_4_Background:#000;--sapAvatar_4_BorderColor:#fff;--sapAvatar_4_TextColor:#fff;--sapAvatar_5_Background:#000;--sapAvatar_5_BorderColor:#fff;--sapAvatar_5_TextColor:#fff;--sapAvatar_6_Background:#000;--sapAvatar_6_BorderColor:#fff;--sapAvatar_6_TextColor:#fff;--sapAvatar_7_Background:#000;--sapAvatar_7_BorderColor:#fff;--sapAvatar_7_TextColor:#fff;--sapAvatar_8_Background:#000;--sapAvatar_8_BorderColor:#fff;--sapAvatar_8_TextColor:#fff;--sapAvatar_9_Background:#000;--sapAvatar_9_BorderColor:#fff;--sapAvatar_9_TextColor:#fff;--sapAvatar_10_Background:#000;--sapAvatar_10_BorderColor:#fff;--sapAvatar_10_TextColor:#fff;--sapButton_Background:#000;--sapButton_BorderColor:#fff;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.375rem;--sapButton_TextColor:#fff;--sapButton_Hover_Background:#795100;--sapButton_Hover_BorderColor:#fff;--sapButton_Hover_TextColor:#fff;--sapButton_IconColor:#fff;--sapButton_Active_Background:#795100;--sapButton_Active_BorderColor:#fff;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#000;--sapButton_Emphasized_BorderColor:#fff;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#795100;--sapButton_Emphasized_Hover_BorderColor:#fff;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#795100;--sapButton_Emphasized_Active_BorderColor:#fff;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#000;--sapButton_Reject_BorderColor:#fff;--sapButton_Reject_TextColor:#fff;--sapButton_Reject_Hover_Background:#795100;--sapButton_Reject_Hover_BorderColor:#fff;--sapButton_Reject_Hover_TextColor:#fff;--sapButton_Reject_Active_Background:#795100;--sapButton_Reject_Active_BorderColor:#fff;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_Selected_Background:#0f5d94;--sapButton_Reject_Selected_BorderColor:#fff;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#795100;--sapButton_Reject_Selected_Hover_BorderColor:#fff;--sapButton_Accept_Background:#000;--sapButton_Accept_BorderColor:#fff;--sapButton_Accept_TextColor:#fff;--sapButton_Accept_Hover_Background:#795100;--sapButton_Accept_Hover_BorderColor:#fff;--sapButton_Accept_Hover_TextColor:#fff;--sapButton_Accept_Active_Background:#795100;--sapButton_Accept_Active_BorderColor:#fff;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_Selected_Background:#0f5d94;--sapButton_Accept_Selected_BorderColor:#fff;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#795100;--sapButton_Accept_Selected_Hover_BorderColor:#fff;--sapButton_Lite_Background:#000;--sapButton_Lite_BorderColor:#fff;--sapButton_Lite_TextColor:#fff;--sapButton_Lite_Hover_Background:#795100;--sapButton_Lite_Hover_BorderColor:#fff;--sapButton_Lite_Hover_TextColor:#fff;--sapButton_Lite_Active_Background:#795100;--sapButton_Lite_Active_BorderColor:#fff;--sapButton_Selected_Background:#0f5d94;--sapButton_Selected_BorderColor:#fff;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#795100;--sapButton_Selected_Hover_BorderColor:#fff;--sapButton_Attention_Background:#000;--sapButton_Attention_BorderColor:#fff;--sapButton_Attention_TextColor:#fff;--sapButton_Attention_Hover_Background:#795100;--sapButton_Attention_Hover_BorderColor:#fff;--sapButton_Attention_Hover_TextColor:#fff;--sapButton_Attention_Active_Background:#795100;--sapButton_Attention_Active_BorderColor:#fff;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#0f5d94;--sapButton_Attention_Selected_BorderColor:#fff;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#795100;--sapButton_Attention_Selected_Hover_BorderColor:#fff;--sapButton_Negative_Background:#000;--sapButton_Negative_BorderColor:#fff;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#795100;--sapButton_Negative_Hover_BorderColor:#fff;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#795100;--sapButton_Negative_Active_BorderColor:#fff;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#000;--sapButton_Critical_BorderColor:#fff;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#795100;--sapButton_Critical_Hover_BorderColor:#fff;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#795100;--sapButton_Critical_Active_BorderColor:#fff;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#000;--sapButton_Success_BorderColor:#fff;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#795100;--sapButton_Success_Hover_BorderColor:#fff;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#795100;--sapButton_Success_Active_BorderColor:#fff;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#000;--sapButton_Information_BorderColor:#fff;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#795100;--sapButton_Information_Hover_BorderColor:#fff;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#795100;--sapButton_Information_Active_BorderColor:#fff;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#000;--sapButton_Neutral_BorderColor:#fff;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#795100;--sapButton_Neutral_Hover_BorderColor:#fff;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#795100;--sapButton_Neutral_Active_BorderColor:#fff;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#000;--sapButton_Track_BorderColor:#fff;--sapButton_Track_TextColor:#fff;--sapButton_Track_Hover_Background:#795100;--sapButton_Track_Hover_BorderColor:#fff;--sapButton_Track_Selected_Background:#0f5d94;--sapButton_Track_Selected_BorderColor:#fff;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#795100;--sapButton_Track_Selected_Hover_BorderColor:#fff;--sapButton_Handle_Background:#000;--sapButton_Handle_BorderColor:#fff;--sapButton_Handle_TextColor:#fff;--sapButton_Handle_Hover_Background:#795100;--sapButton_Handle_Hover_BorderColor:#fff;--sapButton_Handle_Selected_Background:#0f5d94;--sapButton_Handle_Selected_BorderColor:#fff;--sapButton_Handle_Selected_TextColor:#fff;--sapButton_Handle_Selected_Hover_Background:#795100;--sapButton_Handle_Selected_Hover_BorderColor:#fff;--sapButton_Track_Negative_Background:#000;--sapButton_Track_Negative_BorderColor:#ff5e5e;--sapButton_Track_Negative_TextColor:#fff;--sapButton_Track_Negative_Hover_Background:#795100;--sapButton_Track_Negative_Hover_BorderColor:#ff5e5e;--sapButton_Handle_Negative_Background:#000;--sapButton_Handle_Negative_BorderColor:#ff5e5e;--sapButton_Handle_Negative_TextColor:#fff;--sapButton_Handle_Negative_Hover_Background:#795100;--sapButton_Handle_Negative_Hover_BorderColor:#ff5e5e;--sapButton_Track_Positive_Background:#000;--sapButton_Track_Positive_BorderColor:#9c9;--sapButton_Track_Positive_TextColor:#fff;--sapButton_Track_Positive_Hover_Background:#000;--sapButton_Track_Positive_Hover_BorderColor:#fff;--sapButton_Handle_Positive_Background:#000;--sapButton_Handle_Positive_BorderColor:#9c9;--sapButton_Handle_Positive_TextColor:#fff;--sapButton_Handle_Positive_Hover_Background:#795100;--sapButton_Handle_Positive_Hover_BorderColor:#9c9;--sapButton_TokenBackground:#000;--sapButton_TokenBorderColor:#fff;--sapField_Background:#000;--sapField_BackgroundStyle:none;--sapField_TextColor:#fff;--sapField_PlaceholderTextColor:#999;--sapField_BorderColor:#fff;--sapField_HelpBackground:#000;--sapField_BorderWidth:.125rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:0;--sapField_Shadow:none;--sapField_Hover_Background:#000;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#fff;--sapField_Hover_HelpBackground:#000;--sapField_Hover_Shadow:none;--sapField_Hover_InvalidShadow:none;--sapField_Hover_WarningShadow:none;--sapField_Hover_SuccessShadow:none;--sapField_Hover_InformationShadow:none;--sapField_Active_BorderColor:#fff;--sapField_Focus_Background:#000;--sapField_Focus_BorderColor:#fff;--sapField_Focus_HelpBackground:#000;--sapField_ReadOnly_Background:#585858;--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#fff;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:#585858;--sapField_RequiredColor:#fff;--sapField_InvalidColor:#fff;--sapField_InvalidBackground:#795100;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:dashed;--sapField_InvalidShadow:none;--sapField_WarningColor:#fff;--sapField_WarningBackground:#000;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:dashed;--sapField_WarningShadow:none;--sapField_SuccessColor:#fff;--sapField_SuccessBackground:#000;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.125rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#fff;--sapField_InformationBackground:#000;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.0625rem;--sapField_InformationBorderStyle:dashed;--sapField_InformationShadow:none;--sapGroup_TitleBackground:#000;--sapGroup_TitleBorderColor:#fff;--sapGroup_TitleTextColor:#fff;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#000;--sapGroup_ContentBorderColor:#fff;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:#000;--sapToolbar_Background:#000;--sapToolbar_SeparatorColor:#fff;--sapList_HeaderBackground:#000;--sapList_HeaderBorderColor:#fff;--sapList_HeaderTextColor:#fff;--sapList_BorderColor:#999;--sapList_BorderWidth:.0625rem;--sapList_TextColor:#fff;--sapList_Active_TextColor:#fff;--sapList_Active_Background:#795100;--sapList_SelectionBackgroundColor:#0f5d94;--sapList_SelectionBorderColor:#fff;--sapList_Hover_SelectionBackground:#795100;--sapList_Background:#000;--sapList_Hover_Background:#795100;--sapList_AlternatingBackground:#262626;--sapList_GroupHeaderBackground:#000;--sapList_GroupHeaderBorderColor:#fff;--sapList_GroupHeaderTextColor:#fff;--sapList_TableGroupHeaderBackground:#585858;--sapList_TableGroupHeaderBorderColor:#fff;--sapList_TableGroupHeaderTextColor:#fff;--sapList_FooterBackground:#000;--sapList_FooterTextColor:#fff;--sapList_TableFooterBorder:#fff;--sapList_TableFixedBorderColor:#fff;--sapMessage_ErrorBorderColor:#ff5e5e;--sapMessage_WarningBorderColor:#ffab1d;--sapMessage_SuccessBorderColor:#9c9;--sapMessage_InformationBorderColor:#fff;--sapPopover_BorderCornerRadius:.25rem;--sapProgress_Background:#000;--sapProgress_BorderColor:#fff;--sapProgress_TextColor:#fff;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#000;--sapProgress_NegativeBorderColor:#fff;--sapProgress_NegativeTextColor:#fff;--sapProgress_CriticalBackground:#000;--sapProgress_CriticalBorderColor:#fff;--sapProgress_CriticalTextColor:#fff;--sapProgress_PositiveBackground:#000;--sapProgress_PositiveBorderColor:#fff;--sapProgress_PositiveTextColor:#fff;--sapProgress_InformationBackground:#000;--sapProgress_InformationBorderColor:#fff;--sapProgress_InformationTextColor:#fff;--sapProgress_Value_Background:#795100;--sapProgress_Value_BorderColor:#fff;--sapProgress_Value_TextColor:#fff;--sapProgress_Value_NegativeBackground:#795100;--sapProgress_Value_NegativeBorderColor:#fff;--sapProgress_Value_NegativeTextColor:#fff;--sapProgress_Value_CriticalBackground:#795100;--sapProgress_Value_CriticalBorderColor:#fff;--sapProgress_Value_CriticalTextColor:#fff;--sapProgress_Value_PositiveBackground:#795100;--sapProgress_Value_PositiveBorderColor:#fff;--sapProgress_Value_PositiveTextColor:#fff;--sapProgress_Value_InformationBackground:#795100;--sapProgress_Value_InformationBorderColor:#fff;--sapProgress_Value_InformationTextColor:#fff;--sapScrollBar_FaceColor:#999;--sapScrollBar_TrackColor:#000;--sapScrollBar_BorderColor:#999;--sapScrollBar_SymbolColor:#fff;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#fff;--sapSlider_Background:#000;--sapSlider_BorderColor:#fff;--sapSlider_Selected_Background:#0f5d94;--sapSlider_Selected_BorderColor:#fff;--sapSlider_HandleBackground:#000;--sapSlider_HandleBorderColor:#fff;--sapSlider_RangeHandleBackground:#000;--sapSlider_Hover_HandleBackground:#795100;--sapSlider_Hover_HandleBorderColor:#fff;--sapSlider_Hover_RangeHandleBackground:#795100;--sapSlider_Active_HandleBackground:#795100;--sapSlider_Active_HandleBorderColor:#fff;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#000;--sapPageHeader_BorderColor:#fff;--sapPageHeader_TextColor:#fff;--sapPageFooter_Background:#000;--sapPageFooter_BorderColor:#fff;--sapPageFooter_TextColor:#fff;--sapInfobar_Background:#000;--sapInfobar_Hover_Background:#795100;--sapInfobar_Active_Background:#795100;--sapInfobar_NonInteractive_Background:#585858;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#000;--sapObjectHeader_Hover_Background:#795100;--sapObjectHeader_BorderColor:#fff;--sapObjectHeader_Title_TextColor:#fff;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#fff;--sapBlockLayer_Background:#000;--sapTile_Background:#000;--sapTile_Hover_Background:#795100;--sapTile_Active_Background:#795100;--sapTile_BorderColor:#fff;--sapTile_BorderCornerRadius:0.25rem;--sapTile_TitleTextColor:#fff;--sapTile_TextColor:#fff;--sapTile_IconColor:#fff;--sapTile_SeparatorColor:#fff;--sapTile_Interactive_BorderColor:#fff;--sapTile_OverlayBackground:#000;--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#ffc847;--sapAccentColor2:#ed884a;--sapAccentColor3:#db9292;--sapAccentColor4:#e269c9;--sapAccentColor5:#8ca7d5;--sapAccentColor6:#6bd3ff;--sapAccentColor7:#7fc6c6;--sapAccentColor8:#b2e484;--sapAccentColor9:#b995e0;--sapAccentColor10:#b0bcc5;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapIndicationColor_1:#ff5e5e;--sapIndicationColor_1_Background:#000;--sapIndicationColor_1_BorderColor:#fff;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_1_Hover_Background:#795100;--sapIndicationColor_1_Active_Background:#795100;--sapIndicationColor_1_Active_BorderColor:#fff;--sapIndicationColor_1_Active_TextColor:#fff;--sapIndicationColor_1_Selected_Background:#0f5d94;--sapIndicationColor_1_Selected_BorderColor:#fff;--sapIndicationColor_1_Selected_TextColor:#fff;--sapIndicationColor_1b:#ff5e5e;--sapIndicationColor_1b_BorderColor:#fff;--sapIndicationColor_1b_Hover_Background:#795100;--sapIndicationColor_2:#ff9191;--sapIndicationColor_2_Background:#000;--sapIndicationColor_2_BorderColor:#fff;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_2_Hover_Background:#795100;--sapIndicationColor_2_Active_Background:#795100;--sapIndicationColor_2_Active_BorderColor:#fff;--sapIndicationColor_2_Active_TextColor:#fff;--sapIndicationColor_2_Selected_Background:#0f5d94;--sapIndicationColor_2_Selected_BorderColor:#fff;--sapIndicationColor_2_Selected_TextColor:#fff;--sapIndicationColor_2b:#ff9191;--sapIndicationColor_2b_BorderColor:#fff;--sapIndicationColor_2b_Hover_Background:#795100;--sapIndicationColor_3:#ffab1d;--sapIndicationColor_3_Background:#000;--sapIndicationColor_3_BorderColor:#fff;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_3_Hover_Background:#795100;--sapIndicationColor_3_Active_Background:#795100;--sapIndicationColor_3_Active_BorderColor:#fff;--sapIndicationColor_3_Active_TextColor:#fff;--sapIndicationColor_3_Selected_Background:#0f5d94;--sapIndicationColor_3_Selected_BorderColor:#fff;--sapIndicationColor_3_Selected_TextColor:#fff;--sapIndicationColor_3b:#ffab1d;--sapIndicationColor_3b_BorderColor:#fff;--sapIndicationColor_3b_Hover_Background:#795100;--sapIndicationColor_4:#9c9;--sapIndicationColor_4_Background:#000;--sapIndicationColor_4_BorderColor:#fff;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_4_Hover_Background:#795100;--sapIndicationColor_4_Active_Background:#795100;--sapIndicationColor_4_Active_BorderColor:#fff;--sapIndicationColor_4_Active_TextColor:#fff;--sapIndicationColor_4_Selected_Background:#0f5d94;--sapIndicationColor_4_Selected_BorderColor:#fff;--sapIndicationColor_4_Selected_TextColor:#fff;--sapIndicationColor_4b:#9c9;--sapIndicationColor_4b_BorderColor:#fff;--sapIndicationColor_4b_Hover_Background:#795100;--sapIndicationColor_5:#6bd3ff;--sapIndicationColor_5_Background:#000;--sapIndicationColor_5_BorderColor:#fff;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_5_Hover_Background:#795100;--sapIndicationColor_5_Active_Background:#795100;--sapIndicationColor_5_Active_BorderColor:#fff;--sapIndicationColor_5_Active_TextColor:#fff;--sapIndicationColor_5_Selected_Background:#0f5d94;--sapIndicationColor_5_Selected_BorderColor:#fff;--sapIndicationColor_5_Selected_TextColor:#fff;--sapIndicationColor_5b:#6bd3ff;--sapIndicationColor_5b_BorderColor:#fff;--sapIndicationColor_5b_Hover_Background:#795100;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Background:#000;--sapIndicationColor_6_BorderColor:#fff;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_6_Hover_Background:#795100;--sapIndicationColor_6_Active_Background:#795100;--sapIndicationColor_6_Active_BorderColor:#fff;--sapIndicationColor_6_Active_TextColor:#fff;--sapIndicationColor_6_Selected_Background:#0f5d94;--sapIndicationColor_6_Selected_BorderColor:#fff;--sapIndicationColor_6_Selected_TextColor:#fff;--sapIndicationColor_6b:#7fc6c6;--sapIndicationColor_6b_BorderColor:#fff;--sapIndicationColor_6b_Hover_Background:#795100;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Background:#000;--sapIndicationColor_7_BorderColor:#fff;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_7_Hover_Background:#795100;--sapIndicationColor_7_Active_Background:#795100;--sapIndicationColor_7_Active_BorderColor:#fff;--sapIndicationColor_7_Active_TextColor:#fff;--sapIndicationColor_7_Selected_Background:#0f5d94;--sapIndicationColor_7_Selected_BorderColor:#fff;--sapIndicationColor_7_Selected_TextColor:#fff;--sapIndicationColor_7b:#b995e0;--sapIndicationColor_7b_BorderColor:#fff;--sapIndicationColor_7b_Hover_Background:#795100;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Background:#000;--sapIndicationColor_8_BorderColor:#fff;--sapIndicationColor_8_TextColor:#fff;--sapIndicationColor_8_Hover_Background:#795100;--sapIndicationColor_8_Active_Background:#795100;--sapIndicationColor_8_Active_BorderColor:#fff;--sapIndicationColor_8_Active_TextColor:#fff;--sapIndicationColor_8_Selected_Background:#0f5d94;--sapIndicationColor_8_Selected_BorderColor:#fff;--sapIndicationColor_8_Selected_TextColor:#fff;--sapIndicationColor_8b:#e269c9;--sapIndicationColor_8b_BorderColor:#fff;--sapIndicationColor_8b_Hover_Background:#795100;--sapIndicationColor_9:#000;--sapIndicationColor_9_Background:#000;--sapIndicationColor_9_BorderColor:#fff;--sapIndicationColor_9_TextColor:#fff;--sapIndicationColor_9_Hover_Background:#795100;--sapIndicationColor_9_Active_Background:#795100;--sapIndicationColor_9_Active_BorderColor:#fff;--sapIndicationColor_9_Active_TextColor:#fff;--sapIndicationColor_9_Selected_Background:#0f5d94;--sapIndicationColor_9_Selected_BorderColor:#fff;--sapIndicationColor_9_Selected_TextColor:#fff;--sapIndicationColor_9b:#000;--sapIndicationColor_9b_BorderColor:#fff;--sapIndicationColor_9b_Hover_Background:#795100;--sapIndicationColor_10:#494949;--sapIndicationColor_10_Background:#000;--sapIndicationColor_10_BorderColor:#fff;--sapIndicationColor_10_TextColor:#fff;--sapIndicationColor_10_Hover_Background:#795100;--sapIndicationColor_10_Active_Background:#795100;--sapIndicationColor_10_Active_BorderColor:#fff;--sapIndicationColor_10_Active_TextColor:#fff;--sapIndicationColor_10_Selected_Background:#0f5d94;--sapIndicationColor_10_Selected_BorderColor:#fff;--sapIndicationColor_10_Selected_TextColor:#fff;--sapIndicationColor_10b:#494949;--sapIndicationColor_10b_BorderColor:#fff;--sapIndicationColor_10b_Hover_Background:#795100;--sapLegend_WorkingBackground:#2e2e2e;--sapLegend_NonWorkingBackground:#585858;--sapLegend_CurrentDateTime:#e269c9;--sapLegendColor1:#ffc847;--sapLegendColor2:#ed884a;--sapLegendColor3:#db9292;--sapLegendColor4:#ff741f;--sapLegendColor5:#e269c9;--sapLegendColor6:#6bd3ff;--sapLegendColor7:#7fc6c6;--sapLegendColor8:#b2e484;--sapLegendColor9:#b0bcc5;--sapLegendColor10:#bb86b0;--sapLegendColor11:#ffe6ad;--sapLegendColor12:#cdaf9d;--sapLegendColor13:#ff8787;--sapLegendColor14:#ffb385;--sapLegendColor15:#ffb2ef;--sapLegendColor16:#9cabc5;--sapLegendColor17:#a4eeee;--sapLegendColor18:#8d9e7e;--sapLegendColor19:#addcf0;--sapLegendColor20:#629cff;--sapLegendBackgroundColor1:#000;--sapLegendBackgroundColor2:#000;--sapLegendBackgroundColor3:#000;--sapLegendBackgroundColor4:#000;--sapLegendBackgroundColor5:#000;--sapLegendBackgroundColor6:#000;--sapLegendBackgroundColor7:#000;--sapLegendBackgroundColor8:#000;--sapLegendBackgroundColor9:#000;--sapLegendBackgroundColor10:#000;--sapLegendBackgroundColor11:#000;--sapLegendBackgroundColor12:#000;--sapLegendBackgroundColor13:#000;--sapLegendBackgroundColor14:#000;--sapLegendBackgroundColor15:#000;--sapLegendBackgroundColor16:#000;--sapLegendBackgroundColor17:#000;--sapLegendBackgroundColor18:#000;--sapLegendBackgroundColor19:#000;--sapLegendBackgroundColor20:#000;--sapChart_OrderedColor_1:#4da2f6;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#5c66f5;--sapChart_OrderedColor_8:#c53da4;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#387bb7;--sapChart_Bad:#ff5e5e;--sapChart_Critical:#ffab1d;--sapChart_Good:#9c9;--sapChart_Neutral:#fff;--sapChart_Sequence_1:#4da2f6;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#5c66f5;--sapChart_Sequence_8:#c53da4;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#387bb7;--sapChart_Sequence_Neutral:#fff;--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)}
|
package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcw/parameters-bundle.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.sapThemeMetaData-Base-baseLib{background-image:url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_fiori_3_hcw.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3_hcb","sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","HighContrast","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "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_hcw.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_fiori_3_hcb","sap_fiori_3","sap_base_fiori","baseTheme"],"Tags":["Fiori_3","HighContrast","LightColorScheme"],"FallbackThemeId":"sap_fiori_3","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:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#000;--sapContent_ContrastIconColor:#000;--sapContent_NonInteractiveIconColor:#000;--sapContent_MarkerIconColor:#000;--sapContent_MarkerTextColor:#000;--sapContent_MeasureIndicatorColor:#000;--sapContent_Selected_MeasureIndicatorColor:#000;--sapContent_Placeholderloading_Background:#888;--sapContent_Placeholderloading_Gradient:linear-gradient(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:2.25rem;--sapFontHeader2Size:1.5rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapLink_TextDecoration:underline;--sapLink_Hover_Color:#000;--sapLink_Hover_TextDecoration:none;--sapLink_Active_Color:#000;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#000;--sapLink_InvertedColor:#000;--sapLink_SubtleColor:#000;--sapShell_Background:#fff;--sapShell_BackgroundImage:linear-gradient(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:.125rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:0;--sapField_Shadow:none;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#000;--sapField_Hover_HelpBackground:#fff;--sapField_Hover_Shadow:none;--sapField_Hover_InvalidShadow:none;--sapField_Hover_WarningShadow:none;--sapField_Hover_SuccessShadow:none;--sapField_Hover_InformationShadow:none;--sapField_Active_BorderColor:#000;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#000;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:#b3b3b3;--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#000;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:#b3b3b3;--sapField_RequiredColor:#000;--sapField_InvalidColor:#000;--sapField_InvalidBackground:#ec8b46;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:dashed;--sapField_InvalidShadow:none;--sapField_WarningColor:#000;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:dashed;--sapField_WarningShadow:none;--sapField_SuccessColor:#000;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.125rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#000;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.0625rem;--sapField_InformationBorderStyle:dashed;--sapField_InformationShadow:none;--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_fiori_3_hcw.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3_hcb","sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","HighContrast","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "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_hcw.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_fiori_3_hcb","sap_fiori_3","sap_base_fiori","baseTheme"],"Tags":["Fiori_3","HighContrast","LightColorScheme"],"FallbackThemeId":"sap_fiori_3","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:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#000;--sapContent_ContrastIconColor:#000;--sapContent_NonInteractiveIconColor:#000;--sapContent_MarkerIconColor:#000;--sapContent_MarkerTextColor:#000;--sapContent_MeasureIndicatorColor:#000;--sapContent_Selected_MeasureIndicatorColor:#000;--sapContent_Placeholderloading_Background:#888;--sapContent_Placeholderloading_Gradient:linear-gradient(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:2.25rem;--sapFontHeader2Size:1.5rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapLink_TextDecoration:underline;--sapLink_Hover_Color:#000;--sapLink_Hover_TextDecoration:none;--sapLink_Active_Color:#000;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#000;--sapLink_InvertedColor:#000;--sapLink_SubtleColor:#000;--sapShell_Background:#fff;--sapShell_BackgroundImage:linear-gradient(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:.125rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:0;--sapField_Shadow:none;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#000;--sapField_Hover_HelpBackground:#fff;--sapField_Hover_Shadow:none;--sapField_Hover_InvalidShadow:none;--sapField_Hover_WarningShadow:none;--sapField_Hover_SuccessShadow:none;--sapField_Hover_InformationShadow:none;--sapField_Active_BorderColor:#000;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#000;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:#b3b3b3;--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#000;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:#b3b3b3;--sapField_RequiredColor:#000;--sapField_InvalidColor:#000;--sapField_InvalidBackground:#ec8b46;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:dashed;--sapField_InvalidShadow:none;--sapField_WarningColor:#000;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:dashed;--sapField_WarningShadow:none;--sapField_SuccessColor:#000;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.125rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#000;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.0625rem;--sapField_InformationBorderStyle:dashed;--sapField_InformationShadow:none;--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)}
|