.projectPlanContainer {
    overflow: hidden;
}
.controlBarContainer {
    width: 100%;
    text-align: right;
}
.controlBarItem {
    display: inline-block;
    vertical-align: middle;
}
.controlBarInput {
    margin-bottom: 0!important;
}
.controlBarMargin {
    margin-right: 10px;
}
.ganttScale {
    width: 130px;
}
.ganttTimeSpanLeft,
.ganttTimeSpanRight {
    cursor: pointer;
}
.ganttGotoActivityStart,
.ganttGotoNow,
.ganttGotoActivityEnd,
.ganttRescheduleActivity {
    cursor: pointer;
}
.ganttChartHeader {
    color: #191919;
    border-top: 1px solid #dadada;
    line-height: 42px;
    margin-right: -2px;
    margin-left: -2px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ganttChartHeader > span {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: -6px;
    margin-right: -6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ganttChartHeader .ganttHeaderResizerLeft,
.ganttChartHeader .ganttHeaderResizerRight {
    width: 15px;
    cursor: ew-resize;
}
.ganttChartHeader .ganttHeaderResizerRight {
    border-right: 1px solid #dadada;
}
.ganttChartHeaderChart {
    color: #191919;
    text-align: center;
    border-bottom: 1px solid #a5a5a5;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
}
.ganttChartSummaryItem {
    font-weight: normal;
}
.ganttChartStandardBar {
    stroke: #1B9BD2;
    stroke-width: 2px;
    fill: #76C3E4;
}
.ganttChartFixedHigherWorkloadStandardCompletedBar {
    stroke: #B80D29;
    fill: #B80D29;
}
.ganttChartFixedHigherWorkloadStandardBar {
    stroke: #B80D29;
    stroke-width: 2px;
    fill: #DD8B99;
}
.ganttChartFixedEqualWorkloadStandardCompletedBar {
    stroke: #F4CE00;
    fill: #F4CE00;
}
.ganttChartFixedEqualWorkloadStandardBar {
    stroke: #F4CE00;
    stroke-width: 2px;
    fill: #F8E266;
}
.ganttChartFixedLowerWorkloadStandardCompletedBar {
    stroke: #90BC24;
    fill: #90BC24;
}
.ganttChartFixedLowerWorkloadStandardBar {
    stroke: #90BC24;
    stroke-width: 2px;
    fill: #BCD77C;
}
.ganttChartStandardCompletedBar {
    stroke: #1B9BD2;
    fill: #1B9BD2;
}
.ganttChartSummaryBar {
    stroke: #3b5e9e;
    fill: #3b5e9e;
}
.ganttChartFixedSummaryBar {
    stroke: #3b5e9e;
    fill: #3b5e9e;
}
.ganttChartBaselineBar {
    fill: #80A312;
    height: 6px;
    top: 10px;
    -webkit-transform: translateY(11px);
    -ms-transform: translateY(11px);
    transform: translateY(11px);
}
.mtMobile .ganttChartBaselineBar {
    fill: #80A312;
    height: 10px;
    top: 10px;
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
}
.ganttChartBaselineMismatchBar {
    fill: #FF600A;
    height: 6px;
    top: 10px;
    -webkit-transform: translateY(11px);
    -ms-transform: translateY(11px);
    transform: translateY(11px);
}
.mtMobile .ganttChartBaselineMismatchBar {
    fill: #FF600A;
    height: 10px;
    top: 10px;
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
}
.ganttChartMilestoneBar {
    stroke: #f6a800;
    fill: #f6a800;
}
.ganttChartDependencyLine {
    stroke: #b80d28;
    stroke-width: 1.4px;
    fill: none;
}
.ganttChartView > div > div > div {
    border: 0 !important;
}
.ganttChartItem {
    /*margin: -4px 0;
    border-width: 2px !important;*/
    margin: -2px 0;
    border-bottom-color: #dadada;
}
html:not(.mtMobile) .ganttChartItem:not(.mtselected):hover {
    background-color: #daf1ff;
}
.ganttChartCell {
    cursor: default;
    overflow: hidden;
    margin-right: 7px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ganttChartInput {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    vertical-align: middle;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ganttChartNameIcon {
    vertical-align: middle;
}
.violatedProperty {
    color: #d2691e;
}
.ganttChartItem[data-instanceid].mtselected {
    background-color: #80d0ff;
}
.ganttChartItem.mtselected .violatedProperty {
    color: #ffbf91;
}
.ganttChartItemDisplay:first-child {
    margin-left: 7px;
}
.ganttChartItemEditor {
    display: inline-block;
    margin-bottom: 0;
    min-width: 30px;
    padding: 0;
    vertical-align: top;
    width: 100%;
    /* looks quite nice, is set to a proper value by script */
}
.ganttChartItemEditor.durationInput,
.ganttChartItemEditor.workloadInput {
    text-align: right;
}
.ganttChartStateIcon {
    height: 16px;
    width: 16px;
    display: block;
    margin: 0 auto;
    vertical-align: text-bottom;
}
.ganttToggleButton {
    width: 21px;
    height: 21px;
    cursor: pointer;
    vertical-align: middle;
}
.ganttToggleButton .ganttTogglePathHover {
    display: none;
}
.ganttToggleButton:hover > .ganttTogglePath {
    display: none;
}
.ganttToggleButton:hover > .ganttTogglePathHover {
    display: block;
}
.ganttToggleButtonChart {
    cursor: pointer;
}
.ganttToggleButtonChart .ganttTogglePathHover {
    display: none;
}
.ganttToggleButtonChart:hover > .ganttTogglePath {
    display: none;
}
.ganttToggleButtonChart:hover > .ganttTogglePathHover {
    display: block;
}
.settingsBarContainer {
    width: 360px;
    max-width: 100%;
    box-sizing: border-box;
}
.settingsBarContainer:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #E1E1E1;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -14px;
}
.settingsBarContainer:before {
    content: "";
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 17px solid #A5A5A5;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: -15px;
}
.ganttChartSplitter {
    width: 7px;
    margin-left: -7px;
    cursor: e-resize;
    opacity: 0;
    z-index: 2;
    /*border-right: #dadada 1px solid;*/
    /*background: #dadada;*/
}
.ganttChartSplitter:hover {
    border-color: #85c2e4;
    background-color: #dadada;
    opacity: 0;
}
.ganttChartView svg text {
    stroke-width: 0!important;
    font-size: 1.166rem!important;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    stroke: lightgray;
}
.mtMobile .ganttChartView.ganttChartViewSmall > div > div > div > div {
    width: 100% !important;
}
.mtMobile .ganttToggleButton {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 39px;
    height: 39px;
}
.ganttChartCell > div > div:first-child:not(.ganttChartInput):not(.ganttChartItemDisplay) {
    width: 26px !important;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.mtMobile .ganttChartCell > div > div:first-child:not(.ganttChartInput):not(.ganttChartItemDisplay) {
    width: 40px !important;
}
.ganttChartNameIcon {
    margin: auto 7px auto 0;
    cursor: pointer;
}
.mtMobile .ganttChartNameIcon.selectedIcon {
    display: none;
}
.mtMobile .mtselected .ganttChartNameIcon.selectedIcon {
    display: inline-block;
}
.mtMobile .mtselected .ganttChartNameIcon:not(.selectedIcon) {
    display: none;
}
.ganttChartSummaryItem > div {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ganttChartSummaryItem > div > div {
    display: -webkit-flex!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ganttChartCell > div {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ganttChartNameIcon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.ganttChartView > div > div > div > div:first-child > div:last-child > div:first-child {
    overflow: visible !important;
}
.ganttChartView {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.mtMobile .ganttInput,
.mtMobile .ganttChartHeader,
.mtMobile .ganttChartHeaderChart,
.mtMobile .ganttChartCell {
    font-size: 1.333rem;
}
.mtMobile .ganttChartNameIcon {
    width: 24px;
    height: 24px;
}
.mtMobile .ganttChartDependencyLine {
    stroke-width: 2px;
}
.mtMobile .ganttChartContentColumnContent > div {
    margin-top: 5px;
}
.ganttChartSeparator {
    stroke: black;
    stroke-width: 0.5px;
}
.ganttChartCurrentTimeSeparator {
    stroke: #b80d28;
    stroke-width: 0.5px
}
.ganttChartNonWorkingTimeHighlight {
    fill: #f8f8f8;
    stroke-width: 0;
}
.ganttChartHeader > *:first-child:not(div) {
    margin: 0 9px;
}
.ganttChartView > div > div > div > div:first-child > div:last-child::-webkit-scrollbar {
    width: 0 !important;
}

.ganttChartItem.InputMarking:not(.OutputMarking),
tr.InputMarking:not(.OutputMarking) {
    background-color: rgba(214, 215, 216, 0.8);
}
.ganttChartItem.OutputMarking:not(.InputMarking),
tr.OutputMarking:not(.InputMarking) {
    background-color: rgba(208, 228, 195, 0.8);
}
.ganttChartItem.InputParentMarking:not(.OutputParentMarking),
tr.InputParentMarking:not(.OutputParentMarking) {
    background-color: rgba(234, 235, 236, 0.8);
}
.ganttChartItem.OutputParentMarking:not(.InputParentMarking),
tr.OutputParentMarking:not(.InputParentMarking) {
    background-color: rgba(237, 246, 232, 0.8);
}
.ganttChartItem.InputMarking.OutputMarking,
.ganttChartItem.InputParentMarking.OutputParentMarking,
tr.InputMarking.OutputMarking,
tr.InputParentMarking.OutputParentMarking {
    background-color: rgba(255, 255, 204, 0.8);
}

.bgwhite {
    background-color: white;
}

.ganttChartView > div > div {
    font-family: OpenSans;
    font-size: 1rem;
}
.ganttChartView > div > div > div {
    overflow: hidden !important;
}