@syncfusion/ej2-layouts 26.2.10 → 27.1.50

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 (274) hide show
  1. package/README.md +33 -33
  2. package/dist/ej2-layouts.min.js +2 -2
  3. package/dist/ej2-layouts.umd.min.js +2 -2
  4. package/dist/ej2-layouts.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-layouts.es2015.js +3 -1
  6. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  7. package/dist/es6/ej2-layouts.es5.js +3 -1
  8. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  9. package/dist/global/ej2-layouts.min.js +2 -2
  10. package/dist/global/ej2-layouts.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +7 -7
  13. package/src/splitter/splitter.js +3 -1
  14. package/styles/avatar/_layout.scss +6 -6
  15. package/styles/avatar/bootstrap5.3.css +66 -0
  16. package/styles/avatar/bootstrap5.3.scss +3 -0
  17. package/styles/bootstrap-dark-lite.css +1521 -0
  18. package/styles/bootstrap-dark-lite.scss +14 -0
  19. package/styles/bootstrap-dark.css +213 -211
  20. package/styles/bootstrap-dark.scss +5 -1
  21. package/styles/bootstrap-lite.css +1521 -0
  22. package/styles/bootstrap-lite.scss +14 -0
  23. package/styles/bootstrap.css +214 -212
  24. package/styles/bootstrap.scss +5 -1
  25. package/styles/bootstrap4-lite.css +1517 -0
  26. package/styles/bootstrap4-lite.scss +14 -0
  27. package/styles/bootstrap4.css +222 -220
  28. package/styles/bootstrap4.scss +5 -1
  29. package/styles/bootstrap5-dark-lite.css +1538 -0
  30. package/styles/bootstrap5-dark-lite.scss +14 -0
  31. package/styles/bootstrap5-dark.css +214 -212
  32. package/styles/bootstrap5-dark.scss +5 -1
  33. package/styles/bootstrap5-lite.css +1538 -0
  34. package/styles/bootstrap5-lite.scss +14 -0
  35. package/styles/bootstrap5.3-lite.css +1530 -0
  36. package/styles/bootstrap5.3-lite.scss +14 -0
  37. package/styles/bootstrap5.3.css +1764 -0
  38. package/styles/bootstrap5.3.scss +18 -0
  39. package/styles/bootstrap5.css +214 -212
  40. package/styles/bootstrap5.scss +5 -1
  41. package/styles/card/_bigger.scss +165 -0
  42. package/styles/card/_layout.scss +2 -164
  43. package/styles/card/bootstrap-dark.css +135 -135
  44. package/styles/card/bootstrap-dark.scss +1 -0
  45. package/styles/card/bootstrap.css +136 -136
  46. package/styles/card/bootstrap.scss +1 -0
  47. package/styles/card/bootstrap4.css +144 -144
  48. package/styles/card/bootstrap4.scss +1 -0
  49. package/styles/card/bootstrap5-dark.css +136 -136
  50. package/styles/card/bootstrap5-dark.scss +1 -0
  51. package/styles/card/bootstrap5.3.css +560 -0
  52. package/styles/card/bootstrap5.3.scss +4 -0
  53. package/styles/card/bootstrap5.css +136 -136
  54. package/styles/card/bootstrap5.scss +1 -0
  55. package/styles/card/fabric-dark.css +135 -135
  56. package/styles/card/fabric-dark.scss +1 -0
  57. package/styles/card/fabric.css +136 -136
  58. package/styles/card/fabric.scss +1 -0
  59. package/styles/card/fluent-dark.css +143 -143
  60. package/styles/card/fluent-dark.scss +1 -0
  61. package/styles/card/fluent.css +143 -143
  62. package/styles/card/fluent.scss +1 -0
  63. package/styles/card/fluent2.css +138 -138
  64. package/styles/card/fluent2.scss +1 -0
  65. package/styles/card/highcontrast-light.css +135 -135
  66. package/styles/card/highcontrast-light.scss +1 -0
  67. package/styles/card/highcontrast.css +136 -136
  68. package/styles/card/highcontrast.scss +1 -0
  69. package/styles/card/material-dark.css +135 -135
  70. package/styles/card/material-dark.scss +1 -0
  71. package/styles/card/material.css +135 -135
  72. package/styles/card/material.scss +1 -0
  73. package/styles/card/material3-dark.css +135 -135
  74. package/styles/card/material3-dark.scss +1 -0
  75. package/styles/card/material3.css +135 -135
  76. package/styles/card/material3.scss +1 -0
  77. package/styles/card/tailwind-dark.css +135 -135
  78. package/styles/card/tailwind-dark.scss +1 -0
  79. package/styles/card/tailwind.css +135 -135
  80. package/styles/card/tailwind.scss +1 -0
  81. package/styles/dashboard-layout/_bigger.scss +39 -0
  82. package/styles/dashboard-layout/_bootstrap5.3-definition.scss +5 -5
  83. package/styles/dashboard-layout/_fluent2-definition.scss +3 -4
  84. package/styles/dashboard-layout/_layout.scss +0 -32
  85. package/styles/dashboard-layout/_theme.scss +0 -6
  86. package/styles/dashboard-layout/bootstrap-dark.css +14 -13
  87. package/styles/dashboard-layout/bootstrap-dark.scss +1 -0
  88. package/styles/dashboard-layout/bootstrap.css +14 -13
  89. package/styles/dashboard-layout/bootstrap.scss +1 -0
  90. package/styles/dashboard-layout/bootstrap4.css +14 -13
  91. package/styles/dashboard-layout/bootstrap4.scss +1 -0
  92. package/styles/dashboard-layout/bootstrap5-dark.css +14 -13
  93. package/styles/dashboard-layout/bootstrap5-dark.scss +1 -0
  94. package/styles/dashboard-layout/bootstrap5.3.css +300 -0
  95. package/styles/dashboard-layout/bootstrap5.3.scss +5 -0
  96. package/styles/dashboard-layout/bootstrap5.css +14 -13
  97. package/styles/dashboard-layout/bootstrap5.scss +1 -0
  98. package/styles/dashboard-layout/fabric-dark.css +14 -13
  99. package/styles/dashboard-layout/fabric-dark.scss +1 -0
  100. package/styles/dashboard-layout/fabric.css +14 -13
  101. package/styles/dashboard-layout/fabric.scss +1 -0
  102. package/styles/dashboard-layout/fluent-dark.css +14 -13
  103. package/styles/dashboard-layout/fluent-dark.scss +1 -0
  104. package/styles/dashboard-layout/fluent.css +14 -13
  105. package/styles/dashboard-layout/fluent.scss +1 -0
  106. package/styles/dashboard-layout/fluent2.css +18 -17
  107. package/styles/dashboard-layout/fluent2.scss +1 -0
  108. package/styles/dashboard-layout/highcontrast-light.css +14 -13
  109. package/styles/dashboard-layout/highcontrast-light.scss +1 -0
  110. package/styles/dashboard-layout/highcontrast.css +14 -13
  111. package/styles/dashboard-layout/highcontrast.scss +1 -0
  112. package/styles/dashboard-layout/material-dark.css +14 -13
  113. package/styles/dashboard-layout/material-dark.scss +1 -0
  114. package/styles/dashboard-layout/material.css +14 -13
  115. package/styles/dashboard-layout/material.scss +1 -0
  116. package/styles/dashboard-layout/material3-dark.css +14 -13
  117. package/styles/dashboard-layout/material3-dark.scss +1 -0
  118. package/styles/dashboard-layout/material3.css +14 -13
  119. package/styles/dashboard-layout/material3.scss +1 -0
  120. package/styles/dashboard-layout/tailwind-dark.css +21 -19
  121. package/styles/dashboard-layout/tailwind-dark.scss +1 -0
  122. package/styles/dashboard-layout/tailwind.css +21 -19
  123. package/styles/dashboard-layout/tailwind.scss +1 -0
  124. package/styles/fabric-dark-lite.css +1521 -0
  125. package/styles/fabric-dark-lite.scss +14 -0
  126. package/styles/fabric-dark.css +213 -211
  127. package/styles/fabric-dark.scss +5 -1
  128. package/styles/fabric-lite.css +1531 -0
  129. package/styles/fabric-lite.scss +14 -0
  130. package/styles/fabric.css +214 -212
  131. package/styles/fabric.scss +5 -1
  132. package/styles/fluent-dark-lite.css +1546 -0
  133. package/styles/fluent-dark-lite.scss +14 -0
  134. package/styles/fluent-dark.css +221 -219
  135. package/styles/fluent-dark.scss +5 -1
  136. package/styles/fluent-lite.css +1546 -0
  137. package/styles/fluent-lite.scss +14 -0
  138. package/styles/fluent.css +221 -219
  139. package/styles/fluent.scss +5 -1
  140. package/styles/fluent2-lite.css +1545 -0
  141. package/styles/fluent2-lite.scss +14 -0
  142. package/styles/fluent2.css +225 -219
  143. package/styles/fluent2.scss +5 -1
  144. package/styles/highcontrast-light-lite.css +1458 -0
  145. package/styles/highcontrast-light-lite.scss +13 -0
  146. package/styles/highcontrast-light.css +213 -211
  147. package/styles/highcontrast-light.scss +5 -1
  148. package/styles/highcontrast-lite.css +1530 -0
  149. package/styles/highcontrast-lite.scss +14 -0
  150. package/styles/highcontrast.css +214 -212
  151. package/styles/highcontrast.scss +5 -1
  152. package/styles/material-dark-lite.css +1519 -0
  153. package/styles/material-dark-lite.scss +14 -0
  154. package/styles/material-dark.css +213 -211
  155. package/styles/material-dark.scss +5 -1
  156. package/styles/material-lite.css +1521 -0
  157. package/styles/material-lite.scss +14 -0
  158. package/styles/material.css +213 -211
  159. package/styles/material.scss +5 -1
  160. package/styles/material3-dark-lite.css +1536 -0
  161. package/styles/material3-dark-lite.scss +14 -0
  162. package/styles/material3-dark.css +213 -211
  163. package/styles/material3-dark.scss +5 -1
  164. package/styles/material3-lite.css +1538 -0
  165. package/styles/material3-lite.scss +14 -0
  166. package/styles/material3.css +213 -211
  167. package/styles/material3.scss +5 -1
  168. package/styles/splitter/_bigger.scss +78 -0
  169. package/styles/splitter/_layout.scss +0 -58
  170. package/styles/splitter/bootstrap-dark.css +40 -41
  171. package/styles/splitter/bootstrap-dark.scss +1 -0
  172. package/styles/splitter/bootstrap.css +40 -41
  173. package/styles/splitter/bootstrap.scss +1 -0
  174. package/styles/splitter/bootstrap4.css +40 -41
  175. package/styles/splitter/bootstrap4.scss +1 -0
  176. package/styles/splitter/bootstrap5-dark.css +40 -41
  177. package/styles/splitter/bootstrap5-dark.scss +1 -0
  178. package/styles/splitter/bootstrap5.3.css +547 -0
  179. package/styles/splitter/bootstrap5.3.scss +5 -0
  180. package/styles/splitter/bootstrap5.css +40 -41
  181. package/styles/splitter/bootstrap5.scss +1 -0
  182. package/styles/splitter/fabric-dark.css +40 -41
  183. package/styles/splitter/fabric-dark.scss +1 -0
  184. package/styles/splitter/fabric.css +40 -41
  185. package/styles/splitter/fabric.scss +1 -0
  186. package/styles/splitter/fluent-dark.css +40 -41
  187. package/styles/splitter/fluent-dark.scss +1 -0
  188. package/styles/splitter/fluent.css +40 -41
  189. package/styles/splitter/fluent.scss +1 -0
  190. package/styles/splitter/fluent2.css +40 -41
  191. package/styles/splitter/fluent2.scss +1 -0
  192. package/styles/splitter/highcontrast-light.css +40 -41
  193. package/styles/splitter/highcontrast-light.scss +1 -0
  194. package/styles/splitter/highcontrast.css +40 -41
  195. package/styles/splitter/highcontrast.scss +1 -0
  196. package/styles/splitter/icons/_bds.scss +0 -18
  197. package/styles/splitter/icons/_bootstrap-dark.scss +0 -18
  198. package/styles/splitter/icons/_bootstrap.scss +0 -18
  199. package/styles/splitter/icons/_bootstrap4.scss +0 -18
  200. package/styles/splitter/icons/_bootstrap5.3.scss +0 -18
  201. package/styles/splitter/icons/_bootstrap5.scss +0 -18
  202. package/styles/splitter/icons/_fabric-dark.scss +0 -18
  203. package/styles/splitter/icons/_fabric.scss +0 -18
  204. package/styles/splitter/icons/_fluent.scss +0 -18
  205. package/styles/splitter/icons/_fluent2.scss +0 -18
  206. package/styles/splitter/icons/_fusionnew.scss +0 -18
  207. package/styles/splitter/icons/_highcontrast-light.scss +0 -18
  208. package/styles/splitter/icons/_highcontrast.scss +0 -18
  209. package/styles/splitter/icons/_material-dark.scss +0 -18
  210. package/styles/splitter/icons/_material.scss +0 -18
  211. package/styles/splitter/icons/_material3.scss +0 -18
  212. package/styles/splitter/icons/_tailwind.scss +0 -18
  213. package/styles/splitter/material-dark.css +40 -41
  214. package/styles/splitter/material-dark.scss +1 -0
  215. package/styles/splitter/material.css +40 -41
  216. package/styles/splitter/material.scss +1 -0
  217. package/styles/splitter/material3-dark.css +40 -41
  218. package/styles/splitter/material3-dark.scss +1 -0
  219. package/styles/splitter/material3.css +40 -41
  220. package/styles/splitter/material3.scss +1 -0
  221. package/styles/splitter/tailwind-dark.css +40 -41
  222. package/styles/splitter/tailwind-dark.scss +1 -0
  223. package/styles/splitter/tailwind.css +40 -41
  224. package/styles/splitter/tailwind.scss +1 -0
  225. package/styles/tailwind-dark-lite.css +1546 -0
  226. package/styles/tailwind-dark-lite.scss +14 -0
  227. package/styles/tailwind-dark.css +220 -217
  228. package/styles/tailwind-dark.scss +5 -1
  229. package/styles/tailwind-lite.css +1546 -0
  230. package/styles/tailwind-lite.scss +14 -0
  231. package/styles/tailwind.css +220 -217
  232. package/styles/tailwind.scss +5 -1
  233. package/styles/timeline/_bigger.scss +48 -0
  234. package/styles/timeline/_layout.scss +6 -42
  235. package/styles/timeline/_theme.scss +13 -1
  236. package/styles/timeline/bootstrap-dark.css +24 -23
  237. package/styles/timeline/bootstrap-dark.scss +1 -0
  238. package/styles/timeline/bootstrap.css +24 -23
  239. package/styles/timeline/bootstrap.scss +1 -0
  240. package/styles/timeline/bootstrap4.css +24 -23
  241. package/styles/timeline/bootstrap4.scss +1 -0
  242. package/styles/timeline/bootstrap5-dark.css +24 -23
  243. package/styles/timeline/bootstrap5-dark.scss +1 -0
  244. package/styles/timeline/bootstrap5.3.css +303 -0
  245. package/styles/timeline/bootstrap5.3.scss +4 -0
  246. package/styles/timeline/bootstrap5.css +24 -23
  247. package/styles/timeline/bootstrap5.scss +1 -0
  248. package/styles/timeline/fabric-dark.css +24 -23
  249. package/styles/timeline/fabric-dark.scss +1 -0
  250. package/styles/timeline/fabric.css +24 -23
  251. package/styles/timeline/fabric.scss +1 -0
  252. package/styles/timeline/fluent-dark.css +24 -23
  253. package/styles/timeline/fluent-dark.scss +1 -0
  254. package/styles/timeline/fluent.css +24 -23
  255. package/styles/timeline/fluent.scss +1 -0
  256. package/styles/timeline/fluent2.css +29 -24
  257. package/styles/timeline/fluent2.scss +1 -0
  258. package/styles/timeline/highcontrast-light.css +24 -23
  259. package/styles/timeline/highcontrast-light.scss +1 -0
  260. package/styles/timeline/highcontrast.css +24 -23
  261. package/styles/timeline/highcontrast.scss +1 -0
  262. package/styles/timeline/material-dark.css +24 -23
  263. package/styles/timeline/material-dark.scss +1 -0
  264. package/styles/timeline/material.css +24 -23
  265. package/styles/timeline/material.scss +1 -0
  266. package/styles/timeline/material3-dark.css +24 -23
  267. package/styles/timeline/material3-dark.scss +1 -0
  268. package/styles/timeline/material3.css +24 -23
  269. package/styles/timeline/material3.scss +1 -0
  270. package/styles/timeline/tailwind-dark.css +24 -23
  271. package/styles/timeline/tailwind-dark.scss +1 -0
  272. package/styles/timeline/tailwind.css +24 -23
  273. package/styles/timeline/tailwind.scss +1 -0
  274. package/hotfix/26.1.35_Vol2.txt +0 -1
