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