@syncfusion/ej2-angular-documenteditor 24.1.41-ngcc → 24.1.41

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 (200) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/document-editor/documenteditor-all.module.mjs +119 -0
  3. package/esm2020/src/document-editor/documenteditor.component.mjs +276 -0
  4. package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
  5. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +29 -0
  6. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +66 -0
  7. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
  8. package/esm2020/src/index.mjs +8 -0
  9. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +526 -0
  11. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +526 -0
  13. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
  14. package/package.json +26 -12
  15. package/src/document-editor/documenteditor-all.module.d.ts +6 -0
  16. package/src/document-editor/documenteditor.component.d.ts +3 -0
  17. package/src/document-editor/documenteditor.module.d.ts +6 -0
  18. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +6 -0
  19. package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -0
  20. package/src/document-editor-container/documenteditorcontainer.module.d.ts +6 -0
  21. package/styles/bootstrap-dark.css +5865 -1
  22. package/styles/bootstrap.css +5893 -1
  23. package/styles/bootstrap4.css +6251 -1
  24. package/styles/bootstrap5-dark.css +6211 -1
  25. package/styles/bootstrap5.css +6211 -1
  26. package/styles/document-editor/_all.scss +3 -0
  27. package/styles/document-editor/_bootstrap-dark-definition.scss +548 -0
  28. package/styles/document-editor/_bootstrap-definition.scss +547 -0
  29. package/styles/document-editor/_bootstrap4-definition.scss +560 -0
  30. package/styles/document-editor/_bootstrap5-dark-definition.scss +1 -0
  31. package/styles/document-editor/_bootstrap5-definition.scss +561 -0
  32. package/styles/document-editor/_fabric-dark-definition.scss +550 -0
  33. package/styles/document-editor/_fabric-definition.scss +549 -0
  34. package/styles/document-editor/_fluent-dark-definition.scss +1 -0
  35. package/styles/document-editor/_fluent-definition.scss +570 -0
  36. package/styles/document-editor/_fusionnew-definition.scss +561 -0
  37. package/styles/document-editor/_highcontrast-definition.scss +549 -0
  38. package/styles/document-editor/_highcontrast-light-definition.scss +2989 -0
  39. package/styles/document-editor/_layout.scss +224 -0
  40. package/styles/document-editor/_material-dark-definition.scss +566 -0
  41. package/styles/document-editor/_material-definition.scss +566 -0
  42. package/styles/document-editor/_material3-dark-definition.scss +1 -0
  43. package/styles/document-editor/_material3-definition.scss +561 -0
  44. package/styles/document-editor/_tailwind-dark-definition.scss +1 -0
  45. package/styles/document-editor/_tailwind-definition.scss +558 -0
  46. package/styles/document-editor/_theme.scss +3589 -0
  47. package/styles/document-editor/bootstrap-dark.css +3874 -1
  48. package/styles/document-editor/bootstrap-dark.scss +4 -1
  49. package/styles/document-editor/bootstrap.css +3875 -1
  50. package/styles/document-editor/bootstrap.scss +4 -1
  51. package/styles/document-editor/bootstrap4.css +4030 -1
  52. package/styles/document-editor/bootstrap4.scss +4 -1
  53. package/styles/document-editor/bootstrap5-dark.css +3972 -1
  54. package/styles/document-editor/bootstrap5-dark.scss +4 -1
  55. package/styles/document-editor/bootstrap5.css +3972 -1
  56. package/styles/document-editor/bootstrap5.scss +4 -1
  57. package/styles/document-editor/fabric-dark.css +3874 -1
  58. package/styles/document-editor/fabric-dark.scss +4 -1
  59. package/styles/document-editor/fabric.css +3878 -1
  60. package/styles/document-editor/fabric.scss +4 -1
  61. package/styles/document-editor/fluent-dark.css +3916 -1
  62. package/styles/document-editor/fluent-dark.scss +4 -1
  63. package/styles/document-editor/fluent.css +3916 -1
  64. package/styles/document-editor/fluent.scss +4 -1
  65. package/styles/document-editor/highcontrast-light.css +2794 -1
  66. package/styles/document-editor/highcontrast-light.scss +4 -1
  67. package/styles/document-editor/highcontrast.css +3874 -1
  68. package/styles/document-editor/highcontrast.scss +4 -1
  69. package/styles/document-editor/icons/_bootstrap-dark.scss +660 -0
  70. package/styles/document-editor/icons/_bootstrap.scss +660 -0
  71. package/styles/document-editor/icons/_bootstrap4.scss +645 -0
  72. package/styles/document-editor/icons/_bootstrap5-dark.scss +1 -0
  73. package/styles/document-editor/icons/_bootstrap5.scss +699 -0
  74. package/styles/document-editor/icons/_fabric-dark.scss +660 -0
  75. package/styles/document-editor/icons/_fabric.scss +660 -0
  76. package/styles/document-editor/icons/_fluent-dark.scss +1 -0
  77. package/styles/document-editor/icons/_fluent.scss +702 -0
  78. package/styles/document-editor/icons/_fusionnew.scss +696 -0
  79. package/styles/document-editor/icons/_highcontrast-light.scss +665 -0
  80. package/styles/document-editor/icons/_highcontrast.scss +660 -0
  81. package/styles/document-editor/icons/_material-dark.scss +653 -0
  82. package/styles/document-editor/icons/_material.scss +653 -0
  83. package/styles/document-editor/icons/_material3-dark.scss +1 -0
  84. package/styles/document-editor/icons/_material3.scss +696 -0
  85. package/styles/document-editor/icons/_tailwind-dark.scss +696 -0
  86. package/styles/document-editor/icons/_tailwind.scss +699 -0
  87. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +174 -0
  88. package/styles/document-editor/material-dark.css +3868 -1
  89. package/styles/document-editor/material-dark.scss +4 -1
  90. package/styles/document-editor/material.css +3868 -1
  91. package/styles/document-editor/material.scss +4 -1
  92. package/styles/document-editor/material3-dark.css +4026 -1
  93. package/styles/document-editor/material3-dark.scss +4 -1
  94. package/styles/document-editor/material3.css +4082 -1
  95. package/styles/document-editor/material3.scss +4 -1
  96. package/styles/document-editor/tailwind-dark.css +4182 -1
  97. package/styles/document-editor/tailwind-dark.scss +4 -1
  98. package/styles/document-editor/tailwind.css +4185 -1
  99. package/styles/document-editor/tailwind.scss +4 -1
  100. package/styles/document-editor-container/_all.scss +2 -0
  101. package/styles/document-editor-container/_bootstrap-dark-definition.scss +141 -0
  102. package/styles/document-editor-container/_bootstrap-definition.scss +141 -0
  103. package/styles/document-editor-container/_bootstrap4-definition.scss +157 -0
  104. package/styles/document-editor-container/_bootstrap5-dark-definition.scss +1 -0
  105. package/styles/document-editor-container/_bootstrap5-definition.scss +167 -0
  106. package/styles/document-editor-container/_definition.scss +12 -0
  107. package/styles/document-editor-container/_fabric-dark-definition.scss +146 -0
  108. package/styles/document-editor-container/_fabric-definition.scss +143 -0
  109. package/styles/document-editor-container/_fluent-dark-definition.scss +1 -0
  110. package/styles/document-editor-container/_fluent-definition.scss +168 -0
  111. package/styles/document-editor-container/_fusionnew-definition.scss +167 -0
  112. package/styles/document-editor-container/_highcontrast-definition.scss +144 -0
  113. package/styles/document-editor-container/_highcontrast-light-definition.scss +147 -0
  114. package/styles/document-editor-container/_layout.scss +89 -0
  115. package/styles/document-editor-container/_material-dark-definition.scss +145 -0
  116. package/styles/document-editor-container/_material-definition.scss +144 -0
  117. package/styles/document-editor-container/_material3-dark-definition.scss +1 -0
  118. package/styles/document-editor-container/_material3-definition.scss +171 -0
  119. package/styles/document-editor-container/_tailwind-dark-definition.scss +1 -0
  120. package/styles/document-editor-container/_tailwind-definition.scss +161 -0
  121. package/styles/document-editor-container/_theme.scss +2468 -0
  122. package/styles/document-editor-container/bootstrap-dark.css +1990 -1
  123. package/styles/document-editor-container/bootstrap-dark.scss +5 -1
  124. package/styles/document-editor-container/bootstrap.css +2017 -1
  125. package/styles/document-editor-container/bootstrap.scss +5 -1
  126. package/styles/document-editor-container/bootstrap4.css +2220 -1
  127. package/styles/document-editor-container/bootstrap4.scss +5 -1
  128. package/styles/document-editor-container/bootstrap5-dark.css +2238 -1
  129. package/styles/document-editor-container/bootstrap5-dark.scss +5 -1
  130. package/styles/document-editor-container/bootstrap5.css +2238 -1
  131. package/styles/document-editor-container/bootstrap5.scss +5 -1
  132. package/styles/document-editor-container/fabric-dark.css +1976 -1
  133. package/styles/document-editor-container/fabric-dark.scss +5 -1
  134. package/styles/document-editor-container/fabric.css +2012 -1
  135. package/styles/document-editor-container/fabric.scss +5 -1
  136. package/styles/document-editor-container/fluent-dark.css +2127 -1
  137. package/styles/document-editor-container/fluent-dark.scss +5 -1
  138. package/styles/document-editor-container/fluent.css +2127 -1
  139. package/styles/document-editor-container/fluent.scss +5 -1
  140. package/styles/document-editor-container/highcontrast-light.css +4011 -1
  141. package/styles/document-editor-container/highcontrast-light.scss +5 -1
  142. package/styles/document-editor-container/highcontrast.css +2019 -1
  143. package/styles/document-editor-container/highcontrast.scss +5 -1
  144. package/styles/document-editor-container/icons/_bootstrap-dark.scss +482 -0
  145. package/styles/document-editor-container/icons/_bootstrap.scss +482 -0
  146. package/styles/document-editor-container/icons/_bootstrap4.scss +482 -0
  147. package/styles/document-editor-container/icons/_bootstrap5-dark.scss +1 -0
  148. package/styles/document-editor-container/icons/_bootstrap5.scss +509 -0
  149. package/styles/document-editor-container/icons/_fabric-dark.scss +483 -0
  150. package/styles/document-editor-container/icons/_fabric.scss +482 -0
  151. package/styles/document-editor-container/icons/_fluent-dark.scss +1 -0
  152. package/styles/document-editor-container/icons/_fluent.scss +508 -0
  153. package/styles/document-editor-container/icons/_fusionnew.scss +508 -0
  154. package/styles/document-editor-container/icons/_highcontrast-light.scss +482 -0
  155. package/styles/document-editor-container/icons/_highcontrast.scss +482 -0
  156. package/styles/document-editor-container/icons/_material-dark.scss +484 -0
  157. package/styles/document-editor-container/icons/_material.scss +484 -0
  158. package/styles/document-editor-container/icons/_material3-dark.scss +1 -0
  159. package/styles/document-editor-container/icons/_material3.scss +507 -0
  160. package/styles/document-editor-container/icons/_tailwind-dark.scss +508 -0
  161. package/styles/document-editor-container/icons/_tailwind.scss +508 -0
  162. package/styles/document-editor-container/material-dark.css +1971 -1
  163. package/styles/document-editor-container/material-dark.scss +5 -1
  164. package/styles/document-editor-container/material.css +1990 -1
  165. package/styles/document-editor-container/material.scss +5 -1
  166. package/styles/document-editor-container/material3-dark.css +2251 -1
  167. package/styles/document-editor-container/material3-dark.scss +5 -1
  168. package/styles/document-editor-container/material3.css +2307 -1
  169. package/styles/document-editor-container/material3.scss +5 -1
  170. package/styles/document-editor-container/tailwind-dark.css +2074 -1
  171. package/styles/document-editor-container/tailwind-dark.scss +5 -1
  172. package/styles/document-editor-container/tailwind.css +2074 -1
  173. package/styles/document-editor-container/tailwind.scss +5 -1
  174. package/styles/fabric-dark.css +5851 -1
  175. package/styles/fabric.css +5891 -1
  176. package/styles/fluent-dark.css +6044 -1
  177. package/styles/fluent.css +6044 -1
  178. package/styles/highcontrast-light.css +4768 -1
  179. package/styles/highcontrast.css +5894 -1
  180. package/styles/material-dark.css +5840 -1
  181. package/styles/material.css +5859 -1
  182. package/styles/material3-dark.css +6223 -1
  183. package/styles/material3-dark.scss +1 -0
  184. package/styles/material3.css +6279 -1
  185. package/styles/material3.scss +1 -0
  186. package/styles/tailwind-dark.css +6257 -1
  187. package/styles/tailwind.css +6260 -1
  188. package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
  189. package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -592
  190. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
  191. package/@syncfusion/ej2-angular-documenteditor.js +0 -562
  192. package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
  193. package/CHANGELOG.md +0 -3590
  194. package/dist/ej2-angular-documenteditor.umd.js +0 -1268
  195. package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
  196. package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
  197. package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
  198. package/ej2-angular-documenteditor.d.ts +0 -6
  199. package/ej2-angular-documenteditor.metadata.json +0 -1
  200. package/postinstall/tagchange.js +0 -18
