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