.workflow-wrapper{
   color:red;
}


#app-workflow {

    .main-panel-leftMargin {
        margin-left: 10px;
        margin-top: 20px;
        margin-right: 30px;
        /******************************************************************************************/
        /** progress div **/
        #app-workflow-ProgressChart {

            .table-chart {
                width: 96%;
            }

            .progressCell-Name {
                width: 150px;
            }


            .table thead th {
                vertical-align: bottom;
                border-bottom: 2px solid #eceeef;
            }

            .table tr td {
                border-top: 0;
            }

            .thead-inverse th {
                color: #fff;
                background-color: #a32020;
            }

            .progressCell-Step {
                text-align: center;
            }

            .stepHeaderButton {
                font-weight: bold;
                background-color: #EB8C00;
                cursor: auto;
                border-radius: 20px;
                outline: none !important;
                border: 0;
            }

            .stepHeaderBadge {
                color: #EB8C00;
            }

            .crossingTrtr {
                background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAAGklEQVQImWNgYGBgeHH8+P8Xx4//Z4ABZAEA6qwN1fD4dEIAAAAASUVORK5CYII=');
                background-repeat: repeat-x;
                background-position: 60% 50%;
            }
            /*.brandedColor {
                color: grey;
                cursor: pointer;
            }


            .brandedDoneColor {
                color: #eb8c00;
                cursor: pointer;
            }

            .rightMenu {
    position:absolute;
    float:right;
    top: 0;
    left: 30px;
}*/
            /** progress div **/
            /******************************************************************************************/
        }

        .marginTop5 {
            margin-top: 5px;
        }

        .marginTop10 {
            margin-top: 10px;
        }

        .marginRight20 {
            margin-right: 20px;
        }

        .margin20 {
            margin: 20px;
        }

        .textAlignV {
            vertical-align: middle;
        }

        .textBold {
            font-weight: bold;
        }
       

        .red-color {
            color: #e0301e;
        }
    }
}