@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,1519 @@
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: "Roboto", "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: "Roboto", "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: "Roboto", "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: #303030;
408
+ border: 1px solid #000;
409
+ -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
410
+ box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
411
+ color: #000;
412
+ outline: none;
413
+ }
414
+ .e-card:hover {
415
+ background-color: #303030;
416
+ border-color: #000;
417
+ }
418
+ .e-card:focus {
419
+ background-color: #303030;
420
+ border-color: #000;
421
+ }
422
+ .e-card:active {
423
+ background-color: #303030;
424
+ border-color: #000;
425
+ }
426
+ .e-card .e-card-separator {
427
+ border-bottom: 1px solid #000;
428
+ }
429
+ .e-card .e-card-header-caption .e-card-header-title {
430
+ color: #fff;
431
+ }
432
+ .e-card .e-card-header-caption .e-card-sub-title {
433
+ color: rgba(255, 255, 255, 0.7);
434
+ }
435
+ .e-card .e-card-image .e-card-title {
436
+ background-color: #fff;
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: #fff;
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: #fff;
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: #fff;
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: #fff;
465
+ border: 0;
466
+ color: #000;
467
+ }
468
+ .e-card .e-card-content {
469
+ color: rgba(255, 255, 255, 0.7);
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: "\eb04";
482
+ font-family: "e-icons";
483
+ font-size: 14px;
484
+ }
485
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
486
+ content: "";
487
+ }
488
+
489
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
490
+ border-width: 1px;
491
+ display: -webkit-box;
492
+ display: -ms-flexbox;
493
+ display: flex;
494
+ overflow: hidden;
495
+ position: relative;
496
+ -ms-touch-action: none;
497
+ touch-action: none;
498
+ width: 100%;
499
+ }
500
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
501
+ -webkit-box-flex: 1;
502
+ -ms-flex: 1 1 auto;
503
+ flex: 1 1 auto;
504
+ font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
505
+ font-size: 13px;
506
+ font-weight: normal;
507
+ }
508
+ .e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
509
+ overflow: auto;
510
+ }
511
+ .e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
512
+ -webkit-box-flex: 0;
513
+ -ms-flex-positive: 0;
514
+ flex-grow: 0;
515
+ -ms-flex-negative: 0;
516
+ flex-shrink: 0;
517
+ }
518
+ .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
519
+ overflow: auto;
520
+ }
521
+ .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 {
522
+ -ms-flex-preferred-size: 0 !important;
523
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
524
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
525
+ }
526
+ .e-splitter.e-splitter-horizontal {
527
+ -webkit-box-orient: horizontal;
528
+ -webkit-box-direction: normal;
529
+ -ms-flex-direction: row;
530
+ flex-direction: row;
531
+ }
532
+ .e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
533
+ overflow: hidden;
534
+ }
535
+ .e-splitter.e-splitter-horizontal.e-rtl {
536
+ -webkit-box-orient: horizontal;
537
+ -webkit-box-direction: reverse;
538
+ -ms-flex-direction: row-reverse;
539
+ flex-direction: row-reverse;
540
+ }
541
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
542
+ -webkit-box-orient: horizontal;
543
+ -webkit-box-direction: reverse;
544
+ -ms-flex-direction: row-reverse;
545
+ flex-direction: row-reverse;
546
+ }
547
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
548
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
549
+ right: auto;
550
+ }
551
+ .e-splitter.e-splitter-vertical {
552
+ -webkit-box-orient: vertical;
553
+ -webkit-box-direction: normal;
554
+ -ms-flex-direction: column;
555
+ flex-direction: column;
556
+ }
557
+ .e-splitter.e-splitter-vertical.e-pane.e-scrollable {
558
+ overflow: hidden;
559
+ }
560
+ .e-splitter.e-splitter-vertical .e-pane-vertical {
561
+ overflow: auto;
562
+ }
563
+ .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
564
+ -ms-flex-preferred-size: 0 !important;
565
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
566
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
567
+ }
568
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
569
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
570
+ right: auto;
571
+ }
572
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
573
+ border-radius: 50%;
574
+ bottom: 20px;
575
+ right: 22px;
576
+ }
577
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
578
+ border-radius: 50%;
579
+ left: 22px;
580
+ right: auto;
581
+ top: 20px;
582
+ }
583
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
584
+ right: auto;
585
+ }
586
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
587
+ -webkit-box-align: center;
588
+ -ms-flex-align: center;
589
+ align-items: center;
590
+ display: -webkit-box;
591
+ display: -ms-flexbox;
592
+ display: flex;
593
+ -webkit-box-flex: 0;
594
+ -ms-flex: 0 0 auto;
595
+ flex: 0 0 auto;
596
+ -webkit-box-pack: center;
597
+ -ms-flex-pack: center;
598
+ justify-content: center;
599
+ min-width: 1px;
600
+ z-index: 15;
601
+ }
602
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
603
+ visibility: hidden;
604
+ }
605
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
606
+ cursor: col-resize;
607
+ }
608
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
609
+ content: "";
610
+ cursor: col-resize;
611
+ display: block;
612
+ height: 100%;
613
+ position: absolute;
614
+ width: 16px;
615
+ z-index: 10;
616
+ }
617
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
618
+ -webkit-box-align: center;
619
+ -ms-flex-align: center;
620
+ align-items: center;
621
+ display: -webkit-box;
622
+ display: -ms-flexbox;
623
+ display: flex;
624
+ height: 18px;
625
+ -webkit-box-pack: center;
626
+ -ms-flex-pack: center;
627
+ justify-content: center;
628
+ position: relative;
629
+ width: 1px;
630
+ }
631
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
632
+ visibility: hidden;
633
+ }
634
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
635
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
636
+ left: 8px;
637
+ right: 3px;
638
+ }
639
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
640
+ -o-border-image: none;
641
+ border-image: none;
642
+ border-width: 1px;
643
+ cursor: pointer;
644
+ display: -webkit-box;
645
+ display: -ms-flexbox;
646
+ display: flex;
647
+ height: 26px;
648
+ padding: 1px 12px;
649
+ position: relative;
650
+ }
651
+ .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 {
652
+ border-radius: 16px;
653
+ content: "";
654
+ height: 8px;
655
+ position: absolute;
656
+ -webkit-transform: rotate(0deg);
657
+ transform: rotate(0deg);
658
+ width: 2px;
659
+ }
660
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
661
+ top: 5px;
662
+ -webkit-transform-origin: 1px 7px 0;
663
+ transform-origin: 1px 7px 0;
664
+ }
665
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
666
+ top: 11px;
667
+ -webkit-transform-origin: 1px 1px 0;
668
+ transform-origin: 1px 1px 0;
669
+ }
670
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
671
+ border-radius: 50%;
672
+ right: 5px;
673
+ }
674
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
675
+ border-radius: 50%;
676
+ left: 5px;
677
+ }
678
+ .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 {
679
+ right: 8px;
680
+ }
681
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
682
+ margin: 0 3px;
683
+ }
684
+ .e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
685
+ margin: 0 0 0 3px;
686
+ }
687
+ .e-splitter .e-split-bar.e-split-bar-vertical {
688
+ -webkit-box-align: center;
689
+ -ms-flex-align: center;
690
+ align-items: center;
691
+ border-left: none;
692
+ border-right: none;
693
+ display: -webkit-box;
694
+ display: -ms-flexbox;
695
+ display: flex;
696
+ -webkit-box-flex: 0;
697
+ -ms-flex: 0 0 auto;
698
+ flex: 0 0 auto;
699
+ -webkit-box-pack: center;
700
+ -ms-flex-pack: center;
701
+ justify-content: center;
702
+ min-height: 1px;
703
+ }
704
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
705
+ visibility: hidden;
706
+ }
707
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
708
+ cursor: row-resize;
709
+ }
710
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
711
+ content: "";
712
+ cursor: row-resize;
713
+ display: block;
714
+ height: 16px;
715
+ position: absolute;
716
+ width: 100%;
717
+ z-index: 12;
718
+ }
719
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
720
+ -webkit-box-align: center;
721
+ -ms-flex-align: center;
722
+ align-items: center;
723
+ display: -webkit-box;
724
+ display: -ms-flexbox;
725
+ display: flex;
726
+ height: 1px;
727
+ -webkit-box-pack: center;
728
+ -ms-flex-pack: center;
729
+ justify-content: center;
730
+ width: 18px;
731
+ }
732
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
733
+ visibility: hidden;
734
+ }
735
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
736
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
737
+ left: 10px;
738
+ }
739
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
740
+ -o-border-image: none;
741
+ border-image: none;
742
+ border-width: 0;
743
+ cursor: pointer;
744
+ display: -webkit-box;
745
+ display: -ms-flexbox;
746
+ display: flex;
747
+ height: 26px;
748
+ padding: 10px 3px 10px 18px;
749
+ position: relative;
750
+ width: 26px;
751
+ }
752
+ .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 {
753
+ border-radius: 16px;
754
+ content: "";
755
+ height: 8px;
756
+ position: absolute;
757
+ -webkit-transform: rotate(90deg);
758
+ transform: rotate(90deg);
759
+ width: 2px;
760
+ }
761
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
762
+ top: 3px;
763
+ -webkit-transform-origin: 2px 7px 0;
764
+ transform-origin: 2px 7px 0;
765
+ }
766
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
767
+ left: 11px;
768
+ top: 8px;
769
+ -webkit-transform-origin: 1px 1px 0;
770
+ transform-origin: 1px 1px 0;
771
+ }
772
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
773
+ left: 12px;
774
+ top: 8px;
775
+ -webkit-transform-origin: 1px 6px 0;
776
+ transform-origin: 1px 6px 0;
777
+ }
778
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
779
+ left: 10px;
780
+ top: 12px;
781
+ -webkit-transform-origin: 1px 2px 0;
782
+ transform-origin: 1px 2px 0;
783
+ }
784
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
785
+ border-radius: 50%;
786
+ bottom: 20px;
787
+ left: 22px;
788
+ }
789
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
790
+ border-radius: 50%;
791
+ right: 22px;
792
+ top: 20px;
793
+ }
794
+ .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 {
795
+ right: 10px;
796
+ }
797
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
798
+ margin: 3px 0;
799
+ }
800
+ .e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
801
+ margin: 3px 0 0;
802
+ }
803
+
804
+ .e-rtl .e-splitter.e-splitter-horizontal {
805
+ -webkit-box-orient: horizontal;
806
+ -webkit-box-direction: reverse;
807
+ -ms-flex-direction: row-reverse;
808
+ flex-direction: row-reverse;
809
+ }
810
+
811
+ .e-content-placeholder.e-splitter.e-placeholder-splitter {
812
+ background-size: 100px 110px;
813
+ min-height: 110px;
814
+ }
815
+
816
+ .e-splitter.e-ie .e-navigate-arrow.e-arrow-left {
817
+ margin-left: -26px;
818
+ }
819
+
820
+ .e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler {
821
+ -webkit-box-orient: vertical;
822
+ -webkit-box-direction: normal;
823
+ -ms-flex-direction: column;
824
+ flex-direction: column;
825
+ }
826
+
827
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
828
+ border: solid 1px #616161;
829
+ }
830
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
831
+ color: #fff;
832
+ }
833
+ .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 {
834
+ border: transparent;
835
+ }
836
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
837
+ background: #616161;
838
+ border-left: none;
839
+ border-right: none;
840
+ }
841
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
842
+ background: #303030;
843
+ color: rgba(255, 255, 255, 0.7);
844
+ z-index: 10;
845
+ }
846
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
847
+ background-color: transparent;
848
+ border-color: transparent;
849
+ color: transparent;
850
+ -webkit-transition: background-color 500ms ease-out;
851
+ transition: background-color 500ms ease-out;
852
+ }
853
+ .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 {
854
+ background-color: rgb(255, 128, 171);
855
+ opacity: 0;
856
+ -webkit-transition-duration: 0.3s;
857
+ transition-duration: 0.3s;
858
+ -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
859
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
860
+ }
861
+ .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 {
862
+ background: #00b0ff;
863
+ border-left: none;
864
+ border-right: none;
865
+ }
866
+ .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 {
867
+ background: #303030;
868
+ color: #00b0ff;
869
+ }
870
+ .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 {
871
+ background-color: #000;
872
+ border-color: rgba(255, 128, 171, 0.5);
873
+ border-width: 1px;
874
+ opacity: 0.9;
875
+ }
876
+ .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 {
877
+ background-color: rgb(255, 128, 171);
878
+ opacity: 1;
879
+ -webkit-transform: rotate(40deg);
880
+ transform: rotate(40deg);
881
+ }
882
+ .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 {
883
+ background-color: rgb(255, 128, 171);
884
+ opacity: 1;
885
+ -webkit-transform: rotate(-40deg);
886
+ transform: rotate(-40deg);
887
+ }
888
+ .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 {
889
+ background-color: rgb(255, 128, 171);
890
+ opacity: 1;
891
+ -webkit-transform: rotate(-40deg);
892
+ transform: rotate(-40deg);
893
+ }
894
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-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 {
895
+ background-color: rgb(255, 128, 171);
896
+ opacity: 1;
897
+ -webkit-transform: rotate(40deg);
898
+ transform: rotate(40deg);
899
+ }
900
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
901
+ background: #00b0ff;
902
+ }
903
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
904
+ background: #303030;
905
+ color: #00b0ff;
906
+ }
907
+ .e-splitter .e-split-bar.e-split-bar-vertical {
908
+ background: #616161;
909
+ }
910
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
911
+ background: #303030;
912
+ color: rgba(255, 255, 255, 0.7);
913
+ z-index: 12;
914
+ }
915
+ .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 {
916
+ background: #00b0ff;
917
+ border-left: none;
918
+ border-right: none;
919
+ }
920
+ .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 {
921
+ background-color: #000;
922
+ border-color: rgba(255, 128, 171, 0.5);
923
+ border-width: 1px;
924
+ opacity: 0.9;
925
+ }
926
+ .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 {
927
+ background: #303030;
928
+ color: #00b0ff;
929
+ }
930
+ .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 {
931
+ background-color: rgb(255, 128, 171);
932
+ opacity: 1;
933
+ -webkit-transform: rotate(125deg);
934
+ transform: rotate(125deg);
935
+ }
936
+ .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 {
937
+ background-color: rgb(255, 128, 171);
938
+ opacity: 1;
939
+ -webkit-transform: rotate(50deg);
940
+ transform: rotate(50deg);
941
+ }
942
+ .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 {
943
+ background-color: rgb(255, 128, 171);
944
+ opacity: 1;
945
+ -webkit-transform: rotate(55deg);
946
+ transform: rotate(55deg);
947
+ }
948
+ .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 {
949
+ background-color: rgb(255, 128, 171);
950
+ opacity: 1;
951
+ -webkit-transform: rotate(125deg);
952
+ transform: rotate(125deg);
953
+ }
954
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
955
+ background-color: transparent;
956
+ border-color: transparent;
957
+ color: transparent;
958
+ -webkit-transition: background-color 300ms ease-out;
959
+ transition: background-color 300ms ease-out;
960
+ }
961
+ .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 {
962
+ background-color: rgb(255, 128, 171);
963
+ opacity: 0;
964
+ -webkit-transition-duration: 0.3s;
965
+ transition-duration: 0.3s;
966
+ -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
967
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
968
+ }
969
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
970
+ background: #00b0ff;
971
+ }
972
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
973
+ background: #303030;
974
+ color: #00b0ff;
975
+ }
976
+ .e-splitter.e-disabled {
977
+ opacity: 0.4;
978
+ pointer-events: none;
979
+ }
980
+
981
+ /* stylelint-disable-line no-empty-source */
982
+ /*! component's theme wise override material-definitions and variables */
983
+ /* stylelint-disable */
984
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
985
+ height: 100%;
986
+ padding: 20px 0;
987
+ right: 1px;
988
+ top: 0;
989
+ width: 12px;
990
+ }
991
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
992
+ height: 100%;
993
+ left: 0;
994
+ padding: 20px 0;
995
+ top: 0;
996
+ width: 12px;
997
+ }
998
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
999
+ height: 12px;
1000
+ padding: 0 20px;
1001
+ top: 1px;
1002
+ width: 100%;
1003
+ }
1004
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
1005
+ bottom: 1px;
1006
+ height: 12px;
1007
+ padding: 0 20px;
1008
+ width: 100%;
1009
+ }
1010
+ .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 {
1011
+ bottom: 0;
1012
+ right: 1px;
1013
+ z-index: 10;
1014
+ }
1015
+ .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 {
1016
+ left: 2px;
1017
+ top: 2px;
1018
+ z-index: 10;
1019
+ }
1020
+ .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 {
1021
+ right: 2px;
1022
+ top: 2px;
1023
+ z-index: 10;
1024
+ }
1025
+ .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 {
1026
+ bottom: 1px;
1027
+ left: 1px;
1028
+ z-index: 10;
1029
+ }
1030
+ .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 {
1031
+ bottom: 0;
1032
+ content: "\eb05";
1033
+ font-size: 12px;
1034
+ position: absolute;
1035
+ right: 0;
1036
+ }
1037
+ .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 {
1038
+ bottom: 0;
1039
+ content: "\eb05";
1040
+ font-size: 12px;
1041
+ left: 0;
1042
+ position: absolute;
1043
+ -webkit-transform: rotateY(180deg);
1044
+ transform: rotateY(180deg);
1045
+ }
1046
+
1047
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
1048
+ background: #1E1E1E;
1049
+ border-collapse: collapse;
1050
+ height: 100%;
1051
+ width: 100%;
1052
+ }
1053
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table td.e-dashboard-gridline {
1054
+ border: 1px dotted #424242;
1055
+ position: absolute;
1056
+ }
1057
+ .e-dashboardlayout.e-control.e-responsive {
1058
+ width: 100% !important;
1059
+ }
1060
+ .e-dashboardlayout.e-control.e-prevent {
1061
+ -webkit-user-select: none;
1062
+ -moz-user-select: none;
1063
+ -ms-user-select: none;
1064
+ user-select: none;
1065
+ }
1066
+ .e-dashboardlayout.e-control .e-panel.e-ssr {
1067
+ position: relative;
1068
+ }
1069
+ .e-dashboardlayout.e-control .e-panel {
1070
+ border: 1px #616161 solid;
1071
+ height: 100%;
1072
+ -webkit-user-select: none;
1073
+ -moz-user-select: none;
1074
+ -ms-user-select: none;
1075
+ user-select: none;
1076
+ width: 100%;
1077
+ border-radius: 2px;
1078
+ }
1079
+ .e-dashboardlayout.e-control .e-panel:hover {
1080
+ border: 1px #9e9e9e solid;
1081
+ }
1082
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
1083
+ display: block;
1084
+ }
1085
+ .e-dashboardlayout.e-control .e-panel:active {
1086
+ border: 1px #00b0ff solid;
1087
+ }
1088
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
1089
+ height: 100%;
1090
+ width: 100%;
1091
+ }
1092
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
1093
+ height: inherit;
1094
+ width: inherit;
1095
+ }
1096
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
1097
+ display: none;
1098
+ }
1099
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1100
+ -webkit-transition: top 0.5s, left 0.5s;
1101
+ transition: top 0.5s, left 0.5s;
1102
+ }
1103
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
1104
+ border-bottom: none;
1105
+ color: rgba(255, 255, 255, 0.7);
1106
+ font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
1107
+ font-size: 14px;
1108
+ font-weight: 500;
1109
+ height: 28px;
1110
+ padding: 2px 12px;
1111
+ }
1112
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
1113
+ overflow: hidden;
1114
+ text-overflow: ellipsis;
1115
+ white-space: nowrap;
1116
+ }
1117
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
1118
+ display: inline-block;
1119
+ }
1120
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
1121
+ float: right;
1122
+ }
1123
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
1124
+ position: absolute;
1125
+ -ms-touch-action: none;
1126
+ touch-action: none;
1127
+ }
1128
+ .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 {
1129
+ border: none;
1130
+ }
1131
+ .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 {
1132
+ cursor: e-resize;
1133
+ }
1134
+ .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 {
1135
+ cursor: w-resize;
1136
+ }
1137
+ .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 {
1138
+ cursor: n-resize;
1139
+ }
1140
+ .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 {
1141
+ cursor: s-resize;
1142
+ }
1143
+ .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 {
1144
+ cursor: nw-resize;
1145
+ }
1146
+ .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 {
1147
+ cursor: ne-resize;
1148
+ }
1149
+ .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 {
1150
+ cursor: sw-resize;
1151
+ }
1152
+ .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 {
1153
+ cursor: se-resize;
1154
+ }
1155
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
1156
+ font-family: "e-icons";
1157
+ position: absolute;
1158
+ }
1159
+ .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
1160
+ cursor: move;
1161
+ z-index: 1111 !important;
1162
+ }
1163
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
1164
+ float: left;
1165
+ }
1166
+ .e-dashboardlayout.e-control .e-drag:hover {
1167
+ cursor: move;
1168
+ }
1169
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
1170
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
1171
+ cursor: default;
1172
+ }
1173
+ .e-dashboardlayout.e-control .e-holder {
1174
+ background: rgba(0, 176, 255, 0.25);
1175
+ border: 2px rgba(0, 176, 255, 0.25) dotted;
1176
+ border-radius: 0;
1177
+ position: absolute;
1178
+ border-radius: 2px;
1179
+ }
1180
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
1181
+ -webkit-transition: top 0.3s, left 0.3s;
1182
+ transition: top 0.3s, left 0.3s;
1183
+ }
1184
+
1185
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
1186
+ height: 100%;
1187
+ width: 100%;
1188
+ }
1189
+
1190
+ .e-dashboardlayout.e-control {
1191
+ display: block;
1192
+ position: relative;
1193
+ }
1194
+ .e-dashboardlayout.e-control .e-panel {
1195
+ background: #303030;
1196
+ -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
1197
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
1198
+ -webkit-box-sizing: border-box;
1199
+ box-sizing: border-box;
1200
+ position: absolute;
1201
+ }
1202
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
1203
+ color: rgba(255, 255, 255, 0.7);
1204
+ }
1205
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
1206
+ background: none;
1207
+ }
1208
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
1209
+ color: rgba(255, 255, 255, 0.7);
1210
+ font-size: 8px;
1211
+ height: 16px;
1212
+ width: 16px;
1213
+ }
1214
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
1215
+ bottom: -5px;
1216
+ right: -6px;
1217
+ }
1218
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
1219
+ bottom: -5px;
1220
+ left: -6px;
1221
+ }
1222
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
1223
+ left: -6px;
1224
+ top: -5px;
1225
+ }
1226
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
1227
+ right: -6px;
1228
+ top: -5px;
1229
+ }
1230
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
1231
+ right: -6px;
1232
+ top: -5px;
1233
+ }
1234
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
1235
+ left: -6px;
1236
+ top: -5px;
1237
+ }
1238
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
1239
+ bottom: -5px;
1240
+ left: -6px;
1241
+ }
1242
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
1243
+ bottom: -5px;
1244
+ right: -6px;
1245
+ }
1246
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
1247
+ right: -6px;
1248
+ top: -5px;
1249
+ }
1250
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
1251
+ left: -6px;
1252
+ top: -5px;
1253
+ }
1254
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
1255
+ bottom: -5px;
1256
+ left: -6px;
1257
+ }
1258
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
1259
+ bottom: -5px;
1260
+ right: -6px;
1261
+ }
1262
+ .e-timeline {
1263
+ --dot-size: 16px;
1264
+ --dot-outer-space: 0;
1265
+ --dot-border: 1px;
1266
+ --connector-size: 1px;
1267
+ --dot-radius: 50%;
1268
+ height: inherit;
1269
+ width: 100%;
1270
+ }
1271
+ .e-timeline [class^="e-dot "]::before,
1272
+ .e-timeline .e-dot-item,
1273
+ .e-timeline .e-dot {
1274
+ display: -webkit-box;
1275
+ display: -ms-flexbox;
1276
+ display: flex;
1277
+ -webkit-box-align: center;
1278
+ -ms-flex-align: center;
1279
+ align-items: center;
1280
+ -webkit-box-pack: center;
1281
+ -ms-flex-pack: center;
1282
+ justify-content: center;
1283
+ }
1284
+ .e-timeline [class^="e-dot "]::before {
1285
+ min-width: 32px;
1286
+ min-height: 32px;
1287
+ border-radius: var(--dot-radius);
1288
+ }
1289
+ .e-timeline .e-timeline-items {
1290
+ display: -webkit-inline-box;
1291
+ display: -ms-inline-flexbox;
1292
+ display: inline-flex;
1293
+ -webkit-box-orient: vertical;
1294
+ -webkit-box-direction: normal;
1295
+ -ms-flex-direction: column;
1296
+ flex-direction: column;
1297
+ list-style: none;
1298
+ -ms-flex-wrap: nowrap;
1299
+ flex-wrap: nowrap;
1300
+ padding: 0;
1301
+ width: inherit;
1302
+ height: inherit;
1303
+ }
1304
+ .e-timeline .e-timeline-item {
1305
+ display: -webkit-box;
1306
+ display: -ms-flexbox;
1307
+ display: flex;
1308
+ -webkit-box-orient: horizontal;
1309
+ -webkit-box-direction: normal;
1310
+ -ms-flex-direction: row;
1311
+ flex-direction: row;
1312
+ position: relative;
1313
+ -webkit-box-align: start;
1314
+ -ms-flex-align: start;
1315
+ align-items: flex-start;
1316
+ width: inherit;
1317
+ height: inherit;
1318
+ }
1319
+ .e-timeline .e-timeline-item.e-connector::after {
1320
+ top: 0;
1321
+ bottom: 0;
1322
+ left: calc(50% - var(--connector-size));
1323
+ right: auto;
1324
+ content: "";
1325
+ position: absolute;
1326
+ z-index: 999;
1327
+ border-width: var(--connector-size);
1328
+ border-style: solid;
1329
+ }
1330
+ .e-timeline .e-timeline-item.e-connector.e-item-template::after {
1331
+ content: unset;
1332
+ }
1333
+ .e-timeline .e-dot-item {
1334
+ position: relative;
1335
+ -webkit-box-flex: 0;
1336
+ -ms-flex: 0 1 calc(var(--dot-size) * 3);
1337
+ flex: 0 1 calc(var(--dot-size) * 3);
1338
+ z-index: 1000;
1339
+ }
1340
+ .e-timeline .e-dot {
1341
+ min-width: var(--dot-size);
1342
+ min-height: var(--dot-size);
1343
+ border-radius: var(--dot-radius);
1344
+ outline: var(--dot-outer-space) solid;
1345
+ border: var(--dot-border) solid;
1346
+ font-size: 16px;
1347
+ background-size: cover;
1348
+ background-position: center;
1349
+ background-repeat: no-repeat;
1350
+ }
1351
+ .e-timeline .e-opposite-content,
1352
+ .e-timeline .e-content {
1353
+ -webkit-box-flex: 1;
1354
+ -ms-flex: 1 1 50%;
1355
+ flex: 1 1 50%;
1356
+ }
1357
+ .e-timeline .e-opposite-content {
1358
+ font-size: 12px;
1359
+ }
1360
+ .e-timeline .e-content {
1361
+ text-align: left;
1362
+ font-size: 14px;
1363
+ font-weight: 500;
1364
+ }
1365
+ .e-timeline .e-timeline-item:first-child::after {
1366
+ top: 0;
1367
+ }
1368
+ .e-timeline .e-timeline-item:last-child::after {
1369
+ bottom: calc(var(--dot-size) * 2);
1370
+ }
1371
+ .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) {
1372
+ -webkit-box-orient: horizontal;
1373
+ -webkit-box-direction: reverse;
1374
+ -ms-flex-direction: row-reverse;
1375
+ flex-direction: row-reverse;
1376
+ }
1377
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-items {
1378
+ -webkit-box-orient: vertical;
1379
+ -webkit-box-direction: reverse;
1380
+ -ms-flex-direction: column-reverse;
1381
+ flex-direction: column-reverse;
1382
+ }
1383
+ .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 {
1384
+ text-align: left;
1385
+ }
1386
+ .e-timeline.e-vertical .e-timeline-item.e-connector:last-child::after {
1387
+ content: unset;
1388
+ }
1389
+ .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 {
1390
+ left: calc(var(--dot-size) * 3 / 2 - var(--connector-size));
1391
+ right: auto;
1392
+ }
1393
+ .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 {
1394
+ right: calc(var(--dot-size) * 3 / 2 - var(--connector-size));
1395
+ left: auto;
1396
+ }
1397
+ .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 {
1398
+ -webkit-box-flex: 0;
1399
+ -ms-flex: 0;
1400
+ flex: 0;
1401
+ }
1402
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:first-child::after {
1403
+ content: unset;
1404
+ }
1405
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:last-child::after {
1406
+ content: "";
1407
+ bottom: 0;
1408
+ }
1409
+ .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 {
1410
+ text-align: right;
1411
+ }
1412
+ .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 {
1413
+ text-align: left;
1414
+ }
1415
+ .e-timeline.e-vertical .e-dot-item {
1416
+ width: calc(var(--dot-size) * 2);
1417
+ }
1418
+ .e-timeline.e-horizontal .e-timeline-items {
1419
+ display: -webkit-inline-box;
1420
+ display: -ms-inline-flexbox;
1421
+ display: inline-flex;
1422
+ -webkit-box-orient: horizontal;
1423
+ -webkit-box-direction: normal;
1424
+ -ms-flex-direction: row;
1425
+ flex-direction: row;
1426
+ }
1427
+ .e-timeline.e-horizontal .e-timeline-item {
1428
+ height: auto;
1429
+ -webkit-box-orient: vertical;
1430
+ -webkit-box-direction: normal;
1431
+ -ms-flex-direction: column;
1432
+ flex-direction: column;
1433
+ -webkit-box-align: center;
1434
+ -ms-flex-align: center;
1435
+ align-items: center;
1436
+ }
1437
+ .e-timeline.e-horizontal.e-timeline-reverse.e-rtl .e-timeline-item.e-connector::after {
1438
+ left: calc(50% - var(--connector-size));
1439
+ right: auto;
1440
+ }
1441
+ .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 {
1442
+ right: calc(50% - var(--connector-size));
1443
+ left: auto;
1444
+ }
1445
+ .e-timeline.e-horizontal .e-dot-item {
1446
+ margin: calc(var(--dot-size) * 2 / 2) 0;
1447
+ }
1448
+ .e-timeline.e-horizontal .e-opposite-content,
1449
+ .e-timeline.e-horizontal .e-content {
1450
+ display: -webkit-box;
1451
+ display: -ms-flexbox;
1452
+ display: flex;
1453
+ }
1454
+ .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 {
1455
+ -webkit-box-align: end;
1456
+ -ms-flex-align: end;
1457
+ align-items: flex-end;
1458
+ }
1459
+ .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 {
1460
+ -webkit-box-align: start;
1461
+ -ms-flex-align: start;
1462
+ align-items: flex-start;
1463
+ }
1464
+ .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) {
1465
+ -webkit-box-orient: vertical;
1466
+ -webkit-box-direction: reverse;
1467
+ -ms-flex-direction: column-reverse;
1468
+ flex-direction: column-reverse;
1469
+ }
1470
+ .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-items {
1471
+ -webkit-box-orient: horizontal;
1472
+ -webkit-box-direction: reverse;
1473
+ -ms-flex-direction: row-reverse;
1474
+ flex-direction: row-reverse;
1475
+ }
1476
+ .e-timeline.e-horizontal .e-timeline-item::after {
1477
+ width: 100%;
1478
+ height: 0;
1479
+ top: calc(50% - var(--connector-size));
1480
+ }
1481
+ .e-timeline.e-horizontal .e-opposite-content {
1482
+ display: -webkit-box;
1483
+ display: -ms-flexbox;
1484
+ display: flex;
1485
+ -webkit-box-align: end;
1486
+ -ms-flex-align: end;
1487
+ align-items: flex-end;
1488
+ text-align: left;
1489
+ padding: 0;
1490
+ }
1491
+ .e-timeline.e-horizontal .e-content {
1492
+ padding: 0;
1493
+ }
1494
+ .e-timeline.e-horizontal .e-timeline-item:last-child::after {
1495
+ width: auto;
1496
+ }
1497
+
1498
+ .e-timeline .e-dot {
1499
+ background-color: #616161;
1500
+ border-color: #616161;
1501
+ color: #bdbdbd;
1502
+ outline-color: #212121;
1503
+ }
1504
+ .e-timeline.e-outline .e-dot {
1505
+ background-color: #212121;
1506
+ }
1507
+ .e-timeline .e-timeline-item.e-connector::after {
1508
+ border-color: #616161;
1509
+ }
1510
+ .e-timeline .e-content {
1511
+ color: #fff;
1512
+ }
1513
+ .e-timeline .e-opposite-content {
1514
+ color: #fff;
1515
+ }
1516
+ .e-timeline .e-item-disabled .e-content,
1517
+ .e-timeline .e-item-disabled .e-opposite-content {
1518
+ color: "rgba($white, .38)";
1519
+ }