@syncfusion/ej2-angular-documenteditor 20.1.52 → 20.1.57

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 (52) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist/ej2-angular-documenteditor.umd.js +1 -1
  3. package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +260 -463
  9. package/styles/bootstrap.css +260 -465
  10. package/styles/bootstrap4.css +259 -489
  11. package/styles/bootstrap5-dark.css +267 -500
  12. package/styles/bootstrap5.css +267 -500
  13. package/styles/document-editor/bootstrap-dark.css +148 -248
  14. package/styles/document-editor/bootstrap.css +148 -248
  15. package/styles/document-editor/bootstrap4.css +147 -255
  16. package/styles/document-editor/bootstrap5-dark.css +157 -272
  17. package/styles/document-editor/bootstrap5.css +157 -272
  18. package/styles/document-editor/fabric-dark.css +148 -248
  19. package/styles/document-editor/fabric.css +148 -248
  20. package/styles/document-editor/fluent-dark.css +157 -268
  21. package/styles/document-editor/fluent.css +157 -268
  22. package/styles/document-editor/highcontrast-light.css +241 -296
  23. package/styles/document-editor/highcontrast.css +149 -249
  24. package/styles/document-editor/material-dark.css +147 -246
  25. package/styles/document-editor/material.css +148 -247
  26. package/styles/document-editor/tailwind-dark.css +157 -304
  27. package/styles/document-editor/tailwind.css +157 -304
  28. package/styles/document-editor-container/bootstrap-dark.css +113 -216
  29. package/styles/document-editor-container/bootstrap.css +113 -218
  30. package/styles/document-editor-container/bootstrap4.css +113 -235
  31. package/styles/document-editor-container/bootstrap5-dark.css +111 -229
  32. package/styles/document-editor-container/bootstrap5.css +111 -229
  33. package/styles/document-editor-container/fabric-dark.css +113 -214
  34. package/styles/document-editor-container/fabric.css +113 -214
  35. package/styles/document-editor-container/fluent-dark.css +111 -225
  36. package/styles/document-editor-container/fluent.css +111 -225
  37. package/styles/document-editor-container/highcontrast-light.css +207 -329
  38. package/styles/document-editor-container/highcontrast.css +113 -214
  39. package/styles/document-editor-container/material-dark.css +113 -215
  40. package/styles/document-editor-container/material.css +113 -216
  41. package/styles/document-editor-container/tailwind-dark.css +109 -219
  42. package/styles/document-editor-container/tailwind.css +109 -219
  43. package/styles/fabric-dark.css +260 -461
  44. package/styles/fabric.css +260 -461
  45. package/styles/fluent-dark.css +267 -492
  46. package/styles/fluent.css +267 -492
  47. package/styles/highcontrast-light.css +353 -509
  48. package/styles/highcontrast.css +261 -462
  49. package/styles/material-dark.css +259 -460
  50. package/styles/material.css +260 -462
  51. package/styles/tailwind-dark.css +265 -522
  52. package/styles/tailwind.css +265 -522
@@ -1,321 +1,302 @@
1
1
  .e-documenteditor .e-close::before {
2
- content: '\e745';
3
- font-family: 'e-icons';
2
+ content: "\e745";
3
+ font-family: "e-icons";
4
4
  font-size: 14px;
5
5
  }
6
-
7
6
  .e-documenteditor .e-de-op-search-icon::before {
8
- content: '\e724';
9
- font-family: 'e-icons';
7
+ content: "\e724";
8
+ font-family: "e-icons";
10
9
  font-size: 12px;
11
10
  }
12
-
13
11
  .e-documenteditor .e-arrow-up::before {
14
- content: '\e78d';
15
- font-family: 'e-icons';
12
+ content: "\e78d";
13
+ font-family: "e-icons";
16
14
  font-size: 12px;
17
15
  }
18
-
19
16
  .e-documenteditor .e-arrow-down::before {
20
- content: '\e798';
21
- font-family: 'e-icons';
17
+ content: "\e798";
18
+ font-family: "e-icons";
22
19
  font-size: 12px;
23
20
  }
24
-
25
21
  .e-documenteditor .e-de-op .e-de-op-close-icon {
26
22
  height: 20px;
27
23
  }
28
-
29
24
  .e-documenteditor .e-de-op-close-icon::before {
30
- content: '\e745';
25
+ content: "\e745";
31
26
  }
32
-
33
27
  .e-documenteditor .e-de-op-search-close-icon::before {
34
- content: '\e745';
35
- font-family: 'e-icons';
28
+ content: "\e745";
29
+ font-family: "e-icons";
36
30
  font-size: 10px;
37
31
  }
38
-
39
32
  .e-documenteditor .e-de-new-cmt::before {
40
- content: '\e759';
41
- font-family: 'e-icons';
33
+ content: "\e759";
34
+ font-family: "e-icons";
42
35
  }
43
-
44
36
  .e-documenteditor .e-de-menu-icon::before {
45
- content: '\e781';
46
- font-family: 'e-icons';
37
+ content: "\e781";
38
+ font-family: "e-icons";
47
39
  font-size: 12px;
48
40
  }
49
-
50
41
  .e-documenteditor .e-de-cmt-mark-icon::before {
51
- content: '\e817';
52
- font-family: 'e-icons';
42
+ content: "\e817";
43
+ font-family: "e-icons";
53
44
  font-size: 13px;
54
45
  }
55
-
56
46
  .e-documenteditor .e-de-cmt-post::before {
57
- content: '\e816';
58
- font-family: 'e-icons';
47
+ content: "\e816";
48
+ font-family: "e-icons";
59
49
  }
60
-
61
50
  .e-documenteditor .e-de-cmt-rply-icon::before {
62
- content: '\e815';
63
- font-family: 'e-icons';
51
+ content: "\e815";
52
+ font-family: "e-icons";
64
53
  }
65
-
66
54
  .e-documenteditor .e-de-cmt-cancel::before {
67
- content: '\e745';
68
- font-family: 'e-icons';
55
+ content: "\e745";
56
+ font-family: "e-icons";
69
57
  }
70
-
71
58
  .e-documenteditor .e-de-cmt-delete::before {
72
- content: '\e773';
73
- font-family: 'e-icons';
59
+ content: "\e773";
60
+ font-family: "e-icons";
74
61
  }
75
-
76
62
  .e-documenteditor .e-de-cmt-reopen::before {
77
- content: '\e820';
78
- font-family: 'e-icons';
63
+ content: "\e820";
64
+ font-family: "e-icons";
79
65
  }
80
-
81
66
  .e-documenteditor .e-de-nav-up::before {
82
- content: '\e651';
83
- font-family: 'e-icons';
67
+ content: "\e651";
68
+ font-family: "e-icons";
84
69
  }
85
-
86
70
  .e-documenteditor .e-de-nav-right-arrow::before {
87
- content: '\e653';
71
+ content: "\e653";
88
72
  }
89
-
90
73
  .e-documenteditor .e-de-nav-left-arrow::before {
91
- content: '\e654';
74
+ content: "\e654";
92
75
  }
93
-
94
76
  .e-documenteditor .e-de-save-icon::before {
95
- content: '\e718';
96
- font-family: 'e-icons';
77
+ content: "\e718";
78
+ font-family: "e-icons";
97
79
  }
98
-
99
80
  .e-documenteditor .e-de-cancel-icon::before {
100
- content: '\e745';
101
- font-family: 'e-icons';
81
+ content: "\e745";
82
+ font-family: "e-icons";
102
83
  }
103
84
 
104
85
  .e-de-ctn-title-print::before {
105
- content: '\e743';
106
- font-family: 'e-icons';
86
+ content: "\e743";
87
+ font-family: "e-icons";
107
88
  }
108
89
 
109
90
  .e-de-acceptchange::before {
110
- content: '\e19f';
111
- font-family: 'e-icons';
91
+ content: "\e19f";
92
+ font-family: "e-icons";
112
93
  }
113
94
 
114
95
  .e-de-rejectchange::before {
115
- content: '\e204';
116
- font-family: 'e-icons';
96
+ content: "\e204";
97
+ font-family: "e-icons";
117
98
  }
118
99
 
119
100
  .e-de-ctn-title-download::before {
120
- content: '\e75d';
121
- font-family: 'e-icons';
101
+ content: "\e75d";
102
+ font-family: "e-icons";
122
103
  }
123
104
 
124
105
  .e-menu-item .e-de-cmt-add::before {
125
- content: '\e814';
126
- font-family: 'e-icons';
106
+ content: "\e814";
107
+ font-family: "e-icons";
127
108
  }
128
109
 
129
110
  .e-menu-item .e-de-cut::before {
130
- content: '\e73f';
111
+ content: "\e73f";
131
112
  }
132
113
 
133
114
  .e-menu-item .e-de-spellcheck::before {
134
- content: '\e686';
115
+ content: "\e686";
135
116
  }
136
117
 
137
118
  .e-menu-item .e-de-copy::before {
138
- content: '\e77b';
119
+ content: "\e77b";
139
120
  }
140
121
 
141
122
  .e-btn-icon .e-de-paste::before,
142
123
  .e-icon-btn .e-de-paste::before,
143
124
  .e-menu-item .e-de-paste::before {
144
- content: '\e739';
125
+ content: "\e739";
145
126
  }
146
127
 
147
128
  .e-menu-item .e-de-insertlink::before {
148
- content: '\e72e';
129
+ content: "\e72e";
149
130
  }
150
131
 
151
132
  .e-menu-item .e-de-remove-hyperlink::before {
152
- content: '\e7a8';
133
+ content: "\e7a8";
153
134
  }
154
135
 
155
136
  .e-menu-item .e-de-fonts::before {
156
- content: '\e74b';
137
+ content: "\e74b";
157
138
  }
158
139
 
159
140
  .e-menu-item .e-de-insertabove::before {
160
- content: '\e783';
141
+ content: "\e783";
161
142
  }
162
143
 
163
144
  .e-menu-item .e-de-insertbelow::before {
164
- content: '\e736';
145
+ content: "\e736";
165
146
  }
166
147
 
167
148
  .e-menu-item .e-de-insertleft::before {
168
- content: '\e737';
149
+ content: "\e737";
169
150
  }
170
151
 
171
152
  .e-menu-item .e-de-insertright::before {
172
- content: '\e70e';
153
+ content: "\e70e";
173
154
  }
174
155
 
175
156
  .e-menu-item .e-de-deleterow::before {
176
- content: '\e738';
157
+ content: "\e738";
177
158
  }
178
159
 
179
160
  .e-menu-item .e-de-open-properties::before {
180
- content: '\e605';
161
+ content: "\e605";
181
162
  }
182
163
 
183
164
  .e-menu-item .e-de-deletecolumn::before {
184
- content: '\e719';
165
+ content: "\e719";
185
166
  }
186
167
 
