/*MT specific styles*/
#recsearch form, .unifSearch form {
    background-color: #e7e7e7;
}
.unifSearchRecreation, .unifSearchCriteria .criteria_section label {
  color: #092845;
}
.facility_view_header a.facility_link {
  color: #004f2a;
}
.check_avail_panel a.check_available, .check_avail_panel a.book_now {
  background-color: #092845;
  border: 1px solid #051625;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#092845), to(#051625));
  background: -webkit-linear-gradient(top, #092845, #051625);
  background: -moz-linear-gradient(top, #092845, #051625);
  background: -ms-linear-gradient(top, #092845, #051625);
  background: -o-linear-gradient(top, #092845, #051625);
}
.check_avail_panel a.check_available:hover, .check_avail_panel a.book_now:hover {
  background-color: #051625 !important;
  background-image: none;'
  border: 1px solid #092845;
}
.unifSearchCriteria input[type=text] {
  color: #4a4a4a;
}
.check_avail_panel a.book_now {
  color: #fff;
}
@media (max-width: 767px) {
  .unifSearchCriteria input[type=text], div[id^='availability_section_'] input#lengthOfStay, div[id^='availability_section_'] input#dayUseLengthOfStay, div[id^='availability_section_'] input#marinaLengthOfStay {
    margin-top: 0;
  }
  div.unifSearch #lengthOfStay, div.unifSearch #dayUseLengthOfStay, div.unifSearch #marinaLengthOfStay, div.specific_attributes input[type="text"], body#csitedetailspage #lengthOfStay {
    width: 85px !important;
    margin-right: 0 !important;
  }  
}
