.form-header-bar {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
    
}
.form-header-bar h5 {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    display: inline-block;
    text-align: left;
    margin: 0;
    margin-left: 22px;
}
.form-header-bar span.state {
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    text-align: left;
    
    padding: 2px 5px;
    border-radius: 2px;
    vertical-align: top;
    margin-left: 7px;
}
.form-header-bar span.state.success {
    background-color: #299951e6;
}
.form-header-bar .btn-bar {
    display: inline-block;    
    vertical-align: bottom;
    margin-left: 7px;
    line-height: 28px;
}
.form-header-bar .btn-bar .k-icon {
    font-size: 16px;
    line-height: 19px;
    height: 20px;
    width: 20px;
    padding: 0px;
    margin-left: 7px;
    text-align: center;
    color: #BEBEBE;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    vertical-align: text-top;
    cursor: pointer;
}
.form-header-bar .btn-bar .k-icon.diable {
    color: #D0D0D0;
    background-color: #F6F6F6;
    cursor: not-allowed;
}