@syncfusion/ej2-react-gantt 25.2.6 → 26.1.35

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