@syncfusion/ej2-angular-gantt 24.1.41-ngcc → 24.1.41

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