﻿
.panel-heading {
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #256fad;
}

.panel-heading:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 3%;
    top: 0;
    left: 15px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.wizard {
    margin: auto;
    /*background: #fff;*/
}

    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }


.connecting-line {
    height: 4px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 28%;
    z-index: 1;
}

.tab-content {
    padding: 5px;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #662f86;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: sticky;
    left: 0;
    margin-left: 43%;
    text-align: center;
    font-size: 20px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard .nav-tabs > li p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.wizard li.active p {
    color: #662f86;
}

/*.wizard li.active:after {
    background: red;
}

.wizard li.active:before {
    background: #673AB7;
}*/

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #662f86;
}

    .wizard li.active span.round-tab i {
        color: #662f86;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 20%;
}

/*.wizard li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #662f86;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #662f86;
}*/

.wizard .nav-tabs > li a {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }



.wizard .tab-pane {
    position: relative;
    padding-top: 5px;
}

.wizard h3 {
    margin-top: 0;
}

/*New Section- start*/
.thumbnail img {
    height: 120px;
    width: 160px;
}

.thumbnail .caption {
    padding: 2px;
}

.search-table-outter {
    overflow-x: scroll;
}

.connecting-line2 {
    height: 4px;
    background: #e0e0e0;
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 28%;
    z-index: 1;
    margin-left:10%;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    .connecting-line {
        height: 4px;
        background: #e0e0e0;
        position: absolute;
        width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 20%;
        z-index: 1;
    }

    span.round-tab {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 27px;
    }

    .wizard .nav-tabs > li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
