#booking_widget{
  display: none;
}

#booking_widget.visible{
  display: block;
}

.booking-widget{
  z-index: 99999;
  background: rgba(6,6,6,.65);
  float: right;
  margin-bottom: -35px;
  padding: 5px;
}

.booking-widget input{
  border: none;
  border-radius: 2px;
  font-family: "brandon_grotesquelight", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px;
}

.booking-widget input.hasDatepicker:focus, .booking-widget input[type="number"]:focus{
  background: white;
/*   box-shadow: inset 0 0 5px #09a706; */
  outline: -webkit-focus-ring-color auto 5px;
}

.booking-widget input.hasDatepicker{
  background: #e9e7e8 url(img/calendar.png) no-repeat 95% center;
  background-size: 20px 20px;
}

.booking-widget input[type="number"]{
  background: #e9e7e8 url(img/user.png) no-repeat 95% center;
  background-size: 20px 20px;
}

.booking-widget select{
  background: #e9e7e8 url(img/user.png) no-repeat 95% center;
  background-size: 15px 20px;
  font-family: "brandon_grotesquelight", Helvetica, sans-serif !important;
  text-transform: uppercase;
  font-size: 11px;
  height: 25px;
  margin: 0;
  padding: 0 25px 0 5px;
  border-radius: 2px;
  position: relative;
  -webkit-appearance: none;
  width: 100px;
}

.booking-widget input[type='submit']{
  background: #841617 url(img/tick.png) no-repeat 95% center;
/*   text-indent: -999em; */
/*   width: 25px; */
  color: #FFF;
  padding-right: 25px;
}

.booking-widget input[type=number]::-webkit-inner-spin-button, 
.booking-widget input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

@media screen and (min-width:768px){
  .booking-mast-input.form-group{
    margin: 0 5px 0 0;
  }  
}
/**********************************
 * Datepicker
 *********************************/ 
 
/* Date Picker Default Styles */
.ui-datepicker {
    padding: 0;
    margin: 5px 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    min-width: 17em;
    width: auto;
	z-index: 1000 !important;
}

.ui-datepicker * {
    padding: 0;
    font-family: 'brandon_grotesquelight', "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-title{
    font-family: "Helvetica Neue", Helvetica, sans-serif;  
}

.ui-datepicker table {
    font-size: 13px;
    margin: 0;
    border: none;
    border-collapse: collapse;
}

.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background-image: none;
    border: none;
    color: #fff;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 10px 0;
    color: #8a8989;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: relative;
    top: 0;
    height: 34px;
    width: 34px;
}

.ui-datepicker .ui-state-hover.ui-datepicker-prev,
.ui-datepicker .ui-state-hover.ui-datepicker-next {
    border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: none;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    font: normal 20px/34px 'brandon_grotesquelight';
    padding-left: 7px;
    color: #8a8989;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 34px;
    height: 34px;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '<';
}

.ui-datepicker .ui-datepicker-next:before {
    content: '>';
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
    opacity: 0.7;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 33%;
}

.ui-datepicker thead {
    color: #fff;
    font-weight: 600;
}

.ui-datepicker th {
    padding: 10px;
}

.ui-datepicker td {
    padding: 0;
    border: 1px solid #f4f4f4;
}

.ui-datepicker td.ui-datepicker-other-month {
    border: transparent;
}

.ui-datepicker tr:first-of-type td {
	border-top: 1px solid #f0f0f0;
}

.ui-datepicker td.ui-datepicker-week-end {
    background-color: #f4f4f4;
    border: 1px solid #f0f0f0;
}

.ui-datepicker td.ui-datepicker-today {
    background-color: #ec9fa0;
}

.ui-datepicker td.ui-datepicker-current-day {
    background: #bbdd88;
}

.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    text-decoration: none;
    width: auto;
    display: block;
    padding: 5px 10px;
    font-weight: normal;
    color: #444;
}

.ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 0.5;
}

/* Default Color Scheme */
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background: #e3e4e5;
}

.ui-datepicker thead {
    background: #8a8989;
}

.ui-datepicker td .ui-state-hover {
    background: #841617;
    color: #fff;
}