﻿.fuelux .wizard {
    background-color: transparent;
    border: none;
}

.fuelux .wizard .steps-container {
    border-radius: 0 0 0 0;
}

    .fuelux .wizard .step-content {
        padding: 0;
        border-top: none;
    }

.fuelux .wizard>ul.steps, .fuelux .wizard>.steps-container>ul.steps {
    width: 100%;
}

.fuelux .wizard > ul.steps li, .fuelux .wizard > .steps-container > ul.steps li {
    float: left;
    margin: 0;
    padding: 0 20px 0 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
    background: #ebebe5;
    color: #888579;
    font-size: 14px;
    cursor: not-allowed;
    width: 20%;
}

.fuelux #paymentWizard > ul.steps li, .fuelux #paymentWizard > .steps-container > ul.steps li {
    width: 25%;
}

.fuelux .wizard>ul.steps li:first-child, .fuelux .wizard>.steps-container>ul.steps li:first-child {
    border-radius: 0 0 0 0;
}

.fuelux .wizard > ul.steps li .chevron, .fuelux .wizard > .steps-container > ul.steps li .chevron {
    border: 15px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
}

.fuelux .wizard > ul.steps li .chevron:before, .fuelux .wizard > .steps-container > ul.steps li .chevron:before {
    border: 15px solid transparent;
    border-left: 14px solid #ebebe5;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -15px;
}

.fuelux .wizard > ul.steps li.active, .fuelux .wizard > .steps-container > ul.steps li.active {
    background: #383732;
    color: #ffffff;
    cursor: default;
    font-weight: bold;
}

.fuelux .wizard > ul.steps li.active .chevron:before, .fuelux .wizard > .steps-container > ul.steps li.active .chevron:before {
    border-left: 14px solid #383732;
}

.fuelux .wizard > ul.steps li.complete, .fuelux .wizard > .steps-container > ul.steps li.complete {
    background: #ebebe5;
    color: #888579;
}

.fuelux .wizard > ul.steps li.complete .chevron:before, .fuelux .wizard > .steps-container > ul.steps li.complete .chevron:before {
    border-left: 14px solid #ebebe5;
}

@media (max-width: 767.98px) {
        .fuelux .wizard {
        background-color: transparent;
        border: none;
    }

    .fuelux .wizard .steps-container {
        border-radius: 0 0 0 0;
    }

    .fuelux .wizard>ul.steps, .fuelux .wizard>.steps-container>ul.steps {
        width: 100%;
    }

    .fuelux .wizard > ul.steps li, .fuelux .wizard > .steps-container > ul.steps li {
        float: left;
        margin: 0;
        padding: 0 20px 0 30px;
        height: 17px;
        line-height: 17px;
        position: relative;
        background: #ebebe5;
        color: transparent;
        font-size: 14px;
        cursor: not-allowed;
        width: 20%;
    }

    .fuelux .wizard>ul.steps li:first-child, .fuelux .wizard>.steps-container>ul.steps li:first-child {
        border-radius: 0 0 0 0;
    }

    .fuelux .wizard > ul.steps li .chevron, .fuelux .wizard > .steps-container > ul.steps li .chevron {
        border: 8.5px solid transparent;
        border-left: 14px solid #ffffff;
        border-right: 0;
        display: block;
        position: absolute;
        right: -14px;
        top: 0;
        z-index: 1;
    }

    .fuelux .wizard > ul.steps li .chevron:before, .fuelux .wizard > .steps-container > ul.steps li .chevron:before {
        border: 8.5px solid transparent;
        border-left: 14px solid #ebebe5;
        border-right: 0;
        content: "";
        display: block;
        position: absolute;
        right: 1px;
        top: -8.5px;
    }

    .fuelux .wizard > ul.steps li.active, .fuelux .wizard > .steps-container > ul.steps li.active {
        background: #383732;
        color: transparent;
        cursor: default;
        font-weight: bold;
    }

    .fuelux .wizard > ul.steps li.complete, .fuelux .wizard > .steps-container > ul.steps li.complete {
        color: transparent;
    }
}