187
168
  .e-de-bold::before {
188
- content: '\e78b';
189
- font-family: 'e-icons';
169
+ content: "\e78b";
170
+ font-family: "e-icons";
190
171
  }
191
172
 
192
173
  .e-de-italic::before {
193
- content: '\e78e';
194
- font-family: 'e-icons';
174
+ content: "\e78e";
175
+ font-family: "e-icons";
195
176
  }
196
177
 
197
178
  .e-de-underline::before {
198
- content: '\e792';
199
- font-family: 'e-icons';
179
+ content: "\e792";
180
+ font-family: "e-icons";
200
181
  }
201
182
 
202
183
  .e-de-indent::before {
203
- content: '\e702';
204
- font-family: 'e-icons';
184
+ content: "\e702";
185
+ font-family: "e-icons";
205
186
  }
206
187
 
207
188
  .e-de-outdent::before {
208
- content: '\e722';
209
- font-family: 'e-icons';
189
+ content: "\e722";
190
+ font-family: "e-icons";
210
191
  }
211
192
 
212
193
  .e-de-align-left::before {
213
- content: '\e76f';
214
- font-family: 'e-icons';
194
+ content: "\e76f";
195
+ font-family: "e-icons";
215
196
  }
216
197
 
217
198
  .e-de-align-center::before {
218
- content: '\e732';
219
- font-family: 'e-icons';
199
+ content: "\e732";
200
+ font-family: "e-icons";
220
201
  }
221
202
 
222
203
  .e-de-align-right::before {
223
- content: '\e746';
224
- font-family: 'e-icons';
204
+ content: "\e746";
205
+ font-family: "e-icons";
225
206
  }
226
207
 
227
208
  .e-menu-item .e-de-paragraph::before {
228
- content: '\e7a6';
209
+ content: "\e7a6";
229
210
  }
230
211
 
231
212
  .e-menu-item .e-de-table::before {
232
- content: '\e7ad';
213
+ content: "\e7ad";
233
214
  }
234
215
 
235
216
  .e-de-justify::before {
236
- content: '\e79b';
237
- font-family: 'e-icons';
217
+ content: "\e79b";
218
+ font-family: "e-icons";
238
219
  }
239
220
 
240
221
  .e-menu-item .e-de-delete-table::before {
241
- content: '\e7a2';
222
+ content: "\e7a2";
242
223
  }
243
224
 
244
225
  .e-menu-item .e-de-continue-numbering::before {
245
- content: '\e7b2';
226
+ content: "\e7b2";
246
227
  }
247
228
 
248
229
  .e-menu-item .e-de-restart-at::before {
249
- content: '\e7ae';
230
+ content: "\e7ae";
250
231
  }
251
232
 
252
233
  .e-menu-item .e-de-open-hyperlink::before {
253
- content: '\e7b5';
234
+ content: "\e7b5";
254
235
  }
255
236
 
256
237
  .e-menu-item .e-de-copy-hyperlink::before {
257
- content: '\e79a';
238
+ content: "\e79a";
258
239
  }
259
240
 
260
241
  .e-menu-item .e-de-edit-hyperlink::before {
261
- content: '\e7af';
242
+ content: "\e7af";
262
243
  }
263
244
 
264
245
  .e-de-icon-bullet-list-dot::before {
265
- content: '\e7a0';
266
- font-family: 'e-icons';
246
+ content: "\e7a0";
247
+ font-family: "e-icons";
267
248
  font-size: 18px;
268
249
  }
269
250
 
270
251
  .e-de-icon-bullet-list-circle::before {
271
- content: '\e7b0';
272
- font-family: 'e-icons';
252
+ content: "\e7b0";
253
+ font-family: "e-icons";
273
254
  font-size: 18px;
274
255
  }
275
256
 
276
257
  .e-de-icon-bullet-list-square::before {
277
- content: '\e7a5';
278
- font-family: 'e-icons';
258
+ content: "\e7a5";
259
+ font-family: "e-icons";
279
260
  font-size: 18px;
280
261
  }
281
262
 
282
263
  .e-de-icon-bullet-list-tick::before {
283
- content: '\e7ab';
284
- font-family: 'e-icons';
264
+ content: "\e7ab";
265
+ font-family: "e-icons";
285
266
  font-size: 18px;
286
267
  }
287
268
 
288
269
  .e-de-icon-bullet-list-flower::before {
289
- content: '\e7a4';
290
- font-family: 'e-icons';
270
+ content: "\e7a4";
271
+ font-family: "e-icons";
291
272
  font-size: 18px;
292
273
  }
293
274
 
294
275
  .e-de-icon-bullet-list-arrow::before {
295
- content: '\e7b6';
296
- font-family: 'e-icons';
276
+ content: "\e7b6";
277
+ font-family: "e-icons";
297
278
  font-size: 18px;
298
279
  }
299
280
 
300
281
  .e-de-icon-bullet-list-none::before {
301
- content: '\e7b3';
302
- font-family: 'e-icons';
282
+ content: "\e7b3";
283
+ font-family: "e-icons";
303
284
  font-size: 18px;
304
285
  }
305
286
 
306
287
  .e-de-icon-autofit::before {
307
- content: '\e713';
308
- font-family: 'e-icons';
288
+ content: "\e713";
289
+ font-family: "e-icons";
309
290
  }
310
291
 
311
292
  .e-de-icon-fixed-columnwidth::before {
312
- content: '\e740';
313
- font-family: 'e-icons';
293
+ content: "\e740";
294
+ font-family: "e-icons";
314
295
  }
315
296
 
316
297
  .e-de-icon-auto-fitwindow::before {
317
- content: '\e747';
318
- font-family: 'e-icons';
298
+ content: "\e747";
299
+ font-family: "e-icons";
319
300
  }
320
301
 
321
302
  .e-de-table-properties-alignment:hover {
@@ -379,7 +360,7 @@
379
360
  }
380
361
 
381
362
  .e-de-table-border-toptop-alignment::before {
382
- content: '\e7a3';
363
+ content: "\e7a3";
383
364
  font-size: 16px;
384
365
  left: 4px;
385
366
  position: absolute;
@@ -387,7 +368,7 @@
387
368
  }
388
369
 
389
370
  .e-de-table-border-topcenter-alignment::before {
390
- content: '\e7a9';
371
+ content: "\e7a9";
391
372
  font-size: 16px;
392
373
  left: 4px;
393
374
  position: absolute;
@@ -395,7 +376,7 @@
395
376
  }
396
377
 
397
378
  .e-de-table-border-topbottom-alignment::before {
398
- content: '\e7aa';
379
+ content: "\e7aa";
399
380
  font-size: 16px;
400
381
  left: 4px;
401
382
  position: absolute;
@@ -403,7 +384,7 @@
403
384
  }
404
385
 
405
386
  .e-de-table-border-bottomleft-alignment::before {
406
- content: '\e7a7';
387
+ content: "\e7a7";
407
388
  font-size: 16px;
408
389
  left: 4px;
409
390
  position: absolute;
@@ -411,7 +392,7 @@
411
392
  }
412
393
 
413
394
  .e-de-table-border-bottomcenter-alignment::before {
414
- content: '\e79c';
395
+ content: "\e79c";
415
396
  font-size: 16px;
416
397
  left: 4px;
417
398
  position: absolute;
@@ -419,7 +400,7 @@
419
400
  }
420
401
 
421
402
  .e-de-table-border-bottomright-alignment::before {
422
- content: '\e79f';
403
+ content: "\e79f";
423
404
  font-size: 16px;
424
405
  left: 4px;
425
406
  position: absolute;
@@ -427,7 +408,7 @@
427
408
  }
428
409
 
429
410
  .e-de-table-border-diagionalup-alignment::before {
430
- content: '\e7ca';
411
+ content: "\e7ca";
431
412
  font-size: 16px;
432
413
  left: 4px;
433
414
  position: absolute;
@@ -435,7 +416,7 @@
435
416
  }
436
417
 
437
418
  .e-de-table-border-diagionaldown-alignment::before {
438
- content: '\e7d8';
419
+ content: "\e7d8";
439
420
  font-size: 16px;
440
421
  left: 4px;
441
422
  position: absolute;
@@ -443,38 +424,38 @@
443
424
  }
444
425
 
445
426
  .e-de-single-spacing::before {
446
- content: '\e7e7';
447
- font-family: 'e-icons';
427
+ content: "\e7e7";
428
+ font-family: "e-icons";
448
429
  }
449
430
 
450
431
  .e-de-double-spacing::before {
451
- content: '\e7e9';
452
- font-family: 'e-icons';
432
+ content: "\e7e9";
433
+ font-family: "e-icons";
453
434
  }
454
435
 
455
436
  .e-de-one-point-five-spacing::before {
456
- content: '\e7e5';
457
- font-family: 'e-icons';
437
+ content: "\e7e5";
438
+ font-family: "e-icons";
458
439
  }
459
440
 
460
441
  .e-de-before-spacing::before {
461
- content: '\e7e4';
462
- font-family: 'e-icons';
442
+ content: "\e7e4";
443
+ font-family: "e-icons";
463
444
  }
464
445
 
465
446
  .e-de-after-spacing::before {
466
- content: '\e7ea';
467
- font-family: 'e-icons';
447
+ content: "\e7ea";
448
+ font-family: "e-icons";
468
449
  }
469
450
 
470
451
  .e-de-table-border-none-setting::before {
471
- content: '\e7f1';
452
+ content: "\e7f1";
472
453
  font-size: 46px;
473
454
  position: absolute;
474
455
  }
475
456
 
476
457
  .e-de-table-border-box-setting::before {
477
- content: '\e7f6';
458
+ content: "\e7f6";
478
459
  font-size: 42px;
479
460
  left: 2px;
480
461
  position: absolute;
@@ -482,7 +463,7 @@
482
463
  }
483
464
 
484
465
  .e-de-table-border-all-setting::before {
485
- content: '\e7f3';
466
+ content: "\e7f3";
486
467
  font-size: 42px;
487
468
  left: 2px;
488
469
  position: absolute;
@@ -490,7 +471,7 @@
490
471
  }
491
472
 
492
473
  .e-de-table-border-custom-setting::before {
493
- content: '\e7f2';
474
+ content: "\e7f2";
494
475
  font-size: 42px;
495
476
  left: 2px;
496
477
  position: absolute;
@@ -498,65 +479,65 @@
498
479
  }
499
480
 
500
481
  .e-de-table-left-alignment::before {
501
- content: '\e7f5';
482
+ content: "\e7f5";
502
483
  font-size: 46px;
503
484
  }
504
485
 
505
486
  .e-de-table-center-alignment::before {
506
- content: '\e7ee';
487
+ content: "\e7ee";
507
488
  font-size: 46px;
508
489
  }
509
490
 
