@syncfusion/ej2-vue-gantt 21.2.10 → 22.1.36

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