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