@openui5/sap.ui.webc.common 1.101.0 → 1.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +2 -2
  3. package/src/sap/ui/webc/common/.library +1 -1
  4. package/src/sap/ui/webc/common/WebComponent.js +34 -2
  5. package/src/sap/ui/webc/common/WebComponentMetadata.js +11 -1
  6. package/src/sap/ui/webc/common/WebComponentRenderer.js +1 -1
  7. package/src/sap/ui/webc/common/library.js +9 -5
  8. package/src/sap/ui/webc/common/thirdparty/base/CustomElementsScope.js +12 -51
  9. package/src/sap/ui/webc/common/thirdparty/base/CustomElementsScopeUtils.js +57 -0
  10. package/src/sap/ui/webc/common/thirdparty/base/Device.js +4 -0
  11. package/src/sap/ui/webc/common/thirdparty/base/StaticAreaItem.js +2 -2
  12. package/src/sap/ui/webc/common/thirdparty/base/UI5Element.js +5 -1
  13. package/src/sap/ui/webc/common/thirdparty/base/UI5ElementMetadata.js +3 -3
  14. package/src/sap/ui/webc/common/thirdparty/base/_chunks/style-map.js +4 -2
  15. package/src/sap/ui/webc/common/thirdparty/base/asset-registries/Icons.js +3 -6
  16. package/src/sap/ui/webc/common/thirdparty/base/config/Icons.js +28 -0
  17. package/src/sap/ui/webc/common/thirdparty/base/css/BusyIndicator.css +76 -0
  18. package/src/sap/ui/webc/common/thirdparty/base/features/OpenUI5Enablement.js +99 -0
  19. package/src/sap/ui/webc/common/thirdparty/base/generated/VersionInfo.js +4 -4
  20. package/src/sap/ui/webc/common/thirdparty/base/generated/css/BusyIndicator.css.js +11 -0
  21. package/src/sap/ui/webc/common/thirdparty/base/renderer/LitRenderer.js +25 -10
  22. package/src/sap/ui/webc/common/thirdparty/base/renderer/executeTemplate.js +4 -4
  23. package/src/sap/ui/webc/common/thirdparty/base/theming/getEffectiveLinksHrefs.js +5 -1
  24. package/src/sap/ui/webc/common/thirdparty/base/theming/getEffectiveStyle.js +7 -1
  25. package/src/sap/ui/webc/common/thirdparty/base/updateShadowRoot.js +1 -1
  26. package/src/sap/ui/webc/common/thirdparty/base/util/getNormalizedTarget.js +13 -0
  27. package/src/sap/ui/webc/common/thirdparty/lit-html/directives/class-map.js +1 -1
  28. package/src/sap/ui/webc/common/thirdparty/lit-html/directives/repeat.js +1 -1
  29. package/src/sap/ui/webc/common/thirdparty/lit-html/directives/unsafe-html.js +1 -1
  30. package/src/sap/ui/webc/common/thirdparty/lit-html/lit-html.js +5 -5
  31. package/src/sap/ui/webc/common/thirdparty/lit-html/static.js +6 -6
  32. package/src/sap/ui/webc/common/thirdparty/localization/dates/CalendarDate.js +7 -1
  33. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css.js +1 -1
  34. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css10.js +1 -1
  35. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css11.js +1 -1
  36. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css12.js +1 -1
  37. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css2.js +1 -1
  38. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css3.js +1 -1
  39. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css4.js +1 -1
  40. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css5.js +1 -1
  41. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css6.js +1 -1
  42. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css7.js +1 -1
  43. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css8.js +1 -1
  44. package/src/sap/ui/webc/common/thirdparty/theming/_chunks/parameters-bundle.css9.js +1 -1
  45. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize/parameters-bundle.css +1 -1
  46. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  47. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  48. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  49. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  50. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  51. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  52. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon/parameters-bundle.css +1 -1
  53. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  54. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  55. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  56. package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  57. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  58. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  59. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  60. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  61. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  62. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  63. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  64. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  65. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  66. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  67. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  68. package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
