@syncfusion/ej2-layouts 26.2.9 → 27.1.48

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