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