510
491
  .e-de-table-right-alignment::before {
511
- content: '\e7eb';
492
+ content: "\e7eb";
512
493
  font-size: 46px;
513
494
  }
514
495
 
515
496
  .e-de-tablecell-top-alignment::before {
516
- content: '\e7f7';
497
+ content: "\e7f7";
517
498
  font-size: 51px;
518
499
  }
519
500
 
520
501
  .e-de-tablecell-center-alignment::before {
521
- content: '\e7ed';
502
+ content: "\e7ed";
522
503
  font-size: 51px;
523
504
  }
524
505
 
525
506
  .e-de-tablecell-bottom-alignment::before {
526
- content: '\e7ec';
507
+ content: "\e7ec";
527
508
  font-size: 51px;
528
509
  }
529
510
 
530
511
  .e-item .e-de-paste-text::before {
531
- content: '\e685';
512
+ content: "\e685";
532
513
  }
533
514
 
534
515
  .e-item .e-de-paste-source::before {
535
- content: '\e68a';
516
+ content: "\e68a";
536
517
  }
537
518
 
538
519
  .e-item .e-de-paste-merge::before {
539
- content: '\e687';
520
+ content: "\e687";
540
521
  }
541
522
 
542
523
  .e-item .e-de-paste-column::before {
543
- content: '\e91b';
524
+ content: "\e91b";
544
525
  }
545
526
 
546
527
  .e-item .e-de-paste-row::before {
547
- content: '\e91c';
528
+ content: "\e91c";
548
529
  }
549
530
 
550
531
  .e-item .e-de-paste-overwrite-cells::before {
551
- content: '\e91d';
532
+ content: "\e91d";
552
533
  }
553
534
 
554
535
  .e-item .e-de-paste-nested-table::before {
555
- content: '\e91e';
536
+ content: "\e91e";
556
537
  }
557
538
 
558
539
  .e-item .e-de-paste-merge-table::before {
559
- content: '\e91f';
540
+ content: "\e91f";
560
541
  }
561
542
 
562
543
  .e-de-dlg-container {
@@ -599,7 +580,6 @@
599
580
  padding-left: 6px;
600
581
  padding-right: 0;
601
582
  }
602
-
603
583
  .e-rtl .e-de-subcontainer-right {
604
584
  padding-left: 0;
605
585
  padding-right: 6px;
@@ -609,30 +589,24 @@
609
589
  .e-bigger .e-de-dlg-container {
610
590
  padding-bottom: 16px;
611
591
  }
612
-
613
592
  .e-bigger .e-de-container-row {
614
593
  padding-bottom: 16px;
615
594
  }
616
-
617
595
  .e-bigger .e-de-subcontainer-left {
618
596
  padding-right: 8px;
619
597
  width: 50%;
620
598
  }
621
-
622
599
  .e-bigger .e-de-subcontainer-right {
623
600
  padding-left: 8px;
624
601
  width: 50%;
625
602
  }
626
-
627
603
  .e-bigger .e-de-dlg-tab-first-child {
628
604
  padding-top: 8px;
629
605
  }
630
-
631
606
  .e-bigger .e-rtl .e-de-subcontainer-left {
632
607
  padding-left: 8px;
633
608
  padding-right: 0;
634
609
  }
635
-
636
610
  .e-bigger .e-rtl .e-de-subcontainer-right {
637
611
  padding-left: 0;
638
612
  padding-right: 8px;
@@ -669,7 +643,6 @@
669
643
  opacity: 1;
670
644
  }
671
645
  }
672
-
673
646
  .e-de-text-target {
674
647
  border: 0;
675
648
  height: 1px;
@@ -685,15 +658,12 @@
685
658
  .e-de-txt-form .e-de-txt-field {
686
659
  display: block;
687
660
  }
688
-
689
661
  .e-de-txt-form .e-de-num-field {
690
662
  display: none;
691
663
  }
692
-
693
664
  .e-de-txt-form .e-de-date-field {
694
665
  display: none;
695
666
  }
696
-
697
667
  .e-de-txt-form .e-de-ddl-field {
698
668
  display: none;
699
669
  }
@@ -701,15 +671,12 @@
701
671
  .e-de-num-form .e-de-txt-field {
702
672
  display: none;
703
673
  }
704
-
705
674
  .e-de-num-form .e-de-num-field {
706
675
  display: block;
707
676
  }
708
-
709
677
  .e-de-num-form .e-de-date-field {
710
678
  display: none;
711
679
  }
712
-
713
680
  .e-de-num-form .e-de-ddl-field {
714
681
  display: none;
715
682
  }
@@ -717,15 +684,12 @@
717
684
  .e-de-date-form .e-de-txt-field {
718
685
  display: none;
719
686
  }
720
-
721
687
  .e-de-date-form .e-de-num-field {
722
688
  display: none;
723
689
  }
724
-
725
690
  .e-de-date-form .e-de-date-field {
726
691
  display: block;
727
692
  }
728
-
729
693
  .e-de-date-form .e-de-ddl-field {
730
694
  display: none;
731
695
  }
@@ -733,15 +697,12 @@
733
697
  .e-de-ddl-form .e-de-txt-field {
734
698
  display: none;
735
699
  }
736
-
737
700
  .e-de-ddl-form .e-de-num-field {
738
701
  display: none;
739
702
  }
740
-
741
703
  .e-de-ddl-form .e-de-date-field {
742
704
  display: none;
743
705
  }
744
-
745
706
  .e-de-ddl-form .e-de-ddl-field {
746
707
  display: block;
747
708
  }
@@ -751,7 +712,6 @@
751
712
  position: absolute;
752
713
  top: 18px;
753
714
  }
754
-
755
715
  .e-documenteditor .e-de-op-close-button.e-de-rtl {
756
716
  left: 14px;
757
717
  }
@@ -1292,11 +1252,11 @@
1292
1252
  margin-top: 14px;
1293
1253
  }
1294
1254
 
1295
- label[for*="_wholeWord_e-de-ltr"] {
1255
+ label[for*=_wholeWord_e-de-ltr] {
1296
1256
  left: 35px;
1297
1257
  }
1298
1258
 
1299
- label[for*="_wholeWord_e-de-rtl"] {
1259
+ label[for*=_wholeWord_e-de-rtl] {
1300
1260
  right: 35px;
1301
1261
  }
1302
1262
 
@@ -1574,7 +1534,6 @@ label[for*="_wholeWord_e-de-rtl"] {
1574
1534
  box-shadow: inset 0 3px 5px #4e555b;
1575
1535
  box-shadow: none;
1576
1536
  }
1577
-
1578
1537
  .e-de-style-paragraph-indent-group-button .e-btn.e-active .e-btn-icon,
1579
1538
  .e-de-style-paragraph-group-button .e-btn.e-active .e-btn-icon,
1580
1539
  .e-de-style-font-group-button .e-btn.e-active .e-btn-icon {
@@ -1587,21 +1546,18 @@ label[for*="_wholeWord_e-de-rtl"] {
1587
1546
  background-color: #fff;
1588
1547
  border-color: #ced4da;
1589
1548
  }
1590
-
1591
1549
  .e-de-style-font-group-button .e-btn:focus,
1592
1550
  .e-de-style-paragraph-group-button .e-btn:focus,
1593
1551
  .e-de-style-paragraph-indent-group-button .e-btn:focus {
1594
1552
  background-color: #6c757d;
1595
1553
  box-shadow: inset 0 3px 5px #4e555b;
1596
1554
  }
1597
-
1598
1555
  .e-de-style-font-group-button .e-btn:active,
1599
1556
  .e-de-style-paragraph-group-button .e-btn:active,
1600
1557
  .e-de-style-paragraph-indent-group-button .e-btn:active {
1601
1558
  background-color: #6c757d;
1602
1559
  box-shadow: inset 0 3px 5px #4e555b;
1603
1560
  }
1604
-
1605
1561
  .e-de-style-font-group-button .e-btn:hover,
1606
1562
  .e-de-style-paragraph-group-button .e-btn:hover,
1607
1563
  .e-de-style-paragraph-indent-group-button .e-btn:hover {
@@ -1683,19 +1639,15 @@ label[for*="_wholeWord_e-de-rtl"] {
1683
1639
  .e-bigger .e-de-style-left-div .e-de-style-dlg-name-input {
1684
1640
  height: 41px;
1685
1641
  }
1686
-
1687
1642
  .e-bigger .e-de-style-bold-button-size {
1688
1643
  height: 41px;
1689
1644
  }
1690
-
1691
1645
  .e-bigger .e-styles-common {
1692
1646
  padding-top: 16px;
1693
1647
  }
1694
-
1695
1648
  .e-bigger .e-styles-list {
1696
1649
  margin-right: 16px;
1697
1650
  }
1698
-
1699
1651
  .e-bigger .e-bookmark-gotobutton,
1700
1652
  .e-bigger .e-bookmark-addbutton,
1701
1653
  .e-bigger .e-styles-addbutton,
@@ -1984,11 +1936,9 @@ label[for*="_wholeWord_e-de-rtl"] {
1984
1936
  .e-bigger .e-de-font-content-checkbox-label {
1985
1937
  margin-left: 64px;
1986
1938
  }
1987
-
1988
1939
  .e-bigger .e-de-font-content-checkbox-label-rtl {
1989
1940
  margin-right: 64px;
1990
1941
  }
1991
-
1992
1942
  .e-bigger .e-de-font-content-label {
1993
1943
  width: 132px;
1994
1944
  }
@@ -2414,7 +2364,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2414
2364
  .e-bigger .e-de-style-icon-button-last-size {
2415
2365
  height: 35px;
2416
2366
  }
2417
-
2418
2367
  .e-bigger .e-de-style-bold-button-size {
2419
2368
  margin-left: 8px;
2420
2369
  margin-right: 8px;
@@ -2934,45 +2883,35 @@ label[for*="_wholeWord_e-de-rtl"] {
2934
2883
  height: auto;
2935
2884
  width: auto;
2936
2885
  }
2937
-
2938
2886
  .e-bigger .e-de-insert-footnote {
2939
2887
  height: auto;
2940
2888
  width: auto;
2941
2889
  }
2942
-
2943
2890
  .e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
2944
2891
  height: auto;
2945
2892
  }
2946
-
2947
2893
  .e-bigger .e-de-font-dlg {
2948
2894
  width: max-content;
2949
2895
  }
2950
-
2951
2896
  .e-bigger .e-para-dlg-sub-height {
2952
2897
  height: 170px;
2953
2898
  }
2954
-
2955
2899
  .e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
2956
2900
  margin-right: 36px;
2957
2901
  }
2958
-
2959
2902
  .e-bigger .e-de-font-content-label-width {
2960
2903
  width: 68px;
2961
2904
  }
2962
-
2963
2905
  .e-bigger .e-de-toc-label {
2964
2906
  margin-left: 194px;
2965
2907
  }
2966
-
2967
2908
  .e-bigger .e-de-toc-label-rtl {
2968
2909
  margin-left: 0px;
2969
2910
  margin-right: 180px;
2970
2911
  }
2971
-
2972
2912
  .e-bigger .e-de-outline-rtl {
2973
2913
  width: 173px;
2974
2914
  }
2975
-
2976
2915
  .e-bigger .e-de-rp-header {
2977
2916
  font-size: 16px;
2978
2917
  width: 75%;
@@ -3389,7 +3328,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3389
3328
  }
3390
3329
 
3391
3330
  .e-de-tc-field {
3392
- background-color: #cecdcd;
3331
+ background-color: rgb(206, 205, 205);
3393
3332
  margin: 0 2px;
3394
3333
  }
3395
3334
 
@@ -3397,7 +3336,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3397
3336
  font-size: 14px;
3398
3337
  font-family: Roboto-Regular;
3399
3338
  font-weight: 600;
3400
- color: #011677;
3339
+ color: rgb(1, 22, 119);
3401
3340
  margin: 0 2px;
3402
3341
  }
3403
3342
 
@@ -3457,7 +3396,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3457
3396
  margin: 11.5px 8px 0 8px;
3458
3397
  padding: 0px;
3459
3398
  }
3460
-
3461
3399
  .e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
3462
3400
  margin-top: 11.5px;
3463
3401
  }
@@ -3493,11 +3431,9 @@ label[for*="_wholeWord_e-de-rtl"] {
3493
3431
  .e-de-cmt-resolved e-de-cmt-date {
3494
3432
  opacity: 0.67;
3495
3433
  }
3496
-
3497
3434
  .e-de-cmt-resolved .e-de-cmt-rply-view {
3498
3435
  display: none;
3499
3436
  }
3500
-
3501
3437
  .e-de-cmt-resolved .e-de-cmt-resolve-btn {
3502
3438
  display: block;
3503
3439
  margin-top: 8px;
@@ -3529,7 +3465,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3529
3465
  pointer-events: all;
3530
3466
  width: 13px;
3531
3467
  }
3532
-
3533
3468
  .e-de-cmt-mark :hover {
3534
3469
  color: #007bff;
3535
3470
  }
@@ -3575,53 +3510,43 @@ textarea.e-de-cmt-textarea {
3575
3510
  border-left: none;
3576
3511
  border-right: 1px solid #dee2e6;
3577
3512
  }
3578
-
3579
3513
  .e-rtl .e-de-rp-close-icon {
3580
3514
  float: left;
3581
3515
  right: 9px;
3582
3516
  }
3583
-
3584
3517
  .e-rtl .e-de-cp-option.e-btn.e-icon-btn {
3585
3518
  float: left;
3586
3519
  }
3587
-
3588
3520
  .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
3589
3521
  border-left: 1px solid #dee2e6;
3590
3522
  border-right: 3px solid #007bff;
3591
3523
  padding-left: 8px;
3592
3524
  padding-right: 6px;
3593
3525
  }
3594
-
3595
3526
  .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3596
3527
  border-left: 1px solid #dee2e6;
3597
3528
  border-right: 2px solid #007bff;
3598
3529
  padding-left: 8px;
3599
3530
  padding-right: 7px;
3600
3531
  }
3601
-
3602
3532
  .e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
3603
3533
  border-right: 3px solid rgba(0, 123, 255, 0.5);
3604
3534
  }
