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