﻿.arrow-steps .step, .steps > li {
    position: relative;
    float: left
}

.f1 .f1-steps .f1-step {
    width: 20% !important
}

.f1 .f1-steps .f1-progress .f1-progress-line {
    width: 10%
}

.card {
    border: 0
}

.arrow-steps {
    margin-bottom: 10px
}

    .arrow-steps
    .step {
        font-size: 14px;
        text-align: center;
        color: #666;
        cursor: pointer;
        margin: 0 3px;
        padding: 10px 10px 7.5px 30px;
        min-width: 180px;
        background-color: #ededed;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: background-color .2s
    }

        .arrow-steps .step:after, .arrow-steps .step:before {
            content: " ";
            position: absolute;
            top: 0;
            right: -17px;
            width: 0;
            height: 0;
            border-top: 19px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 17px solid #ededed;
            z-index: 2;
            transition: border-color .2s
        }

        .arrow-steps .step:before {
            right: auto;
            left: 0;
            border-left: 17px solid #fff;
            z-index: 0
        }

        .arrow-steps .step:first-child:before {
            border: none
        }

        .arrow-steps .step:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .arrow-steps .step span {
            position: relative
        }

            .arrow-steps .step span:before {
                opacity: 0;
                content: "✔";
                position: absolute;
                top: -2px;
                left: -20px
            }

        .arrow-steps .step.done span:before {
            opacity: 1;
            -webkit-transition: opacity .3s .5s;
            -moz-transition: opacity .3s .5s;
            -ms-transition: opacity .3s .5s;
            transition: opacity .3s .5s
        }

        .arrow-steps .step.active {
            color: #fff;
            background-color: #007bff
        }

            .arrow-steps .step.active:after {
                border-left: 17px solid #007bff
            }

.buttonbot {
    bottom: 50px;
    position: absolute;
    right: 50px
}

.steps {
    cursor: pointer;
    padding-left: 0;
    list-style: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 3px
}

    .steps strong {
        font-size: 12px;
        display: block;
        line-height: 1.4
    }

    .steps > li {
        display: block;
        padding: 8px 50px 10px;
        width: 200px;
        height: 35px
    }

    .steps .past {
        color: #666;
        background: #ececec
    }

    .steps .present {
        color: #f0f0f0;
        background: #007bff
    }

    .steps .future {
        color: #777;
        background: #efefef
    }

    .steps li > span:after, .steps li > span:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        border: 17px solid transparent;
        border-left-color: #007bff
    }

    .steps li > span:after {
        top: -5px;
        z-index: 1;
        border-left-color: #fff;
        border-width: 22px
    }

    .steps li > span:before {
        z-index: 2
    }

    .steps li.past + li > span:before {
        border-left-color: #ececec
    }

    .steps li.present + li > span:before {
        border-left-color: #007bff
    }

    .steps li.future + li > span:before {
        border-left-color: #efefef
    }

    .steps li:first-child > span:after, .steps li:first-child > span:before {
        display: none
    }

    .steps li:first-child i, .steps li:last-child i {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border: 18px solid transparent;
        border-left-color: #fff
    }

    .steps li:last-child i {
        left: auto;
        right: -27px;
        border-left-color: transparent;
        border-top-color: #fff;
        border-bottom-color: #fff
    }
