/* Task bar shared attributes */

div.gantt {
    font-family: 'MarkPro', sans-serif !important;
}

.gtaskname div, .gtaskname {
    font-size: 10px !important;
}

.ggroupblack,
.gtaskblue,
.gtaskred,
.gtaskgreen,
.gtaskyellow,
.gtaskpurple,
.gtaskpink {
    height: 20px !important;;
    filter: alpha(opacity=90);
    opacity: 0.9;
    margin-top: 1px;
}
.ggroupblack{
    background-color: #4f5259 !important;
}
.gtaskblue {
    background: rgb(58, 132, 195) !important;
}

.gtaskred {
    background: rgb(196, 58, 58) !important;;

}

.gtaskgreen {
    background: rgb(80, 193, 58) !important;;

}

.gtaskyellow {
    background: rgb(247, 228, 56) !important;;

}

.gtaskpurple {
    background: rgb(193, 58, 193) !important;;

}

.gtaskpink {
    background: rgb(249, 177, 245) !important;;

}

.gtasktableh tr, .gcharttable tr, .gcharttableh tr, .gtasktable tr {
    height: 40px !important;
}

.gtaskbluecomplete, .gtaskredcomplete, .gtaskgreencomplete, .gtaskyellowcomplete, .gtaskpurplecomplete, .gtaskpinkcomplete,.ggroupblackcomplete {
    height: 20px !important;;
    filter: alpha(opacity=40);
    opacity: 0.4;
    background: repeating-linear-gradient(   45deg,   #ffffff8c,   #ffffff8c 10px,   #4652980a 10px,   #4652980d 20px ) !important;
    margin-top: 0px !important;
}

.gTaskInfo {
    background: #ffffff !important;;
    width: 400px;
    border: #656565 1px solid !important;
    border-radius: 0px !important;;
    padding: 4px 6px 4px 6px;
    float: left;
}

.gCurDate {
    border-color: #76c4ed !important;
}

.gmainright{
    width: 70% !important;
}
.gmainleft {
    width: 30% !important;
    border-right: 2px solid;
     flex: 0 0 30% !important;
}

.gantt-heading{
    margin-left: 10px;
}