.pai-status-color-0{
    color:#ff9800;
}
.pai-status-color-1{
    color:#339301;
}
.pai-status-color-2{
    color:red;
}
.pai-status-color-3{
    color:red;
}
.pai-status-color-4,
.pai-status-color-5
{
    color:#333;
}
.pai-status-bgcolor-0{
    background:#ff9800;
}
.pai-status-bgcolor-1{
    background:#339301;
}
.pai-status-bgcolor-2{
    background:red;
}
.pai-status-bgcolor-3{
    background:red;
}
.pai-status-bgcolor-4,
.pai-status-bgcolor-5
{
    background:#333;
}
.pai-status-text{
    position: absolute;
    right:10px;
    top:10px;
    /*background: #fff;*/
    padding:2px 5px;
    color:#fff;
}
.pc-pai-status-text {

    padding: 2px 5px;
    color: #fff;
}
.red{
    color:red;
}
.bold{
    font-weight:  bold;
}