@syncfusion/ej2-layouts 26.2.10 → 27.1.50

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