@syncfusion/ej2-angular-documenteditor 25.2.7-ngcc → 26.1.35-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-documenteditor.js +1 -1
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -1
  5. package/dist/ej2-angular-documenteditor.umd.js +2 -1
  6. package/dist/ej2-angular-documenteditor.umd.js.map +1 -1
  7. package/dist/ej2-angular-documenteditor.umd.min.js +2 -2
  8. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -1
  9. package/package.json +9 -9
  10. package/schematics/utils/lib-details.js +2 -2
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/styles/bootstrap-dark.css +6039 -1
  13. package/styles/bootstrap.css +6068 -1
  14. package/styles/bootstrap4.css +6438 -1
  15. package/styles/bootstrap5-dark.css +6400 -1
  16. package/styles/bootstrap5.css +6400 -1
  17. package/styles/document-editor/bootstrap-dark.css +3963 -1
  18. package/styles/document-editor/bootstrap.css +3964 -1
  19. package/styles/document-editor/bootstrap4.css +4127 -1
  20. package/styles/document-editor/bootstrap5-dark.css +4067 -1
  21. package/styles/document-editor/bootstrap5.css +4067 -1
  22. package/styles/document-editor/fabric-dark.css +3963 -1
  23. package/styles/document-editor/fabric.css +3967 -1
  24. package/styles/document-editor/fluent-dark.css +4007 -1
  25. package/styles/document-editor/fluent.css +4007 -1
  26. package/styles/document-editor/fluent2.css +5095 -0
  27. package/styles/document-editor/fluent2.scss +1 -0
  28. package/styles/document-editor/highcontrast-light.css +2845 -1
  29. package/styles/document-editor/highcontrast.css +3963 -1
  30. package/styles/document-editor/material-dark.css +3957 -1
  31. package/styles/document-editor/material.css +3957 -1
  32. package/styles/document-editor/material3-dark.css +4174 -1
  33. package/styles/document-editor/material3.css +4286 -1
  34. package/styles/document-editor/tailwind-dark.css +4276 -1
  35. package/styles/document-editor/tailwind.css +4279 -1
  36. package/styles/document-editor-container/bootstrap-dark.css +2075 -1
  37. package/styles/document-editor-container/bootstrap.css +2103 -1
  38. package/styles/document-editor-container/bootstrap4.css +2310 -1
  39. package/styles/document-editor-container/bootstrap5-dark.css +2332 -1
  40. package/styles/document-editor-container/bootstrap5.css +2332 -1
  41. package/styles/document-editor-container/fabric-dark.css +2062 -1
  42. package/styles/document-editor-container/fabric.css +2099 -1
  43. package/styles/document-editor-container/fluent-dark.css +2217 -1
  44. package/styles/document-editor-container/fluent.css +2217 -1
  45. package/styles/document-editor-container/fluent2.css +3156 -0
  46. package/styles/document-editor-container/fluent2.scss +1 -0
  47. package/styles/document-editor-container/highcontrast-light.css +4132 -1
  48. package/styles/document-editor-container/highcontrast.css +2107 -1
  49. package/styles/document-editor-container/material-dark.css +2056 -1
  50. package/styles/document-editor-container/material.css +2076 -1
  51. package/styles/document-editor-container/material3-dark.css +2430 -1
  52. package/styles/document-editor-container/material3.css +2542 -1
  53. package/styles/document-editor-container/tailwind-dark.css +2158 -1
  54. package/styles/document-editor-container/tailwind.css +2158 -1
  55. package/styles/fabric-dark.css +6026 -1
  56. package/styles/fabric.css +6067 -1
  57. package/styles/fluent-dark.css +6225 -1
  58. package/styles/fluent.css +6225 -1
  59. package/styles/fluent2.css +8252 -0
  60. package/styles/fluent2.scss +2 -0
  61. package/styles/highcontrast-light.css +4904 -1
  62. package/styles/highcontrast.css +6071 -1
  63. package/styles/material-dark.css +6014 -1
  64. package/styles/material.css +6034 -1
  65. package/styles/material3-dark.css +6605 -1
  66. package/styles/material3.css +6829 -1
  67. package/styles/tailwind-dark.css +6435 -1
  68. package/styles/tailwind.css +6438 -1
  69. package/CHANGELOG.md +0 -3869
  70. package/postinstall/tagchange.js +0 -18
