.taskName{
    margin-top:2px;}

#ProcessList-button > i{
    display: none;}
a.tasklist-title{
    color:#565656;
}
.tasklist-dashboard .tasklist-dashboard-item p{
    text-align: justify;
}
.tasklist-dashboard .tasklist-dashboard-item h3{
    font-weight: bold;
    margin-bottom: 25px;
}
.tasklist-dashboard .tasklist-dashboard-item a{
    margin-top: 25px;
}

.tasklist-dashboard .tasklist-dashboard-item{
    padding: 20px 30px;
    border-radius: 4px;
    background: white;
    color: #494949;
    border: 1px solid #53be95;
    transition: .3s;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.process-window .process-window-item{
    padding: 17px 20px;
    background: white;
    color: #494949;
    border-bottom: 1px solid #d0cbcb;
    transition: .3s;
    font-size: 18px;
    margin: 0 5px 0 5px;
}
.process-window .process-window-item p{
    margin:0;
    padding: 0;
    padding-right: 5px;
    font-size: 12px;
}
.process-window .process-window-item a.btn{
    margin-top: 5px;
    margin-bottom: 0;

}
.process-window .process-window-item h5{
    font-weight: bold;
    line-height: 24px;
    margin: 0;

}
.process-window .process-window-header{
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    color: #494949;
    border-bottom: 3px solid #008cba;
    padding: 5px 0 5px 0;
}
.process-window .process-window-header p{

}
.process-window .process-window-header img{
    position: relative;
    top: -65px;
    z-index: 99999;
    right: 20px;
    margin-bottom: -52px;
}
#traceDiagramCanvas{
    height: 550px;
}
.bpmn-badge {
    display: inline-block;
    min-width: 10px;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    background-color: #52bd94;
    color: #143d52;
}

.icn-wite{
    color:white;
}

.btn-trace-back{
    position: absolute;
    z-index: 999999;
    left: 20px;
    top: 20px;
}
.djs-overlay-container{
     left: 0;
 }
.process-group-box .panel-heading h5{
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #008cba;
    padding: 0 15px 15px 15px;
    width: 100%;
}
.process-group-box {
    border: 2px solid #008cba;
}
.process-group-box .panel-heading{
    text-align: center;
}
.process-group-box img{
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    margin: 15px auto;
    display: block;
}