@syncfusion/ej2-angular-documenteditor 26.1.42 → 26.2.4

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