@syncfusion/ej2-react-gantt 21.2.9 → 22.1.34

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