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