@syncfusion/ej2-gantt
Version:
Essential JS 2 Gantt Component
1,811 lines (1,770 loc) • 53.8 kB
CSS
.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: #111827;
}
.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 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
margin-top: 4px;
}
.e-small .e-ddl.e-popup,
.e-small.e-ddl.e-popup {
border-radius: 2px;
margin-top: 2px;
}
.e-popup.e-ddl .e-dropdownbase {
min-height: 26px;
padding: 4px 0;
}
.e-input-group.e-ddl,
.e-input-group.e-ddl .e-input,
.e-input-group.e-ddl .e-ddl-icon {
background: #fff;
}
.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: #111827;
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 property-no-vendor-prefix */
/* 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: #4f46e5;
}
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
border-right: none !important; /* stylelint-disable-line declaration-no-important */
border-left-color: #4f46e5;
}
.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: #e5e7eb !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: 500;
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: #dc2626;
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 #d1d5db;
border-top: 1px solid #d1d5db;
}
.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: #4f46e5;
box-shadow: #4f46e5;
}
.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: #4f46e5;
box-shadow: #4f46e5;
}
.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: 10px;
font-weight: 500;
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: 11px;
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 {
line-height: normal;
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: 2px;
}
.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: #9ca3af;
border-color: #9ca3af;
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: #9ca3af;
}
.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: #9ca3af;
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;
}
.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 */
height: 298px;
}
.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: 3px !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: #9ca3af !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-size: 12px;
line-height: 18px;
padding: 0 8px 0 0;
}
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
background-color: #000;
border-color: #000;
color: #fff;
font-size: 12px;
line-height: 18px;
padding: 0 0 0 8px;
}
.e-predecessor-dialog {
background-color: #f9fafb;
}
.e-predecessor-dialog .e-dlg-content {
background-color: #f9fafb;
padding: 10px 9px 9px 14px !important;
font-size: 12px;
font-weight: 400;
line-height: 1.8;
color: #111827;
}
.e-gantt-chart-resize-indicator {
height: 100%;
position: absolute;
z-index: 1;
}
.e-template-padding {
padding: 2px;
}
/*! Gantt theme */
.e-gantt-single-timeline .e-timeline-header-container,
.e-gantt-single-timeline .e-timeline-header-table-body tr {
height: 46px !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt-single-timeline .e-gantt-tree-grid-pane .e-columnheader,
.e-gantt-single-timeline .e-gantt-tree-grid-pane .e-headercell {
height: 45px !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-device .e-left-resize-gripper,
.e-gantt .e-device .e-right-resize-gripper {
border-color: #d1d5db;
color: #fff;
}
.e-gantt .e-device .e-backarrowspan {
color: #000;
}
.e-gantt .e-gantt-splitter {
border-color: #e5e7eb;
border-radius: 0px;
}
.e-gantt .e-grid .e-spinner-pane {
display: none;
}
.e-gantt .e-cloneproperties.e-draganddrop {
-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
opacity: 0.95;
overflow: visible;
}
.e-gantt .e-cloneproperties {
background-color: #fff;
border-color: #e5e7eb;
color: #111827;
}
.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell {
color: #111827;
}
.e-gantt .e-cloneproperties.e-draganddrop table,
.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground {
background-color: #fff;
height: 30px;
}
.e-gantt .e-gantt-toolbar + .e-gantt-splitter {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
-webkit-box-shadow: 0 0 0 1px #4f46e5 inset !important;
box-shadow: 0 0 0 1px #4f46e5 inset !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-temp-content,
.e-gantt .e-splitter-box,
.e-gantt .e-gantt-temp-header,
.e-gantt .e-gantt-chart-pane {
border-color: #e5e7eb;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
background: #e5e7eb;
opacity: 0.9;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active.e-leftfreeze,
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active.e-unfreeze,
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active.e-rightfreeze,
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active.e-fixedfreeze {
background: #e5e7eb;
opacity: 0.9;
}
.e-gantt .e-gantt-tree-grid-pane .e-headercell-hover .e-headercell:not(.e-active):hover {
background-color: #f3f4f6;
}
.e-gantt .e-taskbar-resize-div {
border-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-timeline-header-container {
background: #f9fafb;
border-bottom-color: #e5e7eb;
border-bottom-width: 0px;
border-right-color: #e5e7eb;
border-left-color: #e5e7eb;
color: #6b7280;
height: 49px;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
border-color: #e5e7eb;
color: #6b7280;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-body tr {
height: 24px;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
height: inherit;
}
.e-gantt .e-gantt-chart .e-chart-root-container {
background-color: #fff;
border-color: #e5e7eb;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
border-spacing: 0;
}
.e-gantt .e-gantt-chart .e-chart-row-hover .e-chart-row:not(.e-active):hover {
background-color: #f3f4f6;
}
.e-gantt .e-gantt-chart .e-timeline-cell-hover .e-timeline-top-header-cell:not(.e-active):hover {
background-color: #f3f4f6;
}
.e-gantt .e-gantt-chart .e-chart-row-border {
border-top-color: #e5e7eb;
}
.e-gantt .e-gantt-chart .e-chart-row-cell {
color: #6b7280;
}
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
border-bottom-color: #e5e7eb;
}
.e-gantt .e-gantt-chart .e-line-container-cell {
border-color: #e5e7eb;
}
.e-gantt .e-gantt-chart .e-active-container {
outline-color: #d1d5db;
}
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
background: #818cf8;
outline: 1px solid #4f46e5;
border-radius: 4px;
}
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
border: 1px solid #fff;
border-bottom: 0;
border-top: 0;
}
.e-gantt .e-gantt-chart .e-collapse-parent .e-collapsed-taskbar-drag {
background-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-collapse-parent .e-left-connectorpoint-outer-div {
display: none;
}
.e-gantt .e-gantt-chart .e-collapse-parent .e-right-connectorpoint-outer-div {
display: none;
}
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
outline: 1px solid #9ca3af;
}
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
background-color: #d1d5db;
border-radius: 4px;
}
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
background-color: #9ca3af;
border: 0px;
border-radius: 4px;
}
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
background-color: #4f46e5;
border: 0px;
border-radius: 3px;
}
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
background: #dcfce7;
outline: 1px solid #15803d;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
background: -webkit-gradient(linear, left top, right top, from(#dcfce7), color-stop(30%, #15803d), color-stop(70%, #15803d), color-stop(70%, #15803d), to(#dcfce7));
background: linear-gradient(to right, #dcfce7, #15803d 30%, #15803d 70%, #15803d 70%, #dcfce7 100%);
}
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
background-color: #15803d;
outline: 0px;
}
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
background-color: #15803d;
border: 0px;
}
.e-gantt .e-gantt-chart .e-holiday {
background: #f9fafb;
}
.e-gantt .e-gantt-chart .e-holiday .e-span {
color: #6b7280;
font-size: 12px;
}
.e-gantt .e-gantt-chart .e-weekend {
background: #f3f4f6;
}
.e-gantt .e-gantt-chart .e-weekend-header-cell {
background: #f3f4f6;
}
.e-gantt .e-gantt-chart .e-weekend-cell-hover:not(.e-active):hover {
background-color: #e5e7eb;
}
.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
border: 2px solid #c2410c;
width: 5px;
z-index: 6;
}
.e-gantt .e-gantt-chart .e-event-markers {
border-left-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
background-color: #ffedd5;
color: #c2410c;
font-size: 12px;
}
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
border-right-color: #ffedd5;
border-left-color: #ffedd5 !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
background: -webkit-gradient(linear, left top, right top, from(#818cf8), color-stop(30%, #4f46e5), color-stop(70%, #4f46e5), color-stop(70%, #4f46e5), to(#818cf8));
background: linear-gradient(to right, #818cf8, #4f46e5 30%, #4f46e5 70%, #4f46e5 70%, #818cf8 100%);
border: 0px;
border-radius: 2px;
}
.e-gantt .e-gantt-chart .e-unscheduled-milestone-top {
border-bottom-color: #9ca3af;
}
.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom {
border-top-color: #9ca3af;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
background: #111827;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
border-bottom-color: #111827;
}
.e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
display: block;
width: 100%;
height: 100%;
z-index: 2;
position: absolute;
pointer-events: none;
}
.e-gantt .e-gantt-chart .e-line {
border-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-connector-line {
stroke: #4f46e5;
}
.e-gantt .e-gantt-chart .e-critical-line {
stroke: #dc2626;
}
.e-gantt .e-gantt-chart .e-connector-line-arrow {
fill: #4f46e5;
}
.e-gantt .e-gantt-chart .e-critical-line-arrow {
fill: #dc2626;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
border-left-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
border-right-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
border-left-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover {
border-right-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-connector-line-hover {
border-color: #4f46e5;
outline-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-gantt-false-line {
border-top-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
background-color: rgb(41.1374407583, 30.5592417062, 217.4407582938);
border-color: #fff;
}
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
background-color: #374151;
border-color: #fff;
}
.e-gantt .e-gantt-chart .e-left-label-inner-div,
.e-gantt .e-gantt-chart .e-right-label-inner-div {
color: #6b7280;
font-size: 14px;
}
.e-gantt .e-gantt-chart .e-left-label-temp-container {
color: #6b7280;
font-size: 14px;
padding-right: 25px;
}
.e-gantt .e-gantt-chart .e-right-label-temp-container {
color: #6b7280;
font-size: 14px;
margin-left: 25px;
}
.e-gantt .e-gantt-chart .e-right-label-container {
margin-left: 25px;
}
.e-gantt .e-gantt-chart .e-left-label-container {
padding-right: 25px;
}
.e-gantt .e-gantt-chart .e-connectorpoint-right {
margin-left: 3px;
}
.e-gantt .e-gantt-chart .e-connectorpoint-left {
margin-right: 3px;
}
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
height: 8px;
width: 12px;
}
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
left: -12px;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left,
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
border-right: transparent;
border-width: 3px;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.e-gantt .e-gantt-chart .e-task-label {
color: #fff;
font-size: 12px;
}
.e-gantt .e-gantt-chart .e-icon {
color: #fff;
}
.e-gantt .e-gantt-chart .e-gantt-milestone {
background-color: #9ca3af;
border-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
background-color: #9ca3af;
}
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
background-color: #9ca3af;
border-color: #4f46e5;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
background: -webkit-gradient(linear, left top, right top, from(rgba(63, 81, 181, 0.2)), color-stop(30%, #989A9C), color-stop(70%, #989A9C), color-stop(70%, #989A9C), to(rgba(63, 81, 181, 0.2)));
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
}
.e-gantt .e-gantt-chart .e-label {
color: #6b7280;
font-size: 14px;
}
.e-gantt .e-gantt-chart .e-active {
background: #e5e7eb;
color: #111827;
opacity: 0.9;
}
.e-gantt .e-gantt-chart .e-active .e-label {
color: #111827;
}
.e-gantt .e-gantt-chart .e-baseline-