.loading-backdrop{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top:0;
    left:0;
    display:none;
    z-index:99998;

}
.loading-div{
    position: fixed;
    width:350px;
    height:400px;
    top:50%;
    left:50%;
    margin-left:-175px;
    margin-top:-200px;
    text-align: center;
    padding:15px;
    border-radius: 5px;
    display:none;
    z-index:99999;


}

#stest iframe{
    border: 0;
    margin-top: 12px;
    margin-bottom: 14px;
}

table.ui-datepicker-calendar tbody td.highlight > a {
    background-color:green!important;
    background-image: none;
    color: #FFF;
    border: 0;
}
table.ui-datepicker-calendar tbody td.highlight.ui-datepicker-current-day > a {
    background-color:#37A8EC!important;
    background-image: none;
    color: #FFF;
    border: 0;
}
#time_slots .btn-primary.active:after {
    font-family: Ionicons;
    content: " \f120";
}
#time_slots .btn-primary.active{
    background-color:green!important;
    border-color: green!important;
}
.form-buy{
    margin-top:15px;
}

#price{
    margin-top:15px;
    width:150px;
}
#errors{
    margin-top:15px;
}