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