@syncfusion/ej2-react-gantt 25.2.6 → 26.1.35

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