.ajax-overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(214, 214, 214, 0.86);
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 2;
}

.ajax-overlay img{
    width: 100px;
    margin: 0 auto;
    top: calc(50% - 50px);
    position: absolute;
    left: calc(50% - 50px) !important;
}

.tsd-form-holder {
    background: #eee;
    background-size: cover;
    background-position: center center;
    padding: 25px 0;
    margin: 20px 0;
    position: relative;
}



.user-info label{
    display: block;
    margin:5px 0;
    font-weight:normal;
}




.form-inline .form-group select{
    width: auto;
}

.form-group.col-2 select {
    width: 48%;
}



.tsd-form-holder label{
    font-weight: normal;
    color: #333;
    width: 100%;
    text-align: left;
}

.tsd-fileds-holder div{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.tsd-form-footer{
    text-align: center;
    padding-top:25px;
}




.tsd-vehicle-holder, .tsd-reservation-summary {
    border: 1px solid #333;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
}

.tsd-form-holder { padding:15px; }

.datepicker-dropdown { position:absolute !important; width:auto !important; }