3605
-
3606
3535
  .e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3607
3536
  border-right: 2px solid rgba(0, 123, 255, 0.5);
3608
3537
  }
3609
-
3610
3538
  .e-rtl .e-de-cmt-action-button {
3611
3539
  text-align: left;
3612
3540
  }
3613
-
3614
3541
  .e-rtl .e-de-cmt-no-cmt {
3615
3542
  margin-left: auto;
3616
3543
  margin-right: 6px;
3617
3544
  }
3618
-
3619
3545
  .e-rtl .e-de-cmt-drawer {
3620
3546
  float: left;
3621
3547
  margin-left: 8px;
3622
3548
  margin-right: auto;
3623
3549
  }
3624
-
3625
3550
  .e-rtl .e-de-cmt-resolve-btn {
3626
3551
  text-align: left;
3627
3552
  }
@@ -3632,20 +3557,17 @@ textarea.e-de-cmt-textarea {
3632
3557
  margin-left: 12px;
3633
3558
  width: 36px;
3634
3559
  }
3635
-
3636
3560
  .e-bigger .e-de-cp-whole-header {
3637
3561
  height: 56px;
3638
3562
  padding: 16px;
3639
3563
  padding-right: 8px;
3640
3564
  }
3641
-
3642
3565
  .e-bigger .e-de-rp-close-icon {
3643
3566
  float: right;
3644
3567
  position: relative;
3645
3568
  top: -8px;
3646
3569
  right: -10px;
3647
3570
  }
3648
-
3649
3571
  .e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
3650
3572
  .e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
3651
3573
  margin-right: 12px;
@@ -3658,13 +3580,11 @@ textarea.e-de-cmt-textarea {
3658
3580
  color: rgba(0, 0, 0, 0.5);
3659
3581
  border: none;
3660
3582
  }
3661
-
3662
3583
  .e-de-close-icon.e-btn:active {
3663
3584
  background-color: transparent !important;
3664
3585
  border-color: transparent !important;
3665
3586
  box-shadow: none;
3666
3587
  }
3667
-
3668
3588
  .e-de-close-icon.e-btn:hover {
3669
3589
  background-color: transparent !important;
3670
3590
  box-shadow: none;
@@ -3690,67 +3610,52 @@ textarea.e-de-cmt-textarea {
3690
3610
  padding-left: 0%;
3691
3611
  padding-right: 8px;
3692
3612
  }
3693
-
3694
3613
  .e-bigger .e-de-cmt-author-name {
3695
3614
  padding-left: 8px;
3696
3615
  }
3697
-
3698
3616
  .e-bigger .e-de-cmt-rply-view {
3699
3617
  margin-top: 12px;
3700
3618
  }
3701
-
3702
3619
  .e-bigger .e-de-cmt-sub-container {
3703
3620
  padding: 8px;
3704
3621
  }
3705
-
3706
3622
  .e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
3707
3623
  padding-left: 6px;
3708
3624
  }
3709
-
3710
3625
  .e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3711
3626
  padding-left: 7px;
3712
3627
  }
3713
-
3714
3628
  .e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
3715
3629
  padding: 0%;
3716
3630
  }
3717
-
3718
3631
  .e-bigger .e-de-rp-nav-btn {
3719
3632
  width: auto;
3720
3633
  }
3721
-
3722
3634
  .e-bigger .e-de-rp-whole-header {
3723
3635
  padding: 12px;
3724
3636
  }
3725
-
3726
3637
  .e-bigger .e-de-rp-sub-div {
3727
3638
  border-bottom: 1px solid #e4e4e4;
3728
3639
  padding: 12px;
3729
3640
  }
3730
-
3731
3641
  .e-bigger .e-de-rp-enforce {
3732
3642
  padding: 12px;
3733
3643
  }
3734
-
3735
- .e-bigger .e-de-enforce .e-de-enforce-dlg-input {
3644
+ .e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
3736
3645
  width: 300px;
3737
3646
  }
3738
-
3739
3647
  .e-bigger .e-rtl .e-de-cmt-author-name {
3740
3648
  padding-left: 0%;
3741
3649
  padding-right: 8px;
3742
3650
  }
3743
-
3744
3651
  .e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
3745
3652
  padding-left: 8px;
3746
3653
  padding-right: 6px;
3747
3654
  }
3748
-
3749
3655
  .e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3750
3656
  padding-left: 8px;
3751
3657
  padding-right: 7px;
3752
3658
  }
3753
-
3754
3659
  .e-bigger .e-rtl .e-de-rp-close-icon {
3755
3660
  float: left;
3756
3661
  right: 10px;
@@ -3760,11 +3665,9 @@ textarea.e-de-cmt-textarea {
3760
3665
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3761
3666
  font-size: 14px;
3762
3667
  }
3763
-
3764
3668
  .e-bigger .e-de-para-dlg-container .e-input-group {
3765
3669
  width: 192px !important;
3766
3670
  }
3767
-
3768
3671
  .e-bigger .e-de-para-dlg-heading {
3769
3672
  color: #212529;
3770
3673
  display: block;
@@ -3772,56 +3675,45 @@ textarea.e-de-cmt-textarea {
3772
3675
  font-weight: 400;
3773
3676
  margin-bottom: 8px;
3774
3677
  }
3775
-
3776
3678
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3777
3679
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3778
3680
  font-size: 12px;
3779
3681
  }
3780
-
3781
3682
  .e-bigger .e-de-para-dlg-container {
3782
3683
  height: auto;
3783
3684
  width: auto;
3784
3685
  }
3785
-
3786
3686
  .e-bigger .e-de-para-dlg-cs-check-box {
3787
3687
  margin-bottom: 8px;
3788
3688
  margin-top: 8px;
3789
3689
  }
3790
-
3791
3690
  .e-bigger .e-de-para-dlg-spacing-div {
3792
3691
  margin-left: 20px;
3793
3692
  }
3794
-
3795
3693
  .e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
3796
3694
  margin-left: 0;
3797
3695
  margin-right: 20px;
3798
3696
  }
3799
-
3800
3697
  .e-bigger .e-de-para-dlg-sub-container .e-input-group {
3801
3698
  margin-bottom: 8px;
3802
3699
  }
3803
-
3804
3700
  .e-bigger .e-de-para-dlg-sub-container {
3805
3701
  margin-bottom: 14px;
3806
3702
  }
3807
-
3808
3703
  .e-bigger .e-de-para-dlg-right-sub-container {
3809
3704
  top: 0;
3810
3705
  }
3811
-
3812
3706
  .e-bigger .e-de-dlg-sub-header {
3813
3707
  display: block;
3814
3708
  font-size: 12px;
3815
3709
  font-weight: normal;
3816
3710
  margin-bottom: 15px;
3817
3711
  }
3818
-
3819
3712
  .e-bigger .e-de-rtl-btn-div {
3820
3713
  font-size: 12px;
3821
3714
  margin-right: 24px;
3822
3715
  width: 200px;
3823
3716
  }
