﻿.progressbar {
	margin-top: 10px;
	overflow: hidden;	
    padding: 0px;
}

.progressbar li {
	list-style-type: none;
	color: black;	
	font-size: 12px;
    font-weight: bold;
	width: 12%;
	float: left;
	position: relative;
}

.progressbar li:before {
	content: counter(step);	
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 10px;
	color: #edecec;
	background: #edecec;
	border-radius: 6px;
	margin: 0 auto 5px auto;
    z-index: 1;
    position: relative;
}

/*progressbar connectors*/
.progressbar li:after {
	content: '';
	width: 100%;
	height: 6px;
	background: #edecec;
	position: absolute;
	left: -50%;
	top: 13px;    
}

.progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}

/*marking active/completed steps*/
.progressbar li.active:before,  .progressbar li.active:after{
	background: #FDC600;
	color: #FDC600;
}

.progressbarClaim {
	margin-top: 10px;
	overflow: hidden;	
    padding: 0px;
}

.progressbarClaim li {
	list-style-type: none;
	color: black;	
	font-size: 12px;
    font-weight: bold;
	width: 12.5%;
	float: left;
	position: relative;
}

.progressbarClaim li:before {
	content: counter(step);	
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 10px;
	color: #edecec;
	background: #edecec;
	border-radius: 6px;
	margin: 0 auto 5px auto;
    z-index: 1;
    position: relative;
}

/*progressbarClaim connectors*/
.progressbarClaim li:after {
	content: '';
	width: 100%;
	height: 6px;
	background: #edecec;
	position: absolute;
	left: -50%;
	top: 13px;    
}

.progressbarClaim li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}

/*marking active/completed steps*/
.progressbarClaim li.active:before,  .progressbarClaim li.active:after{
	background: #4cff00;
	color: #4cff00;
}


.progressbarHub {
	margin-top: 10px;
	overflow: hidden;	
    padding: 0px;
}

.progressbarHub li {
	list-style-type: none;
	color: black;	
	font-size: 12px;
    font-weight: bold;
	width: 10%;
	float: left;
	position: relative;
}

.progressbarHub li:before {
	content: counter(step);	
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 10px;
	color: white;
	background: white;
	border-radius: 6px;
	margin: 0 auto 5px auto;
    z-index: 1;
    position: relative;
}

/*progressbar connectors*/
.progressbarHub li:after {
	content: '';
	width: 100%;
	height: 6px;
	background: white;
	position: absolute;
	left: -50%;
	top: 13px;    
}

.progressbarHub li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}

/*marking active/completed steps*/
.progressbarHub li.active:before,  .progressbarHub li.active:after{
	background: #FF8C00;
	color: #FF8C00;
}

.progressbarCreditRevenueInvoice {
    margin-top: 10px;
    overflow: hidden;
    padding: 0px;
    background-color: white;
}

.progressbarCreditRevenueInvoice li {
    list-style-type: none;
    color: black;
    font-size: 12px;
    font-weight: bold;
    width: 12.5%;
    float: left;
    position: relative;
}

.progressbarCreditRevenueInvoice li:before {
    content: counter(step);
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 10px;
    color: whitesmoke;
    background: whitesmoke;
    border-radius: 6px;
    margin: 0 auto 5px auto;
    z-index: 1;
    position: relative;
}

/*progressbarCreditRevenueInvoice connectors*/
    .progressbarCreditRevenueInvoice li:after {
        content: '';
        width: 100%;
        height: 6px;
        background: whitesmoke;
        position: absolute;
        left: -50%;
        top: 13px;
    }

.progressbarCreditRevenueInvoice li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps*/
.progressbarCreditRevenueInvoice li.active:before, .progressbarCreditRevenueInvoice li.active:after {
    background: pink;
    color: pink;
}


.progressbarCreditRevenueInvoiceV2 {
    margin-top: 10px;
    overflow: hidden;
    padding: 0px;
    background-color: white;
}

.progressbarCreditRevenueInvoiceV2 li {
    list-style-type: none;
    color: black;
    font-size: 12px;
    font-weight: bold;
    width: 12.5%;
    float: left;
    position: relative;
}

.progressbarCreditRevenueInvoiceV2 li:before {
    content: counter(step);
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 10px;
    color: whitesmoke;
    background: whitesmoke;
    border-radius: 6px;
    margin: 0 auto 5px auto;
    z-index: 1;
    position: relative;
}

