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