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