@syncfusion/ej2-react-layouts 19.4.47 → 20.1.47

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