﻿.bwizard-steps {
    display: inline-block;
    margin-bottom: 7.5pt;
    padding-left: 0;
    background: #fff
}

.bwizard-steps .active {
    color: #fff;
    background: rgba(98, 196, 216, 1)
}

.bwizard-steps .active:after {
    border-left-color: rgba(98, 196, 216, 1);
    border-left: 20px solid rgba(98, 196, 216, 1);
}

.bwizard-steps .active a {
    color: #fff;
    cursor: default
}

.bwizard-steps .label {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
    padding: 1px 5px 2px
}

.bwizard-steps .active .label {
    background-color: #333;
}

.bwizard-steps li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 0;
    padding: 12px 17px 10px 30px;
    *display: inline;
    *padding-left: 17px;
    background: #efefef;
    line-height: 18px;
    height: 58px;
    zoom: 1;
}

.bwizard-steps li:first-child {
    padding-left: 12px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.bwizard-steps li:first-child:before {
    border: none
}

.bwizard-steps li:last-child {
    margin-right: 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.bwizard-steps li:last-child:after {
    border: none
}

.bwizard-steps li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border-left: 20px solid #fff;
    border-bottom: 29px inset transparent;
    border-top: 29px inset transparent;
    content: ""
}

.bwizard-steps li:after {
    position: absolute;
    right: -19px;
    top: 0;
    height: 0;
    width: 0;
    border-left: 20px solid #efefef;
    border-bottom: 29px inset transparent;
    border-top: 29px inset transparent;
    content: "";
    z-index: 2;
}

.bwizard-steps a {
    color: #333;
    white-space: pre-wrap;
    padding: 4.65% 0;
    margin: -2%;
}

.bwizard-steps a:hover {
    text-decoration: none
}

.bwizard-steps.clickable li:not(.active) {
    cursor: pointer
}

.bwizard-steps.clickable li:hover:not(.active) {
    background: #ccc
}

.bwizard-steps.clickable li:hover:not(.active):after {
    border-left-color: #ccc
}

.bwizard-steps.clickable li:hover:not(.active) a {
    color: #08c
}
