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