/*==================== Layout ====================*/
.booking-form * + div {
  margin-top: 10px;
}
.booking-form * + a {
  margin-top: 19px;
}
/*==================== Styles ====================*/
.booking-form {
  position: relative;
  width: 100%;
  color: #a7adc0;
}
.booking-form input {
  height: 61px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #979db1;
  background: none;
  padding: 13px 23px 13px;
  border: 1px solid #cbcdd3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.booking-form a[data-type='submit'] {
  position: relative;
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 19px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #00bbd3;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 4px 5px 5px 0px rgba(98, 134, 148, 0.29);
  -moz-box-shadow: 4px 5px 5px 0px rgba(98, 134, 148, 0.29);
  box-shadow: 4px 5px 5px 0px rgba(98, 134, 148, 0.29);
}
.booking-form a[data-type='submit']:hover {
  background: #374046;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(98, 134, 148, 0.29);
  -moz-box-shadow: 0px 0px 0px 0px rgba(98, 134, 148, 0.29);
  box-shadow: 0px 0px 0px 0px rgba(98, 134, 148, 0.29);
}
.booking-form *::-webkit-input-placeholder {
  color: #a7adc0;
  opacity: 1;
}
.booking-form *:-moz-placeholder {
  color: #a7adc0;
  opacity: 1;
}
.booking-form *::-moz-placeholder {
  color: #a7adc0;
  opacity: 1;
}
.booking-form *:-ms-input-placeholder {
  color: #a7adc0;
  opacity: 1;
}
.tmInput,
.tmSelect {
  position: relative;
}
.tmSelect {
  display: block;
}
.tmSelect input {
  padding-right: 50px;
  color: #a7adc0;
}
.tmSelect:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}
.controlHolder {
  position: relative;
}
/* Messages */
.error-message {
  position: absolute;
  top: 3px;
  left: 24px;
  font-weight: normal;
  text-align: left;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  z-index: 4;
  color: #374046;
}
.success-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 70px;
  background: #ffffff;
  border: 1px solid #00bbd3;
  color: green;
  text-align: left;
  font-size: 14px;
  line-height: 15px;
  padding: 20px;
}
/* transformSelect CSS */
.tmSelect {
  clear: both;
  width: 100%;
  margin: 0px;
}
.tmSelect li {
  position: relative;
  list-style: none;
}
.tmSelect span,
.tmSelect input[type=text] {
  position: relative;
  cursor: pointer;
  display: block;
  left: 0;
  top: 0;
  margin: 0;
}
.tmSelect.auto {
  cursor: pointer;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 20px;
}
.tmSelect.auto span {
  background: transparent;
}
.tmSelect.auto ul {
  margin: 1px 0 0;
  width: 100%;
  background: #F9F9F9;
}
.tmSelect.auto > li:first-child > span {
  padding: 7px 12px;
  width: 35px;
  height: 100%;
}
.tmSelect ul,
.tmSelect .transformSelectDropdown {
  width: 100%;
  position: absolute;
  top: 100%;
  padding: 0;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 35px;
  overflow: hidden;
  z-index: 10;
}
.tmSelect ul span,
.tmSelect .transformSelectDropdown span {
  border: 0;
  color: #000;
  padding: 5px 13px;
}
.tmSelect ul span:hover,
.tmSelect .transformSelectDropdown span:hover {
  background: #333;
}
