@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,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: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
17
+ font-size: 1em;
18
+ font-weight: 400;
19
+ height: 3em;
20
+ -webkit-box-pack: center;
21
+ -ms-flex-pack: center;
22
+ justify-content: center;
23
+ overflow: hidden;
24
+ position: relative;
25
+ width: 3em;
26
+ }
27
+ .e-avatar img {
28
+ height: 100%;
29
+ width: auto;
30
+ }
31
+ .e-avatar.e-avatar-circle {
32
+ border-radius: 50%;
33
+ }
34
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
35
+ border-radius: 50%;
36
+ }
37
+ .e-avatar.e-avatar-xsmall {
38
+ font-size: 0.6em;
39
+ }
40
+ .e-avatar.e-avatar-small {
41
+ font-size: 0.8em;
42
+ }
43
+ .e-avatar.e-avatar-large {
44
+ font-size: 1.2em;
45
+ }
46
+ .e-avatar.e-avatar-xlarge {
47
+ font-size: 1.4em;
48
+ }
49
+
50
+ /*! component's theme wise override material-definitions and variables */
51
+ .e-card {
52
+ border-radius: 4px;
53
+ -webkit-box-sizing: border-box;
54
+ box-sizing: border-box;
55
+ display: -webkit-box;
56
+ display: -ms-flexbox;
57
+ display: flex;
58
+ -webkit-box-orient: vertical;
59
+ -webkit-box-direction: normal;
60
+ -ms-flex-direction: column;
61
+ flex-direction: column;
62
+ font-family: "Helvetica Neue", "Helvetica", "Arial", 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
+ min-height: 34px;
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: 17px;
94
+ line-height: normal;
95
+ padding: 12px;
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: 14px;
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: 22.5px;
195
+ padding: 12px;
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 7.5px;
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: 14px;
242
+ font-weight: normal;
243
+ line-height: normal;
244
+ }
245
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
246
+ font-size: 14px;
247
+ font-weight: normal;
248
+ line-height: normal;
249
+ padding: 6px 0 0;
250
+ }
251
+ .e-card .e-card-header .e-card-header-image {
252
+ background-repeat: no-repeat;
253
+ background-size: cover;
254
+ height: 30px;
255
+ width: 30px;
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: 112.5px;
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: 17px;
271
+ line-height: 27px;
272
+ min-height: 27px;
273
+ overflow: hidden;
274
+ padding: 0 12px;
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: 6px;
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: 12px;
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 6px 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: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
374
+ font-size: 14px;
375
+ line-height: 27px;
376
+ margin: 0 0 0 6px;
377
+ min-height: 27px;
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: 12px;
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: #fff;
408
+ border: 1px solid #ddd;
409
+ -webkit-box-shadow: none;
410
+ box-shadow: none;
411
+ color: #333;
412
+ outline: none;
413
+ }
414
+ .e-card:hover {
415
+ background-color: #fff;
416
+ border-color: #adadad;
417
+ }
418
+ .e-card:focus {
419
+ background-color: #fff;
420
+ border-color: #adadad;
421
+ }
422
+ .e-card:active {
423
+ background-color: #fff;
424
+ border-color: #317ab9;
425
+ }
426
+ .e-card .e-card-separator {
427
+ border-bottom: 1px solid #ddd;
428
+ }
429
+ .e-card .e-card-header-caption .e-card-header-title {
430
+ color: #333;
431
+ }
432
+ .e-card .e-card-header-caption .e-card-sub-title {
433
+ color: #333;
434
+ }
435
+ .e-card .e-card-image .e-card-title {
436
+ background-color: rgba(0, 0, 0, 0.35);
437
+ color: #fff;
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: #333;
442
+ }
443
+ .e-card .e-card-actions .e-card-btn,
444
+ .e-card .e-card-actions a {
445
+ background-color: #317ab9;
446
+ border: 1px solid #3071a9;
447
+ color: #fff;
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: #2a6496;
453
+ border: 1px solid #1f496e;
454
+ color: #fff;
455
+ }
456
+ .e-card .e-card-actions .e-card-btn:focus,
457
+ .e-card .e-card-actions a:focus {
458
+ background-color: #2a6496;
459
+ border: 1px solid #142f46;
460
+ color: #fff;
461
+ }
462
+ .e-card .e-card-actions .e-card-btn:active,
463
+ .e-card .e-card-actions a:active {
464
+ background-color: #2a6496;
465
+ border: 1px solid #1f496e;
466
+ color: #fff;
467
+ }
468
+ .e-card .e-card-content {
469
+ color: #333;
470
+ }
471
+
472
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
473
+ content: "\e984";
474
+ font-family: "e-icons";
475
+ font-size: 14px;
476
+ }
477
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
478
+ content: "";
479
+ }
480
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
481
+ content: "\e984";
482
+ font-family: "e-icons";
483
+ font-size: 14px;
484
+ -webkit-transform: rotate(90deg);
485
+ transform: rotate(90deg);
486
+ }
487
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
488
+ content: "";
489
+ }
490
+
491
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
492
+ border-width: 1px;
493
+ display: -webkit-box;
494
+ display: -ms-flexbox;
495
+ display: flex;
496
+ overflow: hidden;
497
+ position: relative;
498
+ -ms-touch-action: none;
499
+ touch-action: none;
500
+ width: 100%;
501
+ }
502
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
503
+ -webkit-box-flex: 1;
504
+ -ms-flex: 1 1 auto;
505
+ flex: 1 1 auto;
506
+ font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
507
+ font-size: 14px;
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 #ddd;
831
+ }
832
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
833
+ color: #555;
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: #ddd;
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: #333;
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: #317ab9;
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: #317ab9;
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: #317ab9;
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(49, 122, 185, 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: #317ab9;
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: #317ab9;
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: #317ab9;
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: #317ab9;
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: #317ab9;
904
+ }
905
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
906
+ background: #fff;
907
+ color: #317ab9;
908
+ }
909
+ .e-splitter .e-split-bar.e-split-bar-vertical {
910
+ background: #ddd;
911
+ }
912
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
913
+ background: #fff;
914
+ color: #333;
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: #317ab9;
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(49, 122, 185, 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: #317ab9;
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: #317ab9;
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: #317ab9;
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: #317ab9;
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: #317ab9;
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: #317ab9;
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: #317ab9;
973
+ }
974
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
975
+ background: #fff;
976
+ color: #317ab9;
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 bootstrap-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: "\eb08";
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: "\eb08";
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: #eee;
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 #adadad;
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 rgba(255, 255, 255, 0.8) 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: 4px;
1080
+ }
1081
+ .e-dashboardlayout.e-control .e-panel:hover {
1082
+ border: 1px #d4d4d4 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 #317ab9 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: 1px solid #e6e6e6;
1107
+ color: #333;
1108
+ font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
1109
+ font-size: 14px;
1110
+ font-weight: 500;
1111
+ height: 28px;
1112
+ padding: 4px 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(49, 122, 185, 0.2);
1177
+ border: 1px #317ab9 dotted;
1178
+ border-radius: 4px;
1179
+ position: absolute;
1180
+ border-radius: 4px;
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: #333;
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: rgba(0, 0, 0, 0.5);
1212
+ font-size: 8px;
1213
+ height: 16px;
1214
+ width: 16px;
1215
+ }
1216
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
1217
+ bottom: -5px;
1218
+ right: -6px;
1219
+ }
1220
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
1221
+ bottom: -5px;
1222
+ left: -6px;
1223
+ }
1224
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
1225
+ left: -6px;
1226
+ top: -5px;
1227
+ }
1228
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
1229
+ right: -6px;
1230
+ top: -5px;
1231
+ }
1232
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
1233
+ right: -6px;
1234
+ top: -5px;
1235
+ }
1236
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
1237
+ left: -6px;
1238
+ top: -5px;
1239
+ }
1240
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
1241
+ bottom: -5px;
1242
+ left: -6px;
1243
+ }
1244
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
1245
+ bottom: -5px;
1246
+ right: -6px;
1247
+ }
1248
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
1249
+ right: -6px;
1250
+ top: -5px;
1251
+ }
1252
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
1253
+ left: -6px;
1254
+ top: -5px;
1255
+ }
1256
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
1257
+ bottom: -5px;
1258
+ left: -6px;
1259
+ }
1260
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
1261
+ bottom: -5px;
1262
+ right: -6px;
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: #e6e6e6;
1502
+ border-color: #e6e6e6;
1503
+ color: #333;
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: #e6e6e6;
1511
+ }
1512
+ .e-timeline .e-content {
1513
+ color: #333;
1514
+ }
1515
+ .e-timeline .e-opposite-content {
1516
+ color: #333;
1517
+ }
1518
+ .e-timeline .e-item-disabled .e-content,
1519
+ .e-timeline .e-item-disabled .e-opposite-content {
1520
+ color: #adadad;
1521
+ }