@syncfusion/ej2-react-gantt 19.2.62 → 19.3.46

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.
@@ -0,0 +1,1922 @@
1
+ .e-popup.e-ddl {
2
+ border-radius: 4px;
3
+ box-shadow: none;
4
+ margin-top: 3px;
5
+ }
6
+
7
+ .e-popup.e-ddl .e-input-group {
8
+ width: auto;
9
+ }
10
+
11
+ .e-popup.e-ddl .e-input-group input {
12
+ line-height: 15px;
13
+ }
14
+
15
+ .e-popup.e-ddl .e-dropdownbase {
16
+ min-height: 26px;
17
+ }
18
+
19
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
20
+ display: -ms-flexbox;
21
+ display: flex;
22
+ width: auto;
23
+ }
24
+
25
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
+ border: 0;
27
+ }
28
+
29
+ .e-bigger .e-popup.e-ddl-device-filter {
30
+ margin-top: 0;
31
+ }
32
+
33
+ .e-bigger .e-popup.e-ddl .e-list-item {
34
+ font-size: 16px;
35
+ line-height: 32px;
36
+ padding-left: 0;
37
+ text-indent: 16px;
38
+ }
39
+
40
+ .e-bigger .e-popup.e-ddl .e-list-group-item,
41
+ .e-bigger .e-popup.e-ddl .e-fixed-head {
42
+ font-size: 14px;
43
+ line-height: 32px;
44
+ padding-left: 0;
45
+ text-indent: 16px;
46
+ }
47
+
48
+ .e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
49
+ padding-left: 0;
50
+ }
51
+
52
+ .e-bigger .e-popup.e-ddl .e-input-group input,
53
+ .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
54
+ font-size: 16px;
55
+ height: 36px;
56
+ }
57
+
58
+ .e-bigger .e-popup.e-ddl .e-dropdownbase {
59
+ min-height: 40px;
60
+ }
61
+
62
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
63
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
64
+ background: transparent;
65
+ }
66
+
67
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
68
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
69
+ background: #343a40;
70
+ }
71
+
72
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
73
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
74
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
75
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
76
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
77
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
78
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
79
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
80
+ background: transparent;
81
+ color: #adb5bd;
82
+ }
83
+
84
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
85
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
86
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
87
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
88
+ background: transparent;
89
+ color: #adb5bd;
90
+ }
91
+
92
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
93
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
94
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
95
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
96
+ border: 0;
97
+ }
98
+
99
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
100
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
101
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
102
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
103
+ box-shadow: none;
104
+ }
105
+
106
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
107
+ background: transparent;
108
+ display: -ms-flexbox;
109
+ display: flex;
110
+ position: relative;
111
+ }
112
+
113
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
114
+ .e-ddl.e-popup .e-filter-parent {
115
+ background: #212529;
116
+ }
117
+
118
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
119
+ font-size: 14px;
120
+ }
121
+
122
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
123
+ font-size: 16px;
124
+ }
125
+
126
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item,
127
+ .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
128
+ .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
129
+ font-size: 14px;
130
+ line-height: 34px;
131
+ padding-left: 0;
132
+ text-indent: 16px;
133
+ }
134
+
135
+ .e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
136
+ padding-left: 4px;
137
+ }
138
+
139
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
140
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
141
+ height: 30px;
142
+ }
143
+
144
+ .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
145
+ min-height: 34px;
146
+ }
147
+
148
+ .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
149
+ line-height: 30px;
150
+ top: 0;
151
+ }
152
+
153
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
154
+ border-radius: 0 4px 4px 0;
155
+ border-right-width: 0;
156
+ }
157
+
158
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
159
+ border-left-width: 0;
160
+ border-radius: 4px 0 0 4px;
161
+ border-right-width: 1px;
162
+ }
163
+
164
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
165
+ height: 32px;
166
+ width: 32px;
167
+ }
168
+
169
+ .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
170
+ height: 24px;
171
+ width: 24px;
172
+ }
173
+
174
+ .e-multi-select-wrapper .e-searcher input[type='text'] {
175
+ color: #fff;
176
+ height: 100%;
177
+ }
178
+
179
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
180
+ border-left-width: 0;
181
+ }
182
+
183
+ /*! Horizontal Tab */
184
+ /*! Bootstrap specific themes definition's */
185
+ /*! Vertical Tab */
186
+ @keyframes material-spinner-rotate {
187
+ 0% {
188
+ transform: rotate(0);
189
+ }
190
+ 100% {
191
+ transform: rotate(360deg);
192
+ }
193
+ }
194
+
195
+ @keyframes fabric-spinner-rotate {
196
+ 0% {
197
+ transform: rotate(0);
198
+ }
199
+ 100% {
200
+ transform: rotate(360deg);
201
+ }
202
+ }
203
+
204
+ .e-gantt .e-add::before {
205
+ content: '\e805';
206
+ }
207
+
208
+ .e-gantt .e-edit::before {
209
+ content: '\e730';
210
+ }
211
+
212
+ .e-gantt .e-delete::before {
213
+ content: '\e820';
214
+ }
215
+
216
+ .e-gantt .e-cancel::before {
217
+ content: '\e7e7';
218
+ }
219
+
220
+ .e-gantt .e-save::before {
221
+ content: '\e7c8';
222
+ }
223
+
224
+ .e-gantt .e-update::before {
225
+ content: '\e7c8';
226
+ }
227
+
228
+ .e-gantt .e-search-icon::before {
229
+ content: '\e754';
230
+ }
231
+
232
+ .e-gantt .e-cancel-icon::before {
233
+ content: '\e7e7';
234
+ }
235
+
236
+ .e-gantt .e-notes-info::before {
237
+ content: '\e72d';
238
+ }
239
+
240
+ .e-gantt .e-left-resize-gripper::before,
241
+ .e-gantt .e-right-resize-gripper::before {
242
+ content: '\e770';
243
+ }
244
+
245
+ .e-gantt .e-expandall::before {
246
+ content: '\e7c9';
247
+ }
248
+
249
+ .e-gantt .e-collapseall::before {
250
+ content: '\e80f';
251
+ }
252
+
253
+ .e-gantt .e-prevtimespan::before {
254
+ content: '\e773';
255
+ }
256
+
257
+ .e-gantt .e-nexttimespan::before {
258
+ content: '\e7f9';
259
+ }
260
+
261
+ .e-gantt .e-zoomin::before {
262
+ content: '\e795';
263
+ }
264
+
265
+ .e-gantt .e-zoomout::before {
266
+ content: '\e825';
267
+ }
268
+
269
+ .e-gantt .e-zoomtofit::before {
270
+ content: '\e838';
271
+ }
272
+
273
+ .e-gantt .e-csvexport::before {
274
+ content: '\e7ba';
275
+ }
276
+
277
+ .e-gantt .e-excelexport::before {
278
+ content: '\e7c1';
279
+ }
280
+
281
+ .e-gantt .e-pdfexport::before {
282
+ content: '\e700';
283
+ }
284
+
285
+ .e-gantt .e-indent::before {
286
+ content: '\e810';
287
+ }
288
+
289
+ .e-gantt .e-outdent::before {
290
+ content: '\e72a';
291
+ }
292
+
293
+ .e-gantt .e-add-above::before {
294
+ content: '\e836';
295
+ }
296
+
297
+ .e-gantt .e-add-below::before {
298
+ content: '\e801';
299
+ }
300
+
301
+ .e-gantt.e-device .e-backarrowspan::before,
302
+ .e-gantt.e-device .e-icon-dlg-close::before {
303
+ content: '\e773';
304
+ }
305
+
306
+ .e-gantt.e-device .e-left-resize-gripper::before,
307
+ .e-gantt.e-device .e-right-resize-gripper::before {
308
+ content: '\e770';
309
+ }
310
+
311
+ .e-gantt {
312
+ display: block;
313
+ width: 100%;
314
+ }
315
+
316
+ .e-gantt .e-cloneproperties {
317
+ padding: 2px 8px 1px;
318
+ }
319
+
320
+ .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
321
+ left: -5px;
322
+ position: relative;
323
+ }
324
+
325
+ .e-gantt .e-cloneproperties {
326
+ border-style: solid;
327
+ border-width: 1px;
328
+ box-shadow: 0 0;
329
+ font-size: 12px;
330
+ font-weight: bold;
331
+ opacity: 1;
332
+ overflow: hidden;
333
+ padding: 2px 8px 1px;
334
+ text-align: center;
335
+ -webkit-user-select: none;
336
+ -ms-user-select: none;
337
+ user-select: none;
338
+ vertical-align: middle;
339
+ white-space: nowrap;
340
+ z-index: 100;
341
+ }
342
+
343
+ .e-gantt .e-cloneproperties.e-draganddrop {
344
+ border-spacing: 0;
345
+ font-size: 12px;
346
+ font-weight: normal;
347
+ overflow: visible;
348
+ }
349
+
350
+ .e-gantt .e-cloneproperties .e-bothganttlines {
351
+ border-width: 1px 0 0 1px;
352
+ }
353
+
354
+ .e-gantt .e-draganddrop {
355
+ border-width: 0 1px 1px;
356
+ font-weight: normal;
357
+ padding: 0;
358
+ }
359
+
360
+ .e-gantt .e-draganddrop .e-rowcell {
361
+ opacity: .95;
362
+ }
363
+
364
+ .e-gantt .e-cloneproperties.e-draganddrop table {
365
+ border-spacing: 0;
366
+ }
367
+
368
+ .e-gantt .e-icons.e-errorelem {
369
+ display: inline-block;
370
+ padding-left: 10px;
371
+ vertical-align: middle;
372
+ }
373
+
374
+ .e-gantt .e-errorelem::before {
375
+ color: #e4606d;
376
+ content: '\e22a';
377
+ transform: rotate(180deg);
378
+ }
379
+
380
+ .e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
381
+ .e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
382
+ border-bottom: 0;
383
+ border-right: 1px solid #6c757d;
384
+ border-top: 1px solid #6c757d;
385
+ }
386
+
387
+ .e-gantt .e-gantt-toolbar {
388
+ border-bottom-left-radius: 0;
389
+ border-bottom-right-radius: 0;
390
+ border-style: solid;
391
+ border-width: 1px 1px 0;
392
+ }
393
+
394
+ .e-gantt .e-flmenu-valuediv {
395
+ padding-top: 16px;
396
+ }
397
+
398
+ .e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
399
+ margin: 0;
400
+ }
401
+
402
+ .e-gantt .e-gantt-splitter .e-pane {
403
+ overflow: hidden !important;
404
+ }
405
+
406
+ .e-gantt .e-temp-content {
407
+ border-left: 1px solid;
408
+ }
409
+
410
+ .e-gantt .e-tab {
411
+ border: 0;
412
+ }
413
+
414
+ .e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active {
415
+ border-color: transparent;
416
+ }
417
+
418
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
419
+ padding-left: 12px;
420
+ }
421
+
422
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
423
+ display: block;
424
+ }
425
+
426
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
427
+ border-style: solid;
428
+ border-width: 1px;
429
+ }
430
+
431
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
432
+ border: 0;
433
+ }
434
+
435
+ .e-gantt .e-gantt-tree-grid-pane .e-grid {
436
+ border-width: 0;
437
+ }
438
+
439
+ .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
440
+ .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
441
+ .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
442
+ .e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
443
+ .e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
444
+ background-color: transparent;
445
+ }
446
+
447
+ .e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header {
448
+ border-bottom-style: solid;
449
+ border-bottom-width: 1px;
450
+ height: 45px;
451
+ }
452
+
453
+ .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
454
+ border-right-width: 0 !important;
455
+ }
456
+
457
+ .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
458
+ border-top-style: none;
459
+ border-top-width: 0;
460
+ padding-right: 0 !important;
461
+ }
462
+
463
+ .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
464
+ .e-gantt .e-gantt-tree-grid-pane .e-headercell {
465
+ height: 63px !important;
466
+ }
467
+
468
+ .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
469
+ overflow-x: scroll !important;
470
+ }
471
+
472
+ .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
473
+ width: calc(100% + 17px);
474
+ }
475
+
476
+ .e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info {
477
+ text-align: center;
478
+ }
479
+
480
+ .e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info {
481
+ display: inline-block;
482
+ font-size: 18px;
483
+ height: 15px;
484
+ line-height: 10px;
485
+ vertical-align: middle;
486
+ }
487
+
488
+ .e-gantt .e-gantt-chart {
489
+ height: 100%;
490
+ overflow: hidden;
491
+ position: relative;
492
+ width: 100%;
493
+ }
494
+
495
+ .e-gantt .e-gantt-chart .e-chart-root-container {
496
+ border-right: 0 solid;
497
+ }
498
+
499
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
500
+ -webkit-overflow-scrolling: touch;
501
+ overflow-x: scroll;
502
+ overflow-y: auto;
503
+ position: relative;
504
+ }
505
+
506
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container {
507
+ position: absolute;
508
+ }
509
+
510
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container {
511
+ position: absolute;
512
+ }
513
+
514
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
515
+ position: absolute;
516
+ }
517
+
518
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
519
+ position: absolute;
520
+ }
521
+
522
+ .e-gantt .e-gantt-chart .e-timeline-header-container {
523
+ border-bottom-style: solid;
524
+ border-right-width: 0;
525
+ overflow: hidden;
526
+ position: relative;
527
+ z-index: 6;
528
+ }
529
+
530
+ .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
531
+ border-left: 0;
532
+ padding: 0 3px;
533
+ }
534
+
535
+ .e-gantt .e-gantt-chart .e-timeline-header-table-container {
536
+ border-collapse: collapse;
537
+ border-spacing: 0;
538
+ border-width: 0;
539
+ box-sizing: border-box;
540
+ margin: 0;
541
+ padding: 0;
542
+ }
543
+
544
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body {
545
+ border-collapse: collapse;
546
+ box-sizing: border-box;
547
+ display: inline-block;
548
+ transform: scale(1);
549
+ white-space: nowrap;
550
+ }
551
+
552
+ .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
553
+ .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
554
+ border-spacing: 0;
555
+ border-style: solid;
556
+ border-top: 0;
557
+ border-width: 1px;
558
+ box-sizing: border-box;
559
+ display: -ms-inline-flexbox;
560
+ display: inline-flex;
561
+ font-size: 14px;
562
+ font-weight: bold;
563
+ margin: 0;
564
+ padding: 0;
565
+ position: static;
566
+ text-align: center;
567
+ -webkit-user-select: none;
568
+ -ms-user-select: none;
569
+ user-select: none;
570
+ white-space: nowrap;
571
+ }
572
+
573
+ .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label,
574
+ .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label {
575
+ box-sizing: border-box;
576
+ margin: auto;
577
+ overflow: hidden;
578
+ position: static;
579
+ text-overflow: ellipsis;
580
+ white-space: nowrap;
581
+ }
582
+
583
+ .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
584
+ .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
585
+ padding-left: 8px;
586
+ text-align: left;
587
+ }
588
+
589
+ .e-gantt .e-gantt-chart .e-gantt-grid-lines {
590
+ border-bottom-style: solid;
591
+ border-bottom-width: 1px;
592
+ border-collapse: collapse;
593
+ border-spacing: 0;
594
+ box-sizing: border-box;
595
+ }
596
+
597
+ .e-gantt .e-gantt-chart .e-zero-spacing {
598
+ border-spacing: 0;
599
+ }
600
+
601
+ .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
602
+ border-top-color: transparent;
603
+ }
604
+
605
+ .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
606
+ border-collapse: separate;
607
+ border-style: solid;
608
+ border-width: 1px 0 0;
609
+ }
610
+
611
+ .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell {
612
+ font-size: 0;
613
+ padding: 0;
614
+ }
615
+
616
+ .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow {
617
+ border-bottom-width: 1px;
618
+ }
619
+
620
+ .e-gantt .e-gantt-chart .e-line-container-cell {
621
+ border-right-style: solid;
622
+ border-right-width: 1px;
623
+ height: 100%;
624
+ position: absolute;
625
+ }
626
+
627
+ .e-gantt .e-gantt-chart .e-taskbar-main-container {
628
+ cursor: move;
629
+ display: inline-block;
630
+ position: absolute;
631
+ vertical-align: middle;
632
+ z-index: 3;
633
+ }
634
+
635
+ .e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
636
+ -ms-flex-align: center;
637
+ align-items: center;
638
+ display: -ms-inline-flexbox;
639
+ display: inline-flex;
640
+ -ms-flex-pack: end;
641
+ justify-content: flex-end;
642
+ overflow: hidden;
643
+ text-overflow: ellipsis;
644
+ white-space: nowrap;
645
+ }
646
+
647
+ .e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container {
648
+ -ms-flex-align: center;
649
+ align-items: center;
650
+ display: -ms-inline-flexbox;
651
+ display: inline-flex;
652
+ float: left;
653
+ outline: none;
654
+ overflow: hidden;
655
+ position: absolute;
656
+ text-overflow: ellipsis;
657
+ white-space: nowrap;
658
+ }
659
+
660
+ .e-gantt .e-gantt-chart .e-left-label-container {
661
+ display: inline-block;
662
+ }
663
+
664
+ .e-gantt .e-gantt-chart .e-left-label-inner-div,
665
+ .e-gantt .e-gantt-chart .e-right-label-container {
666
+ overflow: hidden;
667
+ }
668
+
669
+ .e-gantt .e-gantt-chart .e-left-label-inner-div {
670
+ -ms-flex-align: center;
671
+ align-items: center;
672
+ display: -ms-inline-flexbox;
673
+ display: inline-flex;
674
+ -ms-flex-pack: end;
675
+ justify-content: flex-end;
676
+ width: 100%;
677
+ }
678
+
679
+ .e-gantt .e-gantt-chart .e-label {
680
+ margin: 3px;
681
+ overflow: hidden;
682
+ text-overflow: ellipsis;
683
+ white-space: nowrap;
684
+ }
685
+
686
+ .e-gantt .e-gantt-chart .e-right-label-container {
687
+ background-color: transparent;
688
+ display: inline-block;
689
+ margin: 0;
690
+ position: absolute;
691
+ }
692
+
693
+ .e-gantt .e-gantt-chart .e-right-label-inner-div {
694
+ -ms-flex-align: center;
695
+ align-items: center;
696
+ display: -ms-inline-flexbox;
697
+ display: inline-flex;
698
+ float: left;
699
+ outline: none;
700
+ overflow: hidden;
701
+ }
702
+
703
+ .e-gantt .e-gantt-chart .e-indicator-span {
704
+ display: inline-block;
705
+ font-size: 13px;
706
+ font-weight: 400;
707
+ overflow: hidden;
708
+ position: absolute;
709
+ text-overflow: ellipsis;
710
+ }
711
+
712
+ .e-gantt .e-gantt-chart .e-gantt-child-taskbar,
713
+ .e-gantt .e-gantt-chart .e-gantt-parent-taskbar,
714
+ .e-gantt .e-gantt-chart .e-gantt-child-progressbar,
715
+ .e-gantt .e-gantt-chart .e-gantt-parent-progressbar,
716
+ .e-gantt .e-gantt-chart .e-gantt-milestone,
717
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone,
718
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
719
+ display: inline-block;
720
+ width: 100%;
721
+ }
722
+
723
+ .e-gantt .e-gantt-chart .e-manualparent-main-container {
724
+ background-color: transparent;
725
+ cursor: move;
726
+ margin-top: -5px;
727
+ position: absolute;
728
+ }
729
+
730
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-taskbar {
731
+ margin-top: 3px;
732
+ }
733
+
734
+ .e-gantt .e-gantt-chart .e-gantt-split-container-line {
735
+ border-color: inherit;
736
+ border-top-style: dotted;
737
+ border-top-width: 2px;
738
+ height: 0;
739
+ left: 2px;
740
+ pointer-events: none;
741
+ position: absolute;
742
+ top: 50%;
743
+ width: 98%;
744
+ }
745
+
746
+ .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
747
+ .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
748
+ border-spacing: 0;
749
+ box-sizing: border-box;
750
+ margin: auto;
751
+ overflow: hidden;
752
+ padding: 0;
753
+ z-index: 3;
754
+ }
755
+
756
+ .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
757
+ z-index: 3;
758
+ }
759
+
760
+ .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div,
761
+ .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
762
+ box-sizing: border-box;
763
+ text-align: right;
764
+ }
765
+
766
+ .e-gantt .e-gantt-chart .e-chart-scroll-container,
767
+ .e-gantt .e-gantt-chart .e-chart-rows-container {
768
+ -webkit-user-select: none;
769
+ -ms-user-select: none;
770
+ user-select: none;
771
+ }
772
+
773
+ .e-gantt .e-gantt-chart .e-chart-rows-container {
774
+ line-height: initial;
775
+ }
776
+
777
+ .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
778
+ .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
779
+ display: inline-block;
780
+ position: absolute;
781
+ top: 0;
782
+ width: 10px;
783
+ z-index: 4;
784
+ }
785
+
786
+ .e-gantt .e-gantt-chart .e-child-progress-resizer {
787
+ display: inline-block;
788
+ height: 15px;
789
+ position: absolute;
790
+ top: 0;
791
+ width: 20px;
792
+ z-index: 5;
793
+ }
794
+
795
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper {
796
+ cursor: col-resize;
797
+ }
798
+
799
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
800
+ border-style: solid;
801
+ border-width: 1px;
802
+ box-sizing: content-box;
803
+ cursor: col-resize;
804
+ height: 2px;
805
+ position: absolute;
806
+ top: 7px;
807
+ width: 12px;
808
+ }
809
+
810
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
811
+ border-bottom-style: solid;
812
+ border-bottom-width: 6px;
813
+ border-left: 7px solid transparent;
814
+ border-right: 7px solid transparent;
815
+ cursor: col-resize;
816
+ height: 0;
817
+ left: -1px;
818
+ position: absolute;
819
+ top: -7px;
820
+ width: 0;
821
+ }
822
+
823
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
824
+ border-bottom-style: solid;
825
+ border-bottom-width: 6px;
826
+ border-left: 6px solid transparent;
827
+ border-right: 6px solid transparent;
828
+ cursor: col-resize;
829
+ height: 0;
830
+ left: -1px;
831
+ position: absolute;
832
+ top: -6px;
833
+ width: 0;
834
+ }
835
+
836
+ .e-gantt .e-gantt-chart .e-baseline-bar {
837
+ box-sizing: border-box;
838
+ position: absolute;
839
+ z-index: 3;
840
+ }
841
+
842
+ .e-gantt .e-gantt-chart .e-milestone-top,
843
+ .e-gantt .e-gantt-chart .e-parent-milestone-top,
844
+ .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
845
+ border-style: none solid solid;
846
+ border-top: 0;
847
+ }
848
+
849
+ .e-gantt .e-gantt-chart .e-milestone-top,
850
+ .e-gantt .e-gantt-chart .e-milestone-bottom,
851
+ .e-gantt .e-gantt-chart .e-parent-milestone-top,
852
+ .e-gantt .e-gantt-chart .e-parent-milestone-bottom,
853
+ .e-gantt .e-gantt-chart .e-manualparent-milestone-top,
854
+ .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
855
+ border-left-color: transparent;
856
+ border-right-color: transparent;
857
+ }
858
+
859
+ .e-gantt .e-gantt-chart .e-milestone-bottom,
860
+ .e-gantt .e-gantt-chart .e-parent-milestone-bottom,
861
+ .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
862
+ border-bottom: 0;
863
+ border-style: solid solid none;
864
+ }
865
+
866
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
867
+ position: absolute;
868
+ z-index: 2;
869
+ }
870
+
871
+ .e-gantt .e-gantt-chart .e-task-label {
872
+ display: inline;
873
+ font-weight: normal;
874
+ margin-left: 8px;
875
+ margin-right: 15px;
876
+ vertical-align: middle;
877
+ }
878
+
879
+ .e-gantt .e-gantt-chart .e-task-table {
880
+ overflow: hidden;
881
+ }
882
+
883
+ .e-gantt .e-gantt-chart .e-left-resize-gripper,
884
+ .e-gantt .e-gantt-chart .e-right-resize-gripper {
885
+ -ms-flex-align: center;
886
+ align-items: center;
887
+ cursor: e-resize;
888
+ display: -ms-inline-flexbox;
889
+ display: inline-flex;
890
+ }
891
+
892
+ .e-gantt .e-gantt-chart .e-holiday {
893
+ display: inline-block;
894
+ position: absolute;
895
+ }
896
+
897
+ .e-gantt .e-gantt-chart .e-holiday .e-span {
898
+ font-size: 13px;
899
+ position: absolute;
900
+ transform: rotate(-90deg);
901
+ white-space: nowrap;
902
+ width: 0;
903
+ }
904
+
905
+ .e-gantt .e-gantt-chart .e-weekend {
906
+ display: inline-block;
907
+ position: absolute;
908
+ z-index: 0;
909
+ }
910
+
911
+ .e-gantt .e-gantt-chart .e-rangecontainer .e-leftarc {
912
+ border-bottom-left-radius: 2px;
913
+ border-top-left-radius: 2px;
914
+ position: absolute;
915
+ }
916
+
917
+ .e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc {
918
+ border-bottom-right-radius: 2px;
919
+ border-top-right-radius: 2px;
920
+ position: absolute;
921
+ }
922
+
923
+ .e-gantt .e-gantt-chart .e-event-markers {
924
+ border-left: 1px dashed;
925
+ position: absolute;
926
+ width: 1px;
927
+ z-index: 2;
928
+ }
929
+
930
+ .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
931
+ border-radius: 3px;
932
+ font-weight: 500;
933
+ height: 28px;
934
+ left: 5px;
935
+ line-height: 1.5;
936
+ padding: 3px 12px;
937
+ position: absolute;
938
+ top: 50px;
939
+ white-space: nowrap;
940
+ width: auto;
941
+ z-index: 2;
942
+ }
943
+
944
+ .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
945
+ border-bottom: 5px solid transparent;
946
+ border-right: 5px solid;
947
+ border-top: 5px solid transparent;
948
+ height: 0;
949
+ position: absolute;
950
+ top: 56px;
951
+ width: 0;
952
+ }
953
+
954
+ .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
955
+ border-radius: 0;
956
+ border-style: none;
957
+ display: inline-block;
958
+ }
959
+
960
+ .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
961
+ border-left-style: solid;
962
+ border-left-width: 10px;
963
+ }
964
+
965
+ .e-gantt .e-gantt-chart .e-connector-line-left-arrow {
966
+ border-right-style: solid;
967
+ border-right-width: 10px;
968
+ }
969
+
970
+ .e-gantt .e-gantt-chart .e-connector-line-right-arrow,
971
+ .e-gantt .e-gantt-chart .e-connector-line-left-arrow {
972
+ border-bottom: 5px solid transparent;
973
+ border-top: 5px solid transparent;
974
+ }
975
+
976
+ .e-gantt .e-gantt-chart .e-connector-line-container {
977
+ z-index: 5;
978
+ }
979
+
980
+ .e-gantt .e-gantt-chart .e-connector-line-z-index {
981
+ z-index: 1;
982
+ }
983
+
984
+ .e-gantt .e-gantt-chart .e-connector-line-hover {
985
+ outline: 1px solid;
986
+ }
987
+
988
+ .e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
989
+ z-index: 100;
990
+ }
991
+
992
+ .e-gantt .e-gantt-chart .e-connectortouchpoint {
993
+ background-color: transparent;
994
+ display: block;
995
+ position: absolute;
996
+ z-index: 5;
997
+ }
998
+
999
+ .e-gantt .e-gantt-chart .e-connectorpoint-right,
1000
+ .e-gantt .e-gantt-chart .e-connectorpoint-left,
1001
+ .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1002
+ .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
1003
+ border-radius: 50%;
1004
+ display: inline-block;
1005
+ position: absolute;
1006
+ }
1007
+
1008
+ .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
1009
+ .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
1010
+ border-style: solid;
1011
+ border-width: 1px;
1012
+ box-sizing: content-box;
1013
+ cursor: pointer;
1014
+ display: inline-block;
1015
+ }
1016
+
1017
+ .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
1018
+ cursor: no-drop;
1019
+ }
1020
+
1021
+ .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left,
1022
+ .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
1023
+ background-color: #adb5bd;
1024
+ border-color: #adb5bd;
1025
+ border-radius: 50%;
1026
+ display: inline-block;
1027
+ height: 10px;
1028
+ margin: -1px;
1029
+ position: absolute;
1030
+ width: 10px;
1031
+ }
1032
+
1033
+ .e-gantt .e-gantt-chart .e-manualparent-milestone-top,
1034
+ .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1035
+ border-bottom-color: #adb5bd;
1036
+ }
1037
+
1038
+ .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
1039
+ cursor: e-resize;
1040
+ margin-left: -8px;
1041
+ }
1042
+
1043
+ .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left {
1044
+ margin-left: 0;
1045
+ }
1046
+
1047
+ .e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar {
1048
+ background: #adb5bd;
1049
+ margin-top: 3px;
1050
+ position: absolute;
1051
+ }
1052
+
1053
+ .e-gantt .e-gantt-chart .e-icon {
1054
+ font-family: 'e-icons';
1055
+ font-size: 13px;
1056
+ font-style: normal;
1057
+ font-variant: normal;
1058
+ font-weight: normal;
1059
+ line-height: 1;
1060
+ text-transform: none;
1061
+ vertical-align: middle;
1062
+ }
1063
+
1064
+ .e-gantt .e-gantt-chart .e-active-container {
1065
+ outline: 1px solid;
1066
+ outline-offset: 2px;
1067
+ }
1068
+
1069
+ .e-gantt .e-gantt-dialog {
1070
+ border: 0;
1071
+ }
1072
+
1073
+ .e-gantt .e-gantt-dialog .e-gridform .e-table {
1074
+ border-spacing: 0;
1075
+ }
1076
+
1077
+ .e-gantt .e-gantt-dialog .e-item {
1078
+ height: 241px;
1079
+ }
1080
+
1081
+ .e-gantt .e-gantt-dialog .e-dependent-div {
1082
+ border-bottom-width: 0px;
1083
+ }
1084
+
1085
+ .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1086
+ opacity: initial;
1087
+ }
1088
+
1089
+ .e-gantt .e-gantt-dialog .e-toolbar {
1090
+ border-top-width: 0;
1091
+ }
1092
+
1093
+ .e-gantt .e-gantt-dialog .e-resource-div {
1094
+ border-bottom-width: 0px;
1095
+ }
1096
+
1097
+ .e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
1098
+ border-top-width: 0;
1099
+ }
1100
+
1101
+ .e-gantt .e-gantt-dialog .e-edit-form-row {
1102
+ height: 241px;
1103
+ overflow-y: auto;
1104
+ padding-bottom: 12px;
1105
+ }
1106
+
1107
+ .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
1108
+ float: left;
1109
+ padding: 16px 18px 0 18px;
1110
+ width: 50%;
1111
+ }
1112
+
1113
+ .e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) {
1114
+ float: left;
1115
+ padding: 16px 16px 0 0;
1116
+ width: 50%;
1117
+ }
1118
+
1119
+ .e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1120
+ padding: 16px 16px 0 0;
1121
+ }
1122
+
1123
+ .e-gantt .e-gantt-dialog .e-edit-form-column {
1124
+ height: 75px;
1125
+ }
1126
+
1127
+ .e-gantt .e-gantt-dialog .e-dependent-div .e-content {
1128
+ height: 161px;
1129
+ }
1130
+
1131
+ .e-gantt .e-gantt-dialog .e-resource-div .e-content {
1132
+ height: 202px;
1133
+ }
1134
+
1135
+ .e-gantt .e-gantt-dialog .e-richtexteditor {
1136
+ border-bottom-width: 0px;
1137
+ height: 241px !important;
1138
+ overflow: hidden;
1139
+ }
1140
+
1141
+ .e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
1142
+ border-top: 0;
1143
+ }
1144
+
1145
+ .e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
1146
+ border-bottom-width: 0px;
1147
+ height: 200px;
1148
+ }
1149
+
1150
+ .e-gantt .e-gantt-dialog > .e-dlg-content {
1151
+ padding: 0 !important;
1152
+ }
1153
+
1154
+ .e-gantt .e-gantt-dialog .e-dlg-header-content {
1155
+ border-bottom: 0 !important;
1156
+ }
1157
+
1158
+ .e-gantt .e-gantt-dialog .e-dlg-header-content {
1159
+ border-radius: 3px 3px 0px 0px;
1160
+ padding-bottom: 20px;
1161
+ }
1162
+
1163
+ .e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1164
+ border-radius: 50%;
1165
+ }
1166
+
1167
+ .e-icon-rowselect::before {
1168
+ content: '\e930';
1169
+ }
1170
+
1171
+ .e-ganttpopup {
1172
+ -moz-user-select: none;
1173
+ -ms-user-select: none;
1174
+ -webkit-user-select: none;
1175
+ font-weight: normal;
1176
+ position: absolute;
1177
+ user-select: none;
1178
+ z-index: 99999;
1179
+ }
1180
+
1181
+ .e-ganttpopup .e-rowselect {
1182
+ line-height: 18px;
1183
+ text-indent: 7%;
1184
+ }
1185
+
1186
+ .e-ganttpopup span {
1187
+ border: 1px solid transparent;
1188
+ cursor: pointer;
1189
+ display: inline-block;
1190
+ height: 26px;
1191
+ padding: 4px;
1192
+ width: 26px;
1193
+ }
1194
+
1195
+ .e-ganttpopup .e-content {
1196
+ border-radius: 4px;
1197
+ border-style: solid;
1198
+ border-width: 1px;
1199
+ font-size: 14px;
1200
+ padding: 4px;
1201
+ }
1202
+
1203
+ .e-ganttpopup .e-tail::after,
1204
+ .e-ganttpopup .e-tail::before,
1205
+ .e-ganttpopup .e-ganttpopup {
1206
+ border: 10px solid transparent;
1207
+ content: '';
1208
+ height: 0;
1209
+ left: 8px;
1210
+ position: absolute;
1211
+ width: 0;
1212
+ }
1213
+
1214
+ .e-ganttpopup .e-downtail::after {
1215
+ top: 34px;
1216
+ }
1217
+
1218
+ .e-gantt-tooltip.e-tooltip-wrap {
1219
+ opacity: 1;
1220
+ }
1221
+
1222
+ .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1223
+ content: '';
1224
+ }
1225
+
1226
+ .e-bigger .e-gantt .e-gantt-chart .e-label {
1227
+ font-size: 16px;
1228
+ }
1229
+
1230
+ .e-gantt-tooltip-label {
1231
+ padding-bottom: 2px;
1232
+ padding-right: 2px;
1233
+ text-align: left;
1234
+ }
1235
+
1236
+ .e-gantt.e-device .e-edit-form-column:nth-child(odd), .e-gantt.e-device .e-edit-form-column:nth-child(even) {
1237
+ float: none;
1238
+ padding: 16px 18px 0 18px;
1239
+ width: 100%;
1240
+ }
1241
+
1242
+ .e-gantt.e-device .e-edit-form-row {
1243
+ height: auto;
1244
+ }
1245
+
1246
+ .e-gantt.e-device .e-adaptive-searchbar {
1247
+ padding: 5px 10px;
1248
+ width: 90%;
1249
+ }
1250
+
1251
+ .e-gantt.e-device .e-backarrowspan {
1252
+ font-size: 16px;
1253
+ padding: 5px 10px;
1254
+ }
1255
+
1256
+ .e-gantt.e-device .e-gantt-dialog {
1257
+ max-height: none;
1258
+ }
1259
+
1260
+ .e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn {
1261
+ float: left;
1262
+ left: -4px;
1263
+ }
1264
+
1265
+ .e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close {
1266
+ font-size: 16px;
1267
+ }
1268
+
1269
+ .e-gantt.e-device .e-gantt-dialog .e-dlg-header {
1270
+ display: inline-block;
1271
+ }
1272
+
1273
+ .e-gantt.e-device .e-toolbar-item {
1274
+ padding: 7px;
1275
+ }
1276
+
1277
+ .e-gantt.e-device .e-toolbar .e-icons {
1278
+ font-size: 18px;
1279
+ }
1280
+
1281
+ .e-gantt.e-device .e-gridheader .e-icons {
1282
+ font-size: 12px;
1283
+ }
1284
+
1285
+ .e-gantt.e-device .e-right-resize-gripper,
1286
+ .e-gantt.e-device .e-left-resize-gripper {
1287
+ border: 7px solid;
1288
+ z-index: -1;
1289
+ }
1290
+
1291
+ .e-gantt.e-device .e-right-resize-gripper::before,
1292
+ .e-gantt.e-device .e-left-resize-gripper::before {
1293
+ font-size: 14px;
1294
+ margin-left: -7px;
1295
+ }
1296
+
1297
+ .e-gantt.e-device .e-dependent-div .e-content {
1298
+ height: 100%;
1299
+ }
1300
+
1301
+ .e-gantt.e-device .e-resource-div .e-content {
1302
+ height: 100%;
1303
+ }
1304
+
1305
+ .e-gantt.e-device .e-richtexteditor {
1306
+ height: 100%;
1307
+ }
1308
+
1309
+ .e-gantt.e-device .e-richtexteditor .e-rte-content {
1310
+ height: 100%;
1311
+ }
1312
+
1313
+ /*! Gantt theme */
1314
+ .e-gantt .e-gantt-splitter {
1315
+ border-color: #444c54;
1316
+ border-radius: 0px;
1317
+ }
1318
+
1319
+ .e-gantt .e-gantt-splitter-height {
1320
+ height: calc(100% - 37px) !important;
1321
+ }
1322
+
1323
+ .e-gantt .e-cloneproperties.e-draganddrop {
1324
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1325
+ opacity: .95;
1326
+ overflow: visible;
1327
+ }
1328
+
1329
+ .e-gantt .e-cloneproperties {
1330
+ background-color: #212529;
1331
+ border-color: #444c54;
1332
+ color: #fff;
1333
+ }
1334
+
1335
+ .e-gantt .e-cloneproperties.e-draganddrop .e-rowcell {
1336
+ color: #fff;
1337
+ }
1338
+
1339
+ .e-gantt .e-cloneproperties.e-draganddrop table,
1340
+ .e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground {
1341
+ background-color: #212529;
1342
+ height: 30px;
1343
+ }
1344
+
1345
+ .e-gantt .e-gantt-toolbar + .e-gantt-splitter {
1346
+ border-top-left-radius: 0px;
1347
+ border-top-right-radius: 0px;
1348
+ }
1349
+
1350
+ .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1351
+ box-shadow: 0 0 0 1px #6c757d inset !important;
1352
+ }
1353
+
1354
+ .e-gantt .e-gantt-dialog .e-dlg-header {
1355
+ color: #fff;
1356
+ }
1357
+
1358
+ .e-gantt .e-gantt-dialog .e-dlg-header-content {
1359
+ background: #282d31;
1360
+ }
1361
+
1362
+ .e-gantt .e-gantt-dialog .e-icon-dlg-close {
1363
+ color: #adb5bd;
1364
+ }
1365
+
1366
+ .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
1367
+ background-color: #282d31;
1368
+ }
1369
+
1370
+ .e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
1371
+ color: #adb5bd;
1372
+ }
1373
+
1374
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
1375
+ background: #282d31;
1376
+ }
1377
+
1378
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
1379
+ background: #0d6efd;
1380
+ }
1381
+
1382
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
1383
+ background-color: transparent;
1384
+ }
1385
+
1386
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
1387
+ color: #0d6efd;
1388
+ }
1389
+
1390
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
1391
+ border-color: transparent;
1392
+ }
1393
+
1394
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
1395
+ color: #ced4da;
1396
+ }
1397
+
1398
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
1399
+ background: transparent;
1400
+ border-bottom: 0px;
1401
+ border-bottom-left-radius: 0px;
1402
+ border-bottom-right-radius: 0px;
1403
+ border-color: transparent;
1404
+ }
1405
+
1406
+ .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
1407
+ color: #ced4da;
1408
+ }
1409
+
1410
+ .e-gantt .e-temp-content {
1411
+ border-color: #444c54;
1412
+ }
1413
+
1414
+ .e-gantt .e-splitter-box {
1415
+ border-color: #444c54;
1416
+ }
1417
+
1418
+ .e-gantt .e-gantt-temp-header {
1419
+ border-color: #444c54;
1420
+ }
1421
+
1422
+ .e-gantt .e-gantt-chart-pane {
1423
+ border-color: #444c54;
1424
+ }
1425
+
1426
+ .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1427
+ height: 45px !important;
1428
+ }
1429
+
1430
+ .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1431
+ background: #3c444b;
1432
+ opacity: 0.9;
1433
+ }
1434
+
1435
+ .e-gantt .e-gantt-chart .e-timeline-header-container {
1436
+ background: #212529;
1437
+ border-bottom-color: #444c54;
1438
+ border-bottom-width: 1px;
1439
+ border-right-color: #444c54;
1440
+ color: #fff;
1441
+ height: 64px;
1442
+ }
1443
+
1444
+ .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
1445
+ .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
1446
+ border-color: #444c54;
1447
+ color: #fff;
1448
+ }
1449
+
1450
+ .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
1451
+ height: 46px;
1452
+ line-height: 46px;
1453
+ }
1454
+
1455
+ .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1456
+ height: 46px !important;
1457
+ }
1458
+
1459
+ .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1460
+ height: 33px;
1461
+ }
1462
+
1463
+ .e-gantt .e-gantt-chart .e-chart-root-container {
1464
+ background-color: #212529;
1465
+ border-color: #444c54;
1466
+ }
1467
+
1468
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body {
1469
+ border-spacing: 0;
1470
+ }
1471
+
1472
+ .e-gantt .e-gantt-chart .e-chart-row-border {
1473
+ border-top-color: #444c54;
1474
+ }
1475
+
1476
+ .e-gantt .e-gantt-chart .e-chart-row-cell {
1477
+ color: #ced4da;
1478
+ }
1479
+
1480
+ .e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
1481
+ border-bottom-color: #444c54;
1482
+ }
1483
+
1484
+ .e-gantt .e-gantt-chart .e-line-container-cell {
1485
+ border-color: #444c54;
1486
+ }
1487
+
1488
+ .e-gantt .e-gantt-chart .e-active-container {
1489
+ outline-color: #6c757d;
1490
+ }
1491
+
1492
+ .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1493
+ background-color: #86b7fe;
1494
+ border: 1px solid #0d6efd;
1495
+ border-radius: 4px;
1496
+ }
1497
+
1498
+ .e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
1499
+ border: 1px solid #fff;
1500
+ border-bottom: 0;
1501
+ border-top: 0;
1502
+ }
1503
+
1504
+ .e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-progressbar {
1505
+ width: 0px !important;
1506
+ }
1507
+
1508
+ .e-gantt .e-gantt-chart .e-collapse-parent .e-collapsed-taskbar-drag {
1509
+ background-color: #0d6efd;
1510
+ }
1511
+
1512
+ .e-gantt .e-gantt-chart .e-collapse-parent .e-left-connectorpoint-outer-div {
1513
+ display: none;
1514
+ }
1515
+
1516
+ .e-gantt .e-gantt-chart .e-collapse-parent .e-right-connectorpoint-outer-div {
1517
+ display: none;
1518
+ }
1519
+
1520
+ .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
1521
+ background-color: #6c757d;
1522
+ border: 1px solid #adb5bd;
1523
+ border-radius: 4px;
1524
+ }
1525
+
1526
+ .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1527
+ background-color: #adb5bd;
1528
+ border: 0px;
1529
+ }
1530
+
1531
+ .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1532
+ background-color: #0d6efd;
1533
+ border: 0px;
1534
+ }
1535
+
1536
+ .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1537
+ background-color: #d3f0e2;
1538
+ border: 1px solid #21b26f;
1539
+ }
1540
+
1541
+ .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1542
+ background: linear-gradient(to right, #d3f0e2, #21b26f 30%, #21b26f 70%, #21b26f 70%, #d3f0e2 100%);
1543
+ }
1544
+
1545
+ .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1546
+ background-color: #21b26f;
1547
+ border: 0px;
1548
+ }
1549
+
1550
+ .e-gantt .e-gantt-chart .e-holiday {
1551
+ background: #282d31;
1552
+ }
1553
+
1554
+ .e-gantt .e-gantt-chart .e-holiday .e-span {
1555
+ color: #ced4da;
1556
+ font-size: 13px;
1557
+ }
1558
+
1559
+ .e-gantt .e-gantt-chart .e-weekend {
1560
+ background: #282d31;
1561
+ }
1562
+
1563
+ .e-gantt .e-gantt-chart .e-weekend-header-cell {
1564
+ background: #282d31;
1565
+ }
1566
+
1567
+ .e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
1568
+ border: 2px solid #ffce3a;
1569
+ width: 5px;
1570
+ z-index: 6;
1571
+ }
1572
+
1573
+ .e-gantt .e-gantt-chart .e-event-markers {
1574
+ border-left-color: #0d6efd;
1575
+ }
1576
+
1577
+ .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1578
+ background-color: #fff3cd;
1579
+ color: #876500;
1580
+ font-size: 14px;
1581
+ }
1582
+
1583
+ .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
1584
+ border-right-color: #fff3cd;
1585
+ }
1586
+
1587
+ .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
1588
+ background: linear-gradient(to right, #86b7fe, #0d6efd 30%, #0d6efd 70%, #0d6efd 70%, #86b7fe 100%);
1589
+ background-color: rgba(63, 81, 181, 0.2);
1590
+ border: 0px;
1591
+ border-radius: 4px;
1592
+ }
1593
+
1594
+ .e-gantt .e-gantt-chart .e-unscheduled-milestone-top {
1595
+ border-bottom-color: #adb5bd;
1596
+ }
1597
+
1598
+ .e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom {
1599
+ border-top-color: #adb5bd;
1600
+ }
1601
+
1602
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
1603
+ background: #fff;
1604
+ border-color: #fff;
1605
+ }
1606
+
1607
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
1608
+ border-bottom-color: #fff;
1609
+ }
1610
+
1611
+ .e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
1612
+ border-bottom-color: #fff;
1613
+ }
1614
+
1615
+ .e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
1616
+ display: block;
1617
+ z-index: 5;
1618
+ }
1619
+
1620
+ .e-gantt .e-gantt-chart .e-line {
1621
+ border-color: #0d6efd;
1622
+ }
1623
+
1624
+ .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1625
+ border-left-color: #0d6efd;
1626
+ }
1627
+
1628
+ .e-gantt .e-gantt-chart .e-connector-line-left-arrow {
1629
+ border-right-color: #0d6efd;
1630
+ }
1631
+
1632
+ .e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
1633
+ border-left-color: #0d6efd;
1634
+ }
1635
+
1636
+ .e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover {
1637
+ border-right-color: #0d6efd;
1638
+ }
1639
+
1640
+ .e-gantt .e-gantt-chart .e-connector-line-hover {
1641
+ border-color: #0d6efd;
1642
+ outline-color: #0d6efd;
1643
+ }
1644
+
1645
+ .e-gantt .e-gantt-chart .e-gantt-false-line {
1646
+ border-top-color: #0d6efd;
1647
+ }
1648
+
1649
+ .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
1650
+ .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
1651
+ background-color: #adb5bd;
1652
+ border-color: #212529;
1653
+ }
1654
+
1655
+ .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
1656
+ .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
1657
+ background-color: #dee2e6;
1658
+ border-color: #212529;
1659
+ }
1660
+
1661
+ .e-gantt .e-gantt-chart .e-left-label-inner-div,
1662
+ .e-gantt .e-gantt-chart .e-right-label-inner-div {
1663
+ color: #ced4da;
1664
+ font-size: 13px;
1665
+ }
1666
+
1667
+ .e-gantt .e-gantt-chart .e-left-label-temp-container {
1668
+ color: #ced4da;
1669
+ font-size: 14px;
1670
+ padding-right: 16px;
1671
+ }
1672
+
1673
+ .e-gantt .e-gantt-chart .e-right-label-temp-container {
1674
+ color: #ced4da;
1675
+ font-size: 14px;
1676
+ margin-left: 16px;
1677
+ }
1678
+
1679
+ .e-gantt .e-gantt-chart .e-right-label-container {
1680
+ margin-left: 16px;
1681
+ }
1682
+
1683
+ .e-gantt .e-gantt-chart .e-left-label-container {
1684
+ padding-right: 16px;
1685
+ }
1686
+
1687
+ .e-gantt .e-gantt-chart .e-connectorpoint-right {
1688
+ margin-left: 2px;
1689
+ }
1690
+
1691
+ .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1692
+ .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
1693
+ height: 8px;
1694
+ width: 12px;
1695
+ }
1696
+
1697
+ .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
1698
+ left: -12px;
1699
+ }
1700
+
1701
+ .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left,
1702
+ .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
1703
+ border-right: transparent;
1704
+ border-width: 3px;
1705
+ }
1706
+
1707
+ .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
1708
+ border-bottom-left-radius: 0px;
1709
+ border-bottom-right-radius: 2px;
1710
+ border-top-left-radius: 0px;
1711
+ border-top-right-radius: 2px;
1712
+ }
1713
+
1714
+ .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
1715
+ border-bottom-left-radius: 2px;
1716
+ border-top-left-radius: 2px;
1717
+ }
1718
+
1719
+ .e-gantt .e-gantt-chart .e-task-label {
1720
+ color: #fff;
1721
+ font-size: 12px;
1722
+ }
1723
+
1724
+ .e-gantt .e-gantt-chart .e-icon {
1725
+ color: #fff;
1726
+ }
1727
+
1728
+ .e-gantt .e-gantt-chart .e-milestone-top {
1729
+ border-bottom-color: #adb5bd;
1730
+ }
1731
+
1732
+ .e-gantt .e-gantt-chart .e-milestone-bottom {
1733
+ border-top-color: #adb5bd;
1734
+ }
1735
+
1736
+ .e-gantt .e-gantt-chart .e-parent-milestone-top {
1737
+ border-bottom-color: #adb5bd;
1738
+ }
1739
+
1740
+ .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1741
+ border-top-color: #adb5bd;
1742
+ }
1743
+
1744
+ .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1745
+ border-bottom-color: #adb5bd;
1746
+ }
1747
+
1748
+ .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1749
+ border-top-color: #adb5bd;
1750
+ }
1751
+
1752
+ .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1753
+ background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
1754
+ }
1755
+
1756
+ .e-gantt .e-gantt-chart .e-label {
1757
+ color: #ced4da;
1758
+ font-size: 14px;
1759
+ }
1760
+
1761
+ .e-gantt .e-gantt-chart .e-active {
1762
+ background: #3c444b;
1763
+ color: #fff;
1764
+ opacity: 0.9;
1765
+ }
1766
+
1767
+ .e-gantt .e-gantt-chart .e-active .e-label {
1768
+ color: #fff;
1769
+ }
1770
+
1771
+ .e-gantt .e-gantt-chart .e-baseline-bar {
1772
+ background-color: #adb5bd;
1773
+ }
1774
+
1775
+ .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1776
+ border-bottom-color: #adb5bd;
1777
+ }
1778
+
1779
+ .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1780
+ border-top-color: #adb5bd;
1781
+ }
1782
+
1783
+ .e-gantt .e-gantt-chart .e-uptail::before {
1784
+ border-bottom-color: #444c54;
1785
+ }
1786
+
1787
+ .e-gantt .e-gantt-chart .e-downtail::after {
1788
+ border-top-color: #fff;
1789
+ }
1790
+
1791
+ .e-gantt .e-gantt-chart .e-downtail::before {
1792
+ border-top-color: #444c54;
1793
+ }
1794
+
1795
+ .e-gantt .e-gantt-chart .e-ganttpopup .e-content {
1796
+ background-color: #fff;
1797
+ border-color: #444c54;
1798
+ }
1799
+
1800
+ .e-gantt .e-gantt-chart .e-spanclicked,
1801
+ .e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
1802
+ border-color: #000;
1803
+ }
1804
+
1805
+ .e-gantt .e-gantt-chart .e-active-parent-task {
1806
+ border-radius: 4px;
1807
+ box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
1808
+ }
1809
+
1810
+ .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
1811
+ background: #1a1a1a;
1812
+ border: #1a1a1a;
1813
+ }
1814
+
1815
+ .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
1816
+ background-color: transparent;
1817
+ border: transparent;
1818
+ }
1819
+
1820
+ .e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
1821
+ color: transparent;
1822
+ }
1823
+
1824
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1825
+ color: transparent !important;
1826
+ }
1827
+
1828
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1829
+ border-color: #6c757d !important;
1830
+ }
1831
+
1832
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1833
+ border-left-color: #6c757d !important;
1834
+ }
1835
+
1836
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1837
+ border-right-color: #6c757d !important;
1838
+ }
1839
+
1840
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1841
+ background: #86b7fe !important;
1842
+ border: #86b7fe !important;
1843
+ }
1844
+
1845
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1846
+ background-color: transparent !important;
1847
+ border: transparent !important;
1848
+ }
1849
+
1850
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1851
+ border-bottom-color: #86b7fe !important;
1852
+ }
1853
+
1854
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1855
+ border-top-color: #86b7fe !important;
1856
+ }
1857
+
1858
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1859
+ background-color: #6c757d !important;
1860
+ border: #6c757d !important;
1861
+ }
1862
+
1863
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1864
+ background-color: transparent !important;
1865
+ border: transparent !important;
1866
+ }
1867
+
1868
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1869
+ background: #0d6efd !important;
1870
+ border: #0d6efd !important;
1871
+ }
1872
+
1873
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1874
+ border-bottom-color: #0d6efd !important;
1875
+ }
1876
+
1877
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1878
+ border-top-color: #0d6efd !important;
1879
+ }
1880
+
1881
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1882
+ background: #72abfe !important;
1883
+ border: #72abfe !important;
1884
+ }
1885
+
1886
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1887
+ border-bottom-color: #72abfe !important;
1888
+ }
1889
+
1890
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1891
+ border-top-color: #72abfe !important;
1892
+ }
1893
+
1894
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1895
+ border-color: #0d6efd !important;
1896
+ }
1897
+
1898
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1899
+ border-left-color: #0d6efd !important;
1900
+ }
1901
+
1902
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1903
+ border-right-color: #0d6efd !important;
1904
+ }
1905
+
1906
+ .e-gantt .e-icons {
1907
+ color: #adb5bd;
1908
+ }
1909
+
1910
+ .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1911
+ color: #6c757d !important;
1912
+ }
1913
+
1914
+ .e-gantt.e-device .e-left-resize-gripper,
1915
+ .e-gantt.e-device .e-right-resize-gripper {
1916
+ border-color: #6c757d;
1917
+ color: #fff;
1918
+ }
1919
+
1920
+ .e-gantt.e-device .e-backarrowspan {
1921
+ color: #000;
1922
+ }