@syncfusion/ej2-angular-documenteditor 19.4.55 → 20.1.48

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