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