.fm-form-steps{
    list-style: none;    
}
.fm-form-steps > li{
    margin-bottom: 5px;
}
.fm-form-steps .step-heading{
    background: url(../images/sub_menu_arrow.png) no-repeat 98% center;
    background-color: #ebebeb !important;
    color: #444;
    min-height: 54px;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 25px;  
    overflow: auto;  
}
.fm-form-steps .step-heading .step-no{
    background: #444;
    color: #FFF;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 10px;
}
.fm-form-steps .step-heading .step-title{
    font-size: 24px;
    color: #444;
    font-weight: bold;
    float: left;
}
.fm-form-steps .step-heading .step-value{
    font-size: 18px;
    float: right;
    width: 50%;
}
.fm-form-steps .open .step-heading .step-no{
    background: #df551a;
}
.fm-form-steps .open .step-heading .step-title{
    color: #df551a;
}
.fm-form-steps .step-content{
    padding: 15px 60px;
    display: none;
}

.fm-form-steps ul{
    list-style: none;    
}

.fm-form-steps .step-content input{
    vertical-align: unset;
}
.fm-form-steps .step-content input[type=radio]{
    margin-top: 0px;
}
.fm-form-steps .step-content #patient_gender_female{
    margin-left: 20px;
}
.fm-form-steps .step-content label{
    font-weight: normal;
}
.fm-form-steps .step-content input[type=text]{
    border: 1px solid #666;
    height: 30px;
    line-height: 30px;
    width: 350px;
}
.fm-form-steps .step-content textarea{
    border: 1px solid #666;
    width: 500px;
    height: 150px;
}
.fm-form-steps .step-content input[type=submit]{
    border: 0;
}
.fm-form-steps .step-content .scans_list li,
.fm-form-steps .step-content .centre_list li,
.fm-form-steps .step-content .time_slots li{
    min-height: 25px;
    line-height: 25px;
}
.fm-form-steps .step-content .patient_referral{
    margin-right: 5px;
}

.fm-form-steps .step-content .scans_list li ul{
    padding-left: 20px;
}

.ui-datepicker{
    box-shadow: 1px 1px 8px #CCC;
}
.ui-widget-header{
    color: initial !important;
    font-weight: normal !important;
}


@media all and ( max-width: 480px ) {
    
    .fm-form-steps .step-heading{
        background-position-x: 96%;
        padding: 10px!important;
        line-height: normal;
    }
    .fm-form-steps .step-heading .step-no{
        float: left;
        line-height: 25px;
    }
    .fm-form-steps .step-heading .step-title{
        font-size: 14px;
    }
    .fm-form-steps .step-heading .step-value{
        font-size: 12px;
        width: 80%;
        float: left;
    }
    .fm-form-steps .step-content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .fm-form-steps .step-content input[type=text],
    .fm-form-steps .step-content textarea{
        width: 100%;
    }

}