@@ -1 +1,1976 @@
1
- @import '@syncfusion/ej2-documenteditor/styles/document-editor-container/fabric-dark.css';
1
+ @charset "UTF-8";
2
+ .e-de-ctnr-linespacing::before {
3
+ content: "\eb8a";
4
+ }
5
+
6
+ .e-de-ctnr-lock::before {
7
+ content: "\eb7d";
8
+ }
9
+
10
+ .e-de-ctnr-italic::before {
11
+ content: "\eb99";
12
+ }
13
+
14
+ .e-de-ctnr-justify::before {
15
+ content: "\eb67";
16
+ }
17
+
18
+ .e-de-ctnr-tableofcontent::before {
19
+ content: "\eb98";
20
+ }
21
+
22
+ .e-de-cnt-track::before {
23
+ content: "\e20a";
24
+ font-family: "e-icons";
25
+ }
26
+
27
+ .e-de-selected-spellcheck-item::before {
28
+ content: "\e935";
29
+ font-family: "e-icons";
30
+ font-size: 10px;
31
+ }
32
+
33
+ .e-de-selected-underline-item::before {
34
+ content: "\e935";
35
+ font-family: "e-icons";
36
+ font-size: 10px;
37
+ }
38
+
39
+ .e-de-ctnr-pagenumber::before {
40
+ content: "\eb74";
41
+ }
42
+
43
+ .e-de-ctnr-highlight::before {
44
+ content: "\eb6e";
45
+ }
46
+
47
+ .e-de-ctnr-bold::before {
48
+ content: "\eb77";
49
+ }
50
+
51
+ .e-de-ctnr-subscript::before {
52
+ content: "\eb96";
53
+ }
54
+
55
+ .e-de-ctnr-aligncenter::before {
56
+ content: "\eb9e";
57
+ }
58
+
59
+ .e-de-ctnr-fontcolor::before {
60
+ content: "\eb87";
61
+ }
62
+
63
+ .e-de-ctnr-change-case::before {
64
+ content: "\e88c";
65
+ }
66
+
67
+ .e-de-ctnr-pagesetup::before {
68
+ content: "\eb6d";
69
+ }
70
+
71
+ .e-de-ctnr-strokestyle::before {
72
+ content: "\eb62";
73
+ }
74
+
75
+ .e-de-ctnr-strikethrough::before {
76
+ content: "\eb7f";
77
+ }
78
+
79
+ .e-de-ctnr-image::before {
80
+ content: "\eb64";
81
+ }
82
+
83
+ .e-de-ctnr-bookmark::before {
84
+ content: "\eb63";
85
+ }
86
+
87
+ .e-de-ctnr-increaseindent::before {
88
+ content: "\eb76";
89
+ }
90
+
91
+ .e-de-ctnr-header::before {
92
+ content: "\eb7e";
93
+ }
94
+
95
+ .e-de-ctnr-superscript::before {
96
+ content: "\eb6f";
97
+ }
98
+
99
+ .e-de-ctnr-numbering::before {
100
+ content: "\eb9c";
101
+ }
102
+
103
+ .e-de-ctnr-bullets::before {
104
+ content: "\eb92";
105
+ }
106
+
107
+ .e-de-ctnr-borders::before {
108
+ content: "\e93d";
109
+ }
110
+
111
+ .e-de-ctnr-decreaseindent::before {
112
+ content: "\eb69";
113
+ }
114
+
115
+ .e-de-ctnr-showhide::before {
116
+ content: "\eb8b";
117
+ font-size: 16px;
118
+ }
119
+
120
+ .e-de-ctnr-alignright::before {
121
+ content: "\eb82";
122
+ }
123
+
124
+ .e-de-ctnr-footer::before {
125
+ content: "\eb79";
126
+ }
127
+
128
+ .e-de-ctnr-clearall::before {
129
+ content: "\eb80";
130
+ }
131
+
132
+ .e-de-ctnr-outsideborder::before {
133
+ content: "\eb66";
134
+ }
135
+
136
+ .e-de-ctnr-allborders::before {
137
+ content: "\eb95";
138
+ }
139
+
140
+ .e-de-ctnr-insideborders::before {
141
+ content: "\eb88";
142
+ }
143
+
144
+ .e-de-ctnr-highlightcolor::before {
145
+ content: "\eb6e";
146
+ }
147
+
148
+ .e-de-ctnr-mergecell::before {
149
+ content: "\eb93";
150
+ }
151
+
152
+ .e-de-ctnr-bullet-none::before {
153
+ content: "\e256";
154
+ }
155
+
156
+ .e-de-ctnr-bullet-dot::before {
157
+ content: "\e270";
158
+ }
159
+
160
+ .e-de-ctnr-bullet-circle::before {
161
+ content: "\e254";
162
+ }
163
+
164
+ .e-de-ctnr-bullet-square::before {
165
+ content: "\e271";
166
+ }
167
+
168
+ .e-de-ctnr-bullet-flower::before {
169
+ content: "\e267";
170
+ }
171
+
172
+ .e-de-ctnr-bullet-arrow::before {
173
+ content: "\e253";
174
+ }
175
+
176
+ .e-de-ctnr-bullet-tick::before {
177
+ content: "\e259";
178
+ }
179
+
180
+ .e-de-selected-item::before {
181
+ content: "\e935";
182
+ }
183
+
184
+ .e-de-ctnr-break::before {
185
+ content: "\e58d";
186
+ }
187
+
188
+ .e-de-ctnr-page-break::before {
189
+ content: "\e590";
190
+ }
191
+
192
+ .e-de-ctnr-section-break::before {
193
+ content: "\e58e";
194
+ }
195
+
196
+ .e-de-ctnr-upload::before {
197
+ content: "\e60f";
198
+ }
199
+
200
+ .e-de-ctnr-leftborders::before {
201
+ content: "\e291";
202
+ }
203
+
204
+ .e-de-ctnr-topborder::before {
205
+ content: "\e281";
206
+ }
207
+
208
+ .e-de-ctnr-rightborder::before {
209
+ content: "\e288";
210
+ }
211
+
212
+ .e-de-ctnr-insertleft::before {
213
+ content: "\e285";
214
+ }
215
+
216
+ .e-de-ctnr-insertright::before {
217
+ content: "\e284";
218
+ }
219
+
220
+ .e-de-ctnr-insertabove::before {
221
+ content: "\e506";
222
+ }
223
+
224
+ .e-de-ctnr-insertbelow::before {
225
+ content: "\e505";
226
+ }
227
+
228
+ .e-de-ctnr-deleterows::before {
229
+ content: "\e283";
230
+ }
231
+
232
+ .e-de-ctnr-deletecolumns::before {
233
+ content: "\e282";
234
+ }
235
+
236
+ .e-de-ctnr-undo::before {
237
+ content: "\ebed";
238
+ }
239
+
240
+ .e-de-ctnr-bottomborder::before {
241
+ content: "\e298";
242
+ }
243
+
244
+ .e-de-ctnr-strokesize::before {
245
+ content: "\ebfe";
246
+ }
247
+
248
+ .e-de-ctnr-download::before {
249
+ content: "\e603";
250
+ }
251
+
252
+ .e-de-ctnr-find::before {
253
+ content: "\e275";
254
+ }
255
+
256
+ .e-de-ctnr-new::before {
257
+ content: "\e7d5";
258
+ }
259
+
260
+ .e-de-ctnr-paste::before {
261
+ content: "\e601";
262
+ }
263
+
264
+ .e-de-ctnr-redo::before {
265
+ content: "\ebfa";
266
+ }
267
+
268
+ .e-de-ctnr-open::before {
269
+ content: "\ebdd";
270
+ }
271
+
272
+ .e-de-ctnr-underline::before {
273
+ content: "\ebf0";
274
+ }
275
+
276
+ .e-de-ctnr-insideverticalborder::before {
277
+ content: "\e287";
278
+ }
279
+
280
+ .e-de-ctnr-insidehorizondalborder::before {
281
+ content: "\e276";
282
+ }
283
+
284
+ .e-de-ctnr-aligncenter-table::before {
285
+ content: "\ea94";
286
+ }
287
+
288
+ .e-de-ctnr-alignleft::before {
289
+ content: "\ebeb";
290
+ }
291
+
292
+ .e-de-ctnr-close::before {
293
+ content: "\ea7f";
294
+ }
295
+
296
+ .e-de-ctnr-link::before {
297
+ content: "\e290";
298
+ }
299
+
300
+ .e-de-ctnr-table::before {
301
+ content: "\e294";
302
+ }
303
+
304
+ .e-de-ctnr-backgroundcolor::before {
305
+ content: "\ebf2";
306
+ }
307
+
308
+ .e-de-ctnr-print::before {
309
+ content: "\ebf9";
310
+ }
311
+
312
+ .e-de-ctnr-aligntop::before {
313
+ content: "\ea98";
314
+ }
315
+
316
+ .e-de-ctnr-alignbottom::before {
317
+ content: "\ea91";
318
+ }
319
+
320
+ .e-de-ctnr-cellbg-clr-picker::before {
321
+ content: "\ebf2";
322
+ }
323
+
324
+ .e-de-flip {
325
+ transform: scaleX(-1);
326
+ }
327
+
328
+ .e-de-cnt-cmt-add::before {
329
+ content: "\e814";
330
+ font-family: "e-icons";
331
+ }
332
+
333
+ .e-de-printlayout::before {
334
+ content: "\e257";
335
+ font-family: "e-icons";
336
+ }
337
+
338
+ .e-de-weblayout::before {
339
+ content: "\e529";
340
+ font-family: "e-icons";
341
+ }
342
+
343
+ .e-de-textform::before {
344
+ content: "\e198";
345
+ font-family: "e-icons";
346
+ }
347
+
348
+ .e-de-formproperties::before {
349
+ content: "\e199";
350
+ font-family: "e-icons";
351
+ }
352
+
353
+ .e-de-clearform::before {
354
+ content: "\e19a";
355
+ font-family: "e-icons";
356
+ }
357
+
358
+ .e-de-dropdownform::before {
359
+ content: "\e19b";
360
+ font-family: "e-icons";
361
+ }
362
+
363
+ .e-de-formfield::before {
364
+ content: "\e19c";
365
+ font-family: "e-icons";
366
+ }
367
+
368
+ .e-de-checkbox-form::before {
369
+ content: "\e19d";
370
+ font-family: "e-icons";
371
+ }
372
+
373
+ .e-de-arrow-up::before {
374
+ content: "\e834";
375
+ font-family: "e-icons";
376
+ }
377
+
378
+ .e-de-arrow-down::before {
379
+ content: "\e83d";
380
+ font-family: "e-icons";
381
+ }
382
+
383
+ .e-de-update-field::before {
384
+ content: "\e19e";
385
+ font-family: "e-icons";
386
+ }
387
+
388
+ .e-de-footnote::before {
389
+ content: "\e435";
390
+ font-family: "e-icons";
391
+ }
392
+
393
+ .e-de-endnote::before {
394
+ content: "\e436";
395
+ font-family: "e-icons";
396
+ }
397
+
398
+ .e-de-e-paragraph-mark::before {
399
+ content: "\e353";
400
+ font-family: "e-icons";
401
+ }
402
+
403
+ .e-de-e-paragraph-style-mark::before {
404
+ content: "\e353";
405
+ font-family: "e-icons";
406
+ }
407
+
408
+ .e-de-e-character-style-mark::before {
409
+ content: "\e982";
410
+ font-family: "e-icons";
411
+ }
412
+
413
+ .e-de-e-linked-style-mark::before {
414
+ content: "\e983";
415
+ font-family: "e-icons";
416
+ }
417
+
418
+ .e-de-ctnr-columns::before {
419
+ content: "\e972";
420
+ font-family: "e-icons";
421
+ }
422
+
423
+ .e-de-ctnr-page-size::before {
424
+ content: "\e947";
425
+ font-family: "e-icons";
426
+ }
427
+
428
+ .e-de-ctnr-page-break-column::before {
429
+ content: "\e973";
430
+ font-family: "e-icons";
431
+ }
432
+
433
+ .e-de-ctnr-page-break-text-wrapping::before {
434
+ content: "\e94a";
435
+ font-family: "e-icons";
436
+ }
437
+
438
+ .e-de-ctnr-section-break-continuous::before {
439
+ content: "󩝔";
440
+ font-family: "e-icons";
441
+ }
442
+
443
+ .e-de-ctnr-section-break-even-page::before {
444
+ content: "\e970";
445
+ font-family: "e-icons";
446
+ }
447
+
448
+ .e-de-ctnr-section-break-odd-page::before {
449
+ content: "\e971";
450
+ font-family: "e-icons";
451
+ }
452
+
453
+ .e-de-ctnr-columns-one::before {
454
+ content: "\e979";
455
+ font-family: "e-icons";
456
+ font-size: 60px;
457
+ }
458
+
459
+ .e-de-ctnr-columns-two::before {
460
+ content: "\e97a";
461
+ font-family: "e-icons";
462
+ font-size: 60px;
463
+ }
464
+
465
+ .e-de-ctnr-columns-three::before {
466
+ content: "\e97b";
467
+ font-family: "e-icons";
468
+ font-size: 60px;
469
+ }
470
+
471
+ .e-de-ctnr-columns-right::before {
472
+ content: "\e977";
473
+ font-family: "e-icons";
474
+ font-size: 60px;
475
+ }
476
+
477
+ .e-de-ctnr-columns-left::before {
478
+ content: "\e978";
479
+ font-family: "e-icons";
480
+ font-size: 60px;
481
+ }
482
+
483
+ .e-de-toolbar {
484
+ height: 100%;
485
+ }
486
+
487
+ .e-documenteditorcontainer {
488
+ display: block;
489
+ }
490
+
491
+ .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
492
+ height: 0;
493
+ line-height: 0;
494
+ }
495
+
496
+ .e-de-ctnr-file-picker {
497
+ left: -110em;
498
+ position: fixed;
499
+ }
500
+
501
+ .e-de-ctnr-rtl {
502
+ direction: rtl;
503
+ }
504
+
505
+ .e-de-ctnr-hglt-btn {
506
+ border: 0.5px solid transparent;
507
+ display: inline-block;
508
+ height: 25px;
509
+ margin: 3px;
510
+ width: 25px;
511
+ }
512
+
513
+ .e-color-selected,
514
+ .e-de-ctnr-hglt-btn:hover {
515
+ border-color: #fff;
516
+ outline: #000 0.5px solid;
517
+ }
518
+
519
+ .e-hglt-no-color {
520
+ height: 30px;
521
+ padding-top: 1px;
522
+ width: 157px;
523
+ }
524
+ .e-hglt-no-color:hover {
525
+ background-color: #414040;
526
+ cursor: pointer;
527
+ }
528
+
529
+ .e-de-ctnr-hglt-no-color {
530
+ font-size: 12px;
531
+ font-weight: normal;
532
+ left: 40px;
533
+ padding-top: 11px;
534
+ position: absolute;
535
+ top: 100px;
536
+ }
537
+
538
+ /* stylelint-disable */
539
+ .e-de-scrollbar-hide::-webkit-scrollbar {
540
+ width: 0;
541
+ }
542
+
543
+ .e-de-scrollbar-hide {
544
+ -ms-overflow-style: none;
545
+ scrollbar-width: none;
546
+ }
547
+
548
+ /* stylelint-enable */
549
+ /* stylelint-disable */
550
+ .e-de-toolbar {
551
+ height: 100%;
552
+ }
553
+
554
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
555
+ box-shadow: none;
556
+ height: 32px;
557
+ }
558
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
559
+ box-shadow: none;
560
+ }
561
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
562
+ box-shadow: none;
563
+ }
564
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
565
+ box-shadow: none;
566
+ }
567
+
568
+ .e-de-ctnr-group-btn-middle button {
569
+ border-radius: 0px;
570
+ }
571
+
572
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
573
+ box-shadow: none;
574
+ }
575
+
576
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
577
+ .e-de-ctn .e-de-status-bar button {
578
+ box-shadow: none;
579
+ height: 32px;
580
+ }
581
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
582
+ .e-de-ctn .e-de-status-bar button:focus {
583
+ box-shadow: none;
584
+ }
585
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
586
+ .e-de-ctn .e-de-status-bar button:active {
587
+ box-shadow: none;
588
+ }
589
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
590
+ .e-de-ctn .e-de-status-bar button:hover {
591
+ box-shadow: none;
592
+ }
593
+
594
+ .e-de-statusbar-pageweb {
595
+ background: #282727;
596
+ border: 0;
597
+ box-shadow: none;
598
+ float: right;
599
+ height: 33px;
600
+ width: 33px;
601
+ }
602
+ .e-de-statusbar-pageweb:hover {
603
+ box-shadow: none;
604
+ }
605
+
606
+ .e-de-statusbar-pageweb .e-de-printlayout,
607
+ .e-de-statusbar-pageweb .e-de-weblayout {
608
+ font-size: 16px;
609
+ }
610
+
611
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
612
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
613
+ font-size: 16px;
614
+ }
615
+
616
+ .e-bigger .e-btn.e-de-statusbar-pageweb {
617
+ padding: 0;
618
+ }
619
+ .e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
620
+ .e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
621
+ font-size: 16px;
622
+ }
623
+
624
+ .e-listview .e-list-icon {
625
+ height: 24px;
626
+ width: 16px;
627
+ margin-right: 12px;
628
+ }
629
+
630
+ .e-de-listview-icon {
631
+ height: auto;
632
+ width: auto;
633
+ line-height: 22px;
634
+ margin-right: 12px;
635
+ }
636
+
637
+ .e-de-linespacing {
638
+ margin-top: 12px;
639
+ }
640
+
641
+ .e-de-statusbar-zoom {
642
+ background: #282727;
643
+ border: 0;
644
+ color: #dadada;
645
+ float: right;
646
+ font-weight: 400;
647
+ height: 33px;
648
+ }
649
+
650
+ .e-de-pagenumber-text {
651
+ border: none !important;
652
+ }
653
+
654
+ .e-de-pagenumber-input {
655
+ background: #201f1f;
656
+ border: 1px solid #4a4848;
657
+ border-radius: 0;
658
+ color: #dadada;
659
+ padding: 0px;
660
+ text-align: center;
661
+ width: 22px;
662
+ }
663
+
664
+ .e-btn-pageweb-toggle {
665
+ background-color: #514f4f;
666
+ box-shadow: none;
667
+ outline: #fafafa 0 solid;
668
+ outline-offset: 0;
669
+ }
670
+
671
+ .e-btn-pageweb-spellcheck {
672
+ border: 0;
673
+ box-shadow: none;
674
+ float: right;
675
+ margin-left: calc(100% - 405px);
676
+ }
677
+
678
+ .e-bigger .e-btn-pageweb-spellcheck {
679
+ margin-left: calc(100% - 435px);
680
+ }
681
+
682
+ .e-de-ctn-title {
683
+ background-color: #0074cc;
684
+ border-bottom: none !important;
685
+ color: #201f1f;
686
+ }
687
+
688
+ .e-de-tool-ctnr-properties-pane {
689
+ display: -ms-flexbox;
690
+ display: flex;
691
+ height: calc(100% - 120px);
692
+ width: 100%;
693
+ }
694
+
695
+ .e-de-ctnr-properties-pane {
696
+ display: -ms-flexbox;
697
+ display: flex;
698
+ height: calc(100% - 40px);
699
+ width: 100%;
700
+ }
701
+
702
+ .e-de-statusbar-separator {
703
+ border-left: 1px solid #dadada;
704
+ height: 16px;
705
+ margin-left: 7.5px;
706
+ margin-right: 7.5px;
707
+ margin-top: 10px;
708
+ }
709
+
710
+ .e-bigger .e-de-statusbar-separator {
711
+ border-left: 1px solid #dadada;
712
+ height: 16px;
713
+ margin-left: 7.5px;
714
+ margin-right: 7.5px;
715
+ margin-top: 10px;
716
+ }
717
+
718
+ .e-de-statusbar-spellcheck {
719
+ border-radius: 2px;
720
+ font-weight: 400;
721
+ }
722
+
723
+ .e-de-ctn {
724
+ background-color: #282727;
725
+ border: 1px solid #4a4848;
726
+ height: 100%;
727
+ position: relative;
728
+ width: 100%;
729
+ }
730
+
731
+ .e-bigger .e-de-statusbar-spellcheck {
732
+ border-radius: 2px;
733
+ }
734
+
735
+ .e-de-ctnr-toolbar {
736
+ display: -ms-flexbox;
737
+ display: flex;
738
+ height: 82px;
739
+ width: 100%;
740
+ }
741
+
742
+ .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
743
+ .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
744
+ border: 0;
745
+ }
746
+
747
+ .e-de-pane {
748
+ border-left: 1px solid #4a4848;
749
+ }
750
+
751
+ .e-de-pane-rtl {
752
+ border-right: 1px solid #4a4848;
753
+ }
754
+
755
+ .e-de-tool-ctnr-properties-pane,
756
+ .e-de-ctnr-properties-pane {
757
+ background: #282727;
758
+ border-bottom: 1px solid #4a4848;
759
+ border-top: 1px solid #4a4848;
760
+ }
761
+
762
+ .e-de-ctnr-segment {
763
+ margin-bottom: 12px;
764
+ }
765
+
766
+ .e-de-ctnr-segment > div:first-child:not(.e-rtl),
767
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
768
+ .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
769
+ margin-right: 12px;
770
+ }
771
+
772
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
773
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
774
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
775
+ margin-left: 12px;
776
+ margin-right: 0;
777
+ }
778
+
779
+ .e-de-tlbr-wrapper {
780
+ background-color: #333232;
781
+ height: 82px;
782
+ width: calc(100% - 75px);
783
+ }
784
+
785
+ .e-de-ctnr-prop-label {
786
+ color: #c8c8c8;
787
+ display: inline-block;
788
+ font-size: 13px;
789
+ font-weight: 500;
790
+ letter-spacing: 0.05px;
791
+ margin-bottom: 12px;
792
+ opacity: 0.87;
793
+ }
794
+
795
+ .e-de-table-prop-label {
796
+ margin-left: 12px;
797
+ }
798
+
799
+ .e-de-table-prop-label.e-de-rtl {
800
+ margin-left: 0;
801
+ margin-right: 12px;
802
+ }
803
+
804
+ .e-de-toolbar.e-toolbar {
805
+ border-radius: 0;
806
+ }
807
+
808
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
809
+ margin-left: 0;
810
+ margin-right: 6px;
811
+ }
812
+
813
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
814
+ margin-left: 6px;
815
+ margin-right: 0;
816
+ }
817
+
818
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
819
+ margin-left: 0;
820
+ margin-right: 8px;
821
+ }
822
+
823
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
824
+ margin-left: 8px;
825
+ margin-right: 0;
826
+ }
827
+
828
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
829
+ margin-left: 6px;
830
+ margin-right: 0;
831
+ }
832
+
833
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
834
+ margin-left: 0;
835
+ margin-right: 6px;
836
+ }
837
+
838
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
839
+ margin-left: 8px;
840
+ margin-right: 0;
841
+ }
842
+
843
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
844
+ margin-left: 0;
845
+ margin-right: 8px;
846
+ }
847
+
848
+ .e-de-toolbar.e-toolbar .e-toolbar-items {
849
+ height: 82px;
850
+ }
851
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
852
+ height: 59px;
853
+ margin: 0 5.5px;
854
+ }
855
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
856
+ margin-left: 12px !important;
857
+ margin-right: 6px;
858
+ }
859
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
860
+ margin-left: 6px;
861
+ margin-right: 6px;
862
+ }
863
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
864
+ margin-left: 6px;
865
+ margin-right: 12px;
866
+ }
867
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
868
+ background-color: #514f4f;
869
+ }
870
+
871
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
872
+ -ms-flex-direction: column;
873
+ flex-direction: column;
874
+ height: calc(100% - 10px);
875
+ padding: 0;
876
+ padding-bottom: 5px;
877
+ }
878
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
879
+ padding: 0;
880
+ padding-bottom: 5px;
881
+ }
882
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
883
+ padding: 0;
884
+ padding-bottom: 5px;
885
+ }
886
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
887
+ padding: 0;
888
+ padding-bottom: 5px;
889
+ }
890
+
891
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
892
+ padding: 0;
893
+ }
894
+
895
+ .e-de-overlay {
896
+ height: 100%;
897
+ opacity: 0.5;
898
+ pointer-events: none;
899
+ -ms-touch-action: none;
900
+ touch-action: none;
901
+ width: 100%;
902
+ }
903
+
904
+ .e-de-ctnr-properties-pane-btn {
905
+ width: 75px;
906
+ }
907
+
908
+ .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn {
909
+ color: #007ddb;
910
+ }
911
+
912
+ .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
913
+ color: #dadada;
914
+ }
915
+
916
+ .e-de-ctnr-properties-pane-btn .e-btn {
917
+ background: #333232;
918
+ border-radius: 0;
919
+ box-shadow: none;
920
+ color: #007ddb;
921
+ min-height: 100%;
922
+ min-width: 100%;
923
+ }
924
+ .e-de-ctnr-properties-pane-btn .e-btn:focus {
925
+ box-shadow: none;
926
+ }
927
+ .e-de-ctnr-properties-pane-btn .e-btn:active {
928
+ box-shadow: none;
929
+ }
930
+ .e-de-ctnr-properties-pane-btn .e-btn:hover {
931
+ box-shadow: none;
932
+ }
933
+
934
+ .e-de-showhide-btn {
935
+ border: 0;
936
+ height: 82px;
937
+ }
938
+
939
+ .e-de-showhide-btn-rtl {
940
+ border: 0;
941
+ height: 82px;
942
+ }
943
+
944
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
945
+ padding: 0;
946
+ }
947
+
948
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
949
+ display: table;
950
+ font-size: 12px;
951
+ margin: 0 6.5px;
952
+ padding: 0;
953
+ white-space: normal;
954
+ }
955
+
956
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
957
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
958
+ padding: 0 !important;
959
+ min-height: 16px;
960
+ }
961
+
962
+ .e-de-hdr-ftr-frst-div {
963
+ margin-bottom: 10px;
964
+ }
965
+
966
+ .e-de-hdr-ftr-top-div {
967
+ margin-bottom: 14px;
968
+ }
969
+
970
+ .e-de-cntr-pane-padding {
971
+ padding: 12px;
972
+ }
973
+
974
+ .e-de-prop-pane {
975
+ height: 100%;
976
+ min-height: 200px;
977
+ overflow: auto;
978
+ width: 260px;
979
+ }
980
+
981
+ .e-de-review-pane {
982
+ background: #282727;
983
+ border-left: 1px solid #4a4848;
984
+ height: 100%;
985
+ min-height: 200px;
986
+ overflow: auto;
987
+ width: 400px;
988
+ }
989
+
990
+ .e-bigger .e-de-cntr-pane-padding {
991
+ padding: 16px;
992
+ }
993
+ .e-bigger .e-de-prop-pane {
994
+ height: 100%;
995
+ min-height: 200px;
996
+ overflow: auto;
997
+ width: 272px;
998
+ }
999
+
1000
+ .e-de-property-div-padding {
1001
+ border-bottom: 0.5px solid #4a4848;
1002
+ padding: 12.5px;
1003
+ }
1004
+
1005
+ .e-de-ctnr-dropdown-ftr {
1006
+ border-top: 1px solid #4a4848;
1007
+ color: #c8c8c8;
1008
+ cursor: pointer;
1009
+ display: block;
1010
+ font-size: 12px;
1011
+ line-height: 40px;
1012
+ text-indent: 1.2em;
1013
+ }
1014
+
1015
+ .e-de-char-fmt-btn-left > button,
1016
+ .e-de-insert-del-cell button {
1017
+ width: 37.25px;
1018
+ }
1019
+
1020
+ .e-de-char-fmt-btn-right > button {
1021
+ width: 37.5px;
1022
+ }
1023
+
1024
+ .e-de-panel-left-width {
1025
+ width: 149px;
1026
+ }
1027
+
1028
+ .e-bigger .e-de-panel-left-width {
1029
+ width: 149px;
1030
+ }
1031
+ .e-bigger .e-de-char-fmt-btn-left > button,
1032
+ .e-bigger .e-de-insert-del-cell button {
1033
+ width: 37.25px;
1034
+ }
1035
+
1036
+ .e-de-panel-right-width {
1037
+ width: 75px;
1038
+ }
1039
+
1040
+ .e-de-cntr-highlight-pane {
1041
+ border: 1px solid #4a4848;
1042
+ }
1043
+
1044
+ .e-de-btn-hghlclr > button:first-child {
1045
+ padding: 1px !important;
1046
+ }
1047
+
1048
+ .e-de-ctnr-hglt-color {
1049
+ font-size: 12px;
1050
+ font-weight: 400;
1051
+ height: 18px !important;
1052
+ width: 18px !important;
1053
+ }
1054
+
1055
+ .e-de-font-clr-picker > div div button,
1056
+ .e-de-font-clr-picker > div button,
1057
+ .e-de-font-clr-picker > button {
1058
+ width: 30.8px;
1059
+ }
1060
+
1061
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
1062
+ height: 55px;
1063
+ padding: 4px !important;
1064
+ width: 60px;
1065
+ }
1066
+
1067
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
1068
+ border: 3px solid #333232;
1069
+ padding: 2px !important;
1070
+ }
1071
+
1072
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
1073
+ height: 38px;
1074
+ padding: 4px !important;
1075
+ width: 38px;
1076
+ }
1077
+
1078
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
1079
+ border: 3px solid #333232;
1080
+ padding: 2px !important;
1081
+ }
1082
+
1083
+ .e-de-list-header-presetmenu {
1084
+ cursor: pointer;
1085
+ font-size: 11px;
1086
+ line-height: 14px;
1087
+ overflow: hidden;
1088
+ text-align: left;
1089
+ min-width: 50px;
1090
+ white-space: nowrap;
1091
+ width: 100%;
1092
+ }
1093
+
1094
+ .e-de-bullet-list-header-presetmenu {
1095
+ cursor: pointer;
1096
+ font-size: 14px;
1097
+ left: -11px;
1098
+ line-height: 26px;
1099
+ min-width: 50px;
1100
+ overflow: hidden;
1101
+ position: relative;
1102
+ white-space: nowrap;
1103
+ width: 100%;
1104
+ }
1105
+
1106
+ .e-rtl .e-de-bullet-list-header-presetmenu {
1107
+ cursor: pointer;
1108
+ font-size: 14px;
1109
+ left: 10px;
1110
+ line-height: 26px;
1111
+ min-width: 50px;
1112
+ overflow: hidden;
1113
+ position: relative;
1114
+ white-space: nowrap;
1115
+ width: 100%;
1116
+ }
1117
+
1118
+ .e-de-bullet {
1119
+ font-size: 42px;
1120
+ }
1121
+
1122
+ .e-de-list-header-presetmenu .e-de-list-line {
1123
+ border-bottom: 1px solid #ccc !important;
1124
+ margin-left: 5px;
1125
+ width: 100%;
1126
+ }
1127
+
1128
+ .e-de-toc-optionsdiv {
1129
+ margin-bottom: 11.5px;
1130
+ margin-left: 5.5px;
1131
+ margin-top: 15.5px;
1132
+ }
1133
+
1134
+ .e-de-toc-optionsdiv.e-de-rtl {
1135
+ margin-right: 5.5px;
1136
+ margin-left: 0;
1137
+ }
1138
+
1139
+ .e-de-list-header-presetmenu div span {
1140
+ display: inline-block;
1141
+ vertical-align: middle;
1142
+ }
1143
+
1144
+ .e-de-floating-menu .e-de-floating-menuitem,
1145
+ .e-de-floating-menu .e-de-menuitem-none {
1146
+ cursor: pointer;
1147
+ height: 70px;
1148
+ padding: 0 !important;
1149
+ margin: 0 5px 5px 0 !important;
1150
+ width: 70px;
1151
+ }
1152
+
1153
+ .e-de-list-thumbnail .e-de-list-items {
1154
+ float: left;
1155
+ }
1156
+
1157
+ .e-de-list-thumbnail .e-de-list-items {
1158
+ border: 1px solid #e4e4e4;
1159
+ clear: initial;
1160
+ display: inline-block;
1161
+ height: auto;
1162
+ margin: 5px;
1163
+ padding: 2px;
1164
+ text-align: center;
1165
+ width: auto;
1166
+ }
1167
+
1168
+ .e-de-list-items {
1169
+ cursor: pointer;
1170
+ background: #282727;
1171
+ box-sizing: border-box;
1172
+ list-style: none;
1173
+ padding: 7px 10px 7px 10px;
1174
+ position: relative;
1175
+ }
1176
+
1177
+ .e-de-list-item-size {
1178
+ font-size: 14px;
1179
+ }
1180
+
1181
+ .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
1182
+ .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
1183
+ border: 3px solid #0074cc;
1184
+ padding: 2px !important;
1185
+ }
1186
+
1187
+ .e-de-floating-menu {
1188
+ padding: 10px 4px 5px 10px !important;
1189
+ }
1190
+
1191
+ .e-de-list-container {
1192
+ border: 1px solid #ccc;
1193
+ border-radius: 2px;
1194
+ box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1195
+ background: #282727;
1196
+ box-sizing: border-box;
1197
+ display: inline-block;
1198
+ line-height: normal;
1199
+ margin: 0;
1200
+ outline: 0;
1201
+ background: #282727;
1202
+ padding: 5px 0;
1203
+ position: absolute;
1204
+ width: auto;
1205
+ z-index: 10020;
1206
+ }
1207
+
1208
+ .e-de-ctnr-list {
1209
+ font-size: 29px;
1210
+ vertical-align: top;
1211
+ }
1212
+
1213
+ .e-de-image-property {
1214
+ padding-left: 32px;
1215
+ }
1216
+
1217
+ .e-de-img-prty-span {
1218
+ color: #dadada;
1219
+ left: 8px;
1220
+ position: absolute;
1221
+ top: 7px;
1222
+ }
1223
+
1224
+ .e-btn-toggle {
1225
+ background-color: #514f4f !important;
1226
+ outline: #414040 0 solid;
1227
+ outline-offset: 0;
1228
+ box-shadow: none !important;
1229
+ }
1230
+ .e-btn-toggle:hover {
1231
+ background-color: #514f4f !important;
1232
+ outline: #414040 0 solid;
1233
+ outline-offset: 0;
1234
+ box-shadow: none !important;
1235
+ }
1236
+
1237
+ .e-de-ctnr-group-btn-top > button:first-child {
1238
+ border-radius: 0;
1239
+ border-top-left-radius: 4px;
1240
+ }
1241
+
1242
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
1243
+ border-top-left-radius: 0;
1244
+ border-top-right-radius: 4px;
1245
+ }
1246
+
1247
+ .e-de-ctnr-group-btn-top > button:last-child {
1248
+ border-radius: 0;
1249
+ border-top-right-radius: 4px;
1250
+ }
1251
+
1252
+ .e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
1253
+ border-top-left-radius: 4px;
1254
+ border-top-right-radius: 0;
1255
+ }
1256
+
1257
+ .e-de-ctnr-group-btn-middle > button {
1258
+ border-radius: 0;
1259
+ border-top: 0;
1260
+ border-bottom: 0;
1261
+ }
1262
+
1263
+ .e-de-ctnr-group-btn-bottom > button:first-child {
1264
+ border-radius: 0;
1265
+ border-bottom-left-radius: 4px;
1266
+ }
1267
+
1268
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
1269
+ border-bottom-left-radius: 0;
1270
+ border-bottom-right-radius: 4px;
1271
+ }
1272
+
1273
+ .e-de-ctnr-group-btn-bottom > button:last-child {
1274
+ border-radius: 0;
1275
+ border-bottom-right-radius: 4px;
1276
+ }
1277
+
1278
+ .e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
1279
+ border-bottom-right-radius: 0;
1280
+ border-bottom-left-radius: 4px;
1281
+ }
1282
+
1283
+ .e-de-toc-template1 {
1284
+ background: #282727;
1285
+ border: 1px solid #4a4848;
1286
+ color: #c8c8c8;
1287
+ height: 129px;
1288
+ width: 94px;
1289
+ margin-left: 78px;
1290
+ }
1291
+
1292
+ .e-de-toc-template1.e-de-rtl {
1293
+ margin-left: 0;
1294
+ margin-right: 78px;
1295
+ }
1296
+
1297
+ .e-de-toc-template1-content1 {
1298
+ font-size: 10px;
1299
+ height: 11px;
1300
+ margin-left: 5.4px;
1301
+ margin-top: 6.7px;
1302
+ width: 82px;
1303
+ }
1304
+
1305
+ .e-de-toc-template1-content2 {
1306
+ font-size: 8px;
1307
+ height: 9px;
1308
+ margin-left: 20.4px;
1309
+ margin-top: 5.7px;
1310
+ width: 63px;
1311
+ }
1312
+
1313
+ .e-de-toc-template1-content3 {
1314
+ font-size: 7px;
1315
+ height: 8px;
1316
+ margin-left: 28.4px;
1317
+ margin-top: 6.7px;
1318
+ width: 56px;
1319
+ }
1320
+
1321
+ .e-de-prop-sub-label {
1322
+ color: #c8c8c8;
1323
+ font-size: 13px;
1324
+ margin-bottom: 8px;
1325
+ font-weight: normal;
1326
+ }
1327
+
1328
+ .e-de-toc-checkbox1 {
1329
+ height: 14px;
1330
+ margin-top: 14px;
1331
+ }
1332
+
1333
+ .e-de-toc-checkbox2 {
1334
+ height: 14px;
1335
+ margin-top: 14px;
1336
+ }
1337
+
1338
+ .e-de-toc-checkbox3 {
1339
+ height: 14px;
1340
+ margin-top: 14px;
1341
+ }
1342
+
1343
+ .e-de-status-bar {
1344
+ background: #282727;
1345
+ display: -ms-flexbox;
1346
+ display: flex;
1347
+ padding-top: 2.5px;
1348
+ width: 100%;
1349
+ }
1350
+
1351
+ .e-de-ctnr-pg-no {
1352
+ color: #dadada;
1353
+ display: -ms-inline-flexbox;
1354
+ display: inline-flex;
1355
+ font-size: 13px;
1356
+ height: 100%;
1357
+ padding-top: 7px;
1358
+ }
1359
+ .e-de-ctnr-pg-no span {
1360
+ border: 1px solid transparent;
1361
+ }
1362
+
1363
+ .e-de-ctnr-pg-no-spellout {
1364
+ color: #dadada;
1365
+ display: -ms-inline-flexbox;
1366
+ display: inline-flex;
1367
+ font-size: 13px;
1368
+ height: 100%;
1369
+ padding-top: 7px;
1370
+ width: calc(100% - 160px);
1371
+ }
1372
+ .e-de-ctnr-pg-no-spellout span {
1373
+ border: 1px solid transparent;
1374
+ }
1375
+
1376
+ .e-bigger .e-de-ctnr-pg-no-spellout {
1377
+ color: #dadada;
1378
+ display: -ms-inline-flexbox;
1379
+ display: inline-flex;
1380
+ font-size: 13px;
1381
+ height: 100%;
1382
+ padding-top: 7px;
1383
+ width: calc(100% - 180px);
1384
+ }
1385
+
1386
+ .e-de-statusbar-zoom-spell {
1387
+ background-color: #282727;
1388
+ border: 0;
1389
+ color: #dadada;
1390
+ float: right;
1391
+ height: 34px;
1392
+ margin-left: calc(100% - 405px);
1393
+ }
1394
+
1395
+ .e-bigger .e-de-statusbar-zoom-spell {
1396
+ background-color: #282727;
1397
+ border: 0;
1398
+ color: #dadada;
1399
+ float: right;
1400
+ height: 34px;
1401
+ margin-left: calc(100% - 435px);
1402
+ }
1403
+
1404
+ .e-de-btn-cancel {
1405
+ margin-left: 10px;
1406
+ }
1407
+
1408
+ .e-de-btn-cancel-rtl {
1409
+ margin-left: 0;
1410
+ margin-right: 10px;
1411
+ }
1412
+
1413
+ .e-de-prop-header-label {
1414
+ color: #c8c8c8;
1415
+ display: inline-block;
1416
+ font-size: 13px;
1417
+ font-weight: bold;
1418
+ letter-spacing: 0.05px;
1419
+ opacity: 0.87;
1420
+ }
1421
+
1422
+ .e-de-prop-separator-line {
1423
+ border-bottom: 1px solid #4a4848;
1424
+ }
1425
+
1426
+ .e-de-status-bar > div label {
1427
+ font-weight: normal;
1428
+ }
1429
+
1430
+ .e-de-stylediv {
1431
+ padding-left: 12px;
1432
+ }
1433
+
1434
+ .e-de-stylediv-rtl {
1435
+ padding-left: 0;
1436
+ padding-right: 12px;
1437
+ }
1438
+
1439
+ .e-de-border-size-button {
1440
+ height: 28px;
1441
+ margin-top: 14px;
1442
+ width: 100px;
1443
+ }
1444
+
1445
+ .e-de-color-picker {
1446
+ height: 28px;
1447
+ width: 100px;
1448
+ }
1449
+
1450
+ .e-de-cell-text-box {
1451
+ margin-right: 12px;
1452
+ }
1453
+
1454
+ .e-de-pane-rtl .e-de-cell-text-box {
1455
+ margin-left: 12px;
1456
+ margin-right: 0;
1457
+ }
1458
+
1459
+ .e-de-prop-fill-label {
1460
+ margin-right: 8px;
1461
+ }
1462
+
1463
+ .e-de-prop-fill-label.e-de-rtl {
1464
+ margin-left: 8px;
1465
+ margin-right: 0;
1466
+ }
1467
+
1468
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1469
+ height: 36px !important;
1470
+ }
1471
+
1472
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1473
+ height: 42px !important;
1474
+ }
1475
+
1476
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1477
+ width: 38px;
1478
+ height: 38px;
1479
+ }
1480
+
1481
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1482
+ height: 42px;
1483
+ width: 42px;
1484
+ }
1485
+
1486
+ .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1487
+ width: 70px;
1488
+ }
1489
+
1490
+ .e-de-hRuler {
1491
+ background-color: #201f1f;
1492
+ border-bottom: 0.5px solid #4a4848;
1493
+ }
1494
+
1495
+ .e-de-vRuler {
1496
+ background-color: #201f1f;
1497
+ border-right: 0.5px solid #4a4848;
1498
+ }
1499
+
1500
+ .e-de-ruler-margin {
1501
+ background-color: #333232;
1502
+ }
1503
+
1504
+ .e-de-ruler-tick {
1505
+ stroke: #9a9a9a;
1506
+ }
1507
+
1508
+ .e-de-ruler-tick-label {
1509
+ fill: #dadada;
1510
+ }
1511
+
1512
+ .e-de-ruler-markIndicator {
1513
+ background-color: #333232;
1514
+ }
1515
+
1516
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1517
+ fill: #9a9a9a;
1518
+ }
1519
+
1520
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1521
+ fill: #9a9a9a;
1522
+ }
1523
+
1524
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1525
+ fill: #333232;
1526
+ stroke: #dadada;
1527
+ }
1528
+
1529
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1530
+ fill: #201f1f;
1531
+ stroke: #dadada;
1532
+ }
1533
+
1534
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1535
+ fill: #0074cc;
1536
+ stroke: #dadada;
1537
+ }
1538
+
1539
+ .e-de-ruler-table-svg {
1540
+ fill: #dadada;
1541
+ }
1542
+
1543
+ .e-de-ruler-table-svg:hover {
1544
+ fill: #201f1f;
1545
+ }
1546
+
1547
+ .e-de-ruler-table-svg:active {
1548
+ fill: #0074cc;
1549
+ }
1550
+
1551
+ .e-rtl .e-listview .e-list-icon {
1552
+ height: 24px;
1553
+ width: 16px;
1554
+ margin-left: 12px;
1555
+ }
1556
+ .e-rtl .e-de-listview-icon {
1557
+ height: auto;
1558
+ width: auto;
1559
+ line-height: 22px;
1560
+ margin-left: 12px;
1561
+ }
1562
+ .e-rtl .e-de-vRuler {
1563
+ background-color: #201f1f;
1564
+ border-right: none;
1565
+ border-left: 0.5px solid #4a4848;
1566
+ }
1567
+
1568
+ .e-bigger .de-split-button > div:first-child {
1569
+ margin-right: 0;
1570
+ }
1571
+ .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1572
+ width: 66px;
1573
+ }
1574
+ .e-bigger .e-de-prop-fill-label {
1575
+ margin-left: 0;
1576
+ margin-right: 9.8px;
1577
+ }
1578
+ .e-bigger .e-de-prop-fill-label.e-de-rtl {
1579
+ margin-left: 9.8px;
1580
+ margin-right: 0px;
1581
+ }
1582
+ .e-bigger .e-rtl .e-de-cell-text-box {
1583
+ margin-left: 16px;
1584
+ margin-right: 0;
1585
+ }
1586
+ .e-bigger .e-de-color-picker {
1587
+ height: 38px;
1588
+ width: 96px;
1589
+ }
1590
+ .e-bigger .e-de-border-size-button {
1591
+ height: 38px;
1592
+ margin-top: 14px;
1593
+ width: 96px;
1594
+ }
1595
+ .e-bigger .e-de-stylediv {
1596
+ padding-left: 16px;
1597
+ }
1598
+ .e-bigger .e-de-stylediv-rtl {
1599
+ padding-right: 16px;
1600
+ }
1601
+ .e-bigger .e-de-tool-ctnr-properties-pane {
1602
+ display: -ms-flexbox;
1603
+ display: flex;
1604
+ height: calc(100% - 122px);
1605
+ min-height: 200px;
1606
+ width: 100%;
1607
+ }
1608
+ .e-bigger .e-de-ctnr-properties-pane {
1609
+ display: -ms-flexbox;
1610
+ display: flex;
1611
+ height: calc(100% - 40px);
1612
+ width: 100%;
1613
+ }
1614
+ .e-bigger .e-de-ctn {
1615
+ background-color: #282727;
1616
+ border: 1px solid #4a4848;
1617
+ height: 100%;
1618
+ position: relative;
1619
+ width: 100%;
1620
+ }
1621
+ .e-bigger .e-de-ctnr-toolbar {
1622
+ display: -ms-flexbox;
1623
+ display: flex;
1624
+ height: 82px;
1625
+ width: 100%;
1626
+ }
1627
+ .e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
1628
+ .e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
1629
+ border: 0;
1630
+ }
1631
+ .e-bigger .e-de-pane {
1632
+ border-left: 1px solid #4a4848;
1633
+ }
1634
+ .e-bigger .e-de-pane-rtl {
1635
+ border-right: 1px solid #4a4848;
1636
+ }
1637
+ .e-bigger .e-de-ctnr-segment {
1638
+ margin-bottom: 16px;
1639
+ }
1640
+ .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1641
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1642
+ .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1643
+ margin-right: 16px;
1644
+ }
1645
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1646
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1647
+ .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1648
+ margin-left: 16px;
1649
+ margin-right: 0;
1650
+ }
1651
+ .e-bigger .e-de-tlbr-wrapper {
1652
+ background-color: #333232;
1653
+ height: 82px;
1654
+ width: calc(100% - 75px);
1655
+ }
1656
+ .e-bigger .e-de-ctnr-prop-label {
1657
+ color: #c8c8c8;
1658
+ display: inline-block;
1659
+ font-size: 13px;
1660
+ font-weight: 500;
1661
+ letter-spacing: 0.05px;
1662
+ margin-bottom: 16px;
1663
+ opacity: 0.87;
1664
+ }
1665
+ .e-bigger .e-de-table-prop-label {
1666
+ margin-left: 14.5px;
1667
+ }
1668
+ .e-bigger .e-de-table-prop-label.e-de-rtl {
1669
+ margin-left: 0;
1670
+ margin-right: 14.5px;
1671
+ }
1672
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
1673
+ height: 82px;
1674
+ }
1675
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
1676
+ margin: 0 7.5px;
1677
+ }
1678
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1679
+ margin-left: 16px !important;
1680
+ margin-right: 8px;
1681
+ }
1682
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
1683
+ margin-left: 8px;
1684
+ margin-right: 8px;
1685
+ }
1686
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
1687
+ margin-left: 8px;
1688
+ margin-right: 16px;
1689
+ }
1690
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
1691
+ background-color: #514f4f;
1692
+ }
1693
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1694
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1695
+ padding: 0;
1696
+ padding-bottom: 5px;
1697
+ }
1698
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1699
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1700
+ padding: 0;
1701
+ padding-bottom: 5px;
1702
+ }
1703
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1704
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1705
+ padding: 0;
1706
+ padding-bottom: 5px;
1707
+ }
1708
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1709
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1710
+ padding: 0;
1711
+ padding-bottom: 5px;
1712
+ }
1713
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1714
+ padding: 0 !important;
1715
+ }
1716
+ .e-bigger .e-de-overlay {
1717
+ height: 100%;
1718
+ opacity: 0.5;
1719
+ pointer-events: none;
1720
+ -ms-touch-action: none;
1721
+ touch-action: none;
1722
+ }
1723
+ .e-bigger .e-de-ctnr-properties-pane-btn {
1724
+ width: 75px;
1725
+ }
1726
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1727
+ background: #333232;
1728
+ border-radius: 0;
1729
+ box-shadow: none;
1730
+ min-height: 100%;
1731
+ min-width: 100%;
1732
+ }
1733
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
1734
+ box-shadow: none;
1735
+ }
1736
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
1737
+ box-shadow: none;
1738
+ }
1739
+ .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
1740
+ box-shadow: none;
1741
+ }
1742
+ .e-bigger .e-de-showhide-btn {
1743
+ border: 0;
1744
+ height: 82px;
1745
+ }
1746
+ .e-bigger .e-de-showhide-btn-rtl {
1747
+ border: 0;
1748
+ height: 82px;
1749
+ }
1750
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1751
+ padding: 0;
1752
+ }
1753
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1754
+ display: table;
1755
+ font-size: 12px !important;
1756
+ margin: 0 6px;
1757
+ padding: 0;
1758
+ white-space: normal;
1759
+ }
1760
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1761
+ .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 {
1762
+ padding: 0;
1763
+ }
1764
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
1765
+ box-shadow: none;
1766
+ height: 38px;
1767
+ }
1768
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
1769
+ box-shadow: none;
1770
+ }
1771
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
1772
+ box-shadow: none;
1773
+ }
1774
+ .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
1775
+ box-shadow: none;
1776
+ }
1777
+ .e-bigger .e-de-status-bar button {
1778
+ height: 38px;
1779
+ box-shadow: none;
1780
+ }
1781
+ .e-bigger .e-de-status-bar button:focus {
1782
+ box-shadow: none;
1783
+ }
1784
+ .e-bigger .e-de-status-bar button:active {
1785
+ box-shadow: none;
1786
+ }
1787
+ .e-bigger .e-de-status-bar button:hover {
1788
+ box-shadow: none;
1789
+ }
1790
+ .e-bigger .e-de-ctnr-group-btn button {
1791
+ box-shadow: none;
1792
+ height: 38px;
1793
+ }
1794
+ .e-bigger .e-de-ctnr-group-btn button:focus {
1795
+ box-shadow: none;
1796
+ }
1797
+ .e-bigger .e-de-ctnr-group-btn button:active {
1798
+ box-shadow: none;
1799
+ }
1800
+ .e-bigger .e-de-ctnr-group-btn button:hover {
1801
+ box-shadow: none;
1802
+ }
1803
+ .e-bigger .e-de-property-div-padding {
1804
+ border-bottom: 0.5px solid #4a4848;
1805
+ padding: 16px;
1806
+ }
1807
+ .e-bigger .e-de-font-clr-picker > div button,
1808
+ .e-bigger .e-de-font-clr-picker > button {
1809
+ width: auto;
1810
+ }
1811
+ .e-bigger .e-de-ctnr-dropdown-ftr {
1812
+ border-top: 1px solid #4a4848;
1813
+ color: #c8c8c8;
1814
+ cursor: pointer;
1815
+ display: block;
1816
+ font-size: 12px;
1817
+ line-height: 40px;
1818
+ text-indent: 1.2em;
1819
+ }
1820
+ .e-bigger .e-de-char-fmt-btn > button {
1821
+ width: 38.5px;
1822
+ }
1823
+ .e-bigger .e-de-btn-hghlclr > button:first-child {
1824
+ padding: 0 6px !important;
1825
+ }
1826
+ .e-bigger .e-de-ctnr-hglt-color {
1827
+ font-size: 12px;
1828
+ font-weight: 400;
1829
+ height: 25px !important;
1830
+ width: 25px !important;
1831
+ }
1832
+ .e-bigger .e-de-ctnr-list {
1833
+ font-size: 29px;
1834
+ vertical-align: top;
1835
+ }
1836
+ .e-bigger .e-de-image-property {
1837
+ padding-left: 32px;
1838
+ }
1839
+ .e-bigger .e-de-img-prty-span {
1840
+ color: #dadada;
1841
+ left: 10px;
1842
+ position: absolute;
1843
+ top: 10px;
1844
+ }
1845
+ .e-bigger .e-btn-toggle {
1846
+ background-color: #514f4f !important;
1847
+ box-shadow: none !important;
1848
+ outline: #414040 0 solid;
1849
+ outline-offset: 0;
1850
+ }
1851
+ .e-bigger .e-btn-toggle:hover {
1852
+ background-color: #514f4f !important;
1853
+ outline: #414040 0 solid;
1854
+ outline-offset: 0;
1855
+ box-shadow: none !important;
1856
+ }
1857
+ .e-bigger .e-de-toc-template1 {
1858
+ background: #282727;
1859
+ border: 1px solid #4a4848;
1860
+ color: #c8c8c8;
1861
+ height: 129px;
1862
+ margin-left: 78px;
1863
+ width: 94px;
1864
+ }
1865
+ .e-bigger .e-de-toc-template1-content1 {
1866
+ font-size: 10px;
1867
+ height: 11px;
1868
+ margin-left: 5.4px;
1869
+ margin-top: 6.7px;
1870
+ width: 82px;
1871
+ }
1872
+ .e-bigger .e-de-toc-template1-content2 {
1873
+ font-size: 8px;
1874
+ height: 9px;
1875
+ margin-left: 20.4px;
1876
+ margin-top: 5.7px;
1877
+ width: 63px;
1878
+ }
1879
+ .e-bigger .e-de-toc-template1-content3 {
1880
+ font-size: 7px;
1881
+ height: 8px;
1882
+ margin-left: 28.4px;
1883
+ margin-top: 6.7px;
1884
+ width: 56px;
1885
+ }
1886
+ .e-bigger .e-de-toc-optionsdiv {
1887
+ margin-bottom: 11.5px;
1888
+ margin-left: 5.5px;
1889
+ margin-top: 15.5px;
1890
+ }
1891
+ .e-bigger .e-de-toc-optionsdiv.e-de-rtl {
1892
+ margin-right: 5.5px;
1893
+ margin-left: 0;
1894
+ }
1895
+ .e-bigger .e-de-prop-sub-label {
1896
+ font-size: 13px;
1897
+ margin-bottom: 8.5px;
1898
+ }
1899
+ .e-bigger .e-de-btn-cancel {
1900
+ margin-left: 10px;
1901
+ }
1902
+ .e-bigger .e-de-status-bar {
1903
+ background: #282727;
1904
+ display: -ms-flexbox;
1905
+ display: flex;
1906
+ padding-top: 3px;
1907
+ width: 100%;
1908
+ }
1909
+ .e-bigger .e-de-statusbar-zoom {
1910
+ border: 0;
1911
+ color: #dadada;
1912
+ float: right;
1913
+ height: 34px;
1914
+ background-color: #282727;
1915
+ }
1916
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1917
+ line-height: 25px;
1918
+ padding: 0 5px !important;
1919
+ }
1920
+ .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
1921
+ height: 0;
1922
+ line-height: 0;
1923
+ }
1924
+ .e-bigger .e-listview .e-list-icon {
1925
+ height: 24px;
1926
+ width: 16px;
1927
+ margin-right: 16px;
1928
+ }
1929
+ .e-bigger .e-de-listview-icon {
1930
+ height: auto;
1931
+ width: auto;
1932
+ line-height: 22px;
1933
+ margin-right: 16px;
1934
+ }
1935
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1936
+ height: 24px;
1937
+ width: 16px;
1938
+ margin-left: 16px;
1939
+ }
1940
+ .e-bigger .e-rtl .e-de-listview-icon {
1941
+ height: auto;
1942
+ width: auto;
1943
+ line-height: 22px;
1944
+ margin-left: 16px;
1945
+ }
1946
+
1947
+ .e-de-ctn .e-de-bzr-button {
1948
+ font-size: 12px;
1949
+ font-weight: 400;
1950
+ background: #333232;
1951
+ height: 100%;
1952
+ color: default;
1953
+ box-shadow: none;
1954
+ border: none;
1955
+ }
1956
+
1957
+ .e-de-ctn .e-de-bzr-button:hover {
1958
+ background: default;
1959
+ border: default;
1960
+ border-radius: default;
1961
+ color: default;
1962
+ }
1963
+
1964
+ .e-de-ctn .e-de-bzr-button:active {
1965
+ box-shadow: none;
1966
+ background-color: default;
1967
+ border-color: default;
1968
+ color: default;
1969
+ }
1970
+
1971
+ .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
1972
+ font-size: 16px;
1973
+ }
1974
+ .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
1975
+ font-size: 16px;
1976
+ }