.oaflowstep_form .btn-uibutton{
    margin-right: 5px;
    padding:4px 8px;
}
.oaflowstep_box_icon {
    display: block;
    float: left;
    height: 20px;
    width: 22px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding-top: 3px;
    color: #AAA !important;
}

.oaflowstep_box_content {
    border-radius: 10px;
    padding: 2px 2px;
    margin-left: 20px;
    border: #AAA solid 2px;
    color: #AAA !important;
}
.oastep_first .oaflowstep_box_icon {
    display: none;
}
.oastep_first .oaflowstep_box_content {
    margin-left: 5px;
}
.oastep_active .oaflowstep_box_icon {
    color: #00c0ef !important;
}
.oastep_done .oaflowstep_box_icon{
    color: #008d4c !important;
}
.oastep_denied .oaflowstep_box_icon{
    color: #f56954 !important;
}

.oastep_active .oaflowstep_box_content {
    border: #00c0ef solid 2px;
    color: #333 !important;
}
.oastep_done .oaflowstep_box_content{
    border: #008d4c solid 2px;
    color: #333 !important;
}
.oastep_denied .oaflowstep_box_content{
    border: #f56954 solid 2px;
    color: #333 !important;
}

.oaflowstep_box hr{
    margin-top: 1px;
    margin-bottom: 1px;
    border-top: 1px solid #ddd;
}
.oaflowstep_box{
    margin-top: 3px;
}

.oaflowstep_box{
    max-width: 100%;
}
.btn_oaflow_info_show{
    width:50%;
    height: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
._pd_oaflow_info{
    margin:0px 10px;
}