@syncfusion/ej2-gantt
Version:
Essential JS 2 Gantt Component
1,777 lines (1,732 loc) • 57.1 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: #e3165b;
}
.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;
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
margin-top: 2px;
}
.e-popup.e-ddl .e-dropdownbase {
min-height: 26px;
}
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
margin: 6px 6px 5px;
min-height: 12px;
min-width: 12px;
padding: 6px;
}
.e-input-group.e-ddl,
.e-input-group.e-ddl .e-input,
.e-input-group.e-ddl .e-ddl-icon {
background: transparent;
}
.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-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
margin: 0;
}
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
padding: 5px 5px 5px 12px;
}
.e-ddl.e-popup.e-outline .e-filter-parent {
padding: 4px 8px;
}
.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
padding: 1px 0;
}
.e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
.e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
padding: 0;
}
.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
padding: 0;
}
.e-outline.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
padding: 0 8px 0 9px;
}
.e-outline.e-multiselect.e-input-group .e-multi-select-wrapper .e-multiselect-box input[type=text],
.e-outline.e-multiselect.e-input-group.e-input-focus .e-multi-select-wrapper .e-searcher:not(.e-zero-size) input[type=text] {
padding: 0 8px 0 9px;
}
@-webkit-keyframes tbar-popup-shadow {
0% {
border-color: rgba(255, 255, 255, 0.5);
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
100% {
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
}
}
@keyframes tbar-popup-shadow {
0% {
border-color: rgba(255, 255, 255, 0.5);
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
100% {
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
}
}
@-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 */
@-webkit-keyframes e-input-ripple {
100% {
opacity: 0;
-webkit-transform: scale(4);
transform: scale(4);
}
}
@keyframes e-input-ripple {
100% {
opacity: 0;
-webkit-transform: scale(4);
transform: scale(4);
}
}
@-webkit-keyframes slideTopUp {
from {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
to {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
}
@keyframes slideTopUp {
from {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
to {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
}
/* stylelint-disable property-no-vendor-prefix */
@-webkit-keyframes material-spinner-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes material-spinner-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes fabric-spinner-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fabric-spinner-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/*! component's default definitions and variables */
/* stylelint-disable */
.e-gantt .e-add::before,
.e-gantt-menu .e-add::before {
content: "\e7f9";
}
.e-gantt .e-critical-path::before,
.e-gantt-menu .e-critical-path::before {
content: "\e93a";
}
.e-gantt .e-edit::before,
.e-gantt-menu .e-edit::before {
content: "\e81e";
}
.e-gantt .e-delete::before,
.e-gantt-menu .e-delete::before {
content: "\e84e";
}
.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: "\e825";
}
.e-gantt .e-save::before,
.e-gantt-menu .e-save::before {
content: "\e98e";
}
.e-gantt .e-update::before,
.e-gantt-menu .e-update::before {
content: "\e735";
}
.e-gantt .e-search-icon::before,
.e-gantt-menu .e-search-icon::before {
content: "\e993";
}
.e-gantt .e-notes-info::before,
.e-gantt-menu .e-notes-info::before {
content: "\e607";
}
.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: "\ec16";
}
.e-gantt .e-expandall::before,
.e-gantt-menu .e-expandall::before {
content: "\e556";
}
.e-gantt .e-collapseall::before,
.e-gantt-menu .e-collapseall::before {
content: "\e554";
}
.e-gantt .e-prevtimespan::before,
.e-gantt-menu .e-prevtimespan::before {
content: "\e85b";
}
.e-gantt .e-nexttimespan::before,
.e-gantt-menu .e-nexttimespan::before {
content: "\e85f";
}
.e-gantt .e-zoomin::before,
.e-gantt-menu .e-zoomin::before {
content: "\e349";
}
.e-gantt .e-zoomout::before,
.e-gantt-menu .e-zoomout::before {
content: "\e351";
}
.e-gantt .e-zoomtofit::before,
.e-gantt-menu .e-zoomtofit::before {
content: "\e657";
}
.e-gantt .e-csvexport::before,
.e-gantt-menu .e-csvexport::before {
content: "\e241";
}
.e-gantt .e-excelexport::before,
.e-gantt-menu .e-excelexport::before {
content: "\e242";
}
.e-gantt .e-pdfexport::before,
.e-gantt-menu .e-pdfexport::before {
content: "\e240";
}
.e-gantt .e-indent::before,
.e-gantt-menu .e-indent::before {
content: "\e33f";
}
.e-gantt .e-outdent::before,
.e-gantt-menu .e-outdent::before {
content: "\e35d";
}
.e-gantt .e-add-above::before,
.e-gantt-menu .e-add-above::before {
content: "\e658";
}
.e-gantt .e-add-below::before,
.e-gantt-menu .e-add-below::before {
content: "\e659";
}
.e-gantt.e-device .e-backarrowspan::before,
.e-gantt.e-device .e-icon-dlg-close::before {
content: "\e85b";
}
.e-gantt.e-device .e-left-resize-gripper::before,
.e-gantt.e-device .e-right-resize-gripper::before {
content: "\e903";
}
.e-icon-rowselect::before {
content: "\e930";
}
.e-gantt-tooltip-arrow-left::before {
content: "\e977";
}
.e-gantt-tooltip-arrow-right::before {
content: "\e85f";
}
.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: #3f51b5;
}
.e-gantt.e-gantt-rtl .e-connector-line-left-arrow {
border-right: none !important; /* stylelint-disable-line declaration-no-important */
border-left-color: #3f51b5;
}
.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: #e0e0e0 !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 #e0e0e0;
border-top: 1px solid #e0e0e0;
}
.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 #e3165b;
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 #e3165b;
-webkit-box-shadow: #e3165b;
box-shadow: #e3165b;
}
.e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-childborder {
border-bottom: 1px solid #e3165b;
border-top: 1px solid #e3165b;
-webkit-box-shadow: #e3165b;
box-shadow: #e3165b;
}
.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: 12px;
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 {
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: 2px;
border-top-left-radius: 2px;
position: absolute;
}
.e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
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.4;
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: 153px;
}
.e-gantt-dialog .e-resource-div .e-content {
height: 196px;
}
.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: 198px;
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: 0px;
padding-bottom: 4px;
}
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
top: 2px !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: #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: #f3f3f3;
}
.e-predecessor-dialog .e-dlg-content {
background-color: #f3f3f3;
padding: 10px 9px 9px 14px !important;
font-size: 12px;
font-weight: 400;
line-height: 1.46;
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: #e0e0e0;
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: #eee;
border-color: #e0e0e0;
color: rgba(0, 0, 0, 0.54);
}
.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 #9e9e9e inset !important;
box-shadow: 0 0 0 1px #9e9e9e 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: #e0e0e0;
}
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
background: rgba(63, 81, 181, 0.15);
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: #e2e5f4;
opacity: 0.9;
}
.e-gantt .e-gantt-tree-grid-pane .e-headercell-hover .e-headercell:not(.e-active):hover {
background-color: #eee;
}
.e-gantt .e-taskbar-resize-div {
border-color: #e3165b;
}
.e-gantt .e-gantt-chart .e-timeline-header-container {
background: #fff;
border-bottom-color: #e0e0e0;
border-bottom-width: 1px;
border-right-color: #e0e0e0;
border-left-color: #e0e0e0;
color: rgba(0, 0, 0, 0.54);
height: 64px;
}
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
border-color: #e0e0e0;
color: rgba(0, 0, 0, 0.54);
}
.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: #fff;
border-color: #e0e0e0;
}
.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: #eee;
}
.e-gantt .e-gantt-chart .e-timeline-cell-hover .e-timeline-top-header-cell:not(.e-active):hover {
background-color: #eee;
}
.e-gantt .e-gantt-chart .e-chart-row-border {
border-top-color: #e0e0e0;
}
.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: #e0e0e0;
}
.e-gantt .e-gantt-chart .e-line-container-cell {
border-color: #e0e0e0;
}
.e-gantt .e-gantt-chart .e-active-container {
outline-color: #9e9e9e;
}
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
background: rgb(87.9459016393, 104.5590163934, 196.8540983607);
outline: 1px solid #3f51b5;
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: #3f51b5;
}
.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 #616161;
}
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
background-color: rgba(97, 97, 97, 0.87);
border-radius: 4px;
}
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
background-color: #616161;
border: 0px;
border-radius: 4px;
}
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
background-color: #3f51b5;
border: 0px;
border-radius: 3px;
}
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
background: rgba(0, 135, 134, 0.85);
outline: 1px solid #008786;
}
.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%, #008786), color-stop(70%, #008786), color-stop(70%, #008786), to(rgba(63, 81, 181, 0.2)));
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #008786 30%, #008786 70%, #008786 70%, rgba(63, 81, 181, 0.2) 100%);
}
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
background-color: #008786;
outline: 0px;
}
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
background-color: #008786;
border: 0px;
}
.e-gantt .e-gantt-chart .e-holiday {
background: #eee;
}
.e-gantt .e-gantt-chart .e-holiday .e-span {
color: rgba(0, 0, 0, 0.87);
font-size: 12px;
}
.e-gantt .e-gantt-chart .e-weekend {
background: #fafafa;
}
.e-gantt .e-gantt-chart .e-weekend-header-cell {
background: #fafafa;
}
.e-gantt .e-gantt-chart .e-weekend-cell-hover:not(.e-active):hover {
background-color: #eee;
}
.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: #e3165b;
}
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
background-color: #fdbf64;
color: #212121;
font-size: 12px;
}
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
border-right-color: #fdbf64;
border-left-color: #fdbf64 !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(63, 81, 181, 0.2)), color-stop(30%, #3f51b5), color-stop(70%, #3f51b5), color-stop(70%, #3f51b5), to(rgba(63, 81, 181, 0.2)));
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #3f51b5 30%, #3f51b5 70%, #3f51b5 70%, rgba(63, 81, 181, 0.2) 100%);
border: 0px;
border-radius: 2px;
}
.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: #222;
}
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
border-bottom-color: #222;
}
.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: #3f51b5;
}
.e-gantt .e-gantt-chart .e-connector-line {
stroke: #3f51b5;
}
.e-gantt .e-gantt-chart .e-critical-line {
stroke: #d13438;
}
.e-gantt .e-gantt-chart .e-connector-line-arrow {
fill: #3f51b5;
}
.e-gantt .e-gantt-chart .e-critical-line-arrow {
fill: #d13438;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
border-left-color: #3f51b5;
}
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
border-right-color: #3f51b5;
}
.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
border-left-