@syncfusion/ej2-gantt
Version:
Essential JS 2 Gantt Component
1,790 lines (1,761 loc) • 51 kB
CSS
.e-popup.e-ddl .e-dropdownbase {
min-height: 26px;
}
.e-ddl.e-popup {
border: 0;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
margin-top: 1px;
}
.e-ddl.e-popup .e-content.e-nodata {
background-color: #fff;
}
.e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
color: #23726c;
}
.e-ddl.e-popup .e-input-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: auto;
}
.e-ddl.e-popup .e-input-group input {
line-height: 15px;
}
.e-ddl.e-popup .e-input-group .e-clear-icon {
border-radius: 20px;
height: 20px;
margin: 5px;
min-width: 20px;
}
.e-ddl.e-popup .e-input-group .e-clear-icon::before {
font-size: 10px;
}
.e-ddl.e-popup .e-filter-parent {
border-left-width: 0;
border-right-width: 0;
}
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
border-color: #000;
}
.e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
color: #000;
top: 12px;
}
.e-multiselect .e-multi-select-wrapper input {
/* stylelint-disable property-no-vendor-prefix */
}
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
color: #4f4f4f;
font-family: inherit;
font-size: 14px;
font-style: italic;
}
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
color: #4f4f4f;
font-family: inherit;
font-size: 14px;
font-style: italic;
}
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
color: #4f4f4f;
font-family: inherit;
font-size: 14px;
font-style: italic;
}
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
color: #4f4f4f;
font-family: inherit;
font-size: 14px;
font-style: italic;
}
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chipcontent {
color: #000;
}
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chips-close.e-icon::before {
color: #000;
}
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
line-height: 26px;
top: 0;
}
.e-multi-select-wrapper .e-delim-values.e-delim-view {
color: #000;
}
.e-multi-select-wrapper.e-delimiter .e-delim-values {
color: #000;
}
.e-multi-select-wrapper .e-searcher input[type=text] {
color: #000;
height: 100%;
min-height: 28px;
}
.e-multi-select-wrapper .e-searcher input[type=text]::-moz-selection {
background-color: #400074;
}
.e-multi-select-wrapper .e-searcher input[type=text]::selection {
background-color: #400074;
}
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
padding-left: 0;
}
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent {
border-bottom: 1px solid #000;
}
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active.e-hover {
background-color: #400074;
}
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active {
border: 2px solid #400074;
}
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-active.e-hover:not(.e-item-focus) {
border-bottom: 2px solid #000;
border-left: 2px solid #000;
border-right: 2px solid #000;
border-top: 2px solid #000;
}
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-item-focus {
border: 2px solid #ecf;
}
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active.e-hover {
background-color: #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 1px solid #000;
}
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-hover:not(.e-active) {
border: 2px solid #000;
}
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item:not(.e-hover):not(.e-item-focus) {
border: 2px solid #fff;
}
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active {
border: 2px solid #400074;
}
.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
height: 30px;
width: 30px;
}
/* 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-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: #29c400;
}
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
border-right: none !important; /* stylelint-disable-line declaration-no-important */
border-left-color: #29c400;
}
.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: #757575 !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: 12px;
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: 12px;
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: #e3165b;
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 #757575;
border-top: 1px solid #757575;
}
.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: 24px;
}
.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: 63px !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: 1px solid #400074;
border-width: 1px 0 0;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-dropbottom {
border-bottom: 1px solid #400074;
-webkit-box-shadow: #400074;
box-shadow: #400074;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-childborder {
border-bottom: 1px solid #400074;
border-top: 1px solid #400074;
-webkit-box-shadow: #400074;
box-shadow: #400074;
}
.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: 400;
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 {
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: #e1dfdd;
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: 0px;
border-top-left-radius: 0px;
position: absolute;
}
.e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc {
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
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: 30px;
line-height: 1.2;
padding: 7px 12px;
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: 60px;
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: #989A9C;
border-color: #989A9C;
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: #989A9C;
}
.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: #989A9C;
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: 241px;
overflow-y: auto;
}
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
float: left;
padding: 16px 18px 0 18px;
width: 50%;
}
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
float: left;
padding: 16px 16px 0 0;
width: 50%;
}
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
padding: 16px 16px 0 0;
}
.e-gantt-dialog .e-edit-form-column {
height: 75px;
}
.e-gantt-dialog .e-dependent-div .e-content {
height: 161px;
}
.e-gantt-dialog .e-resource-div .e-content {
height: 202px;
}
.e-gantt-dialog .e-richtexteditor {
border-bottom-width: 1px;
height: 241px !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: 200px;
overflow: auto;
}
.e-gantt-dialog > .e-dlg-content {
padding: 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: 3px 3px 0px 0px;
padding-bottom: 4px;
}
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
top: 0px !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: 16px 18px 0 18px;
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: #757575 !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: #F9FAFB;
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: #F9FAFB;
font-size: 12px;
line-height: 18px;
padding: 0 0 0 8px;
}
.e-predecessor-dialog {
background-color: #1a1a1a;
}
.e-predecessor-dialog .e-dlg-content {
background-color: #1a1a1a;
padding: 10px 9px 9px 14px !important;
font-size: 12px;
font-weight: 400;
line-height: 1.8;
color: #000;
}
.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: #9e9e9e;
color: #eee;
}
.e-gantt .e-device .e-backarrowspan {
color: #000;
}
.e-gantt .e-gantt-splitter {
border-color: #757575;
border-radius: 0px;
}
.e-gantt .e-grid .e-spinner-pane {
display: none;
}
.e-gantt .e-cloneproperties.e-draganddrop {
-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
opacity: 0.95;
overflow: visible;
}
.e-gantt .e-cloneproperties {
background-color: #400074;
border-color: #757575;
color: #fff;
}
.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell {
color: #000;
}
.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 white inset !important;
box-shadow: 0 0 0 1px white 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: #757575;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
background: #400074;
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: #400074;
opacity: 0.9;
}
.e-gantt .e-gantt-tree-grid-pane .e-headercell-hover .e-headercell:not(.e-active):hover {
background-color: #ecf;
}
.e-gantt .e-taskbar-resize-div {
border-color: #29c400;
}
.e-gantt .e-gantt-chart .e-timeline-header-container {
background: #fff;
border-bottom-color: #757575;
border-bottom-width: 1px;
border-right-color: #757575;
border-left-color: #757575;
color: #000;
height: 64px;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
border-color: #757575;
color: #000;
}
.e-gantt .e-gantt-chart .e-timeline-header-table-body tr {
height: 32px;
}
.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: #000;
border-color: #757575;
}
.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: #ecf;
}
.e-gantt .e-gantt-chart .e-timeline-cell-hover .e-timeline-top-header-cell:not(.e-active):hover {
background-color: #ecf;
}
.e-gantt .e-gantt-chart .e-chart-row-border {
border-top-color: #757575;
}
.e-gantt .e-gantt-chart .e-chart-row-cell {
color: #000;
}
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
border-bottom-color: #757575;
}
.e-gantt .e-gantt-chart .e-line-container-cell {
border-color: #e0e0e0;
}
.e-gantt .e-gantt-chart .e-active-container {
outline-color: #757575;
}
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
background: #3e047d;
outline: 1px solid #000;
border-radius: 0px;
}
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
border: 1px solid #000;
border-bottom: 0;
border-top: 0;
}
.e-gantt .e-gantt-chart .e-collapse-parent .e-collapsed-taskbar-drag {
background-color: #6e06f1;
}
.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 #000;
}
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
background-color: #007d01;
border-radius: 0px;
}
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
background-color: #005201;
border: 0px;
border-radius: 0px;
}
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
background-color: #6e06f1;
border: 0px;
border-radius: 3px;
}
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
background: #8dd1c4;
outline: #4fb29f;
}
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
background: -webkit-gradient(linear, left top, right top, from(rgba(63, 81, 181, 0.2)), color-stop(30%, #8dd1c4), color-stop(70%, #8dd1c4), color-stop(70%, #8dd1c4), to(rgba(63, 81, 181, 0.2)));
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
}
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
background-color: #67c1b2;
outline: #4fb29f;
}
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
background-color: #67c1b2;
border: #4fb29f;
}
.e-gantt .e-gantt-chart .e-holiday {
background: #ccc;
}
.e-gantt .e-gantt-chart .e-holiday .e-span {
color: #000;
font-size: 13px;
}
.e-gantt .e-gantt-chart .e-weekend {
background: #e4e4e4;
}
.e-gantt .e-gantt-chart .e-weekend-header-cell {
background: #e4e4e4;
}
.e-gantt .e-gantt-chart .e-weekend-cell-hover:not(.e-active):hover {
background-color: #ecf;
}
.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
border: 2px solid #FC7A05;
width: 5px;
z-index: 6;
}
.e-gantt .e-gantt-chart .e-event-markers {
border-left-color: #29c400;
}
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
background-color: #000;
color: #fff;
font-size: 12px;
}
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
border-right-color: #000;
border-left-color: #000 !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(rgba(62, 4, 125, 0.2)), color-stop(30%, #3e047d), color-stop(70%, #3e047d), color-stop(70%, #3e047d), to(rgba(62, 4, 125, 0.2)));
background: linear-gradient(to right, rgba(62, 4, 125, 0.2), #3e047d 30%, #3e047d 70%, #3e047d 70%, rgba(62, 4, 125, 0.2) 100%);
border: 0px;
border-radius: 0px;
}
.e-gantt .e-gantt-chart .e-unscheduled-milestone-top {
border-bottom-color: rgba(51, 51, 51, 0.6);
}
.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom {
border-top-color: rgba(51, 51, 51, 0.6);
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
background: #FFFFFF;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
border-bottom-color: #FFFFFF;
}
.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: #29c400;
}
.e-gantt .e-gantt-chart .e-connector-line {
stroke: #29c400;
}
.e-gantt .e-gantt-chart .e-critical-line {
stroke: #d13438;
}
.e-gantt .e-gantt-chart .e-connector-line-arrow {
fill: #29c400;
}
.e-gantt .e-gantt-chart .e-critical-line-arrow {
fill: #d13438;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
border-left-color: #29c400;
}
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
border-right-color: #29c400;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
border-left-color: #29c400;
}
.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover {
border-right-color: #29c400;
}
.e-gantt .e-gantt-chart .e-connector-line-hover {
border-color: #29c400;
outline-color: #29c400;
}
.e-gantt .e-gantt-chart .e-gantt-false-line {
border-top-color: #29c400;
}
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
background-color: #ffd939;
border-color: #000;
}
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
background-color: #fff;
border-color: #400074;
}
.e-gantt .e-gantt-chart .e-left-label-inner-div,
.e-gantt .e-gantt-chart .e-right-label-inner-div {
color: rgba(0, 0, 0, 0.87);
font-size: 13px;
}
.e-gantt .e-gantt-chart .e-left-label-temp-container {
color: #000;
font-size: 13px;
padding-right: 25px;
}
.e-gantt .e-gantt-chart .e-right-label-temp-container {
color: #000;
font-size: 13px;
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: #000;
font-size: 12px;
}
.e-gantt .e-gantt-chart .e-icon {
color: #000;
}
.e-gantt .e-gantt-chart .e-gantt-milestone {
background-color: #000;
border-color: #6e06f1;
}
.e-gantt .e-gantt-chart .e-gantt-parent-milestone {
background-color: #005201;
}
.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
background-color: #989A9C;
border-color: #6e06f1;
}
.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: #000;
font-size: 13px;
}
.e-gantt .e-gantt-chart .e-active {
background: #400074;
color: #000;
opacity: 1;
}
.e-gantt .e-gantt-chart .e-active .e-label {
color: #000;
}
.e-gantt .e-gantt-chart .e-baseline-bar {
background-color: #ff7d1a;
}
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
background-color: #ff7d1a;
}
.e-gantt .e-gantt-chart .e-uptail::before {
border-bottom-color: #e0e0e0;
}
.e-gantt .e-gantt-chart .e-downtail::after {
border-top-color: #fff;
}
.e-gantt .e-gantt-chart .e-downtail::before {
border-top-color: #e0e0e0;
}
.e-gantt .e-gantt-chart .e-ganttpopup .e-content {
background-color: #fff;
border-color: #e0e0e0;
}
.e-gantt .e-gantt-chart .e-spanclicked,
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
border-color: #000;
}
.e-gantt .e-icons {
color: rgba(0, 0, 0, 0.87);
}
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
color: #000 !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt-dialog .e-dlg-content .e-rte-quick-popup.e-hide {
border: none !important; /* stylelint-disable-line declaration-no-important */
}
.e-gantt-dialog .e-dlg-header {
color: #000;
position: relative;
}
.e-gantt-dialog .e-dlg-header-content {
background: #6e06f1;
}
.e-gantt-dialog .e-icon-dlg-close {
color: #000;
}
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
background-color: rgba(255, 255, 255, 0.15);
}
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
color: black;
}
.e-gantt-dialog .e-tab .e-tab-header {
background: #6e06f1;
}
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
background: #000;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
background-color: transparent;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
color: #000;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
border-color: transparent;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
color: #000;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
background: transparent;
border-bottom: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-color: transparent;
}
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
color: #f0f0f0;
}
.e-gantt .e-gantt-chart .e-criticalconnector-line {
border-color: #d13438;
}
.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
border-left-color: #d13438;
}
.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
border-right-color: #d13438;
}
.e-gantt .e-gantt-chart .e-critical-connector-line-hover {
border-color: #f3d8da;
outline-color: #f3d8da;
}
.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
border-left-color: #f3d8da;
}
.e-gantt .e-gantt-chart .e-critical-connec