.pagination ul > li > a, .pagination ul > li > span {
  border: 2px solid #fff;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #F86800;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a {
  border-color: #006C91;
}

.pagination .active a {
  cursor: auto;
}

.pagination span {
  float: left;
}

#prop-list-wrap {
  padding-top: 0;
}

.prop-item {
  margin: 0 2px 0;
}

.prop-content h4 a {
  color: #000;
}

#bd-form .fake-input {
  display: inline-block;
  background: #fff;
  height: 18px;
  padding: 4px;
  width: 300px;
  font-weight: bold;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.booking-img {
   background-repeat: no-repeat;
   background-position: center center;
   width: 199px;
   height: 148px;
}

#pricing-mod {
  margin: 0;
}

#pricing-mod.positionFixed {
  top: 10px;
}

.step-wrap {
  margin-bottom: 10px;
}

.step-wrap a {
  color: #000;
}

.step-wrap .active a {
  color: #fff;
}

.tooltip-wrap {
  z-index: 9999;
}

#property-thumb li:first-child {
  margin: 0 0 0 8px;
}

.relative {
  position: relative;
}

#calendar .ui-datepicker-calendar td .top {
  position: absolute;
  top: 10px;
  text-align: center;
  width: 100%;
  font-size: 13px;
}

#calendar .ui-datepicker-calendar td .bottom {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  font-size: 13px;
}

#calendar .ui-datepicker-calendar td.ui-state-highlight a.ui-state-default {
  background-image: none;
}

#calendar .ui-datepicker-calendar td.ui-state-highlight a.ui-state-default:hover {
  background-color: #9AC233;
}

#calendar .ui-datepicker-calendar td {
  cursor: pointer;
}

#calendar .ui-datepicker-calendar td div {
  pointer-events: none;
}

#calendar td.ui-state-allocation-zero a {
  background-color: #f87700 !important;
}

#calendar td.ui-state-highlight a {
  background-color: #9ac233 !important;
}

#calendar-form {
  top: 15px;
}

.controls .star {
  margin-top: 11px;
  padding-left: 10px;
}

.width760 {
  width: 760px;
}

.controls textarea {
  padding-top: 12px !important;
}
