﻿/*
#StepWrapper_wrapper {
    display:flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
*/

#StepWrapper {
    width: 100%;
    /*display: inline-flex;*/
    justify-content: center;
    padding-bottom: 1.1rem;
    margin-bottom: 1.1rem;
    height: 100px;
    margin-left: 160px;
}

#StepWrapper_content {
    width: 100%;
}

.s-step{
    /*display: inline-flex;*/
    align-items: center;
    justify-content: center;
}

.s-step > .s-circle {
    border: 2px solid #c2c2c2;
    border-radius: 100%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
}

.s-step > .s-circle > .tip {
    position: absolute;
    top: 60px;
    text-align: center;
    width: 90px;
    font-weight: bold;
    margin-left: -20px;
}

.s-step > .s-line {
    border: 1px solid #c2c2c2;
    width: 315px;
    float: left;
    margin-top: 25px;
}

.s-step > .active + .s-line {
    border-color: #5FB878;
}

.s-step > .active {
    background:  #5FB878;
    color: #5FB878;
    border-color:  #5FB878;
}

.s-step .s-num {
    margin-top: 16px;
}

.s-step > .active > .s-num {
    color: #ffffff;
}

#Content_Main, #Content_Main .item {
    background-color: transparent;
}

#Carousel_item:before {
    content: '';
}