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