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