@@ -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.68.3"}, "Version": { "Build": "11.1.36.20220314143804", "Source": "11.1.36"}}')}: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.68.3"},"Version":{ "Build":"11.1.36.20220314143804","Source":"11.1.36"}};--sapBrandColor:#ec8b46;--sapHighlightColor:#ec8b46;--sapBaseColor:#fff;--sapShellColor:#fff;--sapBackgroundColor:#fff;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--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","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:2.25rem;--sapFontHeader2Size:1.5rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#000;--sapLinkColor:#000;--sapLink_Hover_Color:#000;--sapLink_Active_Color:#000;--sapLink_Visited_Color:#000;--sapLink_InvertedColor:#000;--sapLink_SubtleColor:#000;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#8fb5ff;--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;--sapPositiveTextColor:#006362;--sapCriticalTextColor:#5c5c00;--sapInformativeTextColor:#000;--sapNeutralTextColor:#000;--sapNeutralBorderColor:#000;--sapErrorColor:#ab0000;--sapErrorBorderColor:#ab0000;--sapWarningColor:#5c5c00;--sapWarningBorderColor:#5c5c00;--sapSuccessColor:#006362;--sapSuccessBorderColor:#006362;--sapInformationColor:#000;--sapInformationBorderColor:#000;--sapErrorBackground:#fff;--sapWarningBackground:#fff;--sapSuccessBackground:#fff;--sapInformationBackground:#fff;--sapNeutralBackground:#fff;--sapIndicationColor_1:#780000;--sapIndicationColor_1_Background:#fff;--sapIndicationColor_1_BorderColor:#000;--sapIndicationColor_1_Hover_Background:#ec8b46;--sapIndicationColor_1_Active_Background:#ec8b46;--sapIndicationColor_1_TextColor:#000;--sapIndicationColor_2:#ab0000;--sapIndicationColor_2_Background:#fff;--sapIndicationColor_2_BorderColor:#000;--sapIndicationColor_2_Hover_Background:#ec8b46;--sapIndicationColor_2_Active_Background:#ec8b46;--sapIndicationColor_2_TextColor:#000;--sapIndicationColor_3:#5c5c00;--sapIndicationColor_3_Background:#fff;--sapIndicationColor_3_BorderColor:#000;--sapIndicationColor_3_Hover_Background:#ec8b46;--sapIndicationColor_3_Active_Background:#ec8b46;--sapIndicationColor_3_TextColor:#000;--sapIndicationColor_4:#006362;--sapIndicationColor_4_Background:#fff;--sapIndicationColor_4_BorderColor:#000;--sapIndicationColor_4_Hover_Background:#ec8b46;--sapIndicationColor_4_Active_Background:#ec8b46;--sapIndicationColor_4_TextColor:#000;--sapIndicationColor_5:#004ccb;--sapIndicationColor_5_Background:#fff;--sapIndicationColor_5_BorderColor:#000;--sapIndicationColor_5_Hover_Background:#ec8b46;--sapIndicationColor_5_Active_Background:#ec8b46;--sapIndicationColor_5_TextColor:#000;--sapIndicationColor_6:#105b5b;--sapIndicationColor_6_Background:#fff;--sapIndicationColor_6_BorderColor:#000;--sapIndicationColor_6_Hover_Background:#ec8b46;--sapIndicationColor_6_Active_Background:#ec8b46;--sapIndicationColor_6_TextColor:#000;--sapIndicationColor_7:#6c32a9;--sapIndicationColor_7_Background:#fff;--sapIndicationColor_7_BorderColor:#000;--sapIndicationColor_7_Hover_Background:#ec8b46;--sapIndicationColor_7_Active_Background:#ec8b46;--sapIndicationColor_7_TextColor:#000;--sapIndicationColor_8:#961d7c;--sapIndicationColor_8_Background:#fff;--sapIndicationColor_8_BorderColor:#000;--sapIndicationColor_8_Hover_Background:#ec8b46;--sapIndicationColor_8_Active_Background:#ec8b46;--sapIndicationColor_8_TextColor:#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_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,0.5),0 0 0 0.125rem #000;--sapContent_Shadow2:0 0.25rem 2rem 0 rgba(0,0,0,0.6),0 0 0 0.125rem #000;--sapContent_Shadow3:0 0.625rem 4rem 0 rgba(0,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_Placeholderloading_Background:#888;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#888 0%,#888 35%,#585858 50%,#888 65%,#888);--sapContent_DragAndDropActiveColor:#006500;--sapContent_Selected_Background:#8fb5ff;--sapContent_Selected_TextColor:#000;--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:#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;--sapShell_Background:#fff;--sapShell_BackgroundImage:linear-gradient(180deg,#fff,#fff);--sapShell_BackgroundGradient:linear-gradient(180deg,#f2f2f2,#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_SelectedColor:#000;--sapShell_Navigation_Selected_TextColor:#000;--sapShell_Navigation_TextColor:#000;--sapShell_Navigation_Hover_Background:#ec8b46;--sapShell_Navigation_Active_Background:#ec8b46;--sapShell_Navigation_Active_TextColor:#000;--sapShell_Shadow:0 0.125rem 0 0 #000;--sapShell_NegativeColor:#ab0000;--sapShell_CriticalColor:#5c5c00;--sapShell_PositiveColor:#006362;--sapShell_InformativeColor:#000;--sapShell_NeutralColor:#000;--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_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.375rem;--sapButton_Background:#fff;--sapButton_BorderColor:#000;--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_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_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_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_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_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#000;--sapField_Hover_HelpBackground:#fff;--sapField_Active_BorderColor:#000;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#000;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:#b3b3b3;--sapField_ReadOnly_BorderColor:#000;--sapField_ReadOnly_HelpBackground:#b3b3b3;--sapField_RequiredColor:#000;--sapField_InvalidColor:#000;--sapField_InvalidBackground:#ec8b46;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:dashed;--sapField_WarningColor:#000;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:dashed;--sapField_SuccessColor:#000;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.125rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#000;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.0625rem;--sapField_InformationBorderStyle:dashed;--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;--sapPopover_BorderCornerRadius:.25rem;--sapToolbar_Background:#fff;--sapToolbar_SeparatorColor:#000;--sapList_HeaderBackground:#fff;--sapList_HeaderBorderColor:#000;--sapList_HeaderTextColor:#000;--sapList_BorderColor:#585858;--sapList_TextColor:#000;--sapList_Active_TextColor:#000;--sapList_BorderWidth:.0625rem;--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_FooterBackground:#fff;--sapList_FooterTextColor:#000;--sapList_TableGroupHeaderBackground:#b3b3b3;--sapList_TableGroupHeaderBorderColor:#000;--sapList_TableGroupHeaderTextColor:#000;--sapList_TableFooterBorder:#000;--sapList_TableFixedBorderColor:#000;--sapMessage_ErrorBorderColor:#ab0000;--sapMessage_WarningBorderColor:#5c5c00;--sapMessage_SuccessBorderColor:#006362;--sapMessage_InformationBorderColor:#000;--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:transparent;--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_BorderColor:#000;--sapObjectHeader_Hover_Background:#ec8b46;--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;--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_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.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_SemiboldDuplex_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.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_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_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_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_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_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_BoldItalic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.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_CondensedBold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.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_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.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}')}: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.69.2"},"Version":{ "Build":"11.1.38.20220405122918","Source":"11.1.38"}};--sapBrandColor:#ec8b46;--sapHighlightColor:#ec8b46;--sapBaseColor:#fff;--sapShellColor:#fff;--sapBackgroundColor:#fff;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--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","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:2.25rem;--sapFontHeader2Size:1.5rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#000;--sapLinkColor:#000;--sapLink_Hover_Color:#000;--sapLink_Active_Color:#000;--sapLink_Visited_Color:#000;--sapLink_InvertedColor:#000;--sapLink_SubtleColor:#000;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#8fb5ff;--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;--sapPositiveTextColor:#006362;--sapCriticalTextColor:#5c5c00;--sapInformativeTextColor:#000;--sapNeutralTextColor:#000;--sapNeutralBorderColor:#000;--sapErrorColor:#ab0000;--sapErrorBorderColor:#ab0000;--sapWarningColor:#5c5c00;--sapWarningBorderColor:#5c5c00;--sapSuccessColor:#006362;--sapSuccessBorderColor:#006362;--sapInformationColor:#000;--sapInformationBorderColor:#000;--sapErrorBackground:#fff;--sapWarningBackground:#fff;--sapSuccessBackground:#fff;--sapInformationBackground:#fff;--sapNeutralBackground:#fff;--sapIndicationColor_1:#780000;--sapIndicationColor_1_Background:#fff;--sapIndicationColor_1_BorderColor:#000;--sapIndicationColor_1_Hover_Background:#ec8b46;--sapIndicationColor_1_Active_Background:#ec8b46;--sapIndicationColor_1_TextColor:#000;--sapIndicationColor_2:#ab0000;--sapIndicationColor_2_Background:#fff;--sapIndicationColor_2_BorderColor:#000;--sapIndicationColor_2_Hover_Background:#ec8b46;--sapIndicationColor_2_Active_Background:#ec8b46;--sapIndicationColor_2_TextColor:#000;--sapIndicationColor_3:#5c5c00;--sapIndicationColor_3_Background:#fff;--sapIndicationColor_3_BorderColor:#000;--sapIndicationColor_3_Hover_Background:#ec8b46;--sapIndicationColor_3_Active_Background:#ec8b46;--sapIndicationColor_3_TextColor:#000;--sapIndicationColor_4:#006362;--sapIndicationColor_4_Background:#fff;--sapIndicationColor_4_BorderColor:#000;--sapIndicationColor_4_Hover_Background:#ec8b46;--sapIndicationColor_4_Active_Background:#ec8b46;--sapIndicationColor_4_TextColor:#000;--sapIndicationColor_5:#004ccb;--sapIndicationColor_5_Background:#fff;--sapIndicationColor_5_BorderColor:#000;--sapIndicationColor_5_Hover_Background:#ec8b46;--sapIndicationColor_5_Active_Background:#ec8b46;--sapIndicationColor_5_TextColor:#000;--sapIndicationColor_6:#105b5b;--sapIndicationColor_6_Background:#fff;--sapIndicationColor_6_BorderColor:#000;--sapIndicationColor_6_Hover_Background:#ec8b46;--sapIndicationColor_6_Active_Background:#ec8b46;--sapIndicationColor_6_TextColor:#000;--sapIndicationColor_7:#6c32a9;--sapIndicationColor_7_Background:#fff;--sapIndicationColor_7_BorderColor:#000;--sapIndicationColor_7_Hover_Background:#ec8b46;--sapIndicationColor_7_Active_Background:#ec8b46;--sapIndicationColor_7_TextColor:#000;--sapIndicationColor_8:#961d7c;--sapIndicationColor_8_Background:#fff;--sapIndicationColor_8_BorderColor:#000;--sapIndicationColor_8_Hover_Background:#ec8b46;--sapIndicationColor_8_Active_Background:#ec8b46;--sapIndicationColor_8_TextColor:#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_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,0.5),0 0 0 0.125rem #000;--sapContent_Shadow2:0 0.25rem 2rem 0 rgba(0,0,0,0.6),0 0 0 0.125rem #000;--sapContent_Shadow3:0 0.625rem 4rem 0 rgba(0,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_Placeholderloading_Background:#888;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#888 0%,#888 35%,#585858 50%,#888 65%,#888);--sapContent_DragAndDropActiveColor:#006500;--sapContent_Selected_Background:#8fb5ff;--sapContent_Selected_TextColor:#000;--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:#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;--sapShell_Background:#fff;--sapShell_BackgroundImage:linear-gradient(180deg,#fff,#fff);--sapShell_BackgroundGradient:linear-gradient(180deg,#f2f2f2,#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_SelectedColor:#000;--sapShell_Navigation_Selected_TextColor:#000;--sapShell_Navigation_TextColor:#000;--sapShell_Navigation_Hover_Background:#ec8b46;--sapShell_Navigation_Active_Background:#ec8b46;--sapShell_Navigation_Active_TextColor:#000;--sapShell_Shadow:0 0.125rem 0 0 #000;--sapShell_NegativeColor:#ab0000;--sapShell_CriticalColor:#5c5c00;--sapShell_PositiveColor:#006362;--sapShell_InformativeColor:#000;--sapShell_NeutralColor:#000;--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_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.375rem;--sapButton_Background:#fff;--sapButton_BorderColor:#000;--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_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_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_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_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_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#000;--sapField_Hover_HelpBackground:#fff;--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_WarningColor:#000;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:dashed;--sapField_SuccessColor:#000;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.125rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#000;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.0625rem;--sapField_InformationBorderStyle:dashed;--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;--sapPopover_BorderCornerRadius:.25rem;--sapToolbar_Background:#fff;--sapToolbar_SeparatorColor:#000;--sapList_HeaderBackground:#fff;--sapList_HeaderBorderColor:#000;--sapList_HeaderTextColor:#000;--sapList_BorderColor:#585858;--sapList_TextColor:#000;--sapList_Active_TextColor:#000;--sapList_BorderWidth:.0625rem;--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_FooterBackground:#fff;--sapList_FooterTextColor:#000;--sapList_TableGroupHeaderBackground:#b3b3b3;--sapList_TableGroupHeaderBorderColor:#000;--sapList_TableGroupHeaderTextColor:#000;--sapList_TableFooterBorder:#000;--sapList_TableFixedBorderColor:#000;--sapMessage_ErrorBorderColor:#ab0000;--sapMessage_WarningBorderColor:#5c5c00;--sapMessage_SuccessBorderColor:#006362;--sapMessage_InformationBorderColor:#000;--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:transparent;--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_BorderColor:#000;--sapObjectHeader_Hover_Background:#ec8b46;--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;--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_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.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_SemiboldDuplex_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.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_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_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_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_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_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_BoldItalic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.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_CondensedBold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.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_72Mono_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2);--sapFontUrl_72Mono_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff);--sapFontUrl_72Mono_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2);--sapFontUrl_72Mono_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff);--sapFontUrl_72Mono_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2);--sapFontUrl_72Mono_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff);--sapFontUrl_72Mono_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2);--sapFontUrl_72Mono_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff)}.background-image--sapCompanyLogo{background-image:var(--sapCompanyLogo)}.background-image--sapBackgroundImage{background-image:var(--sapBackgroundImage)}.background-image--sapShell_BackgroundImage{background-image:var(--sapShell_BackgroundImage)}
@@ -1 +1 @@
1
- .sapThemeMetaData-Base-baseLib{background-image:url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.68.3"}, "Version": { "Build": "11.1.36.20220314143804", "Source": "11.1.36"}}')}:root{--sapThemeMetaData-Base-baseLib:{"Path":"Base.baseLib.sap_horizon.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["baseTheme"],"Tags":["Fiori_3","LightColorScheme"],"FallbackThemeId":"sap_fiori_3","Engine":{"Name":"theming-engine","Version":"1.68.3"},"Version":{ "Build":"11.1.36.20220314143804","Source":"11.1.36"}};--sapBrandColor:#0070f2;--sapHighlightColor:#0070f2;--sapBaseColor:#fff;--sapShellColor:#fff;--sapBackgroundColor:#f5f6f7;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--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","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:3rem;--sapFontHeader2Size:2rem;--sapFontHeader3Size:1.5rem;--sapFontHeader4Size:1.25rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#223548;--sapLinkColor:#0064d9;--sapLink_Hover_Color:#005fce;--sapLink_Active_Color:#0064d9;--sapLink_Visited_Color:#0064d9;--sapLink_InvertedColor:#a6cfff;--sapLink_SubtleColor:#223548;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0070f2;--sapActiveColor:#dee2e5;--sapHighlightTextColor:#fff;--sapTitleColor:#223548;--sapNegativeColor:#aa0808;--sapCriticalColor:#e76500;--sapPositiveColor:#256f3a;--sapInformativeColor:#0070f2;--sapNeutralColor:#788fa6;--sapNegativeElementColor:#f53232;--sapCriticalElementColor:#e76500;--sapPositiveElementColor:#30914c;--sapInformativeElementColor:#0070f2;--sapNeutralElementColor:#788fa6;--sapNegativeTextColor:#aa0808;--sapPositiveTextColor:#256f3a;--sapCriticalTextColor:#b95100;--sapInformativeTextColor:#0070f2;--sapNeutralTextColor:#223548;--sapNeutralBorderColor:#788fa6;--sapErrorColor:#aa0808;--sapErrorBorderColor:#f53232;--sapWarningColor:#e76500;--sapWarningBorderColor:#e76500;--sapSuccessColor:#256f3a;--sapSuccessBorderColor:#30914c;--sapInformationColor:#0070f2;--sapInformationBorderColor:#0070f2;--sapErrorBackground:#ffeaf4;--sapWarningBackground:#fff8d6;--sapSuccessBackground:#f5fae5;--sapInformationBackground:#e1f4ff;--sapNeutralBackground:#eff1f2;--sapIndicationColor_1:#840606;--sapIndicationColor_1_Background:#840606;--sapIndicationColor_1_BorderColor:#840606;--sapIndicationColor_1_Hover_Background:#6c0505;--sapIndicationColor_1_Active_Background:#530404;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#aa0808;--sapIndicationColor_2_Background:#aa0808;--sapIndicationColor_2_BorderColor:#aa0808;--sapIndicationColor_2_Hover_Background:#920707;--sapIndicationColor_2_Active_Background:#790606;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#e76500;--sapIndicationColor_3_Background:#e76500;--sapIndicationColor_3_BorderColor:#e76500;--sapIndicationColor_3_Hover_Background:#d85e00;--sapIndicationColor_3_Active_Background:#c85800;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#256f3a;--sapIndicationColor_4_Background:#256f3a;--sapIndicationColor_4_BorderColor:#256f3a;--sapIndicationColor_4_Hover_Background:#1f5c30;--sapIndicationColor_4_Active_Background:#184926;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#0070f2;--sapIndicationColor_5_Background:#0070f2;--sapIndicationColor_5_BorderColor:#0070f2;--sapIndicationColor_5_Hover_Background:#0064d9;--sapIndicationColor_5_Active_Background:#0058bf;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#046c7a;--sapIndicationColor_6_Background:#046c7a;--sapIndicationColor_6_BorderColor:#046c7a;--sapIndicationColor_6_Hover_Background:#035661;--sapIndicationColor_6_Active_Background:#024049;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#5d36ff;--sapIndicationColor_7_Background:#5d36ff;--sapIndicationColor_7_BorderColor:#5d36ff;--sapIndicationColor_7_Hover_Background:#481cff;--sapIndicationColor_7_Active_Background:#3403ff;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#a100c2;--sapIndicationColor_8_Background:#a100c2;--sapIndicationColor_8_BorderColor:#a100c2;--sapIndicationColor_8_Hover_Background:#8c00a9;--sapIndicationColor_8_Active_Background:#77008f;--sapIndicationColor_8_TextColor:#fff;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.75rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.5;--sapContent_IconHeight:1rem;--sapContent_IconColor:#223548;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#758ca4;--sapContent_MarkerIconColor:#5d36ff;--sapContent_MarkerTextColor:#046c7a;--sapContent_MeasureIndicatorColor:#556b81;--sapContent_Selected_MeasureIndicatorColor:#0070f2;--sapContent_ImagePlaceholderBackground:#eaecee;--sapContent_ImagePlaceholderForegroundColor:#5b738b;--sapContent_RatedColor:#d27700;--sapContent_UnratedColor:#758ca4;--sapContent_BusyColor:#223548;--sapContent_FocusColor:#0070f2;--sapContent_FocusStyle:solid;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#556b82;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0.125rem 0 rgba(85,107,130,0.16),0 0.125rem 0.25rem 0 rgba(85,107,130,0.16);--sapContent_Shadow1:0 0 0 0.0625rem rgba(85,107,130,0.42),0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);--sapContent_Shadow2:0 0 0 0.0625rem rgba(85,107,130,0.42),0 0.625rem 1.875rem 0 rgba(85,107,130,0.3);--sapContent_Shadow3:0 0 0 0.0625rem rgba(85,107,130,0.42),0 1.25rem 5rem 0 rgba(85,107,130,0.3);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,0.7);--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(85,107,130,0.05),inset 0 -0.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow:0 0 0.125rem 0 rgba(85,107,130,0.72);--sapContent_Selected_Shadow:0 0 0.125rem 0 rgba(0,112,242,0.72);--sapContent_Negative_Shadow:0 0 0.125rem 0 rgba(170,8,8,0.72);--sapContent_Critical_Shadow:0 0 0.125rem 0 rgba(231,101,0,0.72);--sapContent_Positive_Shadow:0 0 0.125rem 0 rgba(37,111,58,0.72);--sapContent_Informative_Shadow:0 0 0.125rem 0 rgba(0,112,242,0.72);--sapContent_Neutral_Shadow:0 0 0.125rem 0 rgba(120,143,166,0.72);--sapContent_SearchHighlightColor:#dafdf5;--sapContent_HelpColor:#188918;--sapContent_LabelColor:#556b82;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:rgba(34,53,72,0.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#efefef;--sapContent_ForegroundBorderColor:#758ca4;--sapContent_ForegroundTextColor:#223548;--sapContent_BadgeBackground:#aa0808;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#ccc;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#ccc 0%,#ccc 20%,#999 50%,#ccc 80%,#ccc);--sapContent_DragAndDropActiveColor:#0070f2;--sapContent_Selected_Background:#fff;--sapContent_Selected_TextColor:#0070f2;--sapContent_Selected_Hover_Background:#fff;--sapContent_Selected_ForegroundColor:#0070f2;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#5d36ff;--sapContent_Illustrative_Color2:#0070f2;--sapContent_Illustrative_Color3:#f58b00;--sapContent_Illustrative_Color4:#00144a;--sapContent_Illustrative_Color5:#a9b4be;--sapContent_Illustrative_Color6:#d5dadd;--sapContent_Illustrative_Color7:#ebf8ff;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#00a800;--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;--sapShell_Background:#f5f6f7;--sapShell_BackgroundImage:linear-gradient(180deg,#f5f6f7,#f5f6f7);--sapShell_BackgroundGradient:linear-gradient(180deg,#f5f6f7,#f5f6f7);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#fff;--sapShell_TextColor:#223548;--sapShell_InteractiveBackground:#eff1f2;--sapShell_InteractiveTextColor:#223548;--sapShell_InteractiveBorderColor:#556b81;--sapShell_GroupTitleTextColor:#223548;--sapShell_GroupTitleTextShadow:0 0 .125rem #fff;--sapShell_Hover_Background:#fff;--sapShell_Active_Background:#fff;--sapShell_Active_TextColor:#0070f2;--sapShell_Selected_Background:#fff;--sapShell_Selected_TextColor:#0070f2;--sapShell_Selected_Hover_Background:#fff;--sapShell_Favicon:none;--sapShell_Navigation_Background:#fff;--sapShell_Navigation_SelectedColor:#223548;--sapShell_Navigation_Selected_TextColor:#223548;--sapShell_Navigation_TextColor:#223548;--sapShell_Navigation_Hover_Background:#fff;--sapShell_Navigation_Active_Background:#fff;--sapShell_Navigation_Active_TextColor:#0070f2;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(85,107,130,0.1),inset 0 -0.0625rem 0 0 rgba(85,107,130,0.2);--sapShell_NegativeColor:#aa0808;--sapShell_CriticalColor:#b95100;--sapShell_PositiveColor:#256f3a;--sapShell_InformativeColor:#0070f2;--sapShell_NeutralColor:#223548;--sapAvatar_1_Background:#fff3b8;--sapAvatar_1_BorderColor:#fff3b8;--sapAvatar_1_TextColor:#a45d00;--sapAvatar_2_Background:#ffd0e7;--sapAvatar_2_BorderColor:#ffd0e7;--sapAvatar_2_TextColor:#aa0808;--sapAvatar_3_Background:#ffdbe7;--sapAvatar_3_BorderColor:#ffdbe7;--sapAvatar_3_TextColor:#ba066c;--sapAvatar_4_Background:#ffdcf3;--sapAvatar_4_BorderColor:#ffdcf3;--sapAvatar_4_TextColor:#a100c2;--sapAvatar_5_Background:#ded3ff;--sapAvatar_5_BorderColor:#ded3ff;--sapAvatar_5_TextColor:#552cff;--sapAvatar_6_Background:#d1efff;--sapAvatar_6_BorderColor:#d1efff;--sapAvatar_6_TextColor:#0057d2;--sapAvatar_7_Background:#c2fcee;--sapAvatar_7_BorderColor:#c2fcee;--sapAvatar_7_TextColor:#046c7a;--sapAvatar_8_Background:#ebf5cb;--sapAvatar_8_BorderColor:#ebf5cb;--sapAvatar_8_TextColor:#256f3a;--sapAvatar_9_Background:#ddccf0;--sapAvatar_9_BorderColor:#ddccf0;--sapAvatar_9_TextColor:#6c32a9;--sapAvatar_10_Background:#eaecee;--sapAvatar_10_BorderColor:#eaecee;--sapAvatar_10_TextColor:#556b82;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.5rem;--sapButton_Background:#eaecee;--sapButton_BorderColor:#eaecee;--sapButton_TextColor:#223548;--sapButton_Hover_Background:#fff;--sapButton_Hover_BorderColor:#fff;--sapButton_Hover_TextColor:#223548;--sapButton_IconColor:#223548;--sapButton_Active_Background:#fff;--sapButton_Active_BorderColor:#0070f2;--sapButton_Active_TextColor:#0070f2;--sapButton_Emphasized_Background:#0070f2;--sapButton_Emphasized_BorderColor:#0070f2;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#0064d9;--sapButton_Emphasized_Hover_BorderColor:#0064d9;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#fff;--sapButton_Emphasized_Active_BorderColor:#0070f2;--sapButton_Emphasized_Active_TextColor:#0070f2;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#ffd6e9;--sapButton_Reject_BorderColor:#ffd6e9;--sapButton_Reject_Hover_Background:#fff;--sapButton_Reject_Hover_BorderColor:#fff;--sapButton_Reject_Hover_TextColor:#aa0808;--sapButton_Reject_Active_Background:#fff;--sapButton_Reject_Active_BorderColor:#f53232;--sapButton_Reject_Active_TextColor:#aa0808;--sapButton_Reject_TextColor:#aa0808;--sapButton_Reject_Selected_Background:#fff;--sapButton_Reject_Selected_BorderColor:#f53232;--sapButton_Reject_Selected_TextColor:#aa0808;--sapButton_Reject_Selected_Hover_Background:#fff;--sapButton_Reject_Selected_Hover_BorderColor:#f53232;--sapButton_Accept_Background:#ebf5cb;--sapButton_Accept_BorderColor:#ebf5cb;--sapButton_Accept_Hover_Background:#fff;--sapButton_Accept_Hover_BorderColor:#fff;--sapButton_Accept_Hover_TextColor:#256f3a;--sapButton_Accept_Active_Background:#fff;--sapButton_Accept_Active_BorderColor:#30914c;--sapButton_Accept_Active_TextColor:#256f3a;--sapButton_Accept_TextColor:#256f3a;--sapButton_Accept_Selected_Background:#fff;--sapButton_Accept_Selected_BorderColor:#30914c;--sapButton_Accept_Selected_TextColor:#256f3a;--sapButton_Accept_Selected_Hover_Background:#fff;--sapButton_Accept_Selected_Hover_BorderColor:#30914c;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#0064d9;--sapButton_Lite_Hover_Background:#fff;--sapButton_Lite_Hover_BorderColor:#fff;--sapButton_Lite_Hover_TextColor:#0064d9;--sapButton_Lite_Active_Background:#fff;--sapButton_Lite_Active_BorderColor:#0070f2;--sapButton_Selected_Background:#fff;--sapButton_Selected_BorderColor:#0070f2;--sapButton_Selected_TextColor:#0070f2;--sapButton_Selected_Hover_Background:#fff;--sapButton_Selected_Hover_BorderColor:#0070f2;--sapButton_Attention_Background:#fff3b7;--sapButton_Attention_BorderColor:#fff3b7;--sapButton_Attention_TextColor:#b95100;--sapButton_Attention_Hover_Background:#fff;--sapButton_Attention_Hover_BorderColor:#fff;--sapButton_Attention_Hover_TextColor:#b95100;--sapButton_Attention_Active_Background:#fff;--sapButton_Attention_Active_BorderColor:#ff8d34;--sapButton_Attention_Active_TextColor:#b95100;--sapButton_Attention_Selected_Background:#fff;--sapButton_Attention_Selected_BorderColor:#ff8d34;--sapButton_Attention_Selected_TextColor:#b95100;--sapButton_Attention_Selected_Hover_Background:#fff;--sapButton_Attention_Selected_Hover_BorderColor:#ff8d34;--sapButton_Negative_Background:#f53232;--sapButton_Negative_BorderColor:#f53232;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#e90b0b;--sapButton_Negative_Hover_BorderColor:#e90b0b;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#d50a0a;--sapButton_Negative_Active_BorderColor:#d50a0a;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#e76500;--sapButton_Critical_BorderColor:#e76500;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#dd6100;--sapButton_Critical_Hover_BorderColor:#dd6100;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#d35c00;--sapButton_Critical_Active_BorderColor:#d35c00;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#30914c;--sapButton_Success_BorderColor:#30914c;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#2c8646;--sapButton_Success_Hover_BorderColor:#2c8646;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#287a40;--sapButton_Success_Active_BorderColor:#287a40;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#0070f2;--sapButton_Information_BorderColor:#0070f2;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#0064d9;--sapButton_Information_Hover_BorderColor:#0064d9;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#0058bf;--sapButton_Information_Active_BorderColor:#0058bf;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#788fa6;--sapButton_Neutral_BorderColor:#788fa6;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#637d97;--sapButton_Neutral_Hover_BorderColor:#637d97;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#5d758e;--sapButton_Neutral_Active_BorderColor:#5d758e;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#788fa6;--sapButton_Track_BorderColor:#788fa6;--sapButton_Track_TextColor:#fff;--sapButton_Track_Hover_Background:#637d97;--sapButton_Track_Hover_BorderColor:#637d97;--sapButton_Track_Selected_Background:#0070f2;--sapButton_Track_Selected_BorderColor:#0070f2;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#0064d9;--sapButton_Track_Selected_Hover_BorderColor:#0064d9;--sapButton_Handle_Background:#fff;--sapButton_Handle_BorderColor:#fff;--sapButton_Handle_TextColor:#223548;--sapButton_Handle_Hover_Background:#fff;--sapButton_Handle_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Handle_Selected_Background:#fff;--sapButton_Handle_Selected_BorderColor:#fff;--sapButton_Handle_Selected_TextColor:#0070f2;--sapButton_Handle_Selected_Hover_Background:#fff;--sapButton_Handle_Selected_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Track_Negative_Background:#f53232;--sapButton_Track_Negative_BorderColor:#f53232;--sapButton_Track_Negative_TextColor:#fff;--sapButton_Track_Negative_Hover_Background:#e90b0b;--sapButton_Track_Negative_Hover_BorderColor:#e90b0b;--sapButton_Handle_Negative_Background:#fff;--sapButton_Handle_Negative_BorderColor:#fff;--sapButton_Handle_Negative_TextColor:#aa0808;--sapButton_Handle_Negative_Hover_Background:#fff;--sapButton_Handle_Negative_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Track_Positive_Background:#30914c;--sapButton_Track_Positive_BorderColor:#30914c;--sapButton_Track_Positive_TextColor:#fff;--sapButton_Track_Positive_Hover_Background:#2c8646;--sapButton_Track_Positive_Hover_BorderColor:#2c8646;--sapButton_Handle_Positive_Background:#fff;--sapButton_Handle_Positive_BorderColor:#fff;--sapButton_Handle_Positive_TextColor:#256f3a;--sapButton_Handle_Positive_Hover_Background:#fff;--sapButton_Handle_Positive_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_TokenBackground:#fff;--sapButton_TokenBorderColor:#758ca4;--sapField_Background:#eff1f2;--sapField_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#556b81,#556b81) border-box;--sapField_TextColor:#131e29;--sapField_PlaceholderTextColor:#556b82;--sapField_BorderColor:#556b81;--sapField_HelpBackground:#eff1f2;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:.25rem;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#556b81,#556b81) border-box;--sapField_Hover_BorderColor:#556b81;--sapField_Hover_HelpBackground:#fff;--sapField_Active_BorderColor:#0070f2;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#0070f2;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:transparent;--sapField_ReadOnly_BorderColor:#556b81;--sapField_ReadOnly_HelpBackground:transparent;--sapField_RequiredColor:#ba066c;--sapField_InvalidColor:#f53232;--sapField_InvalidBackground:#ffeaf4;--sapField_InvalidBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#f53232,#f53232) border-box;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_WarningColor:#e76500;--sapField_WarningBackground:#fff8d6;--sapField_WarningBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#e76500,#e76500) border-box;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_SuccessColor:#30914c;--sapField_SuccessBackground:#f5fae5;--sapField_SuccessBackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#30914c,#30914c) border-box;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#0070f2;--sapField_InformationBackground:#e1f4ff;--sapField_InformationBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#0070f2,#0070f2) border-box;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapGroup_TitleBackground:#fff;--sapGroup_TitleBorderColor:#a8b2bd;--sapGroup_TitleTextColor:#223548;--sapGroup_Title_FontSize:1rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#d9d9d9;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:.5rem;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.5rem;--sapToolbar_Background:#fff;--sapToolbar_SeparatorColor:#d9d9d9;--sapList_HeaderBackground:#fff;--sapList_HeaderBorderColor:#a8b2bd;--sapList_HeaderTextColor:#223548;--sapList_BorderColor:#e5e5e5;--sapList_TextColor:#223548;--sapList_Active_TextColor:#223548;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#dee2e5;--sapList_SelectionBackgroundColor:#ebf8ff;--sapList_SelectionBorderColor:#0070f2;--sapList_Hover_SelectionBackground:#dcf3ff;--sapList_Background:#fff;--sapList_Hover_Background:#eaecee;--sapList_AlternatingBackground:#f5f6f7;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#a8b2bd;--sapList_GroupHeaderTextColor:#223548;--sapList_FooterBackground:#fff;--sapList_FooterTextColor:#223548;--sapList_TableGroupHeaderBackground:#eff1f2;--sapList_TableGroupHeaderBorderColor:#a8b2bd;--sapList_TableGroupHeaderTextColor:#223548;--sapList_TableFooterBorder:#a8b2bd;--sapList_TableFixedBorderColor:#8c8c8c;--sapMessage_ErrorBorderColor:#ff8ec4;--sapMessage_WarningBorderColor:#ffe770;--sapMessage_SuccessBorderColor:#cee67e;--sapMessage_InformationBorderColor:#7bcfff;--sapProgress_Background:#d5dadd;--sapProgress_BorderColor:#d5dadd;--sapProgress_TextColor:#223548;--sapProgress_FontSize:.875rem;--sapProgress_NegativeBackground:#ffdbec;--sapProgress_NegativeBorderColor:#ffdbec;--sapProgress_NegativeTextColor:#223548;--sapProgress_CriticalBackground:#fff4bd;--sapProgress_CriticalBorderColor:#fff4bd;--sapProgress_CriticalTextColor:#223548;--sapProgress_PositiveBackground:#e5f2ba;--sapProgress_PositiveBorderColor:#e5f2ba;--sapProgress_PositiveTextColor:#223548;--sapProgress_InformationBackground:#cdedff;--sapProgress_InformationBorderColor:#cdedff;--sapProgress_InformationTextColor:#223548;--sapProgress_Value_Background:#788fa6;--sapProgress_Value_BorderColor:#d5dadd;--sapProgress_Value_TextColor:#788fa6;--sapProgress_Value_NegativeBackground:#f53232;--sapProgress_Value_NegativeBorderColor:#ffdbec;--sapProgress_Value_NegativeTextColor:#f53232;--sapProgress_Value_CriticalBackground:#e76500;--sapProgress_Value_CriticalBorderColor:#fff4bd;--sapProgress_Value_CriticalTextColor:#e76500;--sapProgress_Value_PositiveBackground:#30914c;--sapProgress_Value_PositiveBorderColor:#e5f2ba;--sapProgress_Value_PositiveTextColor:#30914c;--sapProgress_Value_InformationBackground:#0070f2;--sapProgress_Value_InformationBorderColor:#cdedff;--sapProgress_Value_InformationTextColor:#0070f2;--sapScrollBar_FaceColor:#7b91a8;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#7b91a8;--sapScrollBar_SymbolColor:#223548;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#6f87a0;--sapSlider_Background:#d5dadd;--sapSlider_BorderColor:#d5dadd;--sapSlider_Selected_Background:#0070f2;--sapSlider_Selected_BorderColor:#0070f2;--sapSlider_HandleBackground:#fff;--sapSlider_HandleBorderColor:#fff;--sapSlider_RangeHandleBackground:#fff;--sapSlider_Hover_HandleBackground:#fff;--sapSlider_Hover_HandleBorderColor:#0070f2;--sapSlider_Hover_RangeHandleBackground:transparent;--sapSlider_Active_HandleBackground:#fff;--sapSlider_Active_HandleBorderColor:#fff;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#fff;--sapPageHeader_BorderColor:#d9d9d9;--sapPageHeader_TextColor:#223548;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#d9d9d9;--sapPageFooter_TextColor:#223548;--sapInfobar_Background:#c2fcee;--sapInfobar_Hover_Background:#fff;--sapInfobar_Active_Background:#fff;--sapInfobar_NonInteractive_Background:#f5f6f7;--sapInfobar_TextColor:#046c7a;--sapObjectHeader_Background:#fff;--sapObjectHeader_BorderColor:#d9d9d9;--sapObjectHeader_Hover_Background:#eaecee;--sapObjectHeader_Title_TextColor:#223548;--sapObjectHeader_Title_FontSize:2rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72Black","72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#556b82;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#fff;--sapTile_Active_Background:#f5f5f5;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:1rem;--sapTile_TitleTextColor:#223548;--sapTile_TextColor:#556b82;--sapTile_IconColor:#556b82;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:hsla(0,0%,100%,0.96);--sapTile_OverlayForegroundColor:#223548;--sapAccentColor1:#d27700;--sapAccentColor2:#aa0808;--sapAccentColor3:#ba066c;--sapAccentColor4:#a100c2;--sapAccentColor5:#5d36ff;--sapAccentColor6:#0057d2;--sapAccentColor7:#046c7a;--sapAccentColor8:#256f3a;--sapAccentColor9:#6c32a9;--sapAccentColor10:#5b738b;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#ffdbe7;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#ddccf0;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#fff;--sapLegend_NonWorkingBackground:#ebebeb;--sapLegend_CurrentDateTime:#a100c2;--sapLegendColor1:#c35500;--sapLegendColor2:#d23a0a;--sapLegendColor3:#df1278;--sapLegendColor4:#840606;--sapLegendColor5:#cc00dc;--sapLegendColor6:#0057d2;--sapLegendColor7:#07838f;--sapLegendColor8:#188918;--sapLegendColor9:#5b738b;--sapLegendColor10:#7800a4;--sapLegendColor11:#a93e00;--sapLegendColor12:#aa2608;--sapLegendColor13:#ba066c;--sapLegendColor14:#8d2a00;--sapLegendColor15:#4e247a;--sapLegendColor16:#002a86;--sapLegendColor17:#035663;--sapLegendColor18:#1e592f;--sapLegendColor19:#1a4796;--sapLegendColor20:#470ced;--sapLegendBackgroundColor1:#ffef9f;--sapLegendBackgroundColor2:#feeae1;--sapLegendBackgroundColor3:#fbf6f8;--sapLegendBackgroundColor4:#fbebeb;--sapLegendBackgroundColor5:#ffe5fe;--sapLegendBackgroundColor6:#d1efff;--sapLegendBackgroundColor7:#c2fcee;--sapLegendBackgroundColor8:#f5fae5;--sapLegendBackgroundColor9:#f5f6f7;--sapLegendBackgroundColor10:#fff0fa;--sapLegendBackgroundColor11:#fff8d6;--sapLegendBackgroundColor12:#fff6f6;--sapLegendBackgroundColor13:#f7ebef;--sapLegendBackgroundColor14:#f1ecd5;--sapLegendBackgroundColor15:#f0e7f8;--sapLegendBackgroundColor16:#ebf8ff;--sapLegendBackgroundColor17:#dafdf5;--sapLegendBackgroundColor18:#ebf5cb;--sapLegendBackgroundColor19:#fafdff;--sapLegendBackgroundColor20:#eceeff;--sapChart_OrderedColor_1:#1b90ff;--sapChart_OrderedColor_2:#f26018;--sapChart_OrderedColor_3:#179c6f;--sapChart_OrderedColor_4:#f62866;--sapChart_OrderedColor_5:#863fd5;--sapChart_OrderedColor_6:#04a29d;--sapChart_OrderedColor_7:#0070f2;--sapChart_OrderedColor_8:#cc00dc;--sapChart_OrderedColor_9:#8396a8;--sapChart_OrderedColor_10:#f54747;--sapChart_OrderedColor_11:#20578c;--sapChart_Bad:#f53232;--sapChart_Critical:#e76500;--sapChart_Good:#30914c;--sapChart_Neutral:#788fa6;--sapChart_Sequence_1:#1b90ff;--sapChart_Sequence_2:#f26018;--sapChart_Sequence_3:#179c6f;--sapChart_Sequence_4:#f62866;--sapChart_Sequence_5:#863fd5;--sapChart_Sequence_6:#04a29d;--sapChart_Sequence_7:#0070f2;--sapChart_Sequence_8:#cc00dc;--sapChart_Sequence_9:#8396a8;--sapChart_Sequence_10:#f54747;--sapChart_Sequence_11:#20578c;--sapChart_Sequence_Neutral:#788fa6;--sapFontUrl_SAP-icons_ttf:url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff:url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2:url(../../../Base/baseLib/sap_horizon/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_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.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_SemiboldDuplex_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.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_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_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_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_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_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_BoldItalic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.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_CondensedBold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.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_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_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}')}:root{--sapThemeMetaData-Base-baseLib:{"Path":"Base.baseLib.sap_horizon.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["baseTheme"],"Tags":["Fiori_3","LightColorScheme"],"FallbackThemeId":"sap_fiori_3","Engine":{"Name":"theming-engine","Version":"1.69.2"},"Version":{ "Build":"11.1.38.20220405122918","Source":"11.1.38"}};--sapBrandColor:#0070f2;--sapHighlightColor:#0070f2;--sapBaseColor:#fff;--sapShellColor:#fff;--sapBackgroundColor:#f5f6f7;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--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","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:3rem;--sapFontHeader2Size:2rem;--sapFontHeader3Size:1.5rem;--sapFontHeader4Size:1.25rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#1d2d3e;--sapLinkColor:#0070f2;--sapLink_Hover_Color:#0064d9;--sapLink_Active_Color:#0064d9;--sapLink_Visited_Color:#0064d9;--sapLink_InvertedColor:#bfddff;--sapLink_SubtleColor:#1d2d3e;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0070f2;--sapActiveColor:#dee2e5;--sapHighlightTextColor:#fff;--sapTitleColor:#1d2d3e;--sapNegativeColor:#aa0808;--sapCriticalColor:#e76500;--sapPositiveColor:#256f3a;--sapInformativeColor:#0070f2;--sapNeutralColor:#788fa6;--sapNegativeElementColor:#f53232;--sapCriticalElementColor:#e76500;--sapPositiveElementColor:#30914c;--sapInformativeElementColor:#0070f2;--sapNeutralElementColor:#788fa6;--sapNegativeTextColor:#aa0808;--sapPositiveTextColor:#256f3a;--sapCriticalTextColor:#b95100;--sapInformativeTextColor:#0070f2;--sapNeutralTextColor:#1d2d3e;--sapNeutralBorderColor:#788fa6;--sapErrorColor:#aa0808;--sapErrorBorderColor:#f53232;--sapWarningColor:#e76500;--sapWarningBorderColor:#e76500;--sapSuccessColor:#256f3a;--sapSuccessBorderColor:#30914c;--sapInformationColor:#0070f2;--sapInformationBorderColor:#0070f2;--sapErrorBackground:#ffeaf4;--sapWarningBackground:#fff8d6;--sapSuccessBackground:#f5fae5;--sapInformationBackground:#e1f4ff;--sapNeutralBackground:#eff1f2;--sapIndicationColor_1:#840606;--sapIndicationColor_1_Background:#840606;--sapIndicationColor_1_BorderColor:#840606;--sapIndicationColor_1_Hover_Background:#6c0505;--sapIndicationColor_1_Active_Background:#530404;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#aa0808;--sapIndicationColor_2_Background:#aa0808;--sapIndicationColor_2_BorderColor:#aa0808;--sapIndicationColor_2_Hover_Background:#920707;--sapIndicationColor_2_Active_Background:#790606;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#b95100;--sapIndicationColor_3_Background:#e76500;--sapIndicationColor_3_BorderColor:#e76500;--sapIndicationColor_3_Hover_Background:#d85e00;--sapIndicationColor_3_Active_Background:#c85800;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#256f3a;--sapIndicationColor_4_Background:#256f3a;--sapIndicationColor_4_BorderColor:#256f3a;--sapIndicationColor_4_Hover_Background:#1f5c30;--sapIndicationColor_4_Active_Background:#184926;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#0070f2;--sapIndicationColor_5_Background:#0070f2;--sapIndicationColor_5_BorderColor:#0070f2;--sapIndicationColor_5_Hover_Background:#0064d9;--sapIndicationColor_5_Active_Background:#0058bf;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#046c7a;--sapIndicationColor_6_Background:#046c7a;--sapIndicationColor_6_BorderColor:#046c7a;--sapIndicationColor_6_Hover_Background:#035661;--sapIndicationColor_6_Active_Background:#024049;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#5d36ff;--sapIndicationColor_7_Background:#5d36ff;--sapIndicationColor_7_BorderColor:#5d36ff;--sapIndicationColor_7_Hover_Background:#481cff;--sapIndicationColor_7_Active_Background:#3403ff;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#a100c2;--sapIndicationColor_8_Background:#a100c2;--sapIndicationColor_8_BorderColor:#a100c2;--sapIndicationColor_8_Hover_Background:#8c00a9;--sapIndicationColor_8_Active_Background:#77008f;--sapIndicationColor_8_TextColor:#fff;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.75rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.5;--sapContent_IconHeight:1rem;--sapContent_IconColor:#1d2d3e;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#758ca4;--sapContent_MarkerIconColor:#5d36ff;--sapContent_MarkerTextColor:#046c7a;--sapContent_MeasureIndicatorColor:#556b81;--sapContent_Selected_MeasureIndicatorColor:#0070f2;--sapContent_ImagePlaceholderBackground:#eaecee;--sapContent_ImagePlaceholderForegroundColor:#5b738b;--sapContent_RatedColor:#d27700;--sapContent_UnratedColor:#758ca4;--sapContent_BusyColor:#1d2d3e;--sapContent_FocusColor:#0070f2;--sapContent_FocusStyle:solid;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#556b82;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0.125rem 0 rgba(85,107,130,0.16),0 0.125rem 0.25rem 0 rgba(85,107,130,0.16);--sapContent_Shadow1:0 0 0 0.0625rem rgba(85,107,130,0.42),0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);--sapContent_Shadow2:0 0 0 0.0625rem rgba(85,107,130,0.42),0 0.625rem 1.875rem 0 rgba(85,107,130,0.3);--sapContent_Shadow3:0 0 0 0.0625rem rgba(85,107,130,0.42),0 1.25rem 5rem 0 rgba(85,107,130,0.3);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,0.7);--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(85,107,130,0.05),inset 0 -0.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow:0 0 0.125rem 0 rgba(85,107,130,0.72);--sapContent_Selected_Shadow:0 0 0.125rem 0 rgba(0,112,242,0.72);--sapContent_Negative_Shadow:0 0 0.125rem 0 rgba(170,8,8,0.72);--sapContent_Critical_Shadow:0 0 0.125rem 0 rgba(231,101,0,0.72);--sapContent_Positive_Shadow:0 0 0.125rem 0 rgba(37,111,58,0.72);--sapContent_Informative_Shadow:0 0 0.125rem 0 rgba(0,112,242,0.72);--sapContent_Neutral_Shadow:0 0 0.125rem 0 rgba(120,143,166,0.72);--sapContent_SearchHighlightColor:#dafdf5;--sapContent_HelpColor:#188918;--sapContent_LabelColor:#556b82;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:rgba(29,45,62,0.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#efefef;--sapContent_ForegroundBorderColor:#758ca4;--sapContent_ForegroundTextColor:#1d2d3e;--sapContent_BadgeBackground:#aa0808;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#ccc;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#ccc 0%,#ccc 20%,#999 50%,#ccc 80%,#ccc);--sapContent_DragAndDropActiveColor:#0070f2;--sapContent_Selected_Background:#fff;--sapContent_Selected_TextColor:#0070f2;--sapContent_Selected_Hover_Background:#fff;--sapContent_Selected_ForegroundColor:#0070f2;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#5d36ff;--sapContent_Illustrative_Color2:#0070f2;--sapContent_Illustrative_Color3:#f58b00;--sapContent_Illustrative_Color4:#00144a;--sapContent_Illustrative_Color5:#a9b4be;--sapContent_Illustrative_Color6:#d5dadd;--sapContent_Illustrative_Color7:#ebf8ff;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#00a800;--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;--sapShell_Background:#f5f6f7;--sapShell_BackgroundImage:linear-gradient(180deg,#f5f6f7,#f5f6f7);--sapShell_BackgroundGradient:linear-gradient(180deg,#f5f6f7,#f5f6f7);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#fff;--sapShell_TextColor:#1d2d3e;--sapShell_InteractiveBackground:#eff1f2;--sapShell_InteractiveTextColor:#1d2d3e;--sapShell_InteractiveBorderColor:#556b81;--sapShell_GroupTitleTextColor:#1d2d3e;--sapShell_GroupTitleTextShadow:0 0 .125rem #fff;--sapShell_Hover_Background:#fff;--sapShell_Active_Background:#fff;--sapShell_Active_TextColor:#0070f2;--sapShell_Selected_Background:#fff;--sapShell_Selected_TextColor:#0070f2;--sapShell_Selected_Hover_Background:#fff;--sapShell_Favicon:none;--sapShell_Navigation_Background:#fff;--sapShell_Navigation_SelectedColor:#0070f2;--sapShell_Navigation_Selected_TextColor:#0070f2;--sapShell_Navigation_TextColor:#1d2d3e;--sapShell_Navigation_Hover_Background:#fff;--sapShell_Navigation_Active_Background:#fff;--sapShell_Navigation_Active_TextColor:#0070f2;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(85,107,130,0.1),inset 0 -0.0625rem 0 0 rgba(85,107,130,0.2);--sapShell_NegativeColor:#aa0808;--sapShell_CriticalColor:#b95100;--sapShell_PositiveColor:#256f3a;--sapShell_InformativeColor:#0070f2;--sapShell_NeutralColor:#1d2d3e;--sapAvatar_1_Background:#fff3b8;--sapAvatar_1_BorderColor:#fff3b8;--sapAvatar_1_TextColor:#a45d00;--sapAvatar_2_Background:#ffd0e7;--sapAvatar_2_BorderColor:#ffd0e7;--sapAvatar_2_TextColor:#aa0808;--sapAvatar_3_Background:#ffdbe7;--sapAvatar_3_BorderColor:#ffdbe7;--sapAvatar_3_TextColor:#ba066c;--sapAvatar_4_Background:#ffdcf3;--sapAvatar_4_BorderColor:#ffdcf3;--sapAvatar_4_TextColor:#a100c2;--sapAvatar_5_Background:#ded3ff;--sapAvatar_5_BorderColor:#ded3ff;--sapAvatar_5_TextColor:#552cff;--sapAvatar_6_Background:#d1efff;--sapAvatar_6_BorderColor:#d1efff;--sapAvatar_6_TextColor:#0057d2;--sapAvatar_7_Background:#c2fcee;--sapAvatar_7_BorderColor:#c2fcee;--sapAvatar_7_TextColor:#046c7a;--sapAvatar_8_Background:#ebf5cb;--sapAvatar_8_BorderColor:#ebf5cb;--sapAvatar_8_TextColor:#256f3a;--sapAvatar_9_Background:#ddccf0;--sapAvatar_9_BorderColor:#ddccf0;--sapAvatar_9_TextColor:#6c32a9;--sapAvatar_10_Background:#eaecee;--sapAvatar_10_BorderColor:#eaecee;--sapAvatar_10_TextColor:#556b82;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.5rem;--sapButton_Background:#eaecee;--sapButton_BorderColor:#eaecee;--sapButton_TextColor:#1d2d3e;--sapButton_Hover_Background:#fff;--sapButton_Hover_BorderColor:#fff;--sapButton_Hover_TextColor:#1d2d3e;--sapButton_IconColor:#1d2d3e;--sapButton_Active_Background:#fff;--sapButton_Active_BorderColor:#0070f2;--sapButton_Active_TextColor:#0070f2;--sapButton_Emphasized_Background:#0070f2;--sapButton_Emphasized_BorderColor:#0070f2;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#0064d9;--sapButton_Emphasized_Hover_BorderColor:#0064d9;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#fff;--sapButton_Emphasized_Active_BorderColor:#0070f2;--sapButton_Emphasized_Active_TextColor:#0070f2;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#ffd6e9;--sapButton_Reject_BorderColor:#ffd6e9;--sapButton_Reject_Hover_Background:#fff;--sapButton_Reject_Hover_BorderColor:#fff;--sapButton_Reject_Hover_TextColor:#aa0808;--sapButton_Reject_Active_Background:#fff;--sapButton_Reject_Active_BorderColor:#f53232;--sapButton_Reject_Active_TextColor:#aa0808;--sapButton_Reject_TextColor:#aa0808;--sapButton_Reject_Selected_Background:#fff;--sapButton_Reject_Selected_BorderColor:#f53232;--sapButton_Reject_Selected_TextColor:#aa0808;--sapButton_Reject_Selected_Hover_Background:#fff;--sapButton_Reject_Selected_Hover_BorderColor:#f53232;--sapButton_Accept_Background:#ebf5cb;--sapButton_Accept_BorderColor:#ebf5cb;--sapButton_Accept_Hover_Background:#fff;--sapButton_Accept_Hover_BorderColor:#fff;--sapButton_Accept_Hover_TextColor:#256f3a;--sapButton_Accept_Active_Background:#fff;--sapButton_Accept_Active_BorderColor:#30914c;--sapButton_Accept_Active_TextColor:#256f3a;--sapButton_Accept_TextColor:#256f3a;--sapButton_Accept_Selected_Background:#fff;--sapButton_Accept_Selected_BorderColor:#30914c;--sapButton_Accept_Selected_TextColor:#256f3a;--sapButton_Accept_Selected_Hover_Background:#fff;--sapButton_Accept_Selected_Hover_BorderColor:#30914c;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#0064d9;--sapButton_Lite_Hover_Background:#fff;--sapButton_Lite_Hover_BorderColor:#fff;--sapButton_Lite_Hover_TextColor:#0064d9;--sapButton_Lite_Active_Background:#fff;--sapButton_Lite_Active_BorderColor:#0070f2;--sapButton_Selected_Background:#fff;--sapButton_Selected_BorderColor:#0070f2;--sapButton_Selected_TextColor:#0070f2;--sapButton_Selected_Hover_Background:#fff;--sapButton_Selected_Hover_BorderColor:#0070f2;--sapButton_Attention_Background:#fff3b7;--sapButton_Attention_BorderColor:#fff3b7;--sapButton_Attention_TextColor:#b95100;--sapButton_Attention_Hover_Background:#fff;--sapButton_Attention_Hover_BorderColor:#fff;--sapButton_Attention_Hover_TextColor:#b95100;--sapButton_Attention_Active_Background:#fff;--sapButton_Attention_Active_BorderColor:#ff8d34;--sapButton_Attention_Active_TextColor:#b95100;--sapButton_Attention_Selected_Background:#fff;--sapButton_Attention_Selected_BorderColor:#ff8d34;--sapButton_Attention_Selected_TextColor:#b95100;--sapButton_Attention_Selected_Hover_Background:#fff;--sapButton_Attention_Selected_Hover_BorderColor:#ff8d34;--sapButton_Negative_Background:#f53232;--sapButton_Negative_BorderColor:#f53232;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#e90b0b;--sapButton_Negative_Hover_BorderColor:#e90b0b;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#d50a0a;--sapButton_Negative_Active_BorderColor:#d50a0a;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#e76500;--sapButton_Critical_BorderColor:#e76500;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#dd6100;--sapButton_Critical_Hover_BorderColor:#dd6100;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#d35c00;--sapButton_Critical_Active_BorderColor:#d35c00;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#30914c;--sapButton_Success_BorderColor:#30914c;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#2c8646;--sapButton_Success_Hover_BorderColor:#2c8646;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#287a40;--sapButton_Success_Active_BorderColor:#287a40;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#0070f2;--sapButton_Information_BorderColor:#0070f2;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#0064d9;--sapButton_Information_Hover_BorderColor:#0064d9;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#0058bf;--sapButton_Information_Active_BorderColor:#0058bf;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#788fa6;--sapButton_Neutral_BorderColor:#788fa6;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#637d97;--sapButton_Neutral_Hover_BorderColor:#637d97;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#5d758e;--sapButton_Neutral_Active_BorderColor:#5d758e;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#788fa6;--sapButton_Track_BorderColor:#788fa6;--sapButton_Track_TextColor:#fff;--sapButton_Track_Hover_Background:#637d97;--sapButton_Track_Hover_BorderColor:#637d97;--sapButton_Track_Selected_Background:#0070f2;--sapButton_Track_Selected_BorderColor:#0070f2;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#0064d9;--sapButton_Track_Selected_Hover_BorderColor:#0064d9;--sapButton_Handle_Background:#fff;--sapButton_Handle_BorderColor:#fff;--sapButton_Handle_TextColor:#1d2d3e;--sapButton_Handle_Hover_Background:#fff;--sapButton_Handle_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Handle_Selected_Background:#fff;--sapButton_Handle_Selected_BorderColor:#fff;--sapButton_Handle_Selected_TextColor:#0070f2;--sapButton_Handle_Selected_Hover_Background:#fff;--sapButton_Handle_Selected_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Track_Negative_Background:#f53232;--sapButton_Track_Negative_BorderColor:#f53232;--sapButton_Track_Negative_TextColor:#fff;--sapButton_Track_Negative_Hover_Background:#e90b0b;--sapButton_Track_Negative_Hover_BorderColor:#e90b0b;--sapButton_Handle_Negative_Background:#fff;--sapButton_Handle_Negative_BorderColor:#fff;--sapButton_Handle_Negative_TextColor:#aa0808;--sapButton_Handle_Negative_Hover_Background:#fff;--sapButton_Handle_Negative_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Track_Positive_Background:#30914c;--sapButton_Track_Positive_BorderColor:#30914c;--sapButton_Track_Positive_TextColor:#fff;--sapButton_Track_Positive_Hover_Background:#2c8646;--sapButton_Track_Positive_Hover_BorderColor:#2c8646;--sapButton_Handle_Positive_Background:#fff;--sapButton_Handle_Positive_BorderColor:#fff;--sapButton_Handle_Positive_TextColor:#256f3a;--sapButton_Handle_Positive_Hover_Background:#fff;--sapButton_Handle_Positive_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_TokenBackground:#fff;--sapButton_TokenBorderColor:#758ca4;--sapField_Background:#eff1f2;--sapField_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#556b81,#556b81) border-box;--sapField_TextColor:#131e29;--sapField_PlaceholderTextColor:#556b82;--sapField_BorderColor:#556b81;--sapField_HelpBackground:#eff1f2;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:none;--sapField_BorderCornerRadius:.25rem;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#556b81,#556b81) border-box;--sapField_Hover_BorderColor:#556b81;--sapField_Hover_HelpBackground:#fff;--sapField_Active_BorderColor:#0070f2;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#0070f2;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:transparent;--sapField_ReadOnly_BackgroundStyle:0 100%/0.375rem .0625rem repeat-x linear-gradient(90deg,#556b81,#556b81 0.25rem,transparent 0) border-box;--sapField_ReadOnly_BorderColor:#556b81;--sapField_ReadOnly_BorderStyle:none;--sapField_ReadOnly_HelpBackground:transparent;--sapField_RequiredColor:#ba066c;--sapField_InvalidColor:#f53232;--sapField_InvalidBackground:#ffeaf4;--sapField_InvalidBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#f53232,#f53232) border-box;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:none;--sapField_WarningColor:#e76500;--sapField_WarningBackground:#fff8d6;--sapField_WarningBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#e76500,#e76500) border-box;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:none;--sapField_SuccessColor:#30914c;--sapField_SuccessBackground:#f5fae5;--sapField_SuccessBackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#30914c,#30914c) border-box;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:none;--sapField_InformationColor:#0070f2;--sapField_InformationBackground:#e1f4ff;--sapField_InformationBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#0070f2,#0070f2) border-box;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:none;--sapGroup_TitleBackground:#fff;--sapGroup_TitleBorderColor:#a8b2bd;--sapGroup_TitleTextColor:#1d2d3e;--sapGroup_Title_FontSize:1rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#d9d9d9;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:.5rem;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.5rem;--sapToolbar_Background:#fff;--sapToolbar_SeparatorColor:#d9d9d9;--sapList_HeaderBackground:#fff;--sapList_HeaderBorderColor:#a8b2bd;--sapList_HeaderTextColor:#1d2d3e;--sapList_BorderColor:#e5e5e5;--sapList_TextColor:#1d2d3e;--sapList_Active_TextColor:#1d2d3e;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#dee2e5;--sapList_SelectionBackgroundColor:#ebf8ff;--sapList_SelectionBorderColor:#0070f2;--sapList_Hover_SelectionBackground:#dcf3ff;--sapList_Background:#fff;--sapList_Hover_Background:#eaecee;--sapList_AlternatingBackground:#f5f6f7;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#a8b2bd;--sapList_GroupHeaderTextColor:#1d2d3e;--sapList_FooterBackground:#fff;--sapList_FooterTextColor:#1d2d3e;--sapList_TableGroupHeaderBackground:#eff1f2;--sapList_TableGroupHeaderBorderColor:#a8b2bd;--sapList_TableGroupHeaderTextColor:#1d2d3e;--sapList_TableFooterBorder:#a8b2bd;--sapList_TableFixedBorderColor:#8c8c8c;--sapMessage_ErrorBorderColor:#ff8ec4;--sapMessage_WarningBorderColor:#ffe770;--sapMessage_SuccessBorderColor:#cee67e;--sapMessage_InformationBorderColor:#7bcfff;--sapProgress_Background:#d5dadd;--sapProgress_BorderColor:#d5dadd;--sapProgress_TextColor:#1d2d3e;--sapProgress_FontSize:.875rem;--sapProgress_NegativeBackground:#ffdbec;--sapProgress_NegativeBorderColor:#ffdbec;--sapProgress_NegativeTextColor:#1d2d3e;--sapProgress_CriticalBackground:#fff4bd;--sapProgress_CriticalBorderColor:#fff4bd;--sapProgress_CriticalTextColor:#1d2d3e;--sapProgress_PositiveBackground:#e5f2ba;--sapProgress_PositiveBorderColor:#e5f2ba;--sapProgress_PositiveTextColor:#1d2d3e;--sapProgress_InformationBackground:#cdedff;--sapProgress_InformationBorderColor:#cdedff;--sapProgress_InformationTextColor:#1d2d3e;--sapProgress_Value_Background:#788fa6;--sapProgress_Value_BorderColor:#d5dadd;--sapProgress_Value_TextColor:#788fa6;--sapProgress_Value_NegativeBackground:#f53232;--sapProgress_Value_NegativeBorderColor:#f53232;--sapProgress_Value_NegativeTextColor:#f53232;--sapProgress_Value_CriticalBackground:#e76500;--sapProgress_Value_CriticalBorderColor:#e76500;--sapProgress_Value_CriticalTextColor:#e76500;--sapProgress_Value_PositiveBackground:#30914c;--sapProgress_Value_PositiveBorderColor:#30914c;--sapProgress_Value_PositiveTextColor:#30914c;--sapProgress_Value_InformationBackground:#0070f2;--sapProgress_Value_InformationBorderColor:#0070f2;--sapProgress_Value_InformationTextColor:#0070f2;--sapScrollBar_FaceColor:#7b91a8;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#7b91a8;--sapScrollBar_SymbolColor:#1d2d3e;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#6f87a0;--sapSlider_Background:#d5dadd;--sapSlider_BorderColor:#d5dadd;--sapSlider_Selected_Background:#0070f2;--sapSlider_Selected_BorderColor:#0070f2;--sapSlider_HandleBackground:#fff;--sapSlider_HandleBorderColor:#fff;--sapSlider_RangeHandleBackground:#fff;--sapSlider_Hover_HandleBackground:#fff;--sapSlider_Hover_HandleBorderColor:#0070f2;--sapSlider_Hover_RangeHandleBackground:transparent;--sapSlider_Active_HandleBackground:#fff;--sapSlider_Active_HandleBorderColor:#fff;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#fff;--sapPageHeader_BorderColor:#d9d9d9;--sapPageHeader_TextColor:#1d2d3e;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#d9d9d9;--sapPageFooter_TextColor:#1d2d3e;--sapInfobar_Background:#c2fcee;--sapInfobar_Hover_Background:#fff;--sapInfobar_Active_Background:#fff;--sapInfobar_NonInteractive_Background:#f5f6f7;--sapInfobar_TextColor:#046c7a;--sapObjectHeader_Background:#fff;--sapObjectHeader_BorderColor:#d9d9d9;--sapObjectHeader_Hover_Background:#eaecee;--sapObjectHeader_Title_TextColor:#1d2d3e;--sapObjectHeader_Title_FontSize:2rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72Black","72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#556b82;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#fff;--sapTile_Active_Background:#f5f5f5;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:1rem;--sapTile_TitleTextColor:#1d2d3e;--sapTile_TextColor:#556b82;--sapTile_IconColor:#556b82;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:hsla(0,0%,100%,0.96);--sapTile_OverlayForegroundColor:#1d2d3e;--sapAccentColor1:#d27700;--sapAccentColor2:#aa0808;--sapAccentColor3:#ba066c;--sapAccentColor4:#a100c2;--sapAccentColor5:#5d36ff;--sapAccentColor6:#0057d2;--sapAccentColor7:#046c7a;--sapAccentColor8:#256f3a;--sapAccentColor9:#6c32a9;--sapAccentColor10:#5b738b;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#ffdbe7;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#ddccf0;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#fff;--sapLegend_NonWorkingBackground:#ebebeb;--sapLegend_CurrentDateTime:#a100c2;--sapLegendColor1:#c35500;--sapLegendColor2:#d23a0a;--sapLegendColor3:#df1278;--sapLegendColor4:#840606;--sapLegendColor5:#cc00dc;--sapLegendColor6:#0057d2;--sapLegendColor7:#07838f;--sapLegendColor8:#188918;--sapLegendColor9:#5b738b;--sapLegendColor10:#7800a4;--sapLegendColor11:#a93e00;--sapLegendColor12:#aa2608;--sapLegendColor13:#ba066c;--sapLegendColor14:#8d2a00;--sapLegendColor15:#4e247a;--sapLegendColor16:#002a86;--sapLegendColor17:#035663;--sapLegendColor18:#1e592f;--sapLegendColor19:#1a4796;--sapLegendColor20:#470ced;--sapLegendBackgroundColor1:#ffef9f;--sapLegendBackgroundColor2:#feeae1;--sapLegendBackgroundColor3:#fbf6f8;--sapLegendBackgroundColor4:#fbebeb;--sapLegendBackgroundColor5:#ffe5fe;--sapLegendBackgroundColor6:#d1efff;--sapLegendBackgroundColor7:#c2fcee;--sapLegendBackgroundColor8:#f5fae5;--sapLegendBackgroundColor9:#f5f6f7;--sapLegendBackgroundColor10:#fff0fa;--sapLegendBackgroundColor11:#fff8d6;--sapLegendBackgroundColor12:#fff6f6;--sapLegendBackgroundColor13:#f7ebef;--sapLegendBackgroundColor14:#f1ecd5;--sapLegendBackgroundColor15:#f0e7f8;--sapLegendBackgroundColor16:#ebf8ff;--sapLegendBackgroundColor17:#dafdf5;--sapLegendBackgroundColor18:#ebf5cb;--sapLegendBackgroundColor19:#fafdff;--sapLegendBackgroundColor20:#eceeff;--sapChart_OrderedColor_1:#1b90ff;--sapChart_OrderedColor_2:#f26018;--sapChart_OrderedColor_3:#179c6f;--sapChart_OrderedColor_4:#f62866;--sapChart_OrderedColor_5:#863fd5;--sapChart_OrderedColor_6:#04a29d;--sapChart_OrderedColor_7:#0070f2;--sapChart_OrderedColor_8:#cc00dc;--sapChart_OrderedColor_9:#8396a8;--sapChart_OrderedColor_10:#f54747;--sapChart_OrderedColor_11:#20578c;--sapChart_Bad:#f53232;--sapChart_Critical:#e76500;--sapChart_Good:#30914c;--sapChart_Neutral:#788fa6;--sapChart_Sequence_1:#1b90ff;--sapChart_Sequence_2:#f26018;--sapChart_Sequence_3:#179c6f;--sapChart_Sequence_4:#f62866;--sapChart_Sequence_5:#863fd5;--sapChart_Sequence_6:#04a29d;--sapChart_Sequence_7:#0070f2;--sapChart_Sequence_8:#cc00dc;--sapChart_Sequence_9:#8396a8;--sapChart_Sequence_10:#f54747;--sapChart_Sequence_11:#20578c;--sapChart_Sequence_Neutral:#788fa6;--sapFontUrl_SAP-icons_ttf:url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff:url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2:url(../../../Base/baseLib/sap_horizon/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_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.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_SemiboldDuplex_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.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_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_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_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_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_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_BoldItalic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.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_CondensedBold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.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_72Mono_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2);--sapFontUrl_72Mono_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff);--sapFontUrl_72Mono_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2);--sapFontUrl_72Mono_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff);--sapFontUrl_72Mono_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2);--sapFontUrl_72Mono_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff);--sapFontUrl_72Mono_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2);--sapFontUrl_72Mono_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff)}.background-image--sapCompanyLogo{background-image:var(--sapCompanyLogo)}.background-image--sapBackgroundImage{background-image:var(--sapBackgroundImage)}.background-image--sapShell_BackgroundImage{background-image:var(--sapShell_BackgroundImage)}
@@ -1 +1 @@
1
- .sapThemeMetaData-Base-baseLib{background-image:url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.68.3"}, "Version": { "Build": "11.1.36.20220314143804", "Source": "11.1.36"}}')}:root{--sapThemeMetaData-Base-baseLib:{"Path":"Base.baseLib.sap_horizon_dark.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_horizon","baseTheme"],"Tags":["Fiori_3","DarkColorScheme"],"FallbackThemeId":"sap_horizon","Engine":{"Name":"theming-engine","Version":"1.68.3"},"Version":{ "Build":"11.1.36.20220314143804","Source":"11.1.36"}};--sapBrandColor:#0070f2;--sapHighlightColor:#4db1ff;--sapBaseColor:#1d232a;--sapShellColor:#1d232a;--sapBackgroundColor:#12171c;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--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","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:3rem;--sapFontHeader2Size:2rem;--sapFontHeader3Size:1.5rem;--sapFontHeader4Size:1.25rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#eaecee;--sapLinkColor:#4db1ff;--sapLink_Hover_Color:#29a1ff;--sapLink_Active_Color:#4db1ff;--sapLink_Visited_Color:#4db1ff;--sapLink_InvertedColor:#bde2ff;--sapLink_SubtleColor:#eaecee;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#4db1ff;--sapActiveColor:#020303;--sapHighlightTextColor:#1d232a;--sapTitleColor:#eaecee;--sapNegativeColor:#fa6161;--sapCriticalColor:#ffdf72;--sapPositiveColor:#97dd40;--sapInformativeColor:#4db1ff;--sapNeutralColor:#a9b4be;--sapNegativeElementColor:#fa6161;--sapCriticalElementColor:#f7bf00;--sapPositiveElementColor:#6dad1f;--sapInformativeElementColor:#4db1ff;--sapNeutralElementColor:#a9b4be;--sapNegativeTextColor:#fa6161;--sapPositiveTextColor:#97dd40;--sapCriticalTextColor:#ffdf72;--sapInformativeTextColor:#4db1ff;--sapNeutralTextColor:#eaecee;--sapNeutralBorderColor:#a9b4be;--sapErrorColor:#fa6161;--sapErrorBorderColor:#fa6161;--sapWarningColor:#ffdf72;--sapWarningBorderColor:#f7bf00;--sapSuccessColor:#97dd40;--sapSuccessBorderColor:#6dad1f;--sapInformationColor:#4db1ff;--sapInformationBorderColor:#4db1ff;--sapErrorBackground:#350000;--sapWarningBackground:#382700;--sapSuccessBackground:#11331a;--sapInformationBackground:#00144a;--sapNeutralBackground:#242e38;--sapIndicationColor_1:#fd3535;--sapIndicationColor_1_Background:#fd3535;--sapIndicationColor_1_BorderColor:#fd3535;--sapIndicationColor_1_Hover_Background:#fd4e4e;--sapIndicationColor_1_Active_Background:#fe6767;--sapIndicationColor_1_TextColor:#eaecee;--sapIndicationColor_2:#ff8f8f;--sapIndicationColor_2_Background:#ff8f8f;--sapIndicationColor_2_BorderColor:#ff8f8f;--sapIndicationColor_2_Hover_Background:#ffa9a9;--sapIndicationColor_2_Active_Background:#ffc2c2;--sapIndicationColor_2_TextColor:#1d232a;--sapIndicationColor_3:#ffc933;--sapIndicationColor_3_Background:#ffc933;--sapIndicationColor_3_BorderColor:#ffc933;--sapIndicationColor_3_Hover_Background:#ffcd42;--sapIndicationColor_3_Active_Background:#ffd152;--sapIndicationColor_3_TextColor:#1d232a;--sapIndicationColor_4:#bde986;--sapIndicationColor_4_Background:#bde986;--sapIndicationColor_4_BorderColor:#bde986;--sapIndicationColor_4_Hover_Background:#c9ed9c;--sapIndicationColor_4_Active_Background:#d5f1b1;--sapIndicationColor_4_TextColor:#1d232a;--sapIndicationColor_5:#a6e0ff;--sapIndicationColor_5_Background:#a6e0ff;--sapIndicationColor_5_BorderColor:#a6e0ff;--sapIndicationColor_5_Hover_Background:#c0e9ff;--sapIndicationColor_5_Active_Background:#d9f2ff;--sapIndicationColor_5_TextColor:#1d232a;--sapIndicationColor_6:#64edd2;--sapIndicationColor_6_Background:#64edd2;--sapIndicationColor_6_BorderColor:#64edd2;--sapIndicationColor_6_Hover_Background:#7bf0d9;--sapIndicationColor_6_Active_Background:#92f2df;--sapIndicationColor_6_TextColor:#1d232a;--sapIndicationColor_7:#d3b6ff;--sapIndicationColor_7_Background:#d3b6ff;--sapIndicationColor_7_BorderColor:#d3b6ff;--sapIndicationColor_7_Hover_Background:#e2d0ff;--sapIndicationColor_7_Active_Background:#f2e9ff;--sapIndicationColor_7_TextColor:#1d232a;--sapIndicationColor_8:#ff8af0;--sapIndicationColor_8_Background:#ff8af0;--sapIndicationColor_8_BorderColor:#ff8af0;--sapIndicationColor_8_Hover_Background:#ffa3f3;--sapIndicationColor_8_Active_Background:#ffbdf7;--sapIndicationColor_8_TextColor:#1d232a;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.75rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.5;--sapContent_IconHeight:1rem;--sapContent_IconColor:#eaecee;--sapContent_ContrastIconColor:#1d232a;--sapContent_NonInteractiveIconColor:#a9b4be;--sapContent_MarkerIconColor:#d3b6ff;--sapContent_MarkerTextColor:#64edd2;--sapContent_MeasureIndicatorColor:#a9b4be;--sapContent_Selected_MeasureIndicatorColor:#4db1ff;--sapContent_ImagePlaceholderBackground:#45617c;--sapContent_ImagePlaceholderForegroundColor:#d5dadd;--sapContent_RatedColor:#ffdf72;--sapContent_UnratedColor:#a9b4be;--sapContent_BusyColor:#eaecee;--sapContent_FocusColor:#4db1ff;--sapContent_FocusStyle:solid;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0.125rem 0 hsla(0,0%,100%,0.2),0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);--sapContent_Shadow1:0 0 0 0.0625rem hsla(0,0%,100%,0.35),0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);--sapContent_Shadow2:0 0 0 0.0625rem hsla(0,0%,100%,0.35),0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);--sapContent_Shadow3:0 0 0 0.0625rem hsla(0,0%,100%,0.35),0 1.25rem 5rem 0 rgba(0,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,0.2),inset 0 -0.0625rem 0 0 #2e3742;--sapContent_Interaction_Shadow:0 0 0.125rem 0 rgba(169,180,190,0.72);--sapContent_Selected_Shadow:0 0 0.125rem 0 rgba(77,177,255,0.72);--sapContent_Negative_Shadow:0 0 0.125rem 0 rgba(250,97,97,0.72);--sapContent_Critical_Shadow:0 0 0.125rem 0 rgba(255,223,114,0.72);--sapContent_Positive_Shadow:0 0 0.125rem 0 rgba(151,221,64,0.72);--sapContent_Informative_Shadow:0 0 0.125rem 0 rgba(77,177,255,0.72);--sapContent_Neutral_Shadow:0 0 0.125rem 0 rgba(169,180,190,0.72);--sapContent_SearchHighlightColor:#046c7a;--sapContent_HelpColor:#5dc122;--sapContent_LabelColor:#8396a8;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:rgba(234,236,238,0.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.5;--sapContent_ContrastTextColor:#1d232a;--sapContent_ForegroundColor:#101418;--sapContent_ForegroundBorderColor:#a9b4be;--sapContent_ForegroundTextColor:#eaecee;--sapContent_BadgeBackground:#ff8cb2;--sapContent_BadgeTextColor:#1d232a;--sapContent_Placeholderloading_Background:#475566;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#475566 0%,#475566 20%,#74879f 50%,#475566 80%,#475566);--sapContent_DragAndDropActiveColor:#4db1ff;--sapContent_Selected_Background:#1d232a;--sapContent_Selected_TextColor:#4db1ff;--sapContent_Selected_Hover_Background:#1d232a;--sapContent_Selected_ForegroundColor:#4db1ff;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#5d36ff;--sapContent_Illustrative_Color2:#4098ff;--sapContent_Illustrative_Color3:#f58b00;--sapContent_Illustrative_Color4:#5581ae;--sapContent_Illustrative_Color5:#fff;--sapContent_Illustrative_Color6:#b9c1c6;--sapContent_Illustrative_Color7:#223548;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#00a800;--sapContent_Illustrative_Color13:#1782ff;--sapContent_Illustrative_Color14:#0070f3;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#2a4259;--sapContent_Illustrative_Color19:#324e6b;--sapContent_Illustrative_Color20:#3b5b7c;--sapShell_Background:#12171c;--sapShell_BackgroundImage:linear-gradient(180deg,#12171c,#12171c);--sapShell_BackgroundGradient:linear-gradient(180deg,#12171c,#12171c);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#1d232a;--sapShell_TextColor:#eaecee;--sapShell_InteractiveBackground:#242e38;--sapShell_InteractiveTextColor:#eaecee;--sapShell_InteractiveBorderColor:#a9b4be;--sapShell_GroupTitleTextColor:#eaecee;--sapShell_GroupTitleTextShadow:0 0 .125rem #000;--sapShell_Hover_Background:#1d232a;--sapShell_Active_Background:#1d232a;--sapShell_Active_TextColor:#4db1ff;--sapShell_Selected_Background:#1d232a;--sapShell_Selected_TextColor:#4db1ff;--sapShell_Selected_Hover_Background:#1d232a;--sapShell_Favicon:none;--sapShell_Navigation_Background:#1d232a;--sapShell_Navigation_SelectedColor:#eaecee;--sapShell_Navigation_Selected_TextColor:#eaecee;--sapShell_Navigation_TextColor:#eaecee;--sapShell_Navigation_Hover_Background:#1d232a;--sapShell_Navigation_Active_Background:#1d232a;--sapShell_Navigation_Active_TextColor:#4db1ff;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(0,0,0,0.8),inset 0 -0.0625rem 0 0 hsla(0,0%,100%,0.2);--sapShell_NegativeColor:#fa6161;--sapShell_CriticalColor:#ffdf72;--sapShell_PositiveColor:#97dd40;--sapShell_InformativeColor:#4db1ff;--sapShell_NeutralColor:#eaecee;--sapAvatar_1_Background:#ae4000;--sapAvatar_1_BorderColor:#ae4000;--sapAvatar_1_TextColor:#ffdf72;--sapAvatar_2_Background:#890506;--sapAvatar_2_BorderColor:#890506;--sapAvatar_2_TextColor:#ff8cb2;--sapAvatar_3_Background:#b40569;--sapAvatar_3_BorderColor:#b40569;--sapAvatar_3_TextColor:#fecbda;--sapAvatar_4_Background:#8700b8;--sapAvatar_4_BorderColor:#8700b8;--sapAvatar_4_TextColor:#ffafed;--sapAvatar_5_Background:#470cf1;--sapAvatar_5_BorderColor:#470cf1;--sapAvatar_5_TextColor:#d3b6ff;--sapAvatar_6_Background:#0054cc;--sapAvatar_6_BorderColor:#0054cc;--sapAvatar_6_TextColor:#a6e0ff;--sapAvatar_7_Background:#036573;--sapAvatar_7_BorderColor:#036573;--sapAvatar_7_TextColor:#64edd2;--sapAvatar_8_Background:#236c39;--sapAvatar_8_BorderColor:#236c39;--sapAvatar_8_TextColor:#bde986;--sapAvatar_9_Background:#4e247a;--sapAvatar_9_BorderColor:#4e247a;--sapAvatar_9_TextColor:#b995e0;--sapAvatar_10_Background:#45617c;--sapAvatar_10_BorderColor:#45617c;--sapAvatar_10_TextColor:#d5dadd;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.5rem;--sapButton_Background:#2e3b47;--sapButton_BorderColor:#2e3b47;--sapButton_TextColor:#eaecee;--sapButton_Hover_Background:#1d232a;--sapButton_Hover_BorderColor:#1d232a;--sapButton_Hover_TextColor:#eaecee;--sapButton_IconColor:#eaecee;--sapButton_Active_Background:#213131;--sapButton_Active_BorderColor:#4db1ff;--sapButton_Active_TextColor:#4db1ff;--sapButton_Emphasized_Background:#0070f2;--sapButton_Emphasized_BorderColor:#0070f2;--sapButton_Emphasized_TextColor:#eaecee;--sapButton_Emphasized_Hover_Background:#0064d9;--sapButton_Emphasized_Hover_BorderColor:#0064d9;--sapButton_Emphasized_Hover_TextColor:#eaecee;--sapButton_Emphasized_Active_Background:#213131;--sapButton_Emphasized_Active_BorderColor:#4db1ff;--sapButton_Emphasized_Active_TextColor:#4db1ff;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#490000;--sapButton_Reject_BorderColor:#490000;--sapButton_Reject_Hover_Background:#1d232a;--sapButton_Reject_Hover_BorderColor:#1d232a;--sapButton_Reject_Hover_TextColor:#fa6161;--sapButton_Reject_Active_Background:#213131;--sapButton_Reject_Active_BorderColor:#fa6161;--sapButton_Reject_Active_TextColor:#fa6161;--sapButton_Reject_TextColor:#fa6161;--sapButton_Reject_Selected_Background:#213131;--sapButton_Reject_Selected_BorderColor:#fa6161;--sapButton_Reject_Selected_TextColor:#fa6161;--sapButton_Reject_Selected_Hover_Background:#213131;--sapButton_Reject_Selected_Hover_BorderColor:#fa6161;--sapButton_Accept_Background:#153e20;--sapButton_Accept_BorderColor:#153e20;--sapButton_Accept_Hover_Background:#1d232a;--sapButton_Accept_Hover_BorderColor:#1d232a;--sapButton_Accept_Hover_TextColor:#97dd40;--sapButton_Accept_Active_Background:#213131;--sapButton_Accept_Active_BorderColor:#6dad1f;--sapButton_Accept_Active_TextColor:#97dd40;--sapButton_Accept_TextColor:#97dd40;--sapButton_Accept_Selected_Background:#213131;--sapButton_Accept_Selected_BorderColor:#6dad1f;--sapButton_Accept_Selected_TextColor:#97dd40;--sapButton_Accept_Selected_Hover_Background:#1d232a;--sapButton_Accept_Selected_Hover_BorderColor:#6dad1f;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#4db1ff;--sapButton_Lite_Hover_Background:#1d232a;--sapButton_Lite_Hover_BorderColor:#1d232a;--sapButton_Lite_Hover_TextColor:#4db1ff;--sapButton_Lite_Active_Background:#213131;--sapButton_Lite_Active_BorderColor:#4db1ff;--sapButton_Selected_Background:#1d232a;--sapButton_Selected_BorderColor:#4db1ff;--sapButton_Selected_TextColor:#4db1ff;--sapButton_Selected_Hover_Background:#1d232a;--sapButton_Selected_Hover_BorderColor:#4db1ff;--sapButton_Attention_Background:#382700;--sapButton_Attention_BorderColor:#382700;--sapButton_Attention_TextColor:#ffdf72;--sapButton_Attention_Hover_Background:#1d232a;--sapButton_Attention_Hover_BorderColor:#1d232a;--sapButton_Attention_Hover_TextColor:#ffdf72;--sapButton_Attention_Active_Background:#213131;--sapButton_Attention_Active_BorderColor:#f7bf00;--sapButton_Attention_Active_TextColor:#ffdf72;--sapButton_Attention_Selected_Background:#213131;--sapButton_Attention_Selected_BorderColor:#f7bf00;--sapButton_Attention_Selected_TextColor:#ffdf72;--sapButton_Attention_Selected_Hover_Background:#213131;--sapButton_Attention_Selected_Hover_BorderColor:#f7bf00;--sapButton_Negative_Background:#fa6161;--sapButton_Negative_BorderColor:#fa6161;--sapButton_Negative_TextColor:#1d232a;--sapButton_Negative_Hover_Background:#fb7a7a;--sapButton_Negative_Hover_BorderColor:#fb7a7a;--sapButton_Negative_Hover_TextColor:#1d232a;--sapButton_Negative_Active_Background:#fc9292;--sapButton_Negative_Active_BorderColor:#fc9292;--sapButton_Negative_Active_TextColor:#1d232a;--sapButton_Critical_Background:#f7bf00;--sapButton_Critical_BorderColor:#f7bf00;--sapButton_Critical_TextColor:#1d232a;--sapButton_Critical_Hover_Background:#ffcf2b;--sapButton_Critical_Hover_BorderColor:#ffcf2b;--sapButton_Critical_Hover_TextColor:#1d232a;--sapButton_Critical_Active_Background:#ffd43f;--sapButton_Critical_Active_BorderColor:#ffd43f;--sapButton_Critical_Active_TextColor:#1d232a;--sapButton_Success_Background:#6dad1f;--sapButton_Success_BorderColor:#6dad1f;--sapButton_Success_TextColor:#1d232a;--sapButton_Success_Hover_Background:#7bc323;--sapButton_Success_Hover_BorderColor:#7bc323;--sapButton_Success_Hover_TextColor:#1d232a;--sapButton_Success_Active_Background:#88d827;--sapButton_Success_Active_BorderColor:#88d827;--sapButton_Success_Active_TextColor:#1d232a;--sapButton_Information_Background:#4db1ff;--sapButton_Information_BorderColor:#4db1ff;--sapButton_Information_TextColor:#1d232a;--sapButton_Information_Hover_Background:#67bcff;--sapButton_Information_Hover_BorderColor:#67bcff;--sapButton_Information_Hover_TextColor:#1d232a;--sapButton_Information_Active_Background:#80c7ff;--sapButton_Information_Active_BorderColor:#80c7ff;--sapButton_Information_Active_TextColor:#1d232a;--sapButton_Neutral_Background:#a9b4be;--sapButton_Neutral_BorderColor:#a9b4be;--sapButton_Neutral_TextColor:#1d232a;--sapButton_Neutral_Hover_Background:#b8c1c9;--sapButton_Neutral_Hover_BorderColor:#b8c1c9;--sapButton_Neutral_Hover_TextColor:#1d232a;--sapButton_Neutral_Active_Background:#c6cdd4;--sapButton_Neutral_Active_BorderColor:#c6cdd4;--sapButton_Neutral_Active_TextColor:#1d232a;--sapButton_Track_Background:#a9b4be;--sapButton_Track_BorderColor:#a9b4be;--sapButton_Track_TextColor:#1d232a;--sapButton_Track_Hover_Background:#b8c1c9;--sapButton_Track_Hover_BorderColor:#b8c1c9;--sapButton_Track_Selected_Background:#4db1ff;--sapButton_Track_Selected_BorderColor:#4db1ff;--sapButton_Track_Selected_TextColor:#1d232a;--sapButton_Track_Selected_Hover_Background:#67bcff;--sapButton_Track_Selected_Hover_BorderColor:#67bcff;--sapButton_Handle_Background:#1d232a;--sapButton_Handle_BorderColor:#1d232a;--sapButton_Handle_TextColor:#eaecee;--sapButton_Handle_Hover_Background:#1d232a;--sapButton_Handle_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_Handle_Selected_Background:#1d232a;--sapButton_Handle_Selected_BorderColor:#1d232a;--sapButton_Handle_Selected_TextColor:#4db1ff;--sapButton_Handle_Selected_Hover_Background:#1d232a;--sapButton_Handle_Selected_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_Track_Negative_Background:#fa6161;--sapButton_Track_Negative_BorderColor:#fa6161;--sapButton_Track_Negative_TextColor:#1d232a;--sapButton_Track_Negative_Hover_Background:#fb7a7a;--sapButton_Track_Negative_Hover_BorderColor:#fb7a7a;--sapButton_Handle_Negative_Background:#1d232a;--sapButton_Handle_Negative_BorderColor:#1d232a;--sapButton_Handle_Negative_TextColor:#fa6161;--sapButton_Handle_Negative_Hover_Background:#1d232a;--sapButton_Handle_Negative_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_Track_Positive_Background:#6dad1f;--sapButton_Track_Positive_BorderColor:#6dad1f;--sapButton_Track_Positive_TextColor:#1d232a;--sapButton_Track_Positive_Hover_Background:#7bc323;--sapButton_Track_Positive_Hover_BorderColor:#7bc323;--sapButton_Handle_Positive_Background:#1d232a;--sapButton_Handle_Positive_BorderColor:#1d232a;--sapButton_Handle_Positive_TextColor:#97dd40;--sapButton_Handle_Positive_Hover_Background:#1d232a;--sapButton_Handle_Positive_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_TokenBackground:#1d232a;--sapButton_TokenBorderColor:#a9b4be;--sapField_Background:#242e38;--sapField_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#a9b4be,#a9b4be) border-box;--sapField_TextColor:#fff;--sapField_PlaceholderTextColor:#8396a8;--sapField_BorderColor:#a9b4be;--sapField_HelpBackground:#242e38;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:.25rem;--sapField_Hover_Background:#1d232a;--sapField_Hover_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#a9b4be,#a9b4be) border-box;--sapField_Hover_BorderColor:#a9b4be;--sapField_Hover_HelpBackground:#1d232a;--sapField_Active_BorderColor:#4db1ff;--sapField_Focus_Background:#1d232a;--sapField_Focus_BorderColor:#4db1ff;--sapField_Focus_HelpBackground:#1d232a;--sapField_ReadOnly_Background:transparent;--sapField_ReadOnly_BorderColor:#a9b4be;--sapField_ReadOnly_HelpBackground:transparent;--sapField_RequiredColor:#ff78a4;--sapField_InvalidColor:#fa6161;--sapField_InvalidBackground:#350000;--sapField_InvalidBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#fa6161,#fa6161) border-box;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_WarningColor:#f7bf00;--sapField_WarningBackground:#382700;--sapField_WarningBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#f7bf00,#f7bf00) border-box;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_SuccessColor:#6dad1f;--sapField_SuccessBackground:#11331a;--sapField_SuccessBackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#6dad1f,#6dad1f) border-box;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#4db1ff;--sapField_InformationBackground:#00144a;--sapField_InformationBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#4db1ff,#4db1ff) border-box;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapGroup_TitleBackground:#1d232a;--sapGroup_TitleBorderColor:#768ea5;--sapGroup_TitleTextColor:#eaecee;--sapGroup_Title_FontSize:1rem;--sapGroup_ContentBackground:#1d232a;--sapGroup_ContentBorderColor:#323c48;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:.5rem;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.5rem;--sapToolbar_Background:#1d232a;--sapToolbar_SeparatorColor:#3c4957;--sapList_HeaderBackground:#1d232a;--sapList_HeaderBorderColor:#768ea5;--sapList_HeaderTextColor:#eaecee;--sapList_BorderColor:#2e3742;--sapList_TextColor:#eaecee;--sapList_Active_TextColor:#eaecee;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#020303;--sapList_SelectionBackgroundColor:#1d2d3e;--sapList_SelectionBorderColor:#4db1ff;--sapList_Hover_SelectionBackground:#223548;--sapList_Background:#1d232a;--sapList_Hover_Background:#232b33;--sapList_AlternatingBackground:#12171c;--sapList_GroupHeaderBackground:#1d232a;--sapList_GroupHeaderBorderColor:#768ea5;--sapList_GroupHeaderTextColor:#eaecee;--sapList_FooterBackground:#1d232a;--sapList_FooterTextColor:#eaecee;--sapList_TableGroupHeaderBackground:#0c0f13;--sapList_TableGroupHeaderBorderColor:#768ea5;--sapList_TableGroupHeaderTextColor:#eaecee;--sapList_TableFooterBorder:#768ea5;--sapList_TableFixedBorderColor:#6f829a;--sapMessage_ErrorBorderColor:#910000;--sapMessage_WarningBorderColor:#845c00;--sapMessage_SuccessBorderColor:#246c37;--sapMessage_InformationBorderColor:#0034bf;--sapProgress_Background:#2e3b48;--sapProgress_BorderColor:#2e3b48;--sapProgress_TextColor:#eaecee;--sapProgress_FontSize:.875rem;--sapProgress_NegativeBackground:#680000;--sapProgress_NegativeBorderColor:#680000;--sapProgress_NegativeTextColor:#eaecee;--sapProgress_CriticalBackground:#6b4b00;--sapProgress_CriticalBorderColor:#6b4b00;--sapProgress_CriticalTextColor:#eaecee;--sapProgress_PositiveBackground:#174624;--sapProgress_PositiveBorderColor:#174624;--sapProgress_PositiveTextColor:#eaecee;--sapProgress_InformationBackground:#001b64;--sapProgress_InformationBorderColor:#001b64;--sapProgress_InformationTextColor:#eaecee;--sapProgress_Value_Background:#a9b4be;--sapProgress_Value_BorderColor:#2e3b48;--sapProgress_Value_TextColor:#a9b4be;--sapProgress_Value_NegativeBackground:#fa6161;--sapProgress_Value_NegativeBorderColor:#680000;--sapProgress_Value_NegativeTextColor:#fa6161;--sapProgress_Value_CriticalBackground:#f7bf00;--sapProgress_Value_CriticalBorderColor:#6b4b00;--sapProgress_Value_CriticalTextColor:#f7bf00;--sapProgress_Value_PositiveBackground:#6dad1f;--sapProgress_Value_PositiveBorderColor:#174624;--sapProgress_Value_PositiveTextColor:#6dad1f;--sapProgress_Value_InformationBackground:#4db1ff;--sapProgress_Value_InformationBorderColor:#001b64;--sapProgress_Value_InformationTextColor:#4db1ff;--sapScrollBar_FaceColor:#647891;--sapScrollBar_TrackColor:#1d232a;--sapScrollBar_BorderColor:#647891;--sapScrollBar_SymbolColor:#eaecee;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#5c6e85;--sapSlider_Background:#2e3b48;--sapSlider_BorderColor:#2e3b48;--sapSlider_Selected_Background:#4db1ff;--sapSlider_Selected_BorderColor:#4db1ff;--sapSlider_HandleBackground:#1d232a;--sapSlider_HandleBorderColor:#1d232a;--sapSlider_RangeHandleBackground:#1d232a;--sapSlider_Hover_HandleBackground:#1d232a;--sapSlider_Hover_HandleBorderColor:#4db1ff;--sapSlider_Hover_RangeHandleBackground:transparent;--sapSlider_Active_HandleBackground:#213131;--sapSlider_Active_HandleBorderColor:#213131;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#1d232a;--sapPageHeader_BorderColor:#2e3742;--sapPageHeader_TextColor:#eaecee;--sapPageFooter_Background:#1d232a;--sapPageFooter_BorderColor:#2e3742;--sapPageFooter_TextColor:#eaecee;--sapInfobar_Background:#036573;--sapInfobar_Hover_Background:#1d232a;--sapInfobar_Active_Background:#1d232a;--sapInfobar_NonInteractive_Background:#12171c;--sapInfobar_TextColor:#64edd2;--sapObjectHeader_Background:#1d232a;--sapObjectHeader_BorderColor:#2e3742;--sapObjectHeader_Hover_Background:#232b33;--sapObjectHeader_Title_TextColor:#eaecee;--sapObjectHeader_Title_FontSize:2rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72Black","72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#8396a8;--sapBlockLayer_Background:#000;--sapTile_Background:#1d232a;--sapTile_Hover_Background:#1d232a;--sapTile_Active_Background:#15191e;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:1rem;--sapTile_TitleTextColor:#eaecee;--sapTile_TextColor:#8396a8;--sapTile_IconColor:#8396a8;--sapTile_SeparatorColor:#475566;--sapTile_Interactive_BorderColor:#5b6e85;--sapTile_OverlayBackground:rgba(29,35,42,0.96);--sapTile_OverlayForegroundColor:#eaecee;--sapAccentColor1:#ffdf72;--sapAccentColor2:#ff8cb2;--sapAccentColor3:#fecbda;--sapAccentColor4:#ffafed;--sapAccentColor5:#d3b6ff;--sapAccentColor6:#a6e0ff;--sapAccentColor7:#64edd2;--sapAccentColor8:#bde986;--sapAccentColor9:#b995e0;--sapAccentColor10:#d5dadd;--sapAccentBackgroundColor1:#ae4000;--sapAccentBackgroundColor2:#890506;--sapAccentBackgroundColor3:#b40569;--sapAccentBackgroundColor4:#8700b8;--sapAccentBackgroundColor5:#470cf1;--sapAccentBackgroundColor6:#0054cc;--sapAccentBackgroundColor7:#036573;--sapAccentBackgroundColor8:#236c39;--sapAccentBackgroundColor9:#4e247a;--sapAccentBackgroundColor10:#45617c;--sapLegend_WorkingBackground:#1d232a;--sapLegend_NonWorkingBackground:#0c0f12;--sapLegend_CurrentDateTime:#ffafed;--sapLegendColor1:#ffb300;--sapLegendColor2:#f5734b;--sapLegendColor3:#feabc8;--sapLegendColor4:#db7070;--sapLegendColor5:#ff8af0;--sapLegendColor6:#89d1ff;--sapLegendColor7:#2ce0bf;--sapLegendColor8:#97dd40;--sapLegendColor9:#a9b4be;--sapLegendColor10:#aa7dd9;--sapLegendColor11:#f58b00;--sapLegendColor12:#fbbfac;--sapLegendColor13:#ffa1a1;--sapLegendColor14:#ff9e74;--sapLegendColor15:#af9cc3;--sapLegendColor16:#aabce3;--sapLegendColor17:#dafdf5;--sapLegendColor18:#d5f1b1;--sapLegendColor19:#d1efff;--sapLegendColor20:#e2d8ff;--sapLegendBackgroundColor1:#382700;--sapLegendBackgroundColor2:#501605;--sapLegendBackgroundColor3:#510136;--sapLegendBackgroundColor4:#411c1c;--sapLegendBackgroundColor5:#28004a;--sapLegendBackgroundColor6:#00144a;--sapLegendBackgroundColor7:#012931;--sapLegendBackgroundColor8:#1f2519;--sapLegendBackgroundColor9:#182430;--sapLegendBackgroundColor10:#30164b;--sapLegendBackgroundColor11:#571400;--sapLegendBackgroundColor12:#360c03;--sapLegendBackgroundColor13:#3d0000;--sapLegendBackgroundColor14:#421502;--sapLegendBackgroundColor15:#332640;--sapLegendBackgroundColor16:#121d35;--sapLegendBackgroundColor17:#013131;--sapLegendBackgroundColor18:#1e3009;--sapLegendBackgroundColor19:#0a285c;--sapLegendBackgroundColor20:#1c0c6e;--sapChart_OrderedColor_1:#1b90ff;--sapChart_OrderedColor_2:#f26018;--sapChart_OrderedColor_3:#179c6f;--sapChart_OrderedColor_4:#f62866;--sapChart_OrderedColor_5:#863fd5;--sapChart_OrderedColor_6:#04a29d;--sapChart_OrderedColor_7:#0070f2;--sapChart_OrderedColor_8:#cc00dc;--sapChart_OrderedColor_9:#8396a8;--sapChart_OrderedColor_10:#f54747;--sapChart_OrderedColor_11:#20578c;--sapChart_Bad:#f53232;--sapChart_Critical:#e76500;--sapChart_Good:#30914c;--sapChart_Neutral:#788fa6;--sapChart_Sequence_1:#1b90ff;--sapChart_Sequence_2:#f26018;--sapChart_Sequence_3:#179c6f;--sapChart_Sequence_4:#f62866;--sapChart_Sequence_5:#863fd5;--sapChart_Sequence_6:#04a29d;--sapChart_Sequence_7:#0070f2;--sapChart_Sequence_8:#cc00dc;--sapChart_Sequence_9:#8396a8;--sapChart_Sequence_10:#f54747;--sapChart_Sequence_11:#20578c;--sapChart_Sequence_Neutral:#788fa6;--sapFontUrl_SAP-icons_ttf:url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff:url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2:url(../../../Base/baseLib/sap_horizon/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_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.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_SemiboldDuplex_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.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_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_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_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_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_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_BoldItalic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.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_CondensedBold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.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_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_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}')}:root{--sapThemeMetaData-Base-baseLib:{"Path":"Base.baseLib.sap_horizon_dark.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_horizon","baseTheme"],"Tags":["Fiori_3","DarkColorScheme"],"FallbackThemeId":"sap_horizon","Engine":{"Name":"theming-engine","Version":"1.69.2"},"Version":{ "Build":"11.1.38.20220405122918","Source":"11.1.38"}};--sapBrandColor:#0070f2;--sapHighlightColor:#4db1ff;--sapBaseColor:#1d232a;--sapShellColor:#1d232a;--sapBackgroundColor:#12171c;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--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","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:3rem;--sapFontHeader2Size:2rem;--sapFontHeader3Size:1.5rem;--sapFontHeader4Size:1.25rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#eaecee;--sapLinkColor:#4db1ff;--sapLink_Hover_Color:#29a1ff;--sapLink_Active_Color:#4db1ff;--sapLink_Visited_Color:#4db1ff;--sapLink_InvertedColor:#bde2ff;--sapLink_SubtleColor:#eaecee;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#4db1ff;--sapActiveColor:#020303;--sapHighlightTextColor:#1d232a;--sapTitleColor:#eaecee;--sapNegativeColor:#fa6161;--sapCriticalColor:#ffdf72;--sapPositiveColor:#97dd40;--sapInformativeColor:#4db1ff;--sapNeutralColor:#a9b4be;--sapNegativeElementColor:#fa6161;--sapCriticalElementColor:#f7bf00;--sapPositiveElementColor:#6dad1f;--sapInformativeElementColor:#4db1ff;--sapNeutralElementColor:#a9b4be;--sapNegativeTextColor:#fa6161;--sapPositiveTextColor:#97dd40;--sapCriticalTextColor:#ffdf72;--sapInformativeTextColor:#4db1ff;--sapNeutralTextColor:#eaecee;--sapNeutralBorderColor:#a9b4be;--sapErrorColor:#fa6161;--sapErrorBorderColor:#fa6161;--sapWarningColor:#ffdf72;--sapWarningBorderColor:#f7bf00;--sapSuccessColor:#97dd40;--sapSuccessBorderColor:#6dad1f;--sapInformationColor:#4db1ff;--sapInformationBorderColor:#4db1ff;--sapErrorBackground:#350000;--sapWarningBackground:#382700;--sapSuccessBackground:#11331a;--sapInformationBackground:#00144a;--sapNeutralBackground:#242e38;--sapIndicationColor_1:#fd3535;--sapIndicationColor_1_Background:#fd3535;--sapIndicationColor_1_BorderColor:#fd3535;--sapIndicationColor_1_Hover_Background:#fd4e4e;--sapIndicationColor_1_Active_Background:#fe6767;--sapIndicationColor_1_TextColor:#eaecee;--sapIndicationColor_2:#ff8f8f;--sapIndicationColor_2_Background:#ff8f8f;--sapIndicationColor_2_BorderColor:#ff8f8f;--sapIndicationColor_2_Hover_Background:#ffa9a9;--sapIndicationColor_2_Active_Background:#ffc2c2;--sapIndicationColor_2_TextColor:#1d232a;--sapIndicationColor_3:#ffc933;--sapIndicationColor_3_Background:#ffc933;--sapIndicationColor_3_BorderColor:#ffc933;--sapIndicationColor_3_Hover_Background:#ffcd42;--sapIndicationColor_3_Active_Background:#ffd152;--sapIndicationColor_3_TextColor:#1d232a;--sapIndicationColor_4:#bde986;--sapIndicationColor_4_Background:#bde986;--sapIndicationColor_4_BorderColor:#bde986;--sapIndicationColor_4_Hover_Background:#c9ed9c;--sapIndicationColor_4_Active_Background:#d5f1b1;--sapIndicationColor_4_TextColor:#1d232a;--sapIndicationColor_5:#a6e0ff;--sapIndicationColor_5_Background:#a6e0ff;--sapIndicationColor_5_BorderColor:#a6e0ff;--sapIndicationColor_5_Hover_Background:#c0e9ff;--sapIndicationColor_5_Active_Background:#d9f2ff;--sapIndicationColor_5_TextColor:#1d232a;--sapIndicationColor_6:#64edd2;--sapIndicationColor_6_Background:#64edd2;--sapIndicationColor_6_BorderColor:#64edd2;--sapIndicationColor_6_Hover_Background:#7bf0d9;--sapIndicationColor_6_Active_Background:#92f2df;--sapIndicationColor_6_TextColor:#1d232a;--sapIndicationColor_7:#d3b6ff;--sapIndicationColor_7_Background:#d3b6ff;--sapIndicationColor_7_BorderColor:#d3b6ff;--sapIndicationColor_7_Hover_Background:#e2d0ff;--sapIndicationColor_7_Active_Background:#f2e9ff;--sapIndicationColor_7_TextColor:#1d232a;--sapIndicationColor_8:#ff8af0;--sapIndicationColor_8_Background:#ff8af0;--sapIndicationColor_8_BorderColor:#ff8af0;--sapIndicationColor_8_Hover_Background:#ffa3f3;--sapIndicationColor_8_Active_Background:#ffbdf7;--sapIndicationColor_8_TextColor:#1d232a;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.75rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.5;--sapContent_IconHeight:1rem;--sapContent_IconColor:#eaecee;--sapContent_ContrastIconColor:#1d232a;--sapContent_NonInteractiveIconColor:#a9b4be;--sapContent_MarkerIconColor:#d3b6ff;--sapContent_MarkerTextColor:#64edd2;--sapContent_MeasureIndicatorColor:#a9b4be;--sapContent_Selected_MeasureIndicatorColor:#4db1ff;--sapContent_ImagePlaceholderBackground:#45617c;--sapContent_ImagePlaceholderForegroundColor:#d5dadd;--sapContent_RatedColor:#ffdf72;--sapContent_UnratedColor:#a9b4be;--sapContent_BusyColor:#eaecee;--sapContent_FocusColor:#4db1ff;--sapContent_FocusStyle:solid;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0.125rem 0 hsla(0,0%,100%,0.2),0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);--sapContent_Shadow1:0 0 0 0.0625rem hsla(0,0%,100%,0.35),0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);--sapContent_Shadow2:0 0 0 0.0625rem hsla(0,0%,100%,0.35),0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);--sapContent_Shadow3:0 0 0 0.0625rem hsla(0,0%,100%,0.35),0 1.25rem 5rem 0 rgba(0,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,0.2),inset 0 -0.0625rem 0 0 #2e3742;--sapContent_Interaction_Shadow:0 0 0.125rem 0 rgba(169,180,190,0.72);--sapContent_Selected_Shadow:0 0 0.125rem 0 rgba(77,177,255,0.72);--sapContent_Negative_Shadow:0 0 0.125rem 0 rgba(250,97,97,0.72);--sapContent_Critical_Shadow:0 0 0.125rem 0 rgba(255,223,114,0.72);--sapContent_Positive_Shadow:0 0 0.125rem 0 rgba(151,221,64,0.72);--sapContent_Informative_Shadow:0 0 0.125rem 0 rgba(77,177,255,0.72);--sapContent_Neutral_Shadow:0 0 0.125rem 0 rgba(169,180,190,0.72);--sapContent_SearchHighlightColor:#046c7a;--sapContent_HelpColor:#5dc122;--sapContent_LabelColor:#8396a8;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:rgba(234,236,238,0.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.5;--sapContent_ContrastTextColor:#1d232a;--sapContent_ForegroundColor:#101418;--sapContent_ForegroundBorderColor:#a9b4be;--sapContent_ForegroundTextColor:#eaecee;--sapContent_BadgeBackground:#ff8cb2;--sapContent_BadgeTextColor:#1d232a;--sapContent_Placeholderloading_Background:#475566;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#475566 0%,#475566 20%,#74879f 50%,#475566 80%,#475566);--sapContent_DragAndDropActiveColor:#4db1ff;--sapContent_Selected_Background:#1d232a;--sapContent_Selected_TextColor:#4db1ff;--sapContent_Selected_Hover_Background:#1d232a;--sapContent_Selected_ForegroundColor:#4db1ff;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#5d36ff;--sapContent_Illustrative_Color2:#4098ff;--sapContent_Illustrative_Color3:#f58b00;--sapContent_Illustrative_Color4:#5581ae;--sapContent_Illustrative_Color5:#fff;--sapContent_Illustrative_Color6:#b9c1c6;--sapContent_Illustrative_Color7:#223548;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#00a800;--sapContent_Illustrative_Color13:#1782ff;--sapContent_Illustrative_Color14:#0070f3;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#2a4259;--sapContent_Illustrative_Color19:#324e6b;--sapContent_Illustrative_Color20:#3b5b7c;--sapShell_Background:#12171c;--sapShell_BackgroundImage:linear-gradient(180deg,#12171c,#12171c);--sapShell_BackgroundGradient:linear-gradient(180deg,#12171c,#12171c);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#1d232a;--sapShell_TextColor:#eaecee;--sapShell_InteractiveBackground:#242e38;--sapShell_InteractiveTextColor:#eaecee;--sapShell_InteractiveBorderColor:#a9b4be;--sapShell_GroupTitleTextColor:#eaecee;--sapShell_GroupTitleTextShadow:0 0 .125rem #000;--sapShell_Hover_Background:#1d232a;--sapShell_Active_Background:#1d232a;--sapShell_Active_TextColor:#4db1ff;--sapShell_Selected_Background:#1d232a;--sapShell_Selected_TextColor:#4db1ff;--sapShell_Selected_Hover_Background:#1d232a;--sapShell_Favicon:none;--sapShell_Navigation_Background:#1d232a;--sapShell_Navigation_SelectedColor:#4db1ff;--sapShell_Navigation_Selected_TextColor:#4db1ff;--sapShell_Navigation_TextColor:#eaecee;--sapShell_Navigation_Hover_Background:#1d232a;--sapShell_Navigation_Active_Background:#1d232a;--sapShell_Navigation_Active_TextColor:#4db1ff;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(0,0,0,0.8),inset 0 -0.0625rem 0 0 hsla(0,0%,100%,0.2);--sapShell_NegativeColor:#fa6161;--sapShell_CriticalColor:#ffdf72;--sapShell_PositiveColor:#97dd40;--sapShell_InformativeColor:#4db1ff;--sapShell_NeutralColor:#eaecee;--sapAvatar_1_Background:#ae4000;--sapAvatar_1_BorderColor:#ae4000;--sapAvatar_1_TextColor:#ffdf72;--sapAvatar_2_Background:#890506;--sapAvatar_2_BorderColor:#890506;--sapAvatar_2_TextColor:#ff8cb2;--sapAvatar_3_Background:#b40569;--sapAvatar_3_BorderColor:#b40569;--sapAvatar_3_TextColor:#fecbda;--sapAvatar_4_Background:#8700b8;--sapAvatar_4_BorderColor:#8700b8;--sapAvatar_4_TextColor:#ffafed;--sapAvatar_5_Background:#470cf1;--sapAvatar_5_BorderColor:#470cf1;--sapAvatar_5_TextColor:#d3b6ff;--sapAvatar_6_Background:#0054cc;--sapAvatar_6_BorderColor:#0054cc;--sapAvatar_6_TextColor:#a6e0ff;--sapAvatar_7_Background:#036573;--sapAvatar_7_BorderColor:#036573;--sapAvatar_7_TextColor:#64edd2;--sapAvatar_8_Background:#236c39;--sapAvatar_8_BorderColor:#236c39;--sapAvatar_8_TextColor:#bde986;--sapAvatar_9_Background:#4e247a;--sapAvatar_9_BorderColor:#4e247a;--sapAvatar_9_TextColor:#b995e0;--sapAvatar_10_Background:#45617c;--sapAvatar_10_BorderColor:#45617c;--sapAvatar_10_TextColor:#d5dadd;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.5rem;--sapButton_Background:#2e3b47;--sapButton_BorderColor:#2e3b47;--sapButton_TextColor:#eaecee;--sapButton_Hover_Background:#1d232a;--sapButton_Hover_BorderColor:#1d232a;--sapButton_Hover_TextColor:#eaecee;--sapButton_IconColor:#eaecee;--sapButton_Active_Background:#213131;--sapButton_Active_BorderColor:#4db1ff;--sapButton_Active_TextColor:#4db1ff;--sapButton_Emphasized_Background:#0070f2;--sapButton_Emphasized_BorderColor:#0070f2;--sapButton_Emphasized_TextColor:#eaecee;--sapButton_Emphasized_Hover_Background:#0064d9;--sapButton_Emphasized_Hover_BorderColor:#0064d9;--sapButton_Emphasized_Hover_TextColor:#eaecee;--sapButton_Emphasized_Active_Background:#213131;--sapButton_Emphasized_Active_BorderColor:#4db1ff;--sapButton_Emphasized_Active_TextColor:#4db1ff;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#490000;--sapButton_Reject_BorderColor:#490000;--sapButton_Reject_Hover_Background:#1d232a;--sapButton_Reject_Hover_BorderColor:#1d232a;--sapButton_Reject_Hover_TextColor:#fa6161;--sapButton_Reject_Active_Background:#213131;--sapButton_Reject_Active_BorderColor:#fa6161;--sapButton_Reject_Active_TextColor:#fa6161;--sapButton_Reject_TextColor:#fa6161;--sapButton_Reject_Selected_Background:#213131;--sapButton_Reject_Selected_BorderColor:#fa6161;--sapButton_Reject_Selected_TextColor:#fa6161;--sapButton_Reject_Selected_Hover_Background:#213131;--sapButton_Reject_Selected_Hover_BorderColor:#fa6161;--sapButton_Accept_Background:#153e20;--sapButton_Accept_BorderColor:#153e20;--sapButton_Accept_Hover_Background:#1d232a;--sapButton_Accept_Hover_BorderColor:#1d232a;--sapButton_Accept_Hover_TextColor:#97dd40;--sapButton_Accept_Active_Background:#213131;--sapButton_Accept_Active_BorderColor:#6dad1f;--sapButton_Accept_Active_TextColor:#97dd40;--sapButton_Accept_TextColor:#97dd40;--sapButton_Accept_Selected_Background:#213131;--sapButton_Accept_Selected_BorderColor:#6dad1f;--sapButton_Accept_Selected_TextColor:#97dd40;--sapButton_Accept_Selected_Hover_Background:#1d232a;--sapButton_Accept_Selected_Hover_BorderColor:#6dad1f;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#4db1ff;--sapButton_Lite_Hover_Background:#1d232a;--sapButton_Lite_Hover_BorderColor:#1d232a;--sapButton_Lite_Hover_TextColor:#4db1ff;--sapButton_Lite_Active_Background:#213131;--sapButton_Lite_Active_BorderColor:#4db1ff;--sapButton_Selected_Background:#1d232a;--sapButton_Selected_BorderColor:#4db1ff;--sapButton_Selected_TextColor:#4db1ff;--sapButton_Selected_Hover_Background:#1d232a;--sapButton_Selected_Hover_BorderColor:#4db1ff;--sapButton_Attention_Background:#382700;--sapButton_Attention_BorderColor:#382700;--sapButton_Attention_TextColor:#ffdf72;--sapButton_Attention_Hover_Background:#1d232a;--sapButton_Attention_Hover_BorderColor:#1d232a;--sapButton_Attention_Hover_TextColor:#ffdf72;--sapButton_Attention_Active_Background:#213131;--sapButton_Attention_Active_BorderColor:#f7bf00;--sapButton_Attention_Active_TextColor:#ffdf72;--sapButton_Attention_Selected_Background:#213131;--sapButton_Attention_Selected_BorderColor:#f7bf00;--sapButton_Attention_Selected_TextColor:#ffdf72;--sapButton_Attention_Selected_Hover_Background:#213131;--sapButton_Attention_Selected_Hover_BorderColor:#f7bf00;--sapButton_Negative_Background:#fa6161;--sapButton_Negative_BorderColor:#fa6161;--sapButton_Negative_TextColor:#1d232a;--sapButton_Negative_Hover_Background:#fb7a7a;--sapButton_Negative_Hover_BorderColor:#fb7a7a;--sapButton_Negative_Hover_TextColor:#1d232a;--sapButton_Negative_Active_Background:#fc9292;--sapButton_Negative_Active_BorderColor:#fc9292;--sapButton_Negative_Active_TextColor:#1d232a;--sapButton_Critical_Background:#f7bf00;--sapButton_Critical_BorderColor:#f7bf00;--sapButton_Critical_TextColor:#1d232a;--sapButton_Critical_Hover_Background:#ffcf2b;--sapButton_Critical_Hover_BorderColor:#ffcf2b;--sapButton_Critical_Hover_TextColor:#1d232a;--sapButton_Critical_Active_Background:#ffd43f;--sapButton_Critical_Active_BorderColor:#ffd43f;--sapButton_Critical_Active_TextColor:#1d232a;--sapButton_Success_Background:#6dad1f;--sapButton_Success_BorderColor:#6dad1f;--sapButton_Success_TextColor:#1d232a;--sapButton_Success_Hover_Background:#7bc323;--sapButton_Success_Hover_BorderColor:#7bc323;--sapButton_Success_Hover_TextColor:#1d232a;--sapButton_Success_Active_Background:#88d827;--sapButton_Success_Active_BorderColor:#88d827;--sapButton_Success_Active_TextColor:#1d232a;--sapButton_Information_Background:#4db1ff;--sapButton_Information_BorderColor:#4db1ff;--sapButton_Information_TextColor:#1d232a;--sapButton_Information_Hover_Background:#67bcff;--sapButton_Information_Hover_BorderColor:#67bcff;--sapButton_Information_Hover_TextColor:#1d232a;--sapButton_Information_Active_Background:#80c7ff;--sapButton_Information_Active_BorderColor:#80c7ff;--sapButton_Information_Active_TextColor:#1d232a;--sapButton_Neutral_Background:#a9b4be;--sapButton_Neutral_BorderColor:#a9b4be;--sapButton_Neutral_TextColor:#1d232a;--sapButton_Neutral_Hover_Background:#b8c1c9;--sapButton_Neutral_Hover_BorderColor:#b8c1c9;--sapButton_Neutral_Hover_TextColor:#1d232a;--sapButton_Neutral_Active_Background:#c6cdd4;--sapButton_Neutral_Active_BorderColor:#c6cdd4;--sapButton_Neutral_Active_TextColor:#1d232a;--sapButton_Track_Background:#a9b4be;--sapButton_Track_BorderColor:#a9b4be;--sapButton_Track_TextColor:#1d232a;--sapButton_Track_Hover_Background:#b8c1c9;--sapButton_Track_Hover_BorderColor:#b8c1c9;--sapButton_Track_Selected_Background:#4db1ff;--sapButton_Track_Selected_BorderColor:#4db1ff;--sapButton_Track_Selected_TextColor:#1d232a;--sapButton_Track_Selected_Hover_Background:#67bcff;--sapButton_Track_Selected_Hover_BorderColor:#67bcff;--sapButton_Handle_Background:#1d232a;--sapButton_Handle_BorderColor:#1d232a;--sapButton_Handle_TextColor:#eaecee;--sapButton_Handle_Hover_Background:#1d232a;--sapButton_Handle_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_Handle_Selected_Background:#1d232a;--sapButton_Handle_Selected_BorderColor:#1d232a;--sapButton_Handle_Selected_TextColor:#4db1ff;--sapButton_Handle_Selected_Hover_Background:#1d232a;--sapButton_Handle_Selected_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_Track_Negative_Background:#fa6161;--sapButton_Track_Negative_BorderColor:#fa6161;--sapButton_Track_Negative_TextColor:#1d232a;--sapButton_Track_Negative_Hover_Background:#fb7a7a;--sapButton_Track_Negative_Hover_BorderColor:#fb7a7a;--sapButton_Handle_Negative_Background:#1d232a;--sapButton_Handle_Negative_BorderColor:#1d232a;--sapButton_Handle_Negative_TextColor:#fa6161;--sapButton_Handle_Negative_Hover_Background:#1d232a;--sapButton_Handle_Negative_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_Track_Positive_Background:#6dad1f;--sapButton_Track_Positive_BorderColor:#6dad1f;--sapButton_Track_Positive_TextColor:#1d232a;--sapButton_Track_Positive_Hover_Background:#7bc323;--sapButton_Track_Positive_Hover_BorderColor:#7bc323;--sapButton_Handle_Positive_Background:#1d232a;--sapButton_Handle_Positive_BorderColor:#1d232a;--sapButton_Handle_Positive_TextColor:#97dd40;--sapButton_Handle_Positive_Hover_Background:#1d232a;--sapButton_Handle_Positive_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_TokenBackground:#1d232a;--sapButton_TokenBorderColor:#a9b4be;--sapField_Background:#242e38;--sapField_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#a9b4be,#a9b4be) border-box;--sapField_TextColor:#fff;--sapField_PlaceholderTextColor:#8396a8;--sapField_BorderColor:#a9b4be;--sapField_HelpBackground:#242e38;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:none;--sapField_BorderCornerRadius:.25rem;--sapField_Hover_Background:#1d232a;--sapField_Hover_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#a9b4be,#a9b4be) border-box;--sapField_Hover_BorderColor:#a9b4be;--sapField_Hover_HelpBackground:#1d232a;--sapField_Active_BorderColor:#4db1ff;--sapField_Focus_Background:#1d232a;--sapField_Focus_BorderColor:#4db1ff;--sapField_Focus_HelpBackground:#1d232a;--sapField_ReadOnly_Background:transparent;--sapField_ReadOnly_BackgroundStyle:0 100%/0.375rem .0625rem repeat-x linear-gradient(90deg,#a9b4be,#a9b4be 0.25rem,transparent 0) border-box;--sapField_ReadOnly_BorderColor:#a9b4be;--sapField_ReadOnly_BorderStyle:none;--sapField_ReadOnly_HelpBackground:transparent;--sapField_RequiredColor:#ff78a4;--sapField_InvalidColor:#fa6161;--sapField_InvalidBackground:#350000;--sapField_InvalidBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#fa6161,#fa6161) border-box;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:none;--sapField_WarningColor:#f7bf00;--sapField_WarningBackground:#382700;--sapField_WarningBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#f7bf00,#f7bf00) border-box;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:none;--sapField_SuccessColor:#6dad1f;--sapField_SuccessBackground:#11331a;--sapField_SuccessBackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#6dad1f,#6dad1f) border-box;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:none;--sapField_InformationColor:#4db1ff;--sapField_InformationBackground:#00144a;--sapField_InformationBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#4db1ff,#4db1ff) border-box;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:none;--sapGroup_TitleBackground:#1d232a;--sapGroup_TitleBorderColor:#768ea5;--sapGroup_TitleTextColor:#eaecee;--sapGroup_Title_FontSize:1rem;--sapGroup_ContentBackground:#1d232a;--sapGroup_ContentBorderColor:#323c48;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:.5rem;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.5rem;--sapToolbar_Background:#1d232a;--sapToolbar_SeparatorColor:#3c4957;--sapList_HeaderBackground:#1d232a;--sapList_HeaderBorderColor:#768ea5;--sapList_HeaderTextColor:#eaecee;--sapList_BorderColor:#2e3742;--sapList_TextColor:#eaecee;--sapList_Active_TextColor:#eaecee;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#020303;--sapList_SelectionBackgroundColor:#1d2d3e;--sapList_SelectionBorderColor:#4db1ff;--sapList_Hover_SelectionBackground:#223548;--sapList_Background:#1d232a;--sapList_Hover_Background:#232b33;--sapList_AlternatingBackground:#12171c;--sapList_GroupHeaderBackground:#1d232a;--sapList_GroupHeaderBorderColor:#768ea5;--sapList_GroupHeaderTextColor:#eaecee;--sapList_FooterBackground:#1d232a;--sapList_FooterTextColor:#eaecee;--sapList_TableGroupHeaderBackground:#0c0f13;--sapList_TableGroupHeaderBorderColor:#768ea5;--sapList_TableGroupHeaderTextColor:#eaecee;--sapList_TableFooterBorder:#768ea5;--sapList_TableFixedBorderColor:#6f829a;--sapMessage_ErrorBorderColor:#910000;--sapMessage_WarningBorderColor:#845c00;--sapMessage_SuccessBorderColor:#246c37;--sapMessage_InformationBorderColor:#0034bf;--sapProgress_Background:#2e3b48;--sapProgress_BorderColor:#2e3b48;--sapProgress_TextColor:#eaecee;--sapProgress_FontSize:.875rem;--sapProgress_NegativeBackground:#680000;--sapProgress_NegativeBorderColor:#680000;--sapProgress_NegativeTextColor:#eaecee;--sapProgress_CriticalBackground:#6b4b00;--sapProgress_CriticalBorderColor:#6b4b00;--sapProgress_CriticalTextColor:#eaecee;--sapProgress_PositiveBackground:#174624;--sapProgress_PositiveBorderColor:#174624;--sapProgress_PositiveTextColor:#eaecee;--sapProgress_InformationBackground:#001b64;--sapProgress_InformationBorderColor:#001b64;--sapProgress_InformationTextColor:#eaecee;--sapProgress_Value_Background:#a9b4be;--sapProgress_Value_BorderColor:#2e3b48;--sapProgress_Value_TextColor:#a9b4be;--sapProgress_Value_NegativeBackground:#fa6161;--sapProgress_Value_NegativeBorderColor:#fa6161;--sapProgress_Value_NegativeTextColor:#fa6161;--sapProgress_Value_CriticalBackground:#f7bf00;--sapProgress_Value_CriticalBorderColor:#f7bf00;--sapProgress_Value_CriticalTextColor:#f7bf00;--sapProgress_Value_PositiveBackground:#6dad1f;--sapProgress_Value_PositiveBorderColor:#6dad1f;--sapProgress_Value_PositiveTextColor:#6dad1f;--sapProgress_Value_InformationBackground:#4db1ff;--sapProgress_Value_InformationBorderColor:#4db1ff;--sapProgress_Value_InformationTextColor:#4db1ff;--sapScrollBar_FaceColor:#647891;--sapScrollBar_TrackColor:#1d232a;--sapScrollBar_BorderColor:#647891;--sapScrollBar_SymbolColor:#eaecee;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#5c6e85;--sapSlider_Background:#2e3b48;--sapSlider_BorderColor:#2e3b48;--sapSlider_Selected_Background:#4db1ff;--sapSlider_Selected_BorderColor:#4db1ff;--sapSlider_HandleBackground:#1d232a;--sapSlider_HandleBorderColor:#1d232a;--sapSlider_RangeHandleBackground:#1d232a;--sapSlider_Hover_HandleBackground:#1d232a;--sapSlider_Hover_HandleBorderColor:#4db1ff;--sapSlider_Hover_RangeHandleBackground:transparent;--sapSlider_Active_HandleBackground:#213131;--sapSlider_Active_HandleBorderColor:#213131;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#1d232a;--sapPageHeader_BorderColor:#2e3742;--sapPageHeader_TextColor:#eaecee;--sapPageFooter_Background:#1d232a;--sapPageFooter_BorderColor:#2e3742;--sapPageFooter_TextColor:#eaecee;--sapInfobar_Background:#036573;--sapInfobar_Hover_Background:#1d232a;--sapInfobar_Active_Background:#1d232a;--sapInfobar_NonInteractive_Background:#12171c;--sapInfobar_TextColor:#64edd2;--sapObjectHeader_Background:#1d232a;--sapObjectHeader_BorderColor:#2e3742;--sapObjectHeader_Hover_Background:#232b33;--sapObjectHeader_Title_TextColor:#eaecee;--sapObjectHeader_Title_FontSize:2rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72Black","72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#8396a8;--sapBlockLayer_Background:#000;--sapTile_Background:#1d232a;--sapTile_Hover_Background:#1d232a;--sapTile_Active_Background:#15191e;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:1rem;--sapTile_TitleTextColor:#eaecee;--sapTile_TextColor:#8396a8;--sapTile_IconColor:#8396a8;--sapTile_SeparatorColor:#475566;--sapTile_Interactive_BorderColor:#5b6e85;--sapTile_OverlayBackground:rgba(29,35,42,0.96);--sapTile_OverlayForegroundColor:#eaecee;--sapAccentColor1:#ffdf72;--sapAccentColor2:#ff8cb2;--sapAccentColor3:#fecbda;--sapAccentColor4:#ffafed;--sapAccentColor5:#d3b6ff;--sapAccentColor6:#a6e0ff;--sapAccentColor7:#64edd2;--sapAccentColor8:#bde986;--sapAccentColor9:#b995e0;--sapAccentColor10:#d5dadd;--sapAccentBackgroundColor1:#ae4000;--sapAccentBackgroundColor2:#890506;--sapAccentBackgroundColor3:#b40569;--sapAccentBackgroundColor4:#8700b8;--sapAccentBackgroundColor5:#470cf1;--sapAccentBackgroundColor6:#0054cc;--sapAccentBackgroundColor7:#036573;--sapAccentBackgroundColor8:#236c39;--sapAccentBackgroundColor9:#4e247a;--sapAccentBackgroundColor10:#45617c;--sapLegend_WorkingBackground:#1d232a;--sapLegend_NonWorkingBackground:#0c0f12;--sapLegend_CurrentDateTime:#ffafed;--sapLegendColor1:#ffb300;--sapLegendColor2:#f5734b;--sapLegendColor3:#feabc8;--sapLegendColor4:#db7070;--sapLegendColor5:#ff8af0;--sapLegendColor6:#89d1ff;--sapLegendColor7:#2ce0bf;--sapLegendColor8:#97dd40;--sapLegendColor9:#a9b4be;--sapLegendColor10:#aa7dd9;--sapLegendColor11:#f58b00;--sapLegendColor12:#fbbfac;--sapLegendColor13:#ffa1a1;--sapLegendColor14:#ff9e74;--sapLegendColor15:#af9cc3;--sapLegendColor16:#aabce3;--sapLegendColor17:#dafdf5;--sapLegendColor18:#d5f1b1;--sapLegendColor19:#d1efff;--sapLegendColor20:#e2d8ff;--sapLegendBackgroundColor1:#382700;--sapLegendBackgroundColor2:#501605;--sapLegendBackgroundColor3:#510136;--sapLegendBackgroundColor4:#411c1c;--sapLegendBackgroundColor5:#28004a;--sapLegendBackgroundColor6:#00144a;--sapLegendBackgroundColor7:#012931;--sapLegendBackgroundColor8:#1f2519;--sapLegendBackgroundColor9:#182430;--sapLegendBackgroundColor10:#30164b;--sapLegendBackgroundColor11:#571400;--sapLegendBackgroundColor12:#360c03;--sapLegendBackgroundColor13:#3d0000;--sapLegendBackgroundColor14:#421502;--sapLegendBackgroundColor15:#332640;--sapLegendBackgroundColor16:#121d35;--sapLegendBackgroundColor17:#013131;--sapLegendBackgroundColor18:#1e3009;--sapLegendBackgroundColor19:#0a285c;--sapLegendBackgroundColor20:#1c0c6e;--sapChart_OrderedColor_1:#1b90ff;--sapChart_OrderedColor_2:#f26018;--sapChart_OrderedColor_3:#179c6f;--sapChart_OrderedColor_4:#f62866;--sapChart_OrderedColor_5:#863fd5;--sapChart_OrderedColor_6:#04a29d;--sapChart_OrderedColor_7:#0070f2;--sapChart_OrderedColor_8:#cc00dc;--sapChart_OrderedColor_9:#8396a8;--sapChart_OrderedColor_10:#f54747;--sapChart_OrderedColor_11:#20578c;--sapChart_Bad:#f53232;--sapChart_Critical:#e76500;--sapChart_Good:#30914c;--sapChart_Neutral:#788fa6;--sapChart_Sequence_1:#1b90ff;--sapChart_Sequence_2:#f26018;--sapChart_Sequence_3:#179c6f;--sapChart_Sequence_4:#f62866;--sapChart_Sequence_5:#863fd5;--sapChart_Sequence_6:#04a29d;--sapChart_Sequence_7:#0070f2;--sapChart_Sequence_8:#cc00dc;--sapChart_Sequence_9:#8396a8;--sapChart_Sequence_10:#f54747;--sapChart_Sequence_11:#20578c;--sapChart_Sequence_Neutral:#788fa6;--sapFontUrl_SAP-icons_ttf:url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff:url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2:url(../../../Base/baseLib/sap_horizon/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_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.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_SemiboldDuplex_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.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_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_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_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_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_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_BoldItalic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.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_CondensedBold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.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_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)}