﻿.stepBar{
    position: relative;
    list-style: none;
    margin:0 0 1em;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 70px;
    overflow: hidden;
    *zoom: 1;
}

.stepBar .step{
    position: relative;
    float: left;
    display: inline-block;
    line-height: 1.2;
    /*padding: 10px 40px 0 5px;*/
    padding: 10px 30px 0 5px;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #808080;
    font-size:x-small;
}

.stepBar .step:before, .stepBar .step:after{
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #eee;
    border-left: 4px solid #FFF;
    width: 20px;
    height: 35px;
}

.stepBar .step:after{
    top: 0;
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
}


.stepBar .step:before{
    bottom: 0;
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}

.stepBar .step:first-child{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.stepBar .step:first-child:before, .stepBar .step:first-child:after{
    content: none;
}

.stepBar .step:last-child{
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.stepBar .step.current{
    color: #FFF;
    background-color: #0094ff;
}

.stepBar .step.current:before, .stepBar .step.current:after{
    background-color: #0094ff;
}

.stepBar.step2 .step {
    /*width: 50%;*/
    width:   12.5%;
    height: 70px;
}

.stepBar.step3 .step{
    width: 12.5%;
    height: 70px;
}

.stepBar.step4 .step {
    width:12.5%;
    height: 70px;
}

.stepBar.step5 .step{
    width:12%;
    height: 70px;
}

.stepBar.step6 .step{
    width:12%;
    height: 70px;
}

.stepBar.step7 .step{
    width:12%;
    height: 70px;
}

.stepBar.step8 .step{
    width: 10%;
    height: 70px;
}