3824
-
3825
3717
  .e-bigger .e-de-rtl-btn-div.e-de-rtl {
3826
3718
  margin-left: 12px;
3827
3719
  margin-right: 0;
@@ -3895,321 +3787,321 @@ textarea.e-de-cmt-textarea {
3895
3787
  }
3896
3788
 
3897
3789
  .e-de-ctnr-close::before {
3898
- content: '\e745';
3790
+ content: "\e745";
3899
3791
  }
3900
3792
 
3901
3793
  .e-de-ctnr-linespacing::before {
3902
- content: '\e784';
3794
+ content: "\e784";
3903
3795
  }
3904
3796
 
3905
3797
  .e-de-ctnr-undo::before {
3906
- content: '\e752';
3798
+ content: "\e752";
3907
3799
  }
3908
3800
 
3909
3801
  .e-de-ctnr-find::before {
3910
- content: '\e724';
3802
+ content: "\e724";
3911
3803
  }
3912
3804
 
3913
3805
  .e-de-ctnr-lock::before {
3914
- content: '\e735';
3806
+ content: "\e735";
3915
3807
  }
3916
3808
 
3917
3809
  .e-de-cnt-track::before {
3918
- content: '\e20a';
3919
- font-family: 'e-icons';
3810
+ content: "\e20a";
3811
+ font-family: "e-icons";
3920
3812
  }
3921
3813
 
3922
3814
  .e-de-selected-spellcheck-item::before {
3923
- content: '\e718';
3924
- font-family: 'e-icons';
3815
+ content: "\e718";
3816
+ font-family: "e-icons";
3925
3817
  font-size: 10px;
3926
3818
  }
3927
3819
 
3928
3820
  .e-de-selected-underline-item::before {
3929
- content: '\e718';
3930
- font-family: 'e-icons';
3821
+ content: "\e718";
3822
+ font-family: "e-icons";
3931
3823
  font-size: 10px;
3932
3824
  }
3933
3825
 
3934
3826
  .e-de-ctnr-italic::before {
3935
- content: '\e78e';
3827
+ content: "\e78e";
3936
3828
  }
3937
3829
 
3938
3830
  .e-de-ctnr-link::before {
3939
- content: '\e72e';
3831
+ content: "\e72e";
3940
3832
  }
3941
3833
 
3942
3834
  .e-de-ctnr-download::before {
3943
- content: '\e75d';
3835
+ content: "\e75d";
3944
3836
  }
3945
3837
 
3946
3838
  .e-de-selected-item::before {
3947
- content: '\e718';
3839
+ content: "\e718";
3948
3840
  }
3949
3841
 
3950
3842
  .e-de-ctnr-break::before {
3951
- content: '\e749';
3843
+ content: "\e749";
3952
3844
  }
3953
3845
 
3954
3846
  .e-de-ctnr-page-break::before {
3955
- content: '\e708';
3847
+ content: "\e708";
3956
3848
  }
3957
3849
 
3958
3850
  .e-de-ctnr-section-break::before {
3959
- content: '\e75f';
3851
+ content: "\e75f";
3960
3852
  }
3961
3853
 
3962
3854
  .e-de-ctnr-upload::before {
3963
- content: '\e769';
3855
+ content: "\e769";
3964
3856
  }
3965
3857
 
3966
3858
  .e-de-ctnr-tableofcontent::before {
3967
- content: '\e753';
3859
+ content: "\e753";
3968
3860
  }
3969
3861
 
3970
3862
  .e-de-ctnr-pagenumber::before {
3971
- content: '\e733';
3863
+ content: "\e733";
3972
3864
  }
3973
3865
 
3974
3866
  .e-de-ctnr-highlight::before {
3975
- content: '\e770';
3867
+ content: "\e770";
3976
3868
  }
3977
3869
 
3978
3870
  .e-de-ctnr-new::before {
3979
- content: '\e759';
3871
+ content: "\e759";
3980
3872
  }
3981
3873
 
3982
3874
  .e-de-ctnr-paste::before {
3983
- content: '\e739';
3875
+ content: "\e739";
3984
3876
  }
3985
3877
 
3986
3878
  .e-de-ctnr-bold::before {
3987
- content: '\e78b';
3879
+ content: "\e78b";
3988
3880
  }
3989
3881
 
3990
3882
  .e-de-ctnr-subscript::before {
3991
- content: '\e707';
3883
+ content: "\e707";
3992
3884
  }
3993
3885
 
3994
3886
  .e-de-ctnr-pagesetup::before {
3995
- content: '\e73a';
3887
+ content: "\e73a";
3996
3888
  }
3997
3889
 
3998
3890
  .e-de-ctnr-strikethrough::before {
3999
- content: '\e786';
3891
+ content: "\e786";
4000
3892
  }
4001
3893
 
4002
3894
  .e-de-ctnr-image::before {
4003
- content: '\e776';
3895
+ content: "\e776";
4004
3896
  }
4005
3897
 
4006
3898
  .e-de-ctnr-redo::before {
4007
- content: '\e778';
3899
+ content: "\e778";
4008
3900
  }
4009
3901
 
4010
3902
  .e-de-ctnr-bookmark::before {
4011
- content: '\e731';
3903
+ content: "\e731";
4012
3904
  }
4013
3905
 
4014
3906
  .e-de-ctnr-increaseindent::before {
4015
- content: '\e702';
3907
+ content: "\e702";
4016
3908
  }
4017
3909
 
4018
3910
  .e-de-ctnr-header::before {
4019
- content: '\e772';
3911
+ content: "\e772";
4020
3912
  }
4021
3913
 
4022
3914
  .e-de-ctnr-backgroundcolor::before {
4023
- content: '\e754';
3915
+ content: "\e754";
4024
3916
  }
4025
3917
 
4026
3918
  .e-de-ctnr-open::before {
4027
- content: '\e70f';
3919
+ content: "\e70f";
4028
3920
  }
4029
3921
 
4030
3922
  .e-de-ctnr-underline::before {
4031
- content: '\e792';
3923
+ content: "\e792";
4032
3924
  }
4033
3925
 
4034
3926
  .e-de-ctnr-superscript::before {
4035
- content: '\e779';
3927
+ content: "\e779";
4036
3928
  }
4037
3929
 
4038
3930
  .e-de-ctnr-alignleft::before {
4039
- content: '\e76f';
3931
+ content: "\e76f";
4040
3932
  }
4041
3933
 
4042
3934
  .e-de-ctnr-numbering::before {
4043
- content: '\e72c';
3935
+ content: "\e72c";
4044
3936
  }
4045
3937
 
4046
3938
  .e-de-ctnr-aligncenter::before {
4047
- content: '\e732';
3939
+ content: "\e732";
4048
3940
  }
4049
3941
 
4050
3942
  .e-de-ctnr-bullets::before {
4051
- content: '\e72a';
3943
+ content: "\e72a";
4052
3944
  }
4053
3945
 
4054
3946
  .e-de-ctnr-decreaseindent::before {
4055
- content: '\e722';
3947
+ content: "\e722";
4056
3948
  }
4057
3949
 
4058
3950
  .e-de-ctnr-showhide::before {
4059
- content: '\e715';
3951
+ content: "\e715";
4060
3952
  font-size: 16px;
4061
3953
  }
4062
3954
 
4063
3955
  .e-de-ctnr-print::before {
4064
- content: '\e743';
3956
+ content: "\e743";
4065
3957
  }
4066
3958
 
4067
3959
  .e-de-ctnr-alignright::before {
4068
- content: '\e746';
3960
+ content: "\e746";
4069
3961
  }
4070
3962
 
4071
3963
  .e-de-ctnr-footer::before {
4072
- content: '\e75a';
3964
+ content: "\e75a";
4073
3965
  }
4074
3966
 
4075
3967
  .e-de-ctnr-clearall::before {
4076
- content: '\e703';
3968
+ content: "\e703";
4077
3969
  }
4078
3970
 
4079
3971
  .e-de-ctnr-highlightcolor::before {
4080
- content: '\e770';
3972
+ content: "\e770";
4081
3973
  }
4082
3974
 
4083
3975
  .e-de-ctnr-insertleft::before {
4084
- content: '\e737';
3976
+ content: "\e737";
4085
3977
  }
4086
3978
 
4087
3979
  .e-de-ctnr-insertright::before {
4088
- content: '\e70e';
3980
+ content: "\e70e";
4089
3981
  }
4090
3982
 
4091
3983
  .e-de-ctnr-insertabove::before {
4092
- content: '\e783';
3984
+ content: "\e783";
4093
3985
  }
4094
3986
 
4095
3987
  .e-de-ctnr-insertbelow::before {
4096
- content: '\e736';
3988
+ content: "\e736";
4097
3989
  }
4098
3990
 
4099
3991
  .e-de-ctnr-deleterows::before {
4100
- content: '\e738';
3992
+ content: "\e738";
4101
3993
  }
4102
3994
 
4103
3995
  .e-de-ctnr-deletecolumns::before {
4104
- content: '\e719';
3996
+ content: "\e719";
4105
3997
  }
4106
3998
 
4107
3999
  .e-de-ctnr-aligntop::before {
4108
- content: '\e709';
4000
+ content: "\e709";
4109
4001
  }
4110
4002
 
4111
4003
  .e-de-ctnr-alignbottom::before {
4112
- content: '\e726';
4004
+ content: "\e726";
4113
4005
  }
4114
4006
 
4115
4007
  .e-de-ctnr-fontcolor::before {
4116
- content: '\e74b';
4008
+ content: "\e74b";
4117
4009
  }
4118
4010
 
4119
4011
  .e-de-ctnr-change-case::before {
4120
- content: '\e88c';
4012
+ content: "\e88c";
4121
4013
  }
4122
4014
 
4123
4015
  .e-de-ctnr-strokesize::before {
4124
- content: '\e75b';
4016
+ content: "\e75b";
4125
4017
  }
4126
4018
 
4127
4019
  .e-de-ctnr-strokestyle::before {
4128
- content: '\eb4d';
4020
+ content: "\eb4d";
4129
4021
  }
4130
4022
 
4131
4023
  .e-de-ctnr-cellbg-clr-picker::before {
4132
- content: '\e754';
4024
+ content: "\e754";
4133
4025
  }
4134
4026
 
4135
4027
  .e-de-ctnr-mergecell::before {
4136
- content: '\e7b1';
4028
+ content: "\e7b1";
4137
4029
  }
4138
4030
 
4139
4031
  .e-de-ctnr-table::before {
4140
- content: '\e7ac';
4032
+ content: "\e7ac";
4141
4033
  }
4142
4034
 
4143
4035
  .e-de-ctnr-justify::before {
4144
- content: '\e79b';
4036
+ content: "\e79b";
4145
4037
  }
4146
4038
 
4147
4039
  .e-de-ctnr-outsideborder::before {
4148
- content: '\e7a1';
4040
+ content: "\e7a1";
4149
4041
  }
4150
4042
 
4151
4043
  .e-de-ctnr-allborders::before {
4152
- content: '\e79e';
4044
+ content: "\e79e";
4153
4045
  }
4154
4046
 
4155
4047
  .e-de-ctnr-insideborders::before {
4156
- content: '\e79d';
4048
+ content: "\e79d";
4157
4049
  }
4158
4050
 
4159
4051
  .e-de-ctnr-leftborders::before {
4160
- content: '\e7a7';
4052
+ content: "\e7a7";
4161
4053
  }
4162
4054
 
4163
4055
  .e-de-ctnr-insideverticalborder::before {
4164
- content: '\e79c';
4056
+ content: "\e79c";
4165
4057
  }
4166
4058
 
4167
4059
  .e-de-ctnr-rightborder::before {
4168
- content: '\e79f';
4060
+ content: "\e79f";
4169
4061
  }
4170
4062
 
4171
4063
  .e-de-ctnr-topborder::before {
4172
- content: '\e7a3';
4064
+ content: "\e7a3";
4173
4065
  }
4174
4066
 
4175
4067
  .e-de-ctnr-insidehorizondalborder::before {
4176
- content: '\e7a9';
4068
+ content: "\e7a9";
4177
4069
  }
4178
4070
 
4179
4071
  .e-de-ctnr-bottomborder::before {
4180
- content: '\e7aa';
4072
+ content: "\e7aa";
4181
4073
  }
4182
4074
 
4183
4075
  .e-de-ctnr-aligncenter-table::before {
4184
- content: '\e706';
4076
+ content: "\e706";
4185
4077
  }
4186
4078
 
4187
4079
  .e-de-ctnr-bullet-none::before {
4188
- content: '\e7b3';
4080
+ content: "\e7b3";
4189
4081
  }
4190
4082
 
4191
4083
  .e-de-ctnr-bullet-dot::before {
4192
- content: '\e7a0';
4084
+ content: "\e7a0";
4193
4085
  }
4194
4086
 
4195
4087
  .e-de-ctnr-bullet-circle::before {
4196
- content: '\e7b0';
4088
+ content: "\e7b0";
4197
4089
  }
4198
4090
 
4199
4091
  .e-de-ctnr-bullet-square::before {
4200
- content: '\e7a5';
4092
+ content: "\e7a5";
4201
4093
  }
4202
4094
 
4203
4095
  .e-de-ctnr-bullet-flower::before {
4204
- content: '\e7a4';
4096
+ content: "\e7a4";
4205
4097
  }
4206
4098
 
4207
4099
  .e-de-ctnr-bullet-arrow::before {
4208
- content: '\e7b6';
4100
+ content: "\e7b6";
4209
4101
  }
4210
4102
 
4211
4103
  .e-de-ctnr-bullet-tick::before {
4212
- content: '\e7ab';
4104
+ content: "\e7ab";
4213
4105
  }
4214
4106
 
4215
4107
  .e-de-flip {
@@ -4217,73 +4109,73 @@ textarea.e-de-cmt-textarea {
4217
4109
  }
4218
4110
 
4219
4111
  .e-de-cnt-cmt-add::before {
4220
- content: '\e814';
4221
- font-family: 'e-icons';
4112
+ content: "\e814";
4113
+ font-family: "e-icons";
4222
4114
  }
4223
4115
 
4224
4116
  .e-de-printlayout::before {
4225
- content: '\e494';
4226
- font-family: 'e-icons';
4117
+ content: "\e494";
4118
+ font-family: "e-icons";
4227
4119
  }
4228
4120
 
4229
4121
  .e-de-weblayout::before {
4230
- content: '\e898';
4231
- font-family: 'e-icons';
4122
+ content: "\e898";
4123
+ font-family: "e-icons";
4232
4124
  }
4233
4125
 
4234
4126
  .e-de-textform::before {
4235
- content: '\e198';
4236
- font-family: 'e-icons';
4127
+ content: "\e198";
4128
+ font-family: "e-icons";
4237
4129
  }
4238
4130
 
4239
4131
  .e-de-formproperties::before {
4240
- content: '\e199';
4241
- font-family: 'e-icons';
4132
+ content: "\e199";
4133
+ font-family: "e-icons";
4242
4134
  }
4243
4135
 
4244
4136
  .e-de-clearform::before {
4245
- content: '\e19a';
4246
- font-family: 'e-icons';
4137
+ content: "\e19a";
4138
+ font-family: "e-icons";
4247
4139
  }
4248
4140
 
4249
4141
  .e-de-dropdownform::before {
4250
- content: '\e19b';
4251
- font-family: 'e-icons';
4142
+ content: "\e19b";
4143
+ font-family: "e-icons";
4252
4144
  }
4253
4145
 
4254
4146
  .e-de-formfield::before {
4255
- content: '\e19c';
4256
- font-family: 'e-icons';
4147
+ content: "\e19c";
4148
+ font-family: "e-icons";
4257
4149
  }
4258
4150
 
4259
4151
  .e-de-checkbox-form::before {
4260
- content: '\e19d';
4261
- font-family: 'e-icons';
4152
+ content: "\e19d";
4153
+ font-family: "e-icons";
4262
4154
  }
4263
4155
 
4264
4156
  .e-de-arrow-up::before {
4265
- content: '\e834';
4266
- font-family: 'e-icons';
4157
+ content: "\e834";
4158
+ font-family: "e-icons";
4267
4159
  }
4268
4160
 
4269
4161
  .e-de-arrow-down::before {
4270
- content: '\e83d';
4271
- font-family: 'e-icons';
4162
+ content: "\e83d";
4163
+ font-family: "e-icons";
4272
4164
  }
4273
4165
 
4274
4166
  .e-de-update-field::before {
4275
- content: '\e19e';
4276
- font-family: 'e-icons';
4167
+ content: "\e19e";
4168
+ font-family: "e-icons";
4277
4169
  }
4278
4170
 
4279
4171
  .e-de-footnote::before {
4280
- content: '\e435';
4281
- font-family: 'e-icons';
4172
+ content: "\e435";
4173
+ font-family: "e-icons";
4282
4174
  }
4283
4175
 
4284
4176
  .e-de-endnote::before {
4285
- content: '\e436';
4286
- font-family: 'e-icons';
4177
+ content: "\e436";
4178
+ font-family: "e-icons";
4287
4179
  }
4288
4180
 
4289
4181
  .e-de-toolbar {
@@ -4305,7 +4197,7 @@ textarea.e-de-cmt-textarea {
4305
4197
  }
4306
4198
 
4307
4199
  .e-de-ctnr-hglt-btn {
4308
- border: .5px solid transparent;
4200
+ border: 0.5px solid transparent;
4309
4201
  display: inline-block;
4310
4202
  height: 25px;
4311
4203
  margin: 3px;
@@ -4323,7 +4215,6 @@ textarea.e-de-cmt-textarea {
4323
4215
  padding-top: 1px;
4324
4216
  width: 157px;
4325
4217
  }
4326
-
4327
4218
  .e-hglt-no-color:hover {
4328
4219
  background-color: #d3d3d3;
4329
4220
  cursor: pointer;
@@ -4360,7 +4251,6 @@ textarea.e-de-cmt-textarea {
4360
4251
  width: 33px;
4361
4252
  color: #495057;
4362
4253
  }
4363
-
4364
4254
  .e-de-statusbar-pageweb:hover {
4365
4255
  box-shadow: none;
4366
4256
  }
@@ -4378,7 +4268,6 @@ textarea.e-de-cmt-textarea {
4378
4268
  .e-bigger .e-btn.e-de-statusbar-pageweb {
4379
4269
  padding: 0;
4380
4270
  }
4381
-
4382
4271
  .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
4383
4272
  .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
4384
4273
  font-size: 18px;
@@ -4466,7 +4355,7 @@ textarea.e-de-cmt-textarea {
4466
4355
  .e-de-ctn {
4467
4356
  background-color: #f8f9fa;
4468
4357
  border: 1px solid #dee2e6;
4469
- height: calc(100%);
4358
+ height: 100%;
4470
4359
  position: relative;
4471
4360
  width: 100%;
4472
4361
  }
@@ -4601,27 +4490,22 @@ textarea.e-de-cmt-textarea {
4601
4490
  .e-de-toolbar.e-toolbar .e-toolbar-items {
4602
4491
  height: 77px;
4603
4492
  }
4604
-
4605
4493
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
4606
4494
  height: 59px;
4607
4495
  margin: 0 5.5px;
4608
4496
  }
4609
-
4610
4497
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4611
4498
  margin-left: 14px;
4612
4499
  margin-right: 7px;
4613
4500
  }
4614
-
4615
4501
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
4616
4502
  margin-left: 7px;
4617
4503
  margin-right: 7px;
4618
4504
  }
4619
-
4620
4505
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
4621
4506
  margin-left: 7px;
4622
4507
  margin-right: 14px;
4623
4508
  }
4624
-
4625
4509
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
4626
4510
  background-color: #6c757d;
4627
4511
  }
@@ -4630,17 +4514,14 @@ textarea.e-de-cmt-textarea {
4630
4514
  padding: 0;
4631
4515
  padding-bottom: 6px;
4632
4516
  }
4633
-
4634
4517
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4635
4518
  padding: 0;
4636
4519
  padding-bottom: 6px;
4637
4520
  }
4638
-
4639
4521
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4640
4522
  padding: 0;
4641
4523
  padding-bottom: 6px;
4642
4524
  }
4643
-
4644
4525
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4645
4526
  padding: 0;
4646
4527
  padding-bottom: 6px;
@@ -4650,17 +4531,14 @@ textarea.e-de-cmt-textarea {
4650
4531
  padding: 0 1px;
4651
4532
  padding-bottom: 6px;
4652
4533
  }
4653
-
4654
4534
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4655
4535
  padding: 0;
4656
4536
  padding-bottom: 6px;
4657
4537
  }
