@syncfusion/ej2-react-gantt 21.2.9 → 22.1.34

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