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