﻿.stepwizard-step p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    /*color: #000;*/
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 35px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    max-width:400px
}

.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 26px;
    line-height: 2;
    border-radius: 75px;
}

.btn-default[disabled] {
    background-color: #eee;
    color: #fff;
}

.btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.stepwizard-step p:last-child {
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
        color: #333;
    padding-bottom:5px !important;
    max-width:90%;
    margin:0 auto;
    }


@media only screen and (max-width:540px) {

.listsearch-maiwrap.fl-wrap {
    padding: 0;
}

.btn-circle {
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
}

.stepwizard-step p {
    font-size: 13px;
}

.stepwizard-step span {
    font-size: 11px;
    line-height:  !important;
}

.stepwizard-step p:last-child {
    color: #333;
    margin-top: 3px;
    font-size:11px;
}
}
