@syncfusion/ej2-gantt
Version:
Essential JS 2 Gantt Component
1,632 lines (1,572 loc) • 71.3 kB
CSS
/* stylelint-disable */
.e-dialog.e-checkboxfilter,
.e-dialog.e-flmenu {
min-width: 250px !important;
}
/* stylelint-disable */
.e-rte-quick-popup {
border-radius: 6px !important;
}
.e-rte-quick-popup .e-rte-quick-toolbar {
border-radius: 6px !important;
}
.e-ddl.e-control-wrapper .e-ddl-icon::before {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: -webkit-transform 300ms ease;
transition: -webkit-transform 300ms ease;
transition: transform 300ms ease;
transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: -webkit-transform 300ms ease;
transition: -webkit-transform 300ms ease;
transition: transform 300ms ease;
transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.e-dropdownbase .e-list-item.e-active.e-hover {
color: var(--color-sf-content-text-color-selected);
}
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
.e-input-group:not(.e-disabled) .e-back-icon:active,
.e-input-group:not(.e-disabled) .e-back-icon:hover,
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
background: transparent;
}
.e-input-group .e-ddl-icon:not(:active)::after {
-webkit-animation: none;
animation: none;
}
.e-ddl.e-popup {
border: 0;
border-radius: 4px;
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
margin-top: 4px;
}
.e-small .e-ddl.e-popup,
.e-small.e-ddl.e-popup {
border-radius: 4px;
margin-top: 2px;
}
.e-popup.e-ddl .e-dropdownbase {
min-height: 26px;
padding: 6px 4px;
}
.e-input-group.e-ddl,
.e-input-group.e-ddl .e-input,
.e-input-group.e-ddl .e-ddl-icon {
background: var(--color-sf-content-bg-color);
}
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
border-bottom-width: 0;
}
.e-ddl.e-popup.e-outline .e-filter-parent {
padding: 4px 8px;
}
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
line-height: 30px;
top: 0;
}
.e-multiselect .e-input-group-icon.e-ddl-icon {
border-radius: 0 4px 4px 0;
border-right-width: 0;
}
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
border-left-width: 0;
border-radius: 4px 0 0 4px;
border-right-width: 0;
}
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
height: 32px;
width: 32px;
}
.e-multi-select-wrapper .e-searcher input[type=text],
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
color: var(--color-sf-content-text-color);
height: 100%;
}
@-webkit-keyframes tbar-alt-popup-shadow {
0% {
border-color: rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}
100% {
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
}
}
@keyframes tbar-alt-popup-shadow {
0% {
border-color: rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}
100% {
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
}
}
@-webkit-keyframes hscroll-alt-popup-shadow {
0% {
border-color: rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}
100% {
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
}
}
@keyframes hscroll-alt-popup-shadow {
0% {
border-color: rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}
100% {
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
}
}
/* stylelint-disable */
.e-toolbar-item.e-active {
background: none !important;
}
/* stylelint-disable property-no-vendor-prefix */
@-webkit-keyframes e-input-ripple {
100% {
opacity: 0;
-webkit-transform: scale(4);
transform: scale(4);
}
}
@keyframes e-input-ripple {
100% {
opacity: 0;
-webkit-transform: scale(4);
transform: scale(4);
}
}
@-webkit-keyframes slideTopUp {
from {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
to {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
}
@keyframes slideTopUp {
from {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
to {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
}
/* stylelint-disable */
.e-input:focus:not(.e-success):not(.e-warning).e-error,
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.e-input:focus:not(.e-error):not(.e-warning).e-success,
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.e-input:focus:not(.e-success):not(.e-error).e-warning,
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.e-float-input.e-error label.e-float-text,
.e-float-input.e-control-wrapper.e-error label.e-float-text,
.e-float-input.e-error input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
color: var(--color-sf-danger) !important;
}
.e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-error textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-error label.e-float-text.e-label-top,
.e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text {
color: var(--color-sf-danger) !important;
}
.e-filled.e-float-input.e-error label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
.e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
color: var(--color-sf-danger) !important;
}
/* stylelint-disable */
.e-dialog .e-dlg-content {
border-radius: 8px !important;
}
.e-dlg-overlay {
backdrop-filter: blur(2px) !important;
}
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:hover,
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:focus,
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:active {
color: var(--color-sf-icon-color-hover);
background-color: var(--color-sf-content-bg-color-hover);
border-radius: 4px;
}
/* stylelint-disable property-no-vendor-prefix */
@-webkit-keyframes material-spinner-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes material-spinner-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes fabric-spinner-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fabric-spinner-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* stylelint-disable */
.e-gantt .e-add::before,
.e-gantt-menu .e-add::before {
content: "\e805";
}
.e-gantt .e-critical-path::before,
.e-gantt-menu .e-critical-path::before {
content: "\e88c";
}
.e-gantt .e-edit::before,
.e-gantt-menu .e-edit::before {
content: "\e730";
}
.e-gantt .e-delete::before,
.e-gantt-menu .e-delete::before {
content: "\e820";
}
.e-gantt .e-cancel-icon::before,
.e-gantt .e-toolbar-item .e-cancel::before,
.e-gantt-menu .e-cancel-icon::before,
.e-gantt-menu .e-toolbar-item .e-cancel::before {
content: "\e7e7";
}
.e-gantt .e-update::before,
.e-gantt .e-save::before,
.e-gantt-menu .e-update::before,
.e-gantt-menu .e-save::before {
content: "\e7c8";
}
.e-gantt .e-search-icon::before,
.e-gantt-menu .e-search-icon::before {
content: "\e754";
}
.e-gantt .e-notes-info::before,
.e-gantt-menu .e-notes-info::before {
content: "\e72d";
}
.e-gantt .e-left-resize-gripper::before,
.e-gantt .e-right-resize-gripper::before,
.e-gantt-menu .e-left-resize-gripper::before,
.e-gantt-menu .e-right-resize-gripper::before {
content: "\e770";
}
.e-gantt .e-expandall::before,
.e-gantt-menu .e-expandall::before {
content: "\e7c9";
}
.e-gantt .e-collapseall::before,
.e-gantt-menu .e-collapseall::before {
content: "\e80f";
}
.e-gantt .e-gantt-tooltip-arrow-left::before,
.e-gantt .e-prevtimespan::before,
.e-gantt-menu .e-gantt-tooltip-arrow-left::before,
.e-gantt-menu .e-prevtimespan::before {
content: "\e773";
}
.e-gantt .e-gantt-tooltip-arrow-right::before,
.e-gantt .e-nexttimespan::before,
.e-gantt-menu .e-gantt-tooltip-arrow-right::before,
.e-gantt-menu .e-nexttimespan::before {
content: "\e7f9";
}
.e-gantt .e-zoomin::before,
.e-gantt-menu .e-zoomin::before {
content: "\e795";
}
.e-gantt .e-zoomout::before,
.e-gantt-menu .e-zoomout::before {
content: "\e825";
}
.e-gantt .e-zoomtofit::before,
.e-gantt-menu .e-zoomtofit::before {
content: "\e838";
}
.e-gantt .e-csvexport::before,
.e-gantt-menu .e-csvexport::before {
content: "\e7ba";
}
.e-gantt .e-excelexport::before,
.e-gantt-menu .e-excelexport::before {
content: "\e7c1";
}
.e-gantt .e-pdfexport::before,
.e-gantt-menu .e-pdfexport::before {
content: "\e700";
}
.e-gantt .e-indent::before,
.e-gantt-menu .e-indent::before {
content: "\e810";
}
.e-gantt .e-outdent::before,
.e-gantt-menu .e-outdent::before {
content: "\e72a";
}
.e-gantt .e-add-above::before,
.e-gantt-menu .e-add-above::before {
content: "\e836";
}
.e-gantt .e-add-below::before,
.e-gantt-menu .e-add-below::before {
content: "\e801";
}
.e-gantt.e-device .e-backarrowspan::before,
.e-gantt.e-device .e-icon-dlg-close::before {
content: "\e773";
}
.e-gantt.e-device .e-left-resize-gripper::before,
.e-gantt.e-device .e-right-resize-gripper::before {
content: "\e770";
}
.e-icon-rowselect::before {
content: "\e7d4";
}
.e-blazor-gantt-tooltip .e-tip-content {
overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
word-break: unset !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt-tooltip .e-tip-content {
text-align: left !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-connector-line-right-arrow {
border-left: none !important; /* stylelint-disable-line declaration-no-important */
border-right-color: var(--color-sf-primary);
}
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
border-right: none !important; /* stylelint-disable-line declaration-no-important */
border-left-color: var(--color-sf-primary);
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
border-right: none !important; /* stylelint-disable-line declaration-no-important */
border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
border-left-color: var(--color-sf-border-light) !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
text-align: right !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
right: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
right: 1px !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-connectorpoint-right {
margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
border-left: 5px solid;
border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-holiday .e-span {
-webkit-transform: rotate(90deg) !important;
transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-left-label-container {
padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt.e-gantt-rtl .e-gantt-chart .e-right-label-container {
margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt-rtl .e-gantt-tooltip-label {
text-align: right !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt-rtl .e-tip-content {
text-align: right !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt-dialog.e-rtl .e-dlg-closeicon-btn {
padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt {
display: block;
width: 100%;
}
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
left: -5px;
position: relative;
}
.e-gantt .e-cloneproperties {
border-style: solid;
border-width: 1px;
-webkit-box-shadow: 0 0;
box-shadow: 0 0;
font-size: 14px;
font-weight: 600;
opacity: 1;
overflow: hidden;
padding: 4px 5px;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
white-space: nowrap;
z-index: 100;
}
.e-gantt .e-cloneproperties .e-draganddrop {
border-spacing: 0;
font-size: 14px;
font-weight: normal;
overflow: visible;
}
.e-gantt .e-cloneproperties .e-bothganttlines {
border-width: 1px 0 0 1px;
}
.e-gantt .e-draganddrop {
border-width: 0 1px 1px;
font-weight: normal;
padding: 0;
}
.e-gantt .e-draganddrop .e-rowcell {
opacity: 0.95;
}
.e-gantt .e-cloneproperties.e-draganddrop table {
border-spacing: 0;
}
.e-gantt .e-icons.e-errorelem {
display: inline-block;
padding-left: 10px;
vertical-align: middle;
}
.e-gantt .e-errorelem::before {
color: var(--color-sf-danger);
content: "\e22a";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
border-bottom: 0;
border-right: 1px solid var(--color-sf-border);
border-top: 1px solid var(--color-sf-border);
}
.e-gantt .e-gantt-toolbar {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-style: solid;
border-width: 1px 1px 0;
}
.e-gantt .e-flmenu-valuediv {
padding-top: 18px;
}
.e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
margin: 0;
}
.e-gantt .e-gantt-splitter .e-pane {
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-splitter:has(.e-headercell.e-fltr-icon) {
overflow: visible !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-temp-content {
border-left: 1px solid;
}
.e-gantt .e-tab {
border: 0;
}
.e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active {
border-color: transparent;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid {
border-width: 0;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid:has(.e-headercell.e-fltr-icon):not(.e-gantt .e-grid.e-rtl) {
position: inherit;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid .e-row .e-input-group {
margin-top: 0 !important; /* stylelint-disable-line declaration-no-important */
margin-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header {
border-bottom-style: solid;
border-bottom-width: 1px;
height: 45px;
}
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
border-top-style: none;
border-top-width: 0;
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
height: 48px !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent:not(:has(.e-movablescrollbar)) .e-content {
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
width: calc(100% + 17px);
}
.e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info {
text-align: center;
}
.e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info {
display: inline-block;
font-size: 18px;
height: 15px;
line-height: 10px;
vertical-align: middle;
}
.e-gantt .e-gantt-chart {
height: 100%;
overflow: hidden;
position: relative;
width: 100%;
}
.e-gantt .e-gantt-chart .e-chart-empty-row {
border: 0.5px solid;
position: absolute;
background-color: rgba(0, 120, 222, 0.15);
border-color: rgba(0, 120, 222, 0.65) !important;
}
.e-gantt .e-gantt-chart .e-chart-root-container {
border-right: 0 solid;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
overflow-x: scroll;
overflow-y: auto;
position: relative;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-droptop {
border-top: 2px solid #4f46e5;
border-width: 2px 0 0;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-dropbottom {
border-bottom: 2px solid #4f46e5;
-webkit-box-shadow: var(--color-sf-primary);
box-shadow: var(--color-sf-primary);
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-childborder {
border-bottom: 2px solid #4f46e5;
border-top: 2px solid #4f46e5;
-webkit-box-shadow: var(--color-sf-primary);
box-shadow: var(--color-sf-primary);
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container {
position: absolute;
height: 100%;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container {
position: absolute;
height: 100%;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
height: 100%;
position: absolute;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
height: 100%;
position: absolute;
}
.e-gantt .e-gantt-chart .e-timeline-header-container {
border-bottom-style: solid;
border-right: 1px solid;
overflow: hidden;
position: relative;
z-index: 6;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-container thead tr th {
border-left: 0;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-container thead tr td {
border-left: 0;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
border-collapse: collapse;
border-spacing: 0;
border-width: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
display: block;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
border-collapse: collapse;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: scale(1);
transform: scale(1);
white-space: nowrap;
display: block;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
border-spacing: 0;
border-style: solid;
border-top: 0;
border-width: 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 14px;
font-weight: 600;
margin: 0;
padding: 0;
position: static;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
overflow: hidden;
position: static;
text-overflow: ellipsis;
white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
padding-left: 8px;
text-align: left;
}
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: collapse;
border-spacing: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.e-gantt .e-gantt-chart .e-zero-spacing {
border-spacing: 0;
}
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
border-top: 0;
}
.e-gantt .e-gantt-chart .e-chart-row {
display: table-row;
}
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
border-collapse: separate;
border-style: solid;
border-width: 1px 0 0;
}
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell {
font-size: 0;
padding: 0;
}
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow {
border-bottom-width: 1px;
}
.e-gantt .e-gantt-chart .e-line-container-cell {
border-right-style: solid;
border-right-width: 1px;
height: 100%;
position: absolute;
}
.e-gantt .e-gantt-chart .e-taskbar-main-container {
cursor: move;
display: inline-block;
position: absolute;
vertical-align: middle;
z-index: 3;
}
.e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
z-index: 4;
}
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
float: left;
outline: none;
overflow: hidden;
position: absolute;
text-overflow: ellipsis;
white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-left-label-container {
display: inline-block;
}
.e-gantt .e-gantt-chart .e-left-label-inner-div,
.e-gantt .e-gantt-chart .e-right-label-container {
overflow: hidden;
}
.e-gantt .e-gantt-chart .e-left-label-inner-div {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
}
.e-gantt .e-gantt-chart .e-label {
margin: 3px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-right-label-container {
background-color: transparent;
display: inline-block;
margin: 0;
position: absolute;
}
.e-gantt .e-gantt-chart .e-right-label-inner-div {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
float: left;
outline: none;
overflow: hidden;
}
.e-gantt .e-gantt-chart .e-indicator-span {
display: inline-block;
font-size: 13px;
font-weight: normal;
overflow: hidden;
position: absolute;
text-overflow: ellipsis;
}
.e-gantt .e-gantt-chart .e-gantt-child-taskbar,
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar,
.e-gantt .e-gantt-chart .e-gantt-child-progressbar,
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar,
.e-gantt .e-gantt-chart .e-gantt-milestone,
.e-gantt .e-gantt-chart .e-gantt-parent-milestone,
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
display: inline-block;
width: 100%;
}
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.e-gantt .e-gantt-chart .e-gantt-milestone {
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.e-gantt .e-gantt-chart .e-manualparent-main-container {
background-color: transparent;
cursor: move;
margin-top: -5px;
position: absolute;
}
.e-gantt .e-gantt-chart .e-gantt-manualparent-taskbar {
margin-top: 3px;
}
.e-gantt .e-gantt-chart .e-gantt-split-container-line {
border-color: inherit;
border-top-style: dotted;
border-top-width: 2px;
height: 0;
left: 2px;
pointer-events: none;
position: absolute;
top: 50%;
width: calc(100% - 5px);
}
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
border-spacing: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
overflow: hidden;
padding: 0;
z-index: 3;
}
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
z-index: 3;
}
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div,
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: right;
border-style: solid;
height: 100%;
}
.e-gantt .e-gantt-chart .e-chart-scroll-container,
.e-gantt .e-gantt-chart .e-chart-rows-container {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.e-gantt .e-gantt-chart .e-chart-scroll-container {
position: relative;
height: 100%;
}
.e-gantt .e-gantt-chart .e-chart-rows-container {
line-height: initial;
position: relative;
overflow: hidden;
}
.e-gantt .e-gantt-chart .e-masked-tbody {
table-layout: fixed;
width: 100%;
}
.e-gantt .e-gantt-chart .e-div-background {
border-color: rgb(225, 223, 221);
border-right-style: solid;
border-right-width: 1px;
height: 100%;
position: absolute;
}
.e-gantt .e-gantt-chart .e-innerHTML {
height: 16px;
width: 16px;
left: 14px;
}
.e-gantt .e-gantt-chart .e-innerHTML1 {
height: 16px;
width: 16px;
left: 30px;
}
.e-gantt .e-gantt-chart .e-innerHTML2 {
height: 16px;
width: 16px;
left: 60px;
}
.e-gantt .e-gantt-chart .e-timelineHeader {
height: 16px;
width: 82px;
left: 20px;
}
.e-gantt .e-gantt-chart .e-maskcell01 {
height: 12px;
width: 88px;
left: 14px;
border-radius: 0;
}
.e-gantt .e-gantt-chart .e-maskcell02 {
border-radius: 0;
height: 18px;
width: 410px;
}
.e-gantt .e-gantt-chart .e-maskcell03 {
height: 12px;
width: 88px;
left: 14px;
border-radius: 0;
}
.e-gantt .e-gantt-chart .e-maskcell04 {
border-radius: 0;
height: 18px;
width: 208px;
}
.e-gantt .e-gantt-chart .e-maskcell05 {
height: 12px;
width: 108px;
left: 64px;
border-radius: 0;
}
.e-gantt .e-gantt-chart .e-maskcell06 {
height: 18px;
width: 195px;
left: 192px;
border-radius: 0;
}
.e-gantt .e-gantt-chart .e-maskcell07 {
height: 18px;
width: 156px;
left: 388px;
border-radius: 0;
}
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
display: inline-block;
position: absolute;
top: 0;
width: 10px;
z-index: 4;
}
.e-gantt .e-gantt-chart .e-child-progress-resizer {
display: inline-block;
height: 15px;
position: absolute;
top: 0;
width: 20px;
z-index: 5;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper {
cursor: col-resize;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
border-width: 1px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
cursor: col-resize;
height: 2px;
position: absolute;
top: 7px;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
border-bottom-style: solid;
border-bottom-width: 8px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
cursor: col-resize;
height: 0;
left: 1px;
position: absolute;
top: -7px;
width: 0;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
border-bottom-style: solid;
border-bottom-width: 8px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
cursor: col-resize;
height: 0;
left: 2px;
position: absolute;
top: -7px;
width: 0;
}
.e-gantt .e-gantt-chart .e-baseline-bar {
border-radius: 4px;
}
.e-gantt .e-gantt-chart .e-baseline-bar {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
z-index: 2;
}
.e-gantt .e-gantt-chart .e-milestone-top,
.e-gantt .e-gantt-chart .e-parent-milestone-top,
.e-gantt .e-gantt-chart .e-manualparent-milestone-top {
border-style: none solid solid;
border-top: 0;
}
.e-gantt .e-gantt-chart .e-milestone-top,
.e-gantt .e-gantt-chart .e-milestone-bottom,
.e-gantt .e-gantt-chart .e-parent-milestone-top,
.e-gantt .e-gantt-chart .e-parent-milestone-bottom,
.e-gantt .e-gantt-chart .e-manualparent-milestone-top,
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
border-left-color: transparent;
border-right-color: transparent;
}
.e-gantt .e-gantt-chart .e-milestone-bottom,
.e-gantt .e-gantt-chart .e-parent-milestone-bottom,
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
border-bottom: 0;
border-style: solid solid none;
}
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
position: absolute;
z-index: 2;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.e-gantt .e-gantt-chart .e-task-label {
display: inline;
font-weight: normal;
margin-left: 8px;
margin-right: 15px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
}
.e-gantt .e-gantt-chart .e-task-table {
overflow: hidden;
border-collapse: separate;
position: absolute;
}
.e-gantt .e-gantt-chart .e-left-resize-gripper,
.e-gantt .e-gantt-chart .e-right-resize-gripper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: ew-resize;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.e-gantt .e-gantt-chart .e-holiday {
display: inline-block;
position: absolute;
height: 100%;
}
.e-gantt .e-gantt-chart .e-holiday .e-span {
position: absolute;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
white-space: nowrap;
width: 0;
top: 50%;
}
.e-gantt .e-gantt-chart .e-weekend {
display: inline-block;
position: absolute;
z-index: 0;
height: 100%;
}
.e-gantt .e-gantt-chart .e-rangecontainer {
position: absolute;
}
.e-gantt .e-gantt-chart .e-rangecontainer .e-leftarc {
border-bottom-left-radius: 1px;
border-top-left-radius: 1px;
position: absolute;
}
.e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc {
border-bottom-right-radius: 1px;
border-top-right-radius: 1px;
position: absolute;
}
.e-gantt .e-gantt-chart .e-event-markers {
border-left: 1px dashed;
position: absolute;
width: 1px;
z-index: 4;
height: 100%;
}
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
border-radius: 3px;
font-weight: 500;
height: 26px;
line-height: 18px;
padding: 4px 8px;
position: absolute;
top: 50px;
white-space: nowrap;
width: auto;
z-index: 2;
}
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
border-bottom: 5px solid transparent;
border-right: 5px solid;
border-top: 5px solid transparent;
height: 0;
position: absolute;
top: 58px;
width: 0;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
border-radius: 0;
border-style: none;
display: inline-block;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
border-left-style: solid;
border-left-width: 10px;
}
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
border-right-style: solid;
border-right-width: 10px;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow,
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
}
.e-gantt .e-gantt-chart .e-connector-line-container {
z-index: 5;
pointer-events: stroke;
}
.e-gantt .e-gantt-chart .e-connector-line-z-index {
z-index: 1;
}
.e-gantt .e-gantt-chart .e-connector-line-hover,
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
outline: 1px solid;
}
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
z-index: 100;
}
.e-gantt .e-gantt-chart .e-connectortouchpoint {
background-color: transparent;
display: block;
position: absolute;
z-index: 5;
}
.e-gantt .e-gantt-chart .e-connectorpoint-right,
.e-gantt .e-gantt-chart .e-connectorpoint-left,
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
border-radius: 50%;
display: inline-block;
position: absolute;
}
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
border-style: solid;
border-width: 1px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
cursor: pointer;
display: inline-block;
}
.e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
cursor: no-drop;
}
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left,
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
background-color: var(--color-sf-border-alt);
border-color: var(--color-sf-border-alt);
border-radius: 50%;
display: inline-block;
height: 10px;
margin: -1px;
position: absolute;
width: 10px;
}
.e-gantt .e-gantt-chart .e-manualparent-milestone-top,
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
border-bottom-color: var(--color-sf-border-alt);
}
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
cursor: e-resize;
margin-left: -8px;
}
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left {
margin-left: 0;
}
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar {
background: var(--color-sf-border-alt);
margin-top: 3px;
position: absolute;
}
.e-gantt .e-gantt-chart .e-icon {
font-family: "e-icons";
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-transform: none;
vertical-align: middle;
}
.e-gantt .e-gantt-chart .e-active-container {
outline: 1px solid;
outline-offset: 2px;
}
.e-gantt-dialog .e-tab .e-tab-header {
padding-left: 0px;
border-bottom: 1px solid var(--color-sf-border-light); /* stylelint-disable-line declaration-no-important */
}
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
display: block;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
border-style: solid;
border-width: 0px;
}
.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
border: 0;
}
.e-gantt-dialog .e-edit-form-column .error-message .e-error {
margin-bottom: 0;
}
.e-gantt-dialog {
border: 0;
}
.e-gantt-dialog .e-gridform .e-table {
border-spacing: 0;
}
.e-gantt-dialog .e-item {
height: 100%;
}
.e-gantt-dialog .e-dependent-div {
border-bottom-width: 1px;
}
.e-gantt-dialog .e-icon-dlg-close {
opacity: initial;
}
.e-gantt-dialog .e-toolbar {
border-top-width: 0;
}
.e-gantt-dialog .e-resource-div {
border-bottom-width: 1px;
}
.e-gantt-dialog .e-resource-div .e-gridheader {
border-top-width: 0;
}
.e-gantt-dialog .e-edit-form-row {
height: 240px;
overflow-y: auto;
}
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
float: left;
padding: 12px 12px 0 19px;
width: 50%;
}
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
float: left;
padding: 12px 19px 0 0;
width: 50%;
}
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
padding: 12px 15px 0 0;
}
.e-gantt-dialog .e-edit-form-column {
height: 75px;
}
.e-gantt-dialog .e-dependent-div .e-content {
height: 157px;
}
.e-gantt-dialog .e-resource-div .e-content {
height: 200px;
}
.e-gantt-dialog .e-richtexteditor {
border-bottom-width: 1px;
height: 259px !important; /* stylelint-disable-line declaration-no-important */
overflow: hidden auto;
}
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
border-top: 0;
}
.e-gantt-dialog .e-richtexteditor .e-rte-content {
border-bottom-width: 0px;
height: 210px;
overflow: auto;
}
.e-gantt-dialog > .e-dlg-content {
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt-dialog .e-dlg-header {
line-height: 30px;
}
.e-gantt-dialog .e-dlg-header-content {
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt-dialog .e-dlg-header-content {
border-radius: 6px;
padding-bottom: 12px;
}
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
top: 0 !important;
}
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
border-radius: 50%;
height: auto !important;
width: auto;
}
.e-ganttpopup {
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
font-weight: normal;
position: absolute;
user-select: none;
z-index: 99999;
}
.e-ganttpopup .e-rowselect {
line-height: 18px;
text-indent: 7%;
}
.e-ganttpopup span {
border: 1px solid transparent;
cursor: pointer;
display: inline-block;
height: 26px;
padding: 4px;
width: 26px;
}
.e-ganttpopup .e-content {
border-radius: 4px;
border-style: solid;
border-width: 1px;
font-size: 14px;
padding: 4px;
}
.e-ganttpopup .e-tail::after,
.e-ganttpopup .e-tail::before,
.e-ganttpopup .e-ganttpopup {
border: 10px solid transparent;
content: "";
height: 0;
left: 8px;
position: absolute;
width: 0;
}
.e-ganttpopup .e-downtail::after {
top: 34px;
}
.e-gantt-tooltip.e-tooltip-wrap {
opacity: 1;
}
.e-gantt-tooltip {
visibility: hidden;
}
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
content: "";
}
.e-gantt-tooltip-label {
padding-bottom: 2px;
padding-right: 2px;
text-align: left;
}
.e-gantt.e-device .e-edit-form-column:nth-child(odd), .e-gantt.e-device .e-edit-form-column:nth-child(even) {
float: none;
padding: 12px 12px 0 19px;
width: 100%;
}
.e-gantt.e-device .e-edit-form-row {
height: auto;
}
.e-gantt.e-device .e-adaptive-searchbar {
padding: 5px 10px;
width: 90%;
}
.e-gantt.e-device .e-backarrowspan {
font-size: 16px;
padding: 5px 10px;
}
.e-gantt.e-device .e-gantt-dialog {
max-height: none;
}
.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn {
float: left;
left: -4px;
}
.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close {
font-size: 16px;
}
.e-gantt.e-device .e-gantt-dialog .e-dlg-header {
display: inline-block;
}
.e-gantt.e-device .e-toolbar-item {
padding: 7px;
}
.e-gantt.e-device .e-toolbar .e-icons {
font-size: 18px;
}
.e-gantt.e-device .e-gridheader .e-icons {
font-size: 12px;
}
.e-gantt.e-device .e-dependent-div .e-content {
height: 100%;
}
.e-gantt.e-device .e-resource-div .e-content {
height: 100%;
}
.e-gantt.e-device .e-richtexteditor {
height: 100%;
}
.e-gantt.e-device .e-richtexteditor .e-rte-content {
height: 100%;
}
.e-predecessor-tooltip {
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
visibility: hidden;
}
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
border-top: 8px solid #000;
}
.e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
color: #000;
}
.e-predecessor-tooltip .e-left-btn:disabled,
.e-predecessor-tooltip .e-right-btn:disabled {
color: var(--color-sf-content-bg-color-alt5) !important;
}
.e-predecessor-tooltip .e-tip-content {
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
}
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
background-color: #000;
border-color: #000;
color: #fff;
font-siz