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