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