﻿
.wizard {
    margin: 5px auto;
    padding: 10px 25px;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        border-bottom: none;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

    .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
        color: #5393FA;
        cursor: default;
        border: 0;
        border-bottom-color: transparent;
    }

.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    /*background: #fff;*/
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

/*.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46%;
    z-index: 1;
}*/


.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #396bbc;
}

    .wizard li.active span.round-tab i {
        color: #396bbc;
    }


.wizard .nav-tabs > li {
    width: 11.1111%;
}

    .wizard .nav-tabs > li a {
        width: 70px;
        height: 70px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
    }

        .wizard .nav-tabs > li a:hover {
            background: transparent;
        }

.wizard .tab-pane {
    position: relative;
    padding-top: 15px;
    min-height: 450px;
}

    .wizard .tab-pane .action-bar {
        position: absolute;
        bottom: 5px;
        width: 100%;
    }

        .wizard .tab-pane .action-bar .btn {
            margin-right: 20px;
        }

.wizard h3 {
    margin-top: 0;
}

.wizard .nav-tabs > li p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.wizard .nav-tabs > li > p.active {
    font-weight: bolder;
    text-decoration: underline;
    color: #396bbc;
}