4658
-
4659
4538
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4660
4539
  padding: 0;
4661
4540
  padding-bottom: 6px;
4662
4541
  }
4663
-
4664
4542
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4665
4543
  padding: 0;
4666
4544
  padding-bottom: 6px;
@@ -4682,14 +4560,12 @@ textarea.e-de-cmt-textarea {
4682
4560
  color: #495057;
4683
4561
  font-size: 18px;
4684
4562
  }
4685
-
4686
4563
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover .e-btn-icon,
4687
4564
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus .e-btn-icon,
4688
4565
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active .e-btn-icon,
4689
4566
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:disabled .e-btn-icon {
4690
4567
  color: #fff;
4691
4568
  }
4692
-
4693
4569
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
4694
4570
  font-size: 13px;
4695
4571
  }
@@ -4727,7 +4603,6 @@ textarea.e-de-cmt-textarea {
4727
4603
  .e-btn-toggle .e-tbar-btn-text {
4728
4604
  color: #fff !important;
4729
4605
  }
4730
-
4731
4606
  .e-btn-toggle .e-btn-icon {
4732
4607
  color: #fff !important;
4733
4608
  }
@@ -4741,25 +4616,21 @@ textarea.e-de-cmt-textarea {
4741
4616
  background-color: #fff;
4742
4617
  border-color: #dee2e6;
4743
4618
  }
4744
-
4745
4619
  .e-de-ctnr-group-btn .e-btn:focus {
4746
4620
  background-color: #545b62;
4747
4621
  border-color: #4e555b;
4748
4622
  box-shadow: 0 0 0 0 #6c757d;
4749
4623
  outline-color: #6c757d;
4750
4624
  }
4751
-
4752
4625
  .e-de-ctnr-group-btn .e-btn:active,
4753
4626
  .e-de-ctnr-group-btn .e-btn .e-btn-toggle {
4754
4627
  background-color: #545b62;
4755
4628
  border-color: #4e555b;
4756
4629
  }
4757
-
4758
4630
  .e-de-ctnr-group-btn .e-btn:hover {
4759
4631
  background-color: #5a6268;
4760
4632
  border-color: #545b62;
4761
4633
  }
4762
-
4763
4634
  .e-de-ctnr-group-btn .e-split-btn-wrapper.e-rtl .e-split-btn {
4764
4635
  border-color: #dee2e6;
4765
4636
  }
@@ -4806,7 +4677,6 @@ textarea.e-de-cmt-textarea {
4806
4677
  background-color: #6c757d;
4807
4678
  box-shadow: inset 0 3px 5px #4e555b;
4808
4679
  }
4809
-
4810
4680
  .e-de-border-size-button:focus .e-btn-icon,
4811
4681
  .e-de-border-size-button:hover .e-btn-icon,
4812
4682
  .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover .e-btn-icon,
@@ -4847,15 +4717,12 @@ textarea.e-de-cmt-textarea {
4847
4717
  min-height: 100%;
4848
4718
  min-width: 100%;
4849
4719
  }
4850
-
4851
4720
  .e-de-ctnr-properties-pane-btn .e-btn:focus {
4852
4721
  box-shadow: none;
4853
4722
  }
4854
-
4855
4723
  .e-de-ctnr-properties-pane-btn .e-btn:active {
4856
4724
  box-shadow: none;
4857
4725
  }
4858
-
4859
4726
  .e-de-ctnr-properties-pane-btn .e-btn:hover {
4860
4727
  box-shadow: none;
4861
4728
  }
@@ -4917,18 +4784,15 @@ textarea.e-de-cmt-textarea {
4917
4784
  .e-bigger .e-de-cntr-pane-padding {
4918
4785
  padding: 16px;
4919
4786
  }
4920
-
4921
4787
  .e-bigger .e-de-prop-pane {
4922
4788
  height: 100%;
4923
4789
  min-height: 200px;
4924
4790
  overflow: auto;
4925
4791
  width: 272px;
4926
4792
  }
4927
-
4928
4793
  .e-bigger .e-btn-toggle .e-tbar-btn-text {
4929
4794
  color: #fff !important;
4930
4795
  }
4931
-
4932
4796
  .e-bigger .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn {
4933
4797
  border-color: #ced4da;
4934
4798
  }
@@ -4937,15 +4801,12 @@ textarea.e-de-cmt-textarea {
4937
4801
  box-shadow: none;
4938
4802
  height: 31px;
4939
4803
  }
4940
-
4941
4804
  .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
4942
4805
  box-shadow: none;
4943
4806
  }
4944
-
4945
4807
  .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
4946
4808
  box-shadow: none;
4947
4809
  }
