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