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