@syncfusion/ej2-vue-documenteditor 19.2.60 → 19.3.45

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