@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,4174 @@
1
- @import '@syncfusion/ej2-documenteditor/styles/document-editor/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-documenteditor .e-close::before {
112
+ color: var(--color-sf-on-surface-variant);
113
+ content: "\e7e7";
114
+ font-family: "e-icons";
115
+ font-size: 14px;
116
+ }
117
+ .e-documenteditor .e-de-op-search-icon::before {
118
+ content: "\e754";
119
+ font-family: "e-icons";
120
+ }
121
+ .e-documenteditor .e-arrow-up::before {
122
+ content: "\e87a";
123
+ font-family: "e-icons";
124
+ }
125
+ .e-documenteditor .e-arrow-down::before {
126
+ content: "\e70d";
127
+ font-family: "e-icons";
128
+ }
129
+ .e-documenteditor .e-de-op .e-de-op-close-icon {
130
+ height: 20px;
131
+ }
132
+ .e-documenteditor .e-de-op-close-icon::before {
133
+ content: "\e7e7";
134
+ font-family: "e-icons";
135
+ }
136
+ .e-documenteditor .e-de-op-search-close-icon::before {
137
+ color: var(--color-sf-on-surface-variant);
138
+ content: "\e7e7";
139
+ font-family: "e-icons";
140
+ }
141
+ .e-documenteditor .e-de-new-cmt::before {
142
+ content: "\e805";
143
+ font-family: "e-icons";
144
+ }
145
+ .e-documenteditor .e-de-menu-icon::before {
146
+ content: "\e770";
147
+ font-family: "e-icons";
148
+ }
149
+ .e-documenteditor .e-de-cmt-mark-icon::before {
150
+ color: var(--color-sf-on-surface-variant);
151
+ content: "\e733";
152
+ font-family: "e-icons";
153
+ font-size: 13px;
154
+ }
155
+ .e-documenteditor .e-de-multi-cmt-mark::before {
156
+ color: var(--color-sf-on-surface-variant);
157
+ content: "\e8bc";
158
+ font-family: "e-icons";
159
+ font-size: 14px;
160
+ }
161
+ .e-documenteditor .e-de-cmt-resolve-icon::before {
162
+ color: var(--color-sf-on-surface-variant);
163
+ content: "\e8f2";
164
+ font-family: "e-icons";
165
+ font-size: 13px;
166
+ }
167
+ .e-documenteditor .e-de-multi-cmt-resolve::before {
168
+ color: var(--color-sf-on-surface-variant);
169
+ content: "\e8f3";
170
+ font-family: "e-icons";
171
+ font-size: 14px;
172
+ }
173
+ .e-documenteditor .e-de-cmt-post::before {
174
+ content: "\e71d";
175
+ font-family: "e-icons";
176
+ }
177
+ .e-documenteditor .e-de-cmt-rply-icon::before {
178
+ color: var(--color-sf-on-surface-variant);
179
+ content: "\e85e";
180
+ font-family: "e-icons";
181
+ }
182
+ .e-documenteditor .e-de-cmt-cancel::before {
183
+ content: "\e7e7";
184
+ font-family: "e-icons";
185
+ }
186
+ .e-documenteditor .e-de-cmt-delete::before {
187
+ content: "\e820";
188
+ font-family: "e-icons";
189
+ }
190
+ .e-documenteditor .e-de-cmt-reopen::before {
191
+ content: "\e782";
192
+ font-family: "e-icons";
193
+ }
194
+ .e-documenteditor .e-de-nav-up::before {
195
+ content: "\e7dd";
196
+ font-family: "e-icons";
197
+ }
198
+ .e-documenteditor .e-de-nav-right-arrow::before {
199
+ content: "\e748";
200
+ font-family: "e-icons";
201
+ }
202
+ .e-documenteditor .e-de-nav-left-arrow::before {
203
+ content: "\e765";
204
+ font-family: "e-icons";
205
+ }
206
+ .e-documenteditor .e-de-save-icon::before {
207
+ content: "\e774";
208
+ font-family: "e-icons";
209
+ }
210
+ .e-documenteditor .e-de-cancel-icon::before {
211
+ content: "\e7e7";
212
+ font-family: "e-icons";
213
+ }
214
+
215
+ .e-de-ctn-title-print::before {
216
+ content: "\e75d";
217
+ }
218
+
219
+ .e-de-acceptchange::before {
220
+ color: var(--color-sf-on-surface-variant);
221
+ content: "\e7a8";
222
+ font-family: "e-icons";
223
+ }
224
+
225
+ .e-de-rejectchange::before {
226
+ color: var(--color-sf-on-surface-variant);
227
+ content: "\e815";
228
+ font-family: "e-icons";
229
+ }
230
+
231
+ .e-de-ctn-title-download::before {
232
+ content: "\e7a1";
233
+ }
234
+
235
+ .e-de-table-properties-alignment:hover {
236
+ border-color: rgba(var(--color-sf-primary));
237
+ }
238
+
239
+ .e-de-table-properties-alignment {
240
+ border: 1px solid transparent;
241
+ }
242
+
243
+ .e-de-tablecell-alignment {
244
+ border: 1px solid transparent;
245
+ }
246
+
247
+ .e-de-tablecell-alignment:hover {
248
+ border-color: rgba(var(--color-sf-primary));
249
+ }
250
+
251
+ .e-de-table-left-alignment::before {
252
+ color: var(--color-sf-on-surface-variant);
253
+ content: "\e7f6";
254
+ font-size: 42px;
255
+ }
256
+
257
+ .e-de-table-center-alignment::before {
258
+ color: var(--color-sf-on-surface-variant);
259
+ content: "\e7f1";
260
+ font-size: 42px;
261
+ }
262
+
263
+ .e-de-table-right-alignment::before {
264
+ color: var(--color-sf-on-surface-variant);
265
+ content: "\e703";
266
+ font-size: 42px;
267
+ }
268
+
269
+ .e-de-tablecell-top-alignment::before {
270
+ color: var(--color-sf-on-surface-variant);
271
+ content: "\e775";
272
+ font-family: "e-icons";
273
+ font-size: 42px;
274
+ }
275
+
276
+ .e-de-tablecell-center-alignment::before {
277
+ color: var(--color-sf-on-surface-variant);
278
+ content: "\e7e5";
279
+ font-family: "e-icons";
280
+ font-size: 42px;
281
+ }
282
+
283
+ .e-de-tablecell-bottom-alignment::before {
284
+ color: var(--color-sf-on-surface-variant);
285
+ content: "\e7d9";
286
+ font-family: "e-icons";
287
+ font-size: 42px;
288
+ }
289
+
290
+ .e-de-table-border-setting {
291
+ border: 1px solid rgba(var(--color-sf-outline-variant));
292
+ height: 52px;
293
+ left: 3px;
294
+ position: relative;
295
+ top: 3px;
296
+ width: 52px;
297
+ }
298
+
299
+ .e-de-table-border-setting-genral {
300
+ border: 1px solid rgba(var(--color-sf-outline-variant));
301
+ height: 60px;
302
+ width: 60px;
303
+ }
304
+
305
+ .e-de-table-border-preview-genral {
306
+ border: 1px solid rgba(var(--color-sf-on-surface-variant));
307
+ height: 24px;
308
+ width: 24px;
309
+ }
310
+
311
+ .e-de-table-border-inside-setting:hover {
312
+ border: 1px solid rgba(var(--color-sf-primary));
313
+ }
314
+
315
+ .e-de-table-border-preview {
316
+ height: 24px;
317
+ width: 24px;
318
+ }
319
+
320
+ .e-de-table-border-inside-preview:hover {
321
+ border: 1px solid rgba(var(--color-sf-primary));
322
+ }
323
+
324
+ .e-de-table-border-inside-setting-click {
325
+ border: 1px solid rgba(var(--color-sf-primary));
326
+ }
327
+
328
+ .e-de-table-border-inside-preview-click {
329
+ border: 1px solid rgba(var(--color-sf-primary));
330
+ }
331
+
332
+ .e-de-table-border-none-setting::before {
333
+ color: var(--color-sf-on-surface-variant);
334
+ content: "\e7eb";
335
+ font-size: 46px;
336
+ position: absolute;
337
+ }
338
+
339
+ .e-de-table-border-box-setting::before {
340
+ color: var(--color-sf-on-surface-variant);
341
+ content: "\e834";
342
+ font-size: 46px;
343
+ left: 2px;
344
+ position: absolute;
345
+ top: 2px;
346
+ }
347
+
348
+ .e-de-table-border-all-setting::before {
349
+ color: var(--color-sf-on-surface-variant);
350
+ content: "\e7e8";
351
+ font-family: "e-icons";
352
+ font-size: 46px;
353
+ left: 2px;
354
+ position: absolute;
355
+ top: 2px;
356
+ }
357
+
358
+ .e-de-table-border-custom-setting::before {
359
+ color: var(--color-sf-on-surface-variant);
360
+ content: "\e7d5";
361
+ font-size: 46px;
362
+ left: 2px;
363
+ position: absolute;
364
+ top: 2px;
365
+ }
366
+
367
+ .e-de-para-border-none-setting::before {
368
+ color: var(--color-sf-on-surface-variant);
369
+ content: "\e890";
370
+ font-size: 46px;
371
+ position: absolute;
372
+ }
373
+
374
+ .e-de-para-border-box-setting::before {
375
+ color: var(--color-sf-on-surface-variant);
376
+ content: "\e891";
377
+ font-size: 46px;
378
+ left: 2px;
379
+ position: absolute;
380
+ top: 2px;
381
+ }
382
+
383
+ .e-de-para-border-shadow-setting::before {
384
+ color: var(--color-sf-on-surface-variant);
385
+ content: "\e892";
386
+ font-size: 46px;
387
+ left: 2px;
388
+ position: absolute;
389
+ top: 2px;
390
+ }
391
+
392
+ .e-de-para-border-custom-setting::before {
393
+ color: var(--color-sf-on-surface-variant);
394
+ content: "\e88f";
395
+ font-size: 46px;
396
+ left: 2px;
397
+ position: absolute;
398
+ top: 2px;
399
+ }
400
+
401
+ .e-de-table-border-toptop-alignment::before {
402
+ color: var(--color-sf-on-surface-variant);
403
+ content: "\e7e0";
404
+ font-family: "e-icons";
405
+ font-size: 16px;
406
+ left: 5px;
407
+ position: absolute;
408
+ top: 2px;
409
+ }
410
+
411
+ .e-de-table-border-topcenter-alignment::before {
412
+ color: var(--color-sf-on-surface-variant);
413
+ content: "\e83b";
414
+ font-size: 16px;
415
+ left: 5px;
416
+ position: absolute;
417
+ top: 2px;
418
+ }
419
+
420
+ .e-de-table-border-topbottom-alignment::before {
421
+ color: var(--color-sf-on-surface-variant);
422
+ content: "\e766";
423
+ font-size: 16px;
424
+ left: 5px;
425
+ position: absolute;
426
+ top: 2px;
427
+ }
428
+
429
+ .e-de-table-border-diagionalup-alignment::before {
430
+ color: var(--color-sf-on-surface-variant);
431
+ content: "\e79d";
432
+ font-size: 16px;
433
+ left: 5px;
434
+ position: absolute;
435
+ top: 2px;
436
+ }
437
+
438
+ .e-de-table-border-diagionaldown-alignment::before {
439
+ color: var(--color-sf-on-surface-variant);
440
+ content: "\e784";
441
+ font-size: 16px;
442
+ left: 5px;
443
+ position: absolute;
444
+ top: 2px;
445
+ }
446
+
447
+ .e-de-table-border-bottomleft-alignment::before {
448
+ color: var(--color-sf-on-surface-variant);
449
+ content: "\e806";
450
+ font-size: 16px;
451
+ left: 5px;
452
+ position: absolute;
453
+ top: 2px;
454
+ }
455
+
456
+ .e-de-table-border-bottomcenter-alignment::before {
457
+ color: var(--color-sf-on-surface-variant);
458
+ content: "\e792";
459
+ font-size: 16px;
460
+ left: 5px;
461
+ position: absolute;
462
+ top: 2px;
463
+ }
464
+
465
+ .e-de-table-border-bottomright-alignment::before {
466
+ color: var(--color-sf-on-surface-variant);
467
+ content: "\e7ab";
468
+ font-size: 16px;
469
+ left: 5px;
470
+ position: absolute;
471
+ top: 2px;
472
+ }
473
+
474
+ .e-de-columns-presets-genral {
475
+ height: 62px;
476
+ width: 62px;
477
+ margin-right: 33px;
478
+ margin-bottom: 12px;
479
+ }
480
+
481
+ .e-de-columns-padding-alignment {
482
+ padding-top: 24px;
483
+ }
484
+
485
+ .e-de-column-dlg-preview-div {
486
+ border: 1px solid rgba(var(--color-sf-outline-variant));
487
+ height: 120px;
488
+ width: 120px;
489
+ }
490
+
491
+ .e-de-padding-col-prev {
492
+ padding-left: 15px;
493
+ }
494
+
495
+ .e-width-space-div {
496
+ width: 320px;
497
+ }
498
+
499
+ .e-de-columns-presets-genral.e-de-rtl {
500
+ margin-left: 33px;
501
+ }
502
+
503
+ .e-de-padding-col-prev.e-de-rtl {
504
+ padding-right: 15px;
505
+ }
506
+
507
+ .e-de-column-dlg-preview-div.e-de-rtl {
508
+ border: 1px solid rgba(var(--color-sf-outline-variant));
509
+ height: 120px;
510
+ width: 120px;
511
+ }
512
+
513
+ .e-menu-item .e-de-cmt-add::before {
514
+ content: "\e82c";
515
+ }
516
+
517
+ .e-menu-item .e-de-cut::before {
518
+ content: "\e7fb";
519
+ }
520
+
521
+ .e-menu-item .e-de-spellcheck::before {
522
+ content: "\e7f0";
523
+ }
524
+
525
+ .e-menu-item .e-de-copy::before {
526
+ content: "\e77c";
527
+ }
528
+
529
+ .e-menu-item .e-de-paste::before {
530
+ content: "\e70b";
531
+ }
532
+
533
+ .e-menu-item .e-de-continue-numbering::before {
534
+ content: "\e718";
535
+ }
536
+
537
+ .e-menu-item .e-de-restart-at::before {
538
+ content: "\e715";
539
+ }
540
+
541
+ .e-menu-item .e-de-insertlink::before {
542
+ content: "\e757";
543
+ }
544
+
545
+ .e-menu-item .e-de-open-hyperlink::before {
546
+ content: "\e797";
547
+ }
548
+
549
+ .e-menu-item .e-de-copy-hyperlink::before {
550
+ content: "\e745";
551
+ }
552
+
553
+ .e-menu-item .e-de-open-properties::before {
554
+ content: "\e77e";
555
+ }
556
+
557
+ .e-menu-item .e-de-edit-hyperlink::before {
558
+ content: "\e722";
559
+ }
560
+
561
+ .e-menu-item .e-de-remove-hyperlink::before {
562
+ content: "\e80c";
563
+ }
564
+
565
+ .e-menu-item .e-de-fonts::before {
566
+ content: "\e76f";
567
+ }
568
+
569
+ .e-menu-item .e-de-paragraph::before {
570
+ content: "\e7b8";
571
+ }
572
+
573
+ .e-menu-item .e-de-table::before {
574
+ content: "\e7d1";
575
+ }
576
+
577
+ .e-menu-item .e-de-insertabove::before {
578
+ content: "\e836";
579
+ }
580
+
581
+ .e-menu-item .e-de-insertbelow::before {
582
+ content: "\e801";
583
+ }
584
+
585
+ .e-menu-item .e-de-insertleft::before {
586
+ content: "\e78b";
587
+ }
588
+
589
+ .e-menu-item .e-de-insertright::before {
590
+ content: "\e70e";
591
+ }
592
+
593
+ .e-menu-item .e-de-delete-table::before {
594
+ content: "\e811";
595
+ }
596
+
597
+ .e-menu-item .e-de-deleterow::before {
598
+ content: "\e7f2";
599
+ }
600
+
601
+ .e-menu-item .e-de-deletecolumn::before {
602
+ content: "\e714";
603
+ }
604
+
605
+ .e-de-bold::before {
606
+ content: "\e737";
607
+ font-family: "e-icons";
608
+ }
609
+
610
+ .e-de-italic::before {
611
+ content: "\e75a";
612
+ font-family: "e-icons";
613
+ }
614
+
615
+ .e-de-underline::before {
616
+ content: "\e82f";
617
+ font-family: "e-icons";
618
+ }
619
+
620
+ .e-de-indent::before {
621
+ content: "\e72a";
622
+ font-family: "e-icons";
623
+ }
624
+
625
+ .e-de-outdent::before {
626
+ content: "\e810";
627
+ font-family: "e-icons";
628
+ }
629
+
630
+ .e-de-align-left::before {
631
+ content: "\e7b8";
632
+ font-family: "e-icons";
633
+ }
634
+
635
+ .e-de-align-center::before {
636
+ content: "\e813";
637
+ font-family: "e-icons";
638
+ }
639
+
640
+ .e-de-align-right::before {
641
+ content: "\e719";
642
+ font-family: "e-icons";
643
+ }
644
+
645
+ .e-de-justify::before {
646
+ content: "\e721";
647
+ font-family: "e-icons";
648
+ }
649
+
650
+ .e-de-single-spacing::before {
651
+ content: "\e771";
652
+ font-family: "e-icons";
653
+ }
654
+
655
+ .e-de-double-spacing::before {
656
+ content: "\e7c4";
657
+ font-family: "e-icons";
658
+ }
659
+
660
+ .e-de-one-point-five-spacing::before {
661
+ content: "\e725";
662
+ font-family: "e-icons";
663
+ }
664
+
665
+ .e-de-before-spacing::before {
666
+ content: "\e7b5";
667
+ font-family: "e-icons";
668
+ }
669
+
670
+ .e-de-after-spacing::before {
671
+ content: "\e767";
672
+ font-family: "e-icons";
673
+ }
674
+
675
+ .e-de-icon-bullet-list-dot::before {
676
+ content: "\e747";
677
+ font-family: "e-icons";
678
+ font-size: 8px;
679
+ line-height: 28px;
680
+ }
681
+
682
+ .e-de-icon-bullet-list-circle::before {
683
+ content: "\e7d0";
684
+ font-family: "e-icons";
685
+ font-size: 8px;
686
+ line-height: 28px;
687
+ }
688
+
689
+ .e-de-icon-bullet-list-square::before {
690
+ content: "\e7be";
691
+ font-family: "e-icons";
692
+ font-size: 8px;
693
+ line-height: 28px;
694
+ }
695
+
696
+ .e-de-icon-bullet-list-tick::before {
697
+ content: "\e7fc";
698
+ font-family: "e-icons";
699
+ font-size: 12px;
700
+ }
701
+
702
+ .e-de-icon-bullet-list-flower::before {
703
+ content: "\e79b";
704
+ font-family: "e-icons";
705
+ font-size: 12px;
706
+ }
707
+
708
+ .e-de-icon-bullet-list-arrow::before {
709
+ content: "\e763";
710
+ font-family: "e-icons";
711
+ font-size: 12px;
712
+ }
713
+
714
+ .e-de-icon-bullet-list-none::before {
715
+ content: "\e7f3";
716
+ font-family: "e-icons";
717
+ font-size: 24px;
718
+ }
719
+
720
+ .e-de-icon-autofit::before {
721
+ content: "\e74a";
722
+ font-family: "e-icons";
723
+ }
724
+
725
+ .e-de-icon-fixed-columnwidth::before {
726
+ content: "\e785";
727
+ font-family: "e-icons";
728
+ }
729
+
730
+ .e-de-icon-auto-fitwindow::before {
731
+ content: "\e759";
732
+ font-family: "e-icons";
733
+ }
734
+
735
+ .e-item .e-de-paste-text::before {
736
+ content: "\e70f";
737
+ font-family: "e-icons";
738
+ }
739
+
740
+ .e-item .e-de-paste-source::before {
741
+ content: "\e842";
742
+ font-family: "e-icons";
743
+ }
744
+
745
+ .e-item .e-de-paste-merge::before {
746
+ content: "\e752";
747
+ font-family: "e-icons";
748
+ }
749
+
750
+ .e-btn-icon .e-de-paste::before,
751
+ .e-icon-btn .e-de-paste::before {
752
+ content: "\e70b";
753
+ font-family: "e-icons";
754
+ }
755
+
756
+ .e-item .e-de-paste-column::before {
757
+ content: "\e885";
758
+ }
759
+
760
+ .e-item .e-de-paste-row::before {
761
+ content: "\e884";
762
+ }
763
+
764
+ .e-item .e-de-paste-overwrite-cells::before {
765
+ content: "\e886";
766
+ }
767
+
768
+ .e-item .e-de-paste-nested-table::before {
769
+ content: "\e883";
770
+ }
771
+
772
+ .e-item .e-de-paste-merge-table::before {
773
+ content: "\e882";
774
+ }
775
+
776
+ .e-de-share::before {
777
+ content: "\e8f2";
778
+ font-family: "e-icons";
779
+ }
780
+
781
+ .e-de-preset-container {
782
+ width: 95px;
783
+ }
784
+
785
+ .e-de-preset-container.e-de-rtl {
786
+ width: 85px;
787
+ }
788
+
789
+ .e-de-dlg-container {
790
+ padding-bottom: 16px;
791
+ }
792
+
793
+ .e-de-dlg-row {
794
+ display: -webkit-box;
795
+ display: -ms-flexbox;
796
+ display: flex;
797
+ }
798
+
799
+ .e-de-svg-border-color {
800
+ stroke: rgba(var(--color-sf-on-surface));
801
+ }
802
+
803
+ .e-de-svg-border-fill-color {
804
+ fill: rgba(var(--color-sf-on-surface));
805
+ }
806
+
807
+ .e-de-container-row {
808
+ display: -webkit-box;
809
+ display: -ms-flexbox;
810
+ display: flex;
811
+ padding-bottom: 16px;
812
+ }
813
+
814
+ .e-de-subcontainer-left {
815
+ padding-right: 10px;
816
+ width: 50%;
817
+ }
818
+
819
+ .e-de-subcontainer-right {
820
+ padding-left: 10px;
821
+ width: 50%;
822
+ }
823
+
824
+ .e-de-dlg-tab-first-child {
825
+ padding-top: 10px;
826
+ }
827
+
828
+ .e-de-dlg-heading {
829
+ display: block;
830
+ font-size: 14px;
831
+ font-weight: 600;
832
+ margin-bottom: 6px;
833
+ }
834
+
835
+ .e-rtl .e-de-subcontainer-left {
836
+ padding-left: 10px;
837
+ padding-right: 0;
838
+ }
839
+ .e-rtl .e-de-subcontainer-right {
840
+ padding-left: 0;
841
+ padding-right: 10px;
842
+ width: 50%;
843
+ }
844
+
845
+ .e-bigger .e-de-dlg-container {
846
+ padding-bottom: 20px;
847
+ }
848
+ .e-bigger .e-de-container-row {
849
+ padding-bottom: 20px;
850
+ }
851
+ .e-bigger .e-de-subcontainer-left {
852
+ padding-right: 10px;
853
+ width: 50%;
854
+ }
855
+ .e-bigger .e-de-subcontainer-right {
856
+ padding-left: 10px;
857
+ width: 50%;
858
+ }
859
+ .e-bigger .e-de-dlg-tab-first-child {
860
+ padding-top: 10px;
861
+ }
862
+ .e-bigger .e-rtl .e-de-subcontainer-left {
863
+ padding-left: 10px;
864
+ padding-right: 0;
865
+ }
866
+ .e-bigger .e-rtl .e-de-subcontainer-right {
867
+ padding-left: 0;
868
+ padding-right: 10px;
869
+ width: 50%;
870
+ }
871
+
872
+ .e-de-blink-cursor {
873
+ border-left: 1px solid rgba(var(--color-sf-black));
874
+ pointer-events: none;
875
+ position: absolute;
876
+ z-index: 3;
877
+ }
878
+
879
+ .e-de-cursor-animation {
880
+ -webkit-animation-duration: 1s;
881
+ animation-duration: 1s;
882
+ -webkit-animation-iteration-count: infinite;
883
+ animation-iteration-count: infinite;
884
+ -webkit-animation-name: FadeInFadeOut;
885
+ animation-name: FadeInFadeOut;
886
+ }
887
+
888
+ @-webkit-keyframes FadeInFadeOut {
889
+ from {
890
+ opacity: 1;
891
+ }
892
+ 13% {
893
+ opacity: 0;
894
+ }
895
+ 50% {
896
+ opacity: 0;
897
+ }
898
+ 63% {
899
+ opacity: 1;
900
+ }
901
+ to {
902
+ opacity: 1;
903
+ }
904
+ }
905
+
906
+ @keyframes FadeInFadeOut {
907
+ from {
908
+ opacity: 1;
909
+ }
910
+ 13% {
911
+ opacity: 0;
912
+ }
913
+ 50% {
914
+ opacity: 0;
915
+ }
916
+ 63% {
917
+ opacity: 1;
918
+ }
919
+ to {
920
+ opacity: 1;
921
+ }
922
+ }
923
+ .e-de-text-target {
924
+ border: 0;
925
+ height: 1px;
926
+ opacity: 0;
927
+ outline-style: none;
928
+ overflow: hidden;
929
+ pointer-events: none;
930
+ position: absolute;
931
+ top: -10000px;
932
+ width: 625px;
933
+ }
934
+
935
+ .e-de-txt-form .e-de-txt-field {
936
+ display: block;
937
+ }
938
+ .e-de-txt-form .e-de-num-field {
939
+ display: none;
940
+ }
941
+ .e-de-txt-form .e-de-date-field {
942
+ display: none;
943
+ }
944
+ .e-de-txt-form .e-de-ddl-field {
945
+ display: none;
946
+ }
947
+
948
+ .e-de-num-form .e-de-txt-field {
949
+ display: none;
950
+ }
951
+ .e-de-num-form .e-de-num-field {
952
+ display: block;
953
+ }
954
+ .e-de-num-form .e-de-date-field {
955
+ display: none;
956
+ }
957
+ .e-de-num-form .e-de-ddl-field {
958
+ display: none;
959
+ }
960
+
961
+ .e-de-date-form .e-de-txt-field {
962
+ display: none;
963
+ }
964
+ .e-de-date-form .e-de-num-field {
965
+ display: none;
966
+ }
967
+ .e-de-date-form .e-de-date-field {
968
+ display: block;
969
+ }
970
+ .e-de-date-form .e-de-ddl-field {
971
+ display: none;
972
+ }
973
+
974
+ .e-de-ddl-form .e-de-txt-field {
975
+ display: none;
976
+ }
977
+ .e-de-ddl-form .e-de-num-field {
978
+ display: none;
979
+ }
980
+ .e-de-ddl-form .e-de-date-field {
981
+ display: none;
982
+ }
983
+ .e-de-ddl-form .e-de-ddl-field {
984
+ display: block;
985
+ }
986
+
987
+ .e-documenteditor .e-de-op-close-button {
988
+ left: 267px;
989
+ position: absolute;
990
+ top: 8px;
991
+ }
992
+ .e-documenteditor .e-de-op-close-button.e-de-rtl {
993
+ left: 14px;
994
+ }
995
+
996
+ /* stylelint-disable */
997
+ .e-de-background {
998
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
999
+ }
1000
+
1001
+ .e-de-column-label {
1002
+ font-size: 13;
1003
+ font-weight: 500;
1004
+ padding-left: 20px;
1005
+ padding-right: 20px;
1006
+ }
1007
+
1008
+ .e-de-para-tab {
1009
+ float: left;
1010
+ }
1011
+
1012
+ .e-de-para-tab.e-rtl {
1013
+ float: right;
1014
+ }
1015
+
1016
+ .e-de-column-label.e-de-rtl {
1017
+ font-size: 13;
1018
+ font-weight: 500;
1019
+ padding-left: 50px;
1020
+ padding-right: 50px;
1021
+ }
1022
+
1023
+ .e-de-font-dlg-display {
1024
+ display: -webkit-inline-box;
1025
+ display: -ms-inline-flexbox;
1026
+ display: inline-flex;
1027
+ }
1028
+
1029
+ .e-de-ff-sub-header {
1030
+ display: block;
1031
+ font-size: 12px;
1032
+ font-weight: 400;
1033
+ margin-top: 6px;
1034
+ }
1035
+
1036
+ .e-de-check-exactnumbr-width {
1037
+ width: 130px !important;
1038
+ }
1039
+
1040
+ .e-de-ff-dlg-heading {
1041
+ display: block;
1042
+ font-weight: 600;
1043
+ margin-bottom: 6px;
1044
+ font-size: 14px;
1045
+ }
1046
+
1047
+ .e-de-ff-dlg-heading-small {
1048
+ display: block;
1049
+ font-weight: 600;
1050
+ margin-bottom: 4px;
1051
+ }
1052
+
1053
+ .e-de-ff-dlg-drpdwn-heading {
1054
+ display: block;
1055
+ font-size: 14px;
1056
+ font-weight: 600;
1057
+ margin-bottom: 8px;
1058
+ }
1059
+
1060
+ .e-de-ff-dlg-check {
1061
+ display: block;
1062
+ font-size: 14px;
1063
+ font-weight: 600;
1064
+ margin-bottom: -2px;
1065
+ }
1066
+
1067
+ .e-de-div-seperate-dlg {
1068
+ display: -webkit-inline-box;
1069
+ display: -ms-inline-flexbox;
1070
+ display: inline-flex;
1071
+ margin-bottom: 12px;
1072
+ width: 100%;
1073
+ }
1074
+
1075
+ .e-de-ff-radio-div {
1076
+ display: -webkit-inline-box;
1077
+ display: -ms-inline-flexbox;
1078
+ display: inline-flex;
1079
+ margin-right: 16px;
1080
+ }
1081
+
1082
+ .e-de-ff-radio-div.e-de-rtl {
1083
+ margin-left: 16px;
1084
+ margin-right: 0;
1085
+ }
1086
+
1087
+ .e-de-ff-radio-scnd-div {
1088
+ display: -webkit-inline-box;
1089
+ display: -ms-inline-flexbox;
1090
+ display: inline-flex;
1091
+ margin-bottom: 0;
1092
+ margin-right: 16px;
1093
+ }
1094
+
1095
+ .e-de-ff-radio-scnd-div.e-de-rtl {
1096
+ margin-left: 16px;
1097
+ margin-right: 0;
1098
+ }
1099
+
1100
+ .e-de-ff-dlg-lft-hlf {
1101
+ margin-right: 12px;
1102
+ width: 50.5%;
1103
+ }
1104
+
1105
+ .e-de-ff-dlg-lft-hlf.e-de-rtl {
1106
+ margin-left: 12px;
1107
+ margin-right: 0;
1108
+ }
1109
+
1110
+ .e-de-ff-chck-exact {
1111
+ margin-left: 15px;
1112
+ margin-top: -6px;
1113
+ }
1114
+
1115
+ .e-de-ff-chck-exact.e-de-rtl {
1116
+ margin-left: 0;
1117
+ margin-right: 15px;
1118
+ }
1119
+
1120
+ .e-de-ff-dlg-rght-hlf {
1121
+ width: 47.5%;
1122
+ }
1123
+
1124
+ .e-de-ff-drpdwn-dlg-scndiv {
1125
+ display: -webkit-inline-box;
1126
+ display: -ms-inline-flexbox;
1127
+ display: inline-flex;
1128
+ height: 168px;
1129
+ margin-bottom: 4px;
1130
+ width: 100%;
1131
+ }
1132
+
1133
+ .e-de-cmt-avatar {
1134
+ -webkit-box-align: center;
1135
+ -ms-flex-align: center;
1136
+ align-items: center;
1137
+ display: -webkit-box;
1138
+ display: -ms-flexbox;
1139
+ display: flex;
1140
+ width: 95%;
1141
+ }
1142
+
1143
+ .e-de-ff-cmt-avatar {
1144
+ -webkit-box-align: center;
1145
+ -ms-flex-align: center;
1146
+ align-items: center;
1147
+ border-radius: 50%;
1148
+ color: rgba(var(--color-sf-white));
1149
+ display: -webkit-box;
1150
+ display: -ms-flexbox;
1151
+ display: flex;
1152
+ font-size: 12px;
1153
+ height: 24px;
1154
+ -webkit-box-pack: center;
1155
+ -ms-flex-pack: center;
1156
+ justify-content: center;
1157
+ letter-spacing: 0;
1158
+ line-height: 12px;
1159
+ opacity: 100%;
1160
+ -webkit-user-select: none;
1161
+ -moz-user-select: none;
1162
+ -ms-user-select: none;
1163
+ user-select: none;
1164
+ width: 24px;
1165
+ z-index: 1;
1166
+ }
1167
+
1168
+ .e-de-ff-drpdwn-listview {
1169
+ margin-right: 12px;
1170
+ width: 100%;
1171
+ }
1172
+
1173
+ .e-de-ff-drpdwn-listview.e-de-rtl {
1174
+ margin-left: 12px;
1175
+ margin-right: 0;
1176
+ }
1177
+
1178
+ .e-de-ff-drpdwn-mvup {
1179
+ margin-right: 8px;
1180
+ }
1181
+
1182
+ .e-de-ff-drpdwn-mvup.e-de-rtl {
1183
+ margin-left: 8px;
1184
+ margin-right: 0;
1185
+ }
1186
+
1187
+ .e-de-drp-dwn-frst-div {
1188
+ margin-bottom: 8px;
1189
+ width: 47.5%;
1190
+ }
1191
+
1192
+ .e-de-result-list-block .e-de-search-result-hglt {
1193
+ background: transparent;
1194
+ border-bottom: 2px solid rgba(var(--color-sf-primary));
1195
+ cursor: default;
1196
+ padding: 12px 1px 12px 5px;
1197
+ }
1198
+
1199
+ .e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text {
1200
+ color: rgba(var(--color-sf-primary));
1201
+ }
1202
+
1203
+ .e-de-search-result-item {
1204
+ cursor: default;
1205
+ padding: 12px 1px 12px 5px;
1206
+ word-break: break-word;
1207
+ }
1208
+
1209
+ .e-de-search-result-item:hover {
1210
+ border-bottom: 1px solid rgba(var(--color-sf-primary));
1211
+ cursor: default;
1212
+ }
1213
+
1214
+ .e-de-search-result-item:focus {
1215
+ border-bottom: 2px solid rgba(var(--color-sf-primary));
1216
+ cursor: default;
1217
+ padding: 12px 1px 12px 5px;
1218
+ }
1219
+
1220
+ .e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus {
1221
+ border: 1px solid rgba(var(--color-sf-on-surface-variant));
1222
+ }
1223
+
1224
+ .e-de-op-search-icon:hover {
1225
+ background: rgba(var(--color-sf-outline-variant));
1226
+ }
1227
+
1228
+ .e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus {
1229
+ border: 1px solid rgba(var(--color-sf-on-surface-variant));
1230
+ border-right-width: 0;
1231
+ }
1232
+
1233
+ .e-de-op-search-close-icon:hover {
1234
+ background: rgba(var(--color-sf-outline-variant));
1235
+ }
1236
+
1237
+ .e-spin-down:focus {
1238
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1239
+ border-right-width: 0;
1240
+ }
1241
+
1242
+ .e-spin-down:hover {
1243
+ background: rgba(var(--color-sf-outline-variant));
1244
+ }
1245
+
1246
+ .e-spin-up:focus {
1247
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1248
+ border-right-width: 0;
1249
+ }
1250
+
1251
+ .e-spin-up:hover {
1252
+ background: rgba(var(--color-sf-outline-variant));
1253
+ }
1254
+
1255
+ .e-de-toc-dlg-heading {
1256
+ display: block;
1257
+ color: rgba(var(--color-sf-on-surface-variant));
1258
+ font-size: 14px;
1259
+ font-weight: 600;
1260
+ margin-bottom: 8px;
1261
+ }
1262
+
1263
+ .e-de-toc-dlg-main-heading {
1264
+ color: rgba(var(--color-sf-on-surface-variant));
1265
+ display: block;
1266
+ font-size: 14px;
1267
+ font-weight: 600;
1268
+ margin-bottom: 8px;
1269
+ }
1270
+
1271
+ .e-content-placeholder.e-documenteditor.e-placeholder-documenteditor {
1272
+ background-size: 100%;
1273
+ }
1274
+
1275
+ .e-de-toc-reset-button {
1276
+ margin-top: 10px;
1277
+ }
1278
+
1279
+ .e-de-toc-reset-button.e-de-rtl {
1280
+ margin-right: 0;
1281
+ }
1282
+
1283
+ .e-de-toc-modify-button {
1284
+ margin-left: 156px;
1285
+ margin-top: 10px;
1286
+ }
1287
+
1288
+ .e-de-toc-modify-button.e-de-rtl {
1289
+ margin-left: 0;
1290
+ margin-right: 156px;
1291
+ }
1292
+
1293
+ .e-de-toc-dlg-container {
1294
+ height: 454px;
1295
+ width: 550px;
1296
+ }
1297
+
1298
+ .e-de-toc-dlg-sub-container {
1299
+ margin-bottom: 8px;
1300
+ }
1301
+
1302
+ .e-de-toc-list-view {
1303
+ border: 1px solid rgba(var(--color-sf-outline));
1304
+ border-radius: 3px;
1305
+ font-size: 12px;
1306
+ height: 186px;
1307
+ overflow-y: scroll;
1308
+ }
1309
+
1310
+ .e-de-toc-list-view.e-de-rtl {
1311
+ margin-left: 0;
1312
+ }
1313
+
1314
+ .e-de-toc-dlg-sub-heading {
1315
+ color: rgba(var(--color-sf-on-surface-variant));
1316
+ display: block;
1317
+ font-size: 14px;
1318
+ font-weight: 600;
1319
+ margin: 5px 15px 5px 15px;
1320
+ }
1321
+
1322
+ .e-de-toc-dlg-style-label {
1323
+ margin-left: 42px;
1324
+ margin-top: 35px;
1325
+ }
1326
+
1327
+ .e-de-toc-dlg-style-label .e-de-rtl {
1328
+ margin-left: 0;
1329
+ margin-right: 42px;
1330
+ }
1331
+
1332
+ .e-de-pagesetup-dlg-container {
1333
+ height: auto;
1334
+ width: 380px;
1335
+ }
1336
+
1337
+ .e-de-page-setup-ppty-tab {
1338
+ border: 0;
1339
+ }
1340
+
1341
+ .e-de-page-setup-dlg-sub-container {
1342
+ margin-bottom: 12px;
1343
+ }
1344
+
1345
+ .e-de-page-setup-dlg-left-sub-container {
1346
+ float: left;
1347
+ position: relative;
1348
+ top: 0;
1349
+ }
1350
+
1351
+ .e-de-page-setup-dlg-left-sub-container.e-de-rtl {
1352
+ float: right;
1353
+ }
1354
+
1355
+ .e-de-page-setup-dlg-right-sub-container {
1356
+ float: right;
1357
+ position: relative;
1358
+ top: 0;
1359
+ }
1360
+
1361
+ .e-de-page-setup-dlg-right-sub-container.e-de-rtl {
1362
+ float: left;
1363
+ }
1364
+
1365
+ .e-de-page-setup-dlg-sub-header {
1366
+ display: block;
1367
+ font-size: 12px;
1368
+ font-weight: 400;
1369
+ margin-bottom: 2px;
1370
+ margin-top: 16px;
1371
+ }
1372
+
1373
+ .e-de-page-setup-dlg-sub-title-header {
1374
+ display: block;
1375
+ font-size: 12px;
1376
+ font-weight: 400;
1377
+ margin-bottom: 2px;
1378
+ margin-top: 12px;
1379
+ }
1380
+
1381
+ .e-de-page-setup-dlg-sub-container-port {
1382
+ height: auto;
1383
+ margin-bottom: 0;
1384
+ }
1385
+
1386
+ .e-de-page-setup-dlg-sub-label {
1387
+ font-size: 14px;
1388
+ font-weight: 600;
1389
+ }
1390
+
1391
+ .e-de-page-setup-dlg-orientation-prop {
1392
+ margin-top: 6px;
1393
+ }
1394
+
1395
+ .e-de-page-setup-dlg-sub-size-container {
1396
+ height: 73px;
1397
+ margin-bottom: 12px;
1398
+ }
1399
+
1400
+ .e-de-page-setup-dlg-layout-sub-container {
1401
+ height: auto;
1402
+ margin-bottom: 12px;
1403
+ position: relative;
1404
+ top: 12px;
1405
+ }
1406
+
1407
+ .e-de-page-setup-dlg-first-page-prop {
1408
+ margin-bottom: 8px;
1409
+ }
1410
+
1411
+ .e-de-page-setup-dlg-first-page-prop .e-label,
1412
+ .e-de-page-setup-dlg-odd-or-even-prop .e-label {
1413
+ font-size: 12px;
1414
+ }
1415
+
1416
+ .e-de-page-setup-dlg-first-page-prop .e-frame,
1417
+ .e-de-page-setup-dlg-odd-or-even-prop .e-frame {
1418
+ height: 18px;
1419
+ line-height: 1.5;
1420
+ width: 18px;
1421
+ }
1422
+
1423
+ .e-de-page-setup-dlg-left-layout-container {
1424
+ float: left;
1425
+ position: relative;
1426
+ top: 0;
1427
+ }
1428
+
1429
+ .e-de-page-setup-dlg-left-layout-container.e-de-rtl {
1430
+ float: right;
1431
+ }
1432
+
1433
+ .e-de-page-setup-dlg-right-layout-container {
1434
+ float: right;
1435
+ position: relative;
1436
+ top: 0;
1437
+ }
1438
+
1439
+ .e-de-page-setup-dlg-right-layout-container.e-de-rtl {
1440
+ float: left;
1441
+ }
1442
+
1443
+ .e-de-dlg-footer .e-btn {
1444
+ margin-left: 10px;
1445
+ }
1446
+
1447
+ .e-de-hyperlink-dlg-title {
1448
+ font-size: 12px;
1449
+ font-weight: 400;
1450
+ margin-bottom: 3px;
1451
+ margin-top: 0;
1452
+ }
1453
+
1454
+ .e-de-hyperlink .e-de-hyperlink-dlg-input {
1455
+ height: 32px;
1456
+ margin-bottom: 8px;
1457
+ width: 240px;
1458
+ }
1459
+
1460
+ .e-de-font-dlg-header {
1461
+ display: -webkit-box;
1462
+ display: -ms-flexbox;
1463
+ display: flex;
1464
+ font-size: 12px;
1465
+ font-weight: 400;
1466
+ margin-bottom: 4px;
1467
+ }
1468
+
1469
+ .e-de-font-dlg-header-effects,
1470
+ .e-de-font-dlg-header-font-color {
1471
+ display: -webkit-box;
1472
+ display: -ms-flexbox;
1473
+ display: flex;
1474
+ font-size: 12px;
1475
+ font-weight: 400;
1476
+ margin-bottom: 0;
1477
+ }
1478
+
1479
+ .e-de-font-dlg-main-header {
1480
+ color: rgba(var(--color-sf-on-surface-variant));
1481
+ font-size: 14px;
1482
+ font-weight: 400;
1483
+ margin-right: 17px;
1484
+ }
1485
+
1486
+ .e-de-font-dlg-cb-right {
1487
+ margin-left: 12px;
1488
+ }
1489
+
1490
+ .e-de-font-dlg-cb-right.e-de-rtl {
1491
+ margin-left: 0;
1492
+ margin-right: 12px;
1493
+ }
1494
+
1495
+ .e-de-font-dlg-cb-right-div {
1496
+ margin-left: 20px;
1497
+ }
1498
+
1499
+ .e-de-dropdown {
1500
+ margin-right: 20px;
1501
+ }
1502
+
1503
+ .e-de-restrict-pane {
1504
+ border-right: 1px solid rgba(var(--color-sf-outline-variant));
1505
+ padding-left: 12px;
1506
+ padding-top: 12px;
1507
+ padding-right: 12px;
1508
+ position: relative;
1509
+ width: 300px;
1510
+ }
1511
+
1512
+ .e-de-op {
1513
+ border-right: 1px solid rgba(var(--color-sf-outline-variant));
1514
+ padding-left: 12px;
1515
+ padding-right: 12px;
1516
+ position: relative;
1517
+ width: 300px;
1518
+ }
1519
+
1520
+ .e-de-op.e-de-rtl {
1521
+ padding-left: 0;
1522
+ padding-right: 12px;
1523
+ }
1524
+
1525
+ .e-de-op-header {
1526
+ color: rgba(var(--color-sf-on-surface));
1527
+ font-size: 15px;
1528
+ font-family: inherit;
1529
+ font-weight: 600;
1530
+ margin-bottom: 1px;
1531
+ padding-top: 12px;
1532
+ }
1533
+
1534
+ .e-de-op-header.e-de-rtl {
1535
+ direction: rtl;
1536
+ text-align: right;
1537
+ }
1538
+
1539
+ .e-de-op-tab {
1540
+ border: 0;
1541
+ height: auto;
1542
+ }
1543
+
1544
+ .e-de-op-icon {
1545
+ color: rgba(var(--color-sf-on-surface-variant));
1546
+ height: 20px;
1547
+ width: 20px;
1548
+ }
1549
+
1550
+ .e-de-op-close-icon {
1551
+ color: rgba(var(--color-sf-on-surface-variant));
1552
+ }
1553
+
1554
+ .e-de-op-nav-btn {
1555
+ height: 20px;
1556
+ width: 20px;
1557
+ }
1558
+
1559
+ .e-de-op-search-txt {
1560
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
1561
+ color: rgba(var(--color-sf-on-surface-variant));
1562
+ font-size: 14px;
1563
+ }
1564
+
1565
+ .e-de-op-search-txt .e-de-op-search-word {
1566
+ color: rgba(var(--color-sf-primary));
1567
+ }
1568
+
1569
+ .e-de-op-more-less {
1570
+ display: -webkit-inline-box;
1571
+ display: -ms-inline-flexbox;
1572
+ display: inline-flex;
1573
+ margin-top: 16px;
1574
+ }
1575
+
1576
+ .e-de-op-replacetabcontentdiv {
1577
+ margin-top: 16px;
1578
+ }
1579
+
1580
+ label[for*=_wholeWord_e-de-ltr] {
1581
+ left: 35px;
1582
+ }
1583
+
1584
+ label[for*=_wholeWord_e-de-rtl] {
1585
+ right: 35px;
1586
+ }
1587
+
1588
+ .e-de-cell-dia-label-common {
1589
+ display: inline-block;
1590
+ font-size: 12px;
1591
+ font-weight: 400;
1592
+ margin-bottom: 4px;
1593
+ margin-top: 0;
1594
+ width: 150px;
1595
+ }
1596
+
1597
+ .e-de-cell-dia-options-label {
1598
+ font-weight: 600;
1599
+ }
1600
+
1601
+ .e-de-table-border-heading {
1602
+ font-size: 14px;
1603
+ font-weight: 500;
1604
+ padding-bottom: 16px;
1605
+ }
1606
+
1607
+ .e-de-table-setting-heading {
1608
+ font-size: 12px;
1609
+ font-weight: 500;
1610
+ padding-bottom: 4px;
1611
+ }
1612
+
1613
+ .e-de-layout-setting-heading {
1614
+ font-size: 12px;
1615
+ font-weight: 500;
1616
+ padding-bottom: 4px;
1617
+ }
1618
+
1619
+ .e-de-table-setting-labels-heading {
1620
+ font-size: 13;
1621
+ font-weight: 500;
1622
+ margin-left: 10px;
1623
+ }
1624
+
1625
+ .e-de-table-element-subheading {
1626
+ font-size: 13;
1627
+ font-weight: 500;
1628
+ }
1629
+
1630
+ .e-de-border-dlg-preview-div {
1631
+ border: 1px solid rgba(0, 0, 0, 0.54);
1632
+ width: 80px;
1633
+ height: 80px;
1634
+ }
1635
+
1636
+ .e-de-border-dlg-preview-inside-divs {
1637
+ opacity: 0.54;
1638
+ }
1639
+
1640
+ .e-de-tablecell-dia-align-div {
1641
+ border: 1px solid rgba(var(--color-sf-outline));
1642
+ display: inline-block;
1643
+ height: 60px;
1644
+ margin-right: 11px;
1645
+ width: 60px;
1646
+ }
1647
+
1648
+ .e-de-tablecell-dia-align-div.e-de-rtl {
1649
+ margin-left: 11px;
1650
+ margin-right: 0;
1651
+ }
1652
+
1653
+ .e-de-table-dia-align-label {
1654
+ display: inline-block;
1655
+ font-size: 12px;
1656
+ margin-left: 10px;
1657
+ margin-top: 4px;
1658
+ }
1659
+
1660
+ .e-de-table-dialog-separator-line {
1661
+ background-color: rgba(var(--color-sf-outline));
1662
+ bottom: 59px;
1663
+ display: none;
1664
+ height: 1px;
1665
+ left: 1px;
1666
+ margin-top: 5px;
1667
+ position: absolute;
1668
+ width: 100%;
1669
+ }
1670
+
1671
+ .e-de-table-alignment-active {
1672
+ border: 1px solid rgba(var(--color-sf-primary));
1673
+ }
1674
+
1675
+ .e-de-table-dialog-options-label {
1676
+ font-size: 12px;
1677
+ font-weight: 600;
1678
+ padding-bottom: 8px;
1679
+ }
1680
+
1681
+ .e-de-table-dialog-size-label {
1682
+ padding-top: 16px !important;
1683
+ font-weight: 600;
1684
+ font-size: 12px;
1685
+ }
1686
+
1687
+ .e-de-list-ddl-header {
1688
+ font-size: 14px;
1689
+ font-weight: 600;
1690
+ margin-bottom: 8px;
1691
+ margin-top: 12px;
1692
+ }
1693
+
1694
+ .e-de-list-ddl-header-list-level {
1695
+ font-size: 14px;
1696
+ font-weight: 600;
1697
+ margin-bottom: 8px;
1698
+ }
1699
+
1700
+ .e-de-tbl-dlg-footer {
1701
+ padding-top: 23px;
1702
+ }
1703
+
1704
+ .e-de-row-ht-top,
1705
+ .e-de-cell-ht-top {
1706
+ padding: 0 12px;
1707
+ width: 160px;
1708
+ }
1709
+
1710
+ .e-de-ht-wdth-type {
1711
+ margin-top: -22px;
1712
+ width: 120px;
1713
+ }
1714
+
1715
+ .e-de-row-ht-top.e-de-rtl,
1716
+ .e-de-cell-ht-top.e-de-rtl {
1717
+ margin-left: 0;
1718
+ margin-right: 12px;
1719
+ }
1720
+
1721
+ .e-de-cell-width-top {
1722
+ margin-left: 20px;
1723
+ margin-top: -23px;
1724
+ }
1725
+
1726
+ .e-de-cell-width-top.e-de-rtl {
1727
+ margin-left: 0;
1728
+ margin-right: 20px;
1729
+ }
1730
+
1731
+ .e-de-tbl-dlg-border-btn {
1732
+ float: right;
1733
+ margin-top: 24px;
1734
+ }
1735
+
1736
+ .e-de-tbl-dlg-border-btn.e-de-rtl {
1737
+ float: left;
1738
+ margin-right: 0;
1739
+ }
1740
+
1741
+ .e-de-table-border-setting.e-de-rtl {
1742
+ right: 5px;
1743
+ }
1744
+
1745
+ .e-de-tbl-dlg-op-btn {
1746
+ left: 440px;
1747
+ position: absolute;
1748
+ top: 285px;
1749
+ }
1750
+
1751
+ .e-de-insert-table-dlg-sub-header {
1752
+ display: block;
1753
+ font-size: 12px;
1754
+ font-weight: 400;
1755
+ margin-bottom: 4px;
1756
+ margin-top: 0;
1757
+ }
1758
+
1759
+ .e-de-insert-footnote-dlg-sub-header,
1760
+ .e-de-insert-footnote-dlg-header {
1761
+ display: block;
1762
+ font-size: 12px;
1763
+ font-weight: 400;
1764
+ margin-bottom: 4px;
1765
+ margin-top: 0;
1766
+ }
1767
+
1768
+ .e-de-insert-footnote-dlg-header {
1769
+ margin-bottom: 12px;
1770
+ }
1771
+
1772
+ .e-de-insert-table-dlg-input {
1773
+ margin-bottom: 16px;
1774
+ }
1775
+
1776
+ .e-de-list-ddl-subheader,
1777
+ .e-de-list-ddl-subheaderbottom {
1778
+ font-size: 12px;
1779
+ font-weight: 600;
1780
+ margin-bottom: 4px;
1781
+ margin-top: 12px;
1782
+ }
1783
+
1784
+ .e-de-list-dlg-subdiv {
1785
+ float: right;
1786
+ margin-top: 40px;
1787
+ position: relative;
1788
+ }
1789
+
1790
+ .e-de-list-dlg-subdiv.e-de-rtl {
1791
+ float: left;
1792
+ margin-top: -121px;
1793
+ }
1794
+
1795
+ .e-de-list-dlg-div {
1796
+ float: right;
1797
+ margin-top: 36px;
1798
+ position: relative;
1799
+ }
1800
+
1801
+ .e-de-list-dlg-div.e-de-rtl {
1802
+ float: left;
1803
+ margin-top: -125px;
1804
+ }
1805
+
1806
+ .e-de-ok-button {
1807
+ margin-right: 8px;
1808
+ }
1809
+
1810
+ .e-de-ok-button.e-de-rtl {
1811
+ margin-left: 8px;
1812
+ }
1813
+
1814
+ .e-de-options-setter {
1815
+ left: 339px;
1816
+ }
1817
+
1818
+ .e-de-op-close-icon:hover {
1819
+ color: rgba(0, 0, 0, 0.75);
1820
+ }
1821
+
1822
+ .e-de-tooltip {
1823
+ background-color: rgba(var(--color-sf-surface));
1824
+ -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1825
+ box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1826
+ color: rgba(var(--color-sf-on-surface));
1827
+ cursor: text;
1828
+ display: table;
1829
+ max-width: 200px;
1830
+ padding: 5px;
1831
+ word-wrap: break-word;
1832
+ }
1833
+
1834
+ .e-de-form-popup {
1835
+ background-color: rgba(var(--color-sf-surface));
1836
+ -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1837
+ box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1838
+ color: rgba(var(--color-sf-on-surface));
1839
+ cursor: text;
1840
+ max-width: 350px;
1841
+ min-width: 300px;
1842
+ padding: 16px;
1843
+ position: absolute;
1844
+ width: -webkit-fit-content;
1845
+ width: -moz-fit-content;
1846
+ width: fit-content;
1847
+ word-wrap: break-word;
1848
+ }
1849
+
1850
+ .e-de-save,
1851
+ .e-de-cancel {
1852
+ margin-left: 8px;
1853
+ }
1854
+
1855
+ .e-btn.e-de-op-icon-btn {
1856
+ background-color: transparent;
1857
+ border-color: transparent;
1858
+ }
1859
+
1860
+ .e-documenteditor .e-de-op-close-button {
1861
+ left: 250px;
1862
+ position: absolute;
1863
+ top: 8px;
1864
+ }
1865
+
1866
+ .e-de-restrict-pane {
1867
+ color: rgba(var(--color-sf-on-surface));
1868
+ }
1869
+
1870
+ .e-de-op.e-de-rtl .e-de-search-tab-content {
1871
+ margin-left: 12px;
1872
+ margin-right: 0;
1873
+ }
1874
+
1875
+ .e-documenteditor .e-de-op-close-button.e-de-rtl {
1876
+ right: 255px;
1877
+ }
1878
+
1879
+ .e-de-table-measure-lbl {
1880
+ font-size: 12px;
1881
+ font-weight: 400;
1882
+ display: block;
1883
+ margin-bottom: 4px;
1884
+ }
1885
+
1886
+ .e-de-tbl-indent-lbl {
1887
+ font-weight: 400;
1888
+ font-size: 12px;
1889
+ position: relative;
1890
+ display: block;
1891
+ margin-bottom: 0;
1892
+ top: 6px;
1893
+ }
1894
+
1895
+ .e-btn.e-de-op-close-button:hover {
1896
+ background-color: transparent;
1897
+ border-color: transparent;
1898
+ color: rgba(0, 0, 0, 0.75);
1899
+ }
1900
+
1901
+ .e-btn.e-de-op-close-button:focus {
1902
+ background-color: transparent;
1903
+ border-color: transparent;
1904
+ color: rgba(0, 0, 0, 0.75);
1905
+ }
1906
+
1907
+ .e-btn.e-de-op-close-button:active {
1908
+ background-color: transparent;
1909
+ border-color: transparent;
1910
+ color: rgba(var(--color-sf-on-surface-variant), 0.5);
1911
+ }
1912
+
1913
+ .e-documenteditor .e-input {
1914
+ font-size: 14px;
1915
+ }
1916
+
1917
+ .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
1918
+ height: 32px;
1919
+ }
1920
+
1921
+ .e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) {
1922
+ height: auto;
1923
+ }
1924
+
1925
+ .e-de-op-result-container {
1926
+ margin-top: 12px;
1927
+ }
1928
+
1929
+ .e-de-restrict-pane,
1930
+ .e-de-op {
1931
+ 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));
1932
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1933
+ }
1934
+
1935
+ .e-de-restrict-pane .e-tab-header .e-toolbar-items,
1936
+ .e-de-op .e-tab-header .e-toolbar-items {
1937
+ margin-bottom: 0;
1938
+ margin-top: 0;
1939
+ }
1940
+
1941
+ .e-de-font-dlg-color {
1942
+ border: 1px linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1943
+ border-radius: 4px;
1944
+ font-size: 12px;
1945
+ height: 16px;
1946
+ margin-left: 15px;
1947
+ width: 25px;
1948
+ }
1949
+
1950
+ .e-de-icon-table-row-above {
1951
+ top: 10px;
1952
+ }
1953
+
1954
+ .e-de-icon-table-row-below {
1955
+ top: 49px;
1956
+ }
1957
+
1958
+ .e-de-icon-table-column-left {
1959
+ top: 89px;
1960
+ }
1961
+
1962
+ .e-de-icon-table-column-right {
1963
+ top: 127px;
1964
+ }
1965
+
1966
+ .e-de-icon-table-delete {
1967
+ top: 10px;
1968
+ }
1969
+
1970
+ .e-de-icon-table-row-delete {
1971
+ top: 49px;
1972
+ }
1973
+
1974
+ .e-de-icon-table-column-delete {
1975
+ top: 89px;
1976
+ }
1977
+
1978
+ .e-de-list-bullet-none {
1979
+ height: 40px;
1980
+ width: 40px;
1981
+ }
1982
+
1983
+ .e-de-list-bullet-dot {
1984
+ height: 40px;
1985
+ width: 40px;
1986
+ }
1987
+
1988
+ .e-de-list-bullet-circle {
1989
+ height: 40px;
1990
+ width: 40px;
1991
+ }
1992
+
1993
+ .e-de-list-bullet-square {
1994
+ height: 40px;
1995
+ width: 40px;
1996
+ }
1997
+
1998
+ .e-de-list-bullet-flower {
1999
+ height: 40px;
2000
+ width: 40px;
2001
+ }
2002
+
2003
+ .e-de-list-bullet-arrow {
2004
+ height: 40px;
2005
+ width: 40px;
2006
+ }
2007
+
2008
+ .e-de-list-bullet-tick {
2009
+ height: 40px;
2010
+ width: 40px;
2011
+ }
2012
+
2013
+ .e-de-bullet:hover {
2014
+ background: rgba(0, 0, 0, 0.12);
2015
+ }
2016
+
2017
+ .e-de-list-numbered-none {
2018
+ height: 80px;
2019
+ width: 80px;
2020
+ }
2021
+
2022
+ .e-de-list-numbered-number-dot {
2023
+ height: 80px;
2024
+ width: 80px;
2025
+ }
2026
+
2027
+ .e-de-list-numbered-number-brace {
2028
+ height: 80px;
2029
+ width: 80px;
2030
+ }
2031
+
2032
+ .e-de-list-numbered-up-roman {
2033
+ height: 80px;
2034
+ width: 80px;
2035
+ }
2036
+
2037
+ .e-de-list-numbered-up-letter {
2038
+ height: 80px;
2039
+ width: 80px;
2040
+ }
2041
+
2042
+ .e-de-list-numbered-low-letter-brace {
2043
+ height: 80px;
2044
+ width: 80px;
2045
+ }
2046
+
2047
+ .e-de-numbered-low-letter-dot {
2048
+ height: 80px;
2049
+ width: 80px;
2050
+ }
2051
+
2052
+ .e-de-list-numbered-low-roman {
2053
+ height: 80px;
2054
+ width: 80px;
2055
+ }
2056
+
2057
+ .e-de-numbered:hover {
2058
+ background: rgba(0, 0, 0, 0.12);
2059
+ }
2060
+
2061
+ .e-de-list-multilevel-none {
2062
+ height: 80px;
2063
+ width: 80px;
2064
+ }
2065
+
2066
+ .e-de-list-multilevel-list-normal {
2067
+ height: 80px;
2068
+ width: 80px;
2069
+ }
2070
+
2071
+ .e-de-list-multilevel-list-multilevel {
2072
+ height: 80px;
2073
+ width: 80px;
2074
+ }
2075
+
2076
+ .e-de-list-multilevel-list-bullets {
2077
+ height: 80px;
2078
+ width: 80px;
2079
+ }
2080
+
2081
+ .e-de-multilevel-list:hover {
2082
+ background: rgba(0, 0, 0, 0.12);
2083
+ }
2084
+
2085
+ .e-de-list-dialog-open:hover {
2086
+ background: rgba(0, 0, 0, 0.12);
2087
+ }
2088
+
2089
+ .e-de-cell-options {
2090
+ left: 336px;
2091
+ top: 272px;
2092
+ }
2093
+
2094
+ .e-de-cell-options.e-de-rtl {
2095
+ left: 123px;
2096
+ }
2097
+
2098
+ .e-de-font-color-label {
2099
+ margin-bottom: 8px;
2100
+ margin-right: 12px;
2101
+ margin-top: 12px;
2102
+ }
2103
+
2104
+ .e-de-font-content-label {
2105
+ width: 125px;
2106
+ }
2107
+
2108
+ .e-de-font-color-margin {
2109
+ margin-right: 8px;
2110
+ margin-top: 5px;
2111
+ }
2112
+
2113
+ .e-de-font-color-margin.e-de-rtl {
2114
+ margin-left: 8px;
2115
+ margin-right: 0;
2116
+ }
2117
+
2118
+ .e-de-font-content-checkbox-label {
2119
+ margin-left: 46px;
2120
+ }
2121
+
2122
+ .e-de-font-content-checkbox-label-rtl {
2123
+ margin-right: 41px;
2124
+ }
2125
+
2126
+ .e-bigger .e-de-font-content-checkbox-label {
2127
+ margin-left: 64px;
2128
+ }
2129
+ .e-bigger .e-de-font-content-checkbox-label-rtl {
2130
+ margin-right: 64px;
2131
+ }
2132
+ .e-bigger .e-de-font-content-label {
2133
+ width: 154px;
2134
+ }
2135
+
2136
+ .e-de-font-checkbox {
2137
+ margin-top: 8px;
2138
+ }
2139
+
2140
+ .e-de-font-checkbox-transform {
2141
+ margin-left: 58px;
2142
+ }
2143
+
2144
+ .e-de-font-checkbox-transform.e-de-rtl {
2145
+ margin-left: 0;
2146
+ margin-right: 58px;
2147
+ }
2148
+
2149
+ .e-de-font-checkbox-transform-label {
2150
+ margin-bottom: 8px;
2151
+ margin-top: 8px;
2152
+ }
2153
+
2154
+ .e-de-font-checkbox.e-de-rtl {
2155
+ margin-left: 0;
2156
+ margin-right: 58px;
2157
+ }
2158
+
2159
+ .e-de-font-checkbox.e-de-rtl {
2160
+ margin-left: 0;
2161
+ margin-right: 58px;
2162
+ }
2163
+
2164
+ .e-de-font-clr-div {
2165
+ margin-top: 12px;
2166
+ }
2167
+
2168
+ .e-de-font-dlg-padding {
2169
+ margin-top: 12px;
2170
+ }
2171
+
2172
+ .e-de-table-container-div {
2173
+ margin-top: 11px;
2174
+ }
2175
+
2176
+ .e-de-table-header-div {
2177
+ padding-top: 0;
2178
+ }
2179
+
2180
+ .e-de-table-subheader-div {
2181
+ float: right;
2182
+ margin-right: 140px;
2183
+ margin-top: -40px;
2184
+ }
2185
+
2186
+ .e-de-table-subheader-div.e-de-rtl {
2187
+ float: left;
2188
+ margin-left: 140px;
2189
+ margin-right: 0;
2190
+ }
2191
+
2192
+ .e-de-table-cell-header-div {
2193
+ padding-top: 0;
2194
+ }
2195
+
2196
+ .e-de-table-cell-subheader-div {
2197
+ top: 57px;
2198
+ }
2199
+
2200
+ .e-de-cell-margin-header {
2201
+ left: -26px;
2202
+ top: 274px;
2203
+ }
2204
+
2205
+ .e-de-tbl-margin-sub-header {
2206
+ margin-top: 10px;
2207
+ }
2208
+
2209
+ .e-de-tbl-btn-separator {
2210
+ width: 60%;
2211
+ }
2212
+
2213
+ .e-de-op-msg {
2214
+ color: rgba(var(--color-sf-on-surface));
2215
+ top: 79px;
2216
+ }
2217
+
2218
+ .e-de-save-dlg-file-name {
2219
+ height: 25px;
2220
+ margin-bottom: 8px;
2221
+ }
2222
+
2223
+ .e-de-save-dlg-format-type {
2224
+ height: 25px;
2225
+ margin-bottom: 8px;
2226
+ padding-top: 1px;
2227
+ }
2228
+
2229
+ .e-de-search-tab-content {
2230
+ margin-top: 12px;
2231
+ width: 275px;
2232
+ }
2233
+
2234
+ .e-de-font-dlg {
2235
+ width: -webkit-max-content;
2236
+ width: -moz-max-content;
2237
+ width: max-content;
2238
+ padding: 8px;
2239
+ }
2240
+
2241
+ .e-de-hyperlink {
2242
+ width: 240px;
2243
+ }
2244
+
2245
+ .e-de-table-border-shading-dlg .e-de-dlg-row .e-de-dlg-row label {
2246
+ margin-left: 10px;
2247
+ }
2248
+
2249
+ .e-de-table-setting-heading {
2250
+ line-height: 22px;
2251
+ letter-spacing: 0.3000000119px;
2252
+ }
2253
+
2254
+ .e-de-rp-btn-enforce {
2255
+ border-radius: 4px !important;
2256
+ }
2257
+
2258
+ .e-de-track-toolbar .e-de-track-pane-drop-btn, #e-de-menu-option {
2259
+ background: none;
2260
+ }
2261
+
2262
+ .e-bigger .e-de-hyperlink {
2263
+ width: 320px;
2264
+ }
2265
+
2266
+ .e-de-insert-table {
2267
+ height: auto;
2268
+ width: auto;
2269
+ }
2270
+
2271
+ .e-de-insert-footnote {
2272
+ height: auto;
2273
+ width: 280px;
2274
+ }
2275
+
2276
+ .e-de-insert-spellchecker {
2277
+ height: 360px;
2278
+ width: 513px;
2279
+ font-weight: 400;
2280
+ }
2281
+
2282
+ .e-bigger .e-de-insert-spellchecker {
2283
+ width: 600px;
2284
+ }
2285
+
2286
+ .e-de-dlg-spellcheck-listview {
2287
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2288
+ border-radius: 2px !important;
2289
+ height: 122px !important;
2290
+ margin-right: 12px;
2291
+ margin-top: 8px;
2292
+ position: relative;
2293
+ float: left;
2294
+ width: 100%;
2295
+ }
2296
+
2297
+ .e-de-dlg-spellcheck-listview.e-de-rtl {
2298
+ float: right;
2299
+ }
2300
+
2301
+ .e-de-spellcheck-error-container {
2302
+ height: 140px;
2303
+ margin-bottom: 16px;
2304
+ display: -webkit-box;
2305
+ display: -ms-flexbox;
2306
+ display: flex;
2307
+ }
2308
+
2309
+ .e-de-spellcheck-suggestion-container {
2310
+ height: 140px;
2311
+ margin-bottom: 16px;
2312
+ display: -webkit-box;
2313
+ display: -ms-flexbox;
2314
+ display: flex;
2315
+ }
2316
+
2317
+ .e-dlg-spellcheck-listitem {
2318
+ font-size: 15px !important;
2319
+ }
2320
+
2321
+ .e-de-spellcheck-btncontainer {
2322
+ margin-top: 8px;
2323
+ position: relative;
2324
+ width: 100%;
2325
+ float: right;
2326
+ }
2327
+
2328
+ .e-de-spellcheck-btncontainer.e-de-rtl {
2329
+ float: left;
2330
+ }
2331
+
2332
+ .e-de-spellcheck-btn {
2333
+ margin-bottom: 10px;
2334
+ width: 100%;
2335
+ }
2336
+
2337
+ .e-de-dlg-spellchecker-subheader {
2338
+ margin-top: 8px;
2339
+ font-size: 15px;
2340
+ }
2341
+
2342
+ .e-de-dlg-spellchecker-subheaderbtm {
2343
+ font-size: 15px;
2344
+ }
2345
+
2346
+ .e-de-list-dlg {
2347
+ height: 405px;
2348
+ width: 400px;
2349
+ }
2350
+
2351
+ .e-de-save-dlg {
2352
+ height: 135px;
2353
+ width: 230px;
2354
+ }
2355
+
2356
+ .e-de-table-properties-dlg {
2357
+ padding: 0px 8px;
2358
+ width: 430px;
2359
+ }
2360
+
2361
+ .e-de-table-border-shading-dlg {
2362
+ width: 440px;
2363
+ height: 400px;
2364
+ }
2365
+
2366
+ .e-de-table-cell-margin-dlg {
2367
+ height: auto;
2368
+ width: 412px;
2369
+ padding: 0px 8px;
2370
+ }
2371
+
2372
+ .e-de-table-options-dlg {
2373
+ height: auto;
2374
+ width: 395px;
2375
+ }
2376
+
2377
+ .e-de-table-border-none {
2378
+ position: absolute;
2379
+ top: 30px;
2380
+ }
2381
+
2382
+ .e-de-table-border-box {
2383
+ position: absolute;
2384
+ top: 95px;
2385
+ }
2386
+
2387
+ .e-de-table-border-all {
2388
+ position: absolute;
2389
+ top: 165px;
2390
+ }
2391
+
2392
+ .e-de-table-border-custom {
2393
+ position: absolute;
2394
+ top: 235px;
2395
+ }
2396
+
2397
+ .e-de-table-shading-preview {
2398
+ top: 385px;
2399
+ }
2400
+
2401
+ .e-de-font-label span.e-label {
2402
+ color: rgba(var(--color-sf-on-surface));
2403
+ }
2404
+
2405
+ .e-de-font-content-label:hover .e-label,
2406
+ .e-css.e-de-font-content-label:hover .e-label {
2407
+ color: rgba(var(--color-sf-on-surface));
2408
+ }
2409
+
2410
+ .e-de-font-label:hover .e-label,
2411
+ .e-css.e-de-font-label:hover .e-label {
2412
+ color: rgba(var(--color-sf-on-surface));
2413
+ }
2414
+
2415
+ .e-de-op-dlg-footer {
2416
+ margin-top: 18px;
2417
+ }
2418
+
2419
+ .e-de-op-dlg-footer .e-btn {
2420
+ padding-left: 6px;
2421
+ padding-right: 6px;
2422
+ }
2423
+
2424
+ .e-de-search-tab-content .e-input-group .e-de-search-input {
2425
+ width: 204px;
2426
+ }
2427
+
2428
+ .e-de-op-replacewith {
2429
+ width: 98%;
2430
+ }
2431
+
2432
+ .e-de-table-ppty-tab {
2433
+ border: 0;
2434
+ }
2435
+
2436
+ .e-de-list-format-info {
2437
+ border-radius: 50% !important;
2438
+ cursor: default;
2439
+ font-size: 12px !important;
2440
+ height: 15px;
2441
+ line-height: 1px;
2442
+ padding: 3px 0 0 0 !important;
2443
+ text-transform: lowercase;
2444
+ width: 16px;
2445
+ }
2446
+
2447
+ .e-button-custom {
2448
+ height: 32px;
2449
+ width: 100%;
2450
+ }
2451
+
2452
+ .e-bigger .e-button-custom {
2453
+ height: 37px;
2454
+ width: 100%;
2455
+ }
2456
+
2457
+ .e-styles-listview,
2458
+ .e-bookmark-listview {
2459
+ border: 1px solid rgba(var(--color-sf-outline));
2460
+ border-radius: 4px;
2461
+ height: 150px;
2462
+ overflow-y: scroll;
2463
+ }
2464
+
2465
+ .e-bookmark-gotobutton,
2466
+ .e-bookmark-addbutton,
2467
+ .e-styles-addbutton,
2468
+ .e-bookmark-deletebutton {
2469
+ margin-bottom: 12px;
2470
+ }
2471
+
2472
+ .e-bookmark-list {
2473
+ float: left;
2474
+ margin-right: 12px;
2475
+ width: 250px;
2476
+ }
2477
+
2478
+ .e-bookmark-list.e-de-rtl {
2479
+ margin-left: 12px;
2480
+ margin-right: 0;
2481
+ }
2482
+
2483
+ .e-bookmark-textboxdiv {
2484
+ margin-bottom: 8px;
2485
+ }
2486
+
2487
+ .e-bookmark-listview .e-list-item {
2488
+ font-size: 13px;
2489
+ height: 30px;
2490
+ line-height: 27px;
2491
+ }
2492
+
2493
+ .e-bookmark-common {
2494
+ display: -webkit-box;
2495
+ display: -ms-flexbox;
2496
+ display: flex;
2497
+ }
2498
+
2499
+ .e-bookmark-button {
2500
+ position: relative;
2501
+ top: 0;
2502
+ }
2503
+
2504
+ .e-font {
2505
+ float: left;
2506
+ }
2507
+
2508
+ .e-font-rtl {
2509
+ float: right;
2510
+ }
2511
+
2512
+ .e-de-table-border-toptop-alignment,
2513
+ .e-de-table-border-topcenter-alignment,
2514
+ .e-de-table-border-topbottom-alignment,
2515
+ .e-de-table-border-diagionalup-alignment,
2516
+ .e-de-table-border-diagionaldown-alignment,
2517
+ .e-de-table-border-bottomleft-alignment,
2518
+ .e-de-table-border-bottomcenter-alignment,
2519
+ .e-de-table-border-bottomright-alignment {
2520
+ left: 48%;
2521
+ position: relative;
2522
+ top: 59%;
2523
+ -webkit-transform: translate(-50%, -50%);
2524
+ transform: translate(-50%, -50%);
2525
+ }
2526
+
2527
+ .e-de-style-properties,
2528
+ .e-de-style-formatting {
2529
+ font-size: 14px;
2530
+ font-weight: 600;
2531
+ color: rgba(var(--color-sf-on-surface-variant));
2532
+ }
2533
+
2534
+ .e-de-style-formatting {
2535
+ margin-bottom: 8px;
2536
+ }
2537
+
2538
+ .e-de-style-paragraph-indent-group-button .e-btn,
2539
+ .e-de-style-paragraph-group-button .e-btn,
2540
+ .e-de-style-font-group-button .e-btn {
2541
+ -webkit-box-shadow: none;
2542
+ box-shadow: none;
2543
+ }
2544
+
2545
+ .e-de-table-options-dlg-div {
2546
+ height: auto;
2547
+ position: relative;
2548
+ margin-bottom: 14px;
2549
+ width: 504px;
2550
+ }
2551
+
2552
+ .e-de-style-paragraph-indent-group-button .e-btn.e-active,
2553
+ .e-de-style-paragraph-group-button .e-btn.e-active,
2554
+ .e-de-style-font-group-button .e-btn.e-active {
2555
+ background-color: rgba(var(--color-sf-primary-container));
2556
+ border-color: rgba(var(--color-sf-primary-container));
2557
+ -webkit-box-shadow: none;
2558
+ box-shadow: none;
2559
+ color: rgba(var(--color-sf-on-surface));
2560
+ }
2561
+
2562
+ .e-de-style-properties {
2563
+ margin-bottom: 12px;
2564
+ }
2565
+
2566
+ .e-de-style-nametype-div {
2567
+ margin-bottom: 20px;
2568
+ }
2569
+
2570
+ .e-de-style-based-para-div {
2571
+ margin-bottom: 12px;
2572
+ }
2573
+
2574
+ .e-de-style-name,
2575
+ .e-de-style-styletype,
2576
+ .e-de-style-style-based-on,
2577
+ .e-de-style-style-paragraph {
2578
+ font-weight: 400;
2579
+ margin-bottom: 8px;
2580
+ font-size: 12px;
2581
+ width: 180px;
2582
+ }
2583
+
2584
+ .e-de-style-left-div {
2585
+ margin-right: 20px;
2586
+ }
2587
+
2588
+ .e-de-style-left-div.e-de-rtl {
2589
+ margin-left: 20px;
2590
+ margin-right: 0;
2591
+ }
2592
+
2593
+ .e-de-style-font-color-picker,
2594
+ .e-de-style-icon-button-size,
2595
+ .e-de-style-icon-button-first-size,
2596
+ .e-de-style-icon-button-last-size {
2597
+ height: 31px;
2598
+ }
2599
+
2600
+ .e-bigger .e-de-style-font-color-picker,
2601
+ .e-bigger .e-de-style-icon-button-size,
2602
+ .e-bigger .e-de-style-icon-button-first-size,
2603
+ .e-bigger .e-de-style-icon-button-last-size {
2604
+ height: 35px;
2605
+ }
2606
+ .e-bigger .e-de-style-bold-button-size {
2607
+ margin-left: 8px;
2608
+ }
2609
+
2610
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-group-button button,
2611
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-style-paragraph button {
2612
+ height: 40px !important;
2613
+ width: 44px !important;
2614
+ }
2615
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2616
+ height: 40px !important;
2617
+ width: auto !important;
2618
+ }
2619
+
2620
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-group-button button,
2621
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-style-paragraph button {
2622
+ height: 40px !important;
2623
+ width: 44px !important;
2624
+ }
2625
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2626
+ height: 40px !important;
2627
+ width: auto !important;
2628
+ }
2629
+
2630
+ .e-bigger .e-rtl .e-de-style-font-group-button button,
2631
+ .e-bigger .e-rtl .e-de-style-paragraph-indent-group-button button,
2632
+ .e-bigger .e-rtl .e-de-style-paragraph-group-button button {
2633
+ height: 40px !important;
2634
+ width: 44px !important;
2635
+ }
2636
+ .e-bigger .e-de-style-font-group-button button,
2637
+ .e-bigger .e-de-style-paragraph-indent-group-button button,
2638
+ .e-bigger .e-de-style-paragraph-group-button button {
2639
+ height: 40px !important;
2640
+ width: 44px !important;
2641
+ }
2642
+
2643
+ .e-de-style-font-group-button button,
2644
+ .e-de-style-paragraph-indent-group-button button,
2645
+ .e-de-style-paragraph-group-button button {
2646
+ width: 36px;
2647
+ border-radius: 4px;
2648
+ margin-right: 5px;
2649
+ 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));
2650
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
2651
+ }
2652
+
2653
+ .e-de-style-bold-button-size {
2654
+ margin-left: 8px;
2655
+ }
2656
+
2657
+ .e-de-style-format-dropdwn .e-btn-icon {
2658
+ margin-left: 8px;
2659
+ }
2660
+
2661
+ .e-de-style-font-color-picker,
2662
+ .e-de-style-icon-button-size {
2663
+ margin-right: 8px;
2664
+ }
2665
+
2666
+ .e-de-style-icon-button-first-size {
2667
+ margin-right: 3px;
2668
+ margin-left: 8px;
2669
+ }
2670
+
2671
+ .e-de-style-icon-button-last-size {
2672
+ margin-right: 8px;
2673
+ }
2674
+
2675
+ .e-de-style-font-color-picker {
2676
+ margin-left: 8px;
2677
+ }
2678
+
2679
+ .e-style-font-fmaily-right {
2680
+ margin-right: 8px;
2681
+ }
2682
+
2683
+ .e-style-font {
2684
+ margin-left: 20px;
2685
+ margin-right: 20px;
2686
+ }
2687
+
2688
+ .e-de-style-dlg-name-input {
2689
+ height: 32px;
2690
+ }
2691
+
2692
+ .e-style-list {
2693
+ margin-left: 20px;
2694
+ }
2695
+
2696
+ .e-de-style-dialog .e-de-style-only-this-document {
2697
+ margin-top: 25px;
2698
+ }
2699
+
2700
+ .e-de-style-format-dropdwn {
2701
+ width: 135px;
2702
+ 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));
2703
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
2704
+ border-radius: 2px;
2705
+ }
2706
+
2707
+ .e-de-style-options-div,
2708
+ .e-de-style-options-div > div:first-child {
2709
+ margin-bottom: 12px !important;
2710
+ }
2711
+
2712
+ .e-de-op-replace-messagediv {
2713
+ color: rgba(var(--color-sf-on-surface));
2714
+ top: auto;
2715
+ }
2716
+
2717
+ .e-de-font-content-label .e-label,
2718
+ .e-de-font-dlg-cb-right .e-label,
2719
+ .e-de-font-checkbox .e-label {
2720
+ font-size: 14px;
2721
+ }
2722
+
2723
+ .e-de-font-content-label .e-frame,
2724
+ .e-de-font-dlg-cb-right .e-frame,
2725
+ .e-de-font-checkbox .e-frame,
2726
+ .e-de-font-content-label-caps .e-frame,
2727
+ .e-de-cntr-pane-padding .e-frame {
2728
+ height: 18px;
2729
+ line-height: 1.5;
2730
+ width: 18px;
2731
+ }
2732
+
2733
+ .e-de-op-input-group,
2734
+ .e-de-op-replacewith {
2735
+ height: auto;
2736
+ }
2737
+
2738
+ .e-bigger .e-de-op-input-group,
2739
+ .e-bigger .e-de-op-replacewith {
2740
+ height: 40px;
2741
+ }
2742
+
2743
+ .e-de-hyperlink-bookmark-check {
2744
+ margin-top: 8px;
2745
+ }
2746
+
2747
+ .e-de-table-container-div .e-checkbox-wrapper .e-frame,
2748
+ .e-de-table-header-div .e-checkbox-wrapper .e-frame,
2749
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame,
2750
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame,
2751
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-frame,
2752
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-frame,
2753
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame,
2754
+ .e-de-tbl-margin-sub-header .e-frame {
2755
+ height: 18px;
2756
+ line-height: 1.5;
2757
+ width: 18px;
2758
+ }
2759
+
2760
+ .e-de-table-container-div .e-checkbox-wrapper .e-label,
2761
+ .e-de-table-header-div .e-checkbox-wrapper .e-label,
2762
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
2763
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
2764
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
2765
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
2766
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
2767
+ .e-de-tbl-margin-sub-header .e-label {
2768
+ font-size: 14px;
2769
+ }
2770
+
2771
+ .e-de-table-container-div .e-checkbox-wrapper .e-label,
2772
+ .e-de-table-header-div .e-checkbox-wrapper .e-label,
2773
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
2774
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
2775
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
2776
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
2777
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
2778
+ .e-de-tbl-margin-sub-header .e-label {
2779
+ font-size: 14px;
2780
+ }
2781
+
2782
+ .e-de-table-ppty-dlg-measure-div {
2783
+ float: right;
2784
+ margin-left: 12px;
2785
+ margin-top: -18px;
2786
+ }
2787
+
2788
+ .e-de-table-ppty-dlg-measure-div.e-de-rtl {
2789
+ float: left;
2790
+ margin-left: 0;
2791
+ margin-right: 12px;
2792
+ }
2793
+
2794
+ .e-de-table-ppty-dlg-measure-drop-down-div {
2795
+ float: right;
2796
+ margin-left: 12px;
2797
+ margin-top: 6px;
2798
+ width: 120px;
2799
+ }
2800
+
2801
+ .e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
2802
+ margin-left: 0;
2803
+ margin-right: 12px;
2804
+ }
2805
+
2806
+ .e-de-table-ppty-dlg-left-indent-container {
2807
+ bottom: 5px;
2808
+ left: 46px;
2809
+ position: relative;
2810
+ }
2811
+
2812
+ .e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
2813
+ right: 46px;
2814
+ }
2815
+
2816
+ .e-de-table-ppty-dlg-row-height-label {
2817
+ float: right;
2818
+ margin-right: 184px;
2819
+ margin-top: -62px;
2820
+ }
2821
+
2822
+ .e-de-table-ppty-dlg-row-height-label.e-de-rtl {
2823
+ float: left;
2824
+ margin-left: 184px;
2825
+ margin-right: 0;
2826
+ }
2827
+
2828
+ .e-de-table-ppty-dlg-preferred-width-div {
2829
+ float: right;
2830
+ margin-left: 12px;
2831
+ margin-top: 6px;
2832
+ width: 120px;
2833
+ }
2834
+
2835
+ .e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
2836
+ margin-left: 0;
2837
+ margin-right: 12px;
2838
+ width: 120px;
2839
+ }
2840
+
2841
+ .e-de-table-ppty-options-break {
2842
+ margin-bottom: 8px;
2843
+ }
2844
+
2845
+ .e-de-table-cell-subheader-div {
2846
+ margin-right: 125px;
2847
+ margin-top: -37px;
2848
+ }
2849
+
2850
+ .e-de-table-cell-subheader-div.e-de-rtl {
2851
+ margin-left: 125px;
2852
+ margin-right: 0;
2853
+ }
2854
+
2855
+ .e-de-table-ppty-dlg-cell-tab-measure-label {
2856
+ float: right;
2857
+ margin-right: 190px;
2858
+ margin-top: -58px;
2859
+ }
2860
+
2861
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header {
2862
+ padding-left: 12px;
2863
+ padding-right: 12px;
2864
+ }
2865
+
2866
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header {
2867
+ padding-left: 12px;
2868
+ padding-right: 12px;
2869
+ }
2870
+
2871
+ .e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header {
2872
+ padding-left: 15px;
2873
+ padding-right: 12px;
2874
+ }
2875
+
2876
+ .e-styles-list {
2877
+ float: left;
2878
+ margin-right: 12px;
2879
+ width: 250px;
2880
+ }
2881
+
2882
+ .e-styles-textboxdiv {
2883
+ padding-bottom: 15px;
2884
+ }
2885
+
2886
+ .e-styles-listview .e-list-item {
2887
+ font-size: 13px;
2888
+ height: 30px;
2889
+ line-height: 27px;
2890
+ }
2891
+
2892
+ .e-styles-common {
2893
+ padding-top: 5px;
2894
+ }
2895
+
2896
+ .e-styles-button {
2897
+ float: right;
2898
+ }
2899
+
2900
+ .e-de-toc-dlg-right-sub-container.e-de-rtl {
2901
+ margin-left: 2px;
2902
+ margin-right: 2px;
2903
+ }
2904
+
2905
+ .e-de-toc-dlg-styles {
2906
+ margin-bottom: 11px;
2907
+ margin-left: 38px;
2908
+ margin-top: 12px;
2909
+ }
2910
+
2911
+ .e-de-toc-dlg-styles.e-de-rtl {
2912
+ margin-left: 0;
2913
+ margin-right: 38px;
2914
+ }
2915
+
2916
+ .e-de-toc-dlg-style-input.e-de-rtl {
2917
+ margin-left: 0;
2918
+ margin-right: 38px;
2919
+ }
2920
+
2921
+ .e-de-toc-table-div .e-de-toc-dlg-toc-level {
2922
+ height: 24px;
2923
+ margin-left: 36px;
2924
+ width: 44px;
2925
+ }
2926
+
2927
+ .e-de-toc-styles-table-div {
2928
+ border: 1px solid rgba(var(--color-sf-outline));
2929
+ border-radius: 3px;
2930
+ margin-top: 10px;
2931
+ width: 100%;
2932
+ height: 183px;
2933
+ }
2934
+
2935
+ .e-de-toc-dlg-sub-level-heading {
2936
+ font-size: 12px;
2937
+ }
2938
+
2939
+ .e-de-toc-table-div {
2940
+ height: 143px;
2941
+ overflow-y: scroll;
2942
+ width: 100%;
2943
+ }
2944
+
2945
+ .e-de-toc-dlg-style-input {
2946
+ margin-bottom: 3px;
2947
+ margin-left: 38px;
2948
+ width: 210px;
2949
+ }
2950
+
2951
+ .e-de-toc-dlg-outline-levels {
2952
+ margin-top: 15px;
2953
+ width: 150px;
2954
+ }
2955
+
2956
+ .e-bookmark-textboxdiv .e-bookmark-textbox-input {
2957
+ height: 32px;
2958
+ }
2959
+
2960
+ .e-styles-dlgfields {
2961
+ font-weight: 400;
2962
+ margin-bottom: 6px;
2963
+ }
2964
+
2965
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header {
2966
+ padding-left: 15px;
2967
+ padding-right: 12px;
2968
+ }
2969
+
2970
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header {
2971
+ padding-left: 15px;
2972
+ padding-right: 12px;
2973
+ }
2974
+
2975
+ .e-de-dlg-target .e-footer-content .e-list-dlg-font {
2976
+ margin-left: 1px;
2977
+ }
2978
+
2979
+ .e-bookmark-dlgfields {
2980
+ font-weight: 400;
2981
+ font-size: 12px;
2982
+ margin-bottom: 4px;
2983
+ }
2984
+
2985
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
2986
+ height: 64px;
2987
+ padding: 8px 10px 8px 10px;
2988
+ width: 64px;
2989
+ }
2990
+
2991
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md {
2992
+ height: 45px;
2993
+ width: 45px;
2994
+ }
2995
+
2996
+ .e-de-bullet-icon-size {
2997
+ height: 45px;
2998
+ width: 45px;
2999
+ }
3000
+
3001
+ .e-de-ui-list-header-presetmenu {
3002
+ cursor: pointer;
3003
+ font-size: 11px;
3004
+ line-height: 14px;
3005
+ min-width: 40px;
3006
+ overflow: hidden;
3007
+ text-align: left;
3008
+ white-space: nowrap;
3009
+ width: 100%;
3010
+ }
3011
+
3012
+ .e-de-number-bullet-dlg .e-tab .e-content .e-item {
3013
+ padding: 0px;
3014
+ }
3015
+
3016
+ .e-de-number-bullet-dlg {
3017
+ width: 300px;
3018
+ }
3019
+
3020
+ .e-de-style-numbered-list,
3021
+ .e-de-ui-bullet-list-header-presetmenu {
3022
+ height: 172px;
3023
+ }
3024
+
3025
+ .e-de-ui-bullet {
3026
+ font-size: 42px;
3027
+ }
3028
+
3029
+ .e-de-ui-list-header-presetmenu .e-de-ui-list-line {
3030
+ border-bottom: 1px solid rgba(var(--color-sf-on-surface-variant));
3031
+ margin-left: 5px;
3032
+ width: 100%;
3033
+ }
3034
+
3035
+ .e-de-ui-list-header-presetmenu div span {
3036
+ color: rgba(var(--color-sf-on-surface-variant));
3037
+ display: inline-block;
3038
+ vertical-align: middle;
3039
+ }
3040
+
3041
+ .e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem,
3042
+ .e-de-ui-wfloating-menu .e-de-ui-menuitem-none {
3043
+ border: 0;
3044
+ -webkit-box-shadow: inset 0 0 0 1px rgba(var(--color-sf-outline));
3045
+ box-shadow: inset 0 0 0 1px rgba(var(--color-sf-outline));
3046
+ cursor: pointer;
3047
+ height: 70px;
3048
+ margin: 0 8px 8px 0;
3049
+ padding: 0;
3050
+ width: 70px;
3051
+ }
3052
+
3053
+ .e-de-ui-wfloating-menu {
3054
+ padding: 0;
3055
+ }
3056
+
3057
+ .e-de-list-thumbnail .e-de-list-items {
3058
+ float: left;
3059
+ }
3060
+
3061
+ .e-de-list-thumbnail .e-de-list-items {
3062
+ background: rgba(var(--color-sf-surface));
3063
+ border: 1px solid transparent;
3064
+ clear: initial;
3065
+ display: inline-block;
3066
+ height: auto;
3067
+ margin: 5px;
3068
+ text-align: center;
3069
+ width: auto;
3070
+ }
3071
+
3072
+ .e-de-list-items {
3073
+ background: rgba(var(--color-sf-surface));
3074
+ -webkit-box-sizing: border-box;
3075
+ box-sizing: border-box;
3076
+ cursor: pointer;
3077
+ list-style: none;
3078
+ padding: 7px 10px;
3079
+ position: relative;
3080
+ }
3081
+
3082
+ .e-de-list-item-size {
3083
+ font-size: 14px;
3084
+ }
3085
+
3086
+ .e-de-ui-wfloating-menu {
3087
+ padding: 0;
3088
+ }
3089
+
3090
+ .e-de-table-ppty-dlg-tabs {
3091
+ height: 280px;
3092
+ position: relative;
3093
+ }
3094
+
3095
+ .e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,
3096
+ .e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active {
3097
+ border-color: rgba(var(--color-sf-primary));
3098
+ }
3099
+
3100
+ .e-de-rp-sub-content-div {
3101
+ line-height: 1.5;
3102
+ font-size: 12px;
3103
+ margin-bottom: 8px;
3104
+ }
3105
+
3106
+ .e-de-bullet-icons {
3107
+ left: 50%;
3108
+ position: absolute;
3109
+ top: 50%;
3110
+ -webkit-transform: translate(-50%, -50%);
3111
+ transform: translate(-50%, -50%);
3112
+ }
3113
+
3114
+ .e-de-header-footer-list {
3115
+ color: rgba(var(--color-sf-primary));
3116
+ }
3117
+
3118
+ .e-de-ltr-btn-div {
3119
+ font-size: 12px;
3120
+ width: 100px;
3121
+ }
3122
+
3123
+ .e-de-tbl-rtl-btn-div {
3124
+ font-size: 12px;
3125
+ margin-right: 14px;
3126
+ }
3127
+
3128
+ .e-de-tbl-rtl-btn-div.e-de-rtl {
3129
+ margin-left: 14px;
3130
+ margin-right: 0;
3131
+ }
3132
+
3133
+ .e-de-tbl-ltr-btn-div {
3134
+ font-size: 12px;
3135
+ }
3136
+
3137
+ .e-de-disabledbutton {
3138
+ opacity: 0.4;
3139
+ pointer-events: none;
3140
+ }
3141
+
3142
+ .e-bigger .e-de-insert-table {
3143
+ height: auto;
3144
+ width: auto;
3145
+ }
3146
+ .e-bigger .e-de-insert-footnote {
3147
+ height: auto;
3148
+ width: auto;
3149
+ }
3150
+ .e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
3151
+ height: auto;
3152
+ }
3153
+ .e-bigger .e-de-font-dlg {
3154
+ width: -webkit-max-content;
3155
+ width: -moz-max-content;
3156
+ width: max-content;
3157
+ }
3158
+ .e-bigger .e-para-dlg-sub-height {
3159
+ height: 170px;
3160
+ }
3161
+ .e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
3162
+ margin-right: 36px;
3163
+ }
3164
+ .e-bigger .e-de-font-content-label-width {
3165
+ width: 90px;
3166
+ }
3167
+ .e-bigger .e-de-toc-label {
3168
+ margin-left: 0px;
3169
+ }
3170
+ .e-bigger .e-de-toc-label-rtl {
3171
+ margin-left: 0px;
3172
+ margin-right: 0px;
3173
+ }
3174
+ .e-bigger .e-de-outline-rtl {
3175
+ width: 173px;
3176
+ }
3177
+ .e-bigger .e-de-rp-header {
3178
+ font-size: 16px;
3179
+ width: 75%;
3180
+ }
3181
+
3182
+ .e-de-restrict-format {
3183
+ margin-top: 16px;
3184
+ }
3185
+
3186
+ .e-de-rp-format {
3187
+ font-size: 14px;
3188
+ margin-bottom: 12px;
3189
+ opacity: 0.65;
3190
+ font-weight: 400;
3191
+ }
3192
+
3193
+ .e-de-rp-checkbox {
3194
+ font-size: 12px;
3195
+ }
3196
+
3197
+ .e-de-rp-border {
3198
+ margin-bottom: 12px;
3199
+ margin-top: 12px;
3200
+ }
3201
+
3202
+ .e-de-rp-header {
3203
+ font-size: 15px;
3204
+ font-weight: 400;
3205
+ opacity: 0.87;
3206
+ color: rgba(var(--color-sf-on-surface));
3207
+ width: 75%;
3208
+ }
3209
+
3210
+ .e-de-rp-user .e-checkbox-wrapper {
3211
+ width: auto;
3212
+ }
3213
+
3214
+ .e-de-rp-nav-btn,
3215
+ .e-de-rp-btn-enforce {
3216
+ background: "";
3217
+ font-size: 13px;
3218
+ opacity: 0.87;
3219
+ border-radius: 2px;
3220
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
3221
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
3222
+ }
3223
+
3224
+ .e-bigger .e-de-rp-btn-enforce {
3225
+ padding-left: 10px;
3226
+ padding-right: 10px;
3227
+ }
3228
+
3229
+ .e-de-rp-nav-btn {
3230
+ width: auto;
3231
+ }
3232
+
3233
+ .e-de-rp-btn-stop-enforce {
3234
+ background: "";
3235
+ font-size: 13px;
3236
+ opacity: 0.87;
3237
+ border-radius: 2px;
3238
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
3239
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
3240
+ }
3241
+
3242
+ .e-de-rp-sub-div {
3243
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
3244
+ padding: 12px;
3245
+ }
3246
+
3247
+ .e-de-restrict-pane {
3248
+ padding-left: 0;
3249
+ padding-top: 0;
3250
+ padding-right: 0;
3251
+ }
3252
+
3253
+ .e-de-rp-whole-header {
3254
+ padding: 12px;
3255
+ }
3256
+
3257
+ .e-de-rp-user {
3258
+ background: rgba(var(--color-sf-surface));
3259
+ border: 1px solid rgba(var(--color-sf-outline-variant));
3260
+ border-radius: 2px;
3261
+ font-size: 12px;
3262
+ height: 110px;
3263
+ }
3264
+
3265
+ .e-de-rp-enforce {
3266
+ padding: 12px;
3267
+ }
3268
+
3269
+ .e-de-rp-enforce-nav {
3270
+ margin: 0 12px 12px 12px;
3271
+ }
3272
+
3273
+ .e-de-enforce-dlg-title {
3274
+ font-size: 12px;
3275
+ font-weight: 400;
3276
+ margin-bottom: 3px;
3277
+ }
3278
+
3279
+ .e-de-enforce .e-de-enforce-dlg-input {
3280
+ height: 32px;
3281
+ width: 300px;
3282
+ }
3283
+
3284
+ .e-de-user-add-btn {
3285
+ background: rgba(var(--color-sf-outline-variant));
3286
+ border-radius: 2px;
3287
+ width: 74px;
3288
+ }
3289
+
3290
+ .e-de-user-dlg .e-de-user-dlg-textbox-input {
3291
+ margin-right: 24px;
3292
+ width: 304px;
3293
+ }
3294
+
3295
+ .e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input {
3296
+ margin-right: 0;
3297
+ margin-left: 24px;
3298
+ }
3299
+
3300
+ .e-de-user-dlg-list {
3301
+ margin-bottom: 12px;
3302
+ display: -webkit-inline-box;
3303
+ display: -ms-inline-flexbox;
3304
+ display: inline-flex;
3305
+ }
3306
+
3307
+ .e-de-user-listview {
3308
+ border: 1px solid rgba(var(--color-sf-outline-variant));
3309
+ border-radius: 2px;
3310
+ height: 106px;
3311
+ }
3312
+
3313
+ .e-de-user-dlg-user {
3314
+ margin-bottom: 8px;
3315
+ }
3316
+
3317
+ .e-user-delete {
3318
+ float: left;
3319
+ }
3320
+
3321
+ .e-de-unprotect-dlg-title {
3322
+ font-size: 12px;
3323
+ margin-bottom: 4px;
3324
+ }
3325
+
3326
+ .e-de-rp-stop-div1 {
3327
+ opacity: 0.87;
3328
+ padding: 12px 12px 6px 12px;
3329
+ font-weight: 500;
3330
+ border-bottom: 1px solid #e0e0e0;
3331
+ }
3332
+
3333
+ .e-de-rp-stop-div2 {
3334
+ padding: 12px 12px 24px;
3335
+ }
3336
+
3337
+ .e-de-rp-close-icon {
3338
+ float: right;
3339
+ position: relative;
3340
+ top: -5px;
3341
+ right: -12px;
3342
+ }
3343
+
3344
+ .e-de-restrict-pane {
3345
+ height: 100%;
3346
+ overflow: auto;
3347
+ overflow-x: hidden;
3348
+ width: 280px;
3349
+ }
3350
+
3351
+ .e-de-rp-nav-lbl {
3352
+ font-size: 13px;
3353
+ margin: 0 12px;
3354
+ }
3355
+
3356
+ .e-documenteditor-optionspane {
3357
+ height: 100%;
3358
+ }
3359
+
3360
+ .e-de-cmt-pane {
3361
+ background-color: inherit;
3362
+ color: rgba(var(--color-sf-on-surface));
3363
+ }
3364
+
3365
+ .e-de-cp-whole-header {
3366
+ padding: 12px;
3367
+ }
3368
+
3369
+ .e-de-cp-header {
3370
+ font-size: 13px;
3371
+ font-weight: 500;
3372
+ opacity: 0.87;
3373
+ width: 75%;
3374
+ }
3375
+
3376
+ .e-de-cmt-container {
3377
+ height: auto;
3378
+ padding: 0 8px;
3379
+ overflow: auto;
3380
+ }
3381
+
3382
+ .e-de-cmt-sub-container {
3383
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
3384
+ margin: 0;
3385
+ padding: 8px;
3386
+ }
3387
+
3388
+ .e-de-cmt-view {
3389
+ cursor: default;
3390
+ }
3391
+
3392
+ .e-de-cmt-sub-container.e-de-cmt-selection {
3393
+ border-left: 3px solid rgba(var(--color-sf-primary));
3394
+ padding-left: 10px;
3395
+ }
3396
+
3397
+ .e-de-tc-outer {
3398
+ border-bottom: 1px solid #d8d8d8;
3399
+ }
3400
+
3401
+ .e-de-tc-pane {
3402
+ color: rgba(var(--color-sf-on-surface));
3403
+ }
3404
+
3405
+ .e-de-trckchanges-inner {
3406
+ cursor: default;
3407
+ margin: 0;
3408
+ padding-left: 8px;
3409
+ padding-right: 16px;
3410
+ padding-bottom: 8px;
3411
+ }
3412
+
3413
+ .e-de-trckchanges-inner:hover {
3414
+ border-left: 2px solid rgba(var(--color-sf-primary));
3415
+ cursor: default;
3416
+ margin: 0;
3417
+ padding-left: 6px;
3418
+ padding-right: 16px;
3419
+ padding-bottom: 8px;
3420
+ }
3421
+
3422
+ .e-de-trckchanges-inner.e-de-trckchanges-inner-select {
3423
+ border-left: 3px solid rgba(var(--color-sf-primary));
3424
+ cursor: default;
3425
+ margin: 0;
3426
+ padding-left: 5px;
3427
+ padding-right: 16px;
3428
+ padding-bottom: 8px;
3429
+ }
3430
+
3431
+ .e-de-tc-no-chng {
3432
+ color: rgba(var(--color-sf-on-surface));
3433
+ font-size: 14px;
3434
+ opacity: 65%;
3435
+ margin: 60px 0;
3436
+ text-align: center;
3437
+ }
3438
+
3439
+ .e-tc-btn-bg-clr.e-btn:not(:hover):not(.e-active) {
3440
+ background-color: inherit;
3441
+ border-color: transparent;
3442
+ color: inherit;
3443
+ }
3444
+
3445
+ .e-tc-nvgte.e-icon-btn {
3446
+ text-align: center;
3447
+ vertical-align: middle;
3448
+ }
3449
+
3450
+ .e-de-track-span-user {
3451
+ display: -webkit-inline-box;
3452
+ display: -ms-inline-flexbox;
3453
+ display: inline-flex;
3454
+ overflow: hidden;
3455
+ width: 110px;
3456
+ }
3457
+
3458
+ .e-de-track-span-view {
3459
+ display: -webkit-inline-box;
3460
+ display: -ms-inline-flexbox;
3461
+ display: inline-flex;
3462
+ overflow: hidden;
3463
+ width: 50px;
3464
+ }
3465
+
3466
+ .e-btn.e-outline.e-de-track-accept-button {
3467
+ min-width: 66px;
3468
+ padding: 5px 4px;
3469
+ text-transform: initial;
3470
+ }
3471
+
3472
+ .e-btn.e-outline.e-de-track-accept-button:hover {
3473
+ min-width: 66px;
3474
+ padding: 5px 4px;
3475
+ text-transform: initial;
3476
+ }
3477
+
3478
+ .e-btn.e-outline.e-de-track-reject-button {
3479
+ min-width: 64px;
3480
+ padding: 5px 6px;
3481
+ margin-left: 8px;
3482
+ text-transform: initial;
3483
+ }
3484
+
3485
+ .e-btn.e-outline.e-de-track-reject-button:hover {
3486
+ min-width: 64px;
3487
+ padding: 5px 6px;
3488
+ margin-left: 8px;
3489
+ text-transform: initial;
3490
+ }
3491
+
3492
+ .e-de-track-chngs-count {
3493
+ font-size: 12px;
3494
+ margin-left: 6px;
3495
+ opacity: 0.87;
3496
+ padding-top: 7px;
3497
+ white-space: nowrap;
3498
+ }
3499
+
3500
+ .e-de-track-insert {
3501
+ color: rgba(var(--color-sf-success));
3502
+ font-size: 13px;
3503
+ opacity: 100%;
3504
+ }
3505
+
3506
+ .e-de-track-delete {
3507
+ color: rgba(var(--color-sf-error));
3508
+ font-size: 13px;
3509
+ opacity: 100%;
3510
+ }
3511
+
3512
+ .e-de-track-toolbar {
3513
+ border-bottom: 1px solid #d8d8d8;
3514
+ border-top: 1px solid #d8d8d8;
3515
+ padding-bottom: 3px;
3516
+ }
3517
+
3518
+ .e-de-track-pane-drop-btn {
3519
+ padding-left: 0px;
3520
+ padding-right: 0px;
3521
+ padding-top: 10px !important;
3522
+ font-size: 13px;
3523
+ font-weight: 400;
3524
+ }
3525
+
3526
+ .e-toolbar-item.e-de-track-toolbar-overlay.e-template.e-overlay {
3527
+ opacity: 1;
3528
+ font-weight: 400;
3529
+ font-size: 14px;
3530
+ }
3531
+
3532
+ .e-de-track-date {
3533
+ font-size: 12px;
3534
+ margin-top: 4px;
3535
+ opacity: 0.67;
3536
+ }
3537
+
3538
+ .e-de-track-usernme-div {
3539
+ -webkit-box-pack: justify;
3540
+ -ms-flex-pack: justify;
3541
+ justify-content: space-between;
3542
+ padding-top: 8px;
3543
+ }
3544
+
3545
+ .e-de-track-user-nme {
3546
+ font-size: 14px;
3547
+ font-weight: 500;
3548
+ padding-left: 8px;
3549
+ }
3550
+
3551
+ .e-de-track-chngs-text {
3552
+ line-height: 19.5px;
3553
+ overflow: hidden;
3554
+ word-wrap: break-word;
3555
+ text-overflow: ellipsis;
3556
+ font-size: 14px;
3557
+ min-height: 20px;
3558
+ padding-top: 8px;
3559
+ margin-bottom: 16px;
3560
+ }
3561
+
3562
+ .e-de-track-chng-table {
3563
+ border-collapse: collapse;
3564
+ border-spacing: 0px;
3565
+ opacity: 70%;
3566
+ width: 100%;
3567
+ }
3568
+
3569
+ .e-de-tc-tble-cell {
3570
+ border: 1px solid;
3571
+ height: 20px;
3572
+ }
3573
+
3574
+ .e-de-tc-shrink-img {
3575
+ height: 30px;
3576
+ margin: 0 4px;
3577
+ vertical-align: middle;
3578
+ width: 50px;
3579
+ }
3580
+
3581
+ .e-de-tc-field {
3582
+ background-color: rgb(206, 205, 205);
3583
+ margin: 0 2px;
3584
+ }
3585
+
3586
+ .e-de-tc-pmark {
3587
+ font-size: 14px;
3588
+ font-family: Roboto-Regular;
3589
+ font-weight: 600;
3590
+ color: rgb(1, 22, 119);
3591
+ margin: 0 2px;
3592
+ }
3593
+
3594
+ .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3595
+ border-left: 2px solid rgba(var(--color-sf-primary));
3596
+ padding-left: 11px;
3597
+ }
3598
+
3599
+ .e-de-cmt-author {
3600
+ -webkit-box-align: center;
3601
+ -ms-flex-align: center;
3602
+ align-items: center;
3603
+ margin-bottom: 8px;
3604
+ }
3605
+
3606
+ .e-de-cmt-author-name {
3607
+ font-size: 14px;
3608
+ font-weight: 400;
3609
+ padding-left: 8px;
3610
+ width: 90%;
3611
+ }
3612
+
3613
+ .e-de-cp-option.e-btn.e-icon-btn {
3614
+ background-color: inherit;
3615
+ border: none;
3616
+ color: inherit;
3617
+ float: right;
3618
+ height: 18px;
3619
+ padding: 0px;
3620
+ width: 18px;
3621
+ }
3622
+
3623
+ .e-de-cp-option.e-btn.e-icon-btn span {
3624
+ margin-top: 0px;
3625
+ 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));
3626
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
3627
+ }
3628
+
3629
+ .e-de-cmt-view:hover .e-de-cp-option {
3630
+ display: block;
3631
+ }
3632
+
3633
+ .e-de-cmt-readonly {
3634
+ font-size: 14px;
3635
+ padding-top: 4px;
3636
+ word-break: break-word;
3637
+ }
3638
+
3639
+ .e-de-cmt-date {
3640
+ font-size: 12px;
3641
+ margin-top: 8px;
3642
+ opacity: 0.67;
3643
+ }
3644
+
3645
+ .e-de-cmt-sub-container.e-de-cmt-reply {
3646
+ border: none;
3647
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
3648
+ border-radius: 0px;
3649
+ margin: 12px 8px 0 8px;
3650
+ padding: 0px;
3651
+ }
3652
+ .e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
3653
+ margin-top: 12px;
3654
+ }
3655
+
3656
+ .e-de-cmt-textarea.e-input {
3657
+ color: rgba(var(--color-sf-on-surface));
3658
+ font-size: 13px;
3659
+ line-height: normal;
3660
+ min-height: 30px;
3661
+ overflow: hidden;
3662
+ padding-top: 7px;
3663
+ resize: none;
3664
+ }
3665
+
3666
+ .e-bigger .e-de-cmt-textarea.e-input {
3667
+ padding-top: 4px;
3668
+ }
3669
+
3670
+ .e-de-cmt-textarea:empty::before {
3671
+ content: attr(placeholder);
3672
+ opacity: 0.5;
3673
+ }
3674
+
3675
+ .e-de-cmt-action-button {
3676
+ text-align: right;
3677
+ margin-top: 8px;
3678
+ }
3679
+
3680
+ .e-de-cmt-post-btn.e-btn.e-flat,
3681
+ .e-de-cmt-cancel-btn.e-btn.e-flat {
3682
+ height: 32px;
3683
+ margin-left: 8px;
3684
+ width: 38px;
3685
+ }
3686
+
3687
+ .e-de-cmt-resolved .e-de-cmt-author-name,
3688
+ .e-de-cmt-resolved .e-de-cmt-readonly,
3689
+ .e-de-cmt-resolved e-de-cmt-date {
3690
+ opacity: 0.67;
3691
+ }
3692
+ .e-de-cmt-resolved .e-de-cmt-rply-view {
3693
+ display: none;
3694
+ }
3695
+ .e-de-cmt-resolved .e-de-cmt-resolve-btn {
3696
+ display: block;
3697
+ margin-top: 8px;
3698
+ text-align: right;
3699
+ }
3700
+
3701
+ .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
3702
+ border-left: 3px solid rgba(var(--color-sf-primary)), 0.5;
3703
+ }
3704
+
3705
+ .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3706
+ border-left: 2px solid rgba(var(--color-sf-primary)), 0.5;
3707
+ }
3708
+
3709
+ .e-de-lock-mark {
3710
+ cursor: default;
3711
+ color: rgba(var(--color-sf-on-surface-variant));
3712
+ font-size: 13px;
3713
+ height: 13px;
3714
+ pointer-events: all;
3715
+ width: 13px;
3716
+ }
3717
+
3718
+ .e-de-cmt-mark {
3719
+ cursor: default;
3720
+ color: rgba(var(--color-sf-on-surface-variant));
3721
+ font-size: 13px;
3722
+ height: 13px;
3723
+ pointer-events: all;
3724
+ width: 13px;
3725
+ }
3726
+ .e-de-cmt-mark :hover {
3727
+ color: rgba(var(--color-sf-primary));
3728
+ }
3729
+
3730
+ .e-de-cmt-mark.e-de-cmt-mark-selected,
3731
+ .e-de-cmt-mark.e-de-cmt-mark-hover {
3732
+ color: rgba(var(--color-sf-primary));
3733
+ }
3734
+
3735
+ .e-de-cmt-no-cmt {
3736
+ margin-left: 6px;
3737
+ margin-top: 24px;
3738
+ font-size: 13px;
3739
+ }
3740
+
3741
+ .e-de-cmt-drawer-cnt {
3742
+ font-size: 13px;
3743
+ height: 20px;
3744
+ margin-top: 8px;
3745
+ }
3746
+
3747
+ .e-de-cmt-drawer {
3748
+ cursor: pointer;
3749
+ float: right;
3750
+ opacity: 0.54;
3751
+ margin-right: 4px;
3752
+ margin-top: 4px;
3753
+ }
3754
+
3755
+ .e-de-cmt-rply-view {
3756
+ margin-top: 12px;
3757
+ }
3758
+
3759
+ .e-de-cmt-resolve-btn {
3760
+ display: none;
3761
+ }
3762
+
3763
+ .e-rtl .e-de-cmt-pane {
3764
+ border-left: none;
3765
+ border-right: 1px solid rgba(var(--color-sf-outline-variant));
3766
+ }
3767
+ .e-rtl .e-de-rp-close-icon {
3768
+ float: left;
3769
+ right: 12px;
3770
+ }
3771
+ .e-rtl .e-de-cp-option.e-btn.e-icon-btn {
3772
+ float: left;
3773
+ }
3774
+ .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
3775
+ border-left: 1px solid rgba(var(--color-sf-outline-variant));
3776
+ border-right: 3px solid rgba(var(--color-sf-primary));
3777
+ padding-left: 8px;
3778
+ padding-right: 10px;
3779
+ }
3780
+ .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3781
+ border-left: 1px solid rgba(var(--color-sf-outline-variant));
3782
+ border-right: 2px solid rgba(var(--color-sf-primary));
3783
+ padding-left: 8px;
3784
+ padding-right: 11px;
3785
+ }
3786
+ .e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
3787
+ border-right: 3px solid rgba(var(--color-sf-primary)), 0.5;
3788
+ }
3789
+ .e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3790
+ border-right: 2px solid rgba(var(--color-sf-primary)), 0.5;
3791
+ }
3792
+ .e-rtl .e-de-cmt-action-button {
3793
+ text-align: left;
3794
+ }
3795
+ .e-rtl .e-de-cmt-no-cmt {
3796
+ margin-left: auto;
3797
+ margin-right: 6px;
3798
+ }
3799
+ .e-rtl .e-de-cmt-drawer {
3800
+ float: left;
3801
+ margin-left: 8px;
3802
+ margin-right: auto;
3803
+ }
3804
+ .e-rtl .e-de-cmt-resolve-btn {
3805
+ text-align: left;
3806
+ }
3807
+
3808
+ .e-bigger .e-de-cmt-post-btn.e-btn.e-flat,
3809
+ .e-bigger .e-de-cmt-cancel-btn.e-btn.e-flat {
3810
+ height: auto;
3811
+ margin-left: 12px;
3812
+ width: 50px;
3813
+ }
3814
+ .e-bigger .e-de-cp-whole-header {
3815
+ height: 56px;
3816
+ padding: 16px;
3817
+ padding-right: 8px;
3818
+ }
3819
+ .e-bigger .e-de-rp-close-icon {
3820
+ float: right;
3821
+ position: relative;
3822
+ top: -9px;
3823
+ right: -17px;
3824
+ }
3825
+ .e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
3826
+ .e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
3827
+ margin-right: 12px;
3828
+ }
3829
+
3830
+ .e-de-close-icon.e-btn {
3831
+ background-color: transparent !important;
3832
+ border-color: transparent !important;
3833
+ border-radius: 50%;
3834
+ color: rgba(var(--color-sf-on-surface-variant));
3835
+ border: none;
3836
+ }
3837
+ .e-de-close-icon.e-btn:active {
3838
+ background-color: transparent !important;
3839
+ border-color: transparent !important;
3840
+ -webkit-box-shadow: none;
3841
+ box-shadow: none;
3842
+ }
3843
+ .e-de-close-icon.e-btn:hover {
3844
+ background-color: transparent !important;
3845
+ -webkit-box-shadow: none;
3846
+ box-shadow: none;
3847
+ color: rgba(var(--color-sf-on-surface));
3848
+ cursor: default;
3849
+ border: none;
3850
+ }
3851
+
3852
+ .e-btn.e-de-close-icon:hover span {
3853
+ cursor: pointer;
3854
+ color: rgba(var(--color-sf-on-surface));
3855
+ }
3856
+
3857
+ .e-de-para-dlg-right-sub-container-blazor {
3858
+ top: 0;
3859
+ }
3860
+
3861
+ .e-de-rp-mu-btn {
3862
+ margin-top: 3px;
3863
+ }
3864
+
3865
+ .e-de-table-dialog-row-height {
3866
+ padding-top: 24px;
3867
+ }
3868
+
3869
+ .e-de-tablecell-dialog-alignment-icon {
3870
+ width: 54px;
3871
+ height: 54px;
3872
+ margin: 2px;
3873
+ }
3874
+
3875
+ .e-de-table-dia-indent-from-left {
3876
+ right: 45px;
3877
+ }
3878
+
3879
+ .e-de-table-dia-align-div {
3880
+ border: 1px solid rgba(var(--color-sf-outline));
3881
+ display: inline-block;
3882
+ height: 60px;
3883
+ margin-right: 11px;
3884
+ width: 60px;
3885
+ }
3886
+
3887
+ .e-de-table-dialog-alignment-icon {
3888
+ margin: 2px;
3889
+ height: 52px;
3890
+ }
3891
+
3892
+ .e-de-table-border-setting-genral {
3893
+ margin-right: 11px;
3894
+ }
3895
+
3896
+ .e-de-table-border-clr-left-container {
3897
+ padding-right: 19px;
3898
+ }
3899
+
3900
+ .e-de-table-border-clr-heading {
3901
+ font-size: 12px;
3902
+ font-weight: 500;
3903
+ padding-bottom: 6px;
3904
+ }
3905
+
3906
+ .e-de-table-border-icon-container {
3907
+ margin-top: 4px;
3908
+ margin-right: 4px;
3909
+ }
3910
+
3911
+ .e-de-table-border-preview-container {
3912
+ padding-left: 50px;
3913
+ }
3914
+
3915
+ .e-de-table-dlg-alignment-heading {
3916
+ color: rgba(var(--color-sf-on-surface-variant));
3917
+ display: block;
3918
+ font-size: 14px;
3919
+ font-weight: 500;
3920
+ margin-bottom: 3px;
3921
+ }
3922
+
3923
+ .e-rtl .e-de-cmt-author-name {
3924
+ padding-left: 0%;
3925
+ padding-right: 8px;
3926
+ }
3927
+ .e-rtl .e-de-ok-button {
3928
+ margin-right: 0;
3929
+ margin-left: 8px;
3930
+ }
3931
+ .e-rtl .e-de-table-dia-align-div.e-de-rtl {
3932
+ margin-left: 11px;
3933
+ margin-right: 0;
3934
+ }
3935
+ .e-rtl .e-de-table-border-clr-left-container {
3936
+ padding-right: 0;
3937
+ padding-left: 19px;
3938
+ }
3939
+ .e-rtl .e-de-table-border-preview-container {
3940
+ padding-right: 50px;
3941
+ padding-left: 0;
3942
+ }
3943
+ .e-rtl .e-de-table-border-setting-genral {
3944
+ margin-right: 0;
3945
+ margin-left: 11px;
3946
+ }
3947
+ .e-rtl .e-de-table-border-icon-container {
3948
+ margin-right: 0;
3949
+ margin-left: 4px;
3950
+ }
3951
+ .e-rtl .e-de-table-border-preview {
3952
+ width: 23px;
3953
+ }
3954
+ .e-rtl .e-de-table-setting-labels-heading {
3955
+ margin-left: 0;
3956
+ margin-right: 10px;
3957
+ }
3958
+
3959
+ .e-bigger .e-de-cmt-author-name {
3960
+ padding-left: 12px;
3961
+ }
3962
+ .e-bigger .e-de-cmt-rply-view {
3963
+ margin-top: 16px;
3964
+ }
3965
+ .e-bigger .e-de-cmt-sub-container {
3966
+ padding: 12px;
3967
+ }
3968
+ .e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
3969
+ padding-left: 14px;
3970
+ }
3971
+ .e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3972
+ padding-left: 15px;
3973
+ }
3974
+ .e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
3975
+ padding: 0%;
3976
+ }
3977
+ .e-bigger .e-de-rp-nav-btn {
3978
+ width: auto;
3979
+ }
3980
+ .e-bigger .e-de-rp-whole-header {
3981
+ padding: 12px;
3982
+ }
3983
+ .e-bigger .e-de-rp-sub-div {
3984
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
3985
+ padding: 12px;
3986
+ }
3987
+ .e-bigger .e-de-rp-enforce {
3988
+ padding: 12px;
3989
+ }
3990
+ .e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
3991
+ width: 300px;
3992
+ }
3993
+ .e-bigger .e-rtl .e-de-cmt-author-name {
3994
+ padding-left: 0%;
3995
+ padding-right: 12px;
3996
+ }
3997
+ .e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
3998
+ padding-left: 12px;
3999
+ padding-right: 14px;
4000
+ }
4001
+ .e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
4002
+ padding-left: 12px;
4003
+ padding-right: 15px;
4004
+ }
4005
+ .e-bigger .e-rtl .e-de-rp-close-icon {
4006
+ float: left;
4007
+ right: 17px;
4008
+ }
4009
+
4010
+ .e-de-user-info.e-de-user-name-collapse span {
4011
+ -webkit-transition-property: height, min-width, max-width, width, border-radius, padding;
4012
+ transition-property: height, min-width, max-width, width, border-radius, padding;
4013
+ -webkit-transition-duration: 200ms;
4014
+ transition-duration: 200ms;
4015
+ -webkit-transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
4016
+ transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
4017
+ position: absolute;
4018
+ bottom: 0px;
4019
+ height: 6px;
4020
+ width: 6px;
4021
+ min-width: 0px;
4022
+ max-width: 6px;
4023
+ border-radius: 6px;
4024
+ padding: 0px;
4025
+ }
4026
+
4027
+ .e-de-user-info.e-de-user-name-expended span {
4028
+ -webkit-transition-property: height, width, min-width, max-width, border-radius, padding;
4029
+ transition-property: height, width, min-width, max-width, border-radius, padding;
4030
+ -webkit-transition-duration: 300ms;
4031
+ transition-duration: 300ms;
4032
+ -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
4033
+ transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
4034
+ position: absolute;
4035
+ bottom: 0px;
4036
+ height: 20px;
4037
+ line-height: 20px;
4038
+ min-width: 44px;
4039
+ max-width: 150px;
4040
+ padding: 0px 8px;
4041
+ text-overflow: ellipsis;
4042
+ white-space: nowrap;
4043
+ color: white;
4044
+ }
4045
+
4046
+ .e-bigger {
4047
+ /* stylelint-disable */
4048
+ /* stylelint-enable */
4049
+ }
4050
+ .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
4051
+ .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
4052
+ font-size: 14px;
4053
+ }
4054
+ .e-bigger .e-de-para-dlg-container .e-input-group {
4055
+ width: 192px !important;
4056
+ }
4057
+ .e-bigger .e-de-para-dlg-heading {
4058
+ color: rgba(var(--color-sf-on-surface-variant));
4059
+ display: block;
4060
+ font-size: 14px;
4061
+ font-weight: 500;
4062
+ margin-bottom: 10px;
4063
+ }
4064
+ .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
4065
+ .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
4066
+ font-size: 12px;
4067
+ }
4068
+ .e-bigger .e-de-para-dlg-container {
4069
+ height: auto;
4070
+ width: auto;
4071
+ }
4072
+ .e-bigger .e-de-para-dlg-cs-check-box {
4073
+ margin-bottom: 0;
4074
+ margin-top: 12px;
4075
+ }
4076
+ .e-bigger .e-de-para-dlg-spacing-div {
4077
+ margin-left: 20px;
4078
+ }
4079
+ .e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
4080
+ margin-left: 0;
4081
+ margin-right: 20px;
4082
+ }
4083
+ .e-bigger .e-de-para-dlg-sub-container .e-input-group {
4084
+ margin-bottom: 4px;
4085
+ }
4086
+ .e-bigger .e-de-para-dlg-sub-container {
4087
+ margin-bottom: 20px;
4088
+ }
4089
+ .e-bigger .e-de-para-dlg-right-sub-container {
4090
+ top: 0;
4091
+ }
4092
+ .e-bigger .e-de-dlg-sub-header {
4093
+ display: block;
4094
+ font-size: 12px;
4095
+ font-weight: 400;
4096
+ margin-bottom: 10px;
4097
+ }
4098
+ .e-bigger .e-de-rtl-btn-div {
4099
+ font-size: 12px;
4100
+ margin-right: 24px;
4101
+ width: 100px;
4102
+ }
4103
+ .e-bigger .e-de-rtl-btn-div.e-de-rtl {
4104
+ margin-left: 20px;
4105
+ margin-right: 0;
4106
+ }
4107
+
4108
+ .e-de-para-dlg-heading {
4109
+ color: rgba(var(--color-sf-on-surface-variant));
4110
+ display: block;
4111
+ font-size: 14px;
4112
+ font-weight: 500;
4113
+ margin-bottom: 10px;
4114
+ opacity: 87%;
4115
+ }
4116
+
4117
+ .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
4118
+ .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
4119
+ font-size: 12px;
4120
+ }
4121
+
4122
+ .e-de-para-dlg-container {
4123
+ padding: 8px;
4124
+ height: auto;
4125
+ width: auto;
4126
+ }
4127
+
4128
+ .e-de-para-dlg-cs-check-box {
4129
+ margin-bottom: 0;
4130
+ margin-top: 12px;
4131
+ }
4132
+
4133
+ .e-de-para-dlg-spacing-div {
4134
+ margin-left: 40px;
4135
+ }
4136
+
4137
+ .e-de-para-dlg-spacing-div.e-de-rtl {
4138
+ margin-left: 0;
4139
+ margin-right: 40px;
4140
+ }
4141
+
4142
+ .e-de-para-dlg-sub-container .e-input-group {
4143
+ margin-bottom: 4px;
4144
+ }
4145
+
4146
+ .e-de-para-dlg-sub-container {
4147
+ margin-bottom: 20px;
4148
+ }
4149
+
4150
+ .e-de-para-dlg-right-sub-container {
4151
+ top: 0;
4152
+ }
4153
+
4154
+ .e-de-dlg-sub-header {
4155
+ display: block;
4156
+ font-size: 12px;
4157
+ font-weight: 400;
4158
+ margin-bottom: 10px;
4159
+ }
4160
+
4161
+ .e-de-rtl-btn-div {
4162
+ font-size: 12px;
4163
+ margin-right: 14px;
4164
+ width: 200px;
4165
+ }
4166
+
4167
+ .e-de-rtl-btn-div.e-de-rtl {
4168
+ margin-left: 14px;
4169
+ margin-right: 0;
4170
+ }
4171
+
4172
+ .e-para-dlg-sub-height {
4173
+ height: 145px;
4174
+ }