.gantt-btn {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.gantt-btn:hover,
.gantt-btn:focus,
.gantt-btn:active,
.gantt-btn.active {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
    outline: none !important;
    box-shadow: none;
}
.gantt-btn:active,
.gantt-btn.active,
.open > .dropdown-toggle.gantt-btn {
    background-image: none;
}


.gantt-timediv {
    overflow: hidden;
}

.gantt-timediv .gantt-left {
    width: 200px;
    float: left;
}

.gantt-left .gantt-head {
    height: 40px;
    background-color: rgba(59, 101, 156, 0.8);
}

.gantt-left .gantt-columns-wrapper {
    height: 400px;
    width: 100%;
    overflow: hidden;

}

.gantt-left .gantt-columns {
    height: 400px;
    overflow: scroll;

}

.gantt-columns .gantt-desc {
    height: 46px;
    text-align: left;
    line-height: 18px;
    padding-top: 4px;
    background-color: rgba(59, 101, 156, 0.2);
    margin-right: 4px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.gantt-columns-extra{
    background-color: rgba(59, 101, 156, 0.8);
}
.gantt-columns .gantt-desc:not(:first-child){
    margin-top: 4px;
}

.gantt-columns .gantt-desc .gantt-task-name {
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.gantt-columns .gantt-desc .gantt-meta {
    font-size: 15px;
    padding-left: 4px;
    line-height: 22px;
    white-space: nowrap;
}

.gantt-timediv .gantt-right {
    width: 0;
    float: left;
    height: auto;
}

.gantt-cont {
    height: 400px;
    width: auto;
    /*background-color: rgba(59, 101, 156, 0.1);*/
    white-space: nowrap;
    overflow: scroll;
}

.gantt-cont .gantt-task {
    height: 50px;
    width: 100%;
    /*font-size: 0;*/
}

.gantt-task .gantt-name {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.gantt-task .gantt-col {
    max-width: 55px;
    min-width: 55px;
    width: 55px;
    border: 0;
    display: inline-block;
    height: 100%;
    border-right: 1px solid rgba(59, 101, 156, 0.3);
    background-color: rgba(59, 101, 156, 0.2);
    height: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gantt-task .gantt-col:first-child {
    border-left: 1px solid rgba(59, 101, 156, 0.3);
}

.gantt-right .gantt-header-wrapper {
    height: 20px;
    overflow: hidden;
}
.gantt-columns-extra{
    height: 20px;
}

.gantt-right .gantt-header-week {
    height: 40px;
    width: auto;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
    /*font-size: 0;*/
}

.gantt-right .gantt-header-year {
    height: 40px;
    width: auto;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
    /*font-size: 0;*/
}

.gantt-right .gantt-header > div {
    max-width: 55px;
    min-width: 55px;
    width: 55px;
    border: 0;
    display: inline-block;
}

.gantt-right .gantt-header-year > div {
    max-width: 55px;
    min-width: 55px;
    width: 55px;
    border: 0;
    color: white;
    background-color: rgba(59, 101, 156, 0.8);
    font-size: 1.2em;
    display: inline-block;
}

.gantt-right .gantt-header-week > div {
    max-width: 55px;
    min-width: 55px;
    width: 55px;
    border: 0;
    display: inline-block;
}

.gantt-header-week .first {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
}

.gantt-hour {
    font-weight: bold;
    color: white;
    background-color: rgba(59, 101, 156, 0.8);
    /*font-size: 13px;*/
}

.gantt-bar {
    /*font-size: 11px;*/
}

.gantt-hour span {
    margin-left: 0px;
}



