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