@syncfusion/ej2-angular-gantt 24.1.41-ngcc → 24.1.41

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