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