@syncfusion/ej2-angular-documenteditor 25.2.7-ngcc → 26.1.35-ngcc

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