

.wizard {
    background-color: #ffffff;
margin-bottom: 20px;
border: 1px solid #dddddd;
border-radius: 0px;
    *zoom: 1;

box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0px 6px 0px rgba(0, 0, 0, 0.14);
}


.wizard:before,
.wizard:after {
    display: table;
    line-height: 0;
    content: "";

}

.wizard:after {
    clear: both;
}

.wizard ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.wizard ul li {
    position: relative;
    float: left;
    height: 47px;
    padding: 0 20px 0 30px;
    margin: 0;
    line-height: 46px;
    color: #999999;
    cursor: default;
    background: #ededed;
}

.wizard ul li .chevron {
    position: absolute;
    top: 0;
    right: -14px;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #d4d4d4;
}

.wizard ul li .chevron:before {
    position: absolute;
    top: -24px;
    right: 1px;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #ededed;
    content: "";
}

.wizard ul li.complete {
    color: #468847;
    background: #f3f4f5;
}

.wizard ul li.complete:hover {
    cursor: pointer;
    background: #e7eff8;
}

.wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #e7eff8;
}

.wizard ul li.complete .chevron:before {
    border-left: 14px solid #f3f4f5;
}

.wizard ul li.active {
    color: #eeeeee;
    background: #1AB394;
}



.wizard .active .badge{
    color: #1AB394 !important;
    background: #eeeeee !important;

}

.wizard .active .steps{
    background: #1AB394 !important;
}

.wizard ul li.active .chevron:before {
    border-left: 14px solid #1AB394 !important;
    margin-bottom: 5px !important;
}



.wizard ul li.active .chevron:before {
    border-left: 14px solid #f1f6fc;
}

.wizard ul li .badge {
    margin-right: 8px;
}

.wizard ul li:nth-child(1) {
    z-index: 10;
    padding-left: 20px;
    border-radius: 0px 0 0 0px;
}

.wizard ul li:nth-child(2) {
    z-index: 9;
}

.wizard ul li:nth-child(3) {
    z-index: 8;
}

.wizard ul li:nth-child(4) {
    z-index: 7;
}

.wizard ul li:nth-child(5) {
    z-index: 6;
}

.wizard ul li:nth-child(6) {
    z-index: 5;
}

.wizard ul li:nth-child(7) {
    z-index: 4;
}

.wizard ul li:nth-child(8) {
    z-index: 3;
}

.wizard ul li:nth-child(9) {
    z-index: 2;
}

.wizard ul li:nth-child(10) {
    z-index: 1;
}

.wizard ul li a {
    color:#888888;
}
.wizard ul li.active a {
    color:#eeeeee;
}
.wizard ul li a:hover {
    color:#ffffff;
}

.wizard .actions {
    float: right;
    padding-right: 15px;
    line-height: 44px;
    vertical-align: middle;
}

.wizard .actions a {
    margin-right: 8px;
    font-size: 12px;
    line-height: 45px;
}

.wizard .actions .btn-prev i {
    margin-right: 5px;
}

.wizard .actions .btn-next i {
    margin-left: 5px;
}

.step-content .step-pane {
    display: none;
}

.step-content .active {
    display: block;
}
