#wppm_btn_group{
    margin-bottom: 10px;
    float: right;
}
#wppm_gantt_heading{
    margin-top: -5px;
}
.gantt-container .popup-wrapper {
    position: absolute !important;
    background: #fff !important;
    padding: 0 !important;
    color: #555 !important;
    border-radius: 3px !important;
    width: 300px !important;
}
.gantt-container .popup-wrapper .title {
    border-bottom: 3px solid #3acbfc !important;
    padding: 10px !important;
    font-weight: bold !important;
}
.gantt-container .popup-wrapper .subtitle {
    padding: 10px !important;
    color: #555 !important;
    border-top: 1px solid #e8e8e8;
}
.gantt-container .popup-wrapper .body {
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 10px;
}

.wppm_custom_gantt_Chart .handle-group{
    display: none!important;
}