@ui5/webcomponents-theming 1.2.6 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -3
- package/config/postcss.themes/postcss.config.js +1 -1
- package/css-vars-usage.json +140 -5
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/themes/sap_belize/css_variables.css +6 -4
- package/dist/themes/sap_belize_hcb/css_variables.css +6 -4
- package/dist/themes/sap_belize_hcw/css_variables.css +6 -4
- package/dist/themes/sap_fiori_3/css_variables.css +6 -4
- package/dist/themes/sap_fiori_3_dark/css_variables.css +6 -4
- package/dist/themes/sap_fiori_3_hcb/css_variables.css +6 -4
- package/dist/themes/sap_fiori_3_hcw/css_variables.css +6 -4
- package/dist/themes/sap_horizon/css_variables.css +56 -54
- package/dist/themes/sap_horizon_dark/css_variables.css +17 -15
- package/dist/themes/sap_horizon_exp/css_variables.css +56 -54
- package/dist/themes/sap_horizon_hcb/css_variables.css +6 -4
- package/dist/themes/sap_horizon_hcw/css_variables.css +6 -4
- package/lib/generate-css-vars-usage-report/index.js +16 -12
- package/package-scripts.js +1 -6
- package/package.json +6 -8
- package/hash.txt +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,15 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# [1.4.0](https://github.com/SAP/ui5-webcomponents/compare/v1.3.1...v1.4.0) (2022-05-25)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **framework:** fix fallback to default theme ([#5185](https://github.com/SAP/ui5-webcomponents/issues/5185)) ([0fc2f0d](https://github.com/SAP/ui5-webcomponents/commit/0fc2f0d)), closes [#5136](https://github.com/SAP/ui5-webcomponents/issues/5136) [#5136](https://github.com/SAP/ui5-webcomponents/issues/5136)
|
|
9
12
|
|
|
10
13
|
|
|
11
14
|
|
|
12
15
|
|
|
13
16
|
|
|
14
|
-
## [1.
|
|
17
|
+
## [1.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
|
|
15
18
|
|
|
16
19
|
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
17
20
|
|
|
@@ -19,6 +22,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
22
|
|
|
20
23
|
|
|
21
24
|
|
|
25
|
+
# [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
* ****Note:** Version bump only for package @ui5/webcomponents-theming
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
22
35
|
## [1.2.4](https://github.com/SAP/ui5-webcomponents/compare/v1.2.3...v1.2.4) (2022-03-30)
|
|
23
36
|
|
|
24
37
|
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const combineSelectors = require('postcss-combine-duplicated-selectors');
|
|
1
|
+
const combineSelectors = require('@ui5/webcomponents-tools/lib/postcss-combine-duplicated-selectors/index.js');
|
|
2
2
|
const postcssImport = require('postcss-import');
|
|
3
3
|
const cssnano = require('cssnano');
|
|
4
4
|
const postcssCSStoJSON = require('@ui5/webcomponents-tools/lib/postcss-css-to-json/index.js');
|
package/css-vars-usage.json
CHANGED
|
@@ -10,10 +10,39 @@
|
|
|
10
10
|
"--sapAccentColor9",
|
|
11
11
|
"--sapAccentColor10",
|
|
12
12
|
"--sapActiveColor",
|
|
13
|
+
"--sapAvatar_1_Background",
|
|
14
|
+
"--sapAvatar_1_BorderColor",
|
|
15
|
+
"--sapAvatar_1_TextColor",
|
|
16
|
+
"--sapAvatar_2_Background",
|
|
17
|
+
"--sapAvatar_2_BorderColor",
|
|
18
|
+
"--sapAvatar_2_TextColor",
|
|
19
|
+
"--sapAvatar_3_Background",
|
|
20
|
+
"--sapAvatar_3_BorderColor",
|
|
21
|
+
"--sapAvatar_3_TextColor",
|
|
22
|
+
"--sapAvatar_4_Background",
|
|
23
|
+
"--sapAvatar_4_BorderColor",
|
|
24
|
+
"--sapAvatar_4_TextColor",
|
|
25
|
+
"--sapAvatar_5_Background",
|
|
26
|
+
"--sapAvatar_5_BorderColor",
|
|
27
|
+
"--sapAvatar_5_TextColor",
|
|
28
|
+
"--sapAvatar_6_Background",
|
|
29
|
+
"--sapAvatar_6_BorderColor",
|
|
30
|
+
"--sapAvatar_6_TextColor",
|
|
31
|
+
"--sapAvatar_7_Background",
|
|
32
|
+
"--sapAvatar_7_BorderColor",
|
|
33
|
+
"--sapAvatar_7_TextColor",
|
|
34
|
+
"--sapAvatar_8_Background",
|
|
35
|
+
"--sapAvatar_8_BorderColor",
|
|
36
|
+
"--sapAvatar_8_TextColor",
|
|
37
|
+
"--sapAvatar_9_Background",
|
|
38
|
+
"--sapAvatar_9_BorderColor",
|
|
39
|
+
"--sapAvatar_9_TextColor",
|
|
40
|
+
"--sapAvatar_10_Background",
|
|
41
|
+
"--sapAvatar_10_BorderColor",
|
|
42
|
+
"--sapAvatar_10_TextColor",
|
|
13
43
|
"--sapBackgroundColor",
|
|
14
44
|
"--sapBaseColor",
|
|
15
45
|
"--sapBlockLayer_Background",
|
|
16
|
-
"--sapBrandColor",
|
|
17
46
|
"--sapButton_Accept_Active_Background",
|
|
18
47
|
"--sapButton_Accept_Active_BorderColor",
|
|
19
48
|
"--sapButton_Accept_Active_TextColor",
|
|
@@ -21,7 +50,11 @@
|
|
|
21
50
|
"--sapButton_Accept_BorderColor",
|
|
22
51
|
"--sapButton_Accept_Hover_Background",
|
|
23
52
|
"--sapButton_Accept_Hover_BorderColor",
|
|
53
|
+
"--sapButton_Accept_Hover_TextColor",
|
|
54
|
+
"--sapButton_Accept_Selected_Background",
|
|
55
|
+
"--sapButton_Accept_Selected_BorderColor",
|
|
24
56
|
"--sapButton_Accept_Selected_Hover_Background",
|
|
57
|
+
"--sapButton_Accept_Selected_Hover_BorderColor",
|
|
25
58
|
"--sapButton_Accept_Selected_TextColor",
|
|
26
59
|
"--sapButton_Accept_TextColor",
|
|
27
60
|
"--sapButton_Active_Background",
|
|
@@ -35,11 +68,16 @@
|
|
|
35
68
|
"--sapButton_Attention_Hover_Background",
|
|
36
69
|
"--sapButton_Attention_Hover_BorderColor",
|
|
37
70
|
"--sapButton_Attention_Hover_TextColor",
|
|
71
|
+
"--sapButton_Attention_Selected_Background",
|
|
72
|
+
"--sapButton_Attention_Selected_BorderColor",
|
|
73
|
+
"--sapButton_Attention_Selected_Hover_Background",
|
|
74
|
+
"--sapButton_Attention_Selected_Hover_BorderColor",
|
|
38
75
|
"--sapButton_Attention_Selected_TextColor",
|
|
39
76
|
"--sapButton_Attention_TextColor",
|
|
40
77
|
"--sapButton_Background",
|
|
41
78
|
"--sapButton_BorderColor",
|
|
42
79
|
"--sapButton_BorderCornerRadius",
|
|
80
|
+
"--sapButton_BorderWidth",
|
|
43
81
|
"--sapButton_Emphasized_Active_Background",
|
|
44
82
|
"--sapButton_Emphasized_Active_BorderColor",
|
|
45
83
|
"--sapButton_Emphasized_Active_TextColor",
|
|
@@ -47,15 +85,38 @@
|
|
|
47
85
|
"--sapButton_Emphasized_BorderColor",
|
|
48
86
|
"--sapButton_Emphasized_Hover_Background",
|
|
49
87
|
"--sapButton_Emphasized_Hover_BorderColor",
|
|
88
|
+
"--sapButton_Emphasized_Hover_TextColor",
|
|
50
89
|
"--sapButton_Emphasized_TextColor",
|
|
51
|
-
"--
|
|
90
|
+
"--sapButton_Handle_Background",
|
|
91
|
+
"--sapButton_Handle_BorderColor",
|
|
92
|
+
"--sapButton_Handle_Hover_Background",
|
|
93
|
+
"--sapButton_Handle_Hover_BorderColor",
|
|
94
|
+
"--sapButton_Handle_Negative_Background",
|
|
95
|
+
"--sapButton_Handle_Negative_BorderColor",
|
|
96
|
+
"--sapButton_Handle_Negative_Hover_Background",
|
|
97
|
+
"--sapButton_Handle_Negative_Hover_BorderColor",
|
|
98
|
+
"--sapButton_Handle_Negative_TextColor",
|
|
99
|
+
"--sapButton_Handle_Positive_Background",
|
|
100
|
+
"--sapButton_Handle_Positive_BorderColor",
|
|
101
|
+
"--sapButton_Handle_Positive_Hover_Background",
|
|
102
|
+
"--sapButton_Handle_Positive_Hover_BorderColor",
|
|
103
|
+
"--sapButton_Handle_Positive_TextColor",
|
|
104
|
+
"--sapButton_Handle_Selected_Background",
|
|
105
|
+
"--sapButton_Handle_Selected_BorderColor",
|
|
106
|
+
"--sapButton_Handle_Selected_Hover_Background",
|
|
107
|
+
"--sapButton_Handle_Selected_Hover_BorderColor",
|
|
108
|
+
"--sapButton_Handle_Selected_TextColor",
|
|
109
|
+
"--sapButton_Handle_TextColor",
|
|
52
110
|
"--sapButton_Hover_Background",
|
|
53
111
|
"--sapButton_Hover_BorderColor",
|
|
54
112
|
"--sapButton_Hover_TextColor",
|
|
113
|
+
"--sapButton_Lite_Active_Background",
|
|
114
|
+
"--sapButton_Lite_Active_BorderColor",
|
|
55
115
|
"--sapButton_Lite_Background",
|
|
56
116
|
"--sapButton_Lite_BorderColor",
|
|
57
117
|
"--sapButton_Lite_Hover_Background",
|
|
58
118
|
"--sapButton_Lite_Hover_BorderColor",
|
|
119
|
+
"--sapButton_Lite_Hover_TextColor",
|
|
59
120
|
"--sapButton_Lite_TextColor",
|
|
60
121
|
"--sapButton_Negative_BorderColor",
|
|
61
122
|
"--sapButton_Neutral_Background",
|
|
@@ -66,7 +127,11 @@
|
|
|
66
127
|
"--sapButton_Reject_BorderColor",
|
|
67
128
|
"--sapButton_Reject_Hover_Background",
|
|
68
129
|
"--sapButton_Reject_Hover_BorderColor",
|
|
130
|
+
"--sapButton_Reject_Hover_TextColor",
|
|
131
|
+
"--sapButton_Reject_Selected_Background",
|
|
132
|
+
"--sapButton_Reject_Selected_BorderColor",
|
|
69
133
|
"--sapButton_Reject_Selected_Hover_Background",
|
|
134
|
+
"--sapButton_Reject_Selected_Hover_BorderColor",
|
|
70
135
|
"--sapButton_Reject_Selected_TextColor",
|
|
71
136
|
"--sapButton_Reject_TextColor",
|
|
72
137
|
"--sapButton_Selected_Background",
|
|
@@ -78,15 +143,30 @@
|
|
|
78
143
|
"--sapButton_TokenBackground",
|
|
79
144
|
"--sapButton_TokenBorderColor",
|
|
80
145
|
"--sapButton_Track_Background",
|
|
146
|
+
"--sapButton_Track_BorderColor",
|
|
147
|
+
"--sapButton_Track_Hover_Background",
|
|
148
|
+
"--sapButton_Track_Hover_BorderColor",
|
|
149
|
+
"--sapButton_Track_Negative_Background",
|
|
150
|
+
"--sapButton_Track_Negative_BorderColor",
|
|
151
|
+
"--sapButton_Track_Negative_Hover_Background",
|
|
152
|
+
"--sapButton_Track_Negative_Hover_BorderColor",
|
|
153
|
+
"--sapButton_Track_Positive_Background",
|
|
154
|
+
"--sapButton_Track_Positive_BorderColor",
|
|
155
|
+
"--sapButton_Track_Positive_Hover_Background",
|
|
156
|
+
"--sapButton_Track_Positive_Hover_BorderColor",
|
|
81
157
|
"--sapButton_Track_Selected_Background",
|
|
158
|
+
"--sapButton_Track_Selected_BorderColor",
|
|
159
|
+
"--sapButton_Track_Selected_Hover_Background",
|
|
160
|
+
"--sapButton_Track_Selected_Hover_BorderColor",
|
|
82
161
|
"--sapButton_Track_Selected_TextColor",
|
|
83
|
-
"--sapButton_Track_TextColor",
|
|
84
162
|
"--sapChart_Good",
|
|
85
163
|
"--sapChart_Sequence_6",
|
|
86
164
|
"--sapContent_BadgeBackground",
|
|
87
165
|
"--sapContent_BadgeTextColor",
|
|
166
|
+
"--sapContent_BusyColor",
|
|
88
167
|
"--sapContent_ContrastFocusColor",
|
|
89
168
|
"--sapContent_ContrastIconColor",
|
|
169
|
+
"--sapContent_ContrastShadowColor",
|
|
90
170
|
"--sapContent_ContrastTextColor",
|
|
91
171
|
"--sapContent_Critical_Shadow",
|
|
92
172
|
"--sapContent_DisabledOpacity",
|
|
@@ -101,6 +181,7 @@
|
|
|
101
181
|
"--sapContent_HeaderShadow",
|
|
102
182
|
"--sapContent_HelpColor",
|
|
103
183
|
"--sapContent_IconColor",
|
|
184
|
+
"--sapContent_IconFontFamily",
|
|
104
185
|
"--sapContent_Illustrative_Color1",
|
|
105
186
|
"--sapContent_Illustrative_Color2",
|
|
106
187
|
"--sapContent_Illustrative_Color3",
|
|
@@ -114,6 +195,7 @@
|
|
|
114
195
|
"--sapContent_Informative_Shadow",
|
|
115
196
|
"--sapContent_Interaction_Shadow",
|
|
116
197
|
"--sapContent_LabelColor",
|
|
198
|
+
"--sapContent_MeasureIndicatorColor",
|
|
117
199
|
"--sapContent_Negative_Shadow",
|
|
118
200
|
"--sapContent_NonInteractiveIconColor",
|
|
119
201
|
"--sapContent_Positive_Shadow",
|
|
@@ -121,6 +203,7 @@
|
|
|
121
203
|
"--sapContent_Selected_Background",
|
|
122
204
|
"--sapContent_Selected_ForegroundColor",
|
|
123
205
|
"--sapContent_Selected_Hover_Background",
|
|
206
|
+
"--sapContent_Selected_MeasureIndicatorColor",
|
|
124
207
|
"--sapContent_Selected_Shadow",
|
|
125
208
|
"--sapContent_Selected_TextColor",
|
|
126
209
|
"--sapContent_Shadow0",
|
|
@@ -134,33 +217,42 @@
|
|
|
134
217
|
"--sapCriticalElementColor",
|
|
135
218
|
"--sapCriticalTextColor",
|
|
136
219
|
"--sapElement_BorderCornerRadius",
|
|
220
|
+
"--sapElement_BorderWidth",
|
|
137
221
|
"--sapErrorBackground",
|
|
138
222
|
"--sapErrorBorderColor",
|
|
139
223
|
"--sapField_Active_BorderColor",
|
|
140
224
|
"--sapField_Background",
|
|
225
|
+
"--sapField_BackgroundStyle",
|
|
141
226
|
"--sapField_BorderColor",
|
|
142
227
|
"--sapField_BorderCornerRadius",
|
|
228
|
+
"--sapField_BorderStyle",
|
|
143
229
|
"--sapField_BorderWidth",
|
|
144
230
|
"--sapField_Focus_Background",
|
|
145
231
|
"--sapField_Focus_BorderColor",
|
|
146
232
|
"--sapField_Hover_Background",
|
|
233
|
+
"--sapField_Hover_BackgroundStyle",
|
|
147
234
|
"--sapField_Hover_BorderColor",
|
|
148
235
|
"--sapField_HoverBorderColor",
|
|
149
236
|
"--sapField_InformationBackground",
|
|
237
|
+
"--sapField_InformationBackgroundStyle",
|
|
150
238
|
"--sapField_InformationBorderWidth",
|
|
151
239
|
"--sapField_InformationColor",
|
|
152
240
|
"--sapField_InvalidBackground",
|
|
241
|
+
"--sapField_InvalidBackgroundStyle",
|
|
153
242
|
"--sapField_InvalidBorderWidth",
|
|
154
243
|
"--sapField_InvalidColor",
|
|
155
244
|
"--sapField_PlaceholderTextColor",
|
|
156
245
|
"--sapField_ReadOnly_Background",
|
|
246
|
+
"--sapField_ReadOnly_BackgroundStyle",
|
|
157
247
|
"--sapField_ReadOnly_BorderColor",
|
|
158
248
|
"--sapField_RequiredColor",
|
|
159
249
|
"--sapField_SuccessBackground",
|
|
250
|
+
"--sapField_SuccessBackgroundStyle",
|
|
160
251
|
"--sapField_SuccessBorderWidth",
|
|
161
252
|
"--sapField_SuccessColor",
|
|
162
253
|
"--sapField_TextColor",
|
|
163
254
|
"--sapField_WarningBackground",
|
|
255
|
+
"--sapField_WarningBackgroundStyle",
|
|
164
256
|
"--sapField_WarningBorderWidth",
|
|
165
257
|
"--sapField_WarningColor",
|
|
166
258
|
"--sapFontBoldFamily",
|
|
@@ -178,10 +270,10 @@
|
|
|
178
270
|
"--sapFontSmallSize",
|
|
179
271
|
"--sapGroup_ContentBackground",
|
|
180
272
|
"--sapGroup_ContentBorderColor",
|
|
273
|
+
"--sapGroup_Title_FontSize",
|
|
181
274
|
"--sapGroup_TitleBackground",
|
|
182
275
|
"--sapGroup_TitleBorderColor",
|
|
183
276
|
"--sapGroup_TitleTextColor",
|
|
184
|
-
"--sapHC_ReducedAltForeground",
|
|
185
277
|
"--sapHC_ReducedBackground",
|
|
186
278
|
"--sapHC_ReducedForeground",
|
|
187
279
|
"--sapHighlightColor",
|
|
@@ -215,7 +307,10 @@
|
|
|
215
307
|
"--sapLegendBackgroundColor18",
|
|
216
308
|
"--sapLegendBackgroundColor20",
|
|
217
309
|
"--sapLegendColor18",
|
|
310
|
+
"--sapLink_Active_Color",
|
|
311
|
+
"--sapLink_Hover_Color",
|
|
218
312
|
"--sapLink_SubtleColor",
|
|
313
|
+
"--sapLink_Visited_Color",
|
|
219
314
|
"--sapLinkColor",
|
|
220
315
|
"--sapList_Active_Background",
|
|
221
316
|
"--sapList_Active_TextColor",
|
|
@@ -228,6 +323,7 @@
|
|
|
228
323
|
"--sapList_GroupHeaderBackground",
|
|
229
324
|
"--sapList_GroupHeaderBorderColor",
|
|
230
325
|
"--sapList_HeaderBackground",
|
|
326
|
+
"--sapList_HeaderBorderColor",
|
|
231
327
|
"--sapList_Hover_Background",
|
|
232
328
|
"--sapList_Hover_SelectionBackground",
|
|
233
329
|
"--sapList_SelectionBackgroundColor",
|
|
@@ -236,11 +332,14 @@
|
|
|
236
332
|
"--sapList_TableGroupHeaderBorderColor",
|
|
237
333
|
"--sapList_TableGroupHeaderTextColor",
|
|
238
334
|
"--sapList_TextColor",
|
|
335
|
+
"--sapMessage_ErrorBorderColor",
|
|
336
|
+
"--sapMessage_InformationBorderColor",
|
|
337
|
+
"--sapMessage_SuccessBorderColor",
|
|
338
|
+
"--sapMessage_WarningBorderColor",
|
|
239
339
|
"--sapNegativeColor",
|
|
240
340
|
"--sapNegativeElementColor",
|
|
241
341
|
"--sapNegativeTextColor",
|
|
242
342
|
"--sapNeutralBackground",
|
|
243
|
-
"--sapNeutralBorderColor",
|
|
244
343
|
"--sapNeutralColor",
|
|
245
344
|
"--sapNeutralElementColor",
|
|
246
345
|
"--sapNeutralTextColor",
|
|
@@ -252,9 +351,31 @@
|
|
|
252
351
|
"--sapPageHeader_Background",
|
|
253
352
|
"--sapPageHeader_BorderColor",
|
|
254
353
|
"--sapPageHeader_TextColor",
|
|
354
|
+
"--sapPopover_BorderCornerRadius",
|
|
255
355
|
"--sapPositiveColor",
|
|
256
356
|
"--sapPositiveElementColor",
|
|
257
357
|
"--sapPositiveTextColor",
|
|
358
|
+
"--sapProgress_Background",
|
|
359
|
+
"--sapProgress_CriticalBackground",
|
|
360
|
+
"--sapProgress_FontSize",
|
|
361
|
+
"--sapProgress_InformationBackground",
|
|
362
|
+
"--sapProgress_NegativeBackground",
|
|
363
|
+
"--sapProgress_PositiveBackground",
|
|
364
|
+
"--sapProgress_TextColor",
|
|
365
|
+
"--sapProgress_Value_Background",
|
|
366
|
+
"--sapProgress_Value_BorderColor",
|
|
367
|
+
"--sapProgress_Value_CriticalBackground",
|
|
368
|
+
"--sapProgress_Value_CriticalBorderColor",
|
|
369
|
+
"--sapProgress_Value_CriticalTextColor",
|
|
370
|
+
"--sapProgress_Value_InformationBackground",
|
|
371
|
+
"--sapProgress_Value_InformationBorderColor",
|
|
372
|
+
"--sapProgress_Value_InformationTextColor",
|
|
373
|
+
"--sapProgress_Value_NegativeBackground",
|
|
374
|
+
"--sapProgress_Value_NegativeBorderColor",
|
|
375
|
+
"--sapProgress_Value_NegativeTextColor",
|
|
376
|
+
"--sapProgress_Value_PositiveBackground",
|
|
377
|
+
"--sapProgress_Value_PositiveBorderColor",
|
|
378
|
+
"--sapProgress_Value_PositiveTextColor",
|
|
258
379
|
"--sapScrollBar_Dimension",
|
|
259
380
|
"--sapScrollBar_FaceColor",
|
|
260
381
|
"--sapScrollBar_Hover_FaceColor",
|
|
@@ -264,15 +385,29 @@
|
|
|
264
385
|
"--sapShell_Active_TextColor",
|
|
265
386
|
"--sapShell_Background",
|
|
266
387
|
"--sapShell_Hover_Background",
|
|
388
|
+
"--sapShell_InteractiveBackground",
|
|
267
389
|
"--sapShell_InteractiveBorderColor",
|
|
268
390
|
"--sapShell_InteractiveTextColor",
|
|
269
391
|
"--sapShell_TextColor",
|
|
270
392
|
"--sapShellColor",
|
|
393
|
+
"--sapSlider_Active_HandleBackground",
|
|
394
|
+
"--sapSlider_Active_RangeHandleBackground",
|
|
395
|
+
"--sapSlider_Background",
|
|
396
|
+
"--sapSlider_HandleBackground",
|
|
397
|
+
"--sapSlider_HandleBorderColor",
|
|
398
|
+
"--sapSlider_Hover_HandleBackground",
|
|
399
|
+
"--sapSlider_Hover_HandleBorderColor",
|
|
400
|
+
"--sapSlider_RangeHandleBackground",
|
|
401
|
+
"--sapSlider_Selected_Background",
|
|
402
|
+
"--sapSlider_Selected_BorderColor",
|
|
271
403
|
"--sapSuccessBackground",
|
|
272
404
|
"--sapSuccessBorderColor",
|
|
273
405
|
"--sapTextColor",
|
|
406
|
+
"--sapTile_Active_Background",
|
|
274
407
|
"--sapTile_Background",
|
|
275
408
|
"--sapTile_BorderColor",
|
|
409
|
+
"--sapTile_BorderCornerRadius",
|
|
410
|
+
"--sapTile_Hover_Background",
|
|
276
411
|
"--sapTile_IconColor",
|
|
277
412
|
"--sapTile_Interactive_BorderColor",
|
|
278
413
|
"--sapTile_SeparatorColor",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.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.68.3"}, "Version": { "Build": "11.1.36.20220314143804", "Source": "11.1.36"}}')}: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.68.3"},"Version":{ "Build":"11.1.36.20220314143804","Source":"11.1.36"}};--sapBrandColor:#427cac;--sapHighlightColor:#427cac;--sapBaseColor:#eff4f9;--sapShellColor:transparent;--sapBackgroundColor:#fafafa;--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:1.625rem;--sapFontHeader2Size:1.375rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#333;--sapLinkColor:#0070b1;--sapLink_Hover_Color:#0070b1;--sapLink_Active_Color:#0070b1;--sapLink_Visited_Color:#0070b1;--sapLink_InvertedColor:#7ed0ff;--sapLink_SubtleColor:#004065;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#427cac;--sapActiveColor:#427cac;--sapHighlightTextColor:#fff;--sapTitleColor:#333;--sapNegativeColor:#b00;--sapCriticalColor:#e78c07;--sapPositiveColor:#2b7c2b;--sapInformativeColor:#427cac;--sapNeutralColor:#5e696e;--sapNegativeElementColor:#b00;--sapCriticalElementColor:#e78c07;--sapPositiveElementColor:#2b7c2b;--sapInformativeElementColor:#427cac;--sapNeutralElementColor:#5e696e;--sapNegativeTextColor:#b00;--sapPositiveTextColor:#2b7c2b;--sapCriticalTextColor:#e78c07;--sapInformativeTextColor:#427cac;--sapNeutralTextColor:#5e696e;--sapNeutralBorderColor:#5e696e;--sapErrorColor:#e00;--sapErrorBorderColor:#e00;--sapWarningColor:#f9a429;--sapWarningBorderColor:#f9a429;--sapSuccessColor:#38a238;--sapSuccessBorderColor:#38a238;--sapInformationColor:#427cac;--sapInformationBorderColor:#427cac;--sapErrorBackground:#ffe4e4;--sapWarningBackground:#fef0db;--sapSuccessBackground:#e4f5e4;--sapInformationBackground:#ebf2f7;--sapNeutralBackground:#f4f5f6;--sapIndicationColor_1:#800;--sapIndicationColor_1_Background:#800;--sapIndicationColor_1_BorderColor:#800;--sapIndicationColor_1_Hover_Background:#6f0000;--sapIndicationColor_1_Active_Background:#500;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#b00;--sapIndicationColor_2_Background:#b00;--sapIndicationColor_2_BorderColor:#b00;--sapIndicationColor_2_Hover_Background:#a20000;--sapIndicationColor_2_Active_Background:#800;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#e78c07;--sapIndicationColor_3_Background:#e78c07;--sapIndicationColor_3_BorderColor:#e78c07;--sapIndicationColor_3_Hover_Background:#d88307;--sapIndicationColor_3_Active_Background:#c97a06;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#2b7c2b;--sapIndicationColor_4_Background:#2b7c2b;--sapIndicationColor_4_BorderColor:#2b7c2b;--sapIndicationColor_4_Hover_Background:#246924;--sapIndicationColor_4_Active_Background:#1e561e;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#427cac;--sapIndicationColor_5_Background:#427cac;--sapIndicationColor_5_BorderColor:#427cac;--sapIndicationColor_5_Hover_Background:#3b6f9a;--sapIndicationColor_5_Active_Background:#346187;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#1a9898;--sapIndicationColor_6_Background:#1a9898;--sapIndicationColor_6_BorderColor:#1a9898;--sapIndicationColor_6_Hover_Background:#168282;--sapIndicationColor_6_Active_Background:#136c6c;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#925ace;--sapIndicationColor_7_Background:#925ace;--sapIndicationColor_7_BorderColor:#925ace;--sapIndicationColor_7_Hover_Background:#8546c8;--sapIndicationColor_7_Active_Background:#7838bd;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#ab218e;--sapIndicationColor_8_Background:#ab218e;--sapIndicationColor_8_BorderColor:#ab218e;--sapIndicationColor_8_Hover_Background:#961d7c;--sapIndicationColor_8_Active_Background:#80196a;--sapIndicationColor_8_TextColor:#fff;--sapElement_LineHeight:3rem;--sapElement_Height:2.5rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#346187;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#878787;--sapContent_MarkerIconColor:#678bc7;--sapContent_MarkerTextColor:#147575;--sapContent_MeasureIndicatorColor:#bfbfbf;--sapContent_Selected_MeasureIndicatorColor:#bfbfbf;--sapContent_ImagePlaceholderBackground:#ceddec;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#e09d00;--sapContent_UnratedColor:#a5a5a5;--sapContent_BusyColor:#00a4eb;--sapContent_FocusColor:#000;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.0625rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow1:0 0.125rem 0.5rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow2:0 0.625rem 1.875rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow3:0 1.25rem 5rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--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 0 #eff4f9,inset 0 -0.125rem 0 0 #d1e0ee;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#d4f7db;--sapContent_HelpColor:#3f8600;--sapContent_LabelColor:#666;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:rgba(51,51,51,0.5);--sapContent_DisabledOpacity:0.5;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#e5e5e5;--sapContent_ForegroundBorderColor:#bfbfbf;--sapContent_ForegroundTextColor:#333;--sapContent_BadgeBackground:#c14646;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#c2d5e8;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#c2d5e8 0%,#c2d5e8 35%,#afc8e1 50%,#c2d5e8 65%,#c2d5e8);--sapContent_DragAndDropActiveColor:#0070b1;--sapContent_Selected_Background:#427cac;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Hover_Background:#4684b7;--sapContent_Selected_ForegroundColor:#427cac;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#427cac;--sapContent_Illustrative_Color2:#93b7d6;--sapContent_Illustrative_Color3:#ffba10;--sapContent_Illustrative_Color4:#4a5055;--sapContent_Illustrative_Color5:#9da4aa;--sapContent_Illustrative_Color6:#c6cace;--sapContent_Illustrative_Color7:#e7e9ea;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#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:#cad8e6;--sapShell_BackgroundImage:linear-gradient(180deg,#acc4dc,#e8ecf0);--sapShell_BackgroundGradient:linear-gradient(180deg,#acc4dc,#e8ecf0);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:transparent;--sapShell_TextColor:#346187;--sapShell_InteractiveBackground:transparent;--sapShell_InteractiveTextColor:#346187;--sapShell_InteractiveBorderColor:#346187;--sapShell_GroupTitleTextColor:#333;--sapShell_GroupTitleTextShadow:0 0 0.125rem #fff;--sapShell_Hover_Background:#346187;--sapShell_Active_Background:#427cac;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#427cac;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#427cac;--sapShell_Favicon:none;--sapShell_Navigation_Background:transparent;--sapShell_Navigation_SelectedColor:#346187;--sapShell_Navigation_Selected_TextColor:#346187;--sapShell_Navigation_TextColor:#333;--sapShell_Navigation_Hover_Background:#346187;--sapShell_Navigation_Active_Background:#427cac;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Shadow:0 0.125rem 0 0 #b9cbde;--sapShell_NegativeColor:#b00;--sapShell_CriticalColor:#e78c07;--sapShell_PositiveColor:#2b7c2b;--sapShell_InformativeColor:#427cac;--sapShell_NeutralColor:#5e696e;--sapAvatar_1_Background:#e09d00;--sapAvatar_1_BorderColor:#e09d00;--sapAvatar_1_TextColor:#fff;--sapAvatar_2_Background:#e6600d;--sapAvatar_2_BorderColor:#e6600d;--sapAvatar_2_TextColor:#fff;--sapAvatar_3_Background:#c14646;--sapAvatar_3_BorderColor:#c14646;--sapAvatar_3_TextColor:#fff;--sapAvatar_4_Background:#ab218e;--sapAvatar_4_BorderColor:#ab218e;--sapAvatar_4_TextColor:#fff;--sapAvatar_5_Background:#678bc7;--sapAvatar_5_BorderColor:#678bc7;--sapAvatar_5_TextColor:#fff;--sapAvatar_6_Background:#0092d1;--sapAvatar_6_BorderColor:#0092d1;--sapAvatar_6_TextColor:#fff;--sapAvatar_7_Background:#1a9898;--sapAvatar_7_BorderColor:#1a9898;--sapAvatar_7_TextColor:#fff;--sapAvatar_8_Background:#759421;--sapAvatar_8_BorderColor:#759421;--sapAvatar_8_TextColor:#fff;--sapAvatar_9_Background:#925ace;--sapAvatar_9_BorderColor:#925ace;--sapAvatar_9_TextColor:#fff;--sapAvatar_10_Background:#647987;--sapAvatar_10_BorderColor:#647987;--sapAvatar_10_TextColor:#fff;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.1875rem;--sapButton_Background:#f7f7f7;--sapButton_BorderColor:#ababab;--sapButton_TextColor:#346187;--sapButton_Hover_Background:#eaeaea;--sapButton_Hover_BorderColor:#ababab;--sapButton_Hover_TextColor:#346187;--sapButton_IconColor:#346187;--sapButton_Active_Background:#427cac;--sapButton_Active_BorderColor:#427cac;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#5496cd;--sapButton_Emphasized_BorderColor:#408ac7;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#408ac7;--sapButton_Emphasized_Hover_BorderColor:#408ac7;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#427cac;--sapButton_Emphasized_Active_BorderColor:#427cac;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:rgba(0,0,0,0.5);--sapButton_Emphasized_FontWeight:regular;--sapButton_Reject_Background:#f7f7f7;--sapButton_Reject_BorderColor:#b00;--sapButton_Reject_Hover_Background:#eaeaea;--sapButton_Reject_Hover_BorderColor:#b00;--sapButton_Reject_Hover_TextColor:#b00;--sapButton_Reject_Active_Background:#b00;--sapButton_Reject_Active_BorderColor:#b00;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_TextColor:#b00;--sapButton_Reject_Selected_Background:#b00;--sapButton_Reject_Selected_BorderColor:#b00;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#d40000;--sapButton_Reject_Selected_Hover_BorderColor:#d40000;--sapButton_Accept_Background:#f7f7f7;--sapButton_Accept_BorderColor:#2b7c2b;--sapButton_Accept_Hover_Background:#eaeaea;--sapButton_Accept_Hover_BorderColor:#2b7c2b;--sapButton_Accept_Hover_TextColor:#2b7c2b;--sapButton_Accept_Active_Background:#2b7c2b;--sapButton_Accept_Active_BorderColor:#2b7c2b;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_TextColor:#2b7c2b;--sapButton_Accept_Selected_Background:#2b7c2b;--sapButton_Accept_Selected_BorderColor:#2b7c2b;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#328f32;--sapButton_Accept_Selected_Hover_BorderColor:#328f32;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#346187;--sapButton_Lite_Hover_Background:hsla(0,0%,69.8%,0.5);--sapButton_Lite_Hover_BorderColor:hsla(0,0%,69.8%,0.5);--sapButton_Lite_Hover_TextColor:#346187;--sapButton_Lite_Active_Background:#427cac;--sapButton_Lite_Active_BorderColor:#427cac;--sapButton_Selected_Background:#346187;--sapButton_Selected_BorderColor:#2d5475;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#427bac;--sapButton_Selected_Hover_BorderColor:#427bac;--sapButton_Attention_Background:#f7f7f7;--sapButton_Attention_BorderColor:#e78c07;--sapButton_Attention_TextColor:#333;--sapButton_Attention_Hover_Background:#fef0db;--sapButton_Attention_Hover_BorderColor:#e78c07;--sapButton_Attention_Hover_TextColor:#333;--sapButton_Attention_Active_Background:#ce7d06;--sapButton_Attention_Active_BorderColor:#ce7d06;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#ce7d06;--sapButton_Attention_Selected_BorderColor:#ce7d06;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#e78c07;--sapButton_Attention_Selected_Hover_BorderColor:#e78c07;--sapButton_Negative_Background:#b00;--sapButton_Negative_BorderColor:#b00;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#970000;--sapButton_Negative_Hover_BorderColor:#970000;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#800;--sapButton_Negative_Active_BorderColor:#800;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#e78c07;--sapButton_Critical_BorderColor:#e78c07;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#c47706;--sapButton_Critical_Hover_BorderColor:#c47706;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#b66e06;--sapButton_Critical_Active_BorderColor:#b66e06;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#2b7c2b;--sapButton_Success_BorderColor:#2b7c2b;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#226122;--sapButton_Success_Hover_BorderColor:#226122;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#1e561e;--sapButton_Success_Active_BorderColor:#1e561e;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#427cac;--sapButton_Information_BorderColor:#427cac;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#3b6f9a;--sapButton_Information_Hover_BorderColor:#3b6f9a;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#346187;--sapButton_Information_Active_BorderColor:#346187;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#5e696e;--sapButton_Neutral_BorderColor:#5e696e;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#4e575b;--sapButton_Neutral_Hover_BorderColor:#4e575b;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#474f53;--sapButton_Neutral_Active_BorderColor:#474f53;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#fff;--sapButton_Track_BorderColor:#ababab;--sapButton_Track_TextColor:#333;--sapButton_Track_Hover_Background:#eaeaea;--sapButton_Track_Hover_BorderColor:#ababab;--sapButton_Track_Selected_Background:#346187;--sapButton_Track_Selected_BorderColor:#2d5475;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#427bac;--sapButton_Track_Selected_Hover_BorderColor:#427bac;--sapButton_Handle_Background:#f7f7f7;--sapButton_Handle_BorderColor:#ababab;--sapButton_Handle_TextColor:#333;--sapButton_Handle_Hover_Background:#eaeaea;--sapButton_Handle_Hover_BorderColor:#ababab;--sapButton_Handle_Selected_Background:#346187;--sapButton_Handle_Selected_BorderColor:#2d5475;--sapButton_Handle_Selected_TextColor:#fff;--sapButton_Handle_Selected_Hover_Background:#427bac;--sapButton_Handle_Selected_Hover_BorderColor:#427bac;--sapButton_Track_Negative_Background:#f7f7f7;--sapButton_Track_Negative_BorderColor:#b00;--sapButton_Track_Negative_TextColor:#b00;--sapButton_Track_Negative_Hover_Background:#f7f7f7;--sapButton_Track_Negative_Hover_BorderColor:#b00;--sapButton_Handle_Negative_Background:#f7f7f7;--sapButton_Handle_Negative_BorderColor:#b00;--sapButton_Handle_Negative_TextColor:#b00;--sapButton_Handle_Negative_Hover_Background:#eaeaea;--sapButton_Handle_Negative_Hover_BorderColor:#b00;--sapButton_Track_Positive_Background:#f7f7f7;--sapButton_Track_Positive_BorderColor:#2b7c2b;--sapButton_Track_Positive_TextColor:#2b7c2b;--sapButton_Track_Positive_Hover_Background:#f7f7f7;--sapButton_Track_Positive_Hover_BorderColor:#2b7c2b;--sapButton_Handle_Positive_Background:#f7f7f7;--sapButton_Handle_Positive_BorderColor:#2b7c2b;--sapButton_Handle_Positive_TextColor:#2b7c2b;--sapButton_Handle_Positive_Hover_Background:#eaeaea;--sapButton_Handle_Positive_Hover_BorderColor:#2b7c2b;--sapButton_TokenBackground:#f7f7f7;--sapButton_TokenBorderColor:#dedede;--sapField_Background:#fff;--sapField_BackgroundStyle:none;--sapField_TextColor:#000;--sapField_PlaceholderTextColor:#757575;--sapField_BorderColor:#bfbfbf;--sapField_HelpBackground:#fff;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:0;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#427cac;--sapField_Hover_HelpBackground:#427cac;--sapField_Active_BorderColor:#427cac;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#bfbfbf;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:hsla(0,0%,94.9%,0.5);--sapField_ReadOnly_BorderColor:#ccc;--sapField_ReadOnly_HelpBackground:hsla(0,0%,94.9%,0.5);--sapField_RequiredColor:#c14646;--sapField_InvalidColor:#e00;--sapField_InvalidBackground:#fff;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_WarningColor:#f9a429;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_SuccessColor:#38a238;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#427cac;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapGroup_TitleBackground:transparent;--sapGroup_TitleBorderColor:#ccc;--sapGroup_TitleTextColor:#333;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#ebebeb;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.25rem;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:rgba(63,81,97,0.2);--sapList_HeaderBackground:#f7f7f7;--sapList_HeaderBorderColor:#e5e5e5;--sapList_HeaderTextColor:#333;--sapList_BorderColor:#e5e5e5;--sapList_TextColor:#333;--sapList_Active_TextColor:#fff;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#427cac;--sapList_SelectionBackgroundColor:#e8f0f6;--sapList_SelectionBorderColor:#e5e5e5;--sapList_Hover_SelectionBackground:#dde9f2;--sapList_Background:#fff;--sapList_Hover_Background:#f0f0f0;--sapList_AlternatingBackground:#fafafa;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#ccc;--sapList_GroupHeaderTextColor:#147575;--sapList_FooterBackground:#ceddec;--sapList_FooterTextColor:#333;--sapList_TableGroupHeaderBackground:#f2f2f2;--sapList_TableGroupHeaderBorderColor:#ccc;--sapList_TableGroupHeaderTextColor:#147575;--sapList_TableFooterBorder:#ccc;--sapList_TableFixedBorderColor:#999;--sapMessage_ErrorBorderColor:#e00;--sapMessage_WarningBorderColor:#f9a429;--sapMessage_SuccessBorderColor:#38a238;--sapMessage_InformationBorderColor:#427cac;--sapProgress_Background:#fff;--sapProgress_BorderColor:#bfbfbf;--sapProgress_TextColor:#333;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#fff;--sapProgress_NegativeBorderColor:#bfbfbf;--sapProgress_NegativeTextColor:#333;--sapProgress_CriticalBackground:#fff;--sapProgress_CriticalBorderColor:#bfbfbf;--sapProgress_CriticalTextColor:#333;--sapProgress_PositiveBackground:#fff;--sapProgress_PositiveBorderColor:#bfbfbf;--sapProgress_PositiveTextColor:#333;--sapProgress_InformationBackground:#fff;--sapProgress_InformationBorderColor:#bfbfbf;--sapProgress_InformationTextColor:#333;--sapProgress_Value_Background:#5e696e;--sapProgress_Value_BorderColor:#bfbfbf;--sapProgress_Value_TextColor:#333;--sapProgress_Value_NegativeBackground:#b00;--sapProgress_Value_NegativeBorderColor:#bfbfbf;--sapProgress_Value_NegativeTextColor:#333;--sapProgress_Value_CriticalBackground:#e78c07;--sapProgress_Value_CriticalBorderColor:#bfbfbf;--sapProgress_Value_CriticalTextColor:#333;--sapProgress_Value_PositiveBackground:#2b7c2b;--sapProgress_Value_PositiveBorderColor:#bfbfbf;--sapProgress_Value_PositiveTextColor:#333;--sapProgress_Value_InformationBackground:#427cac;--sapProgress_Value_InformationBorderColor:#bfbfbf;--sapProgress_Value_InformationTextColor:#333;--sapScrollBar_FaceColor:#b2b2b2;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#b2b2b2;--sapScrollBar_SymbolColor:#346187;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#aaa;--sapSlider_Background:#ddd;--sapSlider_BorderColor:#ddd;--sapSlider_Selected_Background:#427cac;--sapSlider_Selected_BorderColor:#427cac;--sapSlider_HandleBackground:hsla(0,0%,100%,0.1);--sapSlider_HandleBorderColor:#999;--sapSlider_RangeHandleBackground:hsla(0,0%,100%,0.1);--sapSlider_Hover_HandleBackground:hsla(0,0%,85.1%,0.6);--sapSlider_Hover_HandleBorderColor:#999;--sapSlider_Hover_RangeHandleBackground:hsla(0,0%,85.1%,0.6);--sapSlider_Active_HandleBackground:rgba(66,124,172,0.3);--sapSlider_Active_HandleBorderColor:#427cac;--sapSlider_Active_RangeHandleBackground:rgba(66,124,172,0.3);--sapPageHeader_Background:#eff4f9;--sapPageHeader_BorderColor:#d1e0ee;--sapPageHeader_TextColor:#666;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#ebebeb;--sapPageFooter_TextColor:#333;--sapInfobar_Background:#168282;--sapInfobar_Hover_Background:#147575;--sapInfobar_Active_Background:#427cac;--sapInfobar_NonInteractive_Background:#e6e6e6;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#eff4f9;--sapObjectHeader_BorderColor:#d1e0ee;--sapObjectHeader_Hover_Background:#e0eaf3;--sapObjectHeader_Title_TextColor:#333;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#666;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#f7f7f7;--sapTile_Active_Background:#f7f7f7;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:.25rem;--sapTile_TitleTextColor:#333;--sapTile_TextColor:#666;--sapTile_IconColor:#93b7d5;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:rgba(0,0,0,0.8);--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#e09d00;--sapAccentColor2:#e6600d;--sapAccentColor3:#c14646;--sapAccentColor4:#ab218e;--sapAccentColor5:#678bc7;--sapAccentColor6:#0092d1;--sapAccentColor7:#1a9898;--sapAccentColor8:#759421;--sapAccentColor9:#925ace;--sapAccentColor10:#647987;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#f7f7f7;--sapLegend_NonWorkingBackground:#f7f7f7;--sapLegend_CurrentDateTime:#ab218e;--sapLegendColor1:#ad7900;--sapLegendColor2:#dc5c0c;--sapLegendColor3:#c14646;--sapLegendColor4:#853808;--sapLegendColor5:#da3fb9;--sapLegendColor6:#008bc7;--sapLegendColor7:#198f8f;--sapLegendColor8:#6e8c1f;--sapLegendColor9:#648796;--sapLegendColor10:#80196a;--sapLegendColor11:#6f5925;--sapLegendColor12:#b64600;--sapLegendColor13:#d61818;--sapLegendColor14:#976c52;--sapLegendColor15:#73596d;--sapLegendColor16:#5d759e;--sapLegendColor17:#466c6c;--sapLegendColor18:#626b4a;--sapLegendColor19:#284d5d;--sapLegendColor20:#1851b0;--sapLegendBackgroundColor1:#fff6e0;--sapLegendBackgroundColor2:#feeee5;--sapLegendBackgroundColor3:#f7e6e6;--sapLegendBackgroundColor4:#f9efe9;--sapLegendBackgroundColor5:#fdf2fa;--sapLegendBackgroundColor6:#ebf3fa;--sapLegendBackgroundColor7:#f2fdfd;--sapLegendBackgroundColor8:#f3f9e4;--sapLegendBackgroundColor9:#f1f3f4;--sapLegendBackgroundColor10:#f7edf5;--sapLegendBackgroundColor11:#ffeec6;--sapLegendBackgroundColor12:#fbdfce;--sapLegendBackgroundColor13:#ffdcdc;--sapLegendBackgroundColor14:#f2e2d8;--sapLegendBackgroundColor15:#f0e5ee;--sapLegendBackgroundColor16:#e7e8ea;--sapLegendBackgroundColor17:#d7eaea;--sapLegendBackgroundColor18:#e6edd1;--sapLegendBackgroundColor19:#cfebf7;--sapLegendBackgroundColor20:#f0f7fa;--sapChart_OrderedColor_1:#5899da;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#525df4;--sapChart_OrderedColor_8:#bf399e;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#2f6497;--sapChart_Bad:#dc0d0e;--sapChart_Critical:#de890d;--sapChart_Good:#3fa45b;--sapChart_Neutral:#848f94;--sapChart_Sequence_1:#5899da;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#525df4;--sapChart_Sequence_8:#bf399e;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#2f6497;--sapChart_Sequence_Neutral:#848f94;--sapFontUrl_SAP-icons_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2);--sapFontUrl_SAP-icons-TNT_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf);--sapFontUrl_SAP-icons-TNT_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff);--sapFontUrl_SAP-icons-TNT_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2);--sapFontUrl_SAP-icons-Business-Suite_ttf:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);--sapFontUrl_SAP-icons-Business-Suite_woff:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff);--sapFontUrl_SAP-icons-Business-Suite_woff2:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);--sapFontUrl_72_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2);--sapFontUrl_72_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff);--sapFontUrl_72_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)}.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:#f88;--sapCriticalColor:#fabd64;--sapPositiveColor:#abe2ab;--sapInformativeColor:#91c8f6;--sapNeutralColor:#d3d7d9;--sapNegativeElementColor:#f88;--sapCriticalElementColor:#fabd64;--sapPositiveElementColor:#abe2ab;--sapInformativeElementColor:#91c8f6;--sapNeutralElementColor:#d3d7d9;--sapNegativeTextColor:#f88;--sapPositiveTextColor:#abe2ab;--sapCriticalTextColor:#fabd64;--sapInformativeTextColor:#91c8f6;--sapNeutralTextColor:#d3d7d9;--sapNeutralBorderColor:#d3d7d9;--sapErrorColor:#f88;--sapErrorBorderColor:#f88;--sapWarningColor:#fabd64;--sapWarningBorderColor:#fabd64;--sapSuccessColor:#abe2ab;--sapSuccessBorderColor:#abe2ab;--sapInformationColor:#91c8f6;--sapInformationBorderColor:#91c8f6;--sapErrorBackground:#500;--sapWarningBackground:#5c3803;--sapSuccessBackground:#174417;--sapInformationBackground:#062e4f;--sapNeutralBackground:#393e41;--sapIndicationColor_1:#f88;--sapIndicationColor_1_Background:#f88;--sapIndicationColor_1_BorderColor:#f88;--sapIndicationColor_1_Hover_Background:#ffa2a2;--sapIndicationColor_1_Active_Background:#fbb;--sapIndicationColor_1_TextColor:#2f3c48;--sapIndicationColor_2:#fbb;--sapIndicationColor_2_Background:#fbb;--sapIndicationColor_2_BorderColor:#fbb;--sapIndicationColor_2_Hover_Background:#ffd5d5;--sapIndicationColor_2_Active_Background:#fee;--sapIndicationColor_2_TextColor:#2f3c48;--sapIndicationColor_3:#fabd64;--sapIndicationColor_3_Background:#fabd64;--sapIndicationColor_3_BorderColor:#fabd64;--sapIndicationColor_3_Hover_Background:#fac373;--sapIndicationColor_3_Active_Background:#fbca82;--sapIndicationColor_3_TextColor:#2f3c48;--sapIndicationColor_4:#abe2ab;--sapIndicationColor_4_Background:#abe2ab;--sapIndicationColor_4_BorderColor:#abe2ab;--sapIndicationColor_4_Hover_Background:#bee9be;--sapIndicationColor_4_Active_Background:#d1efd1;--sapIndicationColor_4_TextColor:#2f3c48;--sapIndicationColor_5:#91c8f6;--sapIndicationColor_5_Background:#91c8f6;--sapIndicationColor_5_BorderColor:#91c8f6;--sapIndicationColor_5_Hover_Background:#a9d4f8;--sapIndicationColor_5_Active_Background:#c0e0fa;--sapIndicationColor_5_TextColor:#2f3c48;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Background:#7fc6c6;--sapIndicationColor_6_BorderColor:#7fc6c6;--sapIndicationColor_6_Hover_Background:#91cece;--sapIndicationColor_6_Active_Background:#a2d6d6;--sapIndicationColor_6_TextColor:#2f3c48;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Background:#b995e0;--sapIndicationColor_7_BorderColor:#b995e0;--sapIndicationColor_7_Hover_Background:#c6a9e6;--sapIndicationColor_7_Active_Background:#d3bcec;--sapIndicationColor_7_TextColor:#2f3c48;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Background:#e269c9;--sapIndicationColor_8_BorderColor:#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_MeasureIndicatorColor:#7891a7;--sapContent_Selected_MeasureIndicatorColor:#7891a7;--sapContent_ImagePlaceholderBackground:#69859d;--sapContent_ImagePlaceholderForegroundColor:#495e70;--sapContent_UnratedColor:#8ea3b6;--sapContent_FocusColor:#fff;--sapContent_ContrastFocusColor:#000;--sapContent_Shadow0:0 0 0 1px hsla(0,0%,100%,0.2);--sapContent_Shadow1:0 0.125rem 0.5rem 0 rgba(0,0,0,0.2),0 0 0 1px hsla(0,0%,100%,0.2);--sapContent_Shadow2:0 0.625rem 1.875rem 0 rgba(0,0,0,0.2),0 0 0 1px hsla(0,0%,100%,0.2);--sapContent_Shadow3:0 1.25rem 5rem 0 rgba(0,0,0,0.2),0 0 0 1px hsla(0,0%,100%,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:hsla(0,0%,98%,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(90deg,#27323c 0%,#27323c 35%,#1d252d 50%,#27323c 65%,#27323c);--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(180deg,#2b4863,#9ebfde);--sapShell_BackgroundGradient:linear-gradient(180deg,#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:#f88;--sapShell_CriticalColor:#fabd64;--sapShell_PositiveColor:#abe2ab;--sapShell_InformativeColor:#91c8f6;--sapShell_NeutralColor:#d3d7d9;--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:#f88;--sapButton_Reject_Hover_Background:#4f657a;--sapButton_Reject_Hover_BorderColor:#f88;--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:#f88;--sapButton_Negative_BorderColor:#f88;--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:#f88;--sapButton_Track_Negative_TextColor:#f88;--sapButton_Track_Negative_Hover_Background:#435667;--sapButton_Track_Negative_Hover_BorderColor:#f88;--sapButton_Handle_Negative_Background:#435667;--sapButton_Handle_Negative_BorderColor:#f88;--sapButton_Handle_Negative_TextColor:#f88;--sapButton_Handle_Negative_Hover_Background:#4f657a;--sapButton_Handle_Negative_Hover_BorderColor:#f88;--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:#f88;--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;--sapMessage_ErrorBorderColor:#f88;--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:#f88;--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_BorderColor:#4f667a;--sapObjectHeader_Hover_Background:#45596a;--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;--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}
|
|
1
|
+
.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.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}')}: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.69.2"},"Version":{ "Build":"11.1.38.20220405122918","Source":"11.1.38"}};--sapBrandColor:#427cac;--sapHighlightColor:#427cac;--sapBaseColor:#eff4f9;--sapShellColor:transparent;--sapBackgroundColor:#fafafa;--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:1.625rem;--sapFontHeader2Size:1.375rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#333;--sapLinkColor:#0070b1;--sapLink_Hover_Color:#0070b1;--sapLink_Active_Color:#0070b1;--sapLink_Visited_Color:#0070b1;--sapLink_InvertedColor:#7ed0ff;--sapLink_SubtleColor:#004065;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#427cac;--sapActiveColor:#427cac;--sapHighlightTextColor:#fff;--sapTitleColor:#333;--sapNegativeColor:#b00;--sapCriticalColor:#e78c07;--sapPositiveColor:#2b7c2b;--sapInformativeColor:#427cac;--sapNeutralColor:#5e696e;--sapNegativeElementColor:#b00;--sapCriticalElementColor:#e78c07;--sapPositiveElementColor:#2b7c2b;--sapInformativeElementColor:#427cac;--sapNeutralElementColor:#5e696e;--sapNegativeTextColor:#b00;--sapPositiveTextColor:#2b7c2b;--sapCriticalTextColor:#e78c07;--sapInformativeTextColor:#427cac;--sapNeutralTextColor:#5e696e;--sapNeutralBorderColor:#5e696e;--sapErrorColor:#e00;--sapErrorBorderColor:#e00;--sapWarningColor:#f9a429;--sapWarningBorderColor:#f9a429;--sapSuccessColor:#38a238;--sapSuccessBorderColor:#38a238;--sapInformationColor:#427cac;--sapInformationBorderColor:#427cac;--sapErrorBackground:#ffe4e4;--sapWarningBackground:#fef0db;--sapSuccessBackground:#e4f5e4;--sapInformationBackground:#ebf2f7;--sapNeutralBackground:#f4f5f6;--sapIndicationColor_1:#800;--sapIndicationColor_1_Background:#800;--sapIndicationColor_1_BorderColor:#800;--sapIndicationColor_1_Hover_Background:#6f0000;--sapIndicationColor_1_Active_Background:#500;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#b00;--sapIndicationColor_2_Background:#b00;--sapIndicationColor_2_BorderColor:#b00;--sapIndicationColor_2_Hover_Background:#a20000;--sapIndicationColor_2_Active_Background:#800;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#e78c07;--sapIndicationColor_3_Background:#e78c07;--sapIndicationColor_3_BorderColor:#e78c07;--sapIndicationColor_3_Hover_Background:#d88307;--sapIndicationColor_3_Active_Background:#c97a06;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#2b7c2b;--sapIndicationColor_4_Background:#2b7c2b;--sapIndicationColor_4_BorderColor:#2b7c2b;--sapIndicationColor_4_Hover_Background:#246924;--sapIndicationColor_4_Active_Background:#1e561e;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#427cac;--sapIndicationColor_5_Background:#427cac;--sapIndicationColor_5_BorderColor:#427cac;--sapIndicationColor_5_Hover_Background:#3b6f9a;--sapIndicationColor_5_Active_Background:#346187;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#1a9898;--sapIndicationColor_6_Background:#1a9898;--sapIndicationColor_6_BorderColor:#1a9898;--sapIndicationColor_6_Hover_Background:#168282;--sapIndicationColor_6_Active_Background:#136c6c;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#925ace;--sapIndicationColor_7_Background:#925ace;--sapIndicationColor_7_BorderColor:#925ace;--sapIndicationColor_7_Hover_Background:#8546c8;--sapIndicationColor_7_Active_Background:#7838bd;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#ab218e;--sapIndicationColor_8_Background:#ab218e;--sapIndicationColor_8_BorderColor:#ab218e;--sapIndicationColor_8_Hover_Background:#961d7c;--sapIndicationColor_8_Active_Background:#80196a;--sapIndicationColor_8_TextColor:#fff;--sapElement_LineHeight:3rem;--sapElement_Height:2.5rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#346187;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#878787;--sapContent_MarkerIconColor:#678bc7;--sapContent_MarkerTextColor:#147575;--sapContent_MeasureIndicatorColor:#bfbfbf;--sapContent_Selected_MeasureIndicatorColor:#bfbfbf;--sapContent_ImagePlaceholderBackground:#ceddec;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#e09d00;--sapContent_UnratedColor:#a5a5a5;--sapContent_BusyColor:#00a4eb;--sapContent_FocusColor:#000;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.0625rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow1:0 0.125rem 0.5rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow2:0 0.625rem 1.875rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--sapContent_Shadow3:0 1.25rem 5rem 0 rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.15);--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 0 #eff4f9,inset 0 -0.125rem 0 0 #d1e0ee;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#d4f7db;--sapContent_HelpColor:#3f8600;--sapContent_LabelColor:#666;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:rgba(51,51,51,0.5);--sapContent_DisabledOpacity:0.5;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#e5e5e5;--sapContent_ForegroundBorderColor:#bfbfbf;--sapContent_ForegroundTextColor:#333;--sapContent_BadgeBackground:#c14646;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#c2d5e8;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#c2d5e8 0%,#c2d5e8 35%,#afc8e1 50%,#c2d5e8 65%,#c2d5e8);--sapContent_DragAndDropActiveColor:#0070b1;--sapContent_Selected_Background:#427cac;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Hover_Background:#4684b7;--sapContent_Selected_ForegroundColor:#427cac;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#427cac;--sapContent_Illustrative_Color2:#93b7d6;--sapContent_Illustrative_Color3:#ffba10;--sapContent_Illustrative_Color4:#4a5055;--sapContent_Illustrative_Color5:#9da4aa;--sapContent_Illustrative_Color6:#c6cace;--sapContent_Illustrative_Color7:#e7e9ea;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#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:#cad8e6;--sapShell_BackgroundImage:linear-gradient(180deg,#acc4dc,#e8ecf0);--sapShell_BackgroundGradient:linear-gradient(180deg,#acc4dc,#e8ecf0);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:transparent;--sapShell_TextColor:#346187;--sapShell_InteractiveBackground:transparent;--sapShell_InteractiveTextColor:#346187;--sapShell_InteractiveBorderColor:#346187;--sapShell_GroupTitleTextColor:#333;--sapShell_GroupTitleTextShadow:0 0 0.125rem #fff;--sapShell_Hover_Background:#346187;--sapShell_Active_Background:#427cac;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#427cac;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#427cac;--sapShell_Favicon:none;--sapShell_Navigation_Background:transparent;--sapShell_Navigation_SelectedColor:#346187;--sapShell_Navigation_Selected_TextColor:#346187;--sapShell_Navigation_TextColor:#333;--sapShell_Navigation_Hover_Background:#346187;--sapShell_Navigation_Active_Background:#427cac;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Shadow:0 0.125rem 0 0 #b9cbde;--sapShell_NegativeColor:#b00;--sapShell_CriticalColor:#e78c07;--sapShell_PositiveColor:#2b7c2b;--sapShell_InformativeColor:#427cac;--sapShell_NeutralColor:#5e696e;--sapAvatar_1_Background:#e09d00;--sapAvatar_1_BorderColor:#e09d00;--sapAvatar_1_TextColor:#fff;--sapAvatar_2_Background:#e6600d;--sapAvatar_2_BorderColor:#e6600d;--sapAvatar_2_TextColor:#fff;--sapAvatar_3_Background:#c14646;--sapAvatar_3_BorderColor:#c14646;--sapAvatar_3_TextColor:#fff;--sapAvatar_4_Background:#ab218e;--sapAvatar_4_BorderColor:#ab218e;--sapAvatar_4_TextColor:#fff;--sapAvatar_5_Background:#678bc7;--sapAvatar_5_BorderColor:#678bc7;--sapAvatar_5_TextColor:#fff;--sapAvatar_6_Background:#0092d1;--sapAvatar_6_BorderColor:#0092d1;--sapAvatar_6_TextColor:#fff;--sapAvatar_7_Background:#1a9898;--sapAvatar_7_BorderColor:#1a9898;--sapAvatar_7_TextColor:#fff;--sapAvatar_8_Background:#759421;--sapAvatar_8_BorderColor:#759421;--sapAvatar_8_TextColor:#fff;--sapAvatar_9_Background:#925ace;--sapAvatar_9_BorderColor:#925ace;--sapAvatar_9_TextColor:#fff;--sapAvatar_10_Background:#647987;--sapAvatar_10_BorderColor:#647987;--sapAvatar_10_TextColor:#fff;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.1875rem;--sapButton_Background:#f7f7f7;--sapButton_BorderColor:#ababab;--sapButton_TextColor:#346187;--sapButton_Hover_Background:#eaeaea;--sapButton_Hover_BorderColor:#ababab;--sapButton_Hover_TextColor:#346187;--sapButton_IconColor:#346187;--sapButton_Active_Background:#427cac;--sapButton_Active_BorderColor:#427cac;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#5496cd;--sapButton_Emphasized_BorderColor:#408ac7;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#408ac7;--sapButton_Emphasized_Hover_BorderColor:#408ac7;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#427cac;--sapButton_Emphasized_Active_BorderColor:#427cac;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:rgba(0,0,0,0.5);--sapButton_Emphasized_FontWeight:regular;--sapButton_Reject_Background:#f7f7f7;--sapButton_Reject_BorderColor:#b00;--sapButton_Reject_Hover_Background:#eaeaea;--sapButton_Reject_Hover_BorderColor:#b00;--sapButton_Reject_Hover_TextColor:#b00;--sapButton_Reject_Active_Background:#b00;--sapButton_Reject_Active_BorderColor:#b00;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_TextColor:#b00;--sapButton_Reject_Selected_Background:#b00;--sapButton_Reject_Selected_BorderColor:#b00;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#d40000;--sapButton_Reject_Selected_Hover_BorderColor:#d40000;--sapButton_Accept_Background:#f7f7f7;--sapButton_Accept_BorderColor:#2b7c2b;--sapButton_Accept_Hover_Background:#eaeaea;--sapButton_Accept_Hover_BorderColor:#2b7c2b;--sapButton_Accept_Hover_TextColor:#2b7c2b;--sapButton_Accept_Active_Background:#2b7c2b;--sapButton_Accept_Active_BorderColor:#2b7c2b;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_TextColor:#2b7c2b;--sapButton_Accept_Selected_Background:#2b7c2b;--sapButton_Accept_Selected_BorderColor:#2b7c2b;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#328f32;--sapButton_Accept_Selected_Hover_BorderColor:#328f32;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#346187;--sapButton_Lite_Hover_Background:hsla(0,0%,69.8%,0.5);--sapButton_Lite_Hover_BorderColor:hsla(0,0%,69.8%,0.5);--sapButton_Lite_Hover_TextColor:#346187;--sapButton_Lite_Active_Background:#427cac;--sapButton_Lite_Active_BorderColor:#427cac;--sapButton_Selected_Background:#346187;--sapButton_Selected_BorderColor:#2d5475;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#427bac;--sapButton_Selected_Hover_BorderColor:#427bac;--sapButton_Attention_Background:#f7f7f7;--sapButton_Attention_BorderColor:#e78c07;--sapButton_Attention_TextColor:#333;--sapButton_Attention_Hover_Background:#fef0db;--sapButton_Attention_Hover_BorderColor:#e78c07;--sapButton_Attention_Hover_TextColor:#333;--sapButton_Attention_Active_Background:#ce7d06;--sapButton_Attention_Active_BorderColor:#ce7d06;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#ce7d06;--sapButton_Attention_Selected_BorderColor:#ce7d06;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#e78c07;--sapButton_Attention_Selected_Hover_BorderColor:#e78c07;--sapButton_Negative_Background:#b00;--sapButton_Negative_BorderColor:#b00;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#970000;--sapButton_Negative_Hover_BorderColor:#970000;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#800;--sapButton_Negative_Active_BorderColor:#800;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#e78c07;--sapButton_Critical_BorderColor:#e78c07;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#c47706;--sapButton_Critical_Hover_BorderColor:#c47706;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#b66e06;--sapButton_Critical_Active_BorderColor:#b66e06;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#2b7c2b;--sapButton_Success_BorderColor:#2b7c2b;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#226122;--sapButton_Success_Hover_BorderColor:#226122;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#1e561e;--sapButton_Success_Active_BorderColor:#1e561e;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#427cac;--sapButton_Information_BorderColor:#427cac;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#3b6f9a;--sapButton_Information_Hover_BorderColor:#3b6f9a;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#346187;--sapButton_Information_Active_BorderColor:#346187;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#5e696e;--sapButton_Neutral_BorderColor:#5e696e;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#4e575b;--sapButton_Neutral_Hover_BorderColor:#4e575b;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#474f53;--sapButton_Neutral_Active_BorderColor:#474f53;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#fff;--sapButton_Track_BorderColor:#ababab;--sapButton_Track_TextColor:#333;--sapButton_Track_Hover_Background:#eaeaea;--sapButton_Track_Hover_BorderColor:#ababab;--sapButton_Track_Selected_Background:#346187;--sapButton_Track_Selected_BorderColor:#2d5475;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#427bac;--sapButton_Track_Selected_Hover_BorderColor:#427bac;--sapButton_Handle_Background:#f7f7f7;--sapButton_Handle_BorderColor:#ababab;--sapButton_Handle_TextColor:#333;--sapButton_Handle_Hover_Background:#eaeaea;--sapButton_Handle_Hover_BorderColor:#ababab;--sapButton_Handle_Selected_Background:#346187;--sapButton_Handle_Selected_BorderColor:#2d5475;--sapButton_Handle_Selected_TextColor:#fff;--sapButton_Handle_Selected_Hover_Background:#427bac;--sapButton_Handle_Selected_Hover_BorderColor:#427bac;--sapButton_Track_Negative_Background:#f7f7f7;--sapButton_Track_Negative_BorderColor:#b00;--sapButton_Track_Negative_TextColor:#b00;--sapButton_Track_Negative_Hover_Background:#f7f7f7;--sapButton_Track_Negative_Hover_BorderColor:#b00;--sapButton_Handle_Negative_Background:#f7f7f7;--sapButton_Handle_Negative_BorderColor:#b00;--sapButton_Handle_Negative_TextColor:#b00;--sapButton_Handle_Negative_Hover_Background:#eaeaea;--sapButton_Handle_Negative_Hover_BorderColor:#b00;--sapButton_Track_Positive_Background:#f7f7f7;--sapButton_Track_Positive_BorderColor:#2b7c2b;--sapButton_Track_Positive_TextColor:#2b7c2b;--sapButton_Track_Positive_Hover_Background:#f7f7f7;--sapButton_Track_Positive_Hover_BorderColor:#2b7c2b;--sapButton_Handle_Positive_Background:#f7f7f7;--sapButton_Handle_Positive_BorderColor:#2b7c2b;--sapButton_Handle_Positive_TextColor:#2b7c2b;--sapButton_Handle_Positive_Hover_Background:#eaeaea;--sapButton_Handle_Positive_Hover_BorderColor:#2b7c2b;--sapButton_TokenBackground:#f7f7f7;--sapButton_TokenBorderColor:#dedede;--sapField_Background:#fff;--sapField_BackgroundStyle:none;--sapField_TextColor:#000;--sapField_PlaceholderTextColor:#757575;--sapField_BorderColor:#bfbfbf;--sapField_HelpBackground:#fff;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:0;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#427cac;--sapField_Hover_HelpBackground:#427cac;--sapField_Active_BorderColor:#427cac;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#bfbfbf;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:hsla(0,0%,94.9%,0.5);--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#ccc;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:hsla(0,0%,94.9%,0.5);--sapField_RequiredColor:#c14646;--sapField_InvalidColor:#e00;--sapField_InvalidBackground:#fff;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_WarningColor:#f9a429;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_SuccessColor:#38a238;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#427cac;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapGroup_TitleBackground:transparent;--sapGroup_TitleBorderColor:#ccc;--sapGroup_TitleTextColor:#333;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#ebebeb;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.25rem;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:rgba(63,81,97,0.2);--sapList_HeaderBackground:#f7f7f7;--sapList_HeaderBorderColor:#e5e5e5;--sapList_HeaderTextColor:#333;--sapList_BorderColor:#e5e5e5;--sapList_TextColor:#333;--sapList_Active_TextColor:#fff;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#427cac;--sapList_SelectionBackgroundColor:#e8f0f6;--sapList_SelectionBorderColor:#e5e5e5;--sapList_Hover_SelectionBackground:#dde9f2;--sapList_Background:#fff;--sapList_Hover_Background:#f0f0f0;--sapList_AlternatingBackground:#fafafa;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#ccc;--sapList_GroupHeaderTextColor:#147575;--sapList_FooterBackground:#ceddec;--sapList_FooterTextColor:#333;--sapList_TableGroupHeaderBackground:#f2f2f2;--sapList_TableGroupHeaderBorderColor:#ccc;--sapList_TableGroupHeaderTextColor:#147575;--sapList_TableFooterBorder:#ccc;--sapList_TableFixedBorderColor:#999;--sapMessage_ErrorBorderColor:#e00;--sapMessage_WarningBorderColor:#f9a429;--sapMessage_SuccessBorderColor:#38a238;--sapMessage_InformationBorderColor:#427cac;--sapProgress_Background:#fff;--sapProgress_BorderColor:#bfbfbf;--sapProgress_TextColor:#333;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#fff;--sapProgress_NegativeBorderColor:#bfbfbf;--sapProgress_NegativeTextColor:#333;--sapProgress_CriticalBackground:#fff;--sapProgress_CriticalBorderColor:#bfbfbf;--sapProgress_CriticalTextColor:#333;--sapProgress_PositiveBackground:#fff;--sapProgress_PositiveBorderColor:#bfbfbf;--sapProgress_PositiveTextColor:#333;--sapProgress_InformationBackground:#fff;--sapProgress_InformationBorderColor:#bfbfbf;--sapProgress_InformationTextColor:#333;--sapProgress_Value_Background:#5e696e;--sapProgress_Value_BorderColor:#bfbfbf;--sapProgress_Value_TextColor:#333;--sapProgress_Value_NegativeBackground:#b00;--sapProgress_Value_NegativeBorderColor:#bfbfbf;--sapProgress_Value_NegativeTextColor:#333;--sapProgress_Value_CriticalBackground:#e78c07;--sapProgress_Value_CriticalBorderColor:#bfbfbf;--sapProgress_Value_CriticalTextColor:#333;--sapProgress_Value_PositiveBackground:#2b7c2b;--sapProgress_Value_PositiveBorderColor:#bfbfbf;--sapProgress_Value_PositiveTextColor:#333;--sapProgress_Value_InformationBackground:#427cac;--sapProgress_Value_InformationBorderColor:#bfbfbf;--sapProgress_Value_InformationTextColor:#333;--sapScrollBar_FaceColor:#b2b2b2;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#b2b2b2;--sapScrollBar_SymbolColor:#346187;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#aaa;--sapSlider_Background:#ddd;--sapSlider_BorderColor:#ddd;--sapSlider_Selected_Background:#427cac;--sapSlider_Selected_BorderColor:#427cac;--sapSlider_HandleBackground:hsla(0,0%,100%,0.1);--sapSlider_HandleBorderColor:#999;--sapSlider_RangeHandleBackground:hsla(0,0%,100%,0.1);--sapSlider_Hover_HandleBackground:hsla(0,0%,85.1%,0.6);--sapSlider_Hover_HandleBorderColor:#999;--sapSlider_Hover_RangeHandleBackground:hsla(0,0%,85.1%,0.6);--sapSlider_Active_HandleBackground:rgba(66,124,172,0.3);--sapSlider_Active_HandleBorderColor:#427cac;--sapSlider_Active_RangeHandleBackground:rgba(66,124,172,0.3);--sapPageHeader_Background:#eff4f9;--sapPageHeader_BorderColor:#d1e0ee;--sapPageHeader_TextColor:#666;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#ebebeb;--sapPageFooter_TextColor:#333;--sapInfobar_Background:#168282;--sapInfobar_Hover_Background:#147575;--sapInfobar_Active_Background:#427cac;--sapInfobar_NonInteractive_Background:#e6e6e6;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#eff4f9;--sapObjectHeader_BorderColor:#d1e0ee;--sapObjectHeader_Hover_Background:#e0eaf3;--sapObjectHeader_Title_TextColor:#333;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#666;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#f7f7f7;--sapTile_Active_Background:#f7f7f7;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:.25rem;--sapTile_TitleTextColor:#333;--sapTile_TextColor:#666;--sapTile_IconColor:#93b7d5;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:rgba(0,0,0,0.8);--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#e09d00;--sapAccentColor2:#e6600d;--sapAccentColor3:#c14646;--sapAccentColor4:#ab218e;--sapAccentColor5:#678bc7;--sapAccentColor6:#0092d1;--sapAccentColor7:#1a9898;--sapAccentColor8:#759421;--sapAccentColor9:#925ace;--sapAccentColor10:#647987;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#f7f7f7;--sapLegend_NonWorkingBackground:#f7f7f7;--sapLegend_CurrentDateTime:#ab218e;--sapLegendColor1:#ad7900;--sapLegendColor2:#dc5c0c;--sapLegendColor3:#c14646;--sapLegendColor4:#853808;--sapLegendColor5:#da3fb9;--sapLegendColor6:#008bc7;--sapLegendColor7:#198f8f;--sapLegendColor8:#6e8c1f;--sapLegendColor9:#648796;--sapLegendColor10:#80196a;--sapLegendColor11:#6f5925;--sapLegendColor12:#b64600;--sapLegendColor13:#d61818;--sapLegendColor14:#976c52;--sapLegendColor15:#73596d;--sapLegendColor16:#5d759e;--sapLegendColor17:#466c6c;--sapLegendColor18:#626b4a;--sapLegendColor19:#284d5d;--sapLegendColor20:#1851b0;--sapLegendBackgroundColor1:#fff6e0;--sapLegendBackgroundColor2:#feeee5;--sapLegendBackgroundColor3:#f7e6e6;--sapLegendBackgroundColor4:#f9efe9;--sapLegendBackgroundColor5:#fdf2fa;--sapLegendBackgroundColor6:#ebf3fa;--sapLegendBackgroundColor7:#f2fdfd;--sapLegendBackgroundColor8:#f3f9e4;--sapLegendBackgroundColor9:#f1f3f4;--sapLegendBackgroundColor10:#f7edf5;--sapLegendBackgroundColor11:#ffeec6;--sapLegendBackgroundColor12:#fbdfce;--sapLegendBackgroundColor13:#ffdcdc;--sapLegendBackgroundColor14:#f2e2d8;--sapLegendBackgroundColor15:#f0e5ee;--sapLegendBackgroundColor16:#e7e8ea;--sapLegendBackgroundColor17:#d7eaea;--sapLegendBackgroundColor18:#e6edd1;--sapLegendBackgroundColor19:#cfebf7;--sapLegendBackgroundColor20:#f0f7fa;--sapChart_OrderedColor_1:#5899da;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#525df4;--sapChart_OrderedColor_8:#bf399e;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#2f6497;--sapChart_Bad:#dc0d0e;--sapChart_Critical:#de890d;--sapChart_Good:#3fa45b;--sapChart_Neutral:#848f94;--sapChart_Sequence_1:#5899da;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#525df4;--sapChart_Sequence_8:#bf399e;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#2f6497;--sapChart_Sequence_Neutral:#848f94;--sapFontUrl_SAP-icons_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2);--sapFontUrl_SAP-icons-TNT_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf);--sapFontUrl_SAP-icons-TNT_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff);--sapFontUrl_SAP-icons-TNT_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2);--sapFontUrl_SAP-icons-Business-Suite_ttf:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);--sapFontUrl_SAP-icons-Business-Suite_woff:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff);--sapFontUrl_SAP-icons-Business-Suite_woff2:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);--sapFontUrl_72_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2);--sapFontUrl_72_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff);--sapFontUrl_72_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)}.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:#f88;--sapCriticalColor:#fabd64;--sapPositiveColor:#abe2ab;--sapInformativeColor:#91c8f6;--sapNeutralColor:#d3d7d9;--sapNegativeElementColor:#f88;--sapCriticalElementColor:#fabd64;--sapPositiveElementColor:#abe2ab;--sapInformativeElementColor:#91c8f6;--sapNeutralElementColor:#d3d7d9;--sapNegativeTextColor:#f88;--sapPositiveTextColor:#abe2ab;--sapCriticalTextColor:#fabd64;--sapInformativeTextColor:#91c8f6;--sapNeutralTextColor:#d3d7d9;--sapNeutralBorderColor:#d3d7d9;--sapErrorColor:#f88;--sapErrorBorderColor:#f88;--sapWarningColor:#fabd64;--sapWarningBorderColor:#fabd64;--sapSuccessColor:#abe2ab;--sapSuccessBorderColor:#abe2ab;--sapInformationColor:#91c8f6;--sapInformationBorderColor:#91c8f6;--sapErrorBackground:#500;--sapWarningBackground:#5c3803;--sapSuccessBackground:#174417;--sapInformationBackground:#062e4f;--sapNeutralBackground:#393e41;--sapIndicationColor_1:#f88;--sapIndicationColor_1_Background:#f88;--sapIndicationColor_1_BorderColor:#f88;--sapIndicationColor_1_Hover_Background:#ffa2a2;--sapIndicationColor_1_Active_Background:#fbb;--sapIndicationColor_1_TextColor:#2f3c48;--sapIndicationColor_2:#fbb;--sapIndicationColor_2_Background:#fbb;--sapIndicationColor_2_BorderColor:#fbb;--sapIndicationColor_2_Hover_Background:#ffd5d5;--sapIndicationColor_2_Active_Background:#fee;--sapIndicationColor_2_TextColor:#2f3c48;--sapIndicationColor_3:#fabd64;--sapIndicationColor_3_Background:#fabd64;--sapIndicationColor_3_BorderColor:#fabd64;--sapIndicationColor_3_Hover_Background:#fac373;--sapIndicationColor_3_Active_Background:#fbca82;--sapIndicationColor_3_TextColor:#2f3c48;--sapIndicationColor_4:#abe2ab;--sapIndicationColor_4_Background:#abe2ab;--sapIndicationColor_4_BorderColor:#abe2ab;--sapIndicationColor_4_Hover_Background:#bee9be;--sapIndicationColor_4_Active_Background:#d1efd1;--sapIndicationColor_4_TextColor:#2f3c48;--sapIndicationColor_5:#91c8f6;--sapIndicationColor_5_Background:#91c8f6;--sapIndicationColor_5_BorderColor:#91c8f6;--sapIndicationColor_5_Hover_Background:#a9d4f8;--sapIndicationColor_5_Active_Background:#c0e0fa;--sapIndicationColor_5_TextColor:#2f3c48;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Background:#7fc6c6;--sapIndicationColor_6_BorderColor:#7fc6c6;--sapIndicationColor_6_Hover_Background:#91cece;--sapIndicationColor_6_Active_Background:#a2d6d6;--sapIndicationColor_6_TextColor:#2f3c48;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Background:#b995e0;--sapIndicationColor_7_BorderColor:#b995e0;--sapIndicationColor_7_Hover_Background:#c6a9e6;--sapIndicationColor_7_Active_Background:#d3bcec;--sapIndicationColor_7_TextColor:#2f3c48;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Background:#e269c9;--sapIndicationColor_8_BorderColor:#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_MeasureIndicatorColor:#7891a7;--sapContent_Selected_MeasureIndicatorColor:#7891a7;--sapContent_ImagePlaceholderBackground:#69859d;--sapContent_ImagePlaceholderForegroundColor:#495e70;--sapContent_UnratedColor:#8ea3b6;--sapContent_FocusColor:#fff;--sapContent_ContrastFocusColor:#000;--sapContent_Shadow0:0 0 0 1px hsla(0,0%,100%,0.2);--sapContent_Shadow1:0 0.125rem 0.5rem 0 rgba(0,0,0,0.2),0 0 0 1px hsla(0,0%,100%,0.2);--sapContent_Shadow2:0 0.625rem 1.875rem 0 rgba(0,0,0,0.2),0 0 0 1px hsla(0,0%,100%,0.2);--sapContent_Shadow3:0 1.25rem 5rem 0 rgba(0,0,0,0.2),0 0 0 1px hsla(0,0%,100%,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:hsla(0,0%,98%,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(90deg,#27323c 0%,#27323c 35%,#1d252d 50%,#27323c 65%,#27323c);--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(180deg,#2b4863,#9ebfde);--sapShell_BackgroundGradient:linear-gradient(180deg,#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:#f88;--sapShell_CriticalColor:#fabd64;--sapShell_PositiveColor:#abe2ab;--sapShell_InformativeColor:#91c8f6;--sapShell_NeutralColor:#d3d7d9;--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:#f88;--sapButton_Reject_Hover_Background:#4f657a;--sapButton_Reject_Hover_BorderColor:#f88;--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:#f88;--sapButton_Negative_BorderColor:#f88;--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:#f88;--sapButton_Track_Negative_TextColor:#f88;--sapButton_Track_Negative_Hover_Background:#435667;--sapButton_Track_Negative_Hover_BorderColor:#f88;--sapButton_Handle_Negative_Background:#435667;--sapButton_Handle_Negative_BorderColor:#f88;--sapButton_Handle_Negative_TextColor:#f88;--sapButton_Handle_Negative_Hover_Background:#4f657a;--sapButton_Handle_Negative_Hover_BorderColor:#f88;--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:#f88;--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;--sapMessage_ErrorBorderColor:#f88;--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:#f88;--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_BorderColor:#4f667a;--sapObjectHeader_Hover_Background:#45596a;--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;--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}
|