@syncfusion/ej2-layouts 26.2.9 → 27.1.48

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