@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,4904 @@
1
- @import '@syncfusion/ej2-documenteditor/styles/highcontrast-light.css';
1
+ .e-documenteditor .e-close::before {
2
+ content: "\e825";
3
+ font-family: "e-icons";
4
+ font-size: 14px;
5
+ }
6
+ .e-documenteditor .e-de-op-search-icon::before {
7
+ content: "\e275";
8
+ font-family: "e-icons";
9
+ font-size: 10px;
10
+ }
11
+ .e-documenteditor .e-arrow-up::before {
12
+ content: "\e834";
13
+ font-family: "e-icons";
14
+ font-size: 10px;
15
+ }
16
+ .e-documenteditor .e-arrow-down::before {
17
+ content: "\e83d";
18
+ font-family: "e-icons";
19
+ font-size: 10px;
20
+ }
21
+ .e-documenteditor .e-de-op-close-icon {
22
+ height: 20px;
23
+ }
24
+ .e-documenteditor .e-de-op-close-icon::before {
25
+ content: "\e7fc";
26
+ }
27
+ .e-documenteditor .e-de-op-search-close-icon::before {
28
+ content: "\e7fc";
29
+ font-family: "e-icons";
30
+ font-size: 10px;
31
+ }
32
+
33
+ .e-de-table-properties-alignment:hover {
34
+ border-color: #f17eb8;
35
+ }
36
+
37
+ .e-de-table-properties-alignment {
38
+ border: 1px solid transparent;
39
+ }
40
+
41
+ .e-de-tablecell-alignment {
42
+ border: 1px solid transparent;
43
+ }
44
+
45
+ .e-de-tablecell-alignment:hover {
46
+ border-color: #f17eb8;
47
+ }
48
+
49
+ .e-de-table-left-alignment::before {
50
+ content: "\e517";
51
+ font-size: 46px;
52
+ position: absolute;
53
+ top: 137px;
54
+ }
55
+
56
+ .e-de-table-center-alignment::before {
57
+ content: "\e518";
58
+ font-size: 46px;
59
+ position: absolute;
60
+ top: 137px;
61
+ }
62
+
63
+ .e-de-table-right-alignment::before {
64
+ content: "\e515";
65
+ font-size: 46px;
66
+ position: absolute;
67
+ top: 137px;
68
+ }
69
+
70
+ .e-de-tablecell-top-alignment::before {
71
+ content: "\e527";
72
+ font-size: 51px;
73
+ }
74
+
75
+ .e-de-tablecell-center-alignment::before {
76
+ content: "\e526";
77
+ font-size: 51px;
78
+ }
79
+
80
+ .e-de-tablecell-bottom-alignment::before {
81
+ content: "\e525";
82
+ font-size: 51px;
83
+ }
84
+
85
+ .e-de-table-alignment-active {
86
+ border: 1px solid #ff4081;
87
+ }
88
+
89
+ .e-de-table-border-setting {
90
+ border: 1px solid rgb(0, 0, 0);
91
+ height: 48px;
92
+ left: 5px;
93
+ position: relative;
94
+ top: 5px;
95
+ width: 48px;
96
+ }
97
+
98
+ .e-de-table-border-setting-genral {
99
+ border: 1px solid rgba(0, 0, 0, 0.26);
100
+ display: inline-block;
101
+ height: 60px;
102
+ width: 60px;
103
+ }
104
+
105
+ .e-de-table-border-preview-genral {
106
+ border: 1px solid rgba(0, 0, 0, 0.26);
107
+ display: inline-block;
108
+ height: 25px;
109
+ width: 25px;
110
+ }
111
+
112
+ .e-de-table-border-inside-setting:hover {
113
+ border: 1px solid #f17eb8;
114
+ }
115
+
116
+ .e-de-table-border-preview {
117
+ height: 24px;
118
+ width: 24px;
119
+ }
120
+
121
+ .e-de-table-border-inside-preview:hover {
122
+ border: 1px solid #f17eb8;
123
+ }
124
+
125
+ .e-de-table-border-inside-setting-click {
126
+ border: 1px solid #ff4081;
127
+ }
128
+
129
+ .e-de-table-border-inside-preview-click {
130
+ border: 1px solid #ff4081;
131
+ }
132
+
133
+ .e-de-table-border-none-setting::before {
134
+ content: "\e507";
135
+ font-size: 38px;
136
+ position: absolute;
137
+ }
138
+
139
+ .e-de-table-border-box-setting::before {
140
+ content: "\e509";
141
+ font-size: 34px;
142
+ left: 2px;
143
+ position: absolute;
144
+ top: 2px;
145
+ }
146
+
147
+ .e-de-table-border-all-setting::before {
148
+ content: "\e511";
149
+ font-size: 34px;
150
+ left: 2px;
151
+ position: absolute;
152
+ top: 2px;
153
+ }
154
+
155
+ .e-de-table-border-custom-setting::before {
156
+ content: "\e516";
157
+ font-size: 34px;
158
+ left: 2px;
159
+ position: absolute;
160
+ top: 2px;
161
+ }
162
+
163
+ .e-de-table-border-toptop-alignment::before {
164
+ content: "\e281";
165
+ font-size: 16px;
166
+ left: 4px;
167
+ position: absolute;
168
+ top: -2px;
169
+ }
170
+
171
+ .e-de-table-border-topcenter-alignment::before {
172
+ content: "\e276";
173
+ font-size: 16px;
174
+ left: 4px;
175
+ position: absolute;
176
+ top: -2px;
177
+ }
178
+
179
+ .e-de-table-border-topbottom-alignment::before {
180
+ content: "\e298";
181
+ font-size: 16px;
182
+ left: 4px;
183
+ position: absolute;
184
+ top: -2px;
185
+ }
186
+
187
+ .e-de-table-border-diagionalup-alignment::before {
188
+ content: "\e262";
189
+ font-size: 16px;
190
+ left: 4px;
191
+ position: absolute;
192
+ top: -2px;
193
+ }
194
+
195
+ .e-de-table-border-diagionaldown-alignment::before {
196
+ content: "\e265";
197
+ font-size: 16px;
198
+ left: 4px;
199
+ position: absolute;
200
+ top: -2px;
201
+ }
202
+
203
+ .e-de-table-border-bottomleft-alignment::before {
204
+ content: "\e291";
205
+ font-size: 16px;
206
+ left: 4px;
207
+ position: absolute;
208
+ top: -2px;
209
+ }
210
+
211
+ .e-de-table-border-bottomcenter-alignment::before {
212
+ content: "\e287";
213
+ font-size: 16px;
214
+ left: 4px;
215
+ position: absolute;
216
+ top: -2px;
217
+ }
218
+
219
+ .e-de-table-border-bottomright-alignment::before {
220
+ content: "\e288";
221
+ font-size: 16px;
222
+ left: 4px;
223
+ position: absolute;
224
+ top: -2px;
225
+ }
226
+
227
+ .e-menu-item .e-de-cut::before {
228
+ content: "\e279";
229
+ }
230
+
231
+ .e-menu-item .e-de-copy::before {
232
+ content: "\e280";
233
+ }
234
+
235
+ .e-menu-item .e-de-paste::before {
236
+ content: "\e501";
237
+ }
238
+
239
+ .e-menu-item .e-de-continue-numbering::before {
240
+ content: "\e503";
241
+ }
242
+
243
+ .e-menu-item .e-de-restart-at::before {
244
+ content: "\e277";
245
+ }
246
+
247
+ .e-menu-item .e-de-insertlink::before {
248
+ content: "\e290";
249
+ }
250
+
251
+ .e-menu-item .e-de-open-hyperlink::before {
252
+ content: "\e278";
253
+ }
254
+
255
+ .e-menu-item .e-de-copy-hyperlink::before {
256
+ content: "\e295";
257
+ }
258
+
259
+ .e-menu-item .e-de-edit-hyperlink::before {
260
+ content: "\e289";
261
+ }
262
+
263
+ .e-menu-item .e-de-remove-hyperlink::before {
264
+ content: "\e286";
265
+ }
266
+
267
+ .e-menu-item .e-de-fonts::before {
268
+ content: "\e273";
269
+ }
270
+
271
+ .e-menu-item .e-de-paragraph::before {
272
+ content: "\e75e";
273
+ }
274
+
275
+ .e-menu-item .e-de-table::before {
276
+ content: "\e294";
277
+ }
278
+
279
+ .e-menu-item .e-de-insertabove::before {
280
+ content: "\e506";
281
+ }
282
+
283
+ .e-menu-item .e-de-insertbelow::before {
284
+ content: "\e505";
285
+ }
286
+
287
+ .e-menu-item .e-de-insertleft::before {
288
+ content: "\e285";
289
+ }
290
+
291
+ .e-menu-item .e-de-insertright::before {
292
+ content: "\e284";
293
+ }
294
+
295
+ .e-menu-item .e-de-delete-table::before {
296
+ content: "\e292";
297
+ }
298
+
299
+ .e-menu-item .e-de-deleterow::before {
300
+ content: "\e283";
301
+ }
302
+
303
+ .e-menu-item .e-de-deletecolumn::before {
304
+ content: "\e282";
305
+ }
306
+
307
+ .e-de-bold::before {
308
+ content: "\e339";
309
+ font-family: "e-icons";
310
+ font-size: 16px;
311
+ font-weight: normal;
312
+ }
313
+
314
+ .e-de-italic::before {
315
+ content: "\e35a";
316
+ font-family: "e-icons";
317
+ font-size: 16px;
318
+ font-weight: normal;
319
+ }
320
+
321
+ .e-de-underline::before {
322
+ content: "\e343";
323
+ font-family: "e-icons";
324
+ font-size: 16px;
325
+ font-weight: normal;
326
+ }
327
+
328
+ .e-de-indent::before {
329
+ content: "\e35d";
330
+ font-family: "e-icons";
331
+ font-size: 16px;
332
+ font-weight: normal;
333
+ }
334
+
335
+ .e-de-outdent::before {
336
+ content: "\e33f";
337
+ font-family: "e-icons";
338
+ font-size: 16px;
339
+ font-weight: normal;
340
+ }
341
+
342
+ .e-de-align-left::before {
343
+ content: "\e33a";
344
+ font-family: "e-icons";
345
+ font-size: 16px;
346
+ font-weight: normal;
347
+ }
348
+
349
+ .e-de-align-center::before {
350
+ content: "\e35e";
351
+ font-family: "e-icons";
352
+ font-size: 16px;
353
+ font-weight: normal;
354
+ }
355
+
356
+ .e-de-align-right::before {
357
+ content: "\e34d";
358
+ font-family: "e-icons";
359
+ font-size: 16px;
360
+ font-weight: normal;
361
+ }
362
+
363
+ .e-de-justify::before {
364
+ content: "\e334";
365
+ font-family: "e-icons";
366
+ font-size: 16px;
367
+ font-weight: normal;
368
+ }
369
+
370
+ .e-de-single-spacing::before {
371
+ content: "\e520";
372
+ font-family: "e-icons";
373
+ font-size: 16px;
374
+ }
375
+
376
+ .e-de-double-spacing::before {
377
+ content: "\e521";
378
+ font-family: "e-icons";
379
+ font-size: 16px;
380
+ }
381
+
382
+ .e-de-one-point-five-spacing::before {
383
+ content: "\e522";
384
+ font-family: "e-icons";
385
+ font-size: 16px;
386
+ }
387
+
388
+ .e-de-before-spacing::before {
389
+ content: "\e523";
390
+ font-family: "e-icons";
391
+ font-size: 16px;
392
+ }
393
+
394
+ .e-de-after-spacing::before {
395
+ content: "\e274";
396
+ font-family: "e-icons";
397
+ font-size: 16px;
398
+ }
399
+
400
+ .e-de-icon-bullet-list-dot::before {
401
+ content: "\e270";
402
+ font-family: "e-icons";
403
+ font-size: 42px;
404
+ }
405
+
406
+ .e-de-icon-bullet-list-circle::before {
407
+ content: "\e254";
408
+ font-family: "e-icons";
409
+ font-size: 42px;
410
+ }
411
+
412
+ .e-de-icon-bullet-list-square::before {
413
+ content: "\e271";
414
+ font-family: "e-icons";
415
+ font-size: 42px;
416
+ }
417
+
418
+ .e-de-icon-bullet-list-tick::before {
419
+ content: "\e259";
420
+ font-family: "e-icons";
421
+ font-size: 42px;
422
+ }
423
+
424
+ .e-de-icon-bullet-list-flower::before {
425
+ content: "\e267";
426
+ font-family: "e-icons";
427
+ font-size: 42px;
428
+ }
429
+
430
+ .e-de-icon-bullet-list-arrow::before {
431
+ content: "\e253";
432
+ font-family: "e-icons";
433
+ font-size: 42px;
434
+ }
435
+
436
+ .e-de-icon-bullet-list-none::before {
437
+ content: "\e256";
438
+ font-family: "e-icons";
439
+ font-size: 42px;
440
+ }
441
+
442
+ .e-de-blink-cursor {
443
+ border-left: 1px solid;
444
+ pointer-events: none;
445
+ position: absolute;
446
+ z-index: 3;
447
+ }
448
+
449
+ .e-de-cursor-animation {
450
+ -webkit-animation-duration: 1s;
451
+ animation-duration: 1s;
452
+ -webkit-animation-iteration-count: infinite;
453
+ animation-iteration-count: infinite;
454
+ -webkit-animation-name: FadeInFadeOut;
455
+ animation-name: FadeInFadeOut;
456
+ }
457
+
458
+ @-webkit-keyframes FadeInFadeOut {
459
+ from {
460
+ opacity: 1;
461
+ }
462
+ 13% {
463
+ opacity: 0;
464
+ }
465
+ 50% {
466
+ opacity: 0;
467
+ }
468
+ 63% {
469
+ opacity: 1;
470
+ }
471
+ to {
472
+ opacity: 1;
473
+ }
474
+ }
475
+
476
+ @keyframes FadeInFadeOut {
477
+ from {
478
+ opacity: 1;
479
+ }
480
+ 13% {
481
+ opacity: 0;
482
+ }
483
+ 50% {
484
+ opacity: 0;
485
+ }
486
+ 63% {
487
+ opacity: 1;
488
+ }
489
+ to {
490
+ opacity: 1;
491
+ }
492
+ }
493
+ .e-documenteditor .e-checkbox-wrapper .e-frame {
494
+ height: 14px;
495
+ line-height: 6px;
496
+ width: 14px;
497
+ }
498
+ .e-documenteditor .e-checkbox-wrapper .e-label {
499
+ font-size: 12px;
500
+ }
501
+ .e-documenteditor .e-de-op-close-button {
502
+ left: 267px;
503
+ position: absolute;
504
+ top: 8px;
505
+ }
506
+
507
+ .e-de-background {
508
+ background-color: #ccc;
509
+ }
510
+
511
+ .e-de-result-list-block .e-de-search-result-hglt {
512
+ background: transparent;
513
+ border-bottom: 2px solid #bdbdbd;
514
+ cursor: default;
515
+ padding: 20px 1px 20px 5px;
516
+ }
517
+
518
+ .e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text {
519
+ color: #3f51b5;
520
+ }
521
+
522
+ .e-de-search-result-item {
523
+ cursor: default;
524
+ padding: 20px 1px 20px 5px;
525
+ }
526
+
527
+ .e-de-search-result-item:hover {
528
+ border-bottom: 1px solid #bdbdbd;
529
+ cursor: default;
530
+ }
531
+
532
+ .e-de-search-result-item:focus {
533
+ border-bottom: 2px solid #bdbdbd;
534
+ cursor: default;
535
+ padding: 20px 1px 20px 5px;
536
+ }
537
+
538
+ .e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus {
539
+ border: 1px solid #ddd;
540
+ }
541
+
542
+ .e-de-op-search-icon:hover {
543
+ background: #ddd;
544
+ }
545
+
546
+ .e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus {
547
+ border: 1px solid #ddd;
548
+ border-right-width: 0;
549
+ }
550
+
551
+ .e-de-op-search-close-icon:hover {
552
+ background: #ddd;
553
+ }
554
+
555
+ .e-spin-down:focus {
556
+ border: 1px solid #ddd;
557
+ border-right-width: 0;
558
+ }
559
+
560
+ .e-spin-down:hover {
561
+ background: #ddd;
562
+ }
563
+
564
+ .e-spin-up:focus {
565
+ border: 1px solid #ddd;
566
+ border-right-width: 0;
567
+ }
568
+
569
+ .e-spin-up:hover {
570
+ background: #ddd;
571
+ }
572
+
573
+ .e-de-para-dlg-heading {
574
+ color: rgba(0, 0, 0, 0.87);
575
+ display: block;
576
+ font-size: 14px;
577
+ font-weight: 400;
578
+ margin-bottom: 5px;
579
+ }
580
+
581
+ .e-de-para-dlg-container {
582
+ height: 450px;
583
+ width: 400px;
584
+ }
585
+
586
+ .e-de-toc-dlg-heading {
587
+ color: rgba(0, 0, 0, 0.87);
588
+ display: block;
589
+ font-size: 14px;
590
+ font-weight: 400;
591
+ margin-bottom: 5px;
592
+ }
593
+
594
+ .e-de-toc-dlg-main-heading {
595
+ color: rgba(0, 0, 0, 0.87);
596
+ display: block;
597
+ font-size: 14px;
598
+ font-weight: 500;
599
+ margin-bottom: 5px;
600
+ }
601
+
602
+ .e-de-toc-reset-button {
603
+ margin-top: 10px;
604
+ }
605
+
606
+ .e-de-toc-modify-button {
607
+ margin-left: 150px;
608
+ margin-top: 10px;
609
+ }
610
+
611
+ .e-de-toc-dlg-container {
612
+ height: 471px;
613
+ width: 520px;
614
+ }
615
+
616
+ .e-de-toc-dlg-sub-container {
617
+ margin-bottom: 20px;
618
+ }
619
+
620
+ .e-de-toc-list-view {
621
+ border: 1px solid #808080;
622
+ border-radius: 4px;
623
+ font-size: 12px;
624
+ height: 200px;
625
+ margin-left: 36px;
626
+ overflow-y: scroll;
627
+ width: 211px;
628
+ }
629
+
630
+ .e-de-toc-dlg-sub-heading {
631
+ color: rgba(0, 0, 0, 0.87);
632
+ display: block;
633
+ font-size: 14px;
634
+ font-weight: 400;
635
+ margin: 10px 15px 5px 15px;
636
+ }
637
+
638
+ .e-de-toc-dlg-style-label {
639
+ margin-left: 50px;
640
+ margin-top: 58px;
641
+ }
642
+
643
+ .e-de-toc-dlg-style-label.e-de-rtl {
644
+ margin-left: 0;
645
+ margin-right: 50px;
646
+ }
647
+
648
+ .e-de-pagesetup-dlg-container {
649
+ height: 246px;
650
+ width: 354px;
651
+ }
652
+
653
+ .e-de-page-setup-ppty-tab {
654
+ border: 0;
655
+ }
656
+
657
+ .e-de-page-setup-dlg-sub-container {
658
+ margin-bottom: 25px;
659
+ }
660
+
661
+ .e-de-page-setup-dlg-left-sub-container {
662
+ float: left;
663
+ position: relative;
664
+ top: 17px;
665
+ }
666
+
667
+ .e-de-page-setup-dlg-right-sub-container {
668
+ float: right;
669
+ position: relative;
670
+ top: 17px;
671
+ }
672
+
673
+ .e-de-page-setup-dlg-sub-header {
674
+ display: block;
675
+ font-size: 12px;
676
+ font-weight: normal;
677
+ margin-bottom: 3px;
678
+ margin-top: 8px;
679
+ }
680
+
681
+ .e-de-page-setup-dlg-sub-title-header {
682
+ display: block;
683
+ font-size: 12px;
684
+ font-weight: normal;
685
+ margin-bottom: 3px;
686
+ margin-top: 12px;
687
+ }
688
+
689
+ .e-de-page-setup-dlg-sub-container-port {
690
+ height: 40px;
691
+ margin-bottom: 25px;
692
+ }
693
+
694
+ .e-de-page-setup-dlg-sub-label {
695
+ font-size: 13px;
696
+ font-weight: 500;
697
+ }
698
+
699
+ .e-de-page-setup-dlg-orientation-prop {
700
+ margin-top: 13px;
701
+ }
702
+
703
+ .e-de-page-setup-dlg-sub-size-container {
704
+ height: 65px;
705
+ margin-bottom: 20px;
706
+ }
707
+
708
+ .e-de-page-setup-dlg-layout-sub-container {
709
+ height: 60px;
710
+ margin-bottom: 20px;
711
+ position: relative;
712
+ top: 17px;
713
+ }
714
+
715
+ .e-de-page-setup-dlg-first-page-prop .e-label,
716
+ .e-de-page-setup-dlg-odd-or-even-prop .e-label {
717
+ font-size: 12px;
718
+ }
719
+
720
+ .e-de-page-setup-dlg-first-page-prop .e-frame,
721
+ .e-de-page-setup-dlg-odd-or-even-prop .e-frame {
722
+ height: 15px;
723
+ line-height: 11px;
724
+ width: 15px;
725
+ }
726
+
727
+ .e-de-page-setup-dlg-left-layout-container {
728
+ float: left;
729
+ position: relative;
730
+ top: 10px;
731
+ }
732
+
733
+ .e-de-page-setup-dlg-right-layout-container {
734
+ float: right;
735
+ position: relative;
736
+ top: 10px;
737
+ }
738
+
739
+ .e-de-dlg-sub-header {
740
+ display: block;
741
+ font-size: 12px;
742
+ font-weight: normal;
743
+ margin-bottom: 15px;
744
+ margin-top: 8px;
745
+ }
746
+
747
+ .e-de-para-dlg-sub-container {
748
+ margin-bottom: 25px;
749
+ }
750
+
751
+ .e-de-para-dlg-right-sub-container {
752
+ top: 17px;
753
+ }
754
+
755
+ .e-de-dlg-footer .e-btn {
756
+ margin-left: 10px;
757
+ }
758
+
759
+ .e-de-hyperlink-dlg-title {
760
+ font-size: 12px;
761
+ font-weight: normal;
762
+ margin-bottom: 8px;
763
+ margin-top: 8px;
764
+ }
765
+
766
+ .e-de-hyperlink .e-de-hyperlink-dlg-input {
767
+ height: 16px;
768
+ margin-bottom: 20px;
769
+ width: 230px;
770
+ }
771
+
772
+ .e-de-font-dlg-header {
773
+ display: -webkit-box;
774
+ display: -ms-flexbox;
775
+ display: flex;
776
+ font-size: 12px;
777
+ font-weight: normal;
778
+ margin-bottom: 8px;
779
+ }
780
+
781
+ .e-de-font-dlg-header-effects,
782
+ .e-de-font-dlg-header-font-color {
783
+ display: -webkit-box;
784
+ display: -ms-flexbox;
785
+ display: flex;
786
+ font-size: 14px;
787
+ font-weight: normal;
788
+ margin-bottom: 8px;
789
+ }
790
+
791
+ .e-de-font-dlg-main-header {
792
+ color: rgba(0, 0, 0, 0.87);
793
+ font-size: 14px;
794
+ font-weight: normal;
795
+ margin-right: 15px;
796
+ }
797
+
798
+ .e-de-font-dlg-cb-right {
799
+ margin-left: 40px;
800
+ }
801
+
802
+ .e-de-font-dlg-cb-right-div {
803
+ margin-left: 20px;
804
+ }
805
+
806
+ .e-de-dropdown {
807
+ margin-right: 40px;
808
+ }
809
+
810
+ .e-de-op {
811
+ border-right: 1px solid #e1e1e1;
812
+ padding-left: 16px;
813
+ padding-right: 16px;
814
+ padding-top: 24px;
815
+ position: relative;
816
+ width: 300px;
817
+ }
818
+
819
+ .e-de-op-header {
820
+ color: rgba(0, 0, 0, 0.87);
821
+ font-family: "Roboto";
822
+ font-size: 15px;
823
+ font-weight: 500;
824
+ margin-bottom: 20px;
825
+ }
826
+
827
+ .e-de-op-tab {
828
+ border: 0;
829
+ height: 36px;
830
+ }
831
+
832
+ .e-de-op-icon {
833
+ color: rgba(0, 0, 0, 0.54);
834
+ height: 20px;
835
+ width: 20px;
836
+ }
837
+
838
+ .e-de-op-close-icon {
839
+ color: rgba(0, 0, 0, 0.54);
840
+ }
841
+
842
+ .e-de-op-nav-btn {
843
+ height: 20px;
844
+ width: 20px;
845
+ }
846
+
847
+ .e-de-op-search-txt {
848
+ border-bottom: 1px solid #ddd;
849
+ color: rgba(0, 0, 0, 0.87);
850
+ font-size: 14px;
851
+ }
852
+
853
+ .e-de-op-search-txt .e-de-op-search-word {
854
+ color: #3f51b5;
855
+ }
856
+
857
+ .e-de-op-more-less {
858
+ display: block;
859
+ margin-top: 15px;
860
+ }
861
+
862
+ .e-de-op-replacetabcontentdiv {
863
+ height: 82px;
864
+ margin-top: 15px;
865
+ }
866
+
867
+ label[for=container_wholeWord] {
868
+ left: 35px;
869
+ }
870
+
871
+ .e-de-cell-dia-label-common {
872
+ display: inline-block;
873
+ font-size: 12px;
874
+ font-weight: normal;
875
+ margin-bottom: 8px;
876
+ margin-top: 8px;
877
+ width: 150px;
878
+ }
879
+
880
+ .e-de-cell-dia-options-label {
881
+ font-size: 14px;
882
+ font-weight: 400;
883
+ }
884
+
885
+ .e-de-table-border-heading {
886
+ font-size: 14px;
887
+ font-weight: 400;
888
+ padding-bottom: 20px;
889
+ }
890
+
891
+ .e-de-table-setting-heading {
892
+ font-size: 14px;
893
+ font-weight: normal;
894
+ padding-bottom: 20px;
895
+ }
896
+
897
+ .e-de-layout-setting-heading {
898
+ font-size: 14px;
899
+ font-weight: normal;
900
+ padding-bottom: 20px;
901
+ }
902
+
903
+ .e-de-table-setting-labels-heading {
904
+ font-size: 12px;
905
+ font-weight: normal;
906
+ }
907
+
908
+ .e-de-table-element-subheading {
909
+ font-size: 12px;
910
+ font-weight: normal;
911
+ }
912
+
913
+ .e-de-border-dlg-preview-div {
914
+ border: 1px solid rgba(0, 0, 0, 0.54);
915
+ }
916
+
917
+ .e-de-border-dlg-preview-inside-divs {
918
+ opacity: 0.54;
919
+ }
920
+
921
+ .e-de-table-dia-align-div {
922
+ border: 1px solid #ddd;
923
+ display: inline-block;
924
+ height: 60px;
925
+ margin-right: 10px;
926
+ width: 60px;
927
+ }
928
+
929
+ .e-de-table-dia-align-label {
930
+ display: inline-block;
931
+ font-size: 12px;
932
+ font-weight: normal;
933
+ margin-left: 10px;
934
+ margin-top: 8px;
935
+ }
936
+
937
+ .e-de-table-dialog-separator-line {
938
+ background-color: rgb(0, 0, 0);
939
+ height: 1px;
940
+ left: 1px;
941
+ opacity: 0.12;
942
+ position: absolute;
943
+ top: 371px;
944
+ width: 100%;
945
+ }
946
+
947
+ .e-de-table-dialog-options-label {
948
+ font-size: 14px;
949
+ font-weight: 400;
950
+ padding-bottom: 15px;
951
+ padding-top: 20px;
952
+ }
953
+
954
+ .e-de-list-ddl-header {
955
+ font-size: 14px;
956
+ font-weight: normal;
957
+ margin-bottom: 20px;
958
+ margin-top: 20px;
959
+ }
960
+
961
+ .e-de-list-ddl-header-list-level {
962
+ font-size: 14px;
963
+ font-weight: normal;
964
+ margin-bottom: 20px;
965
+ }
966
+
967
+ .e-de-tbl-dlg-footer {
968
+ padding-top: 27px;
969
+ }
970
+
971
+ .e-de-row-ht-top {
972
+ display: inline-block;
973
+ margin-left: 20px;
974
+ }
975
+
976
+ .e-de-cell-width-top {
977
+ margin-left: 20px;
978
+ margin-top: -23px;
979
+ }
980
+
981
+ .e-de-tbl-dlg-border-btn {
982
+ float: right;
983
+ margin-right: 103px;
984
+ margin-top: 32px;
985
+ }
986
+
987
+ .e-de-tbl-dlg-op-btn {
988
+ left: 425px;
989
+ position: absolute;
990
+ top: 300px;
991
+ }
992
+
993
+ .e-de-insert-table-dlg-sub-header {
994
+ display: block;
995
+ font-size: 12px;
996
+ font-weight: normal;
997
+ margin-bottom: 8px;
998
+ margin-top: 8px;
999
+ }
1000
+
1001
+ .e-de-insert-table-dlg-input {
1002
+ margin-bottom: 15px;
1003
+ }
1004
+
1005
+ .e-de-insert-footnote-dlg-sub-header {
1006
+ display: block;
1007
+ font-size: 12px;
1008
+ font-weight: normal;
1009
+ margin-bottom: 8px;
1010
+ margin-top: 8px;
1011
+ }
1012
+
1013
+ .e-de-list-ddl-subheader,
1014
+ .e-de-list-ddl-subheaderbottom {
1015
+ font-size: 12px;
1016
+ font-weight: normal;
1017
+ margin-bottom: 10px;
1018
+ margin-top: 10px;
1019
+ }
1020
+
1021
+ .e-de-list-dlg-subdiv {
1022
+ float: right;
1023
+ margin-top: 51px;
1024
+ position: relative;
1025
+ }
1026
+
1027
+ .e-de-list-dlg-div {
1028
+ float: right;
1029
+ margin-top: 46px;
1030
+ position: relative;
1031
+ }
1032
+
1033
+ .e-de-ok-button {
1034
+ margin-right: 10px;
1035
+ }
1036
+
1037
+ .e-de-options-setter {
1038
+ left: 415px;
1039
+ }
1040
+
1041
+ .e-de-op-close-icon:hover {
1042
+ color: rgba(0, 0, 0, 0.54);
1043
+ }
1044
+
1045
+ .e-de-tooltip {
1046
+ background-color: #fff;
1047
+ -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1048
+ box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1049
+ color: #000;
1050
+ cursor: text;
1051
+ max-width: 200px;
1052
+ padding: 5px;
1053
+ width: -webkit-fit-content;
1054
+ width: -moz-fit-content;
1055
+ width: fit-content;
1056
+ word-wrap: break-word;
1057
+ }
1058
+
1059
+ .e-btn.e-de-op-icon-btn {
1060
+ background-color: transparent;
1061
+ border-color: transparent;
1062
+ }
1063
+
1064
+ .e-btn.e-de-op-close-button:hover {
1065
+ background-color: transparent;
1066
+ border-color: transparent;
1067
+ color: rgba(0, 0, 0, 0.54);
1068
+ }
1069
+
1070
+ .e-btn.e-de-op-close-button:focus {
1071
+ background-color: transparent;
1072
+ border-color: transparent;
1073
+ color: rgba(0, 0, 0, 0.54);
1074
+ }
1075
+
1076
+ .e-btn.e-de-op-close-button:active {
1077
+ background-color: transparent;
1078
+ border-color: transparent;
1079
+ color: rgba(0, 0, 0, 0.54);
1080
+ }
1081
+
1082
+ .e-documenteditor .e-input {
1083
+ color: #000;
1084
+ font-size: 14px;
1085
+ }
1086
+
1087
+ .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
1088
+ height: 36px;
1089
+ }
1090
+
1091
+ .e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) {
1092
+ height: 36px;
1093
+ }
1094
+
1095
+ .e-de-dlg-target .e-dlg-header,
1096
+ .e-de-dlg-target .e-dlg-header * {
1097
+ font-weight: normal;
1098
+ }
1099
+ .e-de-dlg-target .e-dlg-header {
1100
+ font-size: 16px;
1101
+ font-weight: 400;
1102
+ margin-top: 4px;
1103
+ }
1104
+ .e-de-dlg-target .e-de-dlg-footer {
1105
+ margin-top: 19px;
1106
+ padding-top: 13px;
1107
+ }
1108
+ .e-de-dlg-target .e-dlg-header-content {
1109
+ padding: 20px 25px 13px 25px;
1110
+ }
1111
+ .e-de-dlg-target .e-dlg-content {
1112
+ padding: 28px 25px 15px 25px;
1113
+ }
1114
+ .e-de-dlg-target .e-footer-content {
1115
+ padding-right: 25px;
1116
+ padding-top: 1px;
1117
+ }
1118
+ .e-de-dlg-target .e-btn .e-btn-icon.e-icon-dlg-close {
1119
+ font-size: 14px;
1120
+ }
1121
+ .e-de-dlg-target .e-dlg-header-content,
1122
+ .e-de-dlg-target .e-footer-content {
1123
+ border: 1px;
1124
+ border-radius: 4px;
1125
+ }
1126
+ .e-de-dlg-target .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1127
+ left: 6px;
1128
+ }
1129
+ .e-de-dlg-target .e-dlg-clr-pkr-top {
1130
+ top: 159px;
1131
+ }
1132
+
1133
+ .e-de-op-result-container {
1134
+ margin-top: 12px;
1135
+ }
1136
+
1137
+ .e-de-op {
1138
+ background-color: #fff;
1139
+ }
1140
+
1141
+ .e-de-op .e-tab-header .e-toolbar-items {
1142
+ margin-bottom: 20px;
1143
+ margin-top: 1px;
1144
+ }
1145
+
1146
+ .e-de-font-dlg-color {
1147
+ border: 1px #ddd;
1148
+ border-radius: 4px;
1149
+ font-size: 12px;
1150
+ height: 16px;
1151
+ margin-left: 15px;
1152
+ width: 25px;
1153
+ }
1154
+
1155
+ .e-de-icon-table-row-above {
1156
+ top: 7px;
1157
+ }
1158
+
1159
+ .e-de-icon-table-row-below {
1160
+ top: 41px;
1161
+ }
1162
+
1163
+ .e-de-icon-table-column-left {
1164
+ top: 75px;
1165
+ }
1166
+
1167
+ .e-de-icon-table-column-right {
1168
+ top: 109px;
1169
+ }
1170
+
1171
+ .e-de-icon-table-delete {
1172
+ top: 7px;
1173
+ }
1174
+
1175
+ .e-de-icon-table-row-delete {
1176
+ top: 41px;
1177
+ }
1178
+
1179
+ .e-de-icon-table-column-delete {
1180
+ top: 75px;
1181
+ }
1182
+
1183
+ .e-de-list-bullet-none {
1184
+ height: 40px;
1185
+ width: 40px;
1186
+ }
1187
+
1188
+ .e-de-list-bullet-dot {
1189
+ height: 40px;
1190
+ width: 40px;
1191
+ }
1192
+
1193
+ .e-de-list-bullet-circle {
1194
+ height: 40px;
1195
+ width: 40px;
1196
+ }
1197
+
1198
+ .e-de-list-bullet-square {
1199
+ height: 40px;
1200
+ width: 40px;
1201
+ }
1202
+
1203
+ .e-de-list-bullet-flower {
1204
+ height: 40px;
1205
+ width: 40px;
1206
+ }
1207
+
1208
+ .e-de-list-bullet-arrow {
1209
+ height: 40px;
1210
+ width: 40px;
1211
+ }
1212
+
1213
+ .e-de-list-bullet-tick {
1214
+ height: 40px;
1215
+ width: 40px;
1216
+ }
1217
+
1218
+ .e-de-bullet:hover {
1219
+ background: #ddd;
1220
+ }
1221
+
1222
+ .e-de-list-numbered-none {
1223
+ height: 80px;
1224
+ width: 80px;
1225
+ }
1226
+
1227
+ .e-de-list-numbered-number-dot {
1228
+ height: 80px;
1229
+ width: 80px;
1230
+ }
1231
+
1232
+ .e-de-list-numbered-number-brace {
1233
+ height: 80px;
1234
+ width: 80px;
1235
+ }
1236
+
1237
+ .e-de-list-numbered-up-roman {
1238
+ height: 80px;
1239
+ width: 80px;
1240
+ }
1241
+
1242
+ .e-de-list-numbered-up-letter {
1243
+ height: 80px;
1244
+ width: 80px;
1245
+ }
1246
+
1247
+ .e-de-list-numbered-low-letter-brace {
1248
+ height: 80px;
1249
+ width: 80px;
1250
+ }
1251
+
1252
+ .e-de-numbered-low-letter-dot {
1253
+ height: 80px;
1254
+ width: 80px;
1255
+ }
1256
+
1257
+ .e-de-list-numbered-low-roman {
1258
+ height: 80px;
1259
+ width: 80px;
1260
+ }
1261
+
1262
+ .e-de-numbered:hover {
1263
+ background: #ddd;
1264
+ }
1265
+
1266
+ .e-de-list-multilevel-none {
1267
+ height: 80px;
1268
+ width: 80px;
1269
+ }
1270
+
1271
+ .e-de-list-multilevel-list-normal {
1272
+ height: 80px;
1273
+ width: 80px;
1274
+ }
1275
+
1276
+ .e-de-list-multilevel-list-multilevel {
1277
+ height: 80px;
1278
+ width: 80px;
1279
+ }
1280
+
1281
+ .e-de-list-multilevel-list-bullets {
1282
+ height: 80px;
1283
+ width: 80px;
1284
+ }
1285
+
1286
+ .e-de-multilevel-list:hover {
1287
+ background: #ddd;
1288
+ }
1289
+
1290
+ .e-de-list-dialog-open:hover {
1291
+ background: #ddd;
1292
+ }
1293
+
1294
+ .e-de-cell-options {
1295
+ left: 339px;
1296
+ top: 229px;
1297
+ }
1298
+
1299
+ .e-de-font-color-label {
1300
+ margin-bottom: 7px;
1301
+ margin-top: 18px;
1302
+ }
1303
+
1304
+ .e-de-font-content-label {
1305
+ margin-left: 15px;
1306
+ margin-right: 6px;
1307
+ }
1308
+
1309
+ .e-de-font-color-margin {
1310
+ margin-right: 10px;
1311
+ margin-top: 6px;
1312
+ }
1313
+
1314
+ .e-de-font-content-checkbox-label {
1315
+ margin-left: 43px;
1316
+ }
1317
+
1318
+ .e-de-font-checkbox {
1319
+ margin-left: 67px;
1320
+ }
1321
+
1322
+ .e-de-font-dlg-padding {
1323
+ margin-top: 15px;
1324
+ }
1325
+
1326
+ .e-de-table-container-div {
1327
+ margin-top: 20px;
1328
+ }
1329
+
1330
+ .e-de-table-header-div {
1331
+ padding-top: 6px;
1332
+ }
1333
+
1334
+ .e-de-table-subheader-div {
1335
+ float: right;
1336
+ margin-right: 115px;
1337
+ margin-top: -40px;
1338
+ }
1339
+
1340
+ .e-de-table-cell-header-div {
1341
+ padding-top: 6px;
1342
+ }
1343
+
1344
+ .e-de-table-cell-subheader-div {
1345
+ top: 57px;
1346
+ }
1347
+
1348
+ .e-de-cell-margin-header {
1349
+ left: -7px;
1350
+ top: 310px;
1351
+ }
1352
+
1353
+ .e-de-font-dlg-display {
1354
+ display: -webkit-inline-box;
1355
+ display: -ms-inline-flexbox;
1356
+ display: inline-flex;
1357
+ }
1358
+
1359
+ .e-de-tbl-margin-sub-header {
1360
+ margin-top: 20px;
1361
+ }
1362
+
1363
+ .e-de-tbl-btn-separator {
1364
+ width: 57%;
1365
+ }
1366
+
1367
+ .e-de-op-msg {
1368
+ color: #000;
1369
+ top: 79px;
1370
+ }
1371
+
1372
+ .e-de-save-dlg-file-name {
1373
+ height: 25px;
1374
+ margin-bottom: 8px;
1375
+ }
1376
+
1377
+ .e-de-save-dlg-format-type {
1378
+ height: 25px;
1379
+ margin-bottom: 8px;
1380
+ padding-top: 10px;
1381
+ }
1382
+
1383
+ .e-de-search-tab-content {
1384
+ margin-top: 12px;
1385
+ width: 267px;
1386
+ }
1387
+
1388
+ .e-de-font-dlg {
1389
+ height: 239px;
1390
+ width: -webkit-max-content;
1391
+ width: -moz-max-content;
1392
+ width: max-content;
1393
+ }
1394
+
1395
+ .e-de-hyperlink {
1396
+ height: auto;
1397
+ width: 250px;
1398
+ }
1399
+
1400
+ .e-de-insert-table {
1401
+ height: 131px;
1402
+ width: 230px;
1403
+ }
1404
+
1405
+ .e-de-insert-table {
1406
+ height: 139px;
1407
+ width: 247px;
1408
+ }
1409
+
1410
+ .e-de-list-dlg {
1411
+ height: 400px;
1412
+ width: 420px;
1413
+ }
1414
+
1415
+ .e-de-save-dlg {
1416
+ height: 135px;
1417
+ width: 230px;
1418
+ }
1419
+
1420
+ .e-de-table-properties-dlg {
1421
+ height: 300px;
1422
+ width: 426px;
1423
+ }
1424
+
1425
+ .e-de-table-border-shading-dlg {
1426
+ height: 380px;
1427
+ width: 450px;
1428
+ }
1429
+
1430
+ .e-de-table-cell-margin-dlg {
1431
+ height: 222px;
1432
+ width: 380px;
1433
+ }
1434
+
1435
+ .e-de-table-options-dlg {
1436
+ height: 242px;
1437
+ width: 380px;
1438
+ }
1439
+
1440
+ .e-de-table-border-none {
1441
+ position: absolute;
1442
+ top: 25px;
1443
+ }
1444
+
1445
+ .e-de-table-border-box {
1446
+ position: absolute;
1447
+ top: 95px;
1448
+ }
1449
+
1450
+ .e-de-table-border-all {
1451
+ position: absolute;
1452
+ top: 165px;
1453
+ }
1454
+
1455
+ .e-de-table-border-custom {
1456
+ position: absolute;
1457
+ top: 235px;
1458
+ }
1459
+
1460
+ .e-de-table-shading-preview {
1461
+ top: 385px;
1462
+ }
1463
+
1464
+ .e-de-font-content-label span.e-label {
1465
+ color: rgba(0, 0, 0, 0.87);
1466
+ }
1467
+
1468
+ .e-de-font-label span.e-label {
1469
+ color: rgba(0, 0, 0, 0.87);
1470
+ }
1471
+
1472
+ .e-de-font-content-label:hover .e-label,
1473
+ .e-css.e-de-font-content-label:hover .e-label {
1474
+ color: rgba(0, 0, 0, 0.87);
1475
+ }
1476
+
1477
+ .e-de-font-label:hover .e-label,
1478
+ .e-css.e-de-font-label:hover .e-label {
1479
+ color: rgba(0, 0, 0, 0.87);
1480
+ }
1481
+
1482
+ .e-documenteditor .e-checkbox-wrapper .e-label {
1483
+ color: rgba(0, 0, 0, 0.87);
1484
+ font-size: 14px;
1485
+ }
1486
+ .e-documenteditor .e-checkbox-wrapper .e-frame {
1487
+ height: 15px;
1488
+ line-height: 11px;
1489
+ width: 15px;
1490
+ }
1491
+ .e-documenteditor .e-checkbox-wrapper .e-frame + .e-label {
1492
+ margin-right: 15px;
1493
+ }
1494
+
1495
+ .e-de-op-dlg-footer {
1496
+ margin-top: 15px;
1497
+ }
1498
+
1499
+ .e-de-op-dlg-footer .e-btn {
1500
+ height: 36px;
1501
+ padding-left: 6px;
1502
+ padding-right: 6px;
1503
+ }
1504
+
1505
+ .e-de-search-tab-content .e-input-group .e-de-search-input {
1506
+ width: 185px;
1507
+ }
1508
+
1509
+ .e-de-op-replacewith {
1510
+ width: 95%;
1511
+ }
1512
+
1513
+ .e-de-table-ppty-tab {
1514
+ border: 0;
1515
+ }
1516
+
1517
+ .e-de-table-container-div .e-checkbox-wrapper .e-label {
1518
+ color: rgba(0, 0, 0, 0.87);
1519
+ }
1520
+
1521
+ .e-de-table-header-div .e-checkbox-wrapper .e-label {
1522
+ color: rgba(0, 0, 0, 0.87);
1523
+ }
1524
+
1525
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
1526
+ color: rgba(0, 0, 0, 0.87);
1527
+ }
1528
+
1529
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
1530
+ color: rgba(0, 0, 0, 0.87);
1531
+ }
1532
+
1533
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
1534
+ color: rgba(0, 0, 0, 0.87);
1535
+ }
1536
+
1537
+ .e-de-tbl-margin-sub-header .e-label {
1538
+ color: rgba(0, 0, 0, 0.87);
1539
+ }
1540
+
1541
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
1542
+ color: rgba(0, 0, 0, 0.87);
1543
+ }
1544
+
1545
+ .e-de-list-format-info {
1546
+ border-radius: 50%;
1547
+ cursor: default;
1548
+ font-size: 12px;
1549
+ height: 15px;
1550
+ line-height: 1px;
1551
+ padding: 3px 0 0 0;
1552
+ text-transform: lowercase;
1553
+ width: 16px;
1554
+ }
1555
+
1556
+ .e-button-custom {
1557
+ height: 34px;
1558
+ padding: 0;
1559
+ width: 80px;
1560
+ }
1561
+
1562
+ .e-styles-listview,
1563
+ .e-bookmark-listview {
1564
+ border: 1px solid #c8c8c8;
1565
+ border-radius: 4px;
1566
+ height: 150px;
1567
+ overflow-y: scroll;
1568
+ }
1569
+
1570
+ .e-bookmark-gotobutton,
1571
+ .e-bookmark-addbutton,
1572
+ .e-styles-addbutton,
1573
+ .e-bookmark-deletebutton {
1574
+ margin-bottom: 8px;
1575
+ }
1576
+
1577
+ .e-bookmark-list {
1578
+ float: left;
1579
+ margin-right: 20px;
1580
+ width: 250px;
1581
+ }
1582
+
1583
+ .e-bookmark-textboxdiv {
1584
+ margin-bottom: 10px;
1585
+ }
1586
+
1587
+ .e-bookmark-listview .e-list-item {
1588
+ font-size: 13px;
1589
+ height: 30px;
1590
+ line-height: 27px;
1591
+ }
1592
+
1593
+ .e-bookmark-common {
1594
+ display: -webkit-box;
1595
+ display: -ms-flexbox;
1596
+ display: flex;
1597
+ }
1598
+
1599
+ .e-bookmark-button {
1600
+ position: relative;
1601
+ top: 15px;
1602
+ }
1603
+
1604
+ .e-font {
1605
+ float: left;
1606
+ }
1607
+
1608
+ .e-de-table-border-toptop-alignment,
1609
+ .e-de-table-border-topcenter-alignment,
1610
+ .e-de-table-border-topbottom-alignment,
1611
+ .e-de-table-border-diagionalup-alignment,
1612
+ .e-de-table-border-diagionaldown-alignment,
1613
+ .e-de-table-border-bottomleft-alignment,
1614
+ .e-de-table-border-bottomcenter-alignment,
1615
+ .e-de-table-border-bottomright-alignment {
1616
+ left: 48%;
1617
+ position: absolute;
1618
+ top: 48%;
1619
+ -webkit-transform: translate(-50%, -50%);
1620
+ transform: translate(-50%, -50%);
1621
+ }
1622
+
1623
+ .e-de-style-properties,
1624
+ .e-de-style-formatting {
1625
+ font-size: 14px;
1626
+ font-weight: 400;
1627
+ }
1628
+
1629
+ .e-de-style-formatting {
1630
+ margin-bottom: 20px;
1631
+ }
1632
+
1633
+ .e-de-style-paragraph-indent-group-button .e-btn,
1634
+ .e-de-style-paragraph-group-button .e-btn,
1635
+ .e-de-style-font-group-button .e-btn {
1636
+ -webkit-box-shadow: none;
1637
+ box-shadow: none;
1638
+ }
1639
+
1640
+ .e-de-style-paragraph-indent-group-button .e-btn.e-active,
1641
+ .e-de-style-paragraph-group-button .e-btn.e-active,
1642
+ .e-de-style-font-group-button .e-btn.e-active {
1643
+ background-color: #c8c8c8;
1644
+ border-color: #c8c8c8;
1645
+ -webkit-box-shadow: none;
1646
+ box-shadow: none;
1647
+ color: #000;
1648
+ }
1649
+
1650
+ .e-de-style-properties {
1651
+ margin-bottom: 15px;
1652
+ }
1653
+
1654
+ .e-de-style-nametype-div {
1655
+ margin-bottom: 20px;
1656
+ }
1657
+
1658
+ .e-de-style-based-para-div {
1659
+ margin-bottom: 30px;
1660
+ }
1661
+
1662
+ .e-de-style-name,
1663
+ .e-de-style-styletype,
1664
+ .e-de-style-style-based-on,
1665
+ .e-de-style-style-paragraph {
1666
+ font-size: 13px;
1667
+ font-weight: normal;
1668
+ margin-bottom: 8px;
1669
+ width: 180px;
1670
+ }
1671
+
1672
+ .e-de-style-left-div {
1673
+ margin-right: 40px;
1674
+ }
1675
+
1676
+ .e-de-style-font-color-picker,
1677
+ .e-de-style-icon-button-size,
1678
+ .e-de-style-icon-button-first-size,
1679
+ .e-de-style-icon-button-last-size {
1680
+ height: 30px;
1681
+ }
1682
+
1683
+ .e-de-style-bold-button-size {
1684
+ height: 30px;
1685
+ margin-left: 6px;
1686
+ margin-right: 8px;
1687
+ }
1688
+
1689
+ .e-de-style-font-color-picker,
1690
+ .e-de-style-icon-button-size {
1691
+ margin-right: 8px;
1692
+ }
1693
+
1694
+ .e-de-style-icon-button-first-size {
1695
+ margin-left: 6px;
1696
+ margin-right: 3px;
1697
+ }
1698
+
1699
+ .e-de-style-icon-button-last-size {
1700
+ margin-right: 6px;
1701
+ }
1702
+
1703
+ .e-de-style-font-color-picker {
1704
+ margin-left: 8px;
1705
+ }
1706
+
1707
+ .e-style-font-fmaily-right {
1708
+ margin-right: 8px;
1709
+ }
1710
+
1711
+ .e-style-font {
1712
+ margin-left: 5px;
1713
+ margin-right: 15px;
1714
+ }
1715
+
1716
+ .e-de-style-left-div .e-de-style-dlg-name-input {
1717
+ height: 30px;
1718
+ }
1719
+
1720
+ .e-style-list {
1721
+ margin-left: 10px;
1722
+ }
1723
+
1724
+ .e-de-style-dialog .e-de-style-only-this-document {
1725
+ margin-top: 25px;
1726
+ }
1727
+
1728
+ .e-de-style-format-dropdwn {
1729
+ width: 135px;
1730
+ }
1731
+
1732
+ .e-de-style-options-div {
1733
+ margin-bottom: 20px;
1734
+ padding: 5px;
1735
+ }
1736
+
1737
+ .e-de-style-paragraph-group-button {
1738
+ border-right: 2px solid #e0e0e0;
1739
+ }
1740
+
1741
+ .e-de-style-font-group-button {
1742
+ border-left: 2px solid #e0e0e0;
1743
+ border-right: 2px solid #e0e0e0;
1744
+ }
1745
+
1746
+ .e-de-op-replace-messagediv {
1747
+ color: #000;
1748
+ position: absolute;
1749
+ top: 144px;
1750
+ }
1751
+
1752
+ .e-de-font-content-label .e-label,
1753
+ .e-de-font-dlg-cb-right .e-label,
1754
+ .e-de-font-checkbox .e-label {
1755
+ font-size: 12px;
1756
+ }
1757
+
1758
+ .e-de-font-content-label .e-frame,
1759
+ .e-de-font-dlg-cb-right .e-frame,
1760
+ .e-de-font-checkbox .e-frame {
1761
+ height: 15px;
1762
+ line-height: 11px;
1763
+ width: 15px;
1764
+ }
1765
+
1766
+ .e-de-op-input-group,
1767
+ .e-de-op-replacewith {
1768
+ height: 32px;
1769
+ }
1770
+
1771
+ .e-de-hyperlink-bookmark-check {
1772
+ margin-top: 20px;
1773
+ }
1774
+
1775
+ .e-de-table-container-div .e-checkbox-wrapper .e-frame,
1776
+ .e-de-table-header-div .e-checkbox-wrapper .e-frame,
1777
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame,
1778
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame,
1779
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-frame,
1780
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-frame,
1781
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame,
1782
+ .e-de-tbl-margin-sub-header .e-frame {
1783
+ height: 15px;
1784
+ line-height: 11px;
1785
+ width: 15px;
1786
+ }
1787
+
1788
+ .e-de-table-container-div .e-checkbox-wrapper .e-label,
1789
+ .e-de-table-header-div .e-checkbox-wrapper .e-label,
1790
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
1791
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
1792
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
1793
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
1794
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
1795
+ .e-de-tbl-margin-sub-header .e-label {
1796
+ font-size: 14px;
1797
+ }
1798
+
1799
+ .e-de-table-ppty-dlg-measure-div {
1800
+ float: right;
1801
+ margin-left: 40px;
1802
+ margin-top: -12px;
1803
+ }
1804
+
1805
+ .e-de-table-ppty-dlg-measure-drop-down-div {
1806
+ float: right;
1807
+ margin-left: 40px;
1808
+ margin-top: 6px;
1809
+ }
1810
+
1811
+ .e-de-table-ppty-dlg-left-indent-container {
1812
+ float: right;
1813
+ margin-right: 89px;
1814
+ }
1815
+
1816
+ .e-de-table-ppty-dlg-row-height-label {
1817
+ float: right;
1818
+ margin-right: 161px;
1819
+ margin-top: -62px;
1820
+ }
1821
+
1822
+ .e-de-table-ppty-dlg-preferred-width-div {
1823
+ float: right;
1824
+ margin-left: 20px;
1825
+ margin-top: 6px;
1826
+ }
1827
+
1828
+ .e-de-table-ppty-options-break {
1829
+ margin-bottom: 15px;
1830
+ }
1831
+
1832
+ .e-de-table-cell-subheader-div {
1833
+ margin-right: 125px;
1834
+ margin-top: -37px;
1835
+ }
1836
+
1837
+ .e-de-table-ppty-dlg-cell-tab-measure-label {
1838
+ float: right;
1839
+ margin-right: 172px;
1840
+ margin-top: -64px;
1841
+ }
1842
+
1843
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header {
1844
+ padding-left: 24px;
1845
+ padding-right: 24px;
1846
+ }
1847
+
1848
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header {
1849
+ padding-left: 24px;
1850
+ padding-right: 24px;
1851
+ }
1852
+
1853
+ .e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header {
1854
+ padding-left: 1px;
1855
+ padding-right: 24px;
1856
+ }
1857
+
1858
+ .e-styles-list {
1859
+ float: left;
1860
+ margin-right: 20px;
1861
+ width: 250px;
1862
+ }
1863
+
1864
+ .e-styles-textboxdiv {
1865
+ padding-bottom: 15px;
1866
+ }
1867
+
1868
+ .e-styles-listview .e-list-item {
1869
+ font-size: 13px;
1870
+ height: 30px;
1871
+ line-height: 27px;
1872
+ }
1873
+
1874
+ .e-styles-common {
1875
+ padding-top: 5px;
1876
+ }
1877
+
1878
+ .e-styles-button {
1879
+ float: right;
1880
+ }
1881
+
1882
+ .e-de-toc-dlg-styles {
1883
+ margin-bottom: 11px;
1884
+ margin-left: 38px;
1885
+ margin-top: 30px;
1886
+ }
1887
+
1888
+ .e-de-toc-dlg-build-table {
1889
+ margin-top: 30px;
1890
+ }
1891
+
1892
+ .e-de-toc-table-div .e-de-toc-dlg-toc-level {
1893
+ height: 24px;
1894
+ margin-left: 36px;
1895
+ width: 44px;
1896
+ }
1897
+
1898
+ .e-de-toc-styles-table-div {
1899
+ border: 1px solid #808080;
1900
+ border-radius: 4px;
1901
+ margin-top: 9px;
1902
+ width: 213px;
1903
+ }
1904
+
1905
+ .e-de-toc-dlg-sub-level-heading {
1906
+ font-size: 12px;
1907
+ }
1908
+
1909
+ .e-de-toc-table-div {
1910
+ height: 163px;
1911
+ overflow-y: scroll;
1912
+ width: 211px;
1913
+ }
1914
+
1915
+ .e-de-toc-dlg-style-input {
1916
+ margin-bottom: 3px;
1917
+ margin-left: 36px;
1918
+ width: 210px;
1919
+ }
1920
+
1921
+ .e-de-toc-dlg-outline-levels {
1922
+ margin-top: 15px;
1923
+ width: 150px;
1924
+ }
1925
+
1926
+ .e-de-styles,
1927
+ .e-de-bookmark {
1928
+ margin-top: 24px;
1929
+ }
1930
+
1931
+ .e-bookmark-textboxdiv .e-bookmark-textbox-input {
1932
+ height: 34px;
1933
+ }
1934
+
1935
+ .e-styles-dlgfields {
1936
+ font-weight: normal;
1937
+ margin-bottom: 6px;
1938
+ }
1939
+
1940
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header {
1941
+ padding-left: 1px;
1942
+ padding-right: 24px;
1943
+ }
1944
+
1945
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header {
1946
+ padding-left: 24px;
1947
+ padding-right: 24px;
1948
+ }
1949
+
1950
+ .e-de-dlg-target .e-footer-content .e-list-dlg-font {
1951
+ margin-left: 16px;
1952
+ }
1953
+
1954
+ .e-bookmark-dlgfields {
1955
+ font-weight: normal;
1956
+ margin-bottom: 0;
1957
+ }
1958
+
1959
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
1960
+ height: 65px;
1961
+ padding: 10px;
1962
+ width: 70px;
1963
+ }
1964
+
1965
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md {
1966
+ height: 45px;
1967
+ width: 45px;
1968
+ }
1969
+
1970
+ .e-de-bullet-icon-size {
1971
+ height: 45px;
1972
+ width: 45px;
1973
+ }
1974
+
1975
+ .e-de-ui-list-header-presetmenu {
1976
+ cursor: pointer;
1977
+ font-size: 11px;
1978
+ line-height: 14px;
1979
+ min-width: 50px;
1980
+ overflow: hidden;
1981
+ text-align: left;
1982
+ white-space: nowrap;
1983
+ width: 100%;
1984
+ }
1985
+
1986
+ .e-de-ui-bullet {
1987
+ font-size: 42px;
1988
+ }
1989
+
1990
+ .e-de-ui-list-header-presetmenu .e-de-ui-list-line {
1991
+ border-bottom: 1px solid #ccc;
1992
+ margin-left: 5px;
1993
+ width: 100%;
1994
+ }
1995
+
1996
+ .e-de-ui-list-header-presetmenu div span {
1997
+ color: #aaa;
1998
+ display: inline-block;
1999
+ vertical-align: middle;
2000
+ }
2001
+
2002
+ .e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem,
2003
+ .e-de-ui-wfloating-menu .e-de-ui-menuitem-none {
2004
+ border: 0;
2005
+ -webkit-box-shadow: inset 0 0 0 1px #ebebeb;
2006
+ box-shadow: inset 0 0 0 1px #ebebeb;
2007
+ cursor: pointer;
2008
+ height: 70px;
2009
+ margin: 0 5px 5px 0;
2010
+ padding: 0;
2011
+ width: 70px;
2012
+ }
2013
+
2014
+ .e-de-ui-wfloating-menu {
2015
+ padding: 10px 4px 5px 10px;
2016
+ }
2017
+
2018
+ .e-de-list-thumbnail .e-de-list-items {
2019
+ float: left;
2020
+ }
2021
+
2022
+ .e-de-list-thumbnail .e-de-list-items {
2023
+ background: #fff;
2024
+ border: 1px solid transparent;
2025
+ clear: initial;
2026
+ display: inline-block;
2027
+ height: auto;
2028
+ margin: 5px;
2029
+ text-align: center;
2030
+ width: auto;
2031
+ }
2032
+
2033
+ .e-de-list-items {
2034
+ background: #fff;
2035
+ -webkit-box-sizing: border-box;
2036
+ box-sizing: border-box;
2037
+ cursor: pointer;
2038
+ list-style: none;
2039
+ padding: 7px 10px;
2040
+ position: relative;
2041
+ }
2042
+
2043
+ .e-de-list-item-size {
2044
+ font-size: 14px;
2045
+ }
2046
+
2047
+ .e-de-ui-wfloating-menu {
2048
+ padding: 10px 4px 5px 10px;
2049
+ }
2050
+
2051
+ .e-de-table-border-fill {
2052
+ margin-right: 25px;
2053
+ margin-top: 7px;
2054
+ }
2055
+
2056
+ .e-de-table-ppty-dlg-tabs {
2057
+ height: 270px;
2058
+ position: relative;
2059
+ width: 530px;
2060
+ }
2061
+
2062
+ .e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,
2063
+ .e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active {
2064
+ border-color: #ff4081;
2065
+ }
2066
+
2067
+ .e-de-bullet-icons {
2068
+ left: 50%;
2069
+ position: absolute;
2070
+ top: 50%;
2071
+ -webkit-transform: translate(-43%, -43%);
2072
+ transform: translate(-43%, -43%);
2073
+ }
2074
+
2075
+ .e-documenteditor .e-close::before {
2076
+ content: "\e825";
2077
+ font-family: "e-icons";
2078
+ font-size: 14px;
2079
+ }
2080
+ .e-documenteditor .e-de-op-search-icon::before {
2081
+ content: "\e275";
2082
+ font-family: "e-icons";
2083
+ font-size: 10px;
2084
+ }
2085
+ .e-documenteditor .e-arrow-up::before {
2086
+ content: "\e834";
2087
+ font-family: "e-icons";
2088
+ font-size: 10px;
2089
+ }
2090
+ .e-documenteditor .e-arrow-down::before {
2091
+ content: "\e83d";
2092
+ font-family: "e-icons";
2093
+ font-size: 10px;
2094
+ }
2095
+ .e-documenteditor .e-menu-item .e-de-acceptchange::before {
2096
+ content: "\e19f";
2097
+ font-family: "e-icons";
2098
+ }
2099
+ .e-documenteditor .e-menu-item .e-de-rejectchange::before {
2100
+ content: "\e204";
2101
+ font-family: "e-icons";
2102
+ }
2103
+ .e-documenteditor .e-de-op .e-de-op-close-icon {
2104
+ height: 20px;
2105
+ }
2106
+ .e-documenteditor .e-de-op-close-icon::before {
2107
+ content: "\e7a7";
2108
+ }
2109
+ .e-documenteditor .e-de-op-search-close-icon::before {
2110
+ content: "\e7a7";
2111
+ font-family: "e-icons";
2112
+ font-size: 10px;
2113
+ }
2114
+ .e-documenteditor .e-de-new-cmt::before {
2115
+ content: "\e7d5";
2116
+ font-family: "e-icons";
2117
+ }
2118
+ .e-documenteditor .e-de-menu-icon::before {
2119
+ content: "\e976";
2120
+ font-family: "e-icons";
2121
+ font-size: 10px;
2122
+ }
2123
+ .e-documenteditor .e-de-cmt-mark-icon::before {
2124
+ content: "\e817";
2125
+ font-family: "e-icons";
2126
+ font-size: 13px;
2127
+ }
2128
+ .e-documenteditor .e-de-multi-cmt-mark::before {
2129
+ content: "\e97a";
2130
+ font-family: "e-icons";
2131
+ font-size: 14px;
2132
+ }
2133
+ .e-documenteditor .e-de-cmt-resolve-icon::before {
2134
+ content: "\e9c4";
2135
+ font-family: "e-icons";
2136
+ font-size: 13px;
2137
+ }
2138
+ .e-documenteditor .e-de-multi-cmt-resolve::before {
2139
+ content: "\e9c5";
2140
+ font-family: "e-icons";
2141
+ font-size: 14px;
2142
+ }
2143
+ .e-documenteditor .e-de-cmt-post::before {
2144
+ content: "\e816";
2145
+ font-family: "e-icons";
2146
+ }
2147
+ .e-documenteditor .e-de-cmt-rply-icon::before {
2148
+ content: "\e815";
2149
+ font-family: "e-icons";
2150
+ }
2151
+ .e-documenteditor .e-de-cmt-cancel::before {
2152
+ content: "\e7a7";
2153
+ font-family: "e-icons";
2154
+ }
2155
+ .e-documenteditor .e-de-cmt-delete::before {
2156
+ content: "\e602";
2157
+ font-family: "e-icons";
2158
+ }
2159
+ .e-documenteditor .e-de-cmt-reopen::before {
2160
+ content: "\e818";
2161
+ font-family: "e-icons";
2162
+ }
2163
+ .e-documenteditor .e-de-nav-up::before {
2164
+ content: "\e651";
2165
+ font-family: "e-icons";
2166
+ }
2167
+ .e-documenteditor .e-de-nav-right-arrow::before {
2168
+ content: "\e830";
2169
+ }
2170
+ .e-documenteditor .e-de-nav-left-arrow::before {
2171
+ content: "\e829";
2172
+ }
2173
+ .e-documenteditor .e-de-save-icon::before {
2174
+ content: "\e614";
2175
+ font-family: "e-icons";
2176
+ }
2177
+ .e-documenteditor .e-de-cancel-icon::before {
2178
+ content: "\ebe8";
2179
+ font-family: "e-icons";
2180
+ }
2181
+
2182
+ .e-de-ctn-title-print::before {
2183
+ content: "\ebf9";
2184
+ font-family: "e-icons";
2185
+ }
2186
+
2187
+ .e-de-acceptchange::before {
2188
+ content: "\e19f";
2189
+ font-family: "e-icons";
2190
+ }
2191
+
2192
+ .e-de-rejectchange::before {
2193
+ content: "\e204";
2194
+ font-family: "e-icons";
2195
+ }
2196
+
2197
+ .e-de-ctn-title-download::before {
2198
+ content: "\e603";
2199
+ font-family: "e-icons";
2200
+ }
2201
+
2202
+ .e-de-table-properties-alignment:hover {
2203
+ border-color: #f17eb8;
2204
+ }
2205
+
2206
+ .e-de-table-properties-alignment {
2207
+ border: 1px solid transparent;
2208
+ }
2209
+
2210
+ .e-de-tablecell-alignment {
2211
+ border: 1px solid transparent;
2212
+ }
2213
+
2214
+ .e-de-tablecell-alignment:hover {
2215
+ border-color: #f17eb8;
2216
+ }
2217
+
2218
+ .e-de-table-left-alignment::before {
2219
+ content: "\e517";
2220
+ font-size: 46px;
2221
+ }
2222
+
2223
+ .e-de-table-center-alignment::before {
2224
+ content: "\e518";
2225
+ font-size: 46px;
2226
+ }
2227
+
2228
+ .e-de-table-right-alignment::before {
2229
+ content: "\e515";
2230
+ font-size: 46px;
2231
+ }
2232
+
2233
+ .e-de-tablecell-top-alignment::before {
2234
+ content: "\e527";
2235
+ font-size: 51px;
2236
+ }
2237
+
2238
+ .e-de-tablecell-center-alignment::before {
2239
+ content: "\e526";
2240
+ font-size: 51px;
2241
+ }
2242
+
2243
+ .e-de-tablecell-bottom-alignment::before {
2244
+ content: "\e525";
2245
+ font-size: 51px;
2246
+ }
2247
+
2248
+ .e-de-table-border-setting {
2249
+ border: 1px solid rgb(0, 0, 0);
2250
+ height: 40px;
2251
+ left: 5px;
2252
+ position: relative;
2253
+ top: 5px;
2254
+ width: 40px;
2255
+ }
2256
+
2257
+ .e-de-table-border-setting-genral {
2258
+ border: 1px solid rgba(0, 0, 0, 0.26);
2259
+ height: 52px;
2260
+ width: 52px;
2261
+ }
2262
+
2263
+ .e-de-table-border-preview-genral {
2264
+ border: 1px solid rgba(0, 0, 0, 0.26);
2265
+ height: 24px;
2266
+ width: 24px;
2267
+ }
2268
+
2269
+ .e-de-table-border-inside-setting:hover {
2270
+ border: 1px solid #f17eb8;
2271
+ }
2272
+
2273
+ .e-de-table-border-preview {
2274
+ height: 24px;
2275
+ width: 24px;
2276
+ }
2277
+
2278
+ .e-de-table-border-inside-preview:hover {
2279
+ border: 1px solid #f17eb8;
2280
+ }
2281
+
2282
+ .e-de-table-border-inside-setting-click {
2283
+ border: 1px solid #ff4081;
2284
+ }
2285
+
2286
+ .e-de-table-border-inside-preview-click {
2287
+ border: 1px solid #ff4081;
2288
+ }
2289
+
2290
+ .e-de-table-border-none-setting::before {
2291
+ content: "\e507";
2292
+ font-size: 38px;
2293
+ position: absolute;
2294
+ }
2295
+
2296
+ .e-de-table-border-box-setting::before {
2297
+ content: "\e509";
2298
+ font-size: 34px;
2299
+ left: 2px;
2300
+ position: absolute;
2301
+ top: 2px;
2302
+ }
2303
+
2304
+ .e-de-table-border-all-setting::before {
2305
+ content: "\e511";
2306
+ font-size: 34px;
2307
+ left: 2px;
2308
+ position: absolute;
2309
+ top: 2px;
2310
+ }
2311
+
2312
+ .e-de-table-border-custom-setting::before {
2313
+ content: "\e516";
2314
+ font-size: 34px;
2315
+ left: 2px;
2316
+ position: absolute;
2317
+ top: 2px;
2318
+ }
2319
+
2320
+ .e-de-para-border-none-setting::before {
2321
+ content: "\e939";
2322
+ font-size: 38px;
2323
+ position: absolute;
2324
+ }
2325
+
2326
+ .e-de-para-border-box-setting::before {
2327
+ content: "\e93b";
2328
+ font-size: 34px;
2329
+ left: 2px;
2330
+ position: absolute;
2331
+ top: 2px;
2332
+ }
2333
+
2334
+ .e-de-para-border-shadow-setting::before {
2335
+ content: "\e93c";
2336
+ font-size: 34px;
2337
+ left: 2px;
2338
+ position: absolute;
2339
+ top: 2px;
2340
+ }
2341
+
2342
+ .e-de-para-border-custom-setting::before {
2343
+ content: "\e936";
2344
+ font-size: 34px;
2345
+ left: 2px;
2346
+ position: absolute;
2347
+ top: 2px;
2348
+ }
2349
+
2350
+ .e-de-table-border-toptop-alignment::before {
2351
+ content: "\e281";
2352
+ font-size: 16px;
2353
+ left: 5px;
2354
+ position: absolute;
2355
+ top: -2px;
2356
+ }
2357
+
2358
+ .e-de-table-border-topcenter-alignment::before {
2359
+ content: "\e276";
2360
+ font-size: 16px;
2361
+ left: 5px;
2362
+ position: absolute;
2363
+ top: -2px;
2364
+ }
2365
+
2366
+ .e-de-table-border-topbottom-alignment::before {
2367
+ content: "\e298";
2368
+ font-size: 16px;
2369
+ left: 5px;
2370
+ position: absolute;
2371
+ top: -2px;
2372
+ }
2373
+
2374
+ .e-de-table-border-diagionalup-alignment::before {
2375
+ content: "\e262";
2376
+ font-size: 16px;
2377
+ left: 5px;
2378
+ position: absolute;
2379
+ top: -2px;
2380
+ }
2381
+
2382
+ .e-de-table-border-diagionaldown-alignment::before {
2383
+ content: "\e265";
2384
+ font-size: 16px;
2385
+ left: 5px;
2386
+ position: absolute;
2387
+ top: -2px;
2388
+ }
2389
+
2390
+ .e-de-table-border-bottomleft-alignment::before {
2391
+ content: "\e291";
2392
+ font-size: 16px;
2393
+ left: 5px;
2394
+ position: absolute;
2395
+ top: -2px;
2396
+ }
2397
+
2398
+ .e-de-table-border-bottomcenter-alignment::before {
2399
+ content: "\e287";
2400
+ font-size: 16px;
2401
+ left: 5px;
2402
+ position: absolute;
2403
+ top: -2px;
2404
+ }
2405
+
2406
+ .e-de-table-border-bottomright-alignment::before {
2407
+ content: "\e288";
2408
+ font-size: 16px;
2409
+ left: 5px;
2410
+ position: absolute;
2411
+ top: -2px;
2412
+ }
2413
+
2414
+ .e-de-columns-presets-genral {
2415
+ height: 62px;
2416
+ width: 62px;
2417
+ margin-right: 33px;
2418
+ margin-bottom: 12px;
2419
+ }
2420
+
2421
+ .e-de-columns-padding-alignment {
2422
+ padding-top: 24px;
2423
+ }
2424
+
2425
+ .e-de-column-dlg-preview-div {
2426
+ border: 1px solid rgba(0, 0, 0, 0.26);
2427
+ height: 120px;
2428
+ width: 120px;
2429
+ }
2430
+
2431
+ .e-de-padding-col-prev {
2432
+ padding-left: 15px;
2433
+ }
2434
+
2435
+ .e-width-space-div {
2436
+ width: 320px;
2437
+ }
2438
+
2439
+ .e-de-columns-presets-genral.e-de-rtl {
2440
+ margin-left: 33px;
2441
+ }
2442
+
2443
+ .e-de-padding-col-prev.e-de-rtl {
2444
+ padding-right: 15px;
2445
+ }
2446
+
2447
+ .e-de-column-dlg-preview-div.e-de-rtl {
2448
+ border: 1px solid rgba(0, 0, 0, 0.26);
2449
+ height: 120px;
2450
+ width: 120px;
2451
+ }
2452
+
2453
+ .e-menu-item .e-de-cmt-add::before {
2454
+ content: "\e814";
2455
+ font-family: "e-icons";
2456
+ }
2457
+
2458
+ .e-menu-item .e-de-cut::before {
2459
+ content: "\e279";
2460
+ }
2461
+
2462
+ .e-menu-item .e-de-spellcheck::before {
2463
+ content: "\e689";
2464
+ }
2465
+
2466
+ .e-menu-item .e-de-copy::before {
2467
+ content: "\e280";
2468
+ }
2469
+
2470
+ .e-menu-item .e-de-paste::before {
2471
+ content: "\e501";
2472
+ }
2473
+
2474
+ .e-menu-item .e-de-continue-numbering::before {
2475
+ content: "\e503";
2476
+ }
2477
+
2478
+ .e-menu-item .e-de-restart-at::before {
2479
+ content: "\e277";
2480
+ }
2481
+
2482
+ .e-menu-item .e-de-insertlink::before {
2483
+ content: "\e290";
2484
+ }
2485
+
2486
+ .e-menu-item .e-de-open-hyperlink::before {
2487
+ content: "\e278";
2488
+ }
2489
+
2490
+ .e-menu-item .e-de-copy-hyperlink::before {
2491
+ content: "\e295";
2492
+ }
2493
+
2494
+ .e-menu-item .e-de-edit-hyperlink::before {
2495
+ content: "\e289";
2496
+ }
2497
+
2498
+ .e-menu-item .e-de-remove-hyperlink::before {
2499
+ content: "\e286";
2500
+ }
2501
+
2502
+ .e-menu-item .e-de-fonts::before {
2503
+ content: "\e273";
2504
+ }
2505
+
2506
+ .e-menu-item .e-de-paragraph::before {
2507
+ content: "\e75e";
2508
+ }
2509
+
2510
+ .e-menu-item .e-de-table::before {
2511
+ content: "\e294";
2512
+ }
2513
+
2514
+ .e-menu-item .e-de-insertabove::before {
2515
+ content: "\e506";
2516
+ }
2517
+
2518
+ .e-menu-item .e-de-insertbelow::before {
2519
+ content: "\e505";
2520
+ }
2521
+
2522
+ .e-menu-item .e-de-insertleft::before {
2523
+ content: "\e285";
2524
+ }
2525
+
2526
+ .e-menu-item .e-de-insertright::before {
2527
+ content: "\e284";
2528
+ }
2529
+
2530
+ .e-menu-item .e-de-delete-table::before {
2531
+ content: "\e292";
2532
+ }
2533
+
2534
+ .e-menu-item .e-de-deleterow::before {
2535
+ content: "\e283";
2536
+ }
2537
+
2538
+ .e-menu-item .e-de-deletecolumn::before {
2539
+ content: "\e282";
2540
+ }
2541
+
2542
+ .e-de-bold::before {
2543
+ content: "\e339";
2544
+ font-family: "e-icons";
2545
+ }
2546
+
2547
+ .e-de-italic::before {
2548
+ content: "\e35a";
2549
+ font-family: "e-icons";
2550
+ }
2551
+
2552
+ .e-de-underline::before {
2553
+ content: "\e343";
2554
+ font-family: "e-icons";
2555
+ }
2556
+
2557
+ .e-de-indent::before {
2558
+ content: "\e35d";
2559
+ font-family: "e-icons";
2560
+ }
2561
+
2562
+ .e-de-outdent::before {
2563
+ content: "\e33f";
2564
+ font-family: "e-icons";
2565
+ }
2566
+
2567
+ .e-de-align-left::before {
2568
+ content: "\e33a";
2569
+ font-family: "e-icons";
2570
+ }
2571
+
2572
+ .e-de-align-center::before {
2573
+ content: "\e35e";
2574
+ font-family: "e-icons";
2575
+ }
2576
+
2577
+ .e-de-align-right::before {
2578
+ content: "\e34d";
2579
+ font-family: "e-icons";
2580
+ }
2581
+
2582
+ .e-de-justify::before {
2583
+ content: "\e334";
2584
+ font-family: "e-icons";
2585
+ }
2586
+
2587
+ .e-de-single-spacing::before {
2588
+ content: "\e520";
2589
+ font-family: "e-icons";
2590
+ }
2591
+
2592
+ .e-de-double-spacing::before {
2593
+ content: "\e521";
2594
+ font-family: "e-icons";
2595
+ }
2596
+
2597
+ .e-de-one-point-five-spacing::before {
2598
+ content: "\e522";
2599
+ font-family: "e-icons";
2600
+ }
2601
+
2602
+ .e-de-before-spacing::before {
2603
+ content: "\e523";
2604
+ font-family: "e-icons";
2605
+ }
2606
+
2607
+ .e-de-after-spacing::before {
2608
+ content: "\e274";
2609
+ font-family: "e-icons";
2610
+ }
2611
+
2612
+ .e-de-icon-bullet-list-dot::before {
2613
+ content: "\e270";
2614
+ font-family: "e-icons";
2615
+ font-size: 42px;
2616
+ }
2617
+
2618
+ .e-de-icon-bullet-list-circle::before {
2619
+ content: "\e254";
2620
+ font-family: "e-icons";
2621
+ font-size: 42px;
2622
+ }
2623
+
2624
+ .e-de-icon-bullet-list-square::before {
2625
+ content: "\e271";
2626
+ font-family: "e-icons";
2627
+ font-size: 42px;
2628
+ }
2629
+
2630
+ .e-de-icon-bullet-list-tick::before {
2631
+ content: "\e259";
2632
+ font-family: "e-icons";
2633
+ font-size: 42px;
2634
+ }
2635
+
2636
+ .e-de-icon-bullet-list-flower::before {
2637
+ content: "\e267";
2638
+ font-family: "e-icons";
2639
+ font-size: 42px;
2640
+ }
2641
+
2642
+ .e-de-icon-bullet-list-arrow::before {
2643
+ content: "\e253";
2644
+ font-family: "e-icons";
2645
+ font-size: 42px;
2646
+ }
2647
+
2648
+ .e-de-icon-bullet-list-none::before {
2649
+ content: "\e256";
2650
+ font-family: "e-icons";
2651
+ font-size: 42px;
2652
+ }
2653
+
2654
+ .e-de-icon-autofit::before {
2655
+ content: "\eba8";
2656
+ font-family: "e-icons";
2657
+ }
2658
+
2659
+ .e-de-icon-fixed-columnwidth::before {
2660
+ content: "\eba9";
2661
+ font-family: "e-icons";
2662
+ }
2663
+
2664
+ .e-de-icon-auto-fitwindow::before {
2665
+ content: "\ebaa";
2666
+ font-family: "e-icons";
2667
+ }
2668
+
2669
+ .e-item .e-de-paste-text::before {
2670
+ content: "\e687";
2671
+ }
2672
+
2673
+ .e-item .e-de-paste-source::before {
2674
+ content: "\e686";
2675
+ }
2676
+
2677
+ .e-item .e-de-paste-merge::before {
2678
+ content: "\e688";
2679
+ }
2680
+
2681
+ .e-item .e-de-paste-column::before {
2682
+ content: "\e91b";
2683
+ }
2684
+
2685
+ .e-item .e-de-paste-row::before {
2686
+ content: "\e91c";
2687
+ }
2688
+
2689
+ .e-item .e-de-paste-overwrite-cells::before {
2690
+ content: "\e91d";
2691
+ }
2692
+
2693
+ .e-item .e-de-paste-nested-table::before {
2694
+ content: "\e91e";
2695
+ }
2696
+
2697
+ .e-item .e-de-paste-merge-table::before {
2698
+ content: "\e91f";
2699
+ }
2700
+
2701
+ .e-icon-btn .e-de-paste::before {
2702
+ content: "\e68a";
2703
+ }
2704
+
2705
+ .e-de-share::before {
2706
+ content: "\e8f2";
2707
+ font-family: "e-icons";
2708
+ }
2709
+
2710
+ .e-de-preset-container {
2711
+ width: 95px;
2712
+ }
2713
+
2714
+ .e-de-preset-container.e-de-rtl {
2715
+ width: 85px;
2716
+ }
2717
+
2718
+ .e-bigger {
2719
+ /* stylelint-disable */
2720
+ /* stylelint-enable */
2721
+ }
2722
+ .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
2723
+ .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
2724
+ font-size: 14px;
2725
+ }
2726
+ .e-bigger .e-de-para-dlg-container .e-input-group {
2727
+ width: 192px !important;
2728
+ }
2729
+ .e-bigger .e-de-para-dlg-heading {
2730
+ color: rgba(0, 0, 0, 0.87);
2731
+ display: block;
2732
+ font-size: 14px;
2733
+ font-weight: 700;
2734
+ margin-bottom: 8px;
2735
+ }
2736
+ .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
2737
+ .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
2738
+ font-size: 12px;
2739
+ }
2740
+ .e-bigger .e-de-para-dlg-container {
2741
+ height: 450px;
2742
+ width: 400px;
2743
+ }
2744
+ .e-bigger .e-de-para-dlg-cs-check-box {
2745
+ margin-bottom: 8px;
2746
+ margin-top: 8px;
2747
+ }
2748
+ .e-bigger .e-de-para-dlg-spacing-div {
2749
+ margin-left: 20px;
2750
+ }
2751
+ .e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
2752
+ margin-left: 0;
2753
+ margin-right: 20px;
2754
+ }
2755
+ .e-bigger .e-de-para-dlg-sub-container .e-input-group {
2756
+ margin-bottom: 15px;
2757
+ }
2758
+ .e-bigger .e-de-para-dlg-sub-container {
2759
+ margin-bottom: 25px;
2760
+ }
2761
+ .e-bigger .e-de-para-dlg-right-sub-container {
2762
+ top: 17px;
2763
+ }
2764
+ .e-bigger .e-de-dlg-sub-header {
2765
+ display: block;
2766
+ font-size: 12px;
2767
+ font-weight: normal;
2768
+ margin-bottom: 8px;
2769
+ }
2770
+ .e-bigger .e-de-rtl-btn-div {
2771
+ font-size: 12px;
2772
+ margin-right: 24px;
2773
+ width: 200px;
2774
+ }
2775
+ .e-bigger .e-de-rtl-btn-div.e-de-rtl {
2776
+ margin-left: 12px;
2777
+ margin-right: 0;
2778
+ }
2779
+
2780
+ .e-de-para-dlg-heading {
2781
+ color: rgba(0, 0, 0, 0.87);
2782
+ display: block;
2783
+ font-size: 14px;
2784
+ font-weight: 700;
2785
+ margin-bottom: 8px;
2786
+ opacity: 87%;
2787
+ }
2788
+
2789
+ .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
2790
+ .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
2791
+ font-size: 12px;
2792
+ }
2793
+
2794
+ .e-de-para-dlg-container {
2795
+ height: 450px;
2796
+ width: 400px;
2797
+ }
2798
+
2799
+ .e-de-para-dlg-cs-check-box {
2800
+ margin-bottom: 8px;
2801
+ margin-top: 8px;
2802
+ }
2803
+
2804
+ .e-de-para-dlg-spacing-div {
2805
+ margin-left: 40px;
2806
+ }
2807
+
2808
+ .e-de-para-dlg-spacing-div.e-de-rtl {
2809
+ margin-left: 0;
2810
+ margin-right: 40px;
2811
+ }
2812
+
2813
+ .e-de-para-dlg-sub-container .e-input-group {
2814
+ margin-bottom: 15px;
2815
+ }
2816
+
2817
+ .e-de-para-dlg-sub-container {
2818
+ margin-bottom: 25px;
2819
+ }
2820
+
2821
+ .e-de-para-dlg-right-sub-container {
2822
+ top: 17px;
2823
+ }
2824
+
2825
+ .e-de-dlg-sub-header {
2826
+ display: block;
2827
+ font-size: 12px;
2828
+ font-weight: normal;
2829
+ margin-bottom: 8px;
2830
+ }
2831
+
2832
+ .e-de-rtl-btn-div {
2833
+ font-size: 12px;
2834
+ margin-right: 14px;
2835
+ width: 200px;
2836
+ }
2837
+
2838
+ .e-de-rtl-btn-div.e-de-rtl {
2839
+ margin-left: 14px;
2840
+ margin-right: 0;
2841
+ }
2842
+
2843
+ .e-para-dlg-sub-height {
2844
+ height: 145px;
2845
+ }
2846
+
2847
+ .e-de-ctnr-close::before {
2848
+ content: "\eb68";
2849
+ }
2850
+
2851
+ .e-de-ctnr-linespacing::before {
2852
+ content: "\eb8a";
2853
+ }
2854
+
2855
+ .e-de-ctnr-undo::before {
2856
+ content: "\ebed";
2857
+ }
2858
+
2859
+ .e-de-ctnr-find::before {
2860
+ content: "\e275";
2861
+ }
2862
+
2863
+ .e-de-ctnr-lock::before {
2864
+ content: "\eb7d";
2865
+ }
2866
+
2867
+ .e-de-cnt-track::before {
2868
+ content: "\e20a";
2869
+ font-family: "e-icons";
2870
+ }
2871
+
2872
+ .e-de-selected-spellcheck-item::before {
2873
+ content: "\e935";
2874
+ font-family: "e-icons";
2875
+ font-size: 10px;
2876
+ }
2877
+
2878
+ .e-de-selected-underline-item::before {
2879
+ content: "\e935";
2880
+ font-family: "e-icons";
2881
+ font-size: 10px;
2882
+ }
2883
+
2884
+ .e-de-ctnr-italic::before {
2885
+ content: "\eb99";
2886
+ }
2887
+
2888
+ .e-de-ctnr-link::before {
2889
+ content: "\e290";
2890
+ }
2891
+
2892
+ .e-de-ctnr-table::before {
2893
+ content: "\e294";
2894
+ }
2895
+
2896
+ .e-de-ctnr-download::before {
2897
+ content: "\eb97";
2898
+ }
2899
+
2900
+ .e-de-ctnr-justify::before {
2901
+ content: "\eb67";
2902
+ }
2903
+
2904
+ .e-de-ctnr-tableofcontent::before {
2905
+ content: "\eb98";
2906
+ }
2907
+
2908
+ .e-de-ctnr-pagenumber::before {
2909
+ content: "\eb74";
2910
+ }
2911
+
2912
+ .e-de-ctnr-highlight::before {
2913
+ content: "\eb6e";
2914
+ }
2915
+
2916
+ .e-de-ctnr-new::before {
2917
+ content: "\e7d5";
2918
+ }
2919
+
2920
+ .e-de-ctnr-paste::before {
2921
+ content: "\e601";
2922
+ }
2923
+
2924
+ .e-de-ctnr-bold::before {
2925
+ content: "\eb77";
2926
+ }
2927
+
2928
+ .e-de-ctnr-subscript::before {
2929
+ content: "\eb96";
2930
+ }
2931
+
2932
+ .e-de-ctnr-aligncenter::before {
2933
+ content: "\eb9e";
2934
+ }
2935
+
2936
+ .e-de-ctnr-fontcolor::before {
2937
+ content: "\eb87";
2938
+ }
2939
+
2940
+ .e-de-ctnr-change-case::before {
2941
+ content: "\e88c";
2942
+ }
2943
+
2944
+ .e-de-ctnr-pagesetup::before {
2945
+ content: "\eb6d";
2946
+ }
2947
+
2948
+ .e-de-ctnr-content-control::before {
2949
+ content: "\e9d4";
2950
+ }
2951
+
2952
+ .e-de-ctnr-strokestyle::before {
2953
+ content: "\eb62";
2954
+ }
2955
+
2956
+ .e-de-ctnr-strikethrough::before {
2957
+ content: "\eb7f";
2958
+ }
2959
+
2960
+ .e-de-ctnr-image::before {
2961
+ content: "\eb64";
2962
+ }
2963
+
2964
+ .e-de-ctnr-redo::before {
2965
+ content: "\ebfa";
2966
+ }
2967
+
2968
+ .e-de-ctnr-bookmark::before {
2969
+ content: "\eb63";
2970
+ }
2971
+
2972
+ .e-de-ctnr-increaseindent::before {
2973
+ content: "\eb76";
2974
+ }
2975
+
2976
+ .e-de-ctnr-header::before {
2977
+ content: "\eb7e";
2978
+ }
2979
+
2980
+ .e-de-ctnr-backgroundcolor::before {
2981
+ content: "\eb6b";
2982
+ }
2983
+
2984
+ .e-de-ctnr-open::before {
2985
+ content: "\e609";
2986
+ }
2987
+
2988
+ .e-de-ctnr-underline::before {
2989
+ content: "\ebf0";
2990
+ }
2991
+
2992
+ .e-de-ctnr-superscript::before {
2993
+ content: "\eb6f";
2994
+ }
2995
+
2996
+ .e-de-ctnr-alignleft::before {
2997
+ content: "\eb78";
2998
+ }
2999
+
3000
+ .e-de-ctnr-numbering::before {
3001
+ content: "\eb9c";
3002
+ }
3003
+
3004
+ .e-de-ctnr-bullets::before {
3005
+ content: "\eb92";
3006
+ }
3007
+
3008
+ .e-de-ctnr-borders::before {
3009
+ content: "\e93d";
3010
+ }
3011
+
3012
+ .e-de-ctnr-decreaseindent::before {
3013
+ content: "\eb69";
3014
+ }
3015
+
3016
+ .e-de-ctnr-showhide::before {
3017
+ content: "\eb8b";
3018
+ font-size: 16px;
3019
+ }
3020
+
3021
+ .e-de-ctnr-print::before {
3022
+ content: "\eb85";
3023
+ }
3024
+
3025
+ .e-de-ctnr-alignright::before {
3026
+ content: "\eb82";
3027
+ }
3028
+
3029
+ .e-de-ctnr-footer::before {
3030
+ content: "\eb79";
3031
+ }
3032
+
3033
+ .e-de-ctnr-clearall::before {
3034
+ content: "\eb80";
3035
+ }
3036
+
3037
+ .e-de-ctnr-outsideborder::before {
3038
+ content: "\eb66";
3039
+ }
3040
+
3041
+ .e-de-ctnr-allborders::before {
3042
+ content: "\eb95";
3043
+ }
3044
+
3045
+ .e-de-ctnr-insideborders::before {
3046
+ content: "\eb88";
3047
+ }
3048
+
3049
+ .e-de-ctnr-leftborders::before {
3050
+ content: "\eb9b";
3051
+ }
3052
+
3053
+ .e-de-ctnr-insideverticalborder::before {
3054
+ content: "\eb8c";
3055
+ }
3056
+
3057
+ .e-de-ctnr-rightborder::before {
3058
+ content: "\eb81";
3059
+ }
3060
+
3061
+ .e-de-ctnr-topborder::before {
3062
+ content: "\eb73";
3063
+ }
3064
+
3065
+ .e-de-ctnr-insidehorizondalborder::before {
3066
+ content: "\eb9a";
3067
+ }
3068
+
3069
+ .e-de-ctnr-bottomborder::before {
3070
+ content: "\eb8f";
3071
+ }
3072
+
3073
+ .e-de-ctnr-strokesize::before {
3074
+ content: "\eb84";
3075
+ }
3076
+
3077
+ .e-de-ctnr-highlightcolor::before {
3078
+ content: "\eb6e";
3079
+ }
3080
+
3081
+ .e-de-ctnr-mergecell::before {
3082
+ content: "\eb93";
3083
+ }
3084
+
3085
+ .e-de-ctnr-insertleft::before {
3086
+ content: "\eb7c";
3087
+ }
3088
+
3089
+ .e-de-ctnr-insertright::before {
3090
+ content: "\eb7a";
3091
+ }
3092
+
3093
+ .e-de-ctnr-insertabove::before {
3094
+ content: "\eb9f";
3095
+ }
3096
+
3097
+ .e-de-ctnr-insertbelow::before {
3098
+ content: "\eb72";
3099
+ }
3100
+
3101
+ .e-de-ctnr-deleterows::before {
3102
+ content: "\eb89";
3103
+ }
3104
+
3105
+ .e-de-ctnr-deletecolumns::before {
3106
+ content: "\eb94";
3107
+ }
3108
+
3109
+ .e-de-ctnr-aligntop::before {
3110
+ content: "\eb8d";
3111
+ }
3112
+
3113
+ .e-de-ctnr-alignbottom::before {
3114
+ content: "\eb6c";
3115
+ }
3116
+
3117
+ .e-de-ctnr-aligncenter-table::before {
3118
+ content: "\eb75";
3119
+ }
3120
+
3121
+ .e-de-ctnr-cellbg-clr-picker::before {
3122
+ content: "\eb6b";
3123
+ }
3124
+
3125
+ .e-de-ctnr-bullet-none::before {
3126
+ content: "\e256";
3127
+ }
3128
+
3129
+ .e-de-ctnr-bullet-dot::before {
3130
+ content: "\e270";
3131
+ }
3132
+
3133
+ .e-de-ctnr-bullet-circle::before {
3134
+ content: "\e254";
3135
+ }
3136
+
3137
+ .e-de-ctnr-bullet-square::before {
3138
+ content: "\e271";
3139
+ }
3140
+
3141
+ .e-de-ctnr-bullet-flower::before {
3142
+ content: "\e267";
3143
+ }
3144
+
3145
+ .e-de-ctnr-bullet-arrow::before {
3146
+ content: "\e253";
3147
+ }
3148
+
3149
+ .e-de-ctnr-bullet-tick::before {
3150
+ content: "\e259";
3151
+ }
3152
+
3153
+ .e-de-selected-item::before {
3154
+ content: "\e935";
3155
+ }
3156
+
3157
+ .e-de-ctnr-break::before {
3158
+ content: "\e58d";
3159
+ }
3160
+
3161
+ .e-de-ctnr-page-break::before {
3162
+ content: "\e590";
3163
+ }
3164
+
3165
+ .e-de-ctnr-section-break::before {
3166
+ content: "\e58e";
3167
+ }
3168
+
3169
+ .e-de-ctnr-upload::before {
3170
+ content: "\e706";
3171
+ }
3172
+
3173
+ .e-de-flip {
3174
+ -webkit-transform: scaleX(-1);
3175
+ transform: scaleX(-1);
3176
+ }
3177
+
3178
+ .e-de-cnt-cmt-add::before {
3179
+ content: "\e814";
3180
+ font-family: "e-icons";
3181
+ }
3182
+
3183
+ .e-de-printlayout::before {
3184
+ content: "\e296";
3185
+ font-family: "e-icons";
3186
+ }
3187
+
3188
+ .e-de-weblayout::before {
3189
+ content: "\e629";
3190
+ font-family: "e-icons";
3191
+ }
3192
+
3193
+ .e-de-textform::before {
3194
+ content: "\e198";
3195
+ font-family: "e-icons";
3196
+ }
3197
+
3198
+ .e-de-combo-box::before {
3199
+ content: "\e8ff";
3200
+ font-family: "e-icons";
3201
+ }
3202
+
3203
+ .e-de-dropdown-list::before {
3204
+ content: "\e8fe";
3205
+ font-family: "e-icons";
3206
+ }
3207
+
3208
+ .e-de-formproperties::before {
3209
+ content: "\e199";
3210
+ font-family: "e-icons";
3211
+ }
3212
+
3213
+ .e-de-clearform::before {
3214
+ content: "\e19a";
3215
+ font-family: "e-icons";
3216
+ }
3217
+
3218
+ .e-de-dropdownform::before {
3219
+ content: "\e19b";
3220
+ font-family: "e-icons";
3221
+ }
3222
+
3223
+ .e-de-formfield::before {
3224
+ content: "\e19c";
3225
+ font-family: "e-icons";
3226
+ }
3227
+
3228
+ .e-de-checkbox-form::before {
3229
+ content: "\e19d";
3230
+ font-family: "e-icons";
3231
+ }
3232
+
3233
+ .e-de-arrow-up::before {
3234
+ content: "\e834";
3235
+ font-family: "e-icons";
3236
+ }
3237
+
3238
+ .e-de-arrow-down::before {
3239
+ content: "\e83d";
3240
+ font-family: "e-icons";
3241
+ }
3242
+
3243
+ .e-de-update-field::before {
3244
+ content: "\e19e";
3245
+ font-family: "e-icons";
3246
+ }
3247
+
3248
+ .e-de-footnote::before {
3249
+ content: "\e435";
3250
+ font-family: "e-icons";
3251
+ }
3252
+
3253
+ .e-de-endnote::before {
3254
+ content: "\e436";
3255
+ font-family: "e-icons";
3256
+ }
3257
+
3258
+ .e-de-e-paragraph-mark::before {
3259
+ content: "\e353";
3260
+ font-family: "e-icons";
3261
+ }
3262
+
3263
+ .e-de-e-paragraph-style-mark::before {
3264
+ content: "\e353";
3265
+ font-family: "e-icons";
3266
+ }
3267
+
3268
+ .e-de-e-character-style-mark::before {
3269
+ content: "\e980";
3270
+ font-family: "e-icons";
3271
+ }
3272
+
3273
+ .e-de-e-linked-style-mark::before {
3274
+ content: "\e981";
3275
+ font-family: "e-icons";
3276
+ }
3277
+
3278
+ .e-de-ctnr-columns::before {
3279
+ content: "\e968";
3280
+ font-family: "e-icons";
3281
+ }
3282
+
3283
+ .e-de-ctnr-page-size::before {
3284
+ content: "\e947";
3285
+ font-family: "e-icons";
3286
+ }
3287
+
3288
+ .e-de-ctnr-page-break-column::before {
3289
+ content: "\e970";
3290
+ font-family: "e-icons";
3291
+ }
3292
+
3293
+ .e-de-ctnr-page-break-text-wrapping::before {
3294
+ content: "\e94a";
3295
+ font-family: "e-icons";
3296
+ }
3297
+
3298
+ .e-de-ctnr-section-break-continuous::before {
3299
+ content: "\e971";
3300
+ font-family: "e-icons";
3301
+ }
3302
+
3303
+ .e-de-ctnr-section-break-even-page::before {
3304
+ content: "\e964";
3305
+ font-family: "e-icons";
3306
+ }
3307
+
3308
+ .e-de-ctnr-section-break-odd-page::before {
3309
+ content: "\e967";
3310
+ font-family: "e-icons";
3311
+ }
3312
+
3313
+ .e-de-ctnr-columns-one::before {
3314
+ content: "\e977";
3315
+ font-family: "e-icons";
3316
+ font-size: 60px;
3317
+ }
3318
+
3319
+ .e-de-ctnr-columns-two::before {
3320
+ content: "\e978";
3321
+ font-family: "e-icons";
3322
+ font-size: 60px;
3323
+ }
3324
+
3325
+ .e-de-ctnr-columns-three::before {
3326
+ content: "\e979";
3327
+ font-family: "e-icons";
3328
+ font-size: 60px;
3329
+ }
3330
+
3331
+ .e-de-ctnr-columns-right::before {
3332
+ content: "\e974";
3333
+ font-family: "e-icons";
3334
+ font-size: 60px;
3335
+ }
3336
+
3337
+ .e-de-ctnr-columns-left::before {
3338
+ content: "\e975";
3339
+ font-family: "e-icons";
3340
+ font-size: 60px;
3341
+ }
3342
+
3343
+ .e-de-toolbar {
3344
+ height: 100%;
3345
+ }
3346
+
3347
+ .e-documenteditorcontainer {
3348
+ display: block;
3349
+ }
3350
+
3351
+ .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
3352
+ height: 0;
3353
+ line-height: 0;
3354
+ }
3355
+
3356
+ .e-de-ctnr-file-picker {
3357
+ left: -110em;
3358
+ position: fixed;
3359
+ }
3360
+
3361
+ .e-de-ctnr-rtl {
3362
+ direction: rtl;
3363
+ }
3364
+
3365
+ .e-de-ctnr-hglt-btn {
3366
+ border: 0.5px solid transparent;
3367
+ display: inline-block;
3368
+ height: 25px;
3369
+ margin: 3px;
3370
+ width: 25px;
3371
+ }
3372
+
3373
+ .e-color-selected,
3374
+ .e-de-ctnr-hglt-btn:hover {
3375
+ border-color: #fff;
3376
+ outline: #000 0.5px solid;
3377
+ }
3378
+
3379
+ .e-hglt-no-color {
3380
+ height: 30px;
3381
+ padding-top: 1px;
3382
+ width: 157px;
3383
+ }
3384
+ .e-hglt-no-color:hover {
3385
+ background-color: #d3d3d3;
3386
+ cursor: pointer;
3387
+ }
3388
+
3389
+ .e-de-ctnr-hglt-no-color {
3390
+ font-size: 12px;
3391
+ font-weight: normal;
3392
+ left: 40px;
3393
+ padding-top: 11px;
3394
+ position: absolute;
3395
+ top: 100px;
3396
+ }
3397
+
3398
+ /* stylelint-disable */
3399
+ .e-de-scrollbar-hide::-webkit-scrollbar {
3400
+ width: 0;
3401
+ }
3402
+
3403
+ .e-de-scrollbar-hide {
3404
+ -ms-overflow-style: none;
3405
+ scrollbar-width: none;
3406
+ }
3407
+
3408
+ /* stylelint-enable */
3409
+ /* stylelint-disable */
3410
+ .e-de-toolbar {
3411
+ height: 100%;
3412
+ }
3413
+
3414
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
3415
+ -webkit-box-shadow: none;
3416
+ box-shadow: none;
3417
+ height: 32px;
3418
+ }
3419
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
3420
+ -webkit-box-shadow: none;
3421
+ box-shadow: none;
3422
+ }
3423
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
3424
+ -webkit-box-shadow: none;
3425
+ box-shadow: none;
3426
+ }
3427
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
3428
+ -webkit-box-shadow: none;
3429
+ box-shadow: none;
3430
+ }
3431
+
3432
+ .e-de-ctnr-group-btn-middle button {
3433
+ border-radius: 0px;
3434
+ }
3435
+
3436
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
3437
+ -webkit-box-shadow: none;
3438
+ box-shadow: none;
3439
+ }
3440
+
3441
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
3442
+ .e-de-ctn .e-de-status-bar button {
3443
+ -webkit-box-shadow: none;
3444
+ box-shadow: none;
3445
+ height: 32px;
3446
+ }
3447
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
3448
+ .e-de-ctn .e-de-status-bar button:focus {
3449
+ -webkit-box-shadow: none;
3450
+ box-shadow: none;
3451
+ }
3452
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
3453
+ .e-de-ctn .e-de-status-bar button:active {
3454
+ -webkit-box-shadow: none;
3455
+ box-shadow: none;
3456
+ }
3457
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
3458
+ .e-de-ctn .e-de-status-bar button:hover {
3459
+ -webkit-box-shadow: none;
3460
+ box-shadow: none;
3461
+ }
3462
+
3463
+ .e-de-statusbar-pageweb {
3464
+ background: #fff;
3465
+ border: 0;
3466
+ -webkit-box-shadow: none;
3467
+ box-shadow: none;
3468
+ float: right;
3469
+ height: 33px;
3470
+ width: 33px;
3471
+ }
3472
+ .e-de-statusbar-pageweb:hover {
3473
+ -webkit-box-shadow: none;
3474
+ box-shadow: none;
3475
+ }
3476
+
3477
+ .e-de-statusbar-pageweb .e-de-printlayout,
3478
+ .e-de-statusbar-pageweb .e-de-weblayout {
3479
+ font-size: 16px;
3480
+ }
3481
+
3482
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
3483
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
3484
+ font-size: 16px;
3485
+ }
3486
+
3487
+ .e-bigger .e-btn.e-de-statusbar-pageweb {
3488
+ padding: 0;
3489
+ }
3490
+ .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
3491
+ .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
3492
+ font-size: 16px;
3493
+ }
3494
+
3495
+ .e-listview .e-list-icon {
3496
+ height: 24px;
3497
+ width: 16px;
3498
+ margin-right: 12px;
3499
+ }
3500
+
3501
+ .e-de-listview-icon {
3502
+ height: auto;
3503
+ width: auto;
3504
+ line-height: 22px;
3505
+ margin-right: 12px;
3506
+ }
3507
+
3508
+ .e-de-linespacing {
3509
+ margin-top: 11px;
3510
+ }
3511
+
3512
+ .e-de-statusbar-zoom {
3513
+ background: #fff;
3514
+ border: 0;
3515
+ color: #000;
3516
+ float: right;
3517
+ font-weight: 400;
3518
+ height: 33px;
3519
+ }
3520
+
3521
+ .e-de-pagenumber-text {
3522
+ border: none !important;
3523
+ }
3524
+
3525
+ .e-de-pagenumber-input {
3526
+ background: #fff;
3527
+ border: 1px solid #000;
3528
+ border-radius: 2px;
3529
+ color: #000;
3530
+ padding: 0px;
3531
+ text-align: center;
3532
+ width: 22px;
3533
+ }
3534
+
3535
+ .e-btn-pageweb-toggle {
3536
+ background-color: #400074;
3537
+ -webkit-box-shadow: none;
3538
+ box-shadow: none;
3539
+ outline: #fafafa 0 solid;
3540
+ outline-offset: 0;
3541
+ }
3542
+
3543
+ .e-btn-pageweb-spellcheck {
3544
+ border: 0;
3545
+ -webkit-box-shadow: none;
3546
+ box-shadow: none;
3547
+ float: right;
3548
+ margin-left: calc(100% - 362px);
3549
+ }
3550
+
3551
+ .e-bigger .e-btn-pageweb-spellcheck {
3552
+ margin-left: calc(100% - 395px);
3553
+ }
3554
+
3555
+ .e-de-ctn-title {
3556
+ background-color: #400074;
3557
+ border-bottom: none !important;
3558
+ color: #fff;
3559
+ }
3560
+
3561
+ .e-de-tool-ctnr-properties-pane {
3562
+ display: -webkit-box;
3563
+ display: -ms-flexbox;
3564
+ display: flex;
3565
+ height: calc(100% - 113px);
3566
+ width: 100%;
3567
+ }
3568
+
3569
+ .e-de-ctnr-properties-pane {
3570
+ display: -webkit-box;
3571
+ display: -ms-flexbox;
3572
+ display: flex;
3573
+ height: calc(100% - 38px);
3574
+ width: 100%;
3575
+ }
3576
+
3577
+ .e-de-statusbar-separator {
3578
+ border-left: 1px solid #dadada;
3579
+ height: 16px;
3580
+ margin-left: 7.5px;
3581
+ margin-right: 7.5px;
3582
+ margin-top: 10px;
3583
+ }
3584
+
3585
+ .e-bigger .e-de-statusbar-separator {
3586
+ border-left: 1px solid #dadada;
3587
+ height: 16px;
3588
+ margin-left: 7.5px;
3589
+ margin-right: 7.5px;
3590
+ margin-top: 10px;
3591
+ }
3592
+
3593
+ .e-de-statusbar-spellcheck {
3594
+ border-radius: 2px;
3595
+ font-weight: 400;
3596
+ }
3597
+
3598
+ .e-de-ctn {
3599
+ background-color: #fff;
3600
+ border: 1px solid #000;
3601
+ height: 100%;
3602
+ position: relative;
3603
+ width: 100%;
3604
+ }
3605
+
3606
+ .e-bigger .e-de-statusbar-spellcheck {
3607
+ border-radius: 2px;
3608
+ }
3609
+
3610
+ .e-de-ctnr-toolbar {
3611
+ display: -webkit-box;
3612
+ display: -ms-flexbox;
3613
+ display: flex;
3614
+ height: 82px;
3615
+ width: 100%;
3616
+ }
3617
+
3618
+ .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
3619
+ .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
3620
+ border: 0;
3621
+ }
3622
+
3623
+ .e-de-pane {
3624
+ border-left: 1px solid #000;
3625
+ }
3626
+
3627
+ .e-de-pane-rtl {
3628
+ border-right: 1px solid #000;
3629
+ }
3630
+
3631
+ .e-de-tool-ctnr-properties-pane,
3632
+ .e-de-ctnr-properties-pane {
3633
+ background: #fff;
3634
+ border-bottom: 1px solid #000;
3635
+ border-top: 1px solid #000;
3636
+ }
3637
+
3638
+ .e-de-ctnr-segment {
3639
+ margin-bottom: 12px;
3640
+ }
3641
+
3642
+ .e-de-ctnr-segment > div:first-child:not(.e-rtl),
3643
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
3644
+ .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
3645
+ margin-right: 12px;
3646
+ }
3647
+
3648
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
3649
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
3650
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
3651
+ margin-left: 12px;
3652
+ margin-right: 0;
3653
+ }
3654
+
3655
+ .e-de-tlbr-wrapper {
3656
+ background-color: #fff;
3657
+ height: 82px;
3658
+ width: calc(100% - 75px);
3659
+ }
3660
+
3661
+ .e-de-ctnr-prop-label {
3662
+ color: #000;
3663
+ display: inline-block;
3664
+ font-size: 13px;
3665
+ font-weight: 500;
3666
+ letter-spacing: 0.05px;
3667
+ margin-bottom: 12px;
3668
+ opacity: 0.87;
3669
+ }
3670
+
3671
+ .e-de-table-prop-label {
3672
+ margin-left: 12px;
3673
+ }
3674
+
3675
+ .e-de-table-prop-label.e-de-rtl {
3676
+ margin-left: 0;
3677
+ margin-right: 12px;
3678
+ }
3679
+
3680
+ .e-de-toolbar.e-toolbar {
3681
+ border-radius: 0;
3682
+ }
3683
+
3684
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
3685
+ margin-left: 0;
3686
+ margin-right: 6px;
3687
+ }
3688
+
3689
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
3690
+ margin-left: 6px;
3691
+ margin-right: 0;
3692
+ }
3693
+
3694
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
3695
+ margin-left: 0;
3696
+ margin-right: 8px;
3697
+ }
3698
+
3699
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
3700
+ margin-left: 8px;
3701
+ margin-right: 0;
3702
+ }
3703
+
3704
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
3705
+ margin-left: 6px;
3706
+ margin-right: 0;
3707
+ }
3708
+
3709
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
3710
+ margin-left: 0;
3711
+ margin-right: 6px;
3712
+ }
3713
+
3714
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
3715
+ margin-left: 8px;
3716
+ margin-right: 0;
3717
+ }
3718
+
3719
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
3720
+ margin-left: 0;
3721
+ margin-right: 8px;
3722
+ }
3723
+
3724
+ .e-de-toolbar.e-toolbar .e-toolbar-items {
3725
+ height: 82px;
3726
+ }
3727
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
3728
+ height: 59px;
3729
+ margin: 0 5.5px;
3730
+ }
3731
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
3732
+ margin-left: 12px !important;
3733
+ margin-right: 6px;
3734
+ }
3735
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
3736
+ margin-left: 6px;
3737
+ margin-right: 6px;
3738
+ }
3739
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
3740
+ margin-left: 6px;
3741
+ margin-right: 12px;
3742
+ }
3743
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
3744
+ background-color: #400074;
3745
+ }
3746
+
3747
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
3748
+ -webkit-box-orient: vertical;
3749
+ -webkit-box-direction: normal;
3750
+ -ms-flex-direction: column;
3751
+ flex-direction: column;
3752
+ height: calc(100% - 10px);
3753
+ padding: 0;
3754
+ padding-bottom: 5px;
3755
+ }
3756
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
3757
+ padding: 0;
3758
+ padding-bottom: 5px;
3759
+ }
3760
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
3761
+ padding: 0;
3762
+ padding-bottom: 5px;
3763
+ }
3764
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
3765
+ padding: 0;
3766
+ padding-bottom: 5px;
3767
+ }
3768
+
3769
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
3770
+ padding: 0;
3771
+ }
3772
+
3773
+ .e-de-overlay {
3774
+ height: 100%;
3775
+ opacity: 0.5;
3776
+ pointer-events: none;
3777
+ -ms-touch-action: none;
3778
+ touch-action: none;
3779
+ width: 100%;
3780
+ }
3781
+
3782
+ .e-de-ctnr-properties-pane-btn {
3783
+ width: 75px;
3784
+ }
3785
+
3786
+ .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn {
3787
+ color: #35363b;
3788
+ }
3789
+
3790
+ .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
3791
+ color: #000;
3792
+ }
3793
+
3794
+ .e-de-ctnr-properties-pane-btn .e-btn {
3795
+ background: #fff;
3796
+ border-radius: 0;
3797
+ -webkit-box-shadow: none;
3798
+ box-shadow: none;
3799
+ color: #35363b;
3800
+ min-height: 100%;
3801
+ min-width: 100%;
3802
+ }
3803
+ .e-de-ctnr-properties-pane-btn .e-btn:focus {
3804
+ -webkit-box-shadow: none;
3805
+ box-shadow: none;
3806
+ }
3807
+ .e-de-ctnr-properties-pane-btn .e-btn:active {
3808
+ -webkit-box-shadow: none;
3809
+ box-shadow: none;
3810
+ }
3811
+ .e-de-ctnr-properties-pane-btn .e-btn:hover {
3812
+ -webkit-box-shadow: none;
3813
+ box-shadow: none;
3814
+ }
3815
+
3816
+ .e-de-showhide-btn {
3817
+ border: 0;
3818
+ height: 82px;
3819
+ }
3820
+
3821
+ .e-de-showhide-btn-rtl {
3822
+ border: 0;
3823
+ height: 82px;
3824
+ }
3825
+
3826
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
3827
+ padding: 0;
3828
+ }
3829
+
3830
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
3831
+ display: table;
3832
+ font-size: 12px;
3833
+ margin: 0 6.5px;
3834
+ padding: 0;
3835
+ white-space: normal;
3836
+ }
3837
+
3838
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
3839
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
3840
+ padding: 0 !important;
3841
+ min-height: 16px;
3842
+ }
3843
+
3844
+ .e-de-hdr-ftr-frst-div {
3845
+ margin-bottom: 10px;
3846
+ }
3847
+
3848
+ .e-de-hdr-ftr-top-div {
3849
+ margin-bottom: 14px;
3850
+ }
3851
+
3852
+ .e-de-cntr-pane-padding {
3853
+ padding: 12px;
3854
+ }
3855
+
3856
+ .e-de-prop-pane {
3857
+ height: 100%;
3858
+ min-height: 200px;
3859
+ overflow: auto;
3860
+ width: 260px;
3861
+ }
3862
+
3863
+ .e-de-review-pane {
3864
+ background: #fff;
3865
+ border-left: 1px solid #e1e1e1;
3866
+ height: 100%;
3867
+ min-height: 200px;
3868
+ overflow: auto;
3869
+ width: 400px;
3870
+ }
3871
+
3872
+ .e-bigger .e-de-cntr-pane-padding {
3873
+ padding: 16px;
3874
+ }
3875
+ .e-bigger .e-de-prop-pane {
3876
+ height: 100%;
3877
+ min-height: 200px;
3878
+ overflow: auto;
3879
+ width: 272px;
3880
+ }
3881
+
3882
+ .e-de-property-div-padding {
3883
+ border-bottom: 0.5px solid #e0e0e0;
3884
+ padding: 12.5px;
3885
+ }
3886
+
3887
+ .e-de-ctnr-dropdown-ftr {
3888
+ border-top: 1px solid #e0e0e0;
3889
+ color: #000;
3890
+ cursor: pointer;
3891
+ display: block;
3892
+ font-size: 12px;
3893
+ line-height: 40px;
3894
+ text-indent: 1.2em;
3895
+ }
3896
+
3897
+ .e-de-char-fmt-btn-left > button,
3898
+ .e-de-insert-del-cell button {
3899
+ width: 37.25px;
3900
+ }
3901
+
3902
+ .e-de-char-fmt-btn-right > button {
3903
+ width: 37.5px;
3904
+ }
3905
+
3906
+ .e-de-panel-left-width {
3907
+ width: 149px;
3908
+ }
3909
+
3910
+ .e-bigger .e-de-panel-left-width {
3911
+ width: 149px;
3912
+ }
3913
+ .e-bigger .e-de-char-fmt-btn-left > button,
3914
+ .e-bigger .e-de-insert-del-cell button {
3915
+ width: 37.25px;
3916
+ }
3917
+
3918
+ .e-de-panel-right-width {
3919
+ width: 75px;
3920
+ }
3921
+
3922
+ .e-de-cntr-highlight-pane {
3923
+ border: 1px solid #000;
3924
+ }
3925
+
3926
+ .e-de-btn-hghlclr > button:first-child {
3927
+ padding: 1px !important;
3928
+ }
3929
+
3930
+ .e-de-ctnr-hglt-color {
3931
+ font-size: 12px;
3932
+ font-weight: 400;
3933
+ height: 18px !important;
3934
+ width: 18px !important;
3935
+ }
3936
+
3937
+ .e-de-font-clr-picker > div div button,
3938
+ .e-de-font-clr-picker > div button,
3939
+ .e-de-font-clr-picker > button {
3940
+ width: 30.8px;
3941
+ }
3942
+
3943
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
3944
+ height: 55px;
3945
+ padding: 4px !important;
3946
+ width: 60px;
3947
+ }
3948
+
3949
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
3950
+ border: 3px solid #ecf;
3951
+ padding: 2px !important;
3952
+ }
3953
+
3954
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
3955
+ height: 38px;
3956
+ padding: 4px !important;
3957
+ width: 38px;
3958
+ }
3959
+
3960
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
3961
+ border: 3px solid #ecf;
3962
+ padding: 2px !important;
3963
+ }
3964
+
3965
+ .e-de-list-header-presetmenu {
3966
+ cursor: pointer;
3967
+ font-size: 11px;
3968
+ line-height: 14px;
3969
+ overflow: hidden;
3970
+ text-align: left;
3971
+ min-width: 50px;
3972
+ white-space: nowrap;
3973
+ width: 100%;
3974
+ }
3975
+
3976
+ .e-de-bullet-list-header-presetmenu {
3977
+ cursor: pointer;
3978
+ font-size: 14px;
3979
+ left: -11px;
3980
+ line-height: 26px;
3981
+ min-width: 50px;
3982
+ overflow: hidden;
3983
+ position: relative;
3984
+ white-space: nowrap;
3985
+ width: 100%;
3986
+ }
3987
+
3988
+ .e-rtl .e-de-bullet-list-header-presetmenu {
3989
+ cursor: pointer;
3990
+ font-size: 14px;
3991
+ left: 10px;
3992
+ line-height: 26px;
3993
+ min-width: 50px;
3994
+ overflow: hidden;
3995
+ position: relative;
3996
+ white-space: nowrap;
3997
+ width: 100%;
3998
+ }
3999
+
4000
+ .e-de-bullet {
4001
+ font-size: 42px;
4002
+ }
4003
+
4004
+ .e-de-list-header-presetmenu .e-de-list-line {
4005
+ border-bottom: 1px solid #ccc !important;
4006
+ margin-left: 5px;
4007
+ width: 100%;
4008
+ }
4009
+
4010
+ .e-de-toc-optionsdiv {
4011
+ margin-bottom: 11.5px;
4012
+ margin-left: 5.5px;
4013
+ margin-top: 15.5px;
4014
+ }
4015
+
4016
+ .e-de-toc-optionsdiv.e-de-rtl {
4017
+ margin-right: 5.5px;
4018
+ margin-left: 0;
4019
+ }
4020
+
4021
+ .e-de-list-header-presetmenu div span {
4022
+ display: inline-block;
4023
+ vertical-align: middle;
4024
+ }
4025
+
4026
+ .e-de-floating-menu .e-de-floating-menuitem,
4027
+ .e-de-floating-menu .e-de-menuitem-none {
4028
+ cursor: pointer;
4029
+ height: 70px;
4030
+ padding: 0 !important;
4031
+ margin: 0 5px 5px 0 !important;
4032
+ width: 70px;
4033
+ }
4034
+
4035
+ .e-de-list-thumbnail .e-de-list-items {
4036
+ float: left;
4037
+ }
4038
+
4039
+ .e-de-list-thumbnail .e-de-list-items {
4040
+ border: 1px solid #e4e4e4;
4041
+ clear: initial;
4042
+ display: inline-block;
4043
+ height: auto;
4044
+ margin: 5px;
4045
+ padding: 2px;
4046
+ text-align: center;
4047
+ width: auto;
4048
+ }
4049
+
4050
+ .e-de-list-items {
4051
+ cursor: pointer;
4052
+ background: #fff;
4053
+ -webkit-box-sizing: border-box;
4054
+ box-sizing: border-box;
4055
+ list-style: none;
4056
+ padding: 7px 10px 7px 10px;
4057
+ position: relative;
4058
+ }
4059
+
4060
+ .e-de-list-item-size {
4061
+ font-size: 14px;
4062
+ }
4063
+
4064
+ .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
4065
+ .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
4066
+ border: 3px solid #400074;
4067
+ padding: 2px !important;
4068
+ }
4069
+
4070
+ .e-de-floating-menu {
4071
+ padding: 10px 4px 5px 10px !important;
4072
+ }
4073
+
4074
+ .e-de-list-container {
4075
+ border: 1px solid #ccc;
4076
+ border-radius: 2px;
4077
+ -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
4078
+ box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
4079
+ background: #fff;
4080
+ -webkit-box-sizing: border-box;
4081
+ box-sizing: border-box;
4082
+ display: inline-block;
4083
+ line-height: normal;
4084
+ margin: 0;
4085
+ outline: 0;
4086
+ background: #fff;
4087
+ padding: 5px 0;
4088
+ position: absolute;
4089
+ width: auto;
4090
+ z-index: 10020;
4091
+ }
4092
+
4093
+ .e-de-ctnr-list {
4094
+ font-size: 29px;
4095
+ vertical-align: top;
4096
+ }
4097
+
4098
+ .e-de-image-property {
4099
+ padding-left: 32px;
4100
+ }
4101
+
4102
+ .e-de-img-prty-span {
4103
+ color: #000;
4104
+ left: 8px;
4105
+ position: absolute;
4106
+ top: 7px;
4107
+ }
4108
+
4109
+ .e-btn-toggle {
4110
+ background-color: #400074 !important;
4111
+ outline: #000 0 solid;
4112
+ outline-offset: 0;
4113
+ -webkit-box-shadow: none !important;
4114
+ box-shadow: none !important;
4115
+ }
4116
+ .e-btn-toggle:hover {
4117
+ background-color: #400074 !important;
4118
+ outline: #000 0 solid;
4119
+ outline-offset: 0;
4120
+ -webkit-box-shadow: none !important;
4121
+ box-shadow: none !important;
4122
+ }
4123
+
4124
+ .e-de-ctnr-group-btn-top > button:first-child {
4125
+ border-radius: 0;
4126
+ border-top-left-radius: 4px;
4127
+ }
4128
+
4129
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
4130
+ border-top-left-radius: 0;
4131
+ border-top-right-radius: 4px;
4132
+ }
4133
+
4134
+ .e-de-ctnr-group-btn-top > button:last-child {
4135
+ border-radius: 0;
4136
+ border-top-right-radius: 4px;
4137
+ }
4138
+
4139
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
4140
+ border-top-left-radius: 4px;
4141
+ border-top-right-radius: 0;
4142
+ }
4143
+
4144
+ .e-de-ctnr-group-btn-middle > button {
4145
+ border-radius: 0;
4146
+ border-top: 0;
4147
+ border-bottom: 0;
4148
+ }
4149
+
4150
+ .e-de-ctnr-group-btn-bottom > button:first-child {
4151
+ border-radius: 0;
4152
+ border-bottom-left-radius: 4px;
4153
+ }
4154
+
4155
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
4156
+ border-bottom-left-radius: 0;
4157
+ border-bottom-right-radius: 4px;
4158
+ }
4159
+
4160
+ .e-de-ctnr-group-btn-bottom > button:last-child {
4161
+ border-radius: 0;
4162
+ border-bottom-right-radius: 4px;
4163
+ }
4164
+
4165
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
4166
+ border-bottom-right-radius: 0;
4167
+ border-bottom-left-radius: 4px;
4168
+ }
4169
+
4170
+ .e-de-toc-template1 {
4171
+ background: #fff;
4172
+ border: 1px solid #000;
4173
+ color: #000;
4174
+ height: 129px;
4175
+ width: 94px;
4176
+ margin-left: 78px;
4177
+ }
4178
+
4179
+ .e-de-toc-template1.e-de-rtl {
4180
+ margin-left: 0;
4181
+ margin-right: 78px;
4182
+ }
4183
+
4184
+ .e-de-toc-template1-content1 {
4185
+ font-size: 10px;
4186
+ height: 11px;
4187
+ margin-left: 5.4px;
4188
+ margin-top: 6.7px;
4189
+ width: 82px;
4190
+ }
4191
+
4192
+ .e-de-toc-template1-content2 {
4193
+ font-size: 8px;
4194
+ height: 9px;
4195
+ margin-left: 20.4px;
4196
+ margin-top: 5.7px;
4197
+ width: 63px;
4198
+ }
4199
+
4200
+ .e-de-toc-template1-content3 {
4201
+ font-size: 7px;
4202
+ height: 8px;
4203
+ margin-left: 28.4px;
4204
+ margin-top: 6.7px;
4205
+ width: 56px;
4206
+ }
4207
+
4208
+ .e-de-prop-sub-label {
4209
+ color: #000;
4210
+ font-size: 13px;
4211
+ margin-bottom: 8px;
4212
+ font-weight: normal;
4213
+ }
4214
+
4215
+ .e-de-toc-checkbox1 {
4216
+ height: 14px;
4217
+ margin-top: 14px;
4218
+ }
4219
+
4220
+ .e-de-toc-checkbox2 {
4221
+ height: 14px;
4222
+ margin-top: 14px;
4223
+ }
4224
+
4225
+ .e-de-toc-checkbox3 {
4226
+ height: 14px;
4227
+ margin-top: 14px;
4228
+ }
4229
+
4230
+ .e-de-status-bar {
4231
+ background: #fff;
4232
+ display: -webkit-box;
4233
+ display: -ms-flexbox;
4234
+ display: flex;
4235
+ padding-top: 1.5px;
4236
+ width: 100%;
4237
+ }
4238
+
4239
+ .e-de-ctnr-pg-no {
4240
+ color: #000;
4241
+ display: -webkit-inline-box;
4242
+ display: -ms-inline-flexbox;
4243
+ display: inline-flex;
4244
+ font-size: 13px;
4245
+ height: 100%;
4246
+ padding-top: 8px;
4247
+ }
4248
+ .e-de-ctnr-pg-no span {
4249
+ border: 1px solid transparent;
4250
+ }
4251
+
4252
+ .e-de-ctnr-pg-no-spellout {
4253
+ color: #000;
4254
+ display: -webkit-inline-box;
4255
+ display: -ms-inline-flexbox;
4256
+ display: inline-flex;
4257
+ font-size: 13px;
4258
+ height: 100%;
4259
+ padding-top: 8px;
4260
+ width: calc(100% - 160px);
4261
+ }
4262
+ .e-de-ctnr-pg-no-spellout span {
4263
+ border: 1px solid transparent;
4264
+ }
4265
+
4266
+ .e-bigger .e-de-ctnr-pg-no-spellout {
4267
+ color: #000;
4268
+ display: -webkit-inline-box;
4269
+ display: -ms-inline-flexbox;
4270
+ display: inline-flex;
4271
+ font-size: 13px;
4272
+ height: 100%;
4273
+ padding-top: 8px;
4274
+ width: calc(100% - 180px);
4275
+ }
4276
+
4277
+ .e-de-statusbar-zoom-spell {
4278
+ background-color: #fff;
4279
+ border: 0;
4280
+ color: #000;
4281
+ float: right;
4282
+ height: 34px;
4283
+ margin-left: calc(100% - 362px);
4284
+ }
4285
+
4286
+ .e-bigger .e-de-statusbar-zoom-spell {
4287
+ background-color: #fff;
4288
+ border: 0;
4289
+ color: #000;
4290
+ float: right;
4291
+ height: 34px;
4292
+ margin-left: calc(100% - 395px);
4293
+ }
4294
+
4295
+ .e-de-btn-cancel {
4296
+ margin-left: 10px;
4297
+ }
4298
+
4299
+ .e-de-btn-cancel-rtl {
4300
+ margin-left: 0;
4301
+ margin-right: 10px;
4302
+ }
4303
+
4304
+ .e-de-prop-header-label {
4305
+ color: #000;
4306
+ display: inline-block;
4307
+ font-size: 13px;
4308
+ font-weight: bold;
4309
+ letter-spacing: 0.05px;
4310
+ opacity: 0.87;
4311
+ }
4312
+
4313
+ .e-de-prop-separator-line {
4314
+ border-bottom: 1px solid #000;
4315
+ }
4316
+
4317
+ .e-de-status-bar > div label {
4318
+ font-weight: normal;
4319
+ }
4320
+
4321
+ .e-de-stylediv {
4322
+ padding-left: 12px;
4323
+ }
4324
+
4325
+ .e-de-stylediv-rtl {
4326
+ padding-left: 0;
4327
+ padding-right: 12px;
4328
+ }
4329
+
4330
+ .e-de-border-size-button {
4331
+ height: 28px;
4332
+ margin-top: 14px;
4333
+ width: 100px;
4334
+ }
4335
+
4336
+ .e-de-color-picker {
4337
+ height: 28px;
4338
+ width: 100px;
4339
+ }
4340
+
4341
+ .e-de-cell-text-box {
4342
+ margin-right: 12px;
4343
+ }
4344
+
4345
+ .e-de-pane-rtl .e-de-cell-text-box {
4346
+ margin-left: 12px;
4347
+ margin-right: 0;
4348
+ }
4349
+
4350
+ .e-de-prop-fill-label {
4351
+ margin-right: 8px;
4352
+ }
4353
+
4354
+ .e-de-prop-fill-label.e-de-rtl {
4355
+ margin-left: 8px;
4356
+ margin-right: 0;
4357
+ }
4358
+
4359
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
4360
+ height: 36px !important;
4361
+ }
4362
+
4363
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
4364
+ height: 42px !important;
4365
+ }
4366
+
4367
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
4368
+ width: 38px;
4369
+ height: 38px;
4370
+ }
4371
+
4372
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
4373
+ height: 42px;
4374
+ width: 42px;
4375
+ }
4376
+
4377
+ .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
4378
+ width: 70px;
4379
+ }
4380
+
4381
+ .e-de-hRuler {
4382
+ background-color: #fff;
4383
+ border-bottom: 0.5px solid #000;
4384
+ }
4385
+
4386
+ .e-de-vRuler {
4387
+ background-color: #fff;
4388
+ border-right: 0.5px solid #000;
4389
+ }
4390
+
4391
+ .e-de-ruler-margin {
4392
+ background-color: #fff;
4393
+ }
4394
+
4395
+ .e-de-ruler-tick {
4396
+ stroke: #000;
4397
+ }
4398
+
4399
+ .e-de-ruler-tick-label {
4400
+ fill: #000;
4401
+ }
4402
+
4403
+ .e-de-ruler-markIndicator {
4404
+ background-color: #fff;
4405
+ }
4406
+
4407
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
4408
+ fill: #000;
4409
+ }
4410
+
4411
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
4412
+ fill: #000;
4413
+ }
4414
+
4415
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
4416
+ fill: #fff;
4417
+ stroke: #000;
4418
+ }
4419
+
4420
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
4421
+ fill: #000;
4422
+ stroke: #000;
4423
+ }
4424
+
4425
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
4426
+ fill: #400074;
4427
+ stroke: #000;
4428
+ }
4429
+
4430
+ .e-de-ruler-table-svg {
4431
+ fill: #000;
4432
+ }
4433
+
4434
+ .e-de-ruler-table-svg:hover {
4435
+ fill: #000;
4436
+ }
4437
+
4438
+ .e-de-ruler-table-svg:active {
4439
+ fill: #400074;
4440
+ }
4441
+
4442
+ .e-de-custom-treeview .e-list-text {
4443
+ font-size: 13px;
4444
+ white-space: nowrap;
4445
+ width: 200px;
4446
+ overflow: hidden;
4447
+ text-overflow: ellipsis;
4448
+ }
4449
+
4450
+ .e-bigger .e-de-custom-treeview .e-list-text {
4451
+ font-size: 14px;
4452
+ white-space: nowrap;
4453
+ width: 200px;
4454
+ overflow: hidden;
4455
+ text-overflow: ellipsis;
4456
+ }
4457
+
4458
+ .e-rtl .e-listview .e-list-icon {
4459
+ height: 24px;
4460
+ width: 16px;
4461
+ margin-left: 12px;
4462
+ }
4463
+ .e-rtl .e-de-listview-icon {
4464
+ height: auto;
4465
+ width: auto;
4466
+ line-height: 22px;
4467
+ margin-left: 12px;
4468
+ }
4469
+ .e-rtl .e-de-vRuler {
4470
+ background-color: #fff;
4471
+ border-right: none;
4472
+ border-left: 0.5px solid #000;
4473
+ }
4474
+
4475
+ .e-bigger .de-split-button > div:first-child {
4476
+ margin-right: 0;
4477
+ }
4478
+ .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
4479
+ width: 66px;
4480
+ }
4481
+ .e-bigger .e-de-prop-fill-label {
4482
+ margin-left: 0;
4483
+ margin-right: 9.8px;
4484
+ }
4485
+ .e-bigger .e-de-prop-fill-label.e-de-rtl {
4486
+ margin-left: 9.8px;
4487
+ margin-right: 0px;
4488
+ }
4489
+ .e-bigger .e-rtl .e-de-cell-text-box {
4490
+ margin-left: 16px;
4491
+ margin-right: 0;
4492
+ }
4493
+ .e-bigger .e-de-color-picker {
4494
+ height: 38px;
4495
+ width: 96px;
4496
+ }
4497
+ .e-bigger .e-de-border-size-button {
4498
+ height: 38px;
4499
+ margin-top: 14px;
4500
+ width: 96px;
4501
+ }
4502
+ .e-bigger .e-de-stylediv {
4503
+ padding-left: 16px;
4504
+ }
4505
+ .e-bigger .e-de-stylediv-rtl {
4506
+ padding-right: 16px;
4507
+ }
4508
+ .e-bigger .e-de-tool-ctnr-properties-pane {
4509
+ display: -webkit-box;
4510
+ display: -ms-flexbox;
4511
+ display: flex;
4512
+ height: calc(100% - 118px);
4513
+ min-height: 200px;
4514
+ width: 100%;
4515
+ }
4516
+ .e-bigger .e-de-ctnr-properties-pane {
4517
+ display: -webkit-box;
4518
+ display: -ms-flexbox;
4519
+ display: flex;
4520
+ height: calc(100% - 38px);
4521
+ width: 100%;
4522
+ }
4523
+ .e-bigger .e-de-ctn {
4524
+ background-color: #fff;
4525
+ border: 1px solid #000;
4526
+ height: 100%;
4527
+ position: relative;
4528
+ width: 100%;
4529
+ }
4530
+ .e-bigger .e-de-ctnr-toolbar {
4531
+ display: -webkit-box;
4532
+ display: -ms-flexbox;
4533
+ display: flex;
4534
+ height: 82px;
4535
+ width: 100%;
4536
+ }
4537
+ .e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
4538
+ .e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
4539
+ border: 0;
4540
+ }
4541
+ .e-bigger .e-de-pane {
4542
+ border-left: 1px solid #000;
4543
+ }
4544
+ .e-bigger .e-de-pane-rtl {
4545
+ border-right: 1px solid #000;
4546
+ }
4547
+ .e-bigger .e-de-ctnr-segment {
4548
+ margin-bottom: 16px;
4549
+ }
4550
+ .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4551
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
4552
+ .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4553
+ margin-right: 16px;
4554
+ }
4555
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4556
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
4557
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4558
+ margin-left: 16px;
4559
+ margin-right: 0;
4560
+ }
4561
+ .e-bigger .e-de-tlbr-wrapper {
4562
+ background-color: #fff;
4563
+ height: 82px;
4564
+ width: calc(100% - 75px);
4565
+ }
4566
+ .e-bigger .e-de-ctnr-prop-label {
4567
+ color: #000;
4568
+ display: inline-block;
4569
+ font-size: 13px;
4570
+ font-weight: 500;
4571
+ letter-spacing: 0.05px;
4572
+ margin-bottom: 16px;
4573
+ opacity: 0.87;
4574
+ }
4575
+ .e-bigger .e-de-table-prop-label {
4576
+ margin-left: 14.5px;
4577
+ }
4578
+ .e-bigger .e-de-table-prop-label.e-de-rtl {
4579
+ margin-left: 0;
4580
+ margin-right: 14.5px;
4581
+ }
4582
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
4583
+ height: 82px;
4584
+ }
4585
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
4586
+ margin: 0 7.5px;
4587
+ }
4588
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4589
+ margin-left: 16px !important;
4590
+ margin-right: 8px;
4591
+ }
4592
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
4593
+ margin-left: 8px;
4594
+ margin-right: 8px;
4595
+ }
4596
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
4597
+ margin-left: 8px;
4598
+ margin-right: 16px;
4599
+ }
4600
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
4601
+ background-color: #400074;
4602
+ }
4603
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
4604
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
4605
+ padding: 0;
4606
+ padding-bottom: 5px;
4607
+ }
4608
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
4609
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
4610
+ padding: 0;
4611
+ padding-bottom: 5px;
4612
+ }
4613
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
4614
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
4615
+ padding: 0;
4616
+ padding-bottom: 5px;
4617
+ }
4618
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
4619
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
4620
+ padding: 0;
4621
+ padding-bottom: 5px;
4622
+ }
4623
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
4624
+ padding: 0 !important;
4625
+ }
4626
+ .e-bigger .e-de-overlay {
4627
+ height: 100%;
4628
+ opacity: 0.5;
4629
+ pointer-events: none;
4630
+ -ms-touch-action: none;
4631
+ touch-action: none;
4632
+ }
4633
+ .e-bigger .e-de-ctnr-properties-pane-btn {
4634
+ width: 75px;
4635
+ }
4636
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
4637
+ background: #fff;
4638
+ border-radius: 0;
4639
+ -webkit-box-shadow: none;
4640
+ box-shadow: none;
4641
+ min-height: 100%;
4642
+ min-width: 100%;
4643
+ }
4644
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
4645
+ -webkit-box-shadow: none;
4646
+ box-shadow: none;
4647
+ }
4648
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
4649
+ -webkit-box-shadow: none;
4650
+ box-shadow: none;
4651
+ }
4652
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
4653
+ -webkit-box-shadow: none;
4654
+ box-shadow: none;
4655
+ }
4656
+ .e-bigger .e-de-showhide-btn {
4657
+ border: 0;
4658
+ height: 82px;
4659
+ }
4660
+ .e-bigger .e-de-showhide-btn-rtl {
4661
+ border: 0;
4662
+ height: 82px;
4663
+ }
4664
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
4665
+ padding: 0;
4666
+ }
4667
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
4668
+ display: table;
4669
+ font-size: 12px !important;
4670
+ margin: 0 6px;
4671
+ padding: 0;
4672
+ white-space: normal;
4673
+ }
4674
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4675
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4676
+ padding: 0;
4677
+ }
4678
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
4679
+ -webkit-box-shadow: none;
4680
+ box-shadow: none;
4681
+ height: 38px;
4682
+ }
4683
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
4684
+ -webkit-box-shadow: none;
4685
+ box-shadow: none;
4686
+ }
4687
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
4688
+ -webkit-box-shadow: none;
4689
+ box-shadow: none;
4690
+ }
4691
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4692
+ -webkit-box-shadow: none;
4693
+ box-shadow: none;
4694
+ }
4695
+ .e-bigger .e-de-status-bar button {
4696
+ height: 38px;
4697
+ -webkit-box-shadow: none;
4698
+ box-shadow: none;
4699
+ }
4700
+ .e-bigger .e-de-status-bar button:focus {
4701
+ -webkit-box-shadow: none;
4702
+ box-shadow: none;
4703
+ }
4704
+ .e-bigger .e-de-status-bar button:active {
4705
+ -webkit-box-shadow: none;
4706
+ box-shadow: none;
4707
+ }
4708
+ .e-bigger .e-de-status-bar button:hover {
4709
+ -webkit-box-shadow: none;
4710
+ box-shadow: none;
4711
+ }
4712
+ .e-bigger .e-de-ctnr-group-btn button {
4713
+ -webkit-box-shadow: none;
4714
+ box-shadow: none;
4715
+ height: 38px;
4716
+ }
4717
+ .e-bigger .e-de-ctnr-group-btn button:focus {
4718
+ -webkit-box-shadow: none;
4719
+ box-shadow: none;
4720
+ }
4721
+ .e-bigger .e-de-ctnr-group-btn button:active {
4722
+ -webkit-box-shadow: none;
4723
+ box-shadow: none;
4724
+ }
4725
+ .e-bigger .e-de-ctnr-group-btn button:hover {
4726
+ -webkit-box-shadow: none;
4727
+ box-shadow: none;
4728
+ }
4729
+ .e-bigger .e-de-property-div-padding {
4730
+ border-bottom: 0.5px solid #e0e0e0;
4731
+ padding: 16px;
4732
+ }
4733
+ .e-bigger .e-de-font-clr-picker > div button,
4734
+ .e-bigger .e-de-font-clr-picker > button {
4735
+ width: auto;
4736
+ }
4737
+ .e-bigger .e-de-ctnr-dropdown-ftr {
4738
+ border-top: 1px solid #e0e0e0;
4739
+ color: #000;
4740
+ cursor: pointer;
4741
+ display: block;
4742
+ font-size: 12px;
4743
+ line-height: 40px;
4744
+ text-indent: 1.2em;
4745
+ }
4746
+ .e-bigger .e-de-char-fmt-btn > button {
4747
+ width: 38.5px;
4748
+ }
4749
+ .e-bigger .e-de-btn-hghlclr > button:first-child {
4750
+ padding: 0 6px !important;
4751
+ }
4752
+ .e-bigger .e-de-ctnr-hglt-color {
4753
+ font-size: 12px;
4754
+ font-weight: 400;
4755
+ height: 25px !important;
4756
+ width: 25px !important;
4757
+ }
4758
+ .e-bigger .e-de-ctnr-list {
4759
+ font-size: 29px;
4760
+ vertical-align: top;
4761
+ }
4762
+ .e-bigger .e-de-image-property {
4763
+ padding-left: 32px;
4764
+ }
4765
+ .e-bigger .e-de-img-prty-span {
4766
+ color: #000;
4767
+ left: 10px;
4768
+ position: absolute;
4769
+ top: 12px;
4770
+ }
4771
+ .e-bigger .e-btn-toggle {
4772
+ background-color: #400074 !important;
4773
+ -webkit-box-shadow: none !important;
4774
+ box-shadow: none !important;
4775
+ outline: #000 0 solid;
4776
+ outline-offset: 0;
4777
+ }
4778
+ .e-bigger .e-btn-toggle:hover {
4779
+ background-color: #400074 !important;
4780
+ outline: #000 0 solid;
4781
+ outline-offset: 0;
4782
+ -webkit-box-shadow: none !important;
4783
+ box-shadow: none !important;
4784
+ }
4785
+ .e-bigger .e-de-toc-template1 {
4786
+ background: #fff;
4787
+ border: 1px solid #000;
4788
+ color: #000;
4789
+ height: 129px;
4790
+ margin-left: 78px;
4791
+ width: 94px;
4792
+ }
4793
+ .e-bigger .e-de-toc-template1-content1 {
4794
+ font-size: 10px;
4795
+ height: 11px;
4796
+ margin-left: 5.4px;
4797
+ margin-top: 6.7px;
4798
+ width: 82px;
4799
+ }
4800
+ .e-bigger .e-de-toc-template1-content2 {
4801
+ font-size: 8px;
4802
+ height: 9px;
4803
+ margin-left: 20.4px;
4804
+ margin-top: 5.7px;
4805
+ width: 63px;
4806
+ }
4807
+ .e-bigger .e-de-toc-template1-content3 {
4808
+ font-size: 7px;
4809
+ height: 8px;
4810
+ margin-left: 28.4px;
4811
+ margin-top: 6.7px;
4812
+ width: 56px;
4813
+ }
4814
+ .e-bigger .e-de-toc-optionsdiv {
4815
+ margin-bottom: 11.5px;
4816
+ margin-left: 5.5px;
4817
+ margin-top: 15.5px;
4818
+ }
4819
+ .e-bigger .e-de-toc-optionsdiv.e-de-rtl {
4820
+ margin-right: 5.5px;
4821
+ margin-left: 0;
4822
+ }
4823
+ .e-bigger .e-de-prop-sub-label {
4824
+ font-size: 13px;
4825
+ margin-bottom: 8.5px;
4826
+ }
4827
+ .e-bigger .e-de-btn-cancel {
4828
+ margin-left: 10px;
4829
+ }
4830
+ .e-bigger .e-de-status-bar {
4831
+ background: #fff;
4832
+ display: -webkit-box;
4833
+ display: -ms-flexbox;
4834
+ display: flex;
4835
+ padding-top: 1.5px;
4836
+ width: 100%;
4837
+ }
4838
+ .e-bigger .e-de-statusbar-zoom {
4839
+ border: 0;
4840
+ color: #000;
4841
+ float: right;
4842
+ height: 34px;
4843
+ background-color: #fff;
4844
+ }
4845
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
4846
+ line-height: 25px;
4847
+ padding: 0 5px !important;
4848
+ }
4849
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4850
+ height: 0;
4851
+ line-height: 0;
4852
+ }
4853
+ .e-bigger .e-listview .e-list-icon {
4854
+ height: 24px;
4855
+ width: 16px;
4856
+ margin-right: 16px;
4857
+ }
4858
+ .e-bigger .e-de-listview-icon {
4859
+ height: auto;
4860
+ width: auto;
4861
+ line-height: 22px;
4862
+ margin-right: 16px;
4863
+ }
4864
+ .e-bigger .e-rtl .e-listview .e-list-icon {
4865
+ height: 24px;
4866
+ width: 16px;
4867
+ margin-left: 16px;
4868
+ }
4869
+ .e-bigger .e-rtl .e-de-listview-icon {
4870
+ height: auto;
4871
+ width: auto;
4872
+ line-height: 22px;
4873
+ margin-left: 16px;
4874
+ }
4875
+
4876
+ .e-de-ctn .e-de-bzr-button {
4877
+ font-size: 12px;
4878
+ font-weight: 400;
4879
+ background: #000;
4880
+ height: 100%;
4881
+ color: #fff;
4882
+ }
4883
+
4884
+ .e-de-ctn .e-de-bzr-button:hover {
4885
+ background: #685708;
4886
+ border: 2px solid #fff;
4887
+ border-radius: 0;
4888
+ color: #fff;
4889
+ }
4890
+
4891
+ .e-de-ctn .e-de-bzr-button:active {
4892
+ -webkit-box-shadow: none;
4893
+ box-shadow: none;
4894
+ background-color: #ffd939;
4895
+ border-color: #ffd939;
4896
+ color: #000;
4897
+ }
4898
+
4899
+ .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
4900
+ font-size: 16px;
4901
+ }
4902
+ .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
4903
+ font-size: 16px;
4904
+ }