@@ -0,0 +1,1545 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+ .e-avatar {
8
+ -ms-flex-line-pack: center;
9
+ align-content: center;
10
+ -webkit-box-align: center;
11
+ -ms-flex-align: center;
12
+ align-items: center;
13
+ background-color: var(--color-sf-content-bg-color-alt3);
14
+ background-position: center;
15
+ background-repeat: no-repeat;
16
+ background-size: cover;
17
+ border-radius: 4px;
18
+ color: var(--color-sf-content-text-color-alt2);
19
+ display: -webkit-inline-box;
20
+ display: -ms-inline-flexbox;
21
+ display: inline-flex;
22
+ font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
23
+ font-size: 14px;
24
+ font-weight: 400;
25
+ height: 40px;
26
+ -webkit-box-pack: center;
27
+ -ms-flex-pack: center;
28
+ justify-content: center;
29
+ overflow: hidden;
30
+ position: relative;
31
+ width: 40px;
32
+ }
33
+ .e-avatar:has(:not(img)) {
34
+ border: 1px solid var(--color-sf-dialog-border);
35
+ }
36
+ .e-avatar img {
37
+ height: 100%;
38
+ width: auto;
39
+ }
40
+ .e-avatar.e-avatar-circle {
41
+ border-radius: 50%;
42
+ }
43
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
44
+ border-radius: 50%;
45
+ }
46
+ .e-avatar.e-avatar-xsmall {
47
+ font-size: 14px;
48
+ height: 24px;
49
+ width: 24px;
50
+ line-height: 16px;
51
+ }
52
+ .e-avatar.e-avatar-small {
53
+ font-size: 16px;
54
+ height: 32px;
55
+ width: 32px;
56
+ line-height: 18px;
57
+ }
58
+ .e-avatar.e-avatar-large {
59
+ font-size: 20px;
60
+ height: 48px;
61
+ width: 48px;
62
+ line-height: 28px;
63
+ }
64
+ .e-avatar.e-avatar-xlarge {
65
+ font-size: 22px;
66
+ height: 56px;
67
+ width: 56px;
68
+ line-height: 28px;
69
+ }
70
+
71
+ .e-card {
72
+ border-radius: 6px;
73
+ -webkit-box-sizing: border-box;
74
+ box-sizing: border-box;
75
+ display: -webkit-box;
76
+ display: -ms-flexbox;
77
+ display: flex;
78
+ -webkit-box-orient: vertical;
79
+ -webkit-box-direction: normal;
80
+ -ms-flex-direction: column;
81
+ flex-direction: column;
82
+ font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
83
+ font-size: 15px;
84
+ -webkit-box-pack: center;
85
+ -ms-flex-pack: center;
86
+ justify-content: center;
87
+ line-height: 24px;
88
+ min-height: 36px;
89
+ overflow: hidden;
90
+ position: relative;
91
+ text-overflow: ellipsis;
92
+ vertical-align: middle;
93
+ width: 100%;
94
+ }
95
+ .e-card > * {
96
+ -webkit-box-pack: center;
97
+ -ms-flex-pack: center;
98
+ justify-content: center;
99
+ }
100
+ .e-card > .e-card-header-title {
101
+ -webkit-box-sizing: border-box;
102
+ box-sizing: border-box;
103
+ font-size: 14px;
104
+ line-height: 1.25;
105
+ padding: 12px;
106
+ }
107
+ .e-card > .e-card-header-title + :not(.e-card-header-title) {
108
+ margin-top: 0;
109
+ padding-top: 0;
110
+ }
111
+ .e-card > .e-card-title {
112
+ font-size: 16px;
113
+ line-height: 1.5;
114
+ padding: 12px;
115
+ }
116
+ .e-card > .e-card-title + :not(.e-card-title) {
117
+ margin-top: 0;
118
+ padding-top: 0;
119
+ }
120
+ .e-card > .e-card-header-title,
121
+ .e-card > .e-card-title {
122
+ overflow: hidden;
123
+ text-overflow: ellipsis;
124
+ }
125
+ .e-card .e-card-header-caption {
126
+ line-height: normal;
127
+ }
128
+ .e-card .e-card-header-caption .e-card-header-title {
129
+ font-size: 14px;
130
+ }
131
+ .e-card .e-card-header-caption .e-card-sub-title {
132
+ font-size: 14px;
133
+ }
134
+ .e-card .e-card-stacked {
135
+ display: -webkit-box;
136
+ display: -ms-flexbox;
137
+ display: flex;
138
+ -webkit-box-orient: vertical;
139
+ -webkit-box-direction: normal;
140
+ -ms-flex-direction: column;
141
+ flex-direction: column;
142
+ -webkit-box-pack: center;
143
+ -ms-flex-pack: center;
144
+ justify-content: center;
145
+ overflow: hidden;
146
+ }
147
+ .e-card.e-card-horizontal,
148
+ .e-card .e-card-horizontal {
149
+ display: -webkit-box;
150
+ display: -ms-flexbox;
151
+ display: flex;
152
+ -webkit-box-orient: horizontal;
153
+ -webkit-box-direction: normal;
154
+ -ms-flex-direction: row;
155
+ flex-direction: row;
156
+ -webkit-box-pack: center;
157
+ -ms-flex-pack: center;
158
+ justify-content: center;
159
+ }
160
+ .e-card.e-card-horizontal .e-card-image,
161
+ .e-card.e-card-horizontal img,
162
+ .e-card .e-card-horizontal .e-card-image,
163
+ .e-card .e-card-horizontal img {
164
+ margin: 2px;
165
+ }
166
+ .e-card .e-card-horizontal {
167
+ line-height: normal;
168
+ padding: 2px;
169
+ }
170
+ .e-card.e-card-horizontal > * {
171
+ -webkit-box-flex: 1;
172
+ -ms-flex: 1;
173
+ flex: 1;
174
+ }
175
+ .e-card.e-card-horizontal .e-card-stacked {
176
+ display: -webkit-box;
177
+ display: -ms-flexbox;
178
+ display: flex;
179
+ -webkit-box-flex: 1;
180
+ -ms-flex: 1;
181
+ flex: 1;
182
+ -webkit-box-orient: vertical;
183
+ -webkit-box-direction: normal;
184
+ -ms-flex-direction: column;
185
+ flex-direction: column;
186
+ overflow: hidden;
187
+ }
188
+ .e-card.e-card-horizontal .e-card-stacked > :first-child {
189
+ -webkit-box-flex: 1;
190
+ -ms-flex-positive: 1;
191
+ flex-grow: 1;
192
+ }
193
+ .e-card .e-card-separator {
194
+ display: block;
195
+ }
196
+ .e-card .e-card-corner {
197
+ border-radius: 50%;
198
+ }
199
+ .e-card .e-card-header {
200
+ -webkit-box-sizing: border-box;
201
+ box-sizing: border-box;
202
+ display: -webkit-box;
203
+ display: -ms-flexbox;
204
+ display: flex;
205
+ -webkit-box-orient: horizontal;
206
+ -webkit-box-direction: normal;
207
+ -ms-flex-direction: row;
208
+ flex-direction: row;
209
+ -webkit-box-pack: center;
210
+ -ms-flex-pack: center;
211
+ justify-content: center;
212
+ line-height: normal;
213
+ min-height: 22.5px;
214
+ padding: 12px;
215
+ width: inherit;
216
+ }
217
+ .e-card .e-card-header .e-card-content {
218
+ padding-left: 0;
219
+ padding-right: 0;
220
+ }
221
+ .e-card .e-card-header .e-card-actions {
222
+ -webkit-box-pack: start;
223
+ -ms-flex-pack: start;
224
+ justify-content: flex-start;
225
+ }
226
+ .e-card .e-card-header .e-card-header-image {
227
+ -ms-flex-item-align: center;
228
+ align-self: center;
229
+ display: -webkit-box;
230
+ display: -ms-flexbox;
231
+ display: flex;
232
+ }
233
+ .e-card .e-card-header .e-card-header-caption {
234
+ -ms-flex-item-align: center;
235
+ align-self: center;
236
+ display: -webkit-box;
237
+ display: -ms-flexbox;
238
+ display: flex;
239
+ -webkit-box-flex: 1;
240
+ -ms-flex: 1;
241
+ flex: 1;
242
+ -webkit-box-orient: vertical;
243
+ -webkit-box-direction: normal;
244
+ -ms-flex-direction: column;
245
+ flex-direction: column;
246
+ overflow: hidden;
247
+ padding: 0 0 0 18px;
248
+ }
249
+ .e-card .e-card-header .e-card-header-caption:first-child {
250
+ padding: 0;
251
+ }
252
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title,
253
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
254
+ display: inline-block;
255
+ overflow: hidden;
256
+ text-overflow: ellipsis;
257
+ white-space: nowrap;
258
+ }
259
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title {
260
+ font-size: 14px;
261
+ font-weight: normal;
262
+ font-weight: 600;
263
+ line-height: 1.5;
264
+ }
265
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
266
+ font-size: 12px;
267
+ font-weight: normal;
268
+ line-height: 1.5;
269
+ padding: 2px 0 0;
270
+ }
271
+ .e-card .e-card-header .e-card-header-image {
272
+ background-repeat: no-repeat;
273
+ background-size: cover;
274
+ height: 46px;
275
+ width: 46px;
276
+ }
277
+ .e-card .e-card-header .e-card-corner {
278
+ border-radius: 50%;
279
+ }
280
+ .e-card .e-card-image {
281
+ background-size: cover;
282
+ min-height: 112.5px;
283
+ position: relative;
284
+ width: 100%;
285
+ }
286
+ .e-card .e-card-image .e-card-title {
287
+ bottom: 0;
288
+ -webkit-box-sizing: border-box;
289
+ box-sizing: border-box;
290
+ font-size: 14px;
291
+ line-height: 30px;
292
+ min-height: 30px;
293
+ overflow: hidden;
294
+ padding: 8px 16px;
295
+ position: absolute;
296
+ text-overflow: ellipsis;
297
+ width: inherit;
298
+ font-weight: 600;
299
+ }
300
+ .e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right {
301
+ bottom: auto;
302
+ top: 0;
303
+ }
304
+ .e-card .e-card-image .e-card-title.e-card-top-right {
305
+ text-align: right;
306
+ }
307
+ .e-card .e-card-image .e-card-title.e-card-bottom-right {
308
+ text-align: right;
309
+ }
310
+ .e-card .e-card-actions {
311
+ -webkit-box-sizing: border-box;
312
+ box-sizing: border-box;
313
+ display: inline-block;
314
+ -webkit-box-pack: start;
315
+ -ms-flex-pack: start;
316
+ justify-content: flex-start;
317
+ padding: 18px 18px;
318
+ }
319
+ .e-card .e-card-actions.e-card-vertical {
320
+ display: -webkit-box;
321
+ display: -ms-flexbox;
322
+ display: flex;
323
+ -webkit-box-orient: vertical;
324
+ -webkit-box-direction: normal;
325
+ -ms-flex-direction: column;
326
+ flex-direction: column;
327
+ padding: 18px 18px;
328
+ }
329
+ .e-card .e-card-actions.e-card-vertical .e-card-btn,
330
+ .e-card .e-card-actions.e-card-vertical a {
331
+ -ms-flex-item-align: initial;
332
+ align-self: initial;
333
+ -webkit-box-sizing: border-box;
334
+ box-sizing: border-box;
335
+ display: inline-block;
336
+ -webkit-box-pack: center;
337
+ -ms-flex-pack: center;
338
+ justify-content: center;
339
+ margin: 0 0 6px 0;
340
+ text-align: center;
341
+ width: 100%;
342
+ }
343
+ .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
344
+ .e-card .e-card-actions.e-card-vertical a:last-child {
345
+ margin-bottom: 0;
346
+ }
347
+ .e-card .e-card-actions button,
348
+ .e-card .e-card-actions a {
349
+ -webkit-box-align: center;
350
+ -ms-flex-align: center;
351
+ align-items: center;
352
+ -ms-flex-item-align: center;
353
+ align-self: center;
354
+ cursor: pointer;
355
+ display: -webkit-inline-box;
356
+ display: -ms-inline-flexbox;
357
+ display: inline-flex;
358
+ overflow: hidden;
359
+ vertical-align: middle;
360
+ white-space: nowrap;
361
+ }
362
+ .e-card .e-card-actions .e-card-btn span,
363
+ .e-card .e-card-actions .e-card-btn span.e-icons {
364
+ display: -webkit-box;
365
+ display: -ms-flexbox;
366
+ display: flex;
367
+ font-size: 14px;
368
+ height: 24px;
369
+ width: 24px;
370
+ }
371
+ .e-card .e-card-actions .e-card-btn span::before,
372
+ .e-card .e-card-actions .e-card-btn span.e-icons::before {
373
+ -ms-flex-item-align: center;
374
+ align-self: center;
375
+ display: -webkit-box;
376
+ display: -ms-flexbox;
377
+ display: flex;
378
+ -webkit-box-pack: center;
379
+ -ms-flex-pack: center;
380
+ justify-content: center;
381
+ width: inherit;
382
+ }
383
+ .e-card .e-card-actions .e-card-btn > * {
384
+ overflow: hidden;
385
+ text-overflow: ellipsis;
386
+ width: inherit;
387
+ }
388
+ .e-card .e-card-actions .e-card-btn,
389
+ .e-card .e-card-actions a {
390
+ border-radius: 2px;
391
+ }
392
+ .e-card .e-card-actions .e-card-btn,
393
+ .e-card .e-card-actions a {
394
+ font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
395
+ font-size: 14px;
396
+ line-height: 30px;
397
+ margin: 0 0 0 6px;
398
+ min-height: 30px;
399
+ padding: 0 6px;
400
+ text-decoration: none;
401
+ text-transform: none;
402
+ }
403
+ .e-card .e-card-actions .e-card-btn:first-child,
404
+ .e-card .e-card-actions a:first-child {
405
+ margin-left: 0;
406
+ }
407
+ .e-card .e-card-content {
408
+ font-size: 14px;
409
+ line-height: 1.5;
410
+ padding: 0 12px 12px;
411
+ word-wrap: break-word;
412
+ }
413
+ .e-card .e-card-content + :not(.e-card-content),
414
+ .e-card .e-card-content + .e-card-actions.e-card-vertical {
415
+ margin-top: 0;
416
+ padding-top: 0;
417
+ }
418
+ .e-card .e-card-content,
419
+ .e-card .e-card-content p {
420
+ line-height: 1.5;
421
+ overflow: hidden;
422
+ text-overflow: ellipsis;
423
+ }
424
+
425
+ /* stylelint-disable property-no-vendor-prefix */
426
+ .e-card {
427
+ -webkit-tap-highlight-color: var(--color-sf-primary);
428
+ background: var(--color-sf-flyout-bg-color);
429
+ border: 1px solid var(--color-sf-border-light);
430
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
431
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
432
+ color: var(--color-sf-content-text-color);
433
+ outline: none;
434
+ }
435
+ .e-card:hover {
436
+ background-color: var(--color-sf-flyout-bg-color-hover);
437
+ border-color: var(--color-sf-border-light);
438
+ }
439
+ .e-card:focus {
440
+ background-color: var(--color-sf-flyout-bg-color-pressed);
441
+ border-color: var(--color-sf-border-light);
442
+ }
443
+ .e-card:active {
444
+ background-color: var(--color-sf-flyout-bg-color-selected);
445
+ border-color: var(--color-sf-border-light);
446
+ }
447
+ .e-card .e-card-separator {
448
+ border-bottom: 1px solid var(--color-sf-border-light);
449
+ }
450
+ .e-card .e-card-header-caption .e-card-header-title {
451
+ color: var(--color-sf-content-text-color);
452
+ }
453
+ .e-card .e-card-header-caption .e-card-sub-title {
454
+ color: var(--color-sf-content-text-color-alt2);
455
+ }
456
+ .e-card .e-card-image .e-card-title {
457
+ background-color: var(--color-sf-overlay-bg-color);
458
+ color: var(--color-sf-content-text-color);
459
+ }
460
+ .e-card .e-card-actions .e-card-btn span,
461
+ .e-card .e-card-actions .e-card-btn span.e-icons {
462
+ color: var(--color-sf-primary);
463
+ }
464
+ .e-card .e-card-actions .e-card-btn,
465
+ .e-card .e-card-actions a {
466
+ background: transparent;
467
+ border: 1px solid var(--color-sf-secondary-border-color);
468
+ color: var(--color-sf-secondary-text-color);
469
+ outline: 0;
470
+ }
471
+ .e-card .e-card-actions .e-card-btn:hover,
472
+ .e-card .e-card-actions a:hover {
473
+ background: var(--color-sf-primary);
474
+ border: 1px solid var(--color-sf-secondary-border-color-hover);
475
+ color: #fff;
476
+ }
477
+ .e-card .e-card-actions .e-card-btn:focus,
478
+ .e-card .e-card-actions a:focus {
479
+ background: var(--color-sf-secondary-bg-color-focus);
480
+ border: 1px solid;
481
+ color: var(--color-sf-secondary-text-color-focus);
482
+ }
483
+ .e-card .e-card-actions .e-card-btn:active,
484
+ .e-card .e-card-actions a:active {
485
+ background: var(--color-sf-secondary-bg-color-pressed);
486
+ border: 1px solid var(--color-sf-secondary-border-color-pressed);
487
+ color: var(--color-sf-secondary-text-color-pressed);
488
+ }
489
+ .e-card .e-card-content {
490
+ color: var(--color-sf-content-text-color-alt1);
491
+ }
492
+
493
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
494
+ content: "\e7e3";
495
+ font-family: "e-icons";
496
+ font-size: 14px;
497
+ }
498
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
499
+ content: "\e7fd";
500
+ font-family: "e-icons";
501
+ font-size: 14px;
502
+ }
503
+
504
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
505
+ border-width: 1px;
506
+ display: -webkit-box;
507
+ display: -ms-flexbox;
508
+ display: flex;
509
+ overflow: hidden;
510
+ position: relative;
511
+ -ms-touch-action: none;
512
+ touch-action: none;
513
+ width: 100%;
514
+ }
515
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
516
+ -webkit-box-flex: 1;
517
+ -ms-flex: 1 1 auto;
518
+ flex: 1 1 auto;
519
+ font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
520
+ font-size: 14px;
521
+ font-weight: 400;
522
+ }
523
+ .e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
524
+ overflow: auto;
525
+ }
526
+ .e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
527
+ -webkit-box-flex: 0;
528
+ -ms-flex-positive: 0;
529
+ flex-grow: 0;
530
+ -ms-flex-negative: 0;
531
+ flex-shrink: 0;
532
+ }
533
+ .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
534
+ overflow: auto;
535
+ }
536
+ .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
537
+ -ms-flex-preferred-size: 0 !important;
538
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
539
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
540
+ }
541
+ .e-splitter.e-splitter-horizontal {
542
+ -webkit-box-orient: horizontal;
543
+ -webkit-box-direction: normal;
544
+ -ms-flex-direction: row;
545
+ flex-direction: row;
546
+ }
547
+ .e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
548
+ overflow: hidden;
549
+ }
550
+ .e-splitter.e-splitter-horizontal.e-rtl {
551
+ -webkit-box-orient: horizontal;
552
+ -webkit-box-direction: reverse;
553
+ -ms-flex-direction: row-reverse;
554
+ flex-direction: row-reverse;
555
+ }
556
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
557
+ -webkit-box-orient: horizontal;
558
+ -webkit-box-direction: reverse;
559
+ -ms-flex-direction: row-reverse;
560
+ flex-direction: row-reverse;
561
+ }
562
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
563
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
564
+ right: auto;
565
+ }
566
+ .e-splitter.e-splitter-vertical {
567
+ -webkit-box-orient: vertical;
568
+ -webkit-box-direction: normal;
569
+ -ms-flex-direction: column;
570
+ flex-direction: column;
571
+ }
572
+ .e-splitter.e-splitter-vertical.e-pane.e-scrollable {
573
+ overflow: hidden;
574
+ }
575
+ .e-splitter.e-splitter-vertical .e-pane-vertical {
576
+ overflow: auto;
577
+ }
578
+ .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
579
+ -ms-flex-preferred-size: 0 !important;
580
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
581
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
582
+ }
583
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
584
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
585
+ right: auto;
586
+ }
587
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
588
+ border-radius: 50%;
589
+ bottom: 20px;
590
+ right: 22px;
591
+ }
592
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
593
+ border-radius: 50%;
594
+ left: 22px;
595
+ right: auto;
596
+ top: 20px;
597
+ }
598
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
599
+ right: auto;
600
+ }
601
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
602
+ -webkit-box-align: center;
603
+ -ms-flex-align: center;
604
+ align-items: center;
605
+ display: -webkit-box;
606
+ display: -ms-flexbox;
607
+ display: flex;
608
+ -webkit-box-flex: 0;
609
+ -ms-flex: 0 0 auto;
610
+ flex: 0 0 auto;
611
+ -webkit-box-pack: center;
612
+ -ms-flex-pack: center;
613
+ justify-content: center;
614
+ min-width: 1px;
615
+ z-index: 15;
616
+ }
617
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
618
+ visibility: hidden;
619
+ }
620
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
621
+ cursor: col-resize;
622
+ }
623
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
624
+ content: "";
625
+ cursor: col-resize;
626
+ display: block;
627
+ height: 100%;
628
+ position: absolute;
629
+ width: 16px;
630
+ z-index: 10;
631
+ }
632
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
633
+ -webkit-box-align: center;
634
+ -ms-flex-align: center;
635
+ align-items: center;
636
+ display: -webkit-box;
637
+ display: -ms-flexbox;
638
+ display: flex;
639
+ height: 18px;
640
+ -webkit-box-pack: center;
641
+ -ms-flex-pack: center;
642
+ justify-content: center;
643
+ position: relative;
644
+ width: 1px;
645
+ }
646
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
647
+ visibility: hidden;
648
+ }
649
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
650
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
651
+ left: 8px;
652
+ right: 3px;
653
+ }
654
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
655
+ -o-border-image: none;
656
+ border-image: none;
657
+ border-width: 1px;
658
+ cursor: pointer;
659
+ display: -webkit-box;
660
+ display: -ms-flexbox;
661
+ display: flex;
662
+ height: 26px;
663
+ padding: 1px 12px;
664
+ position: relative;
665
+ }
666
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
667
+ border-radius: 16px;
668
+ content: "";
669
+ height: 8px;
670
+ position: absolute;
671
+ -webkit-transform: rotate(0deg);
672
+ transform: rotate(0deg);
673
+ width: 2px;
674
+ }
675
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
676
+ top: 5px;
677
+ -webkit-transform-origin: 1px 7px 0;
678
+ transform-origin: 1px 7px 0;
679
+ }
680
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
681
+ top: 11px;
682
+ -webkit-transform-origin: 1px 1px 0;
683
+ transform-origin: 1px 1px 0;
684
+ }
685
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
686
+ border-radius: 50%;
687
+ right: 5px;
688
+ }
689
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
690
+ border-radius: 50%;
691
+ left: 5px;
692
+ }
693
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after {
694
+ right: 8px;
695
+ }
696
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
697
+ margin: 0 3px;
698
+ }
699
+ .e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
700
+ margin: 0 0 0 3px;
701
+ }
702
+ .e-splitter .e-split-bar.e-split-bar-vertical {
703
+ -webkit-box-align: center;
704
+ -ms-flex-align: center;
705
+ align-items: center;
706
+ border-left: 1px solid var(--color-sf-border-light);
707
+ border-right: 1px solid var(--color-sf-border-light);
708
+ display: -webkit-box;
709
+ display: -ms-flexbox;
710
+ display: flex;
711
+ -webkit-box-flex: 0;
712
+ -ms-flex: 0 0 auto;
713
+ flex: 0 0 auto;
714
+ -webkit-box-pack: center;
715
+ -ms-flex-pack: center;
716
+ justify-content: center;
717
+ min-height: 1px;
718
+ }
719
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
720
+ visibility: hidden;
721
+ }
722
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
723
+ cursor: row-resize;
724
+ }
725
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
726
+ content: "";
727
+ cursor: row-resize;
728
+ display: block;
729
+ height: 16px;
730
+ position: absolute;
731
+ width: 100%;
732
+ z-index: 12;
733
+ }
734
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
735
+ -webkit-box-align: center;
736
+ -ms-flex-align: center;
737
+ align-items: center;
738
+ display: -webkit-box;
739
+ display: -ms-flexbox;
740
+ display: flex;
741
+ height: 1px;
742
+ -webkit-box-pack: center;
743
+ -ms-flex-pack: center;
744
+ justify-content: center;
745
+ width: 18px;
746
+ }
747
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
748
+ visibility: hidden;
749
+ }
750
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
751
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
752
+ left: 10px;
753
+ }
754
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
755
+ -o-border-image: none;
756
+ border-image: none;
757
+ border-width: 0;
758
+ cursor: pointer;
759
+ display: -webkit-box;
760
+ display: -ms-flexbox;
761
+ display: flex;
762
+ height: 26px;
763
+ padding: 10px 3px 10px 18px;
764
+ position: relative;
765
+ width: 26px;
766
+ }
767
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
768
+ border-radius: 16px;
769
+ content: "";
770
+ height: 8px;
771
+ position: absolute;
772
+ -webkit-transform: rotate(90deg);
773
+ transform: rotate(90deg);
774
+ width: 2px;
775
+ }
776
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
777
+ top: 3px;
778
+ -webkit-transform-origin: 2px 7px 0;
779
+ transform-origin: 2px 7px 0;
780
+ }
781
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
782
+ left: 11px;
783
+ top: 8px;
784
+ -webkit-transform-origin: 1px 1px 0;
785
+ transform-origin: 1px 1px 0;
786
+ }
787
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
788
+ left: 12px;
789
+ top: 8px;
790
+ -webkit-transform-origin: 1px 6px 0;
791
+ transform-origin: 1px 6px 0;
792
+ }
793
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
794
+ left: 10px;
795
+ top: 12px;
796
+ -webkit-transform-origin: 1px 2px 0;
797
+ transform-origin: 1px 2px 0;
798
+ }
799
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
800
+ border-radius: 50%;
801
+ bottom: 20px;
802
+ left: 22px;
803
+ }
804
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
805
+ border-radius: 50%;
806
+ right: 22px;
807
+ top: 20px;
808
+ }
809
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
810
+ right: 10px;
811
+ }
812
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
813
+ margin: 3px 0;
814
+ }
815
+ .e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
816
+ margin: 3px 0 0;
817
+ }
818
+
819
+ .e-rtl .e-splitter.e-splitter-horizontal {
820
+ -webkit-box-orient: horizontal;
821
+ -webkit-box-direction: reverse;
822
+ -ms-flex-direction: row-reverse;
823
+ flex-direction: row-reverse;
824
+ }
825
+
826
+ .e-content-placeholder.e-splitter.e-placeholder-splitter {
827
+ background-size: 100px 110px;
828
+ min-height: 110px;
829
+ }
830
+
831
+ .e-splitter.e-ie .e-navigate-arrow.e-arrow-left {
832
+ margin-left: -26px;
833
+ }
834
+
835
+ .e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler {
836
+ -webkit-box-orient: vertical;
837
+ -webkit-box-direction: normal;
838
+ -ms-flex-direction: column;
839
+ flex-direction: column;
840
+ }
841
+
842
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
843
+ border: solid 1px var(--color-sf-border-light);
844
+ }
845
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
846
+ color: var(--color-sf-content-text-color);
847
+ }
848
+ .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical {
849
+ border: transparent;
850
+ }
851
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
852
+ background: var(--color-sf-border-light);
853
+ border-left: 1px solid var(--color-sf-border-light);
854
+ border-right: 1px solid var(--color-sf-border-light);
855
+ }
856
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
857
+ background: var(--color-sf-content-bg-color);
858
+ color: var(--color-sf-icon-color);
859
+ z-index: 10;
860
+ }
861
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
862
+ background-color: transparent;
863
+ border-color: transparent;
864
+ color: transparent;
865
+ -webkit-transition: background-color 500ms ease-out;
866
+ transition: background-color 500ms ease-out;
867
+ }
868
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::after {
869
+ background-color: var(--color-sf-primary);
870
+ opacity: 0;
871
+ -webkit-transition-duration: 0.3s;
872
+ transition-duration: 0.3s;
873
+ -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
874
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
875
+ }
876
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
877
+ background: var(--color-sf-primary);
878
+ border-left: 1px solid var(--color-sf-primary);
879
+ border-right: 1px solid var(--color-sf-primary);
880
+ }
881
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
882
+ background: var(--color-sf-content-bg-color);
883
+ color: var(--color-sf-primary);
884
+ }
885
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
886
+ background-color: transparent;
887
+ border-color: var(--color-sf-primary);
888
+ border-width: 1px;
889
+ opacity: 0.9;
890
+ }
891
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::before {
892
+ background-color: var(--color-sf-primary);
893
+ opacity: 1;
894
+ -webkit-transform: rotate(40deg);
895
+ transform: rotate(40deg);
896
+ }
897
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::after {
898
+ background-color: var(--color-sf-primary);
899
+ opacity: 1;
900
+ -webkit-transform: rotate(-40deg);
901
+ transform: rotate(-40deg);
902
+ }
903
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before {
904
+ background-color: var(--color-sf-primary);
905
+ opacity: 1;
906
+ -webkit-transform: rotate(-40deg);
907
+ transform: rotate(-40deg);
908
+ }
909
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after {
910
+ background-color: var(--color-sf-primary);
911
+ opacity: 1;
912
+ -webkit-transform: rotate(40deg);
913
+ transform: rotate(40deg);
914
+ }
915
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
916
+ background: var(--color-sf-primary);
917
+ }
918
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
919
+ background: var(--color-sf-content-bg-color);
920
+ color: var(--color-sf-primary);
921
+ }
922
+ .e-splitter .e-split-bar.e-split-bar-vertical {
923
+ background: var(--color-sf-border-light);
924
+ }
925
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
926
+ background: var(--color-sf-content-bg-color);
927
+ color: var(--color-sf-icon-color);
928
+ z-index: 12;
929
+ }
930
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
931
+ background: var(--color-sf-primary);
932
+ border-left: 1px solid var(--color-sf-primary);
933
+ border-right: 1px solid var(--color-sf-primary);
934
+ }
935
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
936
+ background-color: transparent;
937
+ border-color: var(--color-sf-primary);
938
+ border-width: 1px;
939
+ opacity: 0.9;
940
+ }
941
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
942
+ background: var(--color-sf-content-bg-color);
943
+ color: var(--color-sf-primary);
944
+ }
945
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
946
+ background-color: var(--color-sf-primary);
947
+ opacity: 1;
948
+ -webkit-transform: rotate(125deg);
949
+ transform: rotate(125deg);
950
+ }
951
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after {
952
+ background-color: var(--color-sf-primary);
953
+ opacity: 1;
954
+ -webkit-transform: rotate(50deg);
955
+ transform: rotate(50deg);
956
+ }
957
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before {
958
+ background-color: var(--color-sf-primary);
959
+ opacity: 1;
960
+ -webkit-transform: rotate(55deg);
961
+ transform: rotate(55deg);
962
+ }
963
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after {
964
+ background-color: var(--color-sf-primary);
965
+ opacity: 1;
966
+ -webkit-transform: rotate(125deg);
967
+ transform: rotate(125deg);
968
+ }
969
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
970
+ background-color: transparent;
971
+ border-color: transparent;
972
+ color: transparent;
973
+ -webkit-transition: background-color 300ms ease-out;
974
+ transition: background-color 300ms ease-out;
975
+ }
976
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
977
+ background-color: var(--color-sf-primary);
978
+ opacity: 0;
979
+ -webkit-transition-duration: 0.3s;
980
+ transition-duration: 0.3s;
981
+ -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
982
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
983
+ }
984
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
985
+ background: var(--color-sf-primary);
986
+ }
987
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
988
+ background: var(--color-sf-content-bg-color);
989
+ color: var(--color-sf-primary);
990
+ }
991
+ .e-splitter.e-disabled {
992
+ opacity: 0.4;
993
+ pointer-events: none;
994
+ }
995
+
996
+ /* stylelint-disable-line no-empty-source */
997
+ /*! component's theme wise override tailwind-definitions and variables */
998
+ /* stylelint-disable */
999
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1000
+ height: 100%;
1001
+ padding: 20px 0;
1002
+ right: 1px;
1003
+ top: 0;
1004
+ width: 12px;
1005
+ }
1006
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
1007
+ height: 100%;
1008
+ left: 0;
1009
+ padding: 20px 0;
1010
+ top: 0;
1011
+ width: 12px;
1012
+ }
1013
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
1014
+ height: 12px;
1015
+ padding: 0 20px;
1016
+ top: 1px;
1017
+ width: 100%;
1018
+ }
1019
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
1020
+ bottom: 1px;
1021
+ height: 12px;
1022
+ padding: 0 20px;
1023
+ width: 100%;
1024
+ }
1025
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
1026
+ bottom: 0;
1027
+ right: 1px;
1028
+ z-index: 10;
1029
+ }
1030
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
1031
+ left: 2px;
1032
+ top: 2px;
1033
+ z-index: 10;
1034
+ }
1035
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
1036
+ right: 2px;
1037
+ top: 2px;
1038
+ z-index: 10;
1039
+ }
1040
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
1041
+ bottom: 1px;
1042
+ left: 1px;
1043
+ z-index: 10;
1044
+ }
1045
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
1046
+ bottom: 4px;
1047
+ content: "\e761";
1048
+ font-size: 12px;
1049
+ position: absolute;
1050
+ right: 4px;
1051
+ }
1052
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
1053
+ bottom: 4px;
1054
+ content: "\e761";
1055
+ font-size: 12px;
1056
+ left: 4px;
1057
+ position: absolute;
1058
+ -webkit-transform: rotateY(180deg);
1059
+ transform: rotateY(180deg);
1060
+ }
1061
+
1062
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
1063
+ background: var(--color-sf-content-bg-color);
1064
+ border-collapse: collapse;
1065
+ height: 100%;
1066
+ width: 100%;
1067
+ }
1068
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table td.e-dashboard-gridline {
1069
+ border: 1px dotted var(--color-sf-border-light);
1070
+ border-radius: 8px;
1071
+ position: absolute;
1072
+ }
1073
+ .e-dashboardlayout.e-control.e-responsive {
1074
+ width: 100% !important;
1075
+ }
1076
+ .e-dashboardlayout.e-control.e-prevent {
1077
+ -webkit-user-select: none;
1078
+ -moz-user-select: none;
1079
+ -ms-user-select: none;
1080
+ user-select: none;
1081
+ }
1082
+ .e-dashboardlayout.e-control .e-panel.e-ssr {
1083
+ position: relative;
1084
+ }
1085
+ .e-dashboardlayout.e-control .e-panel {
1086
+ border: none;
1087
+ height: 100%;
1088
+ -webkit-user-select: none;
1089
+ -moz-user-select: none;
1090
+ -ms-user-select: none;
1091
+ user-select: none;
1092
+ width: 100%;
1093
+ border-radius: 4px;
1094
+ }
1095
+ .e-dashboardlayout.e-control .e-panel:hover {
1096
+ -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
1097
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
1098
+ background: var(--color-sf-flyout-bg-color-hover);
1099
+ }
1100
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
1101
+ display: block;
1102
+ }
1103
+ .e-dashboardlayout.e-control .e-panel:active {
1104
+ border: 1px solid var(--color-sf-border-dark);
1105
+ }
1106
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
1107
+ height: 100%;
1108
+ width: 100%;
1109
+ }
1110
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
1111
+ height: inherit;
1112
+ width: inherit;
1113
+ }
1114
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
1115
+ display: none;
1116
+ }
1117
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1118
+ -webkit-transition: top 0.5s, left 0.5s;
1119
+ transition: top 0.5s, left 0.5s;
1120
+ }
1121
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
1122
+ border-bottom: none;
1123
+ color: var(--color-sf-content-text-color);
1124
+ font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
1125
+ font-size: 14px;
1126
+ font-weight: 600;
1127
+ height: 38px;
1128
+ padding: 9px 16px;
1129
+ }
1130
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
1131
+ overflow: hidden;
1132
+ text-overflow: ellipsis;
1133
+ white-space: nowrap;
1134
+ }
1135
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
1136
+ display: inline-block;
1137
+ }
1138
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
1139
+ float: right;
1140
+ }
1141
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
1142
+ position: absolute;
1143
+ -ms-touch-action: none;
1144
+ touch-action: none;
1145
+ }
1146
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
1147
+ border: none;
1148
+ }
1149
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
1150
+ cursor: e-resize;
1151
+ }
1152
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
1153
+ cursor: w-resize;
1154
+ }
1155
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
1156
+ cursor: n-resize;
1157
+ }
1158
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
1159
+ cursor: s-resize;
1160
+ }
1161
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
1162
+ cursor: nw-resize;
1163
+ }
1164
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
1165
+ cursor: ne-resize;
1166
+ }
1167
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
1168
+ cursor: sw-resize;
1169
+ }
1170
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
1171
+ cursor: se-resize;
1172
+ }
1173
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
1174
+ font-family: "e-icons";
1175
+ position: absolute;
1176
+ }
1177
+ .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
1178
+ cursor: move;
1179
+ z-index: 1111 !important;
1180
+ border: none;
1181
+ }
1182
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
1183
+ float: left;
1184
+ }
1185
+ .e-dashboardlayout.e-control .e-drag:hover {
1186
+ cursor: move;
1187
+ }
1188
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
1189
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
1190
+ cursor: default;
1191
+ }
1192
+ .e-dashboardlayout.e-control .e-holder {
1193
+ background: var(--color-sf-primary-lighter);
1194
+ border: 1px var(--color-sf-primary) dashed;
1195
+ border-radius: 6px;
1196
+ position: absolute;
1197
+ border-radius: 4px;
1198
+ }
1199
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
1200
+ -webkit-transition: top 0.3s, left 0.3s;
1201
+ transition: top 0.3s, left 0.3s;
1202
+ }
1203
+
1204
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
1205
+ height: 100%;
1206
+ width: 100%;
1207
+ }
1208
+
1209
+ .e-dashboardlayout.e-control {
1210
+ display: block;
1211
+ position: relative;
1212
+ }
1213
+ .e-dashboardlayout.e-control .e-panel {
1214
+ background: var(--color-sf-flyout-bg-color);
1215
+ -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
1216
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
1217
+ -webkit-box-sizing: border-box;
1218
+ box-sizing: border-box;
1219
+ position: absolute;
1220
+ }
1221
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
1222
+ color: var(--color-sf-content-text-color);
1223
+ }
1224
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
1225
+ background: none;
1226
+ }
1227
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
1228
+ color: var(--color-sf-icon-color-disabled);
1229
+ font-size: 8px;
1230
+ height: 8px;
1231
+ width: 8px;
1232
+ }
1233
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
1234
+ bottom: 2px;
1235
+ right: 2px;
1236
+ }
1237
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
1238
+ bottom: 2px;
1239
+ left: 2px;
1240
+ }
1241
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
1242
+ left: 2px;
1243
+ top: 2px;
1244
+ }
1245
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
1246
+ right: 2px;
1247
+ top: 2px;
1248
+ }
1249
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
1250
+ right: 2px;
1251
+ top: 2px;
1252
+ }
1253
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
1254
+ left: 2px;
1255
+ top: 2px;
1256
+ }
1257
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
1258
+ bottom: 2px;
1259
+ left: 2px;
1260
+ }
1261
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
1262
+ bottom: 2px;
1263
+ right: 2px;
1264
+ }
1265
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
1266
+ right: 2px;
1267
+ top: 2px;
1268
+ }
1269
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
1270
+ left: 2px;
1271
+ top: 2px;
1272
+ }
1273
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
1274
+ bottom: 2px;
1275
+ left: 2px;
1276
+ }
1277
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
1278
+ bottom: 2px;
1279
+ right: 2px;
1280
+ }
1281
+ .e-dashboardlayout.e-control .e-panel:active {
1282
+ background: var(--color-sf-flyout-bg-color-selected);
1283
+ }
1284
+ .e-timeline {
1285
+ --dot-size: 16px;
1286
+ --dot-outer-space: 0;
1287
+ --dot-border: 1px;
1288
+ --connector-size: 1px;
1289
+ --dot-radius: 50%;
1290
+ height: inherit;
1291
+ width: 100%;
1292
+ }
1293
+ .e-timeline [class^="e-dot "]::before,
1294
+ .e-timeline .e-dot-item,
1295
+ .e-timeline .e-dot {
1296
+ display: -webkit-box;
1297
+ display: -ms-flexbox;
1298
+ display: flex;
1299
+ -webkit-box-align: center;
1300
+ -ms-flex-align: center;
1301
+ align-items: center;
1302
+ -webkit-box-pack: center;
1303
+ -ms-flex-pack: center;
1304
+ justify-content: center;
1305
+ }
1306
+ .e-timeline [class^="e-dot "]::before {
1307
+ min-width: 32px;
1308
+ min-height: 32px;
1309
+ border-radius: var(--dot-radius);
1310
+ }
1311
+ .e-timeline .e-timeline-items {
1312
+ display: -webkit-inline-box;
1313
+ display: -ms-inline-flexbox;
1314
+ display: inline-flex;
1315
+ -webkit-box-orient: vertical;
1316
+ -webkit-box-direction: normal;
1317
+ -ms-flex-direction: column;
1318
+ flex-direction: column;
1319
+ list-style: none;
1320
+ -ms-flex-wrap: nowrap;
1321
+ flex-wrap: nowrap;
1322
+ padding: 0;
1323
+ width: inherit;
1324
+ height: inherit;
1325
+ }
1326
+ .e-timeline .e-timeline-item {
1327
+ display: -webkit-box;
1328
+ display: -ms-flexbox;
1329
+ display: flex;
1330
+ -webkit-box-orient: horizontal;
1331
+ -webkit-box-direction: normal;
1332
+ -ms-flex-direction: row;
1333
+ flex-direction: row;
1334
+ position: relative;
1335
+ -webkit-box-align: start;
1336
+ -ms-flex-align: start;
1337
+ align-items: flex-start;
1338
+ width: inherit;
1339
+ height: inherit;
1340
+ }
1341
+ .e-timeline .e-timeline-item.e-connector::after {
1342
+ top: 0;
1343
+ bottom: 0;
1344
+ left: calc(50% - var(--connector-size));
1345
+ right: auto;
1346
+ content: "";
1347
+ position: absolute;
1348
+ z-index: 999;
1349
+ border-width: var(--connector-size);
1350
+ border-style: solid;
1351
+ }
1352
+ .e-timeline .e-timeline-item.e-connector.e-item-template::after {
1353
+ content: unset;
1354
+ }
1355
+ .e-timeline .e-dot-item {
1356
+ position: relative;
1357
+ -webkit-box-flex: 0;
1358
+ -ms-flex: 0 1 calc(var(--dot-size) * 3);
1359
+ flex: 0 1 calc(var(--dot-size) * 3);
1360
+ z-index: 1000;
1361
+ }
1362
+ .e-timeline .e-dot {
1363
+ min-width: var(--dot-size);
1364
+ min-height: var(--dot-size);
1365
+ border-radius: var(--dot-radius);
1366
+ outline: var(--dot-outer-space) solid;
1367
+ border: var(--dot-border) solid;
1368
+ font-size: 16px;
1369
+ background-size: cover;
1370
+ background-position: center;
1371
+ background-repeat: no-repeat;
1372
+ }
1373
+ .e-timeline .e-opposite-content,
1374
+ .e-timeline .e-content {
1375
+ -webkit-box-flex: 1;
1376
+ -ms-flex: 1 1 50%;
1377
+ flex: 1 1 50%;
1378
+ }
1379
+ .e-timeline .e-opposite-content {
1380
+ font-size: 12px;
1381
+ }
1382
+ .e-timeline .e-content {
1383
+ text-align: left;
1384
+ font-size: 14px;
1385
+ font-weight: 600;
1386
+ }
1387
+ .e-timeline .e-timeline-item:first-child::after {
1388
+ top: 0;
1389
+ }
1390
+ .e-timeline .e-timeline-item:last-child::after {
1391
+ bottom: calc(var(--dot-size) * 2);
1392
+ }
1393
+ .e-timeline.e-vertical.e-align-before .e-timeline-item, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
1394
+ -webkit-box-orient: horizontal;
1395
+ -webkit-box-direction: reverse;
1396
+ -ms-flex-direction: row-reverse;
1397
+ flex-direction: row-reverse;
1398
+ }
1399
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-items {
1400
+ -webkit-box-orient: vertical;
1401
+ -webkit-box-direction: reverse;
1402
+ -ms-flex-direction: column-reverse;
1403
+ flex-direction: column-reverse;
1404
+ }
1405
+ .e-timeline.e-vertical.e-align-before .e-timeline-items .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-timeline-items .e-content {
1406
+ text-align: left;
1407
+ }
1408
+ .e-timeline.e-vertical .e-timeline-item.e-connector:last-child::after {
1409
+ content: unset;
1410
+ }
1411
+ .e-timeline.e-vertical.e-align-before.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-rtl.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-before.e-rtl.e-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-content-only .e-connector::after {
1412
+ left: calc(var(--dot-size) * 3 / 2 - var(--connector-size));
1413
+ right: auto;
1414
+ }
1415
+ .e-timeline.e-vertical.e-align-before.e-content-only .e-connector::after, .e-timeline.e-vertical.e-align-before.e-rtl.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-opposite-content-only .e-connector::after, .e-timeline.e-vertical.e-align-after.e-rtl.e-content-only .e-connector::after {
1416
+ right: calc(var(--dot-size) * 3 / 2 - var(--connector-size));
1417
+ left: auto;
1418
+ }
1419
+ .e-timeline.e-vertical.e-align-after.e-opposite-content-only .e-content, .e-timeline.e-vertical.e-align-after.e-content-only .e-opposite-content, .e-timeline.e-vertical.e-align-before.e-opposite-content-only .e-content, .e-timeline.e-vertical.e-align-before.e-content-only .e-opposite-content {
1420
+ -webkit-box-flex: 0;
1421
+ -ms-flex: 0;
1422
+ flex: 0;
1423
+ }
1424
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:first-child::after {
1425
+ content: unset;
1426
+ }
1427
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:last-child::after {
1428
+ content: "";
1429
+ bottom: 0;
1430
+ }
1431
+ .e-timeline.e-vertical.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-opposite-content {
1432
+ text-align: right;
1433
+ }
1434
+ .e-timeline.e-vertical.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-opposite-content {
1435
+ text-align: left;
1436
+ }
1437
+ .e-timeline.e-vertical .e-dot-item {
1438
+ width: calc(var(--dot-size) * 2);
1439
+ }
1440
+ .e-timeline.e-horizontal .e-timeline-items {
1441
+ display: -webkit-inline-box;
1442
+ display: -ms-inline-flexbox;
1443
+ display: inline-flex;
1444
+ -webkit-box-orient: horizontal;
1445
+ -webkit-box-direction: normal;
1446
+ -ms-flex-direction: row;
1447
+ flex-direction: row;
1448
+ }
1449
+ .e-timeline.e-horizontal .e-timeline-item {
1450
+ height: auto;
1451
+ -webkit-box-orient: vertical;
1452
+ -webkit-box-direction: normal;
1453
+ -ms-flex-direction: column;
1454
+ flex-direction: column;
1455
+ -webkit-box-align: center;
1456
+ -ms-flex-align: center;
1457
+ align-items: center;
1458
+ }
1459
+ .e-timeline.e-horizontal.e-timeline-reverse.e-rtl .e-timeline-item.e-connector::after {
1460
+ left: calc(50% - var(--connector-size));
1461
+ right: auto;
1462
+ }
1463
+ .e-timeline.e-horizontal.e-rtl .e-timeline-item.e-connector::after, .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-item.e-connector::after {
1464
+ right: calc(50% - var(--connector-size));
1465
+ left: auto;
1466
+ }
1467
+ .e-timeline.e-horizontal .e-dot-item {
1468
+ margin: calc(var(--dot-size) * 2 / 2) 0;
1469
+ }
1470
+ .e-timeline.e-horizontal .e-opposite-content,
1471
+ .e-timeline.e-horizontal .e-content {
1472
+ display: -webkit-box;
1473
+ display: -ms-flexbox;
1474
+ display: flex;
1475
+ }
1476
+ .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-content {
1477
+ -webkit-box-align: end;
1478
+ -ms-flex-align: end;
1479
+ align-items: flex-end;
1480
+ }
1481
+ .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-opposite-content {
1482
+ -webkit-box-align: start;
1483
+ -ms-flex-align: start;
1484
+ align-items: flex-start;
1485
+ }
1486
+ .e-timeline.e-horizontal.e-align-before .e-timeline-item, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
1487
+ -webkit-box-orient: vertical;
1488
+ -webkit-box-direction: reverse;
1489
+ -ms-flex-direction: column-reverse;
1490
+ flex-direction: column-reverse;
1491
+ }
1492
+ .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-items {
1493
+ -webkit-box-orient: horizontal;
1494
+ -webkit-box-direction: reverse;
1495
+ -ms-flex-direction: row-reverse;
1496
+ flex-direction: row-reverse;
1497
+ }
1498
+ .e-timeline.e-horizontal .e-timeline-item::after {
1499
+ width: 100%;
1500
+ height: 0;
1501
+ top: calc(50% - var(--connector-size));
1502
+ }
1503
+ .e-timeline.e-horizontal .e-opposite-content {
1504
+ display: -webkit-box;
1505
+ display: -ms-flexbox;
1506
+ display: flex;
1507
+ -webkit-box-align: end;
1508
+ -ms-flex-align: end;
1509
+ align-items: flex-end;
1510
+ text-align: left;
1511
+ padding: 0;
1512
+ }
1513
+ .e-timeline.e-horizontal .e-content {
1514
+ padding: 0;
1515
+ }
1516
+ .e-timeline.e-horizontal .e-timeline-item:last-child::after {
1517
+ width: auto;
1518
+ }
1519
+
1520
+ .e-timeline .e-dot {
1521
+ background-color: var(--color-sf-content-bg-color);
1522
+ border-color: var(--color-sf-border-light);
1523
+ color: var(--color-sf-icon-color);
1524
+ outline-color: var(--color-sf-border-light);
1525
+ }
1526
+ .e-timeline.e-outline .e-dot {
1527
+ background-color: var(--color-sf-border-light);
1528
+ }
1529
+ .e-timeline .e-timeline-item.e-connector::after {
1530
+ border-color: var(--color-sf-border-light);
1531
+ }
1532
+ .e-timeline .e-content {
1533
+ color: var(--color-sf-content-text-color);
1534
+ }
1535
+ .e-timeline .e-opposite-content {
1536
+ color: var(--color-sf-content-text-color);
1537
+ }
1538
+ .e-timeline .e-item-disabled .e-content,
1539
+ .e-timeline .e-item-disabled .e-opposite-content {
1540
+ color: var(--color-sf-content-text-color-disabled);
1541
+ }
1542
+ .e-timeline .e-disabled .e-content,
1543
+ .e-timeline .e-disabled .e-opposite-content {
1544
+ color: var(--color-sf-content-text-color-disabled);
1545
+ }