
/**
 * Contains the declarations for the searchbox in the home page (or any other page for that's matter)
 * (c)2011 Saverio Vigni <s.vigni@hor-net.com>
 */

input, select {
  border: 1px solid #555;
  background:white;
}

#searchForm {
  border: 1px solid #4D4D4D;
  width: 90%;
  /*margin-left: 32px;*/
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#bookingForm {
  width:50%;
}

#searchFilter {
  border: 1px solid #4D4D4D;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#flash_search_map {
  margin-left:auto;
  margin-right:auto;
  margin-bottom:16px;
  position:relative;
  left: -70px;
}

table#searchform, table#bookingForm {
  width: 95%;
  font-size: 14px;
  color: #4D4D4D;
  margin-left:auto;
  margin-right:auto;
}

#searchFilter table#searchform {
  width:100%;
  font-size: 14px;
  color: #4D4D4D;
}

table#searchform td, table#bookingForm td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  text-align:left;
}

table#searchform input, table#searchform select,
table#bookingForm input, table#bookingForm select,
.csc-fulltextsearch-field input{
  font-size: 12px;
  color: #4D4D4D;
  margin:2px;
  padding: 1px;
}

table#searchform select, table#bookingForm select {
  /*min-width: 120px;*/
  width: 120px;
}

table#searchform td#submit_button, table#bookingForm td#submit_button {
  text-align: center;
}

#searchForm .tabbed-header, #bookingForm .tabbed-header {
  float: left;
}

.searchform_row td ul {
  list-style: none;
}

.searchform_row td ul li span{
  margin-left: 8px;
}

.amenities-list li {
  margin-bottom:4px;
}

#fulltextsearch{
  position:relative;
}

#dayInput, #monthInput, #dayInput1, #monthInput1 {
  width:23px;
}

#yearInput, #yearInput1 {
  width: 38px;
}

/* Stili tablet */
@media only screen and (max-width: 1024px) {
  #flash_search_map {
    display: none;
  }
  
  table#searchform {
    width: 100%;
    margin-top:50px;
  }
  
  table#searchform,table#searchform input, table#searchform select {
    font-size:16px;
  }
  
  table#searchform td {
    border-spacing: 4px;
  }
}