4948
-
4949
4810
  .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4950
4811
  box-shadow: none;
4951
4812
  }
@@ -4954,15 +4815,12 @@ textarea.e-de-cmt-textarea {
4954
4815
  box-shadow: none;
4955
4816
  height: 31px;
4956
4817
  }
4957
-
4958
4818
  .e-de-ctnr-group-btn button:focus {
4959
4819
  box-shadow: none;
4960
4820
  }
4961
-
4962
4821
  .e-de-ctnr-group-btn button:active {
4963
4822
  box-shadow: none;
4964
4823
  }
4965
-
4966
4824
  .e-de-ctnr-group-btn button:hover {
4967
4825
  box-shadow: none;
4968
4826
  }
@@ -4998,7 +4856,6 @@ textarea.e-de-cmt-textarea {
4998
4856
  .e-bigger .e-de-panel-left-width {
4999
4857
  width: 149px;
5000
4858
  }
5001
-
5002
4859
  .e-bigger .e-de-char-fmt-btn-left > button,
5003
4860
  .e-bigger .e-de-insert-del-cell button {
5004
4861
  width: 37.25px;
@@ -5198,7 +5055,6 @@ textarea.e-de-cmt-textarea {
5198
5055
  outline-offset: 0;
5199
5056
  box-shadow: inset 0 3px 5px #4e555b !important;
5200
5057
  }
5201
-
5202
5058
  .e-btn-toggle:hover {
5203
5059
  background-color: #6c757d !important;
5204
5060
  outline: #fafafa 0 solid;
@@ -5328,7 +5184,6 @@ textarea.e-de-cmt-textarea {
5328
5184
  height: 100%;
5329
5185
  padding-top: 9px;
5330
5186
  }
5331
-
5332
5187
  .e-de-ctnr-pg-no span {
5333
5188
  border: 1px solid transparent;
5334
5189
  }
@@ -5342,7 +5197,6 @@ textarea.e-de-cmt-textarea {
5342
5197
  padding-top: 9px;
5343
5198
  width: calc(100% - 140px);
5344
5199
  }
5345
-
5346
5200
  .e-de-ctnr-pg-no-spellout span {
5347
5201
  border: 1px solid transparent;
5348
5202
  }
@@ -5464,45 +5318,36 @@ textarea.e-de-cmt-textarea {
5464
5318
  .e-bigger .de-split-button > div:first-child {
5465
5319
  margin-right: 16px;
5466
5320
  }
5467
-
5468
5321
  .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
5469
5322
  width: 66px;
5470
5323
  }
5471
-
5472
5324
  .e-bigger .e-de-prop-fill-label {
5473
5325
  margin-left: 0;
5474
5326
  margin-right: 9.8px;
5475
5327
  }
5476
-
5477
5328
  .e-bigger .e-de-prop-fill-label.e-de-rtl {
5478
5329
  margin-left: 9.8px;
5479
5330
  margin-right: 0px;
5480
5331
  }
5481
-
5482
5332
  .e-bigger .e-rtl .e-de-cell-text-box {
5483
5333
  margin-left: 16px;
5484
5334
  margin-right: 0;
5485
5335
  }
5486
-
5487
5336
  .e-bigger .e-de-color-picker {
5488
5337
  height: 38px;
5489
5338
  width: 117px;
5490
5339
  }
5491
-
5492
5340
  .e-bigger .e-de-border-size-button {
5493
5341
  height: 38px;
5494
5342
  margin-top: 14px;
5495
5343
  width: 117px;
5496
5344
  }
5497
-
5498
5345
  .e-bigger .e-de-stylediv {
5499
5346
  padding-left: 16px;
5500
5347
  }
5501
-
5502
5348
  .e-bigger .e-de-stylediv-rtl {
5503
5349
  padding-right: 16px;
5504
5350
  }
5505
-
5506
5351
  .e-bigger .e-de-tool-ctnr-properties-pane {
5507
5352
  display: -ms-flexbox;
5508
5353
  display: flex;
@@ -5510,74 +5355,61 @@ textarea.e-de-cmt-textarea {
5510
5355
  min-height: 200px;
5511
5356
  width: 100%;
5512
5357
  }
5513
-
5514
5358
  .e-bigger .e-de-ctnr-properties-pane {
5515
5359
  display: -ms-flexbox;
5516
5360
  display: flex;
5517
5361
  height: calc(100% - 42px);
5518
5362
  width: 100%;
5519
5363
  }
5520
-
5521
5364
  .e-bigger .e-de-ctn {
5522
5365
  background-color: #f8f9fa;
5523
5366
  border: 1px solid #dee2e6;
5524
- height: calc(100%);
5367
+ height: 100%;
5525
5368
  position: relative;
5526
5369
  width: 100%;
5527
5370
  }
5528
-
5529
5371
  .e-bigger .e-de-ctnr-toolbar {
5530
5372
  display: -ms-flexbox;
5531
5373
  display: flex;
5532
5374
  height: 86px;
5533
5375
  width: 100%;
5534
5376
  }
5535
-
5536
5377
  .e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
5537
5378
  .e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
5538
5379
  border: 0;
5539
5380
  }
5540
-
5541
5381
  .e-bigger .e-de-pane {
5542
5382
  border-left: 1px solid #dee2e6;
5543
5383
  }
5544
-
5545
5384
  .e-bigger .e-de-pane-rtl {
5546
5385
  border-right: 1px solid #dee2e6;
5547
5386
  }
5548
-
5549
5387
  .e-bigger .e-de-ctnr-segment {
5550
5388
  margin-bottom: 16px;
5551
5389
  }
5552
-
5553
5390
  .e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
5554
5391
  .e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
5555
5392
  margin-right: 16px;
5556
5393
  }
5557
-
5558
5394
  .e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
5559
5395
  .e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
5560
5396
  margin-left: 16px;
5561
5397
  margin-right: 0;
5562
5398
  }
5563
-
5564
5399
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5565
5400
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5566
5401
  margin-right: 16px;
5567
5402
  }
5568
-
5569
5403
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
5570
5404
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
5571
5405
  margin-left: 16px;
5572
5406
  margin-right: 0;
5573
5407
  }
5574
-
5575
5408
  .e-bigger .e-de-tlbr-wrapper {
5576
5409
  background-color: #f8f9fa;
5577
5410
  height: 86px;
5578
5411
  width: calc(100% - 75px);
5579
5412
  }
5580
-
5581
5413
  .e-bigger .e-de-ctnr-prop-label {
5582
5414
  color: #212529;
5583
5415
  display: inline-block;
@@ -5587,96 +5419,78 @@ textarea.e-de-cmt-textarea {
5587
5419
  margin-bottom: 16px;
5588
5420
  opacity: 0.87;
5589
5421
  }
5590
-
5591
5422
  .e-bigger .e-de-table-prop-label {
5592
5423
  margin-left: 14.5px;
5593
5424
  }
5594
-
5595
5425
  .e-bigger .e-de-table-prop-label.e-de-rtl {
5596
5426
  margin-left: 0;
5597
5427
  margin-right: 14.5px;
5598
5428
  }
5599
-
5600
5429
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
5601
5430
  height: 86px;
5602
5431
  }
5603
-
5604
5432
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
5605
5433
  height: 25px;
5606
5434
  margin: 0 7.5px;
5607
5435
  }
5608
-
5609
5436
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5610
5437
  margin-left: 16px;
5611
5438
  margin-right: 8px;
5612
5439
  }
5613
-
5614
5440
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
5615
5441
  margin-left: 8px;
5616
5442
  margin-right: 8px;
5617
5443
  }
5618
-
5619
5444
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
5620
5445
  margin-left: 8px;
5621
5446
  margin-right: 16px;
5622
5447
  }
