@syncfusion/ej2-layouts 26.2.9 → 27.1.48

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