﻿.escapeall{
font-size: 15px;
text-align: center;
margin-bottom:10px;
color:#fff!important;
}
.escapeall a{
color:#fff!important;
text-decoration:none;

}
.escapeall a span{
color:#ff9c00!important;
}
#BookingId, #BookingId2{
max-width:1140px;
margin: 0 auto;
background-color:transparent;
}

#BookingId .bootstrap, #BookingId2 .bootstrap{
	background-color:transparent;
}

#BookingId .bootstrap .panel-heading, #BookingId2 .bootstrap .panel-heading{
background: #2b2e34;
color:#fff;
border-color: red;
}

#BookingId .bootstrap .panel, #BookingId2 .bootstrap .panel{
border-color: red;
}

.bootstrap .service-selection li{
width:200px;
}

.mobileview .bootstrap .calendra{
width:100%;
}

.mobileview .bootstrap .reservation-form{
	width:100%;
}
.bootstrap .calendra .panel-heading .row{
	margin-top: 15px;
}
.bootstrap input{
	color:#555!important;
}
@media (max-width: 991px){
.bootstrap .col-md-6 {
    width: 100%;
	-webkit-box-flex: initial;
    flex: none;
    max-width: 100%;
}
}
.bootstrap .form-group{
	width:100%;
}
.bootstrap .input-group .form-control:focus {
    z-index: 3;
}
.bootstrap .input-group .form-control:focus {
    color:#495057;
}
.bootstrap select.form-control option {
    background-color: #fff!important;
}