5623
-
5624
5448
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
5625
5449
  background-color: #6c757d;
5626
5450
  }
5627
-
5628
5451
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5629
5452
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5630
5453
  padding: 0;
5631
5454
  padding-bottom: 6px;
5632
5455
  }
5633
-
5634
5456
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5635
5457
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5636
5458
  padding: 0;
5637
5459
  padding-bottom: 6px;
5638
5460
  }
5639
-
5640
5461
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5641
5462
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5642
5463
  padding: 0;
5643
5464
  padding-bottom: 6px;
5644
5465
  }
5645
-
5646
5466
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5647
5467
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5648
5468
  padding: 0;
5649
5469
  padding-bottom: 6px;
5650
5470
  }
5651
-
5652
5471
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5653
5472
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5654
5473
  padding: 0 1px;
5655
5474
  padding-bottom: 6px;
5656
5475
  }
5657
-
5658
5476
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5659
5477
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5660
5478
  padding: 0;
5661
5479
  padding-bottom: 6px;
5662
5480
  }
5663
-
5664
5481
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5665
5482
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5666
5483
  padding: 0;
5667
5484
  padding-bottom: 6px;
5668
5485
  }
5669
-
5670
5486
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5671
5487
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5672
5488
  padding: 0;
5673
5489
  padding-bottom: 6px;
5674
5490
  }
5675
-
5676
5491
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5677
5492
  padding: 0 !important;
5678
5493
  }
5679
-
5680
5494
  .e-bigger .e-de-overlay {
5681
5495
  height: 100%;
5682
5496
  opacity: 0.5;
@@ -5684,11 +5498,9 @@ textarea.e-de-cmt-textarea {
5684
5498
  -ms-touch-action: none;
5685
5499
  touch-action: none;
5686
5500
  }
5687
-
5688
5501
  .e-bigger .e-de-ctnr-properties-pane-btn {
5689
5502
  width: 75px;
5690
5503
  }
5691
-
5692
5504
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5693
5505
  background-color: #f8f9fa;
5694
5506
  border-radius: 0;
@@ -5696,33 +5508,26 @@ textarea.e-de-cmt-textarea {
5696
5508
  min-height: 100%;
5697
5509
  min-width: 100%;
5698
5510
  }
5699
-
5700
5511
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
5701
5512
  box-shadow: none;
5702
5513
  }
5703
-
5704
5514
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
5705
5515
  box-shadow: none;
5706
5516
  }
5707
-
5708
5517
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
5709
5518
  box-shadow: none;
5710
5519
  }
5711
-
5712
5520
  .e-bigger .e-de-showhide-btn {
5713
5521
  border: 0;
5714
5522
  height: 86px;
5715
5523
  }
5716
-
5717
5524
  .e-bigger .e-de-showhide-btn-rtl {
5718
5525
  border: 0;
5719
5526
  height: 86px;
5720
5527
  }
5721
-
5722
5528
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
5723
5529
  padding: 0;
5724
5530
  }
5725
-
5726
5531
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5727
5532
  display: table;
5728
5533
  font-size: 12px;
@@ -5730,56 +5535,44 @@ textarea.e-de-cmt-textarea {
5730
5535
  padding: 0;
5731
5536
  white-space: normal;
5732
5537
  }
5733
-
5734
5538
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
5735
5539
  .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 {
5736
5540
  padding: 0;
5737
5541
  }
5738
-
5739
5542
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
5740
5543
  box-shadow: none;
5741
5544
  height: 38px;
5742
5545
  }
5743
-
5744
5546
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
5745
5547
  box-shadow: none;
5746
5548
  }
5747
-
5748
5549
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
5749
5550
  box-shadow: none;
5750
5551
  }
5751
-
5752
5552
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5753
5553
  box-shadow: none;
5754
5554
  }
5755
-
5756
5555
  .e-bigger .e-de-ctnr-group-btn button {
5757
5556
  box-shadow: none;
5758
5557
  height: 38px;
5759
5558
  }
5760
-
5761
5559
  .e-bigger .e-de-ctnr-group-btn button:focus {
5762
5560
  box-shadow: none;
5763
5561
  }
5764
-
5765
5562
  .e-bigger .e-de-ctnr-group-btn button:active {
5766
5563
  box-shadow: none;
5767
5564
  }
5768
-
5769
5565
  .e-bigger .e-de-ctnr-group-btn button:hover {
5770
5566
  box-shadow: none;
5771
5567
  }
5772
-
5773
5568
  .e-bigger .e-de-property-div-padding {
5774
5569
  border-bottom: 0.5px solid #dee2e6;
5775
5570
  padding: 16px;
5776
5571
  }
5777
-
5778
5572
  .e-bigger .e-de-font-clr-picker > div button,
5779
5573
  .e-bigger .e-de-font-clr-picker > button {
5780
5574
  width: auto;
5781
5575
  }
5782
-
5783
5576
  .e-bigger .e-de-ctnr-dropdown-ftr {
5784
5577
  border-top: 1px solid #dee2e6;
5785
5578
  color: #212529;
@@ -5789,15 +5582,12 @@ textarea.e-de-cmt-textarea {
5789
5582
  line-height: 40px;
5790
5583
  text-indent: 1.2em;
5791
5584
  }
5792
-
5793
5585
  .e-bigger .e-de-char-fmt-btn > button {
5794
5586
  width: 38.5px;
5795
5587
  }
5796
-
5797
5588
  .e-bigger .e-de-btn-hghlclr > button:first-child {
5798
5589
  padding: 0 6px !important;
5799
5590
  }
5800
-
5801
5591
  .e-bigger .e-de-ctnr-hglt-color {
5802
5592
  font-size: 12px;
5803
5593
  font-weight: 400;
@@ -5805,45 +5595,37 @@ textarea.e-de-cmt-textarea {
5805
5595
  width: 25px !important;
5806
5596
  border-radius: 4px;
5807
5597
  }
5808
-
5809
5598
  .e-bigger .e-de-font-clr-picker > div div button {
5810
5599
  width: 38px;
5811
5600
  }
5812
-
5813
5601
  .e-bigger .e-de-font-clr-picker > div div button {
5814
5602
  width: 38px;
5815
5603
  }
5816
-
5817
5604
  .e-bigger .e-de-ctnr-list {
5818
5605
  font-size: 12px;
5819
5606
  vertical-align: top;
5820
5607
  }
5821
-
5822
5608
  .e-bigger .e-de-image-property {
5823
5609
  padding-left: 32px;
5824
5610
  }
5825
-
5826
5611
  .e-bigger .e-de-img-prty-span {
5827
5612
  color: #212529;
5828
5613
  left: 10px;
5829
5614
  position: absolute;
5830
5615
  top: 14px;
5831
5616
  }
5832
-
5833
5617
  .e-bigger .e-btn-toggle {
5834
5618
  background-color: #6c757d !important;
5835
5619
  box-shadow: inset 0 3px 5px #4e555b !important;
5836
5620
  outline: #fafafa 0 solid;
5837
5621
  outline-offset: 0;
5838
5622
  }
5839
-
5840
5623
  .e-bigger .e-btn-toggle:hover {
5841
5624
  background-color: #6c757d !important;
5842
5625
  outline: #fafafa 0 solid;
5843
5626
  outline-offset: 0;
5844
5627
  box-shadow: inset 0 3px 5px #4e555b !important;
5845
5628
  }
5846
-
5847
5629
  .e-bigger .e-de-toc-template1 {
5848
5630
  background: #f8f9fa;
5849
5631
  border: 1px solid #dee2e6;
@@ -5852,7 +5634,6 @@ textarea.e-de-cmt-textarea {
5852
5634
  margin-left: 78px;
5853
5635
  width: 94px;
5854
5636
  }
5855
-
5856
5637
  .e-bigger .e-de-toc-template1-content1 {
5857
5638
  font-size: 10px;
5858
5639
  height: 11px;
@@ -5860,7 +5641,6 @@ textarea.e-de-cmt-textarea {
5860
5641
  margin-top: 6.7px;
5861
5642
  width: 81px;
5862
5643
  }
5863
-
5864
5644
  .e-bigger .e-de-toc-template1-content2 {
5865
5645
  font-size: 8px;
5866
5646
  height: 9px;
@@ -5868,7 +5648,6 @@ textarea.e-de-cmt-textarea {
5868
5648
  margin-top: 5.7px;
5869
5649
  width: 64px;
5870
5650
  }
5871
-
5872
5651
  .e-bigger .e-de-toc-template1-content3 {
5873
5652
  font-size: 7px;
5874
5653
  height: 8px;
@@ -5876,27 +5655,22 @@ textarea.e-de-cmt-textarea {
5876
5655
  margin-top: 6.7px;
5877
5656
  width: 60px;
5878
5657
  }
5879
-
5880
5658
  .e-bigger .e-de-toc-optionsdiv {
5881
5659
  margin-bottom: 11.5px;
5882
5660
  margin-left: 5.5px;
5883
5661
  margin-top: 15.5px;
5884
5662
  }
5885
-
5886
5663
  .e-bigger .e-de-toc-optionsdiv.e-de-rtl {
5887
5664
  margin-right: 5.5px;
5888
5665
  margin-left: 0;
5889
5666
  }
5890
-
5891
5667
  .e-bigger .e-de-prop-sub-label {
5892
5668
  font-size: 13px;
5893
5669
  margin-bottom: 8.5px;
5894
5670
  }
5895
-
5896
5671
  .e-bigger .e-de-btn-cancel {
5897
5672
  margin-left: 10px;
5898
5673
  }
5899
-
5900
5674
  .e-bigger .e-de-status-bar {
5901
5675
  background-color: #f8f9fa;
5902
5676
  display: -ms-flexbox;
@@ -5904,7 +5678,6 @@ textarea.e-de-cmt-textarea {
5904
5678
  padding-top: 3px;
5905
5679
  width: 100%;
5906
5680
  }
5907
-
5908
5681
  .e-bigger .e-de-statusbar-zoom {
5909
5682
  background-color: #f8f9fa;
5910
5683
  border: 0;
@@ -5912,12 +5685,10 @@ textarea.e-de-cmt-textarea {
5912
5685
  float: right;
5913
5686
  height: 34px;
5914
5687
  }
5915
-
5916
5688
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5917
5689
  line-height: 25px;
5918
5690
  padding: 0 5px !important;
5919
5691
  }
5920
-
5921
5692
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
5922
5693
  height: 0;
5923
5694
  line-height: 0;
@@ -5976,11 +5747,10 @@ textarea.e-de-cmt-textarea {
5976
5747
  .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
5977
5748
  font-size: 16px;
5978
5749
  }
5979
-
5980
5750
  .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button {
5981
5751
  line-height: 23px !important;
5982
5752
  }
5983
5753
 
5984
5754
  .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
5985
5755
  font-size: 18px;
5986
- }
5756
+ }