.ganttview-hzheader-month, .ganttview-hzheader-day, .ganttview-vtheader, .ganttview-vtheader-item-name, .ganttview-vtheader-series, .ganttview-grid, .ganttview-grid-row-cell {
    float: left;
}

.ganttview-hzheader-month, .ganttview-hzheader-day {
    text-align: center;
}

.ganttview-grid-row-cell.last, .ganttview-hzheader-day.last, .ganttview-hzheader-month.last {
    border-right: none;
}

.ganttview {
    border: 0px solid #999;
    padding-top: 0px
}

.ganttview-hzheader-month {
    width: 60px;
    height: 20px;
    border-right: 1px solid #d0d0d0;
    line-height: 20px;
    overflow: hidden;
}

.ganttview-hzheader-day {
    width: 20px;
    height: 20px;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #d0d0d0;
    line-height: 20px;
    color: #555;
}

.ganttview-vtheader {
    margin-top: 41px;
    width: 30%;
    overflow: hidden;
    background-color: #fff;
}

.ganttview-vtheader-item {
    color: #555;
}

.ganttview-vtheader-series-name {
    width: 400px;
    height: 31px;
    line-height: 31px;
    padding-left: 3px;
    border-top: 1px solid #d0d0d0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ganttview-vtheader-series-name a {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    text-decoration: none;
    font-weight: 500;
}

.ganttview-vtheader-series-name a:hover {
    color: #333;
    text-decoration: underline;
}

.ganttview-vtheader-series-name a i {
    color: #000;
}

.ganttview-vtheader-series-name a:hover i {
    color: #555;
}

.ganttview-slide-container {
    margin-bottom: 70px;
    overflow: auto;
    border-left: 1px solid #999;
    background-color: #fff;
}

.ganttview-grid-row-cell {
    width: 20px;
    height: 31px;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.ganttview-grid-row-cell.ganttview-weekend {
    background-color: #eee;
}

.ganttview-grid-row-cell.ganttview-today {
    background-color: #fcf8e3;
}

.ganttview-blocks {
    margin-top: 40px;
}

.ganttview-block-container {
    height: 28px;
    padding-top: 4px;
}

.ganttview-block {
    position: relative;
    height: 25px;
    background-color: #E5ECF9;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
}

.ganttview-block-movable {
    cursor: move;
}

.ganttview-block-text {
    position: absolute;
    height: 12px;
    font-size: 0.7em;
    color: #666;
    padding: 2px 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ganttview-block div.ui-resizable-handle.ui-resizable-s {
    bottom: 0;
}

.ganttview-progress-bar {
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.4;
}
