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

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