@syncfusion/ej2-layouts 26.2.10 → 27.1.48

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