/*progressbarCreditRevenueInvoiceV2 connectors*/
    .progressbarCreditRevenueInvoiceV2 li:after {
        content: '';
        width: 100%;
        height: 6px;
        background: whitesmoke;
        position: absolute;
        left: -50%;
        top: 13px;
    }

.progressbarCreditRevenueInvoiceV2 li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps*/
.progressbarCreditRevenueInvoiceV2 li.active:before, .progressbarCreditRevenueInvoiceV2 li.active:after {
    background: pink;
    color: pink;
}

.progressbarInvoiceRun {
    margin-top: 10px;
    overflow: hidden;
    padding: 0px;
    background-color: white;
}

.progressbarInvoiceRun li {
list-style-type: none;
color: black;
font-size: 12px;
font-weight: bold;
width: 12.5%;
float: left;
position: relative;
}

.progressbarInvoiceRun li:before {
    content: counter(step);
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 10px;
    color: whitesmoke;
    background: whitesmoke;
    border-radius: 6px;
    margin: 0 auto 5px auto;
    z-index: 1;
    position: relative;
}

/*progressbarInvoiceRun connectors*/
.progressbarInvoiceRun li:after {
    content: '';
    width: 100%;
    height: 6px;
    background: whitesmoke;
    position: absolute;
    left: -50%;
    top: 13px;
}

.progressbarInvoiceRun li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps*/
.progressbarInvoiceRun li.active:before, .progressbarInvoiceRun li.active:after {
    background:#009ACD;
    color: #009ACD;
}

.progressbarInvoiceRunXL {
    margin-top: 10px;
    overflow: hidden;
    padding: 0px;
    background-color: white;
}

.progressbarInvoiceRunXL li {
list-style-type: none;
color: black;
font-size: 12px;
font-weight: bold;
width: 12.5%;
float: left;
position: relative;
}

.progressbarInvoiceRunXL li:before {
    content: counter(step);
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 10px;
    color: whitesmoke;
    background: whitesmoke;
    border-radius: 6px;
    margin: 0 auto 5px auto;
    z-index: 1;
    position: relative;
}

/*progressbarInvoiceRunXL connectors*/
.progressbarInvoiceRunXL li:after {
    content: '';
    width: 100%;
    height: 6px;
    background: whitesmoke;
    position: absolute;
    left: -50%;
    top: 13px;
}

.progressbarInvoiceRunXL li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps*/
.progressbarInvoiceRunXL li.active:before, .progressbarInvoiceRunXL li.active:after {
    background:#9400D3;
    color: #9400D3;
}

.progressbarInvoiceRunV2 {
    margin-top: 10px;
    overflow: hidden;
    padding: 0px;
    background-color: white;
}

.progressbarInvoiceRunV2 li {
    list-style-type: none;
    color: black;
    font-size: 12px;
    font-weight: bold;
    width: 12.5%;
    float: left;
    position: relative;
}

.progressbarInvoiceRunV2 li:before {
    content: counter(step);
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 10px;
    color: whitesmoke;
    background: whitesmoke;
    border-radius: 6px;
    margin: 0 auto 5px auto;
    z-index: 1;
    position: relative;
}

/*progressbarInvoiceRunV2 connectors*/
.progressbarInvoiceRunV2 li:after {
    content: '';
    width: 100%;
    height: 6px;
    background: whitesmoke;
    position: absolute;
    left: -50%;
    top: 13px;
}

.progressbarInvoiceRunV2 li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps*/
.progressbarInvoiceRunV2 li.active:before, .progressbarInvoiceRunV2 li.active:after {
    background: #000;
    color: #000;
}


.progressbarNon {
    margin-top: 10px;
    overflow: hidden;
    padding: 0px;
}

    .progressbarNon li {
        list-style-type: none;
        color: black;
        font-size: 12px;
        font-weight: bold;
        width: 16%;
        float: left;
        position: relative;
    }

        .progressbarNon li:before {
            content: counter(step);
            width: 30px;
            line-height: 30px;
            display: block;
            font-size: 10px;
            color: #edecec;
            background: #edecec;
            border-radius: 6px;
            margin: 0 auto 5px auto;
            z-index: 1;
            position: relative;
        }

        /*progressbarNon connectors*/
        .progressbarNon li:after {
            content: '';
            width: 100%;
            height: 6px;
            background: #edecec;
            position: absolute;
            left: -50%;
            top: 13px;
        }

        .progressbarNon li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }

        /*marking active/completed steps*/
        .progressbarNon li.active:before, .progressbarNon li.active:after {
            background: #FDC600;
            color: #FDC600;
        }