.wizard {
    margin: 20px auto;
    background: #fff;
    padding:10px;
}



.wizard > div.wizard-inner {
    position: relative;
}


.experience.checkbox label{
    font-weight: bold;
}



.qualification_type .radio-inline {
    font-weight: bold;
}
.qualification_type input[type='radio'] {
    -webkit-appearance:none;
    width:15px;
    height:15px;
    margin: 2px -20px;
    border:1px solid darkgray;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px #337ab7 inset;
}
.qualification_type input[type='radio']:hover {
    box-shadow:0 0 5px 0px #337ab7 inset;
}
.qualification_type input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;    
    border-radius:50%;    
}
input[type='radio']:checked:before {
    background:#337ab7;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    /* z-index: 1; */
}
.connecting-line > .profile-fill{
    height: inherit;
    width: 0%;
    background-color: #036DA0;//#008000;
    transition: width 400ms ease-in;
    -webkit-transition: width 400ms ease-in;
    -moz-transition: width 400ms ease-in;  
    -o-transition: width 400ms ease-in;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #036DA0;
    /* z-index: 2; */
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#036DA0;
}
.wizard li.active span.round-tab {
    background: #036DA0;
    border: 2px solid #036DA0 !important;

}
.wizard li.active span.round-tab i{
    /*color: #5bc0de;*/
    color: #fff;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #036DA0;//#333;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard .nav-tabs li p {
    color:grey;//#036DA0;
}
.wizard .nav-tabs li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    /*border-bottom-color: #5bc0de;*/
    border-bottom-color: #036DA0;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #036DA0;
    /*border-bottom-color: #5bc0de;*/
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 5px auto 20px;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.success-round-tab{
    border: 2px solid #036DA0 !important; //green
    /*color: green !important;*/
}
/*.success-round-tab i{
    color: green !important;
}*/

/*custom styles*/


.form-group .input-group .radio-info{
    display: inline-block;    
}
.form-group .input-group .radio input[type=radio]{
    margin-left: 0px;
}
.form-group .input-group .radio label{
    margin-right: 10px;
    padding-left: 15px;
}

.radio+.radio {
    margin-top: 0px;
}

#basic-information-pannel-static .row .form-group label{
    font-weight: bold;
}
#candidate-qulaification-static-container .row .form-group label{
    font-weight: bold;
}
#candidate-achievements-static-container .row .form-group label{
    font-weight: bold;
}
#candidate-experience-static-container .row .form-group label{
    font-weight: bold;
}
.minimal-tab-content-width{
    min-height: 445px;
}         
.padding-left-zero{
    padding-left: 0px;
}
.padding-right-zero{
    padding-right: 0px;
}
.tab-pane .btn-default:not(:last-of-type){
    margin-right: 5px;
}
.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
body,html{
    padding:0px !important;
    margin:0px !important;
}
.form-panel-body-heading{
    font-size: 18px;   
}

/*
image styles
*/
@media(max-width:990px){
    .padding-left-zero, .padding-right-zero{
        padding: 10px 0px;
    }               
}


@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.language-card .panel {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.04);
}


@media screen and (min-width: 911px) {
    .qualification_type{
        position: absolute;
        left: 130px;
        top: 0px;
    }
    .experience.checkbox{
        position: absolute;
        left: 120px;
        top: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}
}

@media screen and (max-width: 910px) {
    .wizard .nav-tabs {
        display: flex !important;
            margin: 0px !important;
    border-bottom-color: #e0e0e0;
    overflow-x: auto !important;
    }
    .wizard .nav-tabs > li {
        width: 65% !important;
        /* display: flex; */
        /* margin: 10px; */
        margin: 0px 10px !important;
    }
    .connecting-line {
        height: 2px;
        background: #e0e0e0;
        position: absolute;
        width: 100%;
        /* margin: 0 auto; */
        left: 0;
        right: 0;
        top: 40%;
        /* z-index: 1; */
    }
}
