﻿.progress-bar {
    color: #999;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px 0 !important;
    border-bottom: 1px solid #999;
}

    .progress-bar .active {
        color: #002641;
    }

    .progress-bar li {
        width: 25%;
        float: left;
        font-size: 12px;
        font-weight: 400;
        position: relative;
        text-align: center;
        list-style-type: none;
    }

    .progress-bar #campaign-details:before, .progress-bar #spin-and-win-details:before, .progress-bar #member-details:before, .progress-bar #client-details:before {
        font-family: FontAwesome;
        content: "1";
    }

    .progress-bar #campaign-tiers:before, .progress-bar #spin-and-win-campaigns:before, .progress-bar #member-tiers:before, .progress-bar #client-tiers:before {
        font-family: FontAwesome;
        content: "2";
    }

    .progress-bar #campaign-rules:before, .progress-bar #spin-and-win-members:before, .progress-bar #member-address-details:before, .progress-bar #client-users:before {
        font-family: FontAwesome;
        content: "3";
    }

    .progress-bar #trading-partners:before, .progress-bar #member-bank-details:before {
        font-family: FontAwesome;
        content: "4";
    }

    .progress-bar li strong {
        font-weight: 500;
        text-transform: uppercase;
    }

    .progress-bar li:before {
        width: 35px;
        height: 35px;
        padding: 2px;
        display: block;
        color: #ffffff;
        font-size: 16px;
        border-radius: 0;
        line-height: 33px;
        border-radius: 4px;
        text-align: center;
        font-weight: bold;
        background: lightgray;
        border: 1px solid #aaa;
        margin: 0 auto 15px auto;
        font-family: 'Poppins' !important;
    }

    .progress-bar .mini-left:after {
        content: '';
        width: 55%;
        height: 2px;
        background: lightgray;
        position: absolute;
        right: 0 !important;
        left: auto !important;
        top: 25px;
        z-index: 0;
    }

    .progress-bar .mini-right:after {
        content: '';
        width: 42%;
        height: 2px;
        background: lightgray;
        position: absolute;
        top: 25px;
        z-index: 0;
    }

    .progress-bar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: 0;
    }

    .progress-bar li.active:before,
    .progress-bar li.active:after {
        background: #002641;
    }

@media only screen and (max-width: 600px) {
    
    .progress-bar li strong {
        display: none;
    }

    .progress-bar li:before {
        width: 42px;
        height: 42px;
        line-height: 41px;
    }
}

.item-details .action-button {
    width: 100px;
    color: white;
    float: right;
    height: auto;
    border: 0 none;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 5px;
    border-radius: 4px;
    background: #ff1e12;
    margin: 10px 0px 10px 5px;
}

.item-details .action-button-previous {
    width: 100px;
    color: white;
    float: left;
    height: auto;
    border: 0 none;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 5px;
    border-radius: 4px;
    background: #616161;
    margin: 10px 5px 10px 0px;
}

.item-details .fieldset {
    position: relative;
}

    .item-details .fieldset:not(:first-of-type) {
        display: none;
    }