@ui5/webcomponents-theming 0.0.0-cf069fb29 → 0.0.0-d479b681b

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 (93) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +297 -0
  3. package/README.md +5 -6
  4. package/config/postcss.themes/{postcss.config.js → postcss.config.cjs} +3 -3
  5. package/css-vars-usage.json +140 -6
  6. package/dist/Assets-static.d.ts +1 -0
  7. package/dist/Assets-static.js +1 -0
  8. package/dist/Assets-static.js.map +1 -0
  9. package/dist/Assets.d.ts +1 -0
  10. package/dist/Assets.js +1 -0
  11. package/dist/Assets.js.map +1 -0
  12. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  13. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  14. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  15. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  16. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  17. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  18. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  19. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  20. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  21. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  22. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  23. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  24. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  25. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  26. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  27. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  28. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  29. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  30. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  31. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  32. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  33. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  34. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  35. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  36. package/dist/generated/json-imports/Themes-static.js +9 -3
  37. package/dist/generated/json-imports/Themes.js +6 -3
  38. package/dist/generated/themes/sap_belize/parameters-bundle.css.d.ts +3 -0
  39. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +3 -1
  40. package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -0
  41. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.d.ts +3 -0
  42. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +3 -1
  43. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -0
  44. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.d.ts +3 -0
  45. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +3 -1
  46. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -0
  47. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +3 -0
  48. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
  49. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  50. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +3 -0
  51. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
  52. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  53. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +3 -0
  54. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
  55. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  56. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +3 -0
  57. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
  58. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  59. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +3 -0
  60. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
  61. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  62. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +3 -0
  63. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -0
  64. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  65. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +3 -0
  66. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +3 -1
  67. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  68. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +3 -0
  69. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -0
  70. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  71. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +3 -0
  72. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -0
  73. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  74. package/dist/themes/sap_belize/css_variables.css +434 -92
  75. package/dist/themes/sap_belize_hcb/css_variables.css +424 -82
  76. package/dist/themes/sap_belize_hcw/css_variables.css +421 -79
  77. package/dist/themes/sap_fiori_3/css_variables.css +435 -93
  78. package/dist/themes/sap_fiori_3_dark/css_variables.css +426 -84
  79. package/dist/themes/sap_fiori_3_hcb/css_variables.css +427 -85
  80. package/dist/themes/sap_fiori_3_hcw/css_variables.css +424 -82
  81. package/dist/themes/sap_horizon/css_variables.css +584 -242
  82. package/dist/themes/sap_horizon_dark/css_variables.css +926 -0
  83. package/dist/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  84. package/dist/themes/sap_horizon_exp/css_variables.css +584 -242
  85. package/dist/themes/sap_horizon_hcb/css_variables.css +926 -0
  86. package/dist/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  87. package/dist/themes/sap_horizon_hcw/css_variables.css +926 -0
  88. package/dist/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  89. package/lib/generate-css-vars-usage-report/index.js +23 -14
  90. package/{package-scripts.js → package-scripts.cjs} +3 -7
  91. package/package.json +7 -8
  92. package/tsconfig.json +15 -0
  93. package/hash.txt +0 -1
@@ -1,11 +1,12 @@
1
1
  /**
2
2
  * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  *
4
- * Theming Engine 1.51.0
5
- * data:{"Path": "Base.baseLib.sap_belize.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3"], "FallbackThemeId": "sap_bluecrystal", "Version": { "Build":"11.1.34.20211012133552", "Source": "11.1.34", "Engine": "1.51.0"}}
4
+ * Theming Engine 1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650
5
+ * data:{"Path": "Base.baseLib.sap_belize.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3"], "Scopes": ["sapContrast"], "FallbackThemeId": "sap_bluecrystal", "Engine": {"Name": "theming-engine", "Version": "1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650"}, "Version": { "Build": "11.3.2.20230406131255", "Source": "11.3.2"}}
6
6
  */
7
7
 