@@ -1 +1,2542 @@
1
- @import '@syncfusion/ej2-documenteditor/styles/document-editor-container/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ :root {
113
+ --color-sf-black: 0, 0, 0;
114
+ --color-sf-white: 255, 255, 255;
115
+ --color-sf-primary: 103, 80, 164;
116
+ --color-sf-primary-container: 234, 221, 255;
117
+ --color-sf-secondary: 98, 91, 113;
118
+ --color-sf-secondary-container: 232, 222, 248;
119
+ --color-sf-tertiary: 125, 82, 96;
120
+ --color-sf-tertiary-container: 255, 216, 228;
121
+ --color-sf-surface: 255, 255, 255;
122
+ --color-sf-surface-variant: 231, 224, 236;
123
+ --color-sf-background: var(--color-sf-surface);
124
+ --color-sf-on-primary: 255, 255, 255;
125
+ --color-sf-on-primary-container: 33, 0, 94;
126
+ --color-sf-on-secondary: 255, 255, 255;
127
+ --color-sf-on-secondary-container: 30, 25, 43;
128
+ --color-sf-on-tertiary: 255, 255, 255;
129
+ --color-sf-on-tertiary-containe: 55, 11, 30;
130
+ --color-sf-on-surface: 28, 27, 31;
131
+ --color-sf-on-surface-variant: 73, 69, 78;
132
+ --color-sf-on-background: 28, 27, 31;
133
+ --color-sf-outline: 121, 116, 126;
134
+ --color-sf-outline-variant: 196, 199, 197;
135
+ --color-sf-shadow: 0, 0, 0;
136
+ --color-sf-surface-tint-color: 103, 80, 164;
137
+ --color-sf-inverse-surface: 49, 48, 51;
138
+ --color-sf-inverse-on-surface: 244, 239, 244;
139
+ --color-sf-inverse-primary: 208, 188, 255;
140
+ --color-sf-scrim: 0, 0, 0;
141
+ --color-sf-error: 179, 38, 30;
142
+ --color-sf-error-container: 249, 222, 220;
143
+ --color-sf-on-error: 255, 250, 250;
144
+ --color-sf-on-error-container: 65, 14, 11;
145
+ --color-sf-success: 32, 81, 7;
146
+ --color-sf-success-container: 209, 255, 186;
147
+ --color-sf-on-success: 244, 255, 239;
148
+ --color-sf-on-success-container: 13, 39, 0;
149
+ --color-sf-info: 1, 87, 155;
150
+ --color-sf-info-container: 233, 245, 255;
151
+ --color-sf-on-info: 250, 253, 255;
152
+ --color-sf-on-info-container: 0, 51, 91;
153
+ --color-sf-warning: 145, 76, 0;
154
+ --color-sf-warning-container: 254, 236, 222;
155
+ --color-sf-on-warning: 255, 255, 255;
156
+ --color-sf-on-warning-container: 47, 21, 0;
157
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
+ --color-sf-diagram-palette-background: --color-sf-white;
160
+ --color-sf-success-text: 255, 255, 255;
161
+ --color-sf-warning-text: 255, 255, 255;
162
+ --color-sf-danger-text: 255, 255, 255;
163
+ --color-sf-info-text: 255, 255, 255;
164
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
166
+ }
167
+
168
+ .e-dark-mode {
169
+ --color-sf-black: 0, 0, 0;
170
+ --color-sf-white: 255, 255, 255;
171
+ --color-sf-primary: 208, 188, 255;
172
+ --color-sf-primary-container: 79, 55, 139;
173
+ --color-sf-secondary: 204, 194, 220;
174
+ --color-sf-secondary-container: 74, 68, 88;
175
+ --color-sf-tertiary: 239, 184, 200;
176
+ --color-sf-tertiary-container: 99, 59, 72;
177
+ --color-sf-surface: 28, 27, 31;
178
+ --color-sf-surface-variant: 28, 27, 31;
179
+ --color-sf-background: var(--color-sf-surface);
180
+ --color-sf-on-primary: 55, 30, 115;
181
+ --color-sf-on-primary-container: 234, 221, 255;
182
+ --color-sf-on-secondary: 51, 45, 65;
183
+ --color-sf-on-secondary-container: 232, 222, 248;
184
+ --color-sf-on-tertiary: 73, 37, 50;
185
+ --color-sf-on-tertiary-containe: 255, 216, 228;
186
+ --color-sf-on-surface: 230, 225, 229;
187
+ --color-sf-on-surface-variant: 202, 196, 208;
188
+ --color-sf-on-background: 230, 225, 229;
189
+ --color-sf-outline: 147, 143, 153;
190
+ --color-sf-outline-variant: 68, 71, 70;
191
+ --color-sf-shadow: 0, 0, 0;
192
+ --color-sf-surface-tint-color: 208, 188, 255;
193
+ --color-sf-inverse-surface: 230, 225, 229;
194
+ --color-sf-inverse-on-surface: 49, 48, 51;
195
+ --color-sf-inverse-primary: 103, 80, 164;
196
+ --color-sf-scrim: 0, 0, 0;
197
+ --color-sf-error: 242, 184, 181;
198
+ --color-sf-error-container: 140, 29, 24;
199
+ --color-sf-on-error: 96, 20, 16;
200
+ --color-sf-on-error-container: 249, 222, 220;
201
+ --color-sf-success: 83, 202, 23;
202
+ --color-sf-success-container: 22, 62, 2;
203
+ --color-sf-on-success: 13, 39, 0;
204
+ --color-sf-on-success-container: 183, 250, 150;
205
+ --color-sf-info: 71, 172, 251;
206
+ --color-sf-info-container: 0, 67, 120;
207
+ --color-sf-on-info: 0, 51, 91;
208
+ --color-sf-on-info-container: 173, 219, 255;
209
+ --color-sf-warning: 245, 180, 130;
210
+ --color-sf-warning-container: 123, 65, 0;
211
+ --color-sf-on-warning: 99, 52, 0;
212
+ --color-sf-on-warning-container: 255, 220, 193;
213
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
214
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
+ --color-sf-success-text: 0, 0, 0;
216
+ --color-sf-warning-text: 0, 0, 0;
217
+ --color-sf-info-text: 0, 0, 0;
218
+ --color-sf-danger-text: 0, 0, 0;
219
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
+ }
222
+
223
+ .e-de-ctnr-close::before {
224
+ color: rgba(var(--color-sf-on-surface-variant));
225
+ content: "\e7e7";
226
+ font-size: 16px;
227
+ }
228
+
229
+ .e-de-ctnr-linespacing::before {
230
+ content: "\e78d";
231
+ }
232
+
233
+ .e-de-ctnr-undo::before {
234
+ content: "\e713";
235
+ }
236
+
237
+ .e-de-ctnr-find::before {
238
+ content: "\e754";
239
+ }
240
+
241
+ .e-de-ctnr-lock::before {
242
+ content: "\e7ff";
243
+ }
244
+
245
+ .e-de-ctnr-italic::before {
246
+ content: "\e75a";
247
+ }
248
+
249
+ .e-de-selected-spellcheck-item::before {
250
+ color: var(--color-sf-on-surface-variant);
251
+ content: "\e774";
252
+ font-family: "e-icons";
253
+ font-size: 10px;
254
+ }
255
+
256
+ .e-de-selected-underline-item::before {
257
+ color: var(--color-sf-on-surface-variant);
258
+ content: "\e774";
259
+ font-family: "e-icons";
260
+ font-size: 10px;
261
+ }
262
+
263
+ .e-de-ctnr-link::before {
264
+ content: "\e757";
265
+ }
266
+
267
+ .e-de-ctnr-table::before {
268
+ content: "\e7d1";
269
+ }
270
+
271
+ .e-de-ctnr-download::before {
272
+ color: var(--color-sf-on-surface-variant);
273
+ content: "\e7a1";
274
+ }
275
+
276
+ .e-de-ctnr-justify::before {
277
+ content: "\e721";
278
+ }
279
+
280
+ .e-de-ctnr-tableofcontent::before {
281
+ content: "\e73d";
282
+ }
283
+
284
+ .e-de-ctnr-pagenumber::before {
285
+ content: "\e77d";
286
+ }
287
+
288
+ .e-de-ctnr-highlight::before {
289
+ content: "\e739";
290
+ }
291
+
292
+ .e-de-ctnr-new::before {
293
+ content: "\e805";
294
+ }
295
+
296
+ .e-de-ctnr-paste::before {
297
+ content: "\e70b";
298
+ }
299
+
300
+ .e-de-ctnr-bold::before {
301
+ content: "\e737";
302
+ }
303
+
304
+ .e-de-ctnr-subscript::before {
305
+ content: "\e80a";
306
+ }
307
+
308
+ .e-de-ctnr-aligncenter::before {
309
+ content: "\e813";
310
+ }
311
+
312
+ .e-de-ctnr-fontcolor::before {
313
+ content: "\e79f";
314
+ }
315
+
316
+ .e-de-ctnr-change-case::before {
317
+ content: "\e7f5";
318
+ }
319
+
320
+ .e-de-ctnr-pagesetup::before {
321
+ content: "\e794";
322
+ }
323
+
324
+ .e-de-ctnr-content-control::before {
325
+ content: "\e902";
326
+ }
327
+
328
+ .e-de-ctnr-strokestyle::before {
329
+ content: "\eb62";
330
+ }
331
+
332
+ .e-de-ctnr-strikethrough::before {
333
+ content: "\e758";
334
+ }
335
+
336
+ .e-de-ctnr-image::before {
337
+ content: "\e786";
338
+ }
339
+
340
+ .e-de-ctnr-redo::before {
341
+ content: "\e755";
342
+ }
343
+
344
+ .e-de-ctnr-bookmark::before {
345
+ content: "\e750";
346
+ }
347
+
348
+ .e-de-ctnr-increaseindent::before {
349
+ content: "\e810";
350
+ }
351
+
352
+ .e-de-ctnr-header::before {
353
+ content: "\e704";
354
+ }
355
+
356
+ .e-de-ctnr-backgroundcolor::before {
357
+ content: "\eb6b";
358
+ }
359
+
360
+ .e-de-ctnr-open::before {
361
+ content: "\e760";
362
+ }
363
+
364
+ .e-de-ctnr-underline::before {
365
+ content: "\e82f";
366
+ }
367
+
368
+ .e-de-ctnr-superscript::before {
369
+ content: "\e7a7";
370
+ }
371
+
372
+ .e-de-ctnr-alignleft::before {
373
+ content: "\e7b8";
374
+ }
375
+
376
+ .e-de-ctnr-numbering::before {
377
+ content: "\e7cb";
378
+ }
379
+
380
+ .e-de-ctnr-bullets::before {
381
+ content: "\e77e";
382
+ }
383
+
384
+ .e-de-ctnr-borders::before {
385
+ content: "\e893";
386
+ }
387
+
388
+ .e-de-ctnr-decreaseindent::before {
389
+ content: "\e72a";
390
+ }
391
+
392
+ .e-de-ctnr-showhide::before {
393
+ content: "\e71a";
394
+ }
395
+
396
+ .e-de-ctnr-print::before {
397
+ content: "\e75d";
398
+ }
399
+
400
+ .e-de-ctnr-alignright::before {
401
+ content: "\e719";
402
+ }
403
+
404
+ .e-de-ctnr-footer::before {
405
+ content: "\e7bb";
406
+ }
407
+
408
+ .e-de-ctnr-clearall::before {
409
+ content: "\e7cc";
410
+ }
411
+
412
+ .e-de-ctnr-outsideborder::before {
413
+ content: "\e7ad";
414
+ }
415
+
416
+ .e-de-ctnr-allborders::before {
417
+ content: "\e7d1";
418
+ }
419
+
420
+ .e-de-ctnr-insideborders::before {
421
+ content: "\e78f";
422
+ }
423
+
424
+ .e-de-ctnr-leftborders::before {
425
+ content: "\e806";
426
+ }
427
+
428
+ .e-de-ctnr-insideverticalborder::before {
429
+ content: "\e792";
430
+ }
431
+
432
+ .e-de-ctnr-rightborder::before {
433
+ content: "\e7ab";
434
+ }
435
+
436
+ .e-de-ctnr-topborder::before {
437
+ content: "\e7e0";
438
+ }
439
+
440
+ .e-de-ctnr-insidehorizondalborder::before {
441
+ content: "\e83b";
442
+ }
443
+
444
+ .e-de-ctnr-bottomborder::before {
445
+ content: "\e766";
446
+ }
447
+
448
+ .e-de-ctnr-strokesize::before {
449
+ content: "\e7bf";
450
+ }
451
+
452
+ .e-de-ctnr-highlightcolor::before {
453
+ content: "\e739";
454
+ }
455
+
456
+ .e-de-ctnr-mergecell::before {
457
+ content: "\e71e";
458
+ }
459
+
460
+ .e-de-ctnr-insertleft::before {
461
+ content: "\e78b";
462
+ }
463
+
464
+ .e-de-ctnr-insertright::before {
465
+ content: "\e70e";
466
+ }
467
+
468
+ .e-de-ctnr-insertabove::before {
469
+ content: "\e836";
470
+ }
471
+
472
+ .e-de-ctnr-insertbelow::before {
473
+ content: "\e801";
474
+ }
475
+
476
+ .e-de-ctnr-deleterows::before {
477
+ content: "\e7f2";
478
+ }
479
+
480
+ .e-de-ctnr-deletecolumns::before {
481
+ content: "\e714";
482
+ }
483
+
484
+ .e-de-ctnr-aligntop::before {
485
+ content: "\e707";
486
+ }
487
+
488
+ .e-de-ctnr-alignbottom::before {
489
+ content: "\e7a0";
490
+ }
491
+
492
+ .e-de-ctnr-aligncenter-table::before {
493
+ content: "\e74f";
494
+ }
495
+
496
+ .e-de-ctnr-cellbg-clr-picker::before {
497
+ content: "\e783";
498
+ }
499
+
500
+ .e-de-ctnr-bullet-none::before {
501
+ color: var(--color-sf-on-surface-variant);
502
+ content: "\e7f3";
503
+ font-size: 20px;
504
+ line-height: 28px;
505
+ }
506
+
507
+ .e-de-ctnr-bullet-dot::before {
508
+ color: var(--color-sf-on-surface-variant);
509
+ content: "\e747";
510
+ font-size: 8px;
511
+ line-height: 28px;
512
+ }
513
+
514
+ .e-de-ctnr-bullet-circle::before {
515
+ color: var(--color-sf-on-surface-variant);
516
+ content: "\e7d0";
517
+ font-size: 8px;
518
+ line-height: 28px;
519
+ }
520
+
521
+ .e-de-ctnr-bullet-square::before {
522
+ color: var(--color-sf-on-surface-variant);
523
+ content: "\e7be";
524
+ font-size: 8px;
525
+ line-height: 28px;
526
+ }
527
+
528
+ .e-de-ctnr-bullet-flower::before {
529
+ color: var(--color-sf-on-surface-variant);
530
+ content: "\e79b";
531
+ line-height: 28px;
532
+ }
533
+
534
+ .e-de-ctnr-bullet-arrow::before {
535
+ color: var(--color-sf-on-surface-variant);
536
+ content: "\e763";
537
+ line-height: 28px;
538
+ }
539
+
540
+ .e-de-ctnr-bullet-tick::before {
541
+ color: var(--color-sf-on-surface-variant);
542
+ content: "\e7fc";
543
+ line-height: 28px;
544
+ }
545
+
546
+ .e-de-selected-item::before {
547
+ color: var(--color-sf-on-surface-variant);
548
+ content: "\e774";
549
+ }
550
+
551
+ .e-de-ctnr-break::before {
552
+ content: "\e7bc";
553
+ }
554
+
555
+ .e-de-ctnr-page-break::before {
556
+ content: "\e742";
557
+ }
558
+
559
+ .e-de-ctnr-section-break::before {
560
+ content: "\e762";
561
+ }
562
+
563
+ .e-de-ctnr-upload::before {
564
+ color: var(--color-sf-on-surface-variant);
565
+ content: "\e712";
566
+ }
567
+
568
+ .e-de-flip {
569
+ -webkit-transform: scaleX(-1);
570
+ transform: scaleX(-1);
571
+ }
572
+
573
+ .e-de-cnt-cmt-add::before {
574
+ content: "\e82c";
575
+ }
576
+
577
+ .e-de-cnt-track::before {
578
+ content: "\e80b";
579
+ }
580
+
581
+ .e-de-printlayout::before {
582
+ content: "\e73a";
583
+ }
584
+
585
+ .e-de-weblayout::before {
586
+ content: "\e7d3";
587
+ }
588
+
589
+ .e-de-textform::before {
590
+ color: var(--color-sf-on-surface-variant);
591
+ content: "\e830";
592
+ font-family: "e-icons";
593
+ }
594
+
595
+ .e-de-combo-box::before {
596
+ color: var(--color-sf-on-surface-variant);
597
+ content: "\e8ff";
598
+ font-family: "e-icons";
599
+ }
600
+
601
+ .e-de-dropdown-list::before {
602
+ color: var(--color-sf-on-surface-variant);
603
+ content: "\e8fe";
604
+ font-family: "e-icons";
605
+ }
606
+
607
+ .e-de-formproperties::before {
608
+ color: var(--color-sf-on-surface-variant);
609
+ content: "\e83e";
610
+ font-family: "e-icons";
611
+ }
612
+
613
+ .e-de-clearform::before {
614
+ color: var(--color-sf-on-surface-variant);
615
+ content: "\e7f8";
616
+ font-family: "e-icons";
617
+ }
618
+
619
+ .e-de-dropdownform::before {
620
+ color: var(--color-sf-on-surface-variant);
621
+ content: "\e7a6";
622
+ font-family: "e-icons";
623
+ }
624
+
625
+ .e-de-formfield::before {
626
+ content: "\e7cd";
627
+ font-family: "e-icons";
628
+ }
629
+
630
+ .e-de-checkbox-form::before {
631
+ color: var(--color-sf-on-surface-variant);
632
+ content: "\e7e4";
633
+ font-family: "e-icons";
634
+ }
635
+
636
+ .e-de-arrow-up::before {
637
+ content: "\e776";
638
+ font-family: "e-icons";
639
+ }
640
+
641
+ .e-de-arrow-down::before {
642
+ content: "\e729";
643
+ font-family: "e-icons";
644
+ }
645
+
646
+ .e-de-update-field::before {
647
+ content: "\e828";
648
+ font-family: "e-icons";
649
+ }
650
+
651
+ .e-de-footnote::before {
652
+ content: "\e7af";
653
+ font-family: "e-icons";
654
+ }
655
+
656
+ .e-de-endnote::before {
657
+ content: "\e7af";
658
+ font-family: "e-icons";
659
+ }
660
+
661
+ .e-de-e-paragraph-mark::before {
662
+ content: "\e844";
663
+ font-family: "e-icons";
664
+ }
665
+
666
+ .e-de-e-paragraph-style-mark::before {
667
+ content: "\e844";
668
+ font-family: "e-icons";
669
+ }
670
+
671
+ .e-de-e-character-style-mark::before {
672
+ content: "\e8bf";
673
+ font-family: "e-icons";
674
+ }
675
+
676
+ .e-de-e-linked-style-mark::before {
677
+ content: "\e8c0";
678
+ font-family: "e-icons";
679
+ }
680
+
681
+ .e-de-ctnr-columns::before {
682
+ content: "\e8b4";
683
+ font-family: "e-icons";
684
+ }
685
+
686
+ .e-de-ctnr-page-size::before {
687
+ content: "\e89a";
688
+ font-family: "e-icons";
689
+ }
690
+
691
+ .e-de-ctnr-page-break-column::before {
692
+ content: "\e8b4";
693
+ font-family: "e-icons";
694
+ }
695
+
696
+ .e-de-ctnr-page-break-text-wrapping::before {
697
+ content: "\e972";
698
+ font-family: "e-icons";
699
+ }
700
+
701
+ .e-de-ctnr-section-break-continuous::before {
702
+ content: "\e8b5";
703
+ font-family: "e-icons";
704
+ }
705
+
706
+ .e-de-ctnr-section-break-even-page::before {
707
+ content: "\e8b2";
708
+ font-family: "e-icons";
709
+ }
710
+
711
+ .e-de-ctnr-section-break-odd-page::before {
712
+ content: "\e8b3";
713
+ font-family: "e-icons";
714
+ }
715
+
716
+ .e-de-ctnr-columns-one::before {
717
+ content: "\e8b9";
718
+ font-family: "e-icons";
719
+ font-size: 60px;
720
+ }
721
+
722
+ .e-de-ctnr-columns-two::before {
723
+ content: "\e8ba";
724
+ font-family: "e-icons";
725
+ font-size: 60px;
726
+ }
727
+
728
+ .e-de-ctnr-columns-three::before {
729
+ content: "\e8bb";
730
+ font-family: "e-icons";
731
+ font-size: 60px;
732
+ }
733
+
734
+ .e-de-ctnr-columns-right::before {
735
+ content: "\e8b7";
736
+ font-family: "e-icons";
737
+ font-size: 60px;
738
+ }
739
+
740
+ .e-de-ctnr-columns-left::before {
741
+ content: "\e8b8";
742
+ font-family: "e-icons";
743
+ font-size: 60px;
744
+ }
745
+
746
+ .e-de-toolbar {
747
+ height: 100%;
748
+ }
749
+
750
+ .e-documenteditorcontainer {
751
+ display: block;
752
+ }
753
+
754
+ .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
755
+ height: 0;
756
+ line-height: 0;
757
+ }
758
+
759
+ .e-de-ctnr-file-picker {
760
+ left: -110em;
761
+ position: fixed;
762
+ }
763
+
764
+ .e-de-ctnr-rtl {
765
+ direction: rtl;
766
+ }
767
+
768
+ .e-de-ctnr-hglt-btn {
769
+ border: 0.5px solid transparent;
770
+ display: inline-block;
771
+ height: 25px;
772
+ margin: 3px;
773
+ width: 25px;
774
+ }
775
+
776
+ .e-color-selected,
777
+ .e-de-ctnr-hglt-btn:hover {
778
+ border-color: rgba(var(--color-sf-white));
779
+ outline: rgba(var(--color-sf-black)) 0.5px solid;
780
+ }
781
+
782
+ .e-hglt-no-color {
783
+ height: 30px;
784
+ padding-top: 1px;
785
+ width: 157px;
786
+ }
787
+ .e-hglt-no-color:hover {
788
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
789
+ cursor: pointer;
790
+ }
791
+
792
+ .e-de-ctnr-hglt-no-color {
793
+ font-size: 12px;
794
+ font-weight: normal;
795
+ left: 40px;
796
+ padding-top: 11px;
797
+ position: absolute;
798
+ top: 100px;
799
+ }
800
+
801
+ /* stylelint-disable */
802
+ .e-de-scrollbar-hide::-webkit-scrollbar {
803
+ width: 0;
804
+ }
805
+
806
+ .e-de-scrollbar-hide {
807
+ -ms-overflow-style: none;
808
+ scrollbar-width: none;
809
+ }
810
+
811
+ /* stylelint-enable */
812
+ /* stylelint-disable */
813
+ .e-de-toolbar {
814
+ height: 100%;
815
+ }
816
+
817
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
818
+ -webkit-box-shadow: none;
819
+ box-shadow: none;
820
+ height: 32px;
821
+ }
822
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
823
+ -webkit-box-shadow: none;
824
+ box-shadow: none;
825
+ }
826
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
827
+ -webkit-box-shadow: none;
828
+ box-shadow: none;
829
+ }
830
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
831
+ -webkit-box-shadow: none;
832
+ box-shadow: none;
833
+ }
834
+
835
+ .e-de-ctnr-group-btn-middle button {
836
+ border-radius: 0px;
837
+ }
838
+
839
+ .e-de-review-pane button.e-de-close-icon {
840
+ background: transparent;
841
+ -webkit-box-shadow: none;
842
+ box-shadow: none;
843
+ }
844
+
845
+ .e-de-op-more-less > div:last-child label {
846
+ left: 35px;
847
+ }
848
+
849
+ .e-bigger .e-de-ctn .e-de-bzr-button {
850
+ line-height: 17px;
851
+ padding-top: 12px;
852
+ }
853
+
854
+ .e-de-ctn .e-de-bzr-button {
855
+ -webkit-box-shadow: none !important;
856
+ box-shadow: none !important;
857
+ }
858
+
859
+ .e-bigger .e-de-ctn .e-de-bzr-button {
860
+ -webkit-box-shadow: none !important;
861
+ box-shadow: none !important;
862
+ }
863
+
864
+ .e-de-char-fmt-btn-left button:not(:first-child) {
865
+ border: 1px solid transparent;
866
+ border-left: 1px solid rgba(var(--color-sf-outline-variant));
867
+ }
868
+
869
+ .e-de-ctnr-group-btn .e-de-prop-font-button {
870
+ position: relative;
871
+ border: 1px solid transparent rgba(var(--color-sf-outline-variant));
872
+ border-right-width: 1px;
873
+ }
874
+ .e-de-ctnr-group-btn .e-de-prop-font-last-button {
875
+ position: relative;
876
+ border: 1px solid transparent rgba(var(--color-sf-outline-variant));
877
+ border-left-width: 1px;
878
+ }
879
+
880
+ .e-de-ctnr-group-btn .e-de-prop-indent-button {
881
+ position: relative;
882
+ border: 1px solid transparent rgba(var(--color-sf-outline-variant));
883
+ border-right-width: 1px;
884
+ }
885
+ .e-de-ctnr-group-btn .e-de-prop-indent-last-button {
886
+ position: relative;
887
+ border: 1px solid transparent rgba(var(--color-sf-outline-variant));
888
+ border-left-width: 1px;
889
+ }
890
+
891
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn-middle {
892
+ margin-bottom: -1px;
893
+ }
894
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn-middle > * {
895
+ border-radius: 0px;
896
+ }
897
+
898
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn-middle > * {
899
+ border-radius: 0px;
900
+ }
901
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn-top > * {
902
+ border-bottom-left-radius: 0px;
903
+ border-bottom-right-radius: 0px;
904
+ }
905
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn-bottom > * {
906
+ border-top-left-radius: 0px;
907
+ border-top-right-radius: 0px;
908
+ }
909
+
910
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
911
+ -webkit-box-shadow: none;
912
+ box-shadow: none;
913
+ }
914
+
915
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
916
+ .e-de-ctn .e-de-status-bar button {
917
+ -webkit-box-shadow: none;
918
+ box-shadow: none;
919
+ height: 32px;
920
+ }
921
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
922
+ .e-de-ctn .e-de-status-bar button:focus {
923
+ -webkit-box-shadow: none;
924
+ box-shadow: none;
925
+ }
926
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
927
+ .e-de-ctn .e-de-status-bar button:active {
928
+ -webkit-box-shadow: none;
929
+ box-shadow: none;
930
+ }
931
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
932
+ .e-de-ctn .e-de-status-bar button:hover {
933
+ -webkit-box-shadow: none;
934
+ box-shadow: none;
935
+ }
936
+
937
+ .e-de-statusbar-pageweb {
938
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
939
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
940
+ border: 0;
941
+ -webkit-box-shadow: none;
942
+ box-shadow: none;
943
+ float: right;
944
+ height: 33px;
945
+ width: 33px;
946
+ }
947
+ .e-de-statusbar-pageweb:hover {
948
+ -webkit-box-shadow: none;
949
+ box-shadow: none;
950
+ }
951
+
952
+ .e-split-btn-wrapper.e-de-prop-splitbutton,
953
+ .e-split-btn-wrapper.e-de-btn-hghlclr,
954
+ .e-btn.de-split-button {
955
+ -webkit-box-shadow: none;
956
+ box-shadow: none;
957
+ }
958
+
959
+ .e-de-statusbar-pageweb .e-de-printlayout,
960
+ .e-de-statusbar-pageweb .e-de-weblayout {
961
+ font-size: 16px;
962
+ }
963
+
964
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
965
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
966
+ font-size: 16px;
967
+ }
968
+
969
+ .e-bigger .e-btn.e-de-statusbar-pageweb {
970
+ padding: 0;
971
+ }
972
+ .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
973
+ .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
974
+ font-size: 18px;
975
+ }
976
+
977
+ .e-listview .e-list-icon {
978
+ height: 24px;
979
+ width: 16px;
980
+ margin-right: 12px;
981
+ }
982
+
983
+ .e-de-listview-icon {
984
+ height: auto;
985
+ width: auto;
986
+ line-height: 22px;
987
+ margin-right: 12px;
988
+ }
989
+
990
+ .e-de-linespacing {
991
+ margin-top: 8px;
992
+ }
993
+
994
+ .e-de-statusbar-zoom {
995
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
996
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
997
+ border: 0;
998
+ color: rgba(var(--color-sf-on-secondary-container));
999
+ float: right;
1000
+ font-weight: 400;
1001
+ height: 33px;
1002
+ }
1003
+
1004
+ .e-de-pagenumber-text {
1005
+ border: none !important;
1006
+ }
1007
+
1008
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group button {
1009
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
1010
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1011
+ }
1012
+
1013
+ .e-de-font-clr-picker button,
1014
+ .e-de-prop-font-colorpicker button {
1015
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface)) !important;
1016
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface)) !important;
1017
+ }
1018
+
1019
+ .e-de-style-font-color-picker .e-de-style-icon-button-size button:first-child {
1020
+ margin-right: 0px;
1021
+ }
1022
+
1023
+ .e-de-ctnr-group-btn .e-btn-group button,
1024
+ .e-documenteditorcontainer.e-lib .e-split-btn-wrapper button,
1025
+ .e-documenteditorcontainer.e-lib .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
1026
+ .e-de-ctnr-segment button,
1027
+ .e-de-char-fmt-btn-right button,
1028
+ .e-de-border-size-button,
1029
+ .e-de-cell-div button,
1030
+ .e-de-insert-del-cell button,
1031
+ .e-de-align-text button {
1032
+ border-radius: 4px;
1033
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
1034
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1035
+ }
1036
+
1037
+ .e-de-char-fmt-btn-right button:not(:first-child),
1038
+ .e-de-char-fmt-btn-left button:not(:first-child),
1039
+ .e-de-align-text button:not(:first-child) {
1040
+ border-left: 1.7px solid rgba(var(--color-sf-outline-variant));
1041
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
1042
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1043
+ }
1044
+
1045
+ .e-de-insert-del-cell button:not(:first-child):not(.e-rtl) {
1046
+ border-left: 1.7px solid rgba(var(--color-sf-outline-variant));
1047
+ }
1048
+
1049
+ .e-de-ctnr-segment-rtl .e-de-char-fmt-btn-left .e-de-prop-font-last-button,
1050
+ .e-de-ctnr-segment-rtl .e-de-char-fmt-btn-left .e-de-prop-indent-last-button,
1051
+ .e-de-ctnr-segment-rtl .e-de-char-fmt-btn-right .e-de-prop-font-last-button,
1052
+ .e-de-ctnr-segment-rtl .e-de-char-fmt-btn-right .e-de-prop-indent-last-button {
1053
+ border-left: 0;
1054
+ }
1055
+
1056
+ .e-rtl .e-de-char-fmt-btn-right button:not(:last-child),
1057
+ .e-rtl .e-de-char-fmt-btn-left button:not(:last-child),
1058
+ .e-rtl .e-de-insert-del-cell button:not(:last-child),
1059
+ .e-rtl .e-de-align-text button:not(:last-child) {
1060
+ border-right: 1.7px solid rgba(var(--color-sf-outline-variant));
1061
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
1062
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1063
+ }
1064
+
1065
+ .e-de-char-fmt-btn-right.e-rtl button:not(:first-child),
1066
+ .e-de-char-fmt-btn-left.e-rtl button:not(:first-child),
1067
+ .e-de-insert-del-cell .e-rtl button:not(:first-child),
1068
+ .e-de-align-text .e-rtl button:not(:first-child) {
1069
+ border-right: 1px solid rgba(var(--color-sf-outline-variant)) !important;
1070
+ }
1071
+
1072
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn .e-de-prop-font-button {
1073
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
1074
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1075
+ border: 1px solid rgba(var(--color-sf-outline-variant)) !important;
1076
+ }
1077
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn-top {
1078
+ margin-bottom: -1px;
1079
+ }
1080
+
1081
+ .e-de-font-clr-picker > *,
1082
+ .de-split-button > div:first-child {
1083
+ margin-right: 8px;
1084
+ }
1085
+
1086
+ .e-de-pagenumber-input {
1087
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.12)), to(rgba(var(--color-sf-primary), 0.12))), rgba(var(--color-sf-surface));
1088
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.12), rgba(var(--color-sf-primary), 0.12)), rgba(var(--color-sf-surface));
1089
+ border: none !important;
1090
+ border-radius: 2px;
1091
+ color: rgba(var(--color-sf-on-secondary-container));
1092
+ padding: 0px;
1093
+ text-align: center;
1094
+ width: 22px;
1095
+ }
1096
+
1097
+ .e-btn-pageweb-toggle {
1098
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1099
+ -webkit-box-shadow: none;
1100
+ box-shadow: none;
1101
+ outline: rgba(var(--color-sf-white)) 0 solid;
1102
+ outline-offset: 0;
1103
+ }
1104
+
1105
+ .e-btn-pageweb-spellcheck {
1106
+ border: 0;
1107
+ -webkit-box-shadow: none;
1108
+ box-shadow: none;
1109
+ float: right;
1110
+ margin-left: calc(100% - 395px);
1111
+ }
1112
+
1113
+ .e-bigger .e-btn-pageweb-spellcheck {
1114
+ margin-left: calc(100% - 430px);
1115
+ }
1116
+
1117
+ .e-de-ctn-title {
1118
+ background-color: rgba(var(--color-sf-primary));
1119
+ border-bottom: none !important;
1120
+ color: rgba(var(--color-sf-on-primary));
1121
+ font-size: 14px !important;
1122
+ }
1123
+ .e-de-ctn-title button {
1124
+ font-size: 14px !important;
1125
+ height: 36px !important;
1126
+ margin: 0 !important;
1127
+ }
1128
+ .e-de-ctn-title button .e-btn-icon {
1129
+ font-size: 16px !important;
1130
+ }
1131
+
1132
+ .e-bigger .e-de-ctn-title {
1133
+ font-size: 16px !important;
1134
+ height: 40px !important;
1135
+ }
1136
+ .e-bigger .e-de-ctn-title button {
1137
+ font-size: 16px !important;
1138
+ height: auto !important;
1139
+ margin: 0 !important;
1140
+ }
1141
+ .e-bigger .e-de-ctn-title button .e-btn-icon {
1142
+ font-size: 18px !important;
1143
+ }
1144
+
1145
+ .e-de-tool-ctnr-properties-pane {
1146
+ display: -webkit-box;
1147
+ display: -ms-flexbox;
1148
+ display: flex;
1149
+ height: calc(100% - 117px);
1150
+ width: 100%;
1151
+ }
1152
+
1153
+ .e-de-ctnr-properties-pane {
1154
+ display: -webkit-box;
1155
+ display: -ms-flexbox;
1156
+ display: flex;
1157
+ height: calc(100% - 42px);
1158
+ width: 100%;
1159
+ }
1160
+
1161
+ .e-de-statusbar-separator {
1162
+ border-left: 1px solid rgba(var(--color-sf-outline-variant));
1163
+ height: 16px;
1164
+ margin-left: 7.5px;
1165
+ margin-right: 7.5px;
1166
+ margin-top: 6px;
1167
+ }
1168
+
1169
+ .e-bigger .e-de-statusbar-separator {
1170
+ border-left: 1px solid rgba(var(--color-sf-outline-variant));
1171
+ height: 20px;
1172
+ margin-left: 7.5px;
1173
+ margin-right: 7.5px;
1174
+ margin-top: 8px;
1175
+ }
1176
+
1177
+ .e-de-statusbar-spellcheck {
1178
+ border-radius: 2px;
1179
+ font-weight: 400;
1180
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1181
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1182
+ }
1183
+
1184
+ .e-de-ctn {
1185
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1186
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1187
+ height: 100%;
1188
+ position: relative;
1189
+ width: 100%;
1190
+ }
1191
+
1192
+ .e-bigger .e-de-statusbar-spellcheck {
1193
+ border-radius: 2px;
1194
+ }
1195
+
1196
+ .e-de-ctnr-toolbar {
1197
+ display: -webkit-box;
1198
+ display: -ms-flexbox;
1199
+ display: flex;
1200
+ height: 85px;
1201
+ width: 100%;
1202
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1203
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1204
+ }
1205
+
1206
+ .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
1207
+ .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
1208
+ border: 0;
1209
+ }
1210
+
1211
+ .e-de-pane {
1212
+ border-left: 1px solid rgba(var(--color-sf-outline-variant));
1213
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
1214
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1215
+ }
1216
+
1217
+ .e-de-pane-rtl {
1218
+ border-right: 1px solid rgba(var(--color-sf-outline-variant));
1219
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
1220
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1221
+ }
1222
+
1223
+ .e-de-tool-ctnr-properties-pane,
1224
+ .e-de-ctnr-properties-pane {
1225
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
1226
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1227
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
1228
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
1229
+ }
1230
+
1231
+ .e-de-ctnr-segment {
1232
+ margin-bottom: 8px;
1233
+ }
1234
+
1235
+ .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1236
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1237
+ .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1238
+ margin-right: 12px;
1239
+ }
1240
+
1241
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1242
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1243
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1244
+ margin-left: 12px;
1245
+ margin-right: 0;
1246
+ }
1247
+
1248
+ .e-de-tlbr-wrapper {
1249
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1250
+ height: 85px;
1251
+ width: calc(100% - 78px);
1252
+ }
1253
+
1254
+ .e-de-ctnr-prop-label {
1255
+ color: rgba(var(--color-sf-on-secondary-container));
1256
+ display: inline-block;
1257
+ font-size: 12px;
1258
+ font-weight: 500;
1259
+ letter-spacing: 0.3px;
1260
+ margin-bottom: 8px;
1261
+ opacity: 0.87;
1262
+ }
1263
+
1264
+ .e-de-table-prop-label {
1265
+ margin-left: 12px;
1266
+ }
1267
+
1268
+ .e-de-table-prop-label.e-de-rtl {
1269
+ margin-left: 0;
1270
+ margin-right: 12px;
1271
+ }
1272
+
1273
+ .e-de-toolbar.e-toolbar {
1274
+ border-radius: 0;
1275
+ }
1276
+
1277
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
1278
+ margin-left: 0;
1279
+ margin-right: 4px;
1280
+ }
1281
+
1282
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
1283
+ margin-left: 4px;
1284
+ margin-right: 0;
1285
+ }
1286
+
1287
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
1288
+ margin-left: 0;
1289
+ margin-right: 8px;
1290
+ }
1291
+
1292
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
1293
+ margin-left: 8px;
1294
+ margin-right: 0;
1295
+ }
1296
+
1297
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
1298
+ margin-left: 4px;
1299
+ margin-right: 0;
1300
+ }
1301
+
1302
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
1303
+ margin-left: 0;
1304
+ margin-right: 4px;
1305
+ }
1306
+
1307
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
1308
+ margin-left: 8px;
1309
+ margin-right: 0;
1310
+ }
1311
+
1312
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
1313
+ margin-left: 0;
1314
+ margin-right: 8px;
1315
+ }
1316
+
1317
+ .e-de-toolbar.e-toolbar .e-toolbar-items {
1318
+ height: 85px;
1319
+ }
1320
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
1321
+ height: 59px;
1322
+ margin: 0 8px;
1323
+ }
1324
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1325
+ margin-left: 8px !important;
1326
+ margin-right: 4px;
1327
+ }
1328
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
1329
+ margin-left: 4px;
1330
+ margin-right: 4px;
1331
+ }
1332
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
1333
+ margin-left: 4px;
1334
+ margin-right: 8px;
1335
+ }
1336
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
1337
+ background-color: rgba(var(--color-sf-primary-container));
1338
+ }
1339
+
1340
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1341
+ -webkit-box-orient: vertical;
1342
+ -webkit-box-direction: normal;
1343
+ -ms-flex-direction: column;
1344
+ flex-direction: column;
1345
+ height: calc(100% - 10px);
1346
+ padding: 0;
1347
+ padding-bottom: 10px;
1348
+ }
1349
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
1350
+ padding: 0;
1351
+ padding-bottom: 10px;
1352
+ }
1353
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
1354
+ padding: 0;
1355
+ padding-bottom: 10px;
1356
+ }
1357
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
1358
+ padding: 0;
1359
+ padding-bottom: 10px;
1360
+ }
1361
+
1362
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1363
+ padding: 0;
1364
+ }
1365
+
1366
+ .e-de-overlay {
1367
+ height: 100%;
1368
+ opacity: 0.5;
1369
+ pointer-events: none;
1370
+ -ms-touch-action: none;
1371
+ touch-action: none;
1372
+ width: 100%;
1373
+ }
1374
+
1375
+ .e-de-ctnr-properties-pane-btn {
1376
+ width: 78px;
1377
+ }
1378
+
1379
+ .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn {
1380
+ color: rgba(var(--color-sf-primary));
1381
+ }
1382
+
1383
+ .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
1384
+ color: rgba(var(--color-sf-on-secondary-container));
1385
+ }
1386
+
1387
+ .e-de-ctnr-properties-pane-btn .e-btn {
1388
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1389
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1390
+ border-radius: 0;
1391
+ -webkit-box-shadow: none;
1392
+ box-shadow: none;
1393
+ color: rgba(var(--color-sf-primary));
1394
+ min-height: 100%;
1395
+ min-width: 100%;
1396
+ }
1397
+ .e-de-ctnr-properties-pane-btn .e-btn:focus {
1398
+ -webkit-box-shadow: none;
1399
+ box-shadow: none;
1400
+ }
1401
+ .e-de-ctnr-properties-pane-btn .e-btn:active {
1402
+ -webkit-box-shadow: none;
1403
+ box-shadow: none;
1404
+ }
1405
+ .e-de-ctnr-properties-pane-btn .e-btn:hover {
1406
+ -webkit-box-shadow: none;
1407
+ box-shadow: none;
1408
+ }
1409
+
1410
+ .e-de-showhide-btn {
1411
+ border: 0;
1412
+ height: 85px;
1413
+ }
1414
+
1415
+ .e-de-showhide-btn-rtl {
1416
+ border: 0;
1417
+ height: 85px;
1418
+ }
1419
+
1420
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1421
+ padding: 0;
1422
+ }
1423
+
1424
+ .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
1425
+ line-height: 0.8;
1426
+ }
1427
+
1428
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1429
+ display: table;
1430
+ font-size: 12px;
1431
+ margin: 0 6.5px;
1432
+ padding: 0;
1433
+ white-space: normal;
1434
+ }
1435
+
1436
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1437
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1438
+ padding: 0 !important;
1439
+ min-height: 16px;
1440
+ }
1441
+
1442
+ .e-de-hdr-ftr-frst-div {
1443
+ margin-bottom: 12px;
1444
+ }
1445
+
1446
+ .e-de-hdr-ftr-top-div {
1447
+ margin-bottom: 12px;
1448
+ }
1449
+
1450
+ .e-de-cntr-pane-padding {
1451
+ padding: 16px;
1452
+ }
1453
+
1454
+ .e-de-prop-pane {
1455
+ height: 100%;
1456
+ min-height: 200px;
1457
+ overflow: auto;
1458
+ width: 256px;
1459
+ }
1460
+
1461
+ .e-de-review-pane {
1462
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
1463
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1464
+ border-left: 1px solid rgba(var(--color-sf-outline-variant));
1465
+ height: 100%;
1466
+ min-height: 200px;
1467
+ overflow: auto;
1468
+ width: 380px;
1469
+ }
1470
+
1471
+ .e-bigger .e-de-cntr-pane-padding {
1472
+ padding: 16px;
1473
+ }
1474
+ .e-bigger .e-de-prop-pane {
1475
+ height: 100%;
1476
+ min-height: 200px;
1477
+ overflow: auto;
1478
+ width: 306px;
1479
+ }
1480
+
1481
+ .e-de-property-div-padding {
1482
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
1483
+ padding: 12px;
1484
+ }
1485
+
1486
+ .e-de-ctnr-dropdown-ftr {
1487
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
1488
+ color: rgba(var(--color-sf-on-secondary-container));
1489
+ cursor: pointer;
1490
+ display: block;
1491
+ font-size: 12px;
1492
+ line-height: 40px;
1493
+ text-indent: 1.2em;
1494
+ }
1495
+
1496
+ .e-de-char-fmt-btn-left > button,
1497
+ .e-de-insert-del-cell button {
1498
+ width: 36px;
1499
+ }
1500
+
1501
+ .e-de-char-fmt-btn-right > button {
1502
+ width: 36px;
1503
+ }
1504
+
1505
+ .e-de-panel-left-width {
1506
+ width: 151px;
1507
+ }
1508
+
1509
+ .e-bigger .e-de-panel-left-width {
1510
+ width: 169px;
1511
+ }
1512
+ .e-bigger .e-de-char-fmt-btn-left > button,
1513
+ .e-bigger .e-de-insert-del-cell button {
1514
+ width: 44px;
1515
+ }
1516
+
1517
+ .e-de-panel-right-width {
1518
+ width: 73px;
1519
+ }
1520
+
1521
+ .e-de-cntr-highlight-pane {
1522
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1523
+ }
1524
+
1525
+ .e-de-btn-hghlclr > button:first-child {
1526
+ padding: 1px !important;
1527
+ }
1528
+
1529
+ .e-de-ctnr-hglt-color {
1530
+ font-size: 12px;
1531
+ font-weight: 400;
1532
+ height: 20px !important;
1533
+ width: 20px !important;
1534
+ }
1535
+
1536
+ .e-de-font-clr-picker > div div button,
1537
+ .e-de-font-clr-picker > div button,
1538
+ .e-de-font-clr-picker > button {
1539
+ width: 40px;
1540
+ }
1541
+
1542
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
1543
+ height: 55px;
1544
+ padding: 4px !important;
1545
+ width: 60px;
1546
+ }
1547
+
1548
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
1549
+ border: 3px solid rgba(var(--color-sf-primary));
1550
+ padding: 2px !important;
1551
+ }
1552
+
1553
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
1554
+ height: 38px;
1555
+ padding: 4px !important;
1556
+ width: 38px;
1557
+ }
1558
+
1559
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
1560
+ border: 3px solid rgba(var(--color-sf-primary));
1561
+ padding: 2px !important;
1562
+ }
1563
+
1564
+ .e-de-list-header-presetmenu {
1565
+ cursor: pointer;
1566
+ font-size: 11px;
1567
+ line-height: 14px;
1568
+ overflow: hidden;
1569
+ text-align: left;
1570
+ min-width: 50px;
1571
+ white-space: nowrap;
1572
+ width: 100%;
1573
+ }
1574
+
1575
+ .e-de-bullet-list-header-presetmenu {
1576
+ cursor: pointer;
1577
+ font-size: 14px;
1578
+ left: -11px;
1579
+ line-height: 0;
1580
+ min-width: 50px;
1581
+ overflow: hidden;
1582
+ position: relative;
1583
+ white-space: nowrap;
1584
+ width: 100%;
1585
+ }
1586
+
1587
+ .e-rtl .e-de-bullet-list-header-presetmenu {
1588
+ cursor: pointer;
1589
+ font-size: 14px;
1590
+ left: 10px;
1591
+ line-height: 0;
1592
+ min-width: 50px;
1593
+ overflow: hidden;
1594
+ position: relative;
1595
+ white-space: nowrap;
1596
+ width: 100%;
1597
+ }
1598
+
1599
+ .e-de-bullet {
1600
+ font-size: 42px;
1601
+ }
1602
+
1603
+ .e-de-list-header-presetmenu .e-de-list-line {
1604
+ border-bottom: 1px solid rgba(var(--color-sf-on-surface-variant)) !important;
1605
+ margin-left: 5px;
1606
+ width: 100%;
1607
+ }
1608
+
1609
+ .e-de-toc-optionsdiv {
1610
+ margin-bottom: 11.5px;
1611
+ margin-left: 5.5px;
1612
+ margin-top: 15.5px;
1613
+ }
1614
+
1615
+ .e-de-toc-optionsdiv.e-de-rtl {
1616
+ margin-right: 5.5px;
1617
+ margin-left: 0;
1618
+ }
1619
+
1620
+ .e-de-list-header-presetmenu div span {
1621
+ display: inline-block;
1622
+ vertical-align: middle;
1623
+ }
1624
+
1625
+ .e-de-floating-menu .e-de-floating-menuitem,
1626
+ .e-de-floating-menu .e-de-menuitem-none {
1627
+ cursor: pointer;
1628
+ height: 70px;
1629
+ padding: 0 !important;
1630
+ margin: 0 5px 5px 0 !important;
1631
+ width: 70px;
1632
+ }
1633
+
1634
+ .e-de-list-thumbnail .e-de-list-items {
1635
+ float: left;
1636
+ }
1637
+
1638
+ .e-de-list-thumbnail .e-de-list-items {
1639
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1640
+ border-radius: 4px;
1641
+ clear: initial;
1642
+ display: inline-block;
1643
+ height: auto;
1644
+ margin: 5px;
1645
+ padding: 2px;
1646
+ text-align: center;
1647
+ width: auto;
1648
+ }
1649
+
1650
+ .e-de-list-items {
1651
+ cursor: pointer;
1652
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1653
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1654
+ -webkit-box-sizing: border-box;
1655
+ box-sizing: border-box;
1656
+ list-style: none;
1657
+ padding: 7px 10px 7px 10px;
1658
+ position: relative;
1659
+ }
1660
+
1661
+ .e-de-list-item-size {
1662
+ font-size: 14px;
1663
+ }
1664
+
1665
+ .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
1666
+ .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
1667
+ border: 3px solid rgba(var(--color-sf-primary));
1668
+ padding: 2px !important;
1669
+ }
1670
+
1671
+ .e-de-floating-menu {
1672
+ padding: 10px 4px 5px 10px !important;
1673
+ }
1674
+
1675
+ .e-de-list-container {
1676
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1677
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1678
+ -webkit-box-sizing: border-box;
1679
+ box-sizing: border-box;
1680
+ display: inline-block;
1681
+ line-height: normal;
1682
+ margin: 0;
1683
+ outline: 0;
1684
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1685
+ padding: 10px 0;
1686
+ position: absolute;
1687
+ width: auto;
1688
+ z-index: 10020;
1689
+ }
1690
+
1691
+ .e-de-ctnr-list {
1692
+ font-size: 12px;
1693
+ vertical-align: top;
1694
+ }
1695
+
1696
+ .e-de-image-property {
1697
+ padding-left: 32px;
1698
+ }
1699
+
1700
+ .e-de-img-prty-span {
1701
+ color: rgba(var(--color-sf-on-secondary-container));
1702
+ left: 12px;
1703
+ position: absolute;
1704
+ top: 8px;
1705
+ }
1706
+
1707
+ .e-btn-toggle {
1708
+ background-color: rgba(var(--color-sf-primary-container)) !important;
1709
+ outline: none;
1710
+ outline-offset: 0;
1711
+ -webkit-box-shadow: none !important;
1712
+ box-shadow: none !important;
1713
+ }
1714
+ .e-btn-toggle:hover {
1715
+ background-color: rgba(var(--color-sf-primary-container)) !important;
1716
+ outline: none;
1717
+ outline-offset: 0;
1718
+ -webkit-box-shadow: none !important;
1719
+ box-shadow: none !important;
1720
+ }
1721
+
1722
+ .e-de-ctnr-group-btn-top > button:first-child {
1723
+ border-radius: 0;
1724
+ border-top-left-radius: 4px;
1725
+ }
1726
+
1727
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
1728
+ border-top-left-radius: 0;
1729
+ border-top-right-radius: 4px;
1730
+ }
1731
+
1732
+ .e-de-ctnr-group-btn-top > button:last-child {
1733
+ border-radius: 0;
1734
+ border-top-right-radius: 4px;
1735
+ }
1736
+
1737
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
1738
+ border-top-left-radius: 4px;
1739
+ border-top-right-radius: 0;
1740
+ }
1741
+
1742
+ .e-de-ctnr-group-btn-middle > button {
1743
+ border-radius: 0;
1744
+ border-top: 0;
1745
+ border-bottom: 0;
1746
+ }
1747
+
1748
+ .e-de-ctnr-group-btn-bottom > button:first-child {
1749
+ border-radius: 0;
1750
+ border-bottom-left-radius: 4px;
1751
+ }
1752
+
1753
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
1754
+ border-bottom-left-radius: 0;
1755
+ border-bottom-right-radius: 4px;
1756
+ }
1757
+
1758
+ .e-de-ctnr-group-btn-bottom > button:last-child {
1759
+ border-radius: 0;
1760
+ border-bottom-right-radius: 4px;
1761
+ }
1762
+
1763
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
1764
+ border-bottom-right-radius: 0;
1765
+ border-bottom-left-radius: 4px;
1766
+ }
1767
+
1768
+ .e-de-toc-template1 {
1769
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1770
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1771
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1772
+ color: rgba(var(--color-sf-on-secondary-container));
1773
+ height: 130px;
1774
+ width: 95px;
1775
+ margin-left: 80px;
1776
+ }
1777
+
1778
+ .e-de-toc-template1.e-de-rtl {
1779
+ margin-left: 0;
1780
+ margin-right: 78px;
1781
+ }
1782
+
1783
+ .e-de-toc-template1-content1 {
1784
+ font-size: 10px;
1785
+ height: 16px;
1786
+ margin-left: 8px;
1787
+ margin-top: 6px;
1788
+ width: 80px;
1789
+ }
1790
+
1791
+ .e-de-toc-template1-content2 {
1792
+ font-size: 8px;
1793
+ height: 9px;
1794
+ margin-left: 23px;
1795
+ margin-top: 6px;
1796
+ width: 66px;
1797
+ }
1798
+
1799
+ .e-de-toc-template1-content3 {
1800
+ font-size: 7px;
1801
+ height: 8px;
1802
+ margin-left: 30px;
1803
+ margin-top: 6px;
1804
+ width: 59px;
1805
+ }
1806
+
1807
+ .e-de-prop-sub-label {
1808
+ color: rgba(var(--color-sf-on-surface));
1809
+ font-size: 12px;
1810
+ margin-bottom: 4px;
1811
+ font-weight: 600;
1812
+ }
1813
+
1814
+ .e-de-toc-checkbox1 {
1815
+ height: 16px;
1816
+ margin-top: 16px;
1817
+ }
1818
+
1819
+ .e-de-toc-checkbox2 {
1820
+ height: 16px;
1821
+ margin-top: 16px;
1822
+ }
1823
+
1824
+ .e-de-toc-checkbox3 {
1825
+ height: 16px;
1826
+ margin-top: 16px;
1827
+ }
1828
+
1829
+ .e-de-status-bar {
1830
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1831
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1832
+ display: -webkit-box;
1833
+ display: -ms-flexbox;
1834
+ display: flex;
1835
+ width: 100%;
1836
+ }
1837
+
1838
+ .e-de-ctnr-pg-no {
1839
+ color: rgba(var(--color-sf-on-secondary-container));
1840
+ display: -webkit-inline-box;
1841
+ display: -ms-inline-flexbox;
1842
+ display: inline-flex;
1843
+ font-size: 14px;
1844
+ height: 100%;
1845
+ padding-top: 7px;
1846
+ }
1847
+ .e-de-ctnr-pg-no span {
1848
+ border: 1px solid transparent;
1849
+ }
1850
+
1851
+ .e-de-ctnr-pg-no-spellout {
1852
+ color: rgba(var(--color-sf-on-secondary-container));
1853
+ display: -webkit-inline-box;
1854
+ display: -ms-inline-flexbox;
1855
+ display: inline-flex;
1856
+ font-size: 14px;
1857
+ height: 100%;
1858
+ padding-top: 7px;
1859
+ width: calc(100% - 169px);
1860
+ }
1861
+ .e-de-ctnr-pg-no-spellout span {
1862
+ border: 1px solid transparent;
1863
+ }
1864
+
1865
+ .e-bigger .e-de-ctnr-pg-no-spellout {
1866
+ color: rgba(var(--color-sf-on-secondary-container));
1867
+ display: -webkit-inline-box;
1868
+ display: -ms-inline-flexbox;
1869
+ display: inline-flex;
1870
+ font-size: 16px;
1871
+ height: 100%;
1872
+ padding-top: 10px;
1873
+ width: calc(100% - 180px);
1874
+ }
1875
+
1876
+ .e-de-statusbar-zoom-spell {
1877
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1878
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1879
+ border: 0;
1880
+ color: rgba(var(--color-sf-on-secondary-container));
1881
+ float: right;
1882
+ height: 34px;
1883
+ margin-left: calc(100% - 395px);
1884
+ }
1885
+
1886
+ .e-bigger .e-de-statusbar-zoom-spell {
1887
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1888
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1889
+ border: 0;
1890
+ color: rgba(var(--color-sf-on-secondary-container));
1891
+ float: right;
1892
+ height: 34px;
1893
+ margin-left: calc(100% - 430px);
1894
+ }
1895
+
1896
+ .e-de-btn-cancel {
1897
+ margin-left: 10px;
1898
+ }
1899
+
1900
+ .e-de-btn-cancel-rtl {
1901
+ margin-left: 0;
1902
+ margin-right: 10px;
1903
+ }
1904
+
1905
+ .e-de-prop-header-label {
1906
+ color: rgba(var(--color-sf-on-secondary-container));
1907
+ display: inline-block;
1908
+ font-size: 12px;
1909
+ font-weight: bold;
1910
+ letter-spacing: 0.05px;
1911
+ opacity: 0.87;
1912
+ }
1913
+
1914
+ .e-de-prop-separator-line {
1915
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
1916
+ }
1917
+
1918
+ .e-de-status-bar > div label {
1919
+ font-weight: 600;
1920
+ }
1921
+
1922
+ .e-de-stylediv {
1923
+ padding-left: 12px;
1924
+ }
1925
+
1926
+ .e-de-stylediv-rtl {
1927
+ padding-left: 0;
1928
+ padding-right: 12px;
1929
+ }
1930
+
1931
+ .e-de-border-size-button {
1932
+ height: 32px;
1933
+ margin-top: 16px;
1934
+ width: 104px;
1935
+ }
1936
+
1937
+ .e-de-color-picker {
1938
+ height: 32px;
1939
+ width: 104px;
1940
+ }
1941
+
1942
+ .e-de-cell-text-box {
1943
+ margin-right: 12px;
1944
+ }
1945
+
1946
+ .e-de-pane-rtl .e-de-cell-text-box {
1947
+ margin-left: 12px;
1948
+ margin-right: 0;
1949
+ }
1950
+
1951
+ .e-de-prop-fill-label {
1952
+ margin-right: 16px;
1953
+ }
1954
+
1955
+ .e-de-prop-fill-label.e-de-rtl {
1956
+ margin-left: 16px;
1957
+ margin-right: 0;
1958
+ }
1959
+
1960
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1961
+ height: 36px !important;
1962
+ }
1963
+
1964
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1965
+ height: 42px !important;
1966
+ }
1967
+
1968
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1969
+ width: 36px;
1970
+ height: 36px;
1971
+ }
1972
+
1973
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1974
+ height: 42px;
1975
+ width: 44px;
1976
+ }
1977
+
1978
+ .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1979
+ width: 64px;
1980
+ }
1981
+
1982
+ .e-documenteditor-optionspane {
1983
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
1984
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1985
+ }
1986
+
1987
+ .e-de-hRuler {
1988
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1989
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
1990
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1991
+ border-bottom: 0.5px solid rgba(var(--color-sf-outline-variant));
1992
+ }
1993
+
1994
+ .e-de-vRuler {
1995
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1996
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
1997
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1998
+ border-right: 0.5px solid rgba(var(--color-sf-outline-variant));
1999
+ }
2000
+
2001
+ .e-de-ruler-margin {
2002
+ background-color: rgba(var(--color-sf-surface));
2003
+ background: rgba(var(--color-sf-surface));
2004
+ }
2005
+
2006
+ .e-de-ruler-tick {
2007
+ stroke: rgba(var(--color-sf-on-surface-variant));
2008
+ }
2009
+
2010
+ .e-de-ruler-tick-label {
2011
+ fill: rgba(var(--color-sf-on-surface-variant));
2012
+ }
2013
+
2014
+ .e-de-ruler-markIndicator {
2015
+ background-color: rgba(var(--color-sf-surface));
2016
+ }
2017
+
2018
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
2019
+ fill: rgba(var(--color-sf-on-surface-variant));
2020
+ }
2021
+
2022
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
2023
+ fill: rgba(var(--color-sf-on-surface-variant));
2024
+ }
2025
+
2026
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
2027
+ fill: rgba(var(--color-sf-surface));
2028
+ stroke: rgba(var(--color-sf-on-surface-variant));
2029
+ }
2030
+
2031
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
2032
+ fill: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
2033
+ stroke: rgba(var(--color-sf-on-surface-variant));
2034
+ }
2035
+
2036
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
2037
+ fill: rgba(var(--color-sf-primary));
2038
+ stroke: rgba(var(--color-sf-on-surface-variant));
2039
+ }
2040
+
2041
+ .e-de-ruler-table-svg {
2042
+ fill: rgba(var(--color-sf-on-surface-variant));
2043
+ }
2044
+
2045
+ .e-de-ruler-table-svg:hover {
2046
+ fill: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
2047
+ }
2048
+
2049
+ .e-de-ruler-table-svg:active {
2050
+ fill: rgba(var(--color-sf-primary));
2051
+ }
2052
+
2053
+ .e-de-custom-treeview .e-list-text {
2054
+ font-size: 13px;
2055
+ white-space: nowrap;
2056
+ width: 200px;
2057
+ overflow: hidden;
2058
+ text-overflow: ellipsis;
2059
+ }
2060
+
2061
+ .e-bigger .e-de-custom-treeview .e-list-text {
2062
+ font-size: 13px;
2063
+ white-space: nowrap;
2064
+ width: 200px;
2065
+ overflow: hidden;
2066
+ text-overflow: ellipsis;
2067
+ }
2068
+
2069
+ .e-rtl .e-listview .e-list-icon {
2070
+ height: 24px;
2071
+ width: 16px;
2072
+ margin-left: 12px;
2073
+ }
2074
+ .e-rtl .e-de-listview-icon {
2075
+ height: auto;
2076
+ width: auto;
2077
+ line-height: 22px;
2078
+ margin-left: 12px;
2079
+ }
2080
+ .e-rtl .e-de-vRuler {
2081
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
2082
+ border-right: none;
2083
+ border-left: 0.5px solid rgba(var(--color-sf-outline-variant));
2084
+ }
2085
+
2086
+ .e-bigger .de-split-button > div:first-child {
2087
+ margin-right: 16px;
2088
+ }
2089
+ .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
2090
+ width: 60px;
2091
+ }
2092
+ .e-bigger .e-de-prop-fill-label {
2093
+ margin-left: 0;
2094
+ margin-right: 9.8px;
2095
+ }
2096
+ .e-bigger .e-de-prop-fill-label.e-de-rtl {
2097
+ margin-left: 9.8px;
2098
+ margin-right: 0px;
2099
+ }
2100
+ .e-bigger .e-rtl .e-de-cell-text-box {
2101
+ margin-left: 16px;
2102
+ margin-right: 0;
2103
+ }
2104
+ .e-bigger .e-de-color-picker {
2105
+ height: 39px;
2106
+ width: 100px;
2107
+ }
2108
+ .e-bigger .e-de-border-size-button {
2109
+ height: 39px;
2110
+ margin-top: 16px;
2111
+ width: 100px;
2112
+ }
2113
+ .e-bigger .e-de-stylediv {
2114
+ padding-left: 16px;
2115
+ }
2116
+ .e-bigger .e-de-stylediv-rtl {
2117
+ padding-right: 16px;
2118
+ }
2119
+ .e-bigger .e-de-tool-ctnr-properties-pane {
2120
+ display: -webkit-box;
2121
+ display: -ms-flexbox;
2122
+ display: flex;
2123
+ height: calc(100% - 128px);
2124
+ min-height: 200px;
2125
+ width: 100%;
2126
+ }
2127
+ .e-bigger .e-de-ctnr-properties-pane {
2128
+ display: -webkit-box;
2129
+ display: -ms-flexbox;
2130
+ display: flex;
2131
+ height: calc(100% - 46px);
2132
+ width: 100%;
2133
+ }
2134
+ .e-bigger .e-de-ctn {
2135
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2136
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2137
+ height: 100%;
2138
+ position: relative;
2139
+ width: 100%;
2140
+ }
2141
+ .e-bigger .e-de-ctnr-toolbar {
2142
+ display: -webkit-box;
2143
+ display: -ms-flexbox;
2144
+ display: flex;
2145
+ height: 90px;
2146
+ width: 100%;
2147
+ }
2148
+ .e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
2149
+ .e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
2150
+ border: 0;
2151
+ }
2152
+ .e-bigger .e-de-pane {
2153
+ border-left: 1px solid rgba(var(--color-sf-outline-variant));
2154
+ }
2155
+ .e-bigger .e-de-pane-rtl {
2156
+ border-right: 1px solid rgba(var(--color-sf-outline-variant));
2157
+ }
2158
+ .e-bigger .e-de-ctnr-segment {
2159
+ margin-bottom: 8px;
2160
+ }
2161
+ .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
2162
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
2163
+ .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
2164
+ margin-right: 16px;
2165
+ }
2166
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
2167
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
2168
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
2169
+ margin-left: 16px;
2170
+ margin-right: 0;
2171
+ }
2172
+ .e-bigger .e-de-tlbr-wrapper {
2173
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2174
+ height: 90px;
2175
+ width: calc(100% - 78px);
2176
+ }
2177
+ .e-bigger .e-de-ctnr-prop-label {
2178
+ color: rgba(var(--color-sf-on-secondary-container));
2179
+ display: inline-block;
2180
+ font-size: 12px;
2181
+ font-weight: 500;
2182
+ letter-spacing: 0.05px;
2183
+ margin-bottom: 8px;
2184
+ opacity: 0.87;
2185
+ }
2186
+ .e-bigger .e-de-table-prop-label {
2187
+ margin-left: 14.5px;
2188
+ }
2189
+ .e-bigger .e-de-table-prop-label.e-de-rtl {
2190
+ margin-left: 0;
2191
+ margin-right: 14.5px;
2192
+ }
2193
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
2194
+ height: 90px;
2195
+ }
2196
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
2197
+ margin: 0 8px;
2198
+ }
2199
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
2200
+ margin-left: 8px !important;
2201
+ margin-right: 8px;
2202
+ }
2203
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
2204
+ margin-left: 8px;
2205
+ margin-right: 8px;
2206
+ }
2207
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
2208
+ margin-left: 8px;
2209
+ margin-right: 8px;
2210
+ }
2211
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
2212
+ background-color: rgba(var(--color-sf-primary-container));
2213
+ }
2214
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
2215
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
2216
+ padding: 0;
2217
+ padding-bottom: 10px;
2218
+ }
2219
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
2220
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
2221
+ padding: 0;
2222
+ padding-bottom: 10px;
2223
+ }
2224
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
2225
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
2226
+ padding: 0;
2227
+ padding-bottom: 10px;
2228
+ }
2229
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
2230
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
2231
+ padding: 0;
2232
+ padding-bottom: 10px;
2233
+ }
2234
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
2235
+ padding: 0 !important;
2236
+ }
2237
+ .e-bigger .e-de-overlay {
2238
+ height: 100%;
2239
+ opacity: 0.5;
2240
+ pointer-events: none;
2241
+ -ms-touch-action: none;
2242
+ touch-action: none;
2243
+ }
2244
+ .e-bigger .e-de-ctnr-properties-pane-btn {
2245
+ width: 78px;
2246
+ }
2247
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
2248
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
2249
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2250
+ border-radius: 0;
2251
+ -webkit-box-shadow: none;
2252
+ box-shadow: none;
2253
+ min-height: 100%;
2254
+ min-width: 100%;
2255
+ }
2256
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
2257
+ -webkit-box-shadow: none;
2258
+ box-shadow: none;
2259
+ }
2260
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
2261
+ -webkit-box-shadow: none;
2262
+ box-shadow: none;
2263
+ }
2264
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
2265
+ -webkit-box-shadow: none;
2266
+ box-shadow: none;
2267
+ }
2268
+ .e-bigger .e-de-showhide-btn {
2269
+ border: 0;
2270
+ height: 90px;
2271
+ }
2272
+ .e-bigger .e-de-showhide-btn-rtl {
2273
+ border: 0;
2274
+ height: 90px;
2275
+ }
2276
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2277
+ padding: 0;
2278
+ }
2279
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2280
+ display: table;
2281
+ font-size: 12px !important;
2282
+ margin: 0 6px;
2283
+ padding: 0;
2284
+ white-space: normal;
2285
+ }
2286
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
2287
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
2288
+ padding: 0;
2289
+ }
2290
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
2291
+ -webkit-box-shadow: none;
2292
+ box-shadow: none;
2293
+ height: 40px;
2294
+ }
2295
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
2296
+ -webkit-box-shadow: none;
2297
+ box-shadow: none;
2298
+ }
2299
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
2300
+ -webkit-box-shadow: none;
2301
+ box-shadow: none;
2302
+ }
2303
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
2304
+ -webkit-box-shadow: none;
2305
+ box-shadow: none;
2306
+ }
2307
+ .e-bigger .e-de-status-bar button {
2308
+ height: 38px;
2309
+ -webkit-box-shadow: none;
2310
+ box-shadow: none;
2311
+ }
2312
+ .e-bigger .e-de-status-bar button:focus {
2313
+ -webkit-box-shadow: none;
2314
+ box-shadow: none;
2315
+ }
2316
+ .e-bigger .e-de-status-bar button:active {
2317
+ -webkit-box-shadow: none;
2318
+ box-shadow: none;
2319
+ }
2320
+ .e-bigger .e-de-status-bar button:hover {
2321
+ -webkit-box-shadow: none;
2322
+ box-shadow: none;
2323
+ }
2324
+ .e-bigger .e-de-ctnr-group-btn button {
2325
+ -webkit-box-shadow: none;
2326
+ box-shadow: none;
2327
+ height: 40px;
2328
+ }
2329
+ .e-bigger .e-de-ctnr-group-btn button:focus {
2330
+ -webkit-box-shadow: none;
2331
+ box-shadow: none;
2332
+ }
2333
+ .e-bigger .e-de-ctnr-group-btn button:active {
2334
+ -webkit-box-shadow: none;
2335
+ box-shadow: none;
2336
+ }
2337
+ .e-bigger .e-de-ctnr-group-btn button:hover {
2338
+ -webkit-box-shadow: none;
2339
+ box-shadow: none;
2340
+ }
2341
+ .e-bigger .e-de-property-div-padding {
2342
+ border-bottom: 0.5px solid rgba(var(--color-sf-outline-variant));
2343
+ padding: 16px;
2344
+ }
2345
+ .e-bigger .e-de-font-clr-picker > div button,
2346
+ .e-bigger .e-de-font-clr-picker > button {
2347
+ width: auto;
2348
+ }
2349
+ .e-bigger .e-de-ctnr-dropdown-ftr {
2350
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
2351
+ color: rgba(var(--color-sf-on-secondary-container));
2352
+ cursor: pointer;
2353
+ display: block;
2354
+ font-size: 12px;
2355
+ line-height: 40px;
2356
+ text-indent: 1.2em;
2357
+ }
2358
+ .e-bigger .e-de-char-fmt-btn > button {
2359
+ width: 38.5px;
2360
+ }
2361
+ .e-bigger .e-de-btn-hghlclr > button:first-child {
2362
+ padding: 0 6px !important;
2363
+ }
2364
+ .e-bigger .e-de-ctnr-hglt-color {
2365
+ font-size: 12px;
2366
+ font-weight: 400;
2367
+ height: 24px !important;
2368
+ width: 24px !important;
2369
+ }
2370
+ .e-bigger .e-de-ctnr-list {
2371
+ font-size: 12px;
2372
+ vertical-align: top;
2373
+ }
2374
+ .e-bigger .e-de-image-property {
2375
+ padding-left: 32px;
2376
+ }
2377
+ .e-bigger .e-de-img-prty-span {
2378
+ color: rgba(var(--color-sf-on-secondary-container));
2379
+ left: 10px;
2380
+ position: absolute;
2381
+ top: 12px;
2382
+ }
2383
+ .e-bigger .e-btn-toggle {
2384
+ background-color: rgba(var(--color-sf-primary-container)) !important;
2385
+ -webkit-box-shadow: none !important;
2386
+ box-shadow: none !important;
2387
+ outline: none;
2388
+ outline-offset: 0;
2389
+ }
2390
+ .e-bigger .e-btn-toggle:hover {
2391
+ background-color: rgba(var(--color-sf-primary-container)) !important;
2392
+ outline: none;
2393
+ outline-offset: 0;
2394
+ -webkit-box-shadow: none !important;
2395
+ box-shadow: none !important;
2396
+ }
2397
+ .e-bigger .e-de-toc-template1 {
2398
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
2399
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2400
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2401
+ color: rgba(var(--color-sf-on-secondary-container));
2402
+ height: 129px;
2403
+ margin-left: 78px;
2404
+ width: 94px;
2405
+ }
2406
+ .e-bigger .e-de-toc-template1-content1 {
2407
+ font-size: 10px;
2408
+ height: 11px;
2409
+ margin-left: 5.4px;
2410
+ margin-top: 6.7px;
2411
+ width: 80px;
2412
+ }
2413
+ .e-bigger .e-de-toc-template1-content2 {
2414
+ font-size: 8px;
2415
+ height: 9px;
2416
+ margin-left: 20.4px;
2417
+ margin-top: 5.7px;
2418
+ width: 66px;
2419
+ }
2420
+ .e-bigger .e-de-toc-template1-content3 {
2421
+ font-size: 7px;
2422
+ height: 8px;
2423
+ margin-left: 28.4px;
2424
+ margin-top: 6.7px;
2425
+ width: 59px;
2426
+ }
2427
+ .e-bigger .e-de-toc-optionsdiv {
2428
+ margin-bottom: 11.5px;
2429
+ margin-left: 5.5px;
2430
+ margin-top: 15.5px;
2431
+ }
2432
+ .e-bigger .e-de-toc-optionsdiv.e-de-rtl {
2433
+ margin-right: 5.5px;
2434
+ margin-left: 0;
2435
+ }
2436
+ .e-bigger .e-de-prop-sub-label {
2437
+ font-size: 13px;
2438
+ margin-bottom: 8.5px;
2439
+ }
2440
+ .e-bigger .e-de-btn-cancel {
2441
+ margin-left: 10px;
2442
+ }
2443
+ .e-bigger .e-de-status-bar {
2444
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
2445
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2446
+ display: -webkit-box;
2447
+ display: -ms-flexbox;
2448
+ display: flex;
2449
+ width: 100%;
2450
+ }
2451
+ .e-bigger .e-de-statusbar-zoom {
2452
+ border: 0;
2453
+ color: rgba(var(--color-sf-on-secondary-container));
2454
+ float: right;
2455
+ height: 40px;
2456
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
2457
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2458
+ }
2459
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
2460
+ line-height: 25px;
2461
+ padding: 0 5px !important;
2462
+ }
2463
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
2464
+ height: 0;
2465
+ line-height: 0;
2466
+ line-height: 0.8;
2467
+ }
2468
+ .e-bigger .e-listview .e-list-icon {
2469
+ height: 24px;
2470
+ width: 16px;
2471
+ margin-right: 16px;
2472
+ }
2473
+ .e-bigger .e-de-listview-icon {
2474
+ height: auto;
2475
+ width: auto;
2476
+ line-height: 22px;
2477
+ margin-right: 16px;
2478
+ }
2479
+ .e-bigger .e-rtl .e-listview .e-list-icon {
2480
+ height: 24px;
2481
+ width: 16px;
2482
+ margin-left: 16px;
2483
+ }
2484
+ .e-bigger .e-rtl .e-de-listview-icon {
2485
+ height: auto;
2486
+ width: auto;
2487
+ line-height: 22px;
2488
+ margin-left: 16px;
2489
+ }
2490
+
2491
+ .e-de-ctn .e-de-bzr-button:hover {
2492
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.08)), to(rgba(var(--color-sf-on-surface), 0.08))), rgba(var(--color-sf-surface));
2493
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
2494
+ border: none;
2495
+ border-radius: 4px;
2496
+ color: rgba(var(--color-sf-on-surface));
2497
+ }
2498
+
2499
+ .e-de-ctn .e-de-bzr-button:active {
2500
+ -webkit-box-shadow: none;
2501
+ box-shadow: none;
2502
+ background-color: rgba(var(--color-sf-primary-container));
2503
+ border-color: rgba(var(--color-sf-primary-container));
2504
+ color: rgba(var(--color-sf-on-surface));
2505
+ }
2506
+
2507
+ .e-de-ctn .e-de-bzr-button {
2508
+ font-weight: 400;
2509
+ font-size: 14px;
2510
+ border: none;
2511
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
2512
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2513
+ height: calc(100% - 10px);
2514
+ line-height: 16px;
2515
+ font-size: 12px !important;
2516
+ }
2517
+
2518
+ .e-de-ctn .e-de-bzr-button:hover {
2519
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.08)), to(rgba(var(--color-sf-on-surface), 0.08))), rgba(var(--color-sf-surface));
2520
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
2521
+ border: none;
2522
+ border-radius: 4px;
2523
+ color: rgba(var(--color-sf-on-surface));
2524
+ }
2525
+
2526
+ .e-de-ctn .e-de-bzr-button:active {
2527
+ -webkit-box-shadow: none;
2528
+ box-shadow: none;
2529
+ background-color: rgba(var(--color-sf-primary-container));
2530
+ border-color: rgba(var(--color-sf-primary-container));
2531
+ color: rgba(var(--color-sf-on-surface));
2532
+ }
2533
+
2534
+ .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2535
+ font-size: 16px;
2536
+ }
2537
+ .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
2538
+ font-size: 18px;
2539
+ }
2540
+ .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
2541
+ padding-top: 11px !important;
2542
+ }