@syncfusion/ej2-react-layouts 19.4.52 → 20.1.58

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