@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,3875 @@
1
- @import '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap.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: 20px;
23
+ }
24
+ .e-documenteditor .e-de-op-close-icon::before {
25
+ content: "\e361";
26
+ }
27
+ .e-documenteditor .e-de-op-search-close-icon::before {
28
+ content: "\e361";
29
+ font-family: "e-icons";
30
+ font-size: 10px;
31
+ }
32
+ .e-documenteditor .e-de-new-cmt::before {
33
+ content: "\eb0c";
34
+ font-family: "e-icons";
35
+ }
36
+ .e-documenteditor .e-de-menu-icon::before {
37
+ content: "\e936";
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: "\e98a";
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: "\e361";
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: "\e913";
77
+ }
78
+ .e-documenteditor .e-de-nav-left-arrow::before {
79
+ content: "\e904";
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: "\e60a";
87
+ font-family: "e-icons";
88
+ }
89
+
90
+ .e-de-ctn-title-print::before {
91
+ content: "\e34b";
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-table-properties-alignment:hover {
101
+ border-color: #317ab9;
102
+ }
103
+
104
+ .e-de-table-properties-alignment {
105
+ border: 1px solid transparent;
106
+ }
107
+
108
+ .e-de-tablecell-alignment {
109
+ border: 1px solid transparent;
110
+ }
111
+
112
+ .e-de-tablecell-alignment:hover {
113
+ border-color: #317ab9;
114
+ }
115
+
116
+ .e-de-table-left-alignment::before {
117
+ content: "\e517";
118
+ font-size: 46px;
119
+ }
120
+
121
+ .e-de-table-center-alignment::before {
122
+ content: "\e518";
123
+ font-size: 46px;
124
+ }
125
+
126
+ .e-de-table-right-alignment::before {
127
+ content: "\e515";
128
+ font-size: 46px;
129
+ }
130
+
131
+ .e-de-tablecell-top-alignment::before {
132
+ content: "\e527";
133
+ font-size: 51px;
134
+ }
135
+
136
+ .e-de-tablecell-center-alignment::before {
137
+ content: "\e526";
138
+ font-size: 51px;
139
+ }
140
+
141
+ .e-de-tablecell-bottom-alignment::before {
142
+ content: "\e525";
143
+ font-size: 51px;
144
+ }
145
+
146
+ .e-de-acceptchange::before {
147
+ content: "\e19f";
148
+ font-family: "e-icons";
149
+ }
150
+
151
+ .e-de-rejectchange::before {
152
+ content: "\e204";
153
+ font-family: "e-icons";
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 #317ab9;
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 #317ab9;
188
+ }
189
+
190
+ .e-de-table-border-inside-setting-click {
191
+ border: 1px solid #317ab9;
192
+ }
193
+
194
+ .e-de-table-border-inside-preview-click {
195
+ border: 1px solid #317ab9;
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: "\e940";
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: "\e942";
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: "\e945";
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-open-properties::before {
371
+ content: "\e605";
372
+ }
373
+
374
+ .e-menu-item .e-de-spellcheck::before {
375
+ content: "\e689";
376
+ }
377
+
378
+ .e-menu-item .e-de-copy::before {
379
+ content: "\e280";
380
+ }
381
+
382
+ .e-menu-item .e-de-paste::before {
383
+ content: "\e501";
384
+ }
385
+
386
+ .e-menu-item .e-de-continue-numbering::before {
387
+ content: "\e503";
388
+ }
389
+
390
+ .e-menu-item .e-de-restart-at::before {
391
+ content: "\e277";
392
+ }
393
+
394
+ .e-menu-item .e-de-insertlink::before {
395
+ content: "\e290";
396
+ }
397
+
398
+ .e-menu-item .e-de-open-hyperlink::before {
399
+ content: "\e278";
400
+ }
401
+
402
+ .e-menu-item .e-de-copy-hyperlink::before {
403
+ content: "\e295";
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: "\e685";
583
+ }
584
+
585
+ .e-item .e-de-paste-source::before {
586
+ content: "\e687";
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: #333333;
637
+ }
638
+
639
+ .e-de-svg-border-fill-color {
640
+ fill: #333333;
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: 400;
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: 6px;
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: 120px !important;
846
+ }
847
+
848
+ .e-de-ff-dlg-heading {
849
+ display: block;
850
+ font-weight: 400;
851
+ margin-bottom: 12px;
852
+ }
853
+
854
+ .e-de-ff-dlg-heading-small {
855
+ display: block;
856
+ font-weight: 400;
857
+ margin-bottom: 4px;
858
+ }
859
+
860
+ .e-de-ff-dlg-drpdwn-heading {
861
+ display: block;
862
+ font-size: 16px;
863
+ font-weight: 400;
864
+ margin-bottom: 8px;
865
+ }
866
+
867
+ .e-de-ff-dlg-check {
868
+ display: block;
869
+ font-size: 16px;
870
+ font-weight: 400;
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 #317ab9;
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: #317ab9;
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 #317ab9;
1008
+ cursor: default;
1009
+ }
1010
+
1011
+ .e-de-search-result-item:focus {
1012
+ border-bottom: 2px solid #317ab9;
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: 156px;
1082
+ margin-top: 10px;
1083
+ }
1084
+
1085
+ .e-de-toc-modify-button.e-de-rtl {
1086
+ margin-left: 0;
1087
+ margin-right: 156px;
1088
+ }
1089
+
1090
+ .e-de-toc-dlg-container {
1091
+ height: 454px;
1092
+ width: 550px;
1093
+ }
1094
+
1095
+ .e-de-toc-dlg-sub-container {
1096
+ margin-bottom: 15px;
1097
+ }
1098
+
1099
+ .e-de-toc-list-view {
1100
+ border: 1px solid #c3c3c3;
1101
+ border-radius: 3px;
1102
+ font-size: 12px;
1103
+ height: 183px;
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: 5px 15px 5px 15px;
1117
+ }
1118
+
1119
+ .e-de-toc-dlg-style-label {
1120
+ margin-left: 42px;
1121
+ margin-top: 50px;
1122
+ }
1123
+
1124
+ .e-de-toc-dlg-style-label .e-de-rtl {
1125
+ margin-left: 0;
1126
+ margin-right: 42px;
1127
+ }
1128
+
1129
+ .e-de-pagesetup-dlg-container {
1130
+ height: 281px;
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: 35px;
1140
+ }
1141
+
1142
+ .e-de-page-setup-dlg-left-sub-container {
1143
+ float: left;
1144
+ position: relative;
1145
+ top: 19px;
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: 19px;
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: 8px;
1167
+ margin-top: 1px;
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: 8px;
1175
+ margin-top: 15px;
1176
+ }
1177
+
1178
+ .e-de-page-setup-dlg-sub-container-port {
1179
+ height: 55px;
1180
+ margin-bottom: 20px;
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: 73px;
1194
+ margin-bottom: 20px;
1195
+ }
1196
+
1197
+ .e-de-page-setup-dlg-layout-sub-container {
1198
+ height: 60px;
1199
+ margin-bottom: 20px;
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: 15px;
1216
+ line-height: 11px;
1217
+ width: 15px;
1218
+ }
1219
+
1220
+ .e-de-page-setup-dlg-left-layout-container {
1221
+ float: left;
1222
+ position: relative;
1223
+ top: 10px;
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: 10px;
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: 17px;
1279
+ }
1280
+
1281
+ .e-de-font-dlg-cb-right {
1282
+ margin-left: 40px;
1283
+ }
1284
+
1285
+ .e-de-font-dlg-cb-right.e-de-rtl {
1286
+ margin-left: 0;
1287
+ margin-right: 40px;
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 #e6e6e6;
1300
+ padding-left: 15px;
1301
+ padding-top: 22px;
1302
+ padding-right: 15px;
1303
+ position: relative;
1304
+ width: 300px;
1305
+ }
1306
+
1307
+ .e-de-op {
1308
+ border-right: 1px solid #e6e6e6;
1309
+ padding-left: 15px;
1310
+ padding-right: 15px;
1311
+ position: relative;
1312
+ width: 300px;
1313
+ }
1314
+
1315
+ .e-de-op.e-de-rtl {
1316
+ padding-left: 0;
1317
+ padding-right: 15px;
1318
+ }
1319
+
1320
+ .e-de-op-header {
1321
+ color: #777;
1322
+ font-family: "Helvetica";
1323
+ font-size: 15px;
1324
+ font-weight: 500;
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-nav-btn {
1346
+ height: 20px;
1347
+ width: 20px;
1348
+ }
1349
+
1350
+ .e-de-op-search-txt {
1351
+ border-bottom: 1px solid #ddd;
1352
+ color: #333;
1353
+ font-size: 14px;
1354
+ }
1355
+
1356
+ .e-de-op-search-txt .e-de-op-search-word {
1357
+ color: #317ab9;
1358
+ }
1359
+
1360
+ .e-de-op-more-less {
1361
+ display: -ms-inline-flexbox;
1362
+ display: inline-flex;
1363
+ margin-top: 14px;
1364
+ }
1365
+
1366
+ .e-de-op-replacetabcontentdiv {
1367
+ margin-top: 14px;
1368
+ }
1369
+
1370
+ label[for*=_wholeWord_e-de-ltr] {
1371
+ left: 35px;
1372
+ }
1373
+
1374
+ label[for*=_wholeWord_e-de-rtl] {
1375
+ right: 35px;
1376
+ }
1377
+
1378
+ .e-de-cell-dia-label-common {
1379
+ display: inline-block;
1380
+ font-size: 12px;
1381
+ font-weight: normal;
1382
+ margin-bottom: 8px;
1383
+ margin-top: 8px;
1384
+ width: 150px;
1385
+ }
1386
+
1387
+ .e-de-cell-dia-options-label {
1388
+ font-weight: 400;
1389
+ }
1390
+
1391
+ .e-de-table-border-heading {
1392
+ font-size: 16px;
1393
+ font-weight: 400;
1394
+ padding-bottom: 20px;
1395
+ }
1396
+
1397
+ .e-de-table-setting-heading {
1398
+ font-size: 14px;
1399
+ font-weight: normal;
1400
+ padding-bottom: 20px;
1401
+ }
1402
+
1403
+ .e-de-layout-setting-heading {
1404
+ font-size: 14px;
1405
+ font-weight: normal;
1406
+ padding-bottom: 20px;
1407
+ }
1408
+
1409
+ .e-de-table-setting-labels-heading {
1410
+ font-size: 12px;
1411
+ font-weight: normal;
1412
+ margin-left: 10px;
1413
+ }
1414
+
1415
+ .e-de-table-element-subheading {
1416
+ font-size: 12px;
1417
+ font-weight: normal;
1418
+ }
1419
+
1420
+ .e-de-border-dlg-preview-div {
1421
+ border: 1px solid rgba(0, 0, 0, 0.54);
1422
+ width: 80px;
1423
+ height: 80px;
1424
+ }
1425
+
1426
+ .e-de-border-dlg-preview-inside-divs {
1427
+ opacity: 0.54;
1428
+ }
1429
+
1430
+ .e-de-tablecell-dia-align-div {
1431
+ border: 1px solid #ddd;
1432
+ display: inline-block;
1433
+ height: 60px;
1434
+ margin-right: 10px;
1435
+ width: 60px;
1436
+ }
1437
+
1438
+ .e-de-tablecell-dia-align-div.e-de-rtl {
1439
+ margin-left: 10px;
1440
+ margin-right: 0;
1441
+ }
1442
+
1443
+ .e-de-table-dia-align-label {
1444
+ display: inline-block;
1445
+ font-size: 12px;
1446
+ font-weight: normal;
1447
+ margin-left: 10px;
1448
+ margin-top: 10px;
1449
+ }
1450
+
1451
+ .e-de-table-dialog-separator-line {
1452
+ background-color: #e6e6e6;
1453
+ bottom: 59px;
1454
+ display: none;
1455
+ height: 1px;
1456
+ left: 1px;
1457
+ margin-top: 5px;
1458
+ position: absolute;
1459
+ width: 100%;
1460
+ }
1461
+
1462
+ .e-de-table-alignment-active {
1463
+ border: 1px solid #317ab9;
1464
+ }
1465
+
1466
+ .e-de-table-dialog-size-label {
1467
+ padding-top: 10px !important;
1468
+ }
1469
+
1470
+ .e-de-list-ddl-header {
1471
+ font-size: 14px;
1472
+ font-weight: normal;
1473
+ margin-bottom: 15px;
1474
+ margin-top: 15px;
1475
+ }
1476
+
1477
+ .e-de-list-ddl-header-list-level {
1478
+ font-size: 14px;
1479
+ font-weight: normal;
1480
+ margin-bottom: 15px;
1481
+ }
1482
+
1483
+ .e-de-tbl-dlg-footer {
1484
+ padding-top: 23px;
1485
+ }
1486
+
1487
+ .e-de-row-ht-top,
1488
+ .e-de-cell-ht-top {
1489
+ padding: 0 20px;
1490
+ width: 160px;
1491
+ }
1492
+
1493
+ .e-de-ht-wdth-type {
1494
+ margin-top: -22px;
1495
+ width: 120px;
1496
+ }
1497
+
1498
+ .e-de-row-ht-top.e-de-rtl,
1499
+ .e-de-cell-ht-top.e-de-rtl {
1500
+ margin-left: 0;
1501
+ margin-right: 20px;
1502
+ }
1503
+
1504
+ .e-de-cell-width-top {
1505
+ margin-left: 20px;
1506
+ margin-top: -23px;
1507
+ }
1508
+
1509
+ .e-de-cell-width-top.e-de-rtl {
1510
+ margin-left: 0;
1511
+ margin-right: 20px;
1512
+ }
1513
+
1514
+ .e-de-tbl-dlg-border-btn {
1515
+ float: right;
1516
+ margin-top: 20px;
1517
+ }
1518
+
1519
+ .e-de-tbl-dlg-border-btn.e-de-rtl {
1520
+ float: left;
1521
+ margin-right: 0;
1522
+ }
1523
+
1524
+ .e-de-table-border-setting.e-de-rtl {
1525
+ right: 5px;
1526
+ }
1527
+
1528
+ .e-de-tbl-dlg-op-btn {
1529
+ left: 440px;
1530
+ position: absolute;
1531
+ top: 285px;
1532
+ }
1533
+
1534
+ .e-de-insert-table-dlg-sub-header {
1535
+ display: block;
1536
+ font-size: 12px;
1537
+ font-weight: normal;
1538
+ margin-bottom: 8px;
1539
+ margin-top: 8px;
1540
+ }
1541
+
1542
+ .e-de-insert-footnote-dlg-sub-header,
1543
+ .e-de-insert-footnote-dlg-header {
1544
+ display: block;
1545
+ font-size: 12px;
1546
+ font-weight: normal;
1547
+ margin-bottom: 8px;
1548
+ margin-top: 8px;
1549
+ }
1550
+
1551
+ .e-de-insert-footnote-dlg-header {
1552
+ margin-bottom: 25px;
1553
+ }
1554
+
1555
+ .e-de-insert-table-dlg-input {
1556
+ margin-bottom: 15px;
1557
+ }
1558
+
1559
+ .e-de-list-ddl-subheader,
1560
+ .e-de-list-ddl-subheaderbottom {
1561
+ font-size: 12px;
1562
+ font-weight: normal;
1563
+ margin-bottom: 10px;
1564
+ margin-top: 10px;
1565
+ }
1566
+
1567
+ .e-de-list-dlg-subdiv {
1568
+ float: right;
1569
+ margin-top: 40px;
1570
+ position: relative;
1571
+ }
1572
+
1573
+ .e-de-list-dlg-subdiv.e-de-rtl {
1574
+ float: left;
1575
+ margin-top: -136px;
1576
+ }
1577
+
1578
+ .e-de-list-dlg-div {
1579
+ float: right;
1580
+ margin-top: 30px;
1581
+ position: relative;
1582
+ }
1583
+
1584
+ .e-de-list-dlg-div.e-de-rtl {
1585
+ float: left;
1586
+ margin-top: -138px;
1587
+ }
1588
+
1589
+ .e-de-ok-button {
1590
+ margin-right: 8px;
1591
+ }
1592
+
1593
+ .e-de-ok-button.e-de-rtl {
1594
+ margin-left: 8px;
1595
+ }
1596
+
1597
+ .e-de-options-setter {
1598
+ left: 339px;
1599
+ }
1600
+
1601
+ .e-de-op-close-icon:hover {
1602
+ color: rgba(0, 0, 0, 0.5);
1603
+ }
1604
+
1605
+ .e-de-tooltip {
1606
+ background-color: #fff;
1607
+ box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1608
+ color: #000;
1609
+ cursor: text;
1610
+ display: table;
1611
+ max-width: 200px;
1612
+ padding: 5px;
1613
+ word-wrap: break-word;
1614
+ }
1615
+
1616
+ .e-de-form-popup {
1617
+ background-color: #fff;
1618
+ box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1619
+ color: #000;
1620
+ cursor: text;
1621
+ max-width: 350px;
1622
+ min-width: 300px;
1623
+ padding: 16px;
1624
+ position: absolute;
1625
+ width: fit-content;
1626
+ word-wrap: break-word;
1627
+ }
1628
+
1629
+ .e-de-save,
1630
+ .e-de-cancel {
1631
+ margin-left: 8px;
1632
+ }
1633
+
1634
+ .e-btn.e-de-op-icon-btn {
1635
+ background-color: transparent;
1636
+ border-color: transparent;
1637
+ }
1638
+
1639
+ .e-documenteditor .e-de-op-close-button {
1640
+ left: 250px;
1641
+ position: absolute;
1642
+ top: 6px;
1643
+ }
1644
+
1645
+ .e-de-restrict-pane {
1646
+ color: #000;
1647
+ }
1648
+
1649
+ .e-de-op.e-de-rtl .e-de-search-tab-content {
1650
+ margin-left: 12px;
1651
+ margin-right: 0;
1652
+ }
1653
+
1654
+ .e-documenteditor .e-de-op-close-button.e-de-rtl {
1655
+ right: 255px;
1656
+ }
1657
+
1658
+ .e-de-table-measure-lbl {
1659
+ font-size: 11px;
1660
+ font-weight: normal;
1661
+ display: block;
1662
+ margin-bottom: 8px;
1663
+ }
1664
+
1665
+ .e-de-tbl-indent-lbl {
1666
+ font-weight: normal;
1667
+ font-size: 11px;
1668
+ position: relative;
1669
+ display: block;
1670
+ margin-bottom: 18px;
1671
+ top: 10px;
1672
+ }
1673
+
1674
+ .e-btn.e-de-op-close-button:hover {
1675
+ background-color: transparent;
1676
+ border-color: transparent;
1677
+ color: rgba(0, 0, 0, 0.5);
1678
+ }
1679
+
1680
+ .e-btn.e-de-op-close-button:focus {
1681
+ background-color: transparent;
1682
+ border-color: transparent;
1683
+ color: rgba(0, 0, 0, 0.5);
1684
+ }
1685
+
1686
+ .e-btn.e-de-op-close-button:active {
1687
+ background-color: transparent;
1688
+ border-color: transparent;
1689
+ color: rgba(0, 0, 0, 0.5);
1690
+ }
1691
+
1692
+ .e-documenteditor .e-input {
1693
+ font-size: 14px;
1694
+ }
1695
+
1696
+ .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
1697
+ height: 32px;
1698
+ }
1699
+
1700
+ .e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) {
1701
+ height: auto;
1702
+ }
1703
+
1704
+ .e-de-op-result-container {
1705
+ margin-top: 7px;
1706
+ }
1707
+
1708
+ .e-de-restrict-pane,
1709
+ .e-de-op {
1710
+ background: #fff;
1711
+ }
1712
+
1713
+ .e-de-restrict-pane .e-tab-header .e-toolbar-items,
1714
+ .e-de-op .e-tab-header .e-toolbar-items {
1715
+ margin-bottom: 0;
1716
+ margin-top: 20px;
1717
+ }
1718
+
1719
+ .e-de-font-dlg-color {
1720
+ border: 1px #ccc;
1721
+ border-radius: 4px;
1722
+ font-size: 12px;
1723
+ height: 16px;
1724
+ margin-left: 15px;
1725
+ width: 25px;
1726
+ }
1727
+
1728
+ .e-de-icon-table-row-above {
1729
+ top: 10px;
1730
+ }
1731
+
1732
+ .e-de-icon-table-row-below {
1733
+ top: 49px;
1734
+ }
1735
+
1736
+ .e-de-icon-table-column-left {
1737
+ top: 89px;
1738
+ }
1739
+
1740
+ .e-de-icon-table-column-right {
1741
+ top: 127px;
1742
+ }
1743
+
1744
+ .e-de-icon-table-delete {
1745
+ top: 10px;
1746
+ }
1747
+
1748
+ .e-de-icon-table-row-delete {
1749
+ top: 49px;
1750
+ }
1751
+
1752
+ .e-de-icon-table-column-delete {
1753
+ top: 89px;
1754
+ }
1755
+
1756
+ .e-de-list-bullet-none {
1757
+ height: 40px;
1758
+ width: 40px;
1759
+ }
1760
+
1761
+ .e-de-list-bullet-dot {
1762
+ height: 40px;
1763
+ width: 40px;
1764
+ }
1765
+
1766
+ .e-de-list-bullet-circle {
1767
+ height: 40px;
1768
+ width: 40px;
1769
+ }
1770
+
1771
+ .e-de-list-bullet-square {
1772
+ height: 40px;
1773
+ width: 40px;
1774
+ }
1775
+
1776
+ .e-de-list-bullet-flower {
1777
+ height: 40px;
1778
+ width: 40px;
1779
+ }
1780
+
1781
+ .e-de-list-bullet-arrow {
1782
+ height: 40px;
1783
+ width: 40px;
1784
+ }
1785
+
1786
+ .e-de-list-bullet-tick {
1787
+ height: 40px;
1788
+ width: 40px;
1789
+ }
1790
+
1791
+ .e-de-bullet:hover {
1792
+ background: rgba(0, 0, 0, 0.12);
1793
+ }
1794
+
1795
+ .e-de-list-numbered-none {
1796
+ height: 80px;
1797
+ width: 80px;
1798
+ }
1799
+
1800
+ .e-de-list-numbered-number-dot {
1801
+ height: 80px;
1802
+ width: 80px;
1803
+ }
1804
+
1805
+ .e-de-list-numbered-number-brace {
1806
+ height: 80px;
1807
+ width: 80px;
1808
+ }
1809
+
1810
+ .e-de-list-numbered-up-roman {
1811
+ height: 80px;
1812
+ width: 80px;
1813
+ }
1814
+
1815
+ .e-de-list-numbered-up-letter {
1816
+ height: 80px;
1817
+ width: 80px;
1818
+ }
1819
+
1820
+ .e-de-list-numbered-low-letter-brace {
1821
+ height: 80px;
1822
+ width: 80px;
1823
+ }
1824
+
1825
+ .e-de-numbered-low-letter-dot {
1826
+ height: 80px;
1827
+ width: 80px;
1828
+ }
1829
+
1830
+ .e-de-list-numbered-low-roman {
1831
+ height: 80px;
1832
+ width: 80px;
1833
+ }
1834
+
1835
+ .e-de-numbered:hover {
1836
+ background: rgba(0, 0, 0, 0.12);
1837
+ }
1838
+
1839
+ .e-de-list-multilevel-none {
1840
+ height: 80px;
1841
+ width: 80px;
1842
+ }
1843
+
1844
+ .e-de-list-multilevel-list-normal {
1845
+ height: 80px;
1846
+ width: 80px;
1847
+ }
1848
+
1849
+ .e-de-list-multilevel-list-multilevel {
1850
+ height: 80px;
1851
+ width: 80px;
1852
+ }
1853
+
1854
+ .e-de-list-multilevel-list-bullets {
1855
+ height: 80px;
1856
+ width: 80px;
1857
+ }
1858
+
1859
+ .e-de-multilevel-list:hover {
1860
+ background: rgba(0, 0, 0, 0.12);
1861
+ }
1862
+
1863
+ .e-de-list-dialog-open:hover {
1864
+ background: rgba(0, 0, 0, 0.12);
1865
+ }
1866
+
1867
+ .e-de-cell-options {
1868
+ left: 336px;
1869
+ top: 272px;
1870
+ }
1871
+
1872
+ .e-de-cell-options.e-de-rtl {
1873
+ left: 123px;
1874
+ }
1875
+
1876
+ .e-de-font-color-label {
1877
+ margin-bottom: 5px;
1878
+ margin-right: 15px;
1879
+ margin-top: 15px;
1880
+ }
1881
+
1882
+ .e-de-font-content-label {
1883
+ width: 115px;
1884
+ }
1885
+
1886
+ .e-de-font-color-margin {
1887
+ margin-right: 10px;
1888
+ margin-top: 5px;
1889
+ }
1890
+
1891
+ .e-de-font-color-margin.e-de-rtl {
1892
+ margin-left: 10px;
1893
+ margin-right: 0;
1894
+ }
1895
+
1896
+ .e-de-font-content-checkbox-label {
1897
+ margin-left: 42px;
1898
+ }
1899
+
1900
+ .e-de-font-content-checkbox-label-rtl {
1901
+ margin-right: 61px;
1902
+ }
1903
+
1904
+ .e-bigger .e-de-font-content-checkbox-label {
1905
+ margin-left: 64px;
1906
+ }
1907
+ .e-bigger .e-de-font-content-checkbox-label-rtl {
1908
+ margin-right: 64px;
1909
+ }
1910
+ .e-bigger .e-de-font-content-label {
1911
+ width: 132px;
1912
+ }
1913
+
1914
+ .e-de-font-checkbox {
1915
+ margin-top: 10px;
1916
+ }
1917
+
1918
+ .e-de-font-checkbox-transform {
1919
+ margin-left: 58px;
1920
+ }
1921
+
1922
+ .e-de-font-checkbox-transform.e-de-rtl {
1923
+ margin-left: 0;
1924
+ margin-right: 58px;
1925
+ }
1926
+
1927
+ .e-de-font-checkbox-transform-label {
1928
+ margin-bottom: 10px;
1929
+ margin-top: 10px;
1930
+ }
1931
+
1932
+ .e-de-font-checkbox.e-de-rtl {
1933
+ margin-left: 0;
1934
+ margin-right: 58px;
1935
+ }
1936
+
1937
+ .e-de-font-checkbox.e-de-rtl {
1938
+ margin-left: 0;
1939
+ margin-right: 58px;
1940
+ }
1941
+
1942
+ .e-de-font-clr-div {
1943
+ margin-top: 14px;
1944
+ }
1945
+
1946
+ .e-de-font-dlg-padding {
1947
+ margin-top: 12px;
1948
+ }
1949
+
1950
+ .e-de-table-container-div {
1951
+ margin-top: 15px;
1952
+ }
1953
+
1954
+ .e-de-table-header-div {
1955
+ padding-top: 0;
1956
+ }
1957
+
1958
+ .e-de-table-subheader-div {
1959
+ float: right;
1960
+ margin-right: 140px;
1961
+ margin-top: -40px;
1962
+ }
1963
+
1964
+ .e-de-table-subheader-div.e-de-rtl {
1965
+ float: left;
1966
+ margin-left: 140px;
1967
+ margin-right: 0;
1968
+ }
1969
+
1970
+ .e-de-table-cell-header-div {
1971
+ padding-top: 0;
1972
+ }
1973
+
1974
+ .e-de-table-cell-subheader-div {
1975
+ top: 57px;
1976
+ }
1977
+
1978
+ .e-de-cell-margin-header {
1979
+ left: -26px;
1980
+ top: 274px;
1981
+ }
1982
+
1983
+ .e-de-font-dlg-display {
1984
+ display: -ms-inline-flexbox;
1985
+ display: inline-flex;
1986
+ }
1987
+
1988
+ .e-de-tbl-margin-sub-header {
1989
+ margin-top: 10px;
1990
+ }
1991
+
1992
+ .e-de-tbl-btn-separator {
1993
+ width: 60%;
1994
+ }
1995
+
1996
+ .e-de-op-msg {
1997
+ color: #000;
1998
+ top: 79px;
1999
+ }
2000
+
2001
+ .e-de-save-dlg-file-name {
2002
+ height: 25px;
2003
+ margin-bottom: 8px;
2004
+ }
2005
+
2006
+ .e-de-save-dlg-format-type {
2007
+ height: 25px;
2008
+ margin-bottom: 8px;
2009
+ padding-top: 1px;
2010
+ }
2011
+
2012
+ .e-de-search-tab-content {
2013
+ margin-top: 12px;
2014
+ width: 275px;
2015
+ }
2016
+
2017
+ .e-de-font-dlg {
2018
+ width: max-content;
2019
+ }
2020
+
2021
+ .e-de-hyperlink {
2022
+ width: 250px;
2023
+ }
2024
+
2025
+ .e-bigger .e-de-hyperlink {
2026
+ width: 300px;
2027
+ }
2028
+
2029
+ .e-de-insert-table {
2030
+ height: 139px;
2031
+ width: 247px;
2032
+ }
2033
+
2034
+ .e-de-insert-footnote {
2035
+ height: 139px;
2036
+ width: 247px;
2037
+ }
2038
+
2039
+ .e-de-insert-spellchecker {
2040
+ height: 360px;
2041
+ width: 513px;
2042
+ font-weight: normal;
2043
+ }
2044
+
2045
+ .e-bigger .e-de-insert-spellchecker {
2046
+ width: 600px;
2047
+ }
2048
+
2049
+ .e-de-dlg-spellcheck-listview {
2050
+ border: 1px solid #e4e4e4;
2051
+ border-radius: 2px !important;
2052
+ height: 122px !important;
2053
+ margin-right: 14px;
2054
+ margin-top: 8px;
2055
+ position: relative;
2056
+ float: left;
2057
+ width: 100%;
2058
+ }
2059
+
2060
+ .e-de-dlg-spellcheck-listview.e-de-rtl {
2061
+ float: right;
2062
+ }
2063
+
2064
+ .e-de-spellcheck-error-container {
2065
+ height: 140px;
2066
+ margin-bottom: 25px;
2067
+ display: -ms-flexbox;
2068
+ display: flex;
2069
+ }
2070
+
2071
+ .e-de-spellcheck-suggestion-container {
2072
+ height: 140px;
2073
+ margin-bottom: 25px;
2074
+ display: -ms-flexbox;
2075
+ display: flex;
2076
+ }
2077
+
2078
+ .e-dlg-spellcheck-listitem {
2079
+ font-size: 15px !important;
2080
+ }
2081
+
2082
+ .e-de-spellcheck-btncontainer {
2083
+ margin-top: 8px;
2084
+ position: relative;
2085
+ width: 100%;
2086
+ float: right;
2087
+ }
2088
+
2089
+ .e-de-spellcheck-btncontainer.e-de-rtl {
2090
+ float: left;
2091
+ }
2092
+
2093
+ .e-de-spellcheck-btn {
2094
+ margin-bottom: 8px;
2095
+ width: 100%;
2096
+ }
2097
+
2098
+ .e-de-dlg-spellchecker-subheader {
2099
+ margin-top: 8px;
2100
+ font-size: 15px;
2101
+ }
2102
+
2103
+ .e-de-dlg-spellchecker-subheaderbtm {
2104
+ font-size: 15px;
2105
+ }
2106
+
2107
+ .e-de-list-dlg {
2108
+ height: 450px;
2109
+ width: 400px;
2110
+ }
2111
+
2112
+ .e-de-save-dlg {
2113
+ height: 135px;
2114
+ width: 230px;
2115
+ }
2116
+
2117
+ .e-de-table-properties-dlg {
2118
+ width: 410px;
2119
+ }
2120
+
2121
+ .e-de-table-border-shading-dlg {
2122
+ width: 460px;
2123
+ }
2124
+
2125
+ .e-de-table-cell-margin-dlg {
2126
+ height: 222px;
2127
+ width: 380px;
2128
+ }
2129
+
2130
+ .e-de-table-options-dlg {
2131
+ height: 248px;
2132
+ width: 380px;
2133
+ }
2134
+
2135
+ .e-de-table-border-none {
2136
+ position: absolute;
2137
+ top: 25px;
2138
+ }
2139
+
2140
+ .e-de-table-border-box {
2141
+ position: absolute;
2142
+ top: 95px;
2143
+ }
2144
+
2145
+ .e-de-table-border-all {
2146
+ position: absolute;
2147
+ top: 165px;
2148
+ }
2149
+
2150
+ .e-de-table-border-custom {
2151
+ position: absolute;
2152
+ top: 235px;
2153
+ }
2154
+
2155
+ .e-de-table-shading-preview {
2156
+ top: 385px;
2157
+ }
2158
+
2159
+ .e-de-font-label span.e-label {
2160
+ color: rgba(0, 0, 0, 0.87);
2161
+ }
2162
+
2163
+ .e-de-font-content-label:hover .e-label,
2164
+ .e-css.e-de-font-content-label:hover .e-label {
2165
+ color: rgba(0, 0, 0, 0.87);
2166
+ }
2167
+
2168
+ .e-de-font-label:hover .e-label,
2169
+ .e-css.e-de-font-label:hover .e-label {
2170
+ color: rgba(0, 0, 0, 0.87);
2171
+ }
2172
+
2173
+ .e-de-op-dlg-footer {
2174
+ margin-top: 15px;
2175
+ }
2176
+
2177
+ .e-de-op-dlg-footer .e-btn {
2178
+ padding-left: 6px;
2179
+ padding-right: 6px;
2180
+ }
2181
+
2182
+ .e-de-search-tab-content .e-input-group .e-de-search-input {
2183
+ width: 178px;
2184
+ }
2185
+
2186
+ .e-de-op-replacewith {
2187
+ width: 98%;
2188
+ }
2189
+
2190
+ .e-de-table-ppty-tab {
2191
+ border: 0;
2192
+ }
2193
+
2194
+ .e-de-list-format-info {
2195
+ border-radius: 50% !important;
2196
+ cursor: default;
2197
+ font-size: 12px !important;
2198
+ height: 15px;
2199
+ line-height: 1px;
2200
+ padding: 3px 0 0 0 !important;
2201
+ text-transform: lowercase;
2202
+ width: 16px;
2203
+ }
2204
+
2205
+ .e-button-custom {
2206
+ height: 32px;
2207
+ width: 100%;
2208
+ }
2209
+
2210
+ .e-bigger .e-button-custom {
2211
+ height: 37px;
2212
+ width: 100%;
2213
+ }
2214
+
2215
+ .e-styles-listview,
2216
+ .e-bookmark-listview {
2217
+ border: 1px solid #c8c8c8;
2218
+ border-radius: 4px;
2219
+ height: 150px;
2220
+ overflow-y: scroll;
2221
+ }
2222
+
2223
+ .e-bookmark-gotobutton,
2224
+ .e-bookmark-addbutton,
2225
+ .e-styles-addbutton,
2226
+ .e-bookmark-deletebutton {
2227
+ margin-bottom: 12px;
2228
+ }
2229
+
2230
+ .e-bookmark-list {
2231
+ float: left;
2232
+ margin-right: 14px;
2233
+ width: 250px;
2234
+ }
2235
+
2236
+ .e-bookmark-list.e-de-rtl {
2237
+ margin-left: 20px;
2238
+ margin-right: 0;
2239
+ }
2240
+
2241
+ .e-bookmark-textboxdiv {
2242
+ margin-bottom: 6px;
2243
+ }
2244
+
2245
+ .e-bookmark-listview .e-list-item {
2246
+ font-size: 13px;
2247
+ height: 30px;
2248
+ line-height: 27px;
2249
+ }
2250
+
2251
+ .e-bookmark-common {
2252
+ display: -ms-flexbox;
2253
+ display: flex;
2254
+ }
2255
+
2256
+ .e-bookmark-button {
2257
+ position: relative;
2258
+ top: 0;
2259
+ }
2260
+
2261
+ .e-font {
2262
+ float: left;
2263
+ }
2264
+
2265
+ .e-font-rtl {
2266
+ float: right;
2267
+ }
2268
+
2269
+ .e-de-table-border-toptop-alignment,
2270
+ .e-de-table-border-topcenter-alignment,
2271
+ .e-de-table-border-topbottom-alignment,
2272
+ .e-de-table-border-diagionalup-alignment,
2273
+ .e-de-table-border-diagionaldown-alignment,
2274
+ .e-de-table-border-bottomleft-alignment,
2275
+ .e-de-table-border-bottomcenter-alignment,
2276
+ .e-de-table-border-bottomright-alignment {
2277
+ left: 48%;
2278
+ position: relative;
2279
+ top: 59%;
2280
+ transform: translate(-50%, -50%);
2281
+ }
2282
+
2283
+ .e-de-style-properties,
2284
+ .e-de-style-formatting {
2285
+ font-size: 14px;
2286
+ font-weight: 400;
2287
+ color: #333;
2288
+ }
2289
+
2290
+ .e-de-style-formatting {
2291
+ margin-bottom: 15px;
2292
+ }
2293
+
2294
+ .e-de-style-paragraph-indent-group-button .e-btn,
2295
+ .e-de-style-paragraph-group-button .e-btn,
2296
+ .e-de-style-font-group-button .e-btn {
2297
+ box-shadow: none;
2298
+ }
2299
+
2300
+ .e-de-table-options-dlg-div {
2301
+ height: auto;
2302
+ position: relative;
2303
+ margin-bottom: 14px;
2304
+ width: 504px;
2305
+ }
2306
+
2307
+ .e-de-style-paragraph-indent-group-button .e-btn.e-active,
2308
+ .e-de-style-paragraph-group-button .e-btn.e-active,
2309
+ .e-de-style-font-group-button .e-btn.e-active {
2310
+ background-color: #c8c8c8;
2311
+ border-color: #c8c8c8;
2312
+ box-shadow: none;
2313
+ color: #000;
2314
+ }
2315
+
2316
+ .e-de-style-properties {
2317
+ margin-bottom: 15px;
2318
+ }
2319
+
2320
+ .e-de-style-nametype-div {
2321
+ margin-bottom: 15px;
2322
+ }
2323
+
2324
+ .e-de-style-based-para-div {
2325
+ margin-bottom: 15px;
2326
+ }
2327
+
2328
+ .e-de-style-name,
2329
+ .e-de-style-styletype,
2330
+ .e-de-style-style-based-on,
2331
+ .e-de-style-style-paragraph {
2332
+ font-weight: normal;
2333
+ margin-bottom: 8px;
2334
+ font-size: 13px;
2335
+ width: 180px;
2336
+ }
2337
+
2338
+ .e-de-style-left-div {
2339
+ margin-right: 20px;
2340
+ }
2341
+
2342
+ .e-de-style-left-div.e-de-rtl {
2343
+ margin-left: 20px;
2344
+ margin-right: 0;
2345
+ }
2346
+
2347
+ .e-de-style-font-color-picker,
2348
+ .e-de-style-icon-button-size,
2349
+ .e-de-style-icon-button-first-size,
2350
+ .e-de-style-icon-button-last-size {
2351
+ height: 31px;
2352
+ }
2353
+
2354
+ .e-bigger .e-de-style-font-color-picker,
2355
+ .e-bigger .e-de-style-icon-button-size,
2356
+ .e-bigger .e-de-style-icon-button-first-size,
2357
+ .e-bigger .e-de-style-icon-button-last-size {
2358
+ height: 35px;
2359
+ }
2360
+ .e-bigger .e-de-style-bold-button-size {
2361
+ margin-left: 8px;
2362
+ margin-right: 8px;
2363
+ height: 35px;
2364
+ }
2365
+
2366
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2367
+ height: 40px !important;
2368
+ width: auto !important;
2369
+ }
2370
+
2371
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2372
+ height: 40px !important;
2373
+ width: auto !important;
2374
+ }
2375
+
2376
+ .e-de-style-bold-button-size {
2377
+ margin-left: 8px;
2378
+ margin-right: 8px;
2379
+ height: 31px;
2380
+ }
2381
+
2382
+ .e-de-style-format-dropdwn .e-btn-icon {
2383
+ margin-left: 8px;
2384
+ }
2385
+
2386
+ .e-de-style-font-color-picker,
2387
+ .e-de-style-icon-button-size {
2388
+ margin-right: 8px;
2389
+ }
2390
+
2391
+ .e-de-style-icon-button-first-size {
2392
+ margin-left: 8px;
2393
+ margin-right: 3px;
2394
+ }
2395
+
2396
+ .e-de-style-icon-button-last-size {
2397
+ margin-right: 8px;
2398
+ }
2399
+
2400
+ .e-de-style-font-color-picker {
2401
+ margin-left: 8px;
2402
+ }
2403
+
2404
+ .e-style-font-fmaily-right {
2405
+ margin-right: 8px;
2406
+ }
2407
+
2408
+ .e-style-font {
2409
+ margin-left: 20px;
2410
+ margin-right: 20px;
2411
+ }
2412
+
2413
+ .e-de-style-dlg-name-input {
2414
+ height: 32px;
2415
+ }
2416
+
2417
+ .e-style-list {
2418
+ margin-left: 20px;
2419
+ }
2420
+
2421
+ .e-de-style-dialog .e-de-style-only-this-document {
2422
+ margin-top: 25px;
2423
+ }
2424
+
2425
+ .e-de-style-format-dropdwn {
2426
+ width: 135px;
2427
+ }
2428
+
2429
+ .e-de-style-options-div,
2430
+ .e-de-style-options-div > div:first-child {
2431
+ margin-bottom: 15px !important;
2432
+ }
2433
+
2434
+ .e-de-style-paragraph-group-button {
2435
+ border-right: 2px solid #e0e0e0;
2436
+ }
2437
+
2438
+ .e-de-style-font-group-button {
2439
+ border-left: 2px solid #e0e0e0;
2440
+ border-right: 2px solid #e0e0e0;
2441
+ }
2442
+
2443
+ .e-de-op-replace-messagediv {
2444
+ color: #000;
2445
+ top: auto;
2446
+ }
2447
+
2448
+ .e-de-font-content-label .e-label,
2449
+ .e-de-font-dlg-cb-right .e-label,
2450
+ .e-de-font-checkbox .e-label {
2451
+ font-size: 12px;
2452
+ }
2453
+
2454
+ .e-de-font-content-label .e-frame,
2455
+ .e-de-font-dlg-cb-right .e-frame,
2456
+ .e-de-font-checkbox .e-frame,
2457
+ .e-de-font-content-label-caps .e-frame,
2458
+ .e-de-cntr-pane-padding .e-frame {
2459
+ height: 15px;
2460
+ line-height: 11px;
2461
+ width: 15px;
2462
+ }
2463
+
2464
+ .e-de-op-input-group,
2465
+ .e-de-op-replacewith {
2466
+ height: 34px;
2467
+ }
2468
+
2469
+ .e-bigger .e-de-op-input-group,
2470
+ .e-bigger .e-de-op-replacewith {
2471
+ height: 40px;
2472
+ }
2473
+
2474
+ .e-de-hyperlink-bookmark-check {
2475
+ margin-top: 20px;
2476
+ }
2477
+
2478
+ .e-de-table-container-div .e-checkbox-wrapper .e-frame,
2479
+ .e-de-table-header-div .e-checkbox-wrapper .e-frame,
2480
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame,
2481
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame,
2482
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-frame,
2483
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-frame,
2484
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame,
2485
+ .e-de-tbl-margin-sub-header .e-frame {
2486
+ height: 15px;
2487
+ line-height: 11px;
2488
+ width: 15px;
2489
+ }
2490
+
2491
+ .e-de-table-container-div .e-checkbox-wrapper .e-label,
2492
+ .e-de-table-header-div .e-checkbox-wrapper .e-label,
2493
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
2494
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
2495
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
2496
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
2497
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
2498
+ .e-de-tbl-margin-sub-header .e-label {
2499
+ font-size: 14px;
2500
+ }
2501
+
2502
+ .e-de-table-container-div .e-checkbox-wrapper .e-label,
2503
+ .e-de-table-header-div .e-checkbox-wrapper .e-label,
2504
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
2505
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
2506
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
2507
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
2508
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
2509
+ .e-de-tbl-margin-sub-header .e-label {
2510
+ font-size: 14px;
2511
+ }
2512
+
2513
+ .e-de-table-ppty-dlg-measure-div {
2514
+ float: right;
2515
+ margin-left: 20px;
2516
+ margin-top: -18px;
2517
+ }
2518
+
2519
+ .e-de-table-ppty-dlg-measure-div.e-de-rtl {
2520
+ float: left;
2521
+ margin-left: 0;
2522
+ margin-right: 20px;
2523
+ }
2524
+
2525
+ .e-de-table-ppty-dlg-measure-drop-down-div {
2526
+ float: right;
2527
+ margin-left: 20px;
2528
+ margin-top: 6px;
2529
+ width: 120px;
2530
+ }
2531
+
2532
+ .e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
2533
+ margin-left: 0;
2534
+ margin-right: 20px;
2535
+ }
2536
+
2537
+ .e-de-table-ppty-dlg-row-height-label {
2538
+ float: right;
2539
+ margin-right: 184px;
2540
+ margin-top: -62px;
2541
+ }
2542
+
2543
+ .e-de-table-ppty-dlg-row-height-label.e-de-rtl {
2544
+ float: left;
2545
+ margin-left: 184px;
2546
+ margin-right: 0;
2547
+ }
2548
+
2549
+ .e-de-table-ppty-dlg-preferred-width-div {
2550
+ float: right;
2551
+ margin-left: 20px;
2552
+ margin-top: 6px;
2553
+ width: 120px;
2554
+ }
2555
+
2556
+ .e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
2557
+ margin-left: 0;
2558
+ margin-right: 20px;
2559
+ width: 120px;
2560
+ }
2561
+
2562
+ .e-de-table-ppty-options-break {
2563
+ margin-bottom: 7px;
2564
+ }
2565
+
2566
+ .e-de-table-cell-subheader-div {
2567
+ margin-right: 125px;
2568
+ margin-top: -37px;
2569
+ }
2570
+
2571
+ .e-de-table-cell-subheader-div.e-de-rtl {
2572
+ margin-left: 125px;
2573
+ margin-right: 0;
2574
+ }
2575
+
2576
+ .e-de-table-ppty-dlg-cell-tab-measure-label {
2577
+ float: right;
2578
+ margin-right: 190px;
2579
+ margin-top: -58px;
2580
+ }
2581
+
2582
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header {
2583
+ padding-left: 12px;
2584
+ padding-right: 12px;
2585
+ }
2586
+
2587
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header {
2588
+ padding-left: 12px;
2589
+ padding-right: 12px;
2590
+ }
2591
+
2592
+ .e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header {
2593
+ padding-left: 15px;
2594
+ padding-right: 12px;
2595
+ }
2596
+
2597
+ .e-styles-list {
2598
+ float: left;
2599
+ margin-right: 24px;
2600
+ width: 250px;
2601
+ }
2602
+
2603
+ .e-styles-textboxdiv {
2604
+ padding-bottom: 15px;
2605
+ }
2606
+
2607
+ .e-styles-listview .e-list-item {
2608
+ font-size: 13px;
2609
+ height: 30px;
2610
+ line-height: 27px;
2611
+ }
2612
+
2613
+ .e-styles-common {
2614
+ padding-top: 5px;
2615
+ }
2616
+
2617
+ .e-styles-button {
2618
+ float: right;
2619
+ }
2620
+
2621
+ .e-de-toc-dlg-right-sub-container.e-de-rtl {
2622
+ margin-left: 2px;
2623
+ margin-right: 2px;
2624
+ }
2625
+
2626
+ .e-de-toc-dlg-styles {
2627
+ margin-bottom: 11px;
2628
+ margin-left: 38px;
2629
+ margin-top: 30px;
2630
+ }
2631
+
2632
+ .e-de-toc-dlg-styles.e-de-rtl {
2633
+ margin-left: 0;
2634
+ margin-right: 38px;
2635
+ }
2636
+
2637
+ .e-de-toc-dlg-style-input.e-de-rtl {
2638
+ margin-left: 0;
2639
+ margin-right: 38px;
2640
+ }
2641
+
2642
+ .e-de-toc-table-div .e-de-toc-dlg-toc-level {
2643
+ height: 24px;
2644
+ margin-left: 36px;
2645
+ width: 44px;
2646
+ }
2647
+
2648
+ .e-de-toc-styles-table-div {
2649
+ border: 1px solid #c3c3c3;
2650
+ border-radius: 3px;
2651
+ margin-top: 15px;
2652
+ width: 100%;
2653
+ height: 180px;
2654
+ }
2655
+
2656
+ .e-de-toc-dlg-sub-level-heading {
2657
+ font-size: 12px;
2658
+ }
2659
+
2660
+ .e-de-toc-table-div {
2661
+ height: 143px;
2662
+ overflow-y: scroll;
2663
+ width: 100%;
2664
+ }
2665
+
2666
+ .e-de-toc-dlg-style-input {
2667
+ margin-bottom: 3px;
2668
+ margin-left: 38px;
2669
+ width: 210px;
2670
+ }
2671
+
2672
+ .e-de-toc-dlg-outline-levels {
2673
+ margin-top: 15px;
2674
+ width: 150px;
2675
+ }
2676
+
2677
+ .e-bookmark-textboxdiv .e-bookmark-textbox-input {
2678
+ height: 32px;
2679
+ }
2680
+
2681
+ .e-styles-dlgfields {
2682
+ font-weight: normal;
2683
+ margin-bottom: 6px;
2684
+ }
2685
+
2686
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header {
2687
+ padding-left: 15px;
2688
+ padding-right: 25px;
2689
+ }
2690
+
2691
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header {
2692
+ padding-left: 15px;
2693
+ padding-right: 25px;
2694
+ }
2695
+
2696
+ .e-de-dlg-target .e-footer-content .e-list-dlg-font {
2697
+ margin-left: 1px;
2698
+ }
2699
+
2700
+ .e-bookmark-dlgfields {
2701
+ font-weight: normal;
2702
+ font-size: 12px;
2703
+ margin-bottom: 6px;
2704
+ }
2705
+
2706
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
2707
+ height: 65px;
2708
+ padding: 10px;
2709
+ width: 70px;
2710
+ }
2711
+
2712
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md {
2713
+ height: 45px;
2714
+ width: 45px;
2715
+ }
2716
+
2717
+ .e-de-bullet-icon-size {
2718
+ height: 45px;
2719
+ width: 45px;
2720
+ }
2721
+
2722
+ .e-de-ui-list-header-presetmenu {
2723
+ cursor: pointer;
2724
+ font-size: 11px;
2725
+ line-height: 14px;
2726
+ min-width: 50px;
2727
+ overflow: hidden;
2728
+ text-align: left;
2729
+ white-space: nowrap;
2730
+ width: 100%;
2731
+ }
2732
+
2733
+ .e-de-number-bullet-dlg .e-tab .e-content .e-item {
2734
+ padding: 0px;
2735
+ }
2736
+
2737
+ .e-de-number-bullet-dlg {
2738
+ width: 272px;
2739
+ }
2740
+
2741
+ .e-de-style-numbered-list,
2742
+ .e-de-ui-bullet-list-header-presetmenu {
2743
+ height: 270px;
2744
+ }
2745
+
2746
+ .e-de-ui-bullet {
2747
+ font-size: 42px;
2748
+ }
2749
+
2750
+ .e-de-ui-list-header-presetmenu .e-de-ui-list-line {
2751
+ border-bottom: 1px solid #ccc;
2752
+ margin-left: 5px;
2753
+ width: 100%;
2754
+ }
2755
+
2756
+ .e-de-ui-list-header-presetmenu div span {
2757
+ color: #aaa;
2758
+ display: inline-block;
2759
+ vertical-align: middle;
2760
+ }
2761
+
2762
+ .e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem,
2763
+ .e-de-ui-wfloating-menu .e-de-ui-menuitem-none {
2764
+ border: 0;
2765
+ box-shadow: inset 0 0 0 1px #ebebeb;
2766
+ cursor: pointer;
2767
+ height: 70px;
2768
+ margin: 0 5px 5px 0;
2769
+ padding: 0;
2770
+ width: 70px;
2771
+ }
2772
+
2773
+ .e-de-ui-wfloating-menu {
2774
+ padding: 10px 4px 5px 10px;
2775
+ }
2776
+
2777
+ .e-de-list-thumbnail .e-de-list-items {
2778
+ float: left;
2779
+ }
2780
+
2781
+ .e-de-list-thumbnail .e-de-list-items {
2782
+ background: #fff;
2783
+ border: 1px solid transparent;
2784
+ clear: initial;
2785
+ display: inline-block;
2786
+ height: auto;
2787
+ margin: 5px;
2788
+ text-align: center;
2789
+ width: auto;
2790
+ }
2791
+
2792
+ .e-de-list-items {
2793
+ background: #fff;
2794
+ box-sizing: border-box;
2795
+ cursor: pointer;
2796
+ list-style: none;
2797
+ padding: 7px 10px;
2798
+ position: relative;
2799
+ }
2800
+
2801
+ .e-de-list-item-size {
2802
+ font-size: 14px;
2803
+ }
2804
+
2805
+ .e-de-ui-wfloating-menu {
2806
+ padding: 10px 4px 5px 10px;
2807
+ }
2808
+
2809
+ .e-de-table-ppty-dlg-tabs {
2810
+ height: 320px;
2811
+ position: relative;
2812
+ }
2813
+
2814
+ .e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,
2815
+ .e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active {
2816
+ border-color: #317ab9;
2817
+ }
2818
+
2819
+ .e-de-rp-sub-content-div {
2820
+ line-height: none;
2821
+ font-size: 12px;
2822
+ margin-bottom: 8px;
2823
+ }
2824
+
2825
+ .e-de-bullet-icons {
2826
+ left: 50%;
2827
+ position: absolute;
2828
+ top: 50%;
2829
+ transform: translate(-50%, -50%);
2830
+ }
2831
+
2832
+ .e-de-header-footer-list {
2833
+ color: #317ab9;
2834
+ }
2835
+
2836
+ .e-de-ltr-btn-div {
2837
+ font-size: 12px;
2838
+ width: 200px;
2839
+ }
2840
+
2841
+ .e-de-tbl-rtl-btn-div {
2842
+ font-size: 12px;
2843
+ margin-right: 14px;
2844
+ }
2845
+
2846
+ .e-de-tbl-rtl-btn-div.e-de-rtl {
2847
+ margin-left: 14px;
2848
+ margin-right: 0;
2849
+ }
2850
+
2851
+ .e-de-tbl-ltr-btn-div {
2852
+ font-size: 12px;
2853
+ }
2854
+
2855
+ .e-de-disabledbutton {
2856
+ opacity: 0.4;
2857
+ pointer-events: none;
2858
+ }
2859
+
2860
+ .e-bigger .e-de-insert-table {
2861
+ height: auto;
2862
+ width: auto;
2863
+ }
2864
+ .e-bigger .e-de-insert-footnote {
2865
+ height: auto;
2866
+ width: auto;
2867
+ }
2868
+ .e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
2869
+ height: auto;
2870
+ }
2871
+ .e-bigger .e-de-font-dlg {
2872
+ width: max-content;
2873
+ }
2874
+ .e-bigger .e-para-dlg-sub-height {
2875
+ height: 170px;
2876
+ }
2877
+ .e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
2878
+ margin-right: 36px;
2879
+ }
2880
+ .e-bigger .e-de-font-content-label-width {
2881
+ width: 68px;
2882
+ }
2883
+ .e-bigger .e-de-toc-label {
2884
+ margin-left: 0px;
2885
+ }
2886
+ .e-bigger .e-de-toc-label-rtl {
2887
+ margin-left: 0px;
2888
+ margin-right: 0px;
2889
+ }
2890
+ .e-bigger .e-de-outline-rtl {
2891
+ width: 173px;
2892
+ }
2893
+ .e-bigger .e-de-rp-header {
2894
+ font-size: 16px;
2895
+ width: 75%;
2896
+ }
2897
+
2898
+ .e-de-restrict-format {
2899
+ margin-top: 16px;
2900
+ }
2901
+
2902
+ .e-de-rp-format {
2903
+ font-size: 13px;
2904
+ margin-bottom: 12px;
2905
+ opacity: 0.65;
2906
+ font-weight: normal;
2907
+ }
2908
+
2909
+ .e-de-rp-checkbox {
2910
+ font-size: 12px;
2911
+ }
2912
+
2913
+ .e-de-rp-border {
2914
+ margin-bottom: 12px;
2915
+ margin-top: 12px;
2916
+ }
2917
+
2918
+ .e-de-rp-header {
2919
+ font-size: 15px;
2920
+ font-weight: normal;
2921
+ opacity: 0.87;
2922
+ color: #777;
2923
+ width: 75%;
2924
+ }
2925
+
2926
+ .e-de-rp-user .e-checkbox-wrapper {
2927
+ width: auto;
2928
+ }
2929
+
2930
+ .e-de-rp-nav-btn,
2931
+ .e-de-rp-btn-enforce {
2932
+ background: #fafafa;
2933
+ font-size: 13px;
2934
+ opacity: 0.87;
2935
+ border-radius: 2px;
2936
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
2937
+ }
2938
+
2939
+ .e-bigger .e-de-rp-btn-enforce {
2940
+ padding-left: 10px;
2941
+ padding-right: 10px;
2942
+ }
2943
+
2944
+ .e-de-rp-nav-btn {
2945
+ width: auto;
2946
+ }
2947
+
2948
+ .e-de-rp-btn-stop-enforce {
2949
+ background: #fafafa;
2950
+ font-size: 13px;
2951
+ opacity: 0.87;
2952
+ border-radius: 2px;
2953
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
2954
+ }
2955
+
2956
+ .e-de-rp-sub-div {
2957
+ border-bottom: 1px solid #e4e4e4;
2958
+ padding: 12px;
2959
+ }
2960
+
2961
+ .e-de-restrict-pane {
2962
+ padding-left: 0;
2963
+ padding-top: 0;
2964
+ padding-right: 0;
2965
+ }
2966
+
2967
+ .e-de-rp-whole-header {
2968
+ padding: 12px;
2969
+ }
2970
+
2971
+ .e-de-rp-user {
2972
+ background: #fff;
2973
+ border: 1px solid #e4e4e4;
2974
+ border-radius: 2px;
2975
+ font-size: 12px;
2976
+ height: 110px;
2977
+ }
2978
+
2979
+ .e-de-rp-enforce {
2980
+ padding: 12px;
2981
+ }
2982
+
2983
+ .e-de-rp-enforce-nav {
2984
+ margin: 0 12px 12px 12px;
2985
+ }
2986
+
2987
+ .e-de-enforce-dlg-title {
2988
+ font-size: 14px;
2989
+ font-weight: normal;
2990
+ margin-bottom: 8px;
2991
+ }
2992
+
2993
+ .e-de-enforce .e-de-enforce-dlg-input {
2994
+ height: 32px;
2995
+ width: 300px;
2996
+ }
2997
+
2998
+ .e-de-user-add-btn {
2999
+ background: #e0e0e0;
3000
+ border-radius: 2px;
3001
+ width: 74px;
3002
+ }
3003
+
3004
+ .e-de-user-dlg .e-de-user-dlg-textbox-input {
3005
+ margin-right: 16px;
3006
+ width: 304px;
3007
+ }
3008
+
3009
+ .e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input {
3010
+ margin-right: 0;
3011
+ margin-left: 16px;
3012
+ }
3013
+
3014
+ .e-de-user-dlg-list {
3015
+ margin-bottom: 15px;
3016
+ display: -ms-inline-flexbox;
3017
+ display: inline-flex;
3018
+ }
3019
+
3020
+ .e-de-user-listview {
3021
+ border: 1px solid #e4e4e4;
3022
+ border-radius: 2px;
3023
+ height: 106px;
3024
+ }
3025
+
3026
+ .e-de-user-dlg-user {
3027
+ margin-bottom: 12px;
3028
+ }
3029
+
3030
+ .e-user-delete {
3031
+ float: left;
3032
+ }
3033
+
3034
+ .e-de-unprotect-dlg-title {
3035
+ font-size: 14px;
3036
+ margin-bottom: 8px;
3037
+ }
3038
+
3039
+ .e-de-rp-stop-div1 {
3040
+ opacity: 0.87;
3041
+ padding: 12px 12px 6px 12px;
3042
+ font-weight: 500;
3043
+ border-bottom: 1px solid #e0e0e0;
3044
+ }
3045
+
3046
+ .e-de-rp-stop-div2 {
3047
+ padding: 12px 12px 24px;
3048
+ }
3049
+
3050
+ .e-de-rp-close-icon {
3051
+ float: right;
3052
+ position: relative;
3053
+ top: -7px;
3054
+ right: -8px;
3055
+ }
3056
+
3057
+ .e-de-restrict-pane {
3058
+ height: 100%;
3059
+ overflow: auto;
3060
+ overflow-x: hidden;
3061
+ width: 268px;
3062
+ }
3063
+
3064
+ .e-de-rp-nav-lbl {
3065
+ font-size: 13px;
3066
+ margin: 0 12px;
3067
+ }
3068
+
3069
+ .e-documenteditor-optionspane {
3070
+ height: 100%;
3071
+ }
3072
+
3073
+ .e-de-cmt-pane {
3074
+ background-color: inherit;
3075
+ color: #333;
3076
+ }
3077
+
3078
+ .e-de-cp-whole-header {
3079
+ padding: 12px;
3080
+ }
3081
+
3082
+ .e-de-cp-header {
3083
+ font-size: 13px;
3084
+ font-weight: 500;
3085
+ opacity: 0.87;
3086
+ width: 75%;
3087
+ }
3088
+
3089
+ .e-de-cmt-container {
3090
+ height: auto;
3091
+ padding: 0 8px;
3092
+ overflow: auto;
3093
+ }
3094
+
3095
+ .e-de-cmt-sub-container {
3096
+ background-color: #fff;
3097
+ border: 1px solid #ccc;
3098
+ border-radius: 2px;
3099
+ margin: 8px 0;
3100
+ padding: 8px;
3101
+ }
3102
+
3103
+ .e-de-cmt-view {
3104
+ cursor: default;
3105
+ }
3106
+
3107
+ .e-de-cmt-sub-container.e-de-cmt-selection {
3108
+ border-left: 3px solid #317ab9;
3109
+ padding-left: 6px;
3110
+ }
3111
+
3112
+ .e-de-tc-outer {
3113
+ border-bottom: 1px solid #d8d8d8;
3114
+ }
3115
+
3116
+ .e-de-tc-pane {
3117
+ color: #333;
3118
+ }
3119
+
3120
+ .e-de-trckchanges-inner {
3121
+ cursor: default;
3122
+ margin: 8px 0 8px 7.5px;
3123
+ padding-left: 8px;
3124
+ padding-right: 16px;
3125
+ padding-bottom: 8px;
3126
+ }
3127
+
3128
+ .e-de-trckchanges-inner:hover {
3129
+ border-left: 2px solid #317ab9;
3130
+ cursor: default;
3131
+ margin: 8px 0 8px 7.5px;
3132
+ padding-left: 6px;
3133
+ padding-right: 16px;
3134
+ padding-bottom: 8px;
3135
+ }
3136
+
3137
+ .e-de-trckchanges-inner.e-de-trckchanges-inner-select {
3138
+ border-left: 3px solid #317ab9;
3139
+ cursor: default;
3140
+ margin: 8px 0 8px 7.5px;
3141
+ padding-left: 5px;
3142
+ padding-right: 16px;
3143
+ padding-bottom: 8px;
3144
+ }
3145
+
3146
+ .e-de-tc-no-chng {
3147
+ color: #000;
3148
+ font-size: 14px;
3149
+ opacity: 65%;
3150
+ margin: 60px 0;
3151
+ text-align: center;
3152
+ }
3153
+
3154
+ .e-tc-btn-bg-clr.e-btn:not(:hover):not(.e-active) {
3155
+ background-color: inherit;
3156
+ border-color: transparent;
3157
+ color: inherit;
3158
+ }
3159
+
3160
+ .e-tc-nvgte.e-icon-btn {
3161
+ text-align: center;
3162
+ vertical-align: middle;
3163
+ }
3164
+
3165
+ .e-de-track-span-user {
3166
+ display: -ms-inline-flexbox;
3167
+ display: inline-flex;
3168
+ overflow: hidden;
3169
+ width: 110px;
3170
+ }
3171
+
3172
+ .e-de-track-span-view {
3173
+ display: -ms-inline-flexbox;
3174
+ display: inline-flex;
3175
+ overflow: hidden;
3176
+ width: 50px;
3177
+ }
3178
+
3179
+ .e-btn.e-outline.e-de-track-accept-button {
3180
+ min-width: 66px;
3181
+ padding: 5px 4px;
3182
+ text-transform: initial;
3183
+ }
3184
+
3185
+ .e-btn.e-outline.e-de-track-accept-button:hover {
3186
+ min-width: 66px;
3187
+ padding: 5px 4px;
3188
+ text-transform: initial;
3189
+ }
3190
+
3191
+ .e-btn.e-outline.e-de-track-reject-button {
3192
+ min-width: 64px;
3193
+ padding: 5px 6px;
3194
+ margin-left: 8px;
3195
+ text-transform: initial;
3196
+ }
3197
+
3198
+ .e-btn.e-outline.e-de-track-reject-button:hover {
3199
+ min-width: 64px;
3200
+ padding: 5px 6px;
3201
+ margin-left: 8px;
3202
+ text-transform: initial;
3203
+ }
3204
+
3205
+ .e-de-track-chngs-count {
3206
+ font-size: 12px;
3207
+ margin-left: 6px;
3208
+ opacity: 0.87;
3209
+ padding-top: 7px;
3210
+ white-space: nowrap;
3211
+ }
3212
+
3213
+ .e-de-track-insert {
3214
+ color: #4d841e;
3215
+ font-size: 13px;
3216
+ opacity: 100%;
3217
+ }
3218
+
3219
+ .e-de-track-delete {
3220
+ color: #d74113;
3221
+ font-size: 13px;
3222
+ opacity: 100%;
3223
+ }
3224
+
3225
+ .e-de-track-toolbar {
3226
+ border-bottom: 1px solid #d8d8d8;
3227
+ border-top: 1px solid #d8d8d8;
3228
+ padding-bottom: 5px;
3229
+ }
3230
+
3231
+ .e-de-track-pane-drop-btn {
3232
+ padding-left: 0px;
3233
+ padding-right: 0px;
3234
+ padding-top: 5px;
3235
+ font-size: 13px;
3236
+ font-weight: normal;
3237
+ }
3238
+
3239
+ .e-de-track-toolbar .e-de-track-pane-drop-btn {
3240
+ padding-top: 4px !important;
3241
+ }
3242
+
3243
+ .e-toolbar-item.e-de-track-toolbar-overlay.e-template.e-overlay {
3244
+ opacity: 1;
3245
+ font-weight: normal;
3246
+ font-size: 13px;
3247
+ }
3248
+
3249
+ .e-de-track-date {
3250
+ font-size: 13px;
3251
+ margin-top: 4px;
3252
+ opacity: 0.67;
3253
+ }
3254
+
3255
+ .e-de-track-usernme-div {
3256
+ -ms-flex-pack: justify;
3257
+ justify-content: space-between;
3258
+ padding-top: 8px;
3259
+ }
3260
+
3261
+ .e-de-track-user-nme {
3262
+ font-size: 13px;
3263
+ font-weight: 500;
3264
+ padding-left: 8px;
3265
+ }
3266
+
3267
+ .e-de-track-chngs-text {
3268
+ line-height: 19.5px;
3269
+ overflow: hidden;
3270
+ word-wrap: break-word;
3271
+ text-overflow: ellipsis;
3272
+ font-size: 13px;
3273
+ min-height: 20px;
3274
+ padding-top: 8px;
3275
+ margin-bottom: 16px;
3276
+ }
3277
+
3278
+ .e-de-track-chng-table {
3279
+ border-collapse: collapse;
3280
+ border-spacing: 0px;
3281
+ opacity: 70%;
3282
+ width: 100%;
3283
+ }
3284
+
3285
+ .e-de-tc-tble-cell {
3286
+ border: 1px solid;
3287
+ height: 20px;
3288
+ }
3289
+
3290
+ .e-de-tc-shrink-img {
3291
+ height: 30px;
3292
+ margin: 0 4px;
3293
+ vertical-align: middle;
3294
+ width: 50px;
3295
+ }
3296
+
3297
+ .e-de-tc-field {
3298
+ background-color: rgb(206, 205, 205);
3299
+ margin: 0 2px;
3300
+ }
3301
+
3302
+ .e-de-tc-pmark {
3303
+ font-size: 14px;
3304
+ font-family: Roboto-Regular;
3305
+ font-weight: 600;
3306
+ color: rgb(1, 22, 119);
3307
+ margin: 0 2px;
3308
+ }
3309
+
3310
+ .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3311
+ border-left: 2px solid #317ab9;
3312
+ padding-left: 7px;
3313
+ }
3314
+
3315
+ .e-de-cmt-author {
3316
+ -ms-flex-align: center;
3317
+ align-items: center;
3318
+ margin-bottom: 8px;
3319
+ }
3320
+
3321
+ .e-de-cmt-author-name {
3322
+ font-size: 13px;
3323
+ font-weight: normal;
3324
+ padding-left: 8px;
3325
+ width: 90%;
3326
+ }
3327
+
3328
+ .e-de-cp-option.e-btn.e-icon-btn {
3329
+ background-color: inherit;
3330
+ border: none;
3331
+ color: inherit;
3332
+ float: right;
3333
+ height: 20px;
3334
+ padding: 0px;
3335
+ width: 20px;
3336
+ margin-top: -8px;
3337
+ }
3338
+
3339
+ .e-de-cp-option.e-btn.e-icon-btn span {
3340
+ margin-top: 0px;
3341
+ background: #fff;
3342
+ }
3343
+
3344
+ .e-de-cmt-view:hover .e-de-cp-option {
3345
+ display: block;
3346
+ }
3347
+
3348
+ .e-de-cmt-readonly {
3349
+ font-size: 13px;
3350
+ padding-top: 4px;
3351
+ word-break: break-word;
3352
+ }
3353
+
3354
+ .e-de-cmt-date {
3355
+ font-size: 13px;
3356
+ margin-top: 12px;
3357
+ opacity: 0.67;
3358
+ }
3359
+
3360
+ .e-de-cmt-sub-container.e-de-cmt-reply {
3361
+ border: none;
3362
+ border-top: 1px solid #ccc;
3363
+ border-radius: 0px;
3364
+ margin: 11.5px 8px 0 8px;
3365
+ padding: 0px;
3366
+ }
3367
+ .e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
3368
+ margin-top: 11.5px;
3369
+ }
3370
+
3371
+ .e-de-cmt-textarea.e-input {
3372
+ color: #333;
3373
+ font-size: 13px;
3374
+ line-height: normal;
3375
+ min-height: 30px;
3376
+ overflow: hidden;
3377
+ padding-top: 7px;
3378
+ resize: none;
3379
+ }
3380
+
3381
+ .e-bigger .e-de-cmt-textarea.e-input {
3382
+ padding-top: 5px;
3383
+ }
3384
+
3385
+ .e-de-cmt-action-button {
3386
+ text-align: right;
3387
+ margin-top: 8px;
3388
+ }
3389
+
3390
+ .e-de-cmt-post-btn.e-btn.e-flat,
3391
+ .e-de-cmt-cancel-btn.e-btn.e-flat {
3392
+ height: 32px;
3393
+ margin-left: 8px;
3394
+ width: 32px;
3395
+ }
3396
+
3397
+ .e-de-cmt-resolved .e-de-cmt-author-name,
3398
+ .e-de-cmt-resolved .e-de-cmt-readonly,
3399
+ .e-de-cmt-resolved e-de-cmt-date {
3400
+ opacity: 0.67;
3401
+ }
3402
+ .e-de-cmt-resolved .e-de-cmt-rply-view {
3403
+ display: none;
3404
+ }
3405
+ .e-de-cmt-resolved .e-de-cmt-resolve-btn {
3406
+ display: block;
3407
+ margin-top: 8px;
3408
+ text-align: right;
3409
+ }
3410
+
3411
+ .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
3412
+ border-left: 3px solid rgba(49, 122, 185, 0.5);
3413
+ }
3414
+
3415
+ .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3416
+ border-left: 2px solid rgba(49, 122, 185, 0.5);
3417
+ }
3418
+
3419
+ .e-de-lock-mark {
3420
+ cursor: default;
3421
+ color: rgba(0, 0, 0, 0.54);
3422
+ font-size: 13px;
3423
+ height: 13px;
3424
+ pointer-events: all;
3425
+ width: 13px;
3426
+ }
3427
+
3428
+ .e-de-cmt-mark {
3429
+ cursor: default;
3430
+ color: rgba(0, 0, 0, 0.54);
3431
+ font-size: 13px;
3432
+ height: 13px;
3433
+ pointer-events: all;
3434
+ width: 13px;
3435
+ }
3436
+ .e-de-cmt-mark :hover {
3437
+ color: #317ab9;
3438
+ }
3439
+
3440
+ .e-de-cmt-mark.e-de-cmt-mark-selected,
3441
+ .e-de-cmt-mark.e-de-cmt-mark-hover {
3442
+ color: #317ab9;
3443
+ }
3444
+
3445
+ .e-de-cmt-no-cmt {
3446
+ margin-left: 6px;
3447
+ margin-top: 24px;
3448
+ font-size: 13px;
3449
+ }
3450
+
3451
+ .e-de-cmt-drawer-cnt {
3452
+ font-size: 13px;
3453
+ height: 20px;
3454
+ margin-top: 8px;
3455
+ }
3456
+
3457
+ .e-de-cmt-drawer {
3458
+ cursor: pointer;
3459
+ float: right;
3460
+ opacity: 0.54;
3461
+ margin-right: 4px;
3462
+ margin-top: 4px;
3463
+ }
3464
+
3465
+ .e-de-cmt-rply-view {
3466
+ margin-top: 12px;
3467
+ }
3468
+
3469
+ .e-de-cmt-resolve-btn {
3470
+ display: none;
3471
+ }
3472
+
3473
+ .e-rtl .e-de-cmt-pane {
3474
+ border-left: none;
3475
+ border-right: 1px solid #e6e6e6;
3476
+ }
3477
+ .e-rtl .e-de-rp-close-icon {
3478
+ float: left;
3479
+ right: 8px;
3480
+ }
3481
+ .e-rtl .e-de-cp-option.e-btn.e-icon-btn {
3482
+ float: left;
3483
+ }
3484
+ .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
3485
+ border-left: 1px solid #ccc;
3486
+ border-right: 3px solid #317ab9;
3487
+ padding-left: 8px;
3488
+ padding-right: 6px;
3489
+ }
3490
+ .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3491
+ border-left: 1px solid #ccc;
3492
+ border-right: 2px solid #317ab9;
3493
+ padding-left: 8px;
3494
+ padding-right: 7px;
3495
+ }
3496
+ .e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
3497
+ border-right: 3px solid rgba(49, 122, 185, 0.5);
3498
+ }
3499
+ .e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3500
+ border-right: 2px solid rgba(49, 122, 185, 0.5);
3501
+ }
3502
+ .e-rtl .e-de-cmt-action-button {
3503
+ text-align: left;
3504
+ }
3505
+ .e-rtl .e-de-cmt-no-cmt {
3506
+ margin-left: auto;
3507
+ margin-right: 6px;
3508
+ }
3509
+ .e-rtl .e-de-cmt-drawer {
3510
+ float: left;
3511
+ margin-left: 8px;
3512
+ margin-right: auto;
3513
+ }
3514
+ .e-rtl .e-de-cmt-resolve-btn {
3515
+ text-align: left;
3516
+ }
3517
+
3518
+ .e-bigger .e-de-cmt-post-btn.e-btn.e-flat,
3519
+ .e-bigger .e-de-cmt-cancel-btn.e-btn.e-flat {
3520
+ height: 40px;
3521
+ margin-left: 12px;
3522
+ width: 36px;
3523
+ }
3524
+ .e-bigger .e-de-cp-whole-header {
3525
+ height: 56px;
3526
+ padding: 16px;
3527
+ padding-right: 8px;
3528
+ }
3529
+ .e-bigger .e-de-rp-close-icon {
3530
+ float: right;
3531
+ position: relative;
3532
+ top: -10px;
3533
+ right: -10px;
3534
+ }
3535
+ .e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
3536
+ .e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
3537
+ margin-right: 12px;
3538
+ }
3539
+
3540
+ .e-de-close-icon.e-btn {
3541
+ background-color: transparent !important;
3542
+ border-color: transparent !important;
3543
+ border-radius: 50%;
3544
+ color: rgba(0, 0, 0, 0.5);
3545
+ border: none;
3546
+ }
3547
+ .e-de-close-icon.e-btn:active {
3548
+ background-color: transparent !important;
3549
+ border-color: transparent !important;
3550
+ box-shadow: none;
3551
+ }
3552
+ .e-de-close-icon.e-btn:hover {
3553
+ background-color: transparent !important;
3554
+ box-shadow: none;
3555
+ color: rgba(0, 0, 0, 0.8);
3556
+ cursor: default;
3557
+ border: none;
3558
+ }
3559
+
3560
+ .e-btn.e-de-close-icon:hover span {
3561
+ cursor: pointer;
3562
+ color: rgba(0, 0, 0, 0.8);
3563
+ }
3564
+
3565
+ .e-de-para-dlg-right-sub-container-blazor {
3566
+ top: 0;
3567
+ }
3568
+
3569
+ .e-de-rp-mu-btn {
3570
+ margin-top: 3px;
3571
+ }
3572
+
3573
+ .e-de-table-dialog-row-height {
3574
+ padding-top: 24px;
3575
+ }
3576
+
3577
+ .e-de-tablecell-dialog-alignment-icon {
3578
+ width: 54px;
3579
+ height: 54px;
3580
+ margin: 2px;
3581
+ }
3582
+
3583
+ .e-de-table-dia-indent-from-left {
3584
+ right: 45px;
3585
+ }
3586
+
3587
+ .e-de-table-dia-align-div {
3588
+ border: 1px solid #ddd;
3589
+ display: inline-block;
3590
+ height: 52px;
3591
+ margin-right: 10px;
3592
+ width: 52px;
3593
+ }
3594
+
3595
+ .e-de-table-dialog-alignment-icon {
3596
+ margin: 2px;
3597
+ height: 46px;
3598
+ }
3599
+
3600
+ .e-de-table-border-setting-genral {
3601
+ margin-right: 10px;
3602
+ }
3603
+
3604
+ .e-de-table-border-clr-left-container {
3605
+ padding-right: 19px;
3606
+ }
3607
+
3608
+ .e-de-table-border-clr-heading {
3609
+ font-size: 14px;
3610
+ font-weight: normal;
3611
+ padding-bottom: 6px;
3612
+ }
3613
+
3614
+ .e-de-table-border-icon-container {
3615
+ margin-top: 4px;
3616
+ margin-right: 4px;
3617
+ }
3618
+
3619
+ .e-de-table-border-preview-container {
3620
+ padding-left: 76px;
3621
+ }
3622
+
3623
+ .e-de-table-dlg-alignment-heading {
3624
+ color: #333;
3625
+ display: block;
3626
+ font-size: 16px;
3627
+ font-weight: 400;
3628
+ margin-bottom: 4px;
3629
+ }
3630
+
3631
+ .e-rtl .e-de-cmt-author-name {
3632
+ padding-left: 0%;
3633
+ padding-right: 8px;
3634
+ }
3635
+ .e-rtl .e-de-ok-button {
3636
+ margin-right: 0;
3637
+ margin-left: 8px;
3638
+ }
3639
+ .e-rtl .e-de-table-dia-align-div.e-de-rtl {
3640
+ margin-left: 10px;
3641
+ margin-right: 0;
3642
+ }
3643
+ .e-rtl .e-de-table-border-clr-left-container {
3644
+ padding-right: 0;
3645
+ padding-left: 19px;
3646
+ }
3647
+ .e-rtl .e-de-table-border-preview-container {
3648
+ padding-right: 76px;
3649
+ padding-left: 0;
3650
+ }
3651
+ .e-rtl .e-de-table-border-setting-genral {
3652
+ margin-right: 0;
3653
+ margin-left: 10px;
3654
+ }
3655
+ .e-rtl .e-de-table-border-icon-container {
3656
+ margin-right: 0;
3657
+ margin-left: 4px;
3658
+ }
3659
+ .e-rtl .e-de-table-border-preview {
3660
+ width: 23px;
3661
+ }
3662
+ .e-rtl .e-de-table-setting-labels-heading {
3663
+ margin-left: 0;
3664
+ margin-right: 10px;
3665
+ }
3666
+
3667
+ .e-bigger .e-de-cmt-author-name {
3668
+ padding-left: 8px;
3669
+ }
3670
+ .e-bigger .e-de-cmt-rply-view {
3671
+ margin-top: 12px;
3672
+ }
3673
+ .e-bigger .e-de-cmt-sub-container {
3674
+ padding: 8px;
3675
+ }
3676
+ .e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
3677
+ padding-left: 6px;
3678
+ }
3679
+ .e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3680
+ padding-left: 7px;
3681
+ }
3682
+ .e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
3683
+ padding: 0%;
3684
+ }
3685
+ .e-bigger .e-de-rp-nav-btn {
3686
+ width: auto;
3687
+ }
3688
+ .e-bigger .e-de-rp-whole-header {
3689
+ padding: 12px;
3690
+ }
3691
+ .e-bigger .e-de-rp-sub-div {
3692
+ border-bottom: 1px solid #e4e4e4;
3693
+ padding: 12px;
3694
+ }
3695
+ .e-bigger .e-de-rp-enforce {
3696
+ padding: 12px;
3697
+ }
3698
+ .e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
3699
+ width: 300px;
3700
+ }
3701
+ .e-bigger .e-rtl .e-de-cmt-author-name {
3702
+ padding-left: 0%;
3703
+ padding-right: 8px;
3704
+ }
3705
+ .e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
3706
+ padding-left: 8px;
3707
+ padding-right: 6px;
3708
+ }
3709
+ .e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3710
+ padding-left: 8px;
3711
+ padding-right: 7px;
3712
+ }
3713
+ .e-bigger .e-rtl .e-de-rp-close-icon {
3714
+ float: left;
3715
+ right: 10px;
3716
+ }
3717
+
3718
+ .e-de-user-info.e-de-user-name-collapse span {
3719
+ transition-property: height, min-width, max-width, width, border-radius, padding;
3720
+ transition-duration: 200ms;
3721
+ transition-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
3722
+ position: absolute;
3723
+ bottom: 0px;
3724
+ height: 6px;
3725
+ width: 6px;
3726
+ min-width: 0px;
3727
+ max-width: 6px;
3728
+ border-radius: 6px;
3729
+ padding: 0px;
3730
+ }
3731
+
3732
+ .e-de-user-info.e-de-user-name-expended span {
3733
+ transition-property: height, width, min-width, max-width, border-radius, padding;
3734
+ transition-duration: 300ms;
3735
+ transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
3736
+ position: absolute;
3737
+ bottom: 0px;
3738
+ height: 20px;
3739
+ line-height: 20px;
3740
+ min-width: 44px;
3741
+ max-width: 150px;
3742
+ padding: 0px 8px;
3743
+ text-overflow: ellipsis;
3744
+ white-space: nowrap;
3745
+ color: white;
3746
+ }
3747
+
3748
+ .e-bigger {
3749
+ /* stylelint-disable */
3750
+ /* stylelint-enable */
3751
+ }
3752
+ .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3753
+ .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3754
+ font-size: 14px;
3755
+ }
3756
+ .e-bigger .e-de-para-dlg-container .e-input-group {
3757
+ width: 192px !important;
3758
+ }
3759
+ .e-bigger .e-de-para-dlg-heading {
3760
+ color: #333;
3761
+ display: block;
3762
+ font-size: 16px;
3763
+ font-weight: 400;
3764
+ margin-bottom: 8px;
3765
+ }
3766
+ .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3767
+ .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3768
+ font-size: 12px;
3769
+ }
3770
+ .e-bigger .e-de-para-dlg-container {
3771
+ height: auto;
3772
+ width: 400px;
3773
+ }
3774
+ .e-bigger .e-de-para-dlg-cs-check-box {
3775
+ margin-bottom: 8px;
3776
+ margin-top: 8px;
3777
+ }
3778
+ .e-bigger .e-de-para-dlg-spacing-div {
3779
+ margin-left: 20px;
3780
+ }
3781
+ .e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
3782
+ margin-left: 0;
3783
+ margin-right: 20px;
3784
+ }
3785
+ .e-bigger .e-de-para-dlg-sub-container .e-input-group {
3786
+ margin-bottom: 8px;
3787
+ }
3788
+ .e-bigger .e-de-para-dlg-sub-container {
3789
+ margin-bottom: 15px;
3790
+ }
3791
+ .e-bigger .e-de-para-dlg-right-sub-container {
3792
+ top: 0;
3793
+ }
3794
+ .e-bigger .e-de-dlg-sub-header {
3795
+ display: block;
3796
+ font-size: 12px;
3797
+ font-weight: normal;
3798
+ margin-bottom: 15px;
3799
+ }
3800
+ .e-bigger .e-de-rtl-btn-div {
3801
+ font-size: 12px;
3802
+ margin-right: 24px;
3803
+ width: 200px;
3804
+ }
3805
+ .e-bigger .e-de-rtl-btn-div.e-de-rtl {
3806
+ margin-left: 12px;
3807
+ margin-right: 0;
3808
+ }
3809
+
3810
+ .e-de-para-dlg-heading {
3811
+ color: #333;
3812
+ display: block;
3813
+ font-size: 16px;
3814
+ font-weight: 400;
3815
+ margin-bottom: 15px;
3816
+ opacity: 87%;
3817
+ }
3818
+
3819
+ .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3820
+ .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3821
+ font-size: 12px;
3822
+ }
3823
+
3824
+ .e-de-para-dlg-container {
3825
+ height: auto;
3826
+ width: 400px;
3827
+ }
3828
+
3829
+ .e-de-para-dlg-cs-check-box {
3830
+ margin-bottom: 8px;
3831
+ margin-top: 8px;
3832
+ }
3833
+
3834
+ .e-de-para-dlg-spacing-div {
3835
+ margin-left: 40px;
3836
+ }
3837
+
3838
+ .e-de-para-dlg-spacing-div.e-de-rtl {
3839
+ margin-left: 0;
3840
+ margin-right: 40px;
3841
+ }
3842
+
3843
+ .e-de-para-dlg-sub-container .e-input-group {
3844
+ margin-bottom: 8px;
3845
+ }
3846
+
3847
+ .e-de-para-dlg-sub-container {
3848
+ margin-bottom: 15px;
3849
+ }
3850
+
3851
+ .e-de-para-dlg-right-sub-container {
3852
+ top: 0;
3853
+ }
3854
+
3855
+ .e-de-dlg-sub-header {
3856
+ display: block;
3857
+ font-size: 12px;
3858
+ font-weight: normal;
3859
+ margin-bottom: 15px;
3860
+ }
3861
+
3862
+ .e-de-rtl-btn-div {
3863
+ font-size: 12px;
3864
+ margin-right: 14px;
3865
+ width: 200px;
3866
+ }
3867
+
3868
+ .e-de-rtl-btn-div.e-de-rtl {
3869
+ margin-left: 14px;
3870
+ margin-right: 0;
3871
+ }
3872
+
3873
+ .e-para-dlg-sub-height {
3874
+ height: 145px;
3875
+ }