8
- .sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_belize.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3"], "FallbackThemeId": "sap_bluecrystal", "Version": { "Build":"11.1.34.20211012133552", "Source": "11.1.34", "Engine": "1.51.0"}}');}
8
+ .sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_belize.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3"], "Scopes": ["sapContrast"], "FallbackThemeId": "sap_bluecrystal", "Engine": {"Name": "theming-engine", "Version": "1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650"}, "Version": { "Build": "11.3.2.20230406131255", "Source": "11.3.2"}}');}
9
+ :root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_belize.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3"], "Scopes": ["sapContrast"], "FallbackThemeId": "sap_bluecrystal", "Engine": {"Name": "theming-engine", "Version": "1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650"}, "Version": { "Build": "11.3.2.20230406131255", "Source": "11.3.2"}};}
9
10
  :root {
10
11
  --sapBrandColor: #427cac;
11
12
  --sapHighlightColor: #427cac;
@@ -13,31 +14,15 @@
13
14
  --sapShellColor: transparent;
14
15
  --sapBackgroundColor: #fafafa;
15
16
  --sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
16
- --sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
17
- --sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
18
- --sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
19
- --sapFontHeaderFamily: "72", "72full", Arial, Helvetica, sans-serif;
20
17
  --sapFontSize: .875rem;
21
- --sapFontSmallSize: .75rem;
22
- --sapFontLargeSize: 1rem;
23
- --sapFontHeader1Size: 1.625rem;
24
- --sapFontHeader2Size: 1.375rem;
25
- --sapFontHeader3Size: 1.25rem;
26
- --sapFontHeader4Size: 1.125rem;
27
- --sapFontHeader5Size: 1rem;
28
- --sapFontHeader6Size: .875rem;
29
18
  --sapTextColor: #333;
30
19
  --sapLinkColor: #0070b1;
31
- --sapLink_Hover_Color: #0070b1;
32
- --sapLink_Active_Color: #0070b1;
33
- --sapLink_Visited_Color: #0070b1;
34
- --sapLink_InvertedColor: #7ed0ff;
35
- --sapLink_SubtleColor: #004065;
36
20
  --sapCompanyLogo: none;
37
21
  --sapBackgroundImage: none;
38
22
  --sapBackgroundImageOpacity: 1.0;
39
23
  --sapBackgroundImageRepeat: false;
40
24
  --sapSelectedColor: #427cac;
25
+ --sapHoverColor: #f0f0f0;
41
26
  --sapActiveColor: #427cac;
42
27
  --sapHighlightTextColor: #fff;
43
28
  --sapTitleColor: #333;
@@ -52,56 +37,24 @@
52
37
  --sapInformativeElementColor: #427cac;
53
38
  --sapNeutralElementColor: #5e696e;
54
39
  --sapNegativeTextColor: #bb0000;
55
- --sapPositiveTextColor: #2b7c2b;
56
40
  --sapCriticalTextColor: #e78c07;
41
+ --sapPositiveTextColor: #2b7c2b;
57
42
  --sapInformativeTextColor: #427cac;
58
43
  --sapNeutralTextColor: #5e696e;
59
- --sapNeutralBorderColor: #5e696e;
60
44
  --sapErrorColor: #e00;
61
- --sapErrorBorderColor: #e00;
62
45
  --sapWarningColor: #f9a429;
63
- --sapWarningBorderColor: #f9a429;
64
46
  --sapSuccessColor: #38a238;
65
- --sapSuccessBorderColor: #38a238;
66
47
  --sapInformationColor: #427cac;
67
- --sapInformationBorderColor: #427cac;
68
48
  --sapErrorBackground: #ffe4e4;
69
49
  --sapWarningBackground: #fef0db;
70
50
  --sapSuccessBackground: #e4f5e4;
71
51
  --sapInformationBackground: #ebf2f7;
72
52
  --sapNeutralBackground: #f4f5f6;
73
- --sapIndicationColor_1: #880000;
74
- --sapIndicationColor_1_Hover_Background: #6f0000;
75
- --sapIndicationColor_1_Active_Background: #500;
76
- --sapIndicationColor_1_TextColor: #fff;
77
- --sapIndicationColor_2: #bb0000;
78
- --sapIndicationColor_2_Hover_Background: #a20000;
79
- --sapIndicationColor_2_Active_Background: #800;
80
- --sapIndicationColor_2_TextColor: #fff;
81
- --sapIndicationColor_3: #e78c07;
82
- --sapIndicationColor_3_Hover_Background: #d88307;
83
- --sapIndicationColor_3_Active_Background: #c97a06;
84
- --sapIndicationColor_3_TextColor: #fff;
85
- --sapIndicationColor_4: #2b7c2b;
86
- --sapIndicationColor_4_Hover_Background: #246924;
87
- --sapIndicationColor_4_Active_Background: #1e561e;
88
- --sapIndicationColor_4_TextColor: #fff;
89
- --sapIndicationColor_5: #427cac;
90
- --sapIndicationColor_5_Hover_Background: #3b6f9a;
91
- --sapIndicationColor_5_Active_Background: #346187;
92
- --sapIndicationColor_5_TextColor: #fff;
93
- --sapIndicationColor_6: #1a9898;
94
- --sapIndicationColor_6_Hover_Background: #168282;
95
- --sapIndicationColor_6_Active_Background: #136c6c;
96
- --sapIndicationColor_6_TextColor: #fff;
97
- --sapIndicationColor_7: #925ace;
98
- --sapIndicationColor_7_Hover_Background: #8546c8;
99
- --sapIndicationColor_7_Active_Background: #7838bd;
100
- --sapIndicationColor_7_TextColor: #fff;
101
- --sapIndicationColor_8: #ab218e;
102
- --sapIndicationColor_8_Hover_Background: #961d7c;
103
- --sapIndicationColor_8_Active_Background: #80196a;
104
- --sapIndicationColor_8_TextColor: #fff;
53
+ --sapErrorBorderColor: #e00;
54
+ --sapWarningBorderColor: #f9a429;
55
+ --sapSuccessBorderColor: #38a238;
56
+ --sapInformationBorderColor: #427cac;
57
+ --sapNeutralBorderColor: #5e696e;
105
58
  --sapElement_LineHeight: 3rem;
106
59
  --sapElement_Height: 2.5rem;
107
60
  --sapElement_BorderWidth: .0625rem;
@@ -117,10 +70,15 @@
117
70
  --sapContent_NonInteractiveIconColor: #878787;
118
71
  --sapContent_MarkerIconColor: #678bc7;
119
72
  --sapContent_MarkerTextColor: #147575;
73
+ --sapContent_MeasureIndicatorColor: #bfbfbf;
74
+ --sapContent_Selected_MeasureIndicatorColor: #bfbfbf;
75
+ --sapContent_Placeholderloading_Background: #c2d5e8;
76
+ --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #c2d5e8 0%, #c2d5e8 35%, #afc8e1 50%, #c2d5e8 65%, #c2d5e8 100%);
120
77
  --sapContent_ImagePlaceholderBackground: #ceddec;
121
78
  --sapContent_ImagePlaceholderForegroundColor: #fff;
122
79
  --sapContent_RatedColor: #e09d00;
123
80
  --sapContent_UnratedColor: #a5a5a5;
81
+ --sapContent_BusyColor: #00a4eb;
124
82
  --sapContent_FocusColor: #000;
125
83
  --sapContent_FocusStyle: dotted;
126
84
  --sapContent_FocusWidth: .0625rem;
@@ -156,13 +114,12 @@
156
114
  --sapContent_ForegroundTextColor: #333;
157
115
  --sapContent_BadgeBackground: #c14646;
158
116
  --sapContent_BadgeTextColor: #fff;
159
- --sapContent_Placeholderloading_Background: #c2d5e8;
160
- --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #c2d5e8 0%, #c2d5e8 35%, #afc8e1 50%, #c2d5e8 65%, #c2d5e8 100%);
161
117
  --sapContent_DragAndDropActiveColor: #0070b1;
162
- --sapContent_Selected_Background: #427cac;
163
118
  --sapContent_Selected_TextColor: #fff;
119
+ --sapContent_Selected_Background: #427cac;
164
120
  --sapContent_Selected_Hover_Background: #4684b7;
165
121
  --sapContent_Selected_ForegroundColor: #427cac;
122
+ --sapContent_ForcedColorAdjust: none;
166
123
  --sapContent_Illustrative_Color1: #427cac;
167
124
  --sapContent_Illustrative_Color2: #93b7d6;
168
125
  --sapContent_Illustrative_Color3: #ffba10;
@@ -183,9 +140,30 @@
183
140
  --sapContent_Illustrative_Color18: #d1efff;
184
141
  --sapContent_Illustrative_Color19: #b8e6ff;
185
142
  --sapContent_Illustrative_Color20: #9eddff;
143
+ --sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
144
+ --sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
145
+ --sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
146
+ --sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
147
+ --sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
148
+ --sapFontHeaderFamily: "72", "72full", Arial, Helvetica, sans-serif;
149
+ --sapFontSmallSize: .75rem;
150
+ --sapFontLargeSize: 1rem;
151
+ --sapFontHeader1Size: 1.625rem;
152
+ --sapFontHeader2Size: 1.375rem;
153
+ --sapFontHeader3Size: 1.25rem;
154
+ --sapFontHeader4Size: 1.125rem;
155
+ --sapFontHeader5Size: 1rem;
156
+ --sapFontHeader6Size: .875rem;
157
+ --sapLink_TextDecoration: none;
158
+ --sapLink_Hover_Color: #0070b1;
159
+ --sapLink_Hover_TextDecoration: underline;
160
+ --sapLink_Active_Color: #0070b1;
161
+ --sapLink_Active_TextDecoration: underline;
162
+ --sapLink_Visited_Color: #0070b1;
163
+ --sapLink_InvertedColor: #7ed0ff;
164
+ --sapLink_SubtleColor: #004065;
186
165
  --sapShell_Background: #cad8e6;
187
166
  --sapShell_BackgroundImage: linear-gradient(to bottom, #acc4dc, #e8ecf0);
188
- --sapShell_BackgroundGradient: linear-gradient(to bottom, #acc4dc, #e8ecf0);
189
167
  --sapShell_BackgroundImageOpacity: 1.0;
190
168
  --sapShell_BackgroundImageRepeat: false;
191
169
  --sapShell_BorderColor: transparent;
@@ -203,22 +181,116 @@
203
181
  --sapShell_Selected_Hover_Background: #427cac;
204
182
  --sapShell_Favicon: none;
205
183
  --sapShell_Navigation_Background: transparent;
184
+ --sapShell_Navigation_Hover_Background: #346187;
206
185
  --sapShell_Navigation_SelectedColor: #346187;
207
186
  --sapShell_Navigation_Selected_TextColor: #346187;
208
187
  --sapShell_Navigation_TextColor: #333;
209
- --sapShell_Navigation_Hover_Background: #346187;
210
- --sapShell_Navigation_Active_Background: #427cac;
211
188
  --sapShell_Navigation_Active_TextColor: #fff;
189
+ --sapShell_Navigation_Active_Background: #427cac;
212
190
  --sapShell_Shadow: 0 0.125rem 0 0 #b9cbde;
213
191
  --sapShell_NegativeColor: #bb0000;
214
192
  --sapShell_CriticalColor: #e78c07;
215
193
  --sapShell_PositiveColor: #2b7c2b;
216
194
  --sapShell_InformativeColor: #427cac;
217
195
  --sapShell_NeutralColor: #5e696e;
218
- --sapButton_BorderWidth: .0625rem;
219
- --sapButton_BorderCornerRadius: .1875rem;
196
+ --sapShell_Category_1_Background: #008bc7;
197
+ --sapShell_Category_1_BorderColor: #008bc7;
198
+ --sapShell_Category_1_TextColor: #fff;
199
+ --sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
200
+ --sapShell_Category_2_Background: #c14646;
201
+ --sapShell_Category_2_BorderColor: #c14646;
202
+ --sapShell_Category_2_TextColor: #fff;
203
+ --sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
204
+ --sapShell_Category_3_Background: #ad7900;
205
+ --sapShell_Category_3_BorderColor: #ad7900;
206
+ --sapShell_Category_3_TextColor: #fff;
207
+ --sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
208
+ --sapShell_Category_4_Background: #80196a;
209
+ --sapShell_Category_4_BorderColor: #80196a;
210
+ --sapShell_Category_4_TextColor: #fff;
211
+ --sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
212
+ --sapShell_Category_5_Background: #b64600;
213
+ --sapShell_Category_5_BorderColor: #b64600;
214
+ --sapShell_Category_5_TextColor: #fff;
215
+ --sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
216
+ --sapShell_Category_6_Background: #198f8f;
217
+ --sapShell_Category_6_BorderColor: #198f8f;
218
+ --sapShell_Category_6_TextColor: #fff;
219
+ --sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
220
+ --sapShell_Category_7_Background: #da3fb9;
221
+ --sapShell_Category_7_BorderColor: #da3fb9;
222
+ --sapShell_Category_7_TextColor: #fff;
223
+ --sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
224
+ --sapShell_Category_8_Background: #6e8c1f;
225
+ --sapShell_Category_8_BorderColor: #6e8c1f;
226
+ --sapShell_Category_8_TextColor: #fff;
227
+ --sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
228
+ --sapShell_Category_9_Background: #5d759e;
229
+ --sapShell_Category_9_BorderColor: #5d759e;
230
+ --sapShell_Category_9_TextColor: #fff;
231
+ --sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
232
+ --sapShell_Category_10_Background: #648796;
233
+ --sapShell_Category_10_BorderColor: #648796;
234
+ --sapShell_Category_10_TextColor: #fff;
235
+ --sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
236
+ --sapShell_Category_11_Background: #dc5c0c;
237
+ --sapShell_Category_11_BorderColor: #dc5c0c;
238
+ --sapShell_Category_11_TextColor: #fff;
239
+ --sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
240
+ --sapShell_Category_12_Background: #1851b0;
241
+ --sapShell_Category_12_BorderColor: #1851b0;
242
+ --sapShell_Category_12_TextColor: #fff;
243
+ --sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
244
+ --sapShell_Category_13_Background: #d61818;
245
+ --sapShell_Category_13_BorderColor: #d61818;
246
+ --sapShell_Category_13_TextColor: #fff;
247
+ --sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
248
+ --sapShell_Category_14_Background: #466c6c;
249
+ --sapShell_Category_14_BorderColor: #466c6c;
250
+ --sapShell_Category_14_TextColor: #fff;
251
+ --sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
252
+ --sapShell_Category_15_Background: #4a5d7e;
253
+ --sapShell_Category_15_BorderColor: #4a5d7e;
254
+ --sapShell_Category_15_TextColor: #fff;
255
+ --sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
256
+ --sapShell_Category_16_Background: #626b4a;
257
+ --sapShell_Category_16_BorderColor: #626b4a;
258
+ --sapShell_Category_16_TextColor: #fff;
259
+ --sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
260
+ --sapAvatar_1_Background: #e09d00;
261
+ --sapAvatar_1_BorderColor: #e09d00;
262
+ --sapAvatar_1_TextColor: #fff;
263
+ --sapAvatar_2_Background: #e6600d;
264
+ --sapAvatar_2_BorderColor: #e6600d;
265
+ --sapAvatar_2_TextColor: #fff;
266
+ --sapAvatar_3_Background: #c14646;
267
+ --sapAvatar_3_BorderColor: #c14646;
268
+ --sapAvatar_3_TextColor: #fff;
269
+ --sapAvatar_4_Background: #ab218e;
270
+ --sapAvatar_4_BorderColor: #ab218e;
271
+ --sapAvatar_4_TextColor: #fff;
272
+ --sapAvatar_5_Background: #678bc7;
273
+ --sapAvatar_5_BorderColor: #678bc7;
274
+ --sapAvatar_5_TextColor: #fff;
275
+ --sapAvatar_6_Background: #0092d1;
276
+ --sapAvatar_6_BorderColor: #0092d1;
277
+ --sapAvatar_6_TextColor: #fff;
278
+ --sapAvatar_7_Background: #1a9898;
279
+ --sapAvatar_7_BorderColor: #1a9898;
280
+ --sapAvatar_7_TextColor: #fff;
281
+ --sapAvatar_8_Background: #759421;
282
+ --sapAvatar_8_BorderColor: #759421;
283
+ --sapAvatar_8_TextColor: #fff;
284
+ --sapAvatar_9_Background: #925ace;
285
+ --sapAvatar_9_BorderColor: #925ace;
286
+ --sapAvatar_9_TextColor: #fff;
287
+ --sapAvatar_10_Background: #647987;
288
+ --sapAvatar_10_BorderColor: #647987;
289
+ --sapAvatar_10_TextColor: #fff;
220
290
  --sapButton_Background: #f7f7f7;
221
291
  --sapButton_BorderColor: #ababab;
292
+ --sapButton_BorderWidth: .0625rem;
293
+ --sapButton_BorderCornerRadius: .1875rem;
222
294
  --sapButton_TextColor: #346187;
223
295
  --sapButton_Hover_Background: #eaeaea;
224
296
  --sapButton_Hover_BorderColor: #ababab;
@@ -237,15 +309,16 @@
237
309
  --sapButton_Emphasized_Active_BorderColor: #427cac;
238
310
  --sapButton_Emphasized_Active_TextColor: #fff;
239
311
  --sapButton_Emphasized_TextShadow: rgba(0,0,0,0.5);
312
+ --sapButton_Emphasized_FontWeight: regular;
240
313
  --sapButton_Reject_Background: #f7f7f7;
241
314
  --sapButton_Reject_BorderColor: #bb0000;
315
+ --sapButton_Reject_TextColor: #b00;
242
316
  --sapButton_Reject_Hover_Background: #eaeaea;
243
317
  --sapButton_Reject_Hover_BorderColor: #bb0000;
244
318
  --sapButton_Reject_Hover_TextColor: #b00;
245
319
  --sapButton_Reject_Active_Background: #bb0000;
246
320
  --sapButton_Reject_Active_BorderColor: #bb0000;
247
321
  --sapButton_Reject_Active_TextColor: #fff;
248
- --sapButton_Reject_TextColor: #b00;
249
322
  --sapButton_Reject_Selected_Background: #bb0000;
250
323
  --sapButton_Reject_Selected_BorderColor: #bb0000;
251
324
  --sapButton_Reject_Selected_TextColor: #fff;
@@ -253,13 +326,13 @@
253
326
  --sapButton_Reject_Selected_Hover_BorderColor: #d40000;
254
327
  --sapButton_Accept_Background: #f7f7f7;
255
328
  --sapButton_Accept_BorderColor: #2b7c2b;
329
+ --sapButton_Accept_TextColor: #2b7c2b;
256
330
  --sapButton_Accept_Hover_Background: #eaeaea;
257
331
  --sapButton_Accept_Hover_BorderColor: #2b7c2b;
258
332
  --sapButton_Accept_Hover_TextColor: #2b7c2b;
259
333
  --sapButton_Accept_Active_Background: #2b7c2b;
260
334
  --sapButton_Accept_Active_BorderColor: #2b7c2b;
261
335
  --sapButton_Accept_Active_TextColor: #fff;
262
- --sapButton_Accept_TextColor: #2b7c2b;
263
336
  --sapButton_Accept_Selected_Background: #2b7c2b;
264
337
  --sapButton_Accept_Selected_BorderColor: #2b7c2b;
265
338
  --sapButton_Accept_Selected_TextColor: #fff;
@@ -327,6 +400,7 @@
327
400
  --sapButton_Information_Hover_TextColor: #fff;
328
401
  --sapButton_Information_Active_Background: #346187;
329
402
  --sapButton_Information_Active_BorderColor: #346187;
403
+ --sapButton_Information_Active_TextColor: #fff;
330
404
  --sapButton_Neutral_Background: #5e696e;
331
405
  --sapButton_Neutral_BorderColor: #5e696e;
332
406
  --sapButton_Neutral_TextColor: #fff;
@@ -336,49 +410,105 @@
336
410
  --sapButton_Neutral_Active_Background: #474f53;
337
411
  --sapButton_Neutral_Active_BorderColor: #474f53;
338
412
  --sapButton_Neutral_Active_TextColor: #fff;
339
- --sapButton_Track_Selected_Background: #346187;
340
- --sapButton_Track_Selected_TextColor: #fff;
341
413
  --sapButton_Track_Background: #fff;
414
+ --sapButton_Track_BorderColor: #ababab;
342
415
  --sapButton_Track_TextColor: #333;
416
+ --sapButton_Track_Hover_Background: #eaeaea;
417
+ --sapButton_Track_Hover_BorderColor: #ababab;
418
+ --sapButton_Track_Selected_Background: #346187;
419
+ --sapButton_Track_Selected_BorderColor: #2d5475;
420
+ --sapButton_Track_Selected_TextColor: #fff;
421
+ --sapButton_Track_Selected_Hover_Background: #427bac;
422
+ --sapButton_Track_Selected_Hover_BorderColor: #427bac;
423
+ --sapButton_Handle_Background: #f7f7f7;
424
+ --sapButton_Handle_BorderColor: #ababab;
425
+ --sapButton_Handle_TextColor: #333;
426
+ --sapButton_Handle_Hover_Background: #eaeaea;
427
+ --sapButton_Handle_Hover_BorderColor: #ababab;
428
+ --sapButton_Handle_Selected_Background: #346187;
429
+ --sapButton_Handle_Selected_BorderColor: #2d5475;
430
+ --sapButton_Handle_Selected_TextColor: #fff;
431
+ --sapButton_Handle_Selected_Hover_Background: #427bac;
432
+ --sapButton_Handle_Selected_Hover_BorderColor: #427bac;
433
+ --sapButton_Track_Negative_Background: #f7f7f7;
434
+ --sapButton_Track_Negative_BorderColor: #bb0000;
435
+ --sapButton_Track_Negative_TextColor: #b00;
436
+ --sapButton_Track_Negative_Hover_Background: #f7f7f7;
437
+ --sapButton_Track_Negative_Hover_BorderColor: #bb0000;
438
+ --sapButton_Handle_Negative_Background: #f7f7f7;
439
+ --sapButton_Handle_Negative_BorderColor: #bb0000;
440
+ --sapButton_Handle_Negative_TextColor: #b00;
441
+ --sapButton_Handle_Negative_Hover_Background: #eaeaea;
442
+ --sapButton_Handle_Negative_Hover_BorderColor: #bb0000;
443
+ --sapButton_Track_Positive_Background: #f7f7f7;
444
+ --sapButton_Track_Positive_BorderColor: #2b7c2b;
445
+ --sapButton_Track_Positive_TextColor: #2b7c2b;
446
+ --sapButton_Track_Positive_Hover_Background: #f7f7f7;
447
+ --sapButton_Track_Positive_Hover_BorderColor: #2b7c2b;
448
+ --sapButton_Handle_Positive_Background: #f7f7f7;
449
+ --sapButton_Handle_Positive_BorderColor: #2b7c2b;
450
+ --sapButton_Handle_Positive_TextColor: #2b7c2b;
451
+ --sapButton_Handle_Positive_Hover_Background: #eaeaea;
452
+ --sapButton_Handle_Positive_Hover_BorderColor: #2b7c2b;
343
453
  --sapButton_TokenBackground: #f7f7f7;
344
454
  --sapButton_TokenBorderColor: #dedede;
345
455
  --sapField_Background: #fff;
456
+ --sapField_BackgroundStyle: none;
346
457
  --sapField_TextColor: #000;
347
458
  --sapField_PlaceholderTextColor: #757575;
348
459
  --sapField_BorderColor: #bfbfbf;
349
460
  --sapField_HelpBackground: #fff;
350
461
  --sapField_BorderWidth: .0625rem;
462
+ --sapField_BorderStyle: solid;
351
463
  --sapField_BorderCornerRadius: 0;
464
+ --sapField_Shadow: none;
352
465
  --sapField_Hover_Background: #fff;
466
+ --sapField_Hover_BackgroundStyle: none;
353
467
  --sapField_Hover_BorderColor: #427cac;
354
468
  --sapField_Hover_HelpBackground: #427cac;
469
+ --sapField_Hover_Shadow: none;
470
+ --sapField_Hover_InvalidShadow: none;
471
+ --sapField_Hover_WarningShadow: none;
472
+ --sapField_Hover_SuccessShadow: none;
473
+ --sapField_Hover_InformationShadow: none;
355
474
  --sapField_Active_BorderColor: #427cac;
356
475
  --sapField_Focus_Background: #fff;
357
476
  --sapField_Focus_BorderColor: #bfbfbf;
358
477
  --sapField_Focus_HelpBackground: #fff;
359
478
  --sapField_ReadOnly_Background: rgba(242,242,242,0.5);
479
+ --sapField_ReadOnly_BackgroundStyle: none;
360
480
  --sapField_ReadOnly_BorderColor: #ccc;
481
+ --sapField_ReadOnly_BorderStyle: solid;
361
482
  --sapField_ReadOnly_HelpBackground: rgba(242,242,242,0.5);
362
483
  --sapField_RequiredColor: #c14646;
363
484
  --sapField_InvalidColor: #e00;
364
485
  --sapField_InvalidBackground: #fff;
486
+ --sapField_InvalidBackgroundStyle: none;
365
487
  --sapField_InvalidBorderWidth: .125rem;
366
488
  --sapField_InvalidBorderStyle: solid;
489
+ --sapField_InvalidShadow: none;
367
490
  --sapField_WarningColor: #f9a429;
368
491
  --sapField_WarningBackground: #fff;
492
+ --sapField_WarningBackgroundStyle: none;
369
493
  --sapField_WarningBorderWidth: .125rem;
370
494
  --sapField_WarningBorderStyle: solid;
495
+ --sapField_WarningShadow: none;
371
496
  --sapField_SuccessColor: #38a238;
372
497
  --sapField_SuccessBackground: #fff;
498
+ --sapField_SuccessBackgroundStyle: none;
373
499
  --sapField_SuccessBorderWidth: .0625rem;
374
500
  --sapField_SuccessBorderStyle: solid;
501
+ --sapField_SuccessShadow: none;
375
502
  --sapField_InformationColor: #427cac;
376
503
  --sapField_InformationBackground: #fff;
504
+ --sapField_InformationBackgroundStyle: none;
377
505
  --sapField_InformationBorderWidth: .125rem;
378
506
  --sapField_InformationBorderStyle: solid;
507
+ --sapField_InformationShadow: none;
379
508
  --sapGroup_TitleBackground: transparent;
380
509
  --sapGroup_TitleBorderColor: #ccc;
381
510
  --sapGroup_TitleTextColor: #333;
511
+ --sapGroup_Title_FontSize: 1.125rem;
382
512
  --sapGroup_ContentBackground: #fff;
383
513
  --sapGroup_ContentBorderColor: #ebebeb;
384
514
  --sapGroup_BorderWidth: .0625rem;
@@ -390,9 +520,9 @@
390
520
  --sapList_HeaderBorderColor: #e5e5e5;
391
521
  --sapList_HeaderTextColor: #333;
392
522
  --sapList_BorderColor: #e5e5e5;
523
+ --sapList_BorderWidth: .0625rem;
393
524
  --sapList_TextColor: #333;
394
525
  --sapList_Active_TextColor: #fff;
395
- --sapList_BorderWidth: .0625rem;
396
526
  --sapList_Active_Background: #427cac;
397
527
  --sapList_SelectionBackgroundColor: #e8f0f6;
398
528
  --sapList_SelectionBorderColor: #e5e5e5;
@@ -403,20 +533,68 @@
403
533
  --sapList_GroupHeaderBackground: #fff;
404
534
  --sapList_GroupHeaderBorderColor: #ccc;
405
535
  --sapList_GroupHeaderTextColor: #147575;
406
- --sapList_FooterBackground: #ceddec;
407
- --sapList_FooterTextColor: #333;
408
536
  --sapList_TableGroupHeaderBackground: #f2f2f2;
409
537
  --sapList_TableGroupHeaderBorderColor: #ccc;
410
538
  --sapList_TableGroupHeaderTextColor: #147575;
539
+ --sapList_FooterBackground: #ceddec;
540
+ --sapList_FooterTextColor: #333;
411
541
  --sapList_TableFooterBorder: #ccc;
412
542
  --sapList_TableFixedBorderColor: #999;
413
- --sapList_Active_Background: #427cac;
543
+ --sapMessage_ErrorBorderColor: #e00;
544
+ --sapMessage_WarningBorderColor: #f9a429;
545
+ --sapMessage_SuccessBorderColor: #38a238;
546
+ --sapMessage_InformationBorderColor: #427cac;
547
+ --sapPopover_BorderCornerRadius: .25rem;
548
+ --sapProgress_Background: #fff;
549
+ --sapProgress_BorderColor: #bfbfbf;
550
+ --sapProgress_TextColor: #333;
551
+ --sapProgress_FontSize: .75rem;
552
+ --sapProgress_NegativeBackground: #fff;
553
+ --sapProgress_NegativeBorderColor: #bfbfbf;
554
+ --sapProgress_NegativeTextColor: #333;
555
+ --sapProgress_CriticalBackground: #fff;
556
+ --sapProgress_CriticalBorderColor: #bfbfbf;
557
+ --sapProgress_CriticalTextColor: #333;
558
+ --sapProgress_PositiveBackground: #fff;
559
+ --sapProgress_PositiveBorderColor: #bfbfbf;
560
+ --sapProgress_PositiveTextColor: #333;
561
+ --sapProgress_InformationBackground: #fff;
562
+ --sapProgress_InformationBorderColor: #bfbfbf;
563
+ --sapProgress_InformationTextColor: #333;
564
+ --sapProgress_Value_Background: #5e696e;
565
+ --sapProgress_Value_BorderColor: #bfbfbf;
566
+ --sapProgress_Value_TextColor: #333;
567
+ --sapProgress_Value_NegativeBackground: #bb0000;
568
+ --sapProgress_Value_NegativeBorderColor: #bfbfbf;
569
+ --sapProgress_Value_NegativeTextColor: #333;
570
+ --sapProgress_Value_CriticalBackground: #e78c07;
571
+ --sapProgress_Value_CriticalBorderColor: #bfbfbf;
572
+ --sapProgress_Value_CriticalTextColor: #333;
573
+ --sapProgress_Value_PositiveBackground: #2b7c2b;
574
+ --sapProgress_Value_PositiveBorderColor: #bfbfbf;
575
+ --sapProgress_Value_PositiveTextColor: #333;
576
+ --sapProgress_Value_InformationBackground: #427cac;
577
+ --sapProgress_Value_InformationBorderColor: #bfbfbf;
578
+ --sapProgress_Value_InformationTextColor: #333;
414
579
  --sapScrollBar_FaceColor: #b2b2b2;
415
580
  --sapScrollBar_TrackColor: #fff;
416
581
  --sapScrollBar_BorderColor: #b2b2b2;
417
582
  --sapScrollBar_SymbolColor: #346187;
418
583
  --sapScrollBar_Dimension: .75rem;
419
584
  --sapScrollBar_Hover_FaceColor: #aaa;
585
+ --sapSlider_Background: #ddd;
586
+ --sapSlider_BorderColor: #ddd;
587
+ --sapSlider_Selected_Background: #427cac;
588
+ --sapSlider_Selected_BorderColor: #427cac;
589
+ --sapSlider_HandleBackground: rgba(255,255,255,0.1);
590
+ --sapSlider_HandleBorderColor: #999;
591
+ --sapSlider_RangeHandleBackground: rgba(255,255,255,0.1);
592
+ --sapSlider_Hover_HandleBackground: rgba(217,217,217,0.6);
593
+ --sapSlider_Hover_HandleBorderColor: #999;
594
+ --sapSlider_Hover_RangeHandleBackground: rgba(217,217,217,0.6);
595
+ --sapSlider_Active_HandleBackground: rgba(66,124,172,0.3);
596
+ --sapSlider_Active_HandleBorderColor: #427cac;
597
+ --sapSlider_Active_RangeHandleBackground: rgba(66,124,172,0.3);
420
598
  --sapPageHeader_Background: #eff4f9;
421
599
  --sapPageHeader_BorderColor: #d1e0ee;
422
600
  --sapPageHeader_TextColor: #666;
@@ -429,13 +607,19 @@
429
607
  --sapInfobar_NonInteractive_Background: #e6e6e6;
430
608
  --sapInfobar_TextColor: #fff;
431
609
  --sapObjectHeader_Background: #eff4f9;
432
- --sapObjectHeader_BorderColor: #d1e0ee;
433
610
  --sapObjectHeader_Hover_Background: #e0eaf3;
611
+ --sapObjectHeader_BorderColor: #d1e0ee;
612
+ --sapObjectHeader_Title_TextColor: #333;
613
+ --sapObjectHeader_Title_FontSize: 1.25rem;
614
+ --sapObjectHeader_Title_SnappedFontSize: 1.25rem;
615
+ --sapObjectHeader_Title_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;
616
+ --sapObjectHeader_Subtitle_TextColor: #666;
434
617
  --sapBlockLayer_Background: #000;
435
618
  --sapTile_Background: #fff;
436
619
  --sapTile_Hover_Background: #f7f7f7;
437
620
  --sapTile_Active_Background: #f7f7f7;
438
621
  --sapTile_BorderColor: transparent;
622
+ --sapTile_BorderCornerRadius: .25rem;
439
623
  --sapTile_TitleTextColor: #333;
440
624
  --sapTile_TextColor: #666;
441
625
  --sapTile_IconColor: #93b7d5;
@@ -463,6 +647,146 @@
463
647
  --sapAccentBackgroundColor8: #ebf5cb;
464
648
  --sapAccentBackgroundColor9: #dafdf5;
465
649
  --sapAccentBackgroundColor10: #eaecee;
650
+ --sapIndicationColor_1: #880000;
651
+ --sapIndicationColor_1_Background: #880000;
652
+ --sapIndicationColor_1_BorderColor: #880000;
653
+ --sapIndicationColor_1_TextColor: #fff;
654
+ --sapIndicationColor_1_Hover_Background: #6f0000;
655
+ --sapIndicationColor_1_Active_Background: #500;
656
+ --sapIndicationColor_1_Active_BorderColor: #880000;
657
+ --sapIndicationColor_1_Active_TextColor: #fff;
658
+ --sapIndicationColor_1_Selected_Background: #500;
659
+ --sapIndicationColor_1_Selected_BorderColor: #880000;
660
+ --sapIndicationColor_1_Selected_TextColor: #fff;
661
+ --sapIndicationColor_1b: #fb9d9d;
662
+ --sapIndicationColor_1b_BorderColor: #fb9d9d;
663
+ --sapIndicationColor_1b_Hover_Background: #fa8585;
664
+ --sapIndicationColor_2: #bb0000;
665
+ --sapIndicationColor_2_Background: #bb0000;
666
+ --sapIndicationColor_2_BorderColor: #bb0000;
667
+ --sapIndicationColor_2_TextColor: #fff;
668
+ --sapIndicationColor_2_Hover_Background: #a20000;
669
+ --sapIndicationColor_2_Active_Background: #800;
670
+ --sapIndicationColor_2_Active_BorderColor: #bb0000;
671
+ --sapIndicationColor_2_Active_TextColor: #fff;
672
+ --sapIndicationColor_2_Selected_Background: #800;
673
+ --sapIndicationColor_2_Selected_BorderColor: #bb0000;
674
+ --sapIndicationColor_2_Selected_TextColor: #fff;
675
+ --sapIndicationColor_2b: #fcc4c4;
676
+ --sapIndicationColor_2b_BorderColor: #fcc4c4;
677
+ --sapIndicationColor_2b_Hover_Background: #fbacac;
678
+ --sapIndicationColor_3: #e78c07;
679
+ --sapIndicationColor_3_Background: #e78c07;
680
+ --sapIndicationColor_3_BorderColor: #e78c07;
681
+ --sapIndicationColor_3_TextColor: #fff;
682
+ --sapIndicationColor_3_Hover_Background: #d88307;
683
+ --sapIndicationColor_3_Active_Background: #c97a06;
684
+ --sapIndicationColor_3_Active_BorderColor: #e78c07;
685
+ --sapIndicationColor_3_Active_TextColor: #fff;
686
+ --sapIndicationColor_3_Selected_Background: #c97a06;
687
+ --sapIndicationColor_3_Selected_BorderColor: #e78c07;
688
+ --sapIndicationColor_3_Selected_TextColor: #fff;
689
+ --sapIndicationColor_3b: #fff2c0;
690
+ --sapIndicationColor_3b_BorderColor: #fff2c0;
691
+ --sapIndicationColor_3b_Hover_Background: #ffeda6;
692
+ --sapIndicationColor_4: #2b7c2b;
693
+ --sapIndicationColor_4_Background: #2b7c2b;
694
+ --sapIndicationColor_4_BorderColor: #2b7c2b;
695
+ --sapIndicationColor_4_TextColor: #fff;
696
+ --sapIndicationColor_4_Hover_Background: #246924;
697
+ --sapIndicationColor_4_Active_Background: #1e561e;
698
+ --sapIndicationColor_4_Active_BorderColor: #2b7c2b;
699
+ --sapIndicationColor_4_Active_TextColor: #fff;
700
+ --sapIndicationColor_4_Selected_Background: #1e561e;
701
+ --sapIndicationColor_4_Selected_BorderColor: #2b7c2b;
702
+ --sapIndicationColor_4_Selected_TextColor: #fff;
703
+ --sapIndicationColor_4b: #bae8bc;
704
+ --sapIndicationColor_4b_BorderColor: #bae8bc;
705
+ --sapIndicationColor_4b_Hover_Background: #a7e2a9;
706
+ --sapIndicationColor_5: #427cac;
707
+ --sapIndicationColor_5_Background: #427cac;
708
+ --sapIndicationColor_5_BorderColor: #427cac;
709
+ --sapIndicationColor_5_TextColor: #fff;
710
+ --sapIndicationColor_5_Hover_Background: #3b6f9a;
711
+ --sapIndicationColor_5_Active_Background: #346187;
712
+ --sapIndicationColor_5_Active_BorderColor: #427cac;
713
+ --sapIndicationColor_5_Active_TextColor: #fff;
714
+ --sapIndicationColor_5_Selected_Background: #346187;
715
+ --sapIndicationColor_5_Selected_BorderColor: #427cac;
716
+ --sapIndicationColor_5_Selected_TextColor: #fff;
717
+ --sapIndicationColor_5b: #d3effd;
718
+ --sapIndicationColor_5b_BorderColor: #d3effd;
719
+ --sapIndicationColor_5b_Hover_Background: #bbe6fc;
720
+ --sapIndicationColor_6: #1a9898;
721
+ --sapIndicationColor_6_Background: #1a9898;
722
+ --sapIndicationColor_6_BorderColor: #1a9898;
723
+ --sapIndicationColor_6_TextColor: #fff;
724
+ --sapIndicationColor_6_Hover_Background: #168282;
725
+ --sapIndicationColor_6_Active_Background: #136c6c;
726
+ --sapIndicationColor_6_Active_BorderColor: #1a9898;
727
+ --sapIndicationColor_6_Active_TextColor: #fff;
728
+ --sapIndicationColor_6_Selected_Background: #136c6c;
729
+ --sapIndicationColor_6_Selected_BorderColor: #1a9898;
730
+ --sapIndicationColor_6_Selected_TextColor: #fff;
731
+ --sapIndicationColor_6b: #cdf5ec;
732
+ --sapIndicationColor_6b_BorderColor: #cdf5ec;
733
+ --sapIndicationColor_6b_Hover_Background: #b8f1e4;
734
+ --sapIndicationColor_7: #925ace;
735
+ --sapIndicationColor_7_Background: #925ace;
736
+ --sapIndicationColor_7_BorderColor: #925ace;
737
+ --sapIndicationColor_7_TextColor: #fff;
738
+ --sapIndicationColor_7_Hover_Background: #8546c8;
739
+ --sapIndicationColor_7_Active_Background: #7838bd;
740
+ --sapIndicationColor_7_Active_BorderColor: #925ace;
741
+ --sapIndicationColor_7_Active_TextColor: #fff;
742
+ --sapIndicationColor_7_Selected_Background: #7838bd;
743
+ --sapIndicationColor_7_Selected_BorderColor: #925ace;
744
+ --sapIndicationColor_7_Selected_TextColor: #fff;
745
+ --sapIndicationColor_7b: #e2dbff;
746
+ --sapIndicationColor_7b_BorderColor: #e2dbff;
747
+ --sapIndicationColor_7b_Hover_Background: #cdc2ff;
748
+ --sapIndicationColor_8: #ab218e;
749
+ --sapIndicationColor_8_Background: #ab218e;
750
+ --sapIndicationColor_8_BorderColor: #ab218e;
751
+ --sapIndicationColor_8_TextColor: #fff;
752
+ --sapIndicationColor_8_Hover_Background: #961d7c;
753
+ --sapIndicationColor_8_Active_Background: #80196a;
754
+ --sapIndicationColor_8_Active_BorderColor: #ab218e;
755
+ --sapIndicationColor_8_Active_TextColor: #fff;
756
+ --sapIndicationColor_8_Selected_Background: #80196a;
757
+ --sapIndicationColor_8_Selected_BorderColor: #ab218e;
758
+ --sapIndicationColor_8_Selected_TextColor: #fff;
759
+ --sapIndicationColor_8b: #f8d6ff;
760
+ --sapIndicationColor_8b_BorderColor: #f8d6ff;
761
+ --sapIndicationColor_8b_Hover_Background: #f4bdff;
762
+ --sapIndicationColor_9: #1d2d3e;
763
+ --sapIndicationColor_9_Background: #1d2d3e;
764
+ --sapIndicationColor_9_BorderColor: #1d2d3e;
765
+ --sapIndicationColor_9_TextColor: #fff;
766
+ --sapIndicationColor_9_Hover_Background: #15202d;
767
+ --sapIndicationColor_9_Active_Background: #0d141b;
768
+ --sapIndicationColor_9_Active_BorderColor: #1d2d3e;
769
+ --sapIndicationColor_9_Active_TextColor: #fff;
770
+ --sapIndicationColor_9_Selected_Background: #0d141b;
771
+ --sapIndicationColor_9_Selected_BorderColor: #1d2d3e;
772
+ --sapIndicationColor_9_Selected_TextColor: #fff;
773
+ --sapIndicationColor_9b: #fff;
774
+ --sapIndicationColor_9b_BorderColor: #d9d9d9;
775
+ --sapIndicationColor_9b_Hover_Background: #f2f2f2;
776
+ --sapIndicationColor_10: #45484a;
777
+ --sapIndicationColor_10_Background: #45484a;
778
+ --sapIndicationColor_10_BorderColor: #45484a;
779
+ --sapIndicationColor_10_TextColor: #fff;
780
+ --sapIndicationColor_10_Hover_Background: #393b3d;
781
+ --sapIndicationColor_10_Active_Background: #2c2e30;
782
+ --sapIndicationColor_10_Active_BorderColor: #45484a;
783
+ --sapIndicationColor_10_Active_TextColor: #fff;
784
+ --sapIndicationColor_10_Selected_Background: #2c2e30;
785
+ --sapIndicationColor_10_Selected_BorderColor: #45484a;
786
+ --sapIndicationColor_10_Selected_TextColor: #fff;
787
+ --sapIndicationColor_10b: #eaecee;
788
+ --sapIndicationColor_10b_BorderColor: #eaecee;
789
+ --sapIndicationColor_10b_Hover_Background: #dcdfe3;
466
790
  --sapLegend_WorkingBackground: #f7f7f7;
467
791
  --sapLegend_NonWorkingBackground: #f7f7f7;
468
792
  --sapLegend_CurrentDateTime: #ab218e;
@@ -506,31 +830,31 @@
506
830
  --sapLegendBackgroundColor18: #e6edd1;
507
831
  --sapLegendBackgroundColor19: #cfebf7;
508
832
  --sapLegendBackgroundColor20: #f0f7fa;
509
- --sapChart_OrderedColor_1: #5899da;
510
- --sapChart_OrderedColor_2: #e8743b;
511
- --sapChart_OrderedColor_3: #19a979;
833
+ --sapChart_OrderedColor_1: #438cd5;
834
+ --sapChart_OrderedColor_2: #e66729;
835
+ --sapChart_OrderedColor_3: #16976c;
512
836
  --sapChart_OrderedColor_4: #ed4a7b;
513
837
  --sapChart_OrderedColor_5: #945ecf;
514
- --sapChart_OrderedColor_6: #13a4b4;
838
+ --sapChart_OrderedColor_6: #1193a2;
515
839
  --sapChart_OrderedColor_7: #525df4;
516
840
  --sapChart_OrderedColor_8: #bf399e;
517
841
  --sapChart_OrderedColor_9: #6c8893;
518
- --sapChart_OrderedColor_10: #ee6868;
842
+ --sapChart_OrderedColor_10: #ed5f5f;
519
843
  --sapChart_OrderedColor_11: #2f6497;
520
844
  --sapChart_Bad: #dc0d0e;
521
- --sapChart_Critical: #de890d;
522
- --sapChart_Good: #3fa45b;
845
+ --sapChart_Critical: #cb7d0c;
846
+ --sapChart_Good: #3c9d57;
523
847
  --sapChart_Neutral: #848f94;
524
- --sapChart_Sequence_1: #5899da;
525
- --sapChart_Sequence_2: #e8743b;
526
- --sapChart_Sequence_3: #19a979;
848
+ --sapChart_Sequence_1: #438cd5;
849
+ --sapChart_Sequence_2: #e66729;
850
+ --sapChart_Sequence_3: #16976c;
527
851
  --sapChart_Sequence_4: #ed4a7b;
528
852
  --sapChart_Sequence_5: #945ecf;
529
- --sapChart_Sequence_6: #13a4b4;
853
+ --sapChart_Sequence_6: #1193a2;
530
854
  --sapChart_Sequence_7: #525df4;
531
855
  --sapChart_Sequence_8: #bf399e;
532
856
  --sapChart_Sequence_9: #6c8893;
533
- --sapChart_Sequence_10: #ee6868;
857
+ --sapChart_Sequence_10: #ed5f5f;
534
858
  --sapChart_Sequence_11: #2f6497;
535
859
  --sapChart_Sequence_Neutral: #848f94;
536
860
  --sapFontUrl_SAP-icons_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf');
@@ -544,26 +868,44 @@
544
868
  --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2');
545
869
  --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');
546
870
  --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');
547
- --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
548
- --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
549
- --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
550
- --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
551
871
  --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');
552
872
  --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');
873
+ --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
874
+ --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
553
875
  --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');
554
876
  --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');
877
+ --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');
878
+ --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');
879
+ --sapFontUrl_72_Semibold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2');
880
+ --sapFontUrl_72_Semibold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff');
881
+ --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');
882
+ --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');
883
+ --sapFontUrl_72_SemiboldDuplex_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2');
884
+ --sapFontUrl_72_SemiboldDuplex_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff');
885
+ --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
886
+ --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
555
887
  --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');
556
888
  --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');
557
889
  --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');
558
890
  --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');
891
+ --sapFontUrl_72_Black_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2');
892
+ --sapFontUrl_72_Black_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff');
559
893
  --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');
560
894
  --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');
895
+ --sapFontUrl_72_BoldItalic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2');
896
+ --sapFontUrl_72_BoldItalic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff');
561
897
  --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');
562
898
  --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');
899
+ --sapFontUrl_72_Condensed_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2');
900
+ --sapFontUrl_72_Condensed_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff');
563
901
  --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');
564
902
  --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');
903
+ --sapFontUrl_72_CondensedBold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2');
904
+ --sapFontUrl_72_CondensedBold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff');
565
905
  --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');
566
906
  --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');
907
+ --sapFontUrl_72_Italic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2');
908
+ --sapFontUrl_72_Italic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff');
567
909
  --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');
568
910
  --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');
569
911
  --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');
@@ -582,4 +924,4 @@
582
924
  .background-image--sapShell_BackgroundImage {
583
925
  background-image: var(--sapShell_BackgroundImage);
584
926
  }
585
- .sapContrast :root,.sapContrast:root{--sapHighlightColor:#91c8f6;--sapBaseColor:#3f5161;--sapBackgroundColor:#3f5161;--sapTextColor:#fafafa;--sapLinkColor:#7ed0ff;--sapLink_Hover_Color:#7ed0ff;--sapLink_Active_Color:#7ed0ff;--sapLink_Visited_Color:#7ed0ff;--sapLink_InvertedColor:#0070b1;--sapLink_SubtleColor:#b1e3ff;--sapSelectedColor:#91c8f6;--sapActiveColor:#91c8f6;--sapHighlightTextColor:#2f3c48;--sapTitleColor:#fafafa;--sapNegativeColor:#ff8888;--sapCriticalColor:#fabd64;--sapPositiveColor:#abe2ab;--sapInformativeColor:#91c8f6;--sapNeutralColor:#d3d7d9;--sapNegativeElementColor:#ff8888;--sapCriticalElementColor:#fabd64;--sapPositiveElementColor:#abe2ab;--sapInformativeElementColor:#91c8f6;--sapNeutralElementColor:#d3d7d9;--sapNegativeTextColor:#ff8888;--sapPositiveTextColor:#abe2ab;--sapCriticalTextColor:#fabd64;--sapInformativeTextColor:#91c8f6;--sapNeutralTextColor:#d3d7d9;--sapNeutralBorderColor:#d3d7d9;--sapErrorColor:#ff8888;--sapErrorBorderColor:#ff8888;--sapWarningColor:#fabd64;--sapWarningBorderColor:#fabd64;--sapSuccessColor:#abe2ab;--sapSuccessBorderColor:#abe2ab;--sapInformationColor:#91c8f6;--sapInformationBorderColor:#91c8f6;--sapErrorBackground:#500;--sapWarningBackground:#5c3803;--sapSuccessBackground:#174417;--sapInformationBackground:#062e4f;--sapNeutralBackground:#393e41;--sapIndicationColor_1:#ff8888;--sapIndicationColor_1_Hover_Background:#ffa2a2;--sapIndicationColor_1_Active_Background:#fbb;--sapIndicationColor_1_TextColor:#2f3c48;--sapIndicationColor_2:#ffbbbb;--sapIndicationColor_2_Hover_Background:#ffd5d5;--sapIndicationColor_2_Active_Background:#fee;--sapIndicationColor_2_TextColor:#2f3c48;--sapIndicationColor_3:#fabd64;--sapIndicationColor_3_Hover_Background:#fac373;--sapIndicationColor_3_Active_Background:#fbca82;--sapIndicationColor_3_TextColor:#2f3c48;--sapIndicationColor_4:#abe2ab;--sapIndicationColor_4_Hover_Background:#bee9be;--sapIndicationColor_4_Active_Background:#d1efd1;--sapIndicationColor_4_TextColor:#2f3c48;--sapIndicationColor_5:#91c8f6;--sapIndicationColor_5_Hover_Background:#a9d4f8;--sapIndicationColor_5_Active_Background:#c0e0fa;--sapIndicationColor_5_TextColor:#2f3c48;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Hover_Background:#91cece;--sapIndicationColor_6_Active_Background:#a2d6d6;--sapIndicationColor_6_TextColor:#2f3c48;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Hover_Background:#c6a9e6;--sapIndicationColor_7_Active_Background:#d3bcec;--sapIndicationColor_7_TextColor:#2f3c48;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Hover_Background:#e67ed1;--sapIndicationColor_8_Active_Background:#ea94d8;--sapIndicationColor_8_TextColor:#2f3c48;--sapContent_IconColor:#cae4fb;--sapContent_ContrastIconColor:#2f3c48;--sapContent_NonInteractiveIconColor:#97aabb;--sapContent_MarkerIconColor:#8ca7d5;--sapContent_MarkerTextColor:#b7cfe4;--sapContent_ImagePlaceholderBackground:#69859d;--sapContent_ImagePlaceholderForegroundColor:#495e70;--sapContent_UnratedColor:#8ea3b6;--sapContent_FocusColor:#fff;--sapContent_ContrastFocusColor:#000;--sapContent_Shadow0:0 0 0 1px rgba(255,255,255,0.2);--sapContent_Shadow1:0 0.125rem 0.5rem 0 rgba(0,0,0,0.2),0 0 0 1px rgba(255,255,255,0.2);--sapContent_Shadow2:0 0.625rem 1.875rem 0 rgba(0,0,0,0.2),0 0 0 1px rgba(255,255,255,0.2);--sapContent_Shadow3:0 1.25rem 5rem 0 rgba(0,0,0,0.2),0 0 0 1px rgba(255,255,255,0.2);--sapContent_TextShadow:0 0 0.125rem #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:0 0.125rem 0 0 #3f5161,inset 0 -0.125rem 0 0 #4f667a;--sapContent_SearchHighlightColor:#058088;--sapContent_LabelColor:#ddd;--sapContent_DisabledTextColor:rgba(250,250,250,0.5);--sapContent_ContrastTextThreshold:0.5;--sapContent_ContrastTextColor:#2f3c48;--sapContent_ForegroundColor:#4d6377;--sapContent_ForegroundBorderColor:#889eb1;--sapContent_ForegroundTextColor:#fafafa;--sapContent_Placeholderloading_Background:#27323c;--sapContent_Placeholderloading_Gradient:linear-gradient(to right,#27323c 0%,#27323c 35%,#1d252d 50%,#27323c 65%,#27323c 100%);--sapContent_DragAndDropActiveColor:#7ed0ff;--sapContent_Selected_Background:#91c8f6;--sapContent_Selected_TextColor:#2f3c48;--sapContent_Selected_Hover_Background:#83c1f5;--sapContent_Selected_ForegroundColor:#91c8f6;--sapShell_Background:#6585a3;--sapShell_BackgroundImage:linear-gradient(to bottom,#2b4863,#9ebfde);--sapShell_BackgroundGradient:linear-gradient(to bottom,#2b4863,#9ebfde);--sapShell_TextColor:#fff;--sapShell_InteractiveTextColor:#fff;--sapShell_GroupTitleTextColor:#fafafa;--sapShell_GroupTitleTextShadow:0 0 0.125rem #000;--sapShell_Hover_Background:#5f95c2;--sapShell_Active_Background:#91c8f6;--sapShell_Active_TextColor:#2f3c48;--sapShell_Selected_Background:#91c8f6;--sapShell_Selected_TextColor:#2f3c48;--sapShell_Selected_Hover_Background:#91c8f6;--sapShell_Navigation_SelectedColor:#fff;--sapShell_Navigation_Selected_TextColor:#fff;--sapShell_Navigation_TextColor:#fafafa;--sapShell_Navigation_Hover_Background:#5f95c2;--sapShell_Navigation_Active_Background:#91c8f6;--sapShell_Navigation_Active_TextColor:#2f3c48;--sapShell_Shadow:0 0.125rem 0 0 #597895;--sapShell_NegativeColor:#ff8888;--sapShell_CriticalColor:#fabd64;--sapShell_PositiveColor:#abe2ab;--sapShell_InformativeColor:#91c8f6;--sapShell_NeutralColor:#d3d7d9;--sapButton_Background:#435667;--sapButton_BorderColor:#a0b2c1;--sapButton_TextColor:#cae4fb;--sapButton_Hover_Background:#4f657a;--sapButton_Hover_BorderColor:#a0b2c1;--sapButton_Hover_TextColor:#cae4fb;--sapButton_IconColor:#cae4fb;--sapButton_Active_Background:#91c8f6;--sapButton_Active_BorderColor:#91c8f6;--sapButton_Active_TextColor:#2f3c48;--sapButton_Emphasized_Active_Background:#91c8f6;--sapButton_Emphasized_Active_BorderColor:#91c8f6;--sapButton_Emphasized_Active_TextColor:#2f3c48;--sapButton_Reject_Background:#435667;--sapButton_Reject_BorderColor:#ff8888;--sapButton_Reject_Hover_Background:#4f657a;--sapButton_Reject_Hover_BorderColor:#ff8888;--sapButton_Reject_Hover_TextColor:#f88;--sapButton_Reject_Active_Background:#ff6e6e;--sapButton_Reject_Active_BorderColor:#ff6e6e;--sapButton_Reject_Active_TextColor:#2f3c48;--sapButton_Reject_TextColor:#f88;--sapButton_Reject_Selected_Background:#ff6e6e;--sapButton_Reject_Selected_BorderColor:#ff6e6e;--sapButton_Reject_Selected_TextColor:#2f3c48;--sapButton_Reject_Selected_Hover_Background:#f88;--sapButton_Reject_Selected_Hover_BorderColor:#f88;--sapButton_Accept_Background:#435667;--sapButton_Accept_BorderColor:#abe2ab;--sapButton_Accept_Hover_Background:#4f657a;--sapButton_Accept_Hover_BorderColor:#abe2ab;--sapButton_Accept_Hover_TextColor:#abe2ab;--sapButton_Accept_Active_Background:#98db98;--sapButton_Accept_Active_BorderColor:#98db98;--sapButton_Accept_Active_TextColor:#2f3c48;--sapButton_Accept_TextColor:#abe2ab;--sapButton_Accept_Selected_Background:#98db98;--sapButton_Accept_Selected_BorderColor:#98db98;--sapButton_Accept_Selected_TextColor:#2f3c48;--sapButton_Accept_Selected_Hover_Background:#abe2ab;--sapButton_Accept_Selected_Hover_BorderColor:#abe2ab;--sapButton_Lite_TextColor:#cae4fb;--sapButton_Lite_Hover_Background:rgba(35,45,54,0.5);--sapButton_Lite_Hover_BorderColor:rgba(35,45,54,0.5);--sapButton_Lite_Hover_TextColor:#cae4fb;--sapButton_Lite_Active_Background:#91c8f6;--sapButton_Lite_Active_BorderColor:#91c8f6;--sapButton_Selected_Background:#62b0f2;--sapButton_Selected_BorderColor:#4aa4f0;--sapButton_Selected_TextColor:#2f3c48;--sapButton_Selected_Hover_Background:#54a9f1;--sapButton_Selected_Hover_BorderColor:#54a9f1;--sapButton_Attention_Background:#435667;--sapButton_Attention_BorderColor:#fabd64;--sapButton_Attention_TextColor:#fafafa;--sapButton_Attention_Hover_Background:#5c3803;--sapButton_Attention_Hover_BorderColor:#fabd64;--sapButton_Attention_Hover_TextColor:#fafafa;--sapButton_Attention_Active_Background:#f9b24b;--sapButton_Attention_Active_BorderColor:#f9b24b;--sapButton_Attention_Active_TextColor:#2f3c48;--sapButton_Attention_Selected_Background:#f9b24b;--sapButton_Attention_Selected_BorderColor:#f9b24b;--sapButton_Attention_Selected_TextColor:#2f3c48;--sapButton_Attention_Selected_Hover_Background:#fabd64;--sapButton_Attention_Selected_Hover_BorderColor:#fabd64;--sapButton_Negative_Background:#ff8888;--sapButton_Negative_BorderColor:#ff8888;--sapButton_Negative_TextColor:#2f3c48;--sapButton_Negative_Hover_Background:#ffa2a2;--sapButton_Negative_Hover_BorderColor:#ffa2a2;--sapButton_Negative_Hover_TextColor:#2f3c48;--sapButton_Negative_Active_Background:#fbb;--sapButton_Negative_Active_BorderColor:#fbb;--sapButton_Negative_Active_TextColor:#2f3c48;--sapButton_Critical_Background:#fabd64;--sapButton_Critical_BorderColor:#fabd64;--sapButton_Critical_TextColor:#2f3c48;--sapButton_Critical_Hover_Background:#fbc87d;--sapButton_Critical_Hover_BorderColor:#fbc87d;--sapButton_Critical_Hover_TextColor:#2f3c48;--sapButton_Critical_Active_Background:#fcd295;--sapButton_Critical_Active_BorderColor:#fcd295;--sapButton_Critical_Active_TextColor:#2f3c48;--sapButton_Success_Background:#abe2ab;--sapButton_Success_BorderColor:#abe2ab;--sapButton_Success_TextColor:#2f3c48;--sapButton_Success_Hover_Background:#bee9be;--sapButton_Success_Hover_BorderColor:#bee9be;--sapButton_Success_Hover_TextColor:#2f3c48;--sapButton_Success_Active_Background:#d1efd1;--sapButton_Success_Active_BorderColor:#d1efd1;--sapButton_Success_Active_TextColor:#2f3c48;--sapButton_Information_Background:#91c8f6;--sapButton_Information_BorderColor:#91c8f6;--sapButton_Information_TextColor:#2f3c48;--sapButton_Information_Hover_Background:#a9d4f8;--sapButton_Information_Hover_BorderColor:#a9d4f8;--sapButton_Information_Hover_TextColor:#2f3c48;--sapButton_Information_Active_Background:#c0e0fa;--sapButton_Information_Active_BorderColor:#c0e0fa;--sapButton_Neutral_Background:#d3d7d9;--sapButton_Neutral_BorderColor:#d3d7d9;--sapButton_Neutral_TextColor:#2f3c48;--sapButton_Neutral_Hover_Background:#e1e3e5;--sapButton_Neutral_Hover_BorderColor:#e1e3e5;--sapButton_Neutral_Hover_TextColor:#2f3c48;--sapButton_Neutral_Active_Background:#eef0f1;--sapButton_Neutral_Active_BorderColor:#eef0f1;--sapButton_Neutral_Active_TextColor:#2f3c48;--sapButton_Track_Selected_Background:#62b0f2;--sapButton_Track_Selected_TextColor:#2f3c48;--sapButton_Track_Background:#3f5161;--sapButton_Track_TextColor:#fafafa;--sapButton_TokenBackground:#435667;--sapButton_TokenBorderColor:#617d95;--sapField_Background:#495e70;--sapField_TextColor:#fff;--sapField_PlaceholderTextColor:#c3d7e8;--sapField_BorderColor:#7891a7;--sapField_HelpBackground:#495e70;--sapField_Hover_Background:#495e70;--sapField_Hover_BorderColor:#91c8f6;--sapField_Hover_HelpBackground:#91c8f6;--sapField_Active_BorderColor:#91c8f6;--sapField_Focus_Background:#495e70;--sapField_Focus_BorderColor:#7891a7;--sapField_Focus_HelpBackground:#495e70;--sapField_ReadOnly_Background:transparent;--sapField_ReadOnly_BorderColor:#7891a7;--sapField_ReadOnly_HelpBackground:transparent;--sapField_RequiredColor:#d88b8b;--sapField_InvalidColor:#ff8888;--sapField_InvalidBackground:#495e70;--sapField_WarningColor:#fabd64;--sapField_WarningBackground:#495e70;--sapField_SuccessColor:#abe2ab;--sapField_SuccessBackground:#495e70;--sapField_InformationColor:#91c8f6;--sapField_InformationBackground:#495e70;--sapGroup_TitleBorderColor:#69859d;--sapGroup_TitleTextColor:#fafafa;--sapGroup_ContentBackground:#3f5161;--sapGroup_ContentBorderColor:#4f667a;--sapToolbar_SeparatorColor:rgba(239,244,249,0.2);--sapList_HeaderBackground:#3c4d5c;--sapList_HeaderBorderColor:#4d6377;--sapList_HeaderTextColor:#fafafa;--sapList_BorderColor:#4d6377;--sapList_TextColor:#fafafa;--sapList_Active_TextColor:#2f3c48;--sapList_Active_Background:#91c8f6;--sapList_SelectionBackgroundColor:#496b8a;--sapList_SelectionBorderColor:#4d6377;--sapList_Hover_SelectionBackground:#4e7394;--sapList_Background:#3f5161;--sapList_Hover_Background:#45596a;--sapList_AlternatingBackground:#435667;--sapList_GroupHeaderBackground:#3f5161;--sapList_GroupHeaderBorderColor:#69859e;--sapList_GroupHeaderTextColor:#b7cfe4;--sapList_FooterBackground:#2f3c48;--sapList_FooterTextColor:#fafafa;--sapList_TableGroupHeaderBackground:#3b4c5b;--sapList_TableGroupHeaderBorderColor:#69859e;--sapList_TableGroupHeaderTextColor:#b7cfe4;--sapList_TableFooterBorder:#69859e;--sapList_TableFixedBorderColor:#9dafc0;--sapList_Active_Background:#91c8f6;--sapScrollBar_FaceColor:#0099db;--sapScrollBar_TrackColor:#3f5161;--sapScrollBar_BorderColor:#0099db;--sapScrollBar_SymbolColor:#cae4fb;--sapScrollBar_Hover_FaceColor:#00a4ea;--sapPageHeader_Background:#3f5161;--sapPageHeader_BorderColor:#4f667a;--sapPageHeader_TextColor:#fafafa;--sapPageFooter_Background:#2f3c48;--sapPageFooter_BorderColor:#475b6d;--sapPageFooter_TextColor:#fafafa;--sapInfobar_Active_Background:#91c8f6;--sapInfobar_NonInteractive_Background:#2b3742;--sapInfobar_TextColor:#fafafa;--sapObjectHeader_Background:#3f5161;--sapObjectHeader_BorderColor:#4f667a;--sapObjectHeader_Hover_Background:#45596a;--sapTile_Background:#3f5161;--sapTile_Hover_Background:#45596a;--sapTile_Active_Background:#45596a;--sapTile_TitleTextColor:#fafafa;--sapTile_TextColor:#ddd;--sapTile_IconColor:#83c0f6;--sapTile_SeparatorColor:#577086;--sapTile_Interactive_BorderColor:#889eb1;--sapTile_OverlayForegroundColor:#fafafa;--sapLegend_WorkingBackground:#4f667a;--sapLegend_NonWorkingBackground:#435667;--sapLegendColor1:#ffb914;--sapLegendColor2:#f58c4b;--sapLegendColor3:#d88b8b;--sapLegendColor4:#bd8969;--sapLegendColor5:#de54c1;--sapLegendColor6:#00a4eb;--sapLegendColor7:#21c4c4;--sapLegendColor8:#afd645;--sapLegendColor9:#38c3ff;--sapLegendColor10:#b47ea9;--sapLegendColor11:#d1b575;--sapLegendColor12:#ffb98d;--sapLegendColor13:#ffa1a1;--sapLegendColor14:#d5b39e;--sapLegendColor15:#b8adb6;--sapLegendColor16:#c1c8d3;--sapLegendColor17:#a2c2c2;--sapLegendColor18:#aabc78;--sapLegendColor19:#6aafcd;--sapLegendColor20:#a2c0f2;--sapLegendBackgroundColor1:#473200;--sapLegendBackgroundColor2:#552405;--sapLegendBackgroundColor3:#521c1c;--sapLegendBackgroundColor4:#56331d;--sapLegendBackgroundColor5:#400c35;--sapLegendBackgroundColor6:#003247;--sapLegendBackgroundColor7:#0b4141;--sapLegendBackgroundColor8:#29340c;--sapLegendBackgroundColor9:#1f252a;--sapLegendBackgroundColor10:#3c2a38;--sapLegendBackgroundColor11:#684e12;--sapLegendBackgroundColor12:#853808;--sapLegendBackgroundColor13:#704b4b;--sapLegendBackgroundColor14:#88502e;--sapLegendBackgroundColor15:#724168;--sapLegendBackgroundColor16:#546074;--sapLegendBackgroundColor17:#2c6868;--sapLegendBackgroundColor18:#576432;--sapLegendBackgroundColor19:#36677d;--sapLegendBackgroundColor20:#003895;--sapChart_Bad:#f55556;--sapChart_Critical:#f4ac44;--sapChart_Good:#69c683;--sapChart_Neutral:#9ea8ad;--sapChart_Sequence_Neutral:#9ea8ad}
927
+ .sapContrast :root,.sapContrast:root{--sapHighlightColor:#91c8f6;--sapBaseColor:#3f5161;--sapBackgroundColor:#3f5161;--sapTextColor:#fafafa;--sapLinkColor:#7ed0ff;--sapSelectedColor:#91c8f6;--sapHoverColor:#45596a;--sapActiveColor:#91c8f6;--sapHighlightTextColor:#2f3c48;--sapTitleColor:#fafafa;--sapNegativeColor:#ff8888;--sapCriticalColor:#fabd64;--sapPositiveColor:#abe2ab;--sapInformativeColor:#91c8f6;--sapNeutralColor:#d3d7d9;--sapNegativeElementColor:#ff8888;--sapCriticalElementColor:#fabd64;--sapPositiveElementColor:#abe2ab;--sapInformativeElementColor:#91c8f6;--sapNeutralElementColor:#d3d7d9;--sapNegativeTextColor:#ff8888;--sapCriticalTextColor:#fabd64;--sapPositiveTextColor:#abe2ab;--sapInformativeTextColor:#91c8f6;--sapNeutralTextColor:#d3d7d9;--sapErrorColor:#ff8888;--sapWarningColor:#fabd64;--sapSuccessColor:#abe2ab;--sapInformationColor:#91c8f6;--sapErrorBackground:#500;--sapWarningBackground:#5c3803;--sapSuccessBackground:#174417;--sapInformationBackground:#062e4f;--sapNeutralBackground:#393e41;--sapErrorBorderColor:#ff8888;--sapWarningBorderColor:#fabd64;--sapSuccessBorderColor:#abe2ab;--sapInformationBorderColor:#91c8f6;--sapNeutralBorderColor:#d3d7d9;--sapContent_IconColor:#cae4fb;--sapContent_ContrastIconColor:#2f3c48;--sapContent_NonInteractiveIconColor:#97aabb;--sapContent_MarkerIconColor:#8ca7d5;--sapContent_MarkerTextColor:#b7cfe4;--sapContent_MeasureIndicatorColor:#7891a7;--sapContent_Selected_MeasureIndicatorColor:#7891a7;--sapContent_Placeholderloading_Background:#27323c;--sapContent_Placeholderloading_Gradient:linear-gradient(to right,#27323c 0%,#27323c 35%,#1d252d 50%,#27323c 65%,#27323c 100%);--sapContent_ImagePlaceholderBackground:#69859d;--sapContent_ImagePlaceholderForegroundColor:#495e70;--sapContent_UnratedColor:#8ea3b6;--sapContent_FocusColor:#fff;--sapContent_ContrastFocusColor:#000;--sapContent_Shadow0:0 0 0 1px rgba(255,255,255,0.2);--sapContent_Shadow1:0 0.125rem 0.5rem 0 rgba(0,0,0,0.2),0 0 0 1px rgba(255,255,255,0.2);--sapContent_Shadow2:0 0.625rem 1.875rem 0 rgba(0,0,0,0.2),0 0 0 1px rgba(255,255,255,0.2);--sapContent_Shadow3:0 1.25rem 5rem 0 rgba(0,0,0,0.2),0 0 0 1px rgba(255,255,255,0.2);--sapContent_TextShadow:0 0 0.125rem #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:0 0.125rem 0 0 #3f5161,inset 0 -0.125rem 0 0 #4f667a;--sapContent_SearchHighlightColor:#058088;--sapContent_LabelColor:#ddd;--sapContent_DisabledTextColor:rgba(250,250,250,0.5);--sapContent_ContrastTextThreshold:0.5;--sapContent_ContrastTextColor:#2f3c48;--sapContent_ForegroundColor:#4d6377;--sapContent_ForegroundBorderColor:#889eb1;--sapContent_ForegroundTextColor:#fafafa;--sapContent_DragAndDropActiveColor:#7ed0ff;--sapContent_Selected_TextColor:#2f3c48;--sapContent_Selected_Background:#91c8f6;--sapContent_Selected_Hover_Background:#83c1f5;--sapContent_Selected_ForegroundColor:#91c8f6;--sapLink_Hover_Color:#7ed0ff;--sapLink_Active_Color:#7ed0ff;--sapLink_Visited_Color:#7ed0ff;--sapLink_InvertedColor:#0070b1;--sapLink_SubtleColor:#b1e3ff;--sapShell_Background:#6585a3;--sapShell_BackgroundImage:linear-gradient(to bottom,#2b4863,#9ebfde);--sapShell_TextColor:#fff;--sapShell_InteractiveTextColor:#fff;--sapShell_GroupTitleTextColor:#fafafa;--sapShell_GroupTitleTextShadow:0 0 0.125rem #000;--sapShell_Hover_Background:#5f95c2;--sapShell_Active_Background:#91c8f6;--sapShell_Active_TextColor:#2f3c48;--sapShell_Selected_Background:#91c8f6;--sapShell_Selected_TextColor:#2f3c48;--sapShell_Selected_Hover_Background:#91c8f6;--sapShell_Navigation_Hover_Background:#5f95c2;--sapShell_Navigation_SelectedColor:#fff;--sapShell_Navigation_Selected_TextColor:#fff;--sapShell_Navigation_TextColor:#fafafa;--sapShell_Navigation_Active_TextColor:#2f3c48;--sapShell_Navigation_Active_Background:#91c8f6;--sapShell_Shadow:0 0.125rem 0 0 #597895;--sapShell_NegativeColor:#ff8888;--sapShell_CriticalColor:#fabd64;--sapShell_PositiveColor:#abe2ab;--sapShell_InformativeColor:#91c8f6;--sapShell_NeutralColor:#d3d7d9;--sapShell_Category_1_Background:#00a4eb;--sapShell_Category_1_BorderColor:#00a4eb;--sapShell_Category_1_TextColor:#2f3c48;--sapShell_Category_1_TextShadow:none;--sapShell_Category_2_Background:#d88b8b;--sapShell_Category_2_BorderColor:#d88b8b;--sapShell_Category_2_TextColor:#2f3c48;--sapShell_Category_2_TextShadow:none;--sapShell_Category_3_Background:#ffb914;--sapShell_Category_3_BorderColor:#ffb914;--sapShell_Category_3_TextColor:#2f3c48;--sapShell_Category_3_TextShadow:none;--sapShell_Category_4_Background:#b47ea9;--sapShell_Category_4_BorderColor:#b47ea9;--sapShell_Category_4_TextColor:#2f3c48;--sapShell_Category_4_TextShadow:none;--sapShell_Category_5_Background:#ffb98d;--sapShell_Category_5_BorderColor:#ffb98d;--sapShell_Category_5_TextColor:#2f3c48;--sapShell_Category_5_TextShadow:none;--sapShell_Category_6_Background:#21c4c4;--sapShell_Category_6_BorderColor:#21c4c4;--sapShell_Category_6_TextColor:#2f3c48;--sapShell_Category_6_TextShadow:none;--sapShell_Category_7_Background:#de54c1;--sapShell_Category_7_BorderColor:#de54c1;--sapShell_Category_7_TextColor:#fafafa;--sapShell_Category_7_TextShadow:none;--sapShell_Category_8_Background:#afd645;--sapShell_Category_8_BorderColor:#afd645;--sapShell_Category_8_TextColor:#2f3c48;--sapShell_Category_8_TextShadow:none;--sapShell_Category_9_Background:#c1c8d3;--sapShell_Category_9_BorderColor:#c1c8d3;--sapShell_Category_9_TextColor:#2f3c48;--sapShell_Category_9_TextShadow:none;--sapShell_Category_10_Background:#38c3ff;--sapShell_Category_10_BorderColor:#38c3ff;--sapShell_Category_10_TextColor:#2f3c48;--sapShell_Category_10_TextShadow:none;--sapShell_Category_11_Background:#f58c4b;--sapShell_Category_11_BorderColor:#f58c4b;--sapShell_Category_11_TextColor:#2f3c48;--sapShell_Category_11_TextShadow:none;--sapShell_Category_12_Background:#a2c0f2;--sapShell_Category_12_BorderColor:#a2c0f2;--sapShell_Category_12_TextColor:#2f3c48;--sapShell_Category_12_TextShadow:none;--sapShell_Category_13_Background:#ffa1a1;--sapShell_Category_13_BorderColor:#ffa1a1;--sapShell_Category_13_TextColor:#2f3c48;--sapShell_Category_13_TextShadow:none;--sapShell_Category_14_Background:#a2c2c2;--sapShell_Category_14_BorderColor:#a2c2c2;--sapShell_Category_14_TextColor:#2f3c48;--sapShell_Category_14_TextShadow:none;--sapShell_Category_15_Background:#eef0f3;--sapShell_Category_15_BorderColor:#eef0f3;--sapShell_Category_15_TextColor:#2f3c48;--sapShell_Category_15_TextShadow:none;--sapShell_Category_16_Background:#aabc78;--sapShell_Category_16_BorderColor:#aabc78;--sapShell_Category_16_TextColor:#2f3c48;--sapShell_Category_16_TextShadow:none;--sapAvatar_1_TextColor:#2f3c48;--sapAvatar_2_TextColor:#fafafa;--sapAvatar_3_TextColor:#fafafa;--sapAvatar_4_TextColor:#fafafa;--sapAvatar_5_TextColor:#2f3c48;--sapAvatar_6_TextColor:#fafafa;--sapAvatar_7_TextColor:#fafafa;--sapAvatar_8_TextColor:#2f3c48;--sapAvatar_9_TextColor:#fafafa;--sapAvatar_10_TextColor:#fafafa;--sapButton_Background:#435667;--sapButton_BorderColor:#a0b2c1;--sapButton_TextColor:#cae4fb;--sapButton_Hover_Background:#4f657a;--sapButton_Hover_BorderColor:#a0b2c1;--sapButton_Hover_TextColor:#cae4fb;--sapButton_IconColor:#cae4fb;--sapButton_Active_Background:#91c8f6;--sapButton_Active_BorderColor:#91c8f6;--sapButton_Active_TextColor:#2f3c48;--sapButton_Emphasized_Active_Background:#91c8f6;--sapButton_Emphasized_Active_BorderColor:#91c8f6;--sapButton_Emphasized_Active_TextColor:#2f3c48;--sapButton_Reject_Background:#435667;--sapButton_Reject_BorderColor:#ff8888;--sapButton_Reject_TextColor:#f88;--sapButton_Reject_Hover_Background:#4f657a;--sapButton_Reject_Hover_BorderColor:#ff8888;--sapButton_Reject_Hover_TextColor:#f88;--sapButton_Reject_Active_Background:#ff6e6e;--sapButton_Reject_Active_BorderColor:#ff6e6e;--sapButton_Reject_Active_TextColor:#2f3c48;--sapButton_Reject_Selected_Background:#ff6e6e;--sapButton_Reject_Selected_BorderColor:#ff6e6e;--sapButton_Reject_Selected_TextColor:#2f3c48;--sapButton_Reject_Selected_Hover_Background:#f88;--sapButton_Reject_Selected_Hover_BorderColor:#f88;--sapButton_Accept_Background:#435667;--sapButton_Accept_BorderColor:#abe2ab;--sapButton_Accept_TextColor:#abe2ab;--sapButton_Accept_Hover_Background:#4f657a;--sapButton_Accept_Hover_BorderColor:#abe2ab;--sapButton_Accept_Hover_TextColor:#abe2ab;--sapButton_Accept_Active_Background:#98db98;--sapButton_Accept_Active_BorderColor:#98db98;--sapButton_Accept_Active_TextColor:#2f3c48;--sapButton_Accept_Selected_Background:#98db98;--sapButton_Accept_Selected_BorderColor:#98db98;--sapButton_Accept_Selected_TextColor:#2f3c48;--sapButton_Accept_Selected_Hover_Background:#abe2ab;--sapButton_Accept_Selected_Hover_BorderColor:#abe2ab;--sapButton_Lite_TextColor:#cae4fb;--sapButton_Lite_Hover_Background:rgba(35,45,54,0.5);--sapButton_Lite_Hover_BorderColor:rgba(35,45,54,0.5);--sapButton_Lite_Hover_TextColor:#cae4fb;--sapButton_Lite_Active_Background:#91c8f6;--sapButton_Lite_Active_BorderColor:#91c8f6;--sapButton_Selected_Background:#62b0f2;--sapButton_Selected_BorderColor:#4aa4f0;--sapButton_Selected_TextColor:#2f3c48;--sapButton_Selected_Hover_Background:#54a9f1;--sapButton_Selected_Hover_BorderColor:#54a9f1;--sapButton_Attention_Background:#435667;--sapButton_Attention_BorderColor:#fabd64;--sapButton_Attention_TextColor:#fafafa;--sapButton_Attention_Hover_Background:#5c3803;--sapButton_Attention_Hover_BorderColor:#fabd64;--sapButton_Attention_Hover_TextColor:#fafafa;--sapButton_Attention_Active_Background:#f9b24b;--sapButton_Attention_Active_BorderColor:#f9b24b;--sapButton_Attention_Active_TextColor:#2f3c48;--sapButton_Attention_Selected_Background:#f9b24b;--sapButton_Attention_Selected_BorderColor:#f9b24b;--sapButton_Attention_Selected_TextColor:#2f3c48;--sapButton_Attention_Selected_Hover_Background:#fabd64;--sapButton_Attention_Selected_Hover_BorderColor:#fabd64;--sapButton_Negative_Background:#ff8888;--sapButton_Negative_BorderColor:#ff8888;--sapButton_Negative_TextColor:#2f3c48;--sapButton_Negative_Hover_Background:#ffa2a2;--sapButton_Negative_Hover_BorderColor:#ffa2a2;--sapButton_Negative_Hover_TextColor:#2f3c48;--sapButton_Negative_Active_Background:#fbb;--sapButton_Negative_Active_BorderColor:#fbb;--sapButton_Negative_Active_TextColor:#2f3c48;--sapButton_Critical_Background:#fabd64;--sapButton_Critical_BorderColor:#fabd64;--sapButton_Critical_TextColor:#2f3c48;--sapButton_Critical_Hover_Background:#fbc87d;--sapButton_Critical_Hover_BorderColor:#fbc87d;--sapButton_Critical_Hover_TextColor:#2f3c48;--sapButton_Critical_Active_Background:#fcd295;--sapButton_Critical_Active_BorderColor:#fcd295;--sapButton_Critical_Active_TextColor:#2f3c48;--sapButton_Success_Background:#abe2ab;--sapButton_Success_BorderColor:#abe2ab;--sapButton_Success_TextColor:#2f3c48;--sapButton_Success_Hover_Background:#bee9be;--sapButton_Success_Hover_BorderColor:#bee9be;--sapButton_Success_Hover_TextColor:#2f3c48;--sapButton_Success_Active_Background:#d1efd1;--sapButton_Success_Active_BorderColor:#d1efd1;--sapButton_Success_Active_TextColor:#2f3c48;--sapButton_Information_Background:#91c8f6;--sapButton_Information_BorderColor:#91c8f6;--sapButton_Information_TextColor:#2f3c48;--sapButton_Information_Hover_Background:#a9d4f8;--sapButton_Information_Hover_BorderColor:#a9d4f8;--sapButton_Information_Hover_TextColor:#2f3c48;--sapButton_Information_Active_Background:#c0e0fa;--sapButton_Information_Active_BorderColor:#c0e0fa;--sapButton_Information_Active_TextColor:#2f3c48;--sapButton_Neutral_Background:#d3d7d9;--sapButton_Neutral_BorderColor:#d3d7d9;--sapButton_Neutral_TextColor:#2f3c48;--sapButton_Neutral_Hover_Background:#e1e3e5;--sapButton_Neutral_Hover_BorderColor:#e1e3e5;--sapButton_Neutral_Hover_TextColor:#2f3c48;--sapButton_Neutral_Active_Background:#eef0f1;--sapButton_Neutral_Active_BorderColor:#eef0f1;--sapButton_Neutral_Active_TextColor:#2f3c48;--sapButton_Track_Background:#495e70;--sapButton_Track_BorderColor:#a0b2c1;--sapButton_Track_TextColor:#fafafa;--sapButton_Track_Hover_Background:#4f657a;--sapButton_Track_Hover_BorderColor:#a0b2c1;--sapButton_Track_Selected_Background:#62b0f2;--sapButton_Track_Selected_BorderColor:#4aa4f0;--sapButton_Track_Selected_TextColor:#2f3c48;--sapButton_Track_Selected_Hover_Background:#54a9f1;--sapButton_Track_Selected_Hover_BorderColor:#54a9f1;--sapButton_Handle_Background:#435667;--sapButton_Handle_BorderColor:#a0b2c1;--sapButton_Handle_TextColor:#fafafa;--sapButton_Handle_Hover_Background:#4f657a;--sapButton_Handle_Hover_BorderColor:#a0b2c1;--sapButton_Handle_Selected_Background:#62b0f2;--sapButton_Handle_Selected_BorderColor:#4aa4f0;--sapButton_Handle_Selected_TextColor:#2f3c48;--sapButton_Handle_Selected_Hover_Background:#54a9f1;--sapButton_Handle_Selected_Hover_BorderColor:#54a9f1;--sapButton_Track_Negative_Background:#435667;--sapButton_Track_Negative_BorderColor:#ff8888;--sapButton_Track_Negative_TextColor:#f88;--sapButton_Track_Negative_Hover_Background:#435667;--sapButton_Track_Negative_Hover_BorderColor:#ff8888;--sapButton_Handle_Negative_Background:#435667;--sapButton_Handle_Negative_BorderColor:#ff8888;--sapButton_Handle_Negative_TextColor:#f88;--sapButton_Handle_Negative_Hover_Background:#4f657a;--sapButton_Handle_Negative_Hover_BorderColor:#ff8888;--sapButton_Track_Positive_Background:#435667;--sapButton_Track_Positive_BorderColor:#abe2ab;--sapButton_Track_Positive_TextColor:#abe2ab;--sapButton_Track_Positive_Hover_Background:#435667;--sapButton_Track_Positive_Hover_BorderColor:#abe2ab;--sapButton_Handle_Positive_Background:#435667;--sapButton_Handle_Positive_BorderColor:#abe2ab;--sapButton_Handle_Positive_TextColor:#abe2ab;--sapButton_Handle_Positive_Hover_Background:#4f657a;--sapButton_Handle_Positive_Hover_BorderColor:#abe2ab;--sapButton_TokenBackground:#435667;--sapButton_TokenBorderColor:#617d95;--sapField_Background:#495e70;--sapField_TextColor:#fff;--sapField_PlaceholderTextColor:#c3d7e8;--sapField_BorderColor:#7891a7;--sapField_HelpBackground:#495e70;--sapField_Hover_Background:#495e70;--sapField_Hover_BorderColor:#91c8f6;--sapField_Hover_HelpBackground:#91c8f6;--sapField_Active_BorderColor:#91c8f6;--sapField_Focus_Background:#495e70;--sapField_Focus_BorderColor:#7891a7;--sapField_Focus_HelpBackground:#495e70;--sapField_ReadOnly_Background:transparent;--sapField_ReadOnly_BorderColor:#7891a7;--sapField_ReadOnly_HelpBackground:transparent;--sapField_RequiredColor:#d88b8b;--sapField_InvalidColor:#ff8888;--sapField_InvalidBackground:#495e70;--sapField_WarningColor:#fabd64;--sapField_WarningBackground:#495e70;--sapField_SuccessColor:#abe2ab;--sapField_SuccessBackground:#495e70;--sapField_InformationColor:#91c8f6;--sapField_InformationBackground:#495e70;--sapGroup_TitleBorderColor:#69859d;--sapGroup_TitleTextColor:#fafafa;--sapGroup_ContentBackground:#3f5161;--sapGroup_ContentBorderColor:#4f667a;--sapToolbar_SeparatorColor:rgba(239,244,249,0.2);--sapList_HeaderBackground:#3c4d5c;--sapList_HeaderBorderColor:#4d6377;--sapList_HeaderTextColor:#fafafa;--sapList_BorderColor:#4d6377;--sapList_TextColor:#fafafa;--sapList_Active_TextColor:#2f3c48;--sapList_Active_Background:#91c8f6;--sapList_SelectionBackgroundColor:#496b8a;--sapList_SelectionBorderColor:#4d6377;--sapList_Hover_SelectionBackground:#4e7394;--sapList_Background:#3f5161;--sapList_Hover_Background:#45596a;--sapList_AlternatingBackground:#435667;--sapList_GroupHeaderBackground:#3f5161;--sapList_GroupHeaderBorderColor:#69859e;--sapList_GroupHeaderTextColor:#b7cfe4;--sapList_TableGroupHeaderBackground:#3b4c5b;--sapList_TableGroupHeaderBorderColor:#69859e;--sapList_TableGroupHeaderTextColor:#b7cfe4;--sapList_FooterBackground:#2f3c48;--sapList_FooterTextColor:#fafafa;--sapList_TableFooterBorder:#69859e;--sapList_TableFixedBorderColor:#9dafc0;--sapMessage_ErrorBorderColor:#ff8888;--sapMessage_WarningBorderColor:#fabd64;--sapMessage_SuccessBorderColor:#abe2ab;--sapMessage_InformationBorderColor:#91c8f6;--sapProgress_Background:#495e70;--sapProgress_BorderColor:#7891a7;--sapProgress_TextColor:#fafafa;--sapProgress_NegativeBackground:#495e70;--sapProgress_NegativeBorderColor:#7891a7;--sapProgress_NegativeTextColor:#fafafa;--sapProgress_CriticalBackground:#495e70;--sapProgress_CriticalBorderColor:#7891a7;--sapProgress_CriticalTextColor:#fafafa;--sapProgress_PositiveBackground:#495e70;--sapProgress_PositiveBorderColor:#7891a7;--sapProgress_PositiveTextColor:#fafafa;--sapProgress_InformationBackground:#495e70;--sapProgress_InformationBorderColor:#7891a7;--sapProgress_InformationTextColor:#fafafa;--sapProgress_Value_Background:#d3d7d9;--sapProgress_Value_BorderColor:#7891a7;--sapProgress_Value_TextColor:#fafafa;--sapProgress_Value_NegativeBackground:#ff8888;--sapProgress_Value_NegativeBorderColor:#7891a7;--sapProgress_Value_NegativeTextColor:#fafafa;--sapProgress_Value_CriticalBackground:#fabd64;--sapProgress_Value_CriticalBorderColor:#7891a7;--sapProgress_Value_CriticalTextColor:#fafafa;--sapProgress_Value_PositiveBackground:#abe2ab;--sapProgress_Value_PositiveBorderColor:#7891a7;--sapProgress_Value_PositiveTextColor:#fafafa;--sapProgress_Value_InformationBackground:#91c8f6;--sapProgress_Value_InformationBorderColor:#7891a7;--sapProgress_Value_InformationTextColor:#fafafa;--sapScrollBar_FaceColor:#0099db;--sapScrollBar_TrackColor:#3f5161;--sapScrollBar_BorderColor:#0099db;--sapScrollBar_SymbolColor:#cae4fb;--sapScrollBar_Hover_FaceColor:#00a4ea;--sapSlider_Background:#69849d;--sapSlider_BorderColor:#69849d;--sapSlider_Selected_Background:#91c8f6;--sapSlider_Selected_BorderColor:#91c8f6;--sapSlider_HandleBackground:rgba(73,94,112,0.1);--sapSlider_HandleBorderColor:#a6b7c5;--sapSlider_RangeHandleBackground:rgba(73,94,112,0.1);--sapSlider_Hover_HandleBackground:rgba(105,133,157,0.6);--sapSlider_Hover_HandleBorderColor:#a6b7c5;--sapSlider_Hover_RangeHandleBackground:rgba(43,55,66,0.6);--sapSlider_Active_HandleBackground:rgba(145,200,246,0.3);--sapSlider_Active_HandleBorderColor:#91c8f6;--sapSlider_Active_RangeHandleBackground:rgba(145,200,246,0.3);--sapPageHeader_Background:#3f5161;--sapPageHeader_BorderColor:#4f667a;--sapPageHeader_TextColor:#fafafa;--sapPageFooter_Background:#2f3c48;--sapPageFooter_BorderColor:#475b6d;--sapPageFooter_TextColor:#fafafa;--sapInfobar_Active_Background:#91c8f6;--sapInfobar_NonInteractive_Background:#2b3742;--sapInfobar_TextColor:#fafafa;--sapObjectHeader_Background:#3f5161;--sapObjectHeader_Hover_Background:#45596a;--sapObjectHeader_BorderColor:#4f667a;--sapObjectHeader_Title_TextColor:#fafafa;--sapObjectHeader_Subtitle_TextColor:#ddd;--sapTile_Background:#3f5161;--sapTile_Hover_Background:#45596a;--sapTile_Active_Background:#45596a;--sapTile_TitleTextColor:#fafafa;--sapTile_TextColor:#ddd;--sapTile_IconColor:#83c0f6;--sapTile_SeparatorColor:#577086;--sapTile_Interactive_BorderColor:#889eb1;--sapTile_OverlayForegroundColor:#fafafa;--sapIndicationColor_1:#ff8888;--sapIndicationColor_1_Background:#ff8888;--sapIndicationColor_1_BorderColor:#ff8888;--sapIndicationColor_1_TextColor:#2f3c48;--sapIndicationColor_1_Hover_Background:#ffa2a2;--sapIndicationColor_1_Active_Background:#fbb;--sapIndicationColor_1_Active_BorderColor:#ff8888;--sapIndicationColor_1_Active_TextColor:#2f3c48;--sapIndicationColor_1_Selected_Background:#fbb;--sapIndicationColor_1_Selected_BorderColor:#ff8888;--sapIndicationColor_1_Selected_TextColor:#2f3c48;--sapIndicationColor_1b:#5e0303;--sapIndicationColor_1b_BorderColor:#5e0303;--sapIndicationColor_1b_Hover_Background:#770404;--sapIndicationColor_2:#ffbbbb;--sapIndicationColor_2_Background:#ffbbbb;--sapIndicationColor_2_BorderColor:#ffbbbb;--sapIndicationColor_2_TextColor:#2f3c48;--sapIndicationColor_2_Hover_Background:#ffd5d5;--sapIndicationColor_2_Active_Background:#fee;--sapIndicationColor_2_Active_BorderColor:#ffbbbb;--sapIndicationColor_2_Active_TextColor:#2f3c48;--sapIndicationColor_2_Selected_Background:#fee;--sapIndicationColor_2_Selected_BorderColor:#ffbbbb;--sapIndicationColor_2_Selected_TextColor:#2f3c48;--sapIndicationColor_2b:#7d0000;--sapIndicationColor_2b_BorderColor:#7d0000;--sapIndicationColor_2b_Hover_Background:#970000;--sapIndicationColor_3:#fabd64;--sapIndicationColor_3_Background:#fabd64;--sapIndicationColor_3_BorderColor:#fabd64;--sapIndicationColor_3_TextColor:#2f3c48;--sapIndicationColor_3_Hover_Background:#fac373;--sapIndicationColor_3_Active_Background:#fbca82;--sapIndicationColor_3_Active_BorderColor:#fabd64;--sapIndicationColor_3_Active_TextColor:#2f3c48;--sapIndicationColor_3_Selected_Background:#fbca82;--sapIndicationColor_3_Selected_BorderColor:#fabd64;--sapIndicationColor_3_Selected_TextColor:#2f3c48;--sapIndicationColor_3b:#662b00;--sapIndicationColor_3b_BorderColor:#662b00;--sapIndicationColor_3b_Hover_Background:#803600;--sapIndicationColor_4:#abe2ab;--sapIndicationColor_4_Background:#abe2ab;--sapIndicationColor_4_BorderColor:#abe2ab;--sapIndicationColor_4_TextColor:#2f3c48;--sapIndicationColor_4_Hover_Background:#bee9be;--sapIndicationColor_4_Active_Background:#d1efd1;--sapIndicationColor_4_Active_BorderColor:#abe2ab;--sapIndicationColor_4_Active_TextColor:#2f3c48;--sapIndicationColor_4_Selected_Background:#d1efd1;--sapIndicationColor_4_Selected_BorderColor:#abe2ab;--sapIndicationColor_4_Selected_TextColor:#2f3c48;--sapIndicationColor_4b:#044a18;--sapIndicationColor_4b_BorderColor:#044a18;--sapIndicationColor_4b_Hover_Background:#056220;--sapIndicationColor_5:#91c8f6;--sapIndicationColor_5_Background:#91c8f6;--sapIndicationColor_5_BorderColor:#91c8f6;--sapIndicationColor_5_TextColor:#2f3c48;--sapIndicationColor_5_Hover_Background:#a9d4f8;--sapIndicationColor_5_Active_Background:#c0e0fa;--sapIndicationColor_5_Active_BorderColor:#91c8f6;--sapIndicationColor_5_Active_TextColor:#2f3c48;--sapIndicationColor_5_Selected_Background:#c0e0fa;--sapIndicationColor_5_Selected_BorderColor:#91c8f6;--sapIndicationColor_5_Selected_TextColor:#2f3c48;--sapIndicationColor_5b:#024594;--sapIndicationColor_5b_BorderColor:#024594;--sapIndicationColor_5b_Hover_Background:#0251ad;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Background:#7fc6c6;--sapIndicationColor_6_BorderColor:#7fc6c6;--sapIndicationColor_6_TextColor:#2f3c48;--sapIndicationColor_6_Hover_Background:#91cece;--sapIndicationColor_6_Active_Background:#a2d6d6;--sapIndicationColor_6_Active_BorderColor:#7fc6c6;--sapIndicationColor_6_Active_TextColor:#2f3c48;--sapIndicationColor_6_Selected_Background:#a2d6d6;--sapIndicationColor_6_Selected_BorderColor:#7fc6c6;--sapIndicationColor_6_Selected_TextColor:#2f3c48;--sapIndicationColor_6b:#00454e;--sapIndicationColor_6b_BorderColor:#00454e;--sapIndicationColor_6b_Hover_Background:#005c68;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Background:#b995e0;--sapIndicationColor_7_BorderColor:#b995e0;--sapIndicationColor_7_TextColor:#2f3c48;--sapIndicationColor_7_Hover_Background:#c6a9e6;--sapIndicationColor_7_Active_Background:#d3bcec;--sapIndicationColor_7_Active_BorderColor:#b995e0;--sapIndicationColor_7_Active_TextColor:#2f3c48;--sapIndicationColor_7_Selected_Background:#d3bcec;--sapIndicationColor_7_Selected_BorderColor:#b995e0;--sapIndicationColor_7_Selected_TextColor:#2f3c48;--sapIndicationColor_7b:#2702c2;--sapIndicationColor_7b_BorderColor:#2702c2;--sapIndicationColor_7b_Hover_Background:#2c02db;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Background:#e269c9;--sapIndicationColor_8_BorderColor:#e269c9;--sapIndicationColor_8_TextColor:#2f3c48;--sapIndicationColor_8_Hover_Background:#e67ed1;--sapIndicationColor_8_Active_Background:#ea94d8;--sapIndicationColor_8_Active_BorderColor:#e269c9;--sapIndicationColor_8_Active_TextColor:#2f3c48;--sapIndicationColor_8_Selected_Background:#ea94d8;--sapIndicationColor_8_Selected_BorderColor:#e269c9;--sapIndicationColor_8_Selected_TextColor:#2f3c48;--sapIndicationColor_8b:#4c005b;--sapIndicationColor_8b_BorderColor:#4c005b;--sapIndicationColor_8b_Hover_Background:#610075;--sapIndicationColor_9:#f2f2f2;--sapIndicationColor_9_Background:#f2f2f2;--sapIndicationColor_9_BorderColor:#f2f2f2;--sapIndicationColor_9_TextColor:#2f3c48;--sapIndicationColor_9_Hover_Background:#fff;--sapIndicationColor_9_Active_Background:#fff;--sapIndicationColor_9_Active_BorderColor:#f2f2f2;--sapIndicationColor_9_Active_TextColor:#2f3c48;--sapIndicationColor_9_Selected_Background:#fff;--sapIndicationColor_9_Selected_BorderColor:#f2f2f2;--sapIndicationColor_9_Selected_TextColor:#2f3c48;--sapIndicationColor_9b:#1d232a;--sapIndicationColor_9b_BorderColor:#3e4b5a;--sapIndicationColor_9b_Hover_Background:#273039;--sapIndicationColor_10:#d8d8d8;--sapIndicationColor_10_Background:#d8d8d8;--sapIndicationColor_10_BorderColor:#d8d8d8;--sapIndicationColor_10_TextColor:#2f3c48;--sapIndicationColor_10_Hover_Background:#e5e5e5;--sapIndicationColor_10_Active_Background:#f2f2f2;--sapIndicationColor_10_Active_BorderColor:#d8d8d8;--sapIndicationColor_10_Active_TextColor:#2f3c48;--sapIndicationColor_10_Selected_Background:#f2f2f2;--sapIndicationColor_10_Selected_BorderColor:#d8d8d8;--sapIndicationColor_10_Selected_TextColor:#2f3c48;--sapIndicationColor_10b:#373737;--sapIndicationColor_10b_BorderColor:#373737;--sapIndicationColor_10b_Hover_Background:#444;--sapLegend_WorkingBackground:#4f667a;--sapLegend_NonWorkingBackground:#435667;--sapLegendColor1:#ffb914;--sapLegendColor2:#f58c4b;--sapLegendColor3:#d88b8b;--sapLegendColor4:#bd8969;--sapLegendColor5:#de54c1;--sapLegendColor6:#00a4eb;--sapLegendColor7:#21c4c4;--sapLegendColor8:#afd645;--sapLegendColor9:#38c3ff;--sapLegendColor10:#b47ea9;--sapLegendColor11:#d1b575;--sapLegendColor12:#ffb98d;--sapLegendColor13:#ffa1a1;--sapLegendColor14:#d5b39e;--sapLegendColor15:#b8adb6;--sapLegendColor16:#c1c8d3;--sapLegendColor17:#a2c2c2;--sapLegendColor18:#aabc78;--sapLegendColor19:#6aafcd;--sapLegendColor20:#a2c0f2;--sapLegendBackgroundColor1:#473200;--sapLegendBackgroundColor2:#552405;--sapLegendBackgroundColor3:#521c1c;--sapLegendBackgroundColor4:#56331d;--sapLegendBackgroundColor5:#400c35;--sapLegendBackgroundColor6:#003247;--sapLegendBackgroundColor7:#0b4141;--sapLegendBackgroundColor8:#29340c;--sapLegendBackgroundColor9:#1f252a;--sapLegendBackgroundColor10:#3c2a38;--sapLegendBackgroundColor11:#684e12;--sapLegendBackgroundColor12:#853808;--sapLegendBackgroundColor13:#704b4b;--sapLegendBackgroundColor14:#88502e;--sapLegendBackgroundColor15:#724168;--sapLegendBackgroundColor16:#546074;--sapLegendBackgroundColor17:#2c6868;--sapLegendBackgroundColor18:#576432;--sapLegendBackgroundColor19:#36677d;--sapLegendBackgroundColor20:#003895;--sapChart_Bad:#f55556;--sapChart_Critical:#f4ac44;--sapChart_Good:#69c683;--sapChart_Neutral:#9ea8ad;--sapChart_Sequence_Neutral:#9ea8ad}