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

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