
/* bila barva podklad u formulare v detailu pokoj detail */
.contactform {
  background-color: white;
  float: right;
  width: 100%;
}
input.contactform {
  /* background-color: white; */
  float: right;
  width: 60%;
}


/* font pro cenu v seznamu volnych pokoju */
.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__price .price {
  /* color: #1ea69a; */
  font-size: 1.7rem;
  line-height: 1.3;
}
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price {
  font-size: 1.9rem;
  /* color: #1ea69a; */
}

@media (max-width: 767px) {
  img.logo-erl{
    width: 70% !important;
  }

  button.book-it-scroll {
    visibility: visible !important;
  }
}

/* 2x4 ikony v detailu pokoje */
.rh_feature h4.rh_feature__title{
  text-align: center;
  font-size: 1.2em;
}

@media (min-width: 1280px) { .rh_feature_room { width: 23.3%; } }
@media (min-width: 1024px) { .rh_section__features_wrap_room { padding: 3rem 0rem 0; } }
@media (min-width: 1140px) { .rh_section__features_wrap_room { /* padding: 3rem 5rem 0; */ } }
@media (min-width: 1280px) { .rh_section__features_wrap_room { /* padding: 3rem 8rem 0; */ } }



/* datumovnik v detailu pokoje (formular) */
.datepicker-dropdown.datepicker-orient-bottom::after {
  display: none;
}
.datepicker {
  width: 250px;
}

.rh_wrap {
  background: #F7F7F7;
}

.ui-widget.ui-widget-content {
    max-width: 850px !important;
}

.dd__body::after, .dd__body.align-right::after, .datepicker-dropdown.datepicker-orient-bottom::before{
  display: none;
}

.table-condensed {
  border: none;
}

.ui-datepicker-calendar th {
  width: 27px !important;
  height: 27px !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ff7800 !important;
  line-height: 2rem !important;
  border: none !important;
}

.ui-datepicker-calendar td a, .ui-datepicker-calendar td span{
  padding: 0;
  margin: 0;
}

.ui-datepicker-calendar td {
  border: none !important;
}

table.ui-datepicker-calendar {
  border: none !important;
}

.dd__label {
  width: 20%;
}

.dd {
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .clndr__top {
    display: inline;
  }
  .va__middle, .vf__row--fill {
    display: block;
  }
}

/* update */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.input-daterange .input-group-addon {
  border-width: 1px 1px 1px 1px !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.input-group-addon {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  width: 10% !important;
}

.input-group.date label, .dateEnd label {
  color: #808080;
}

.dateEnd {
  line-height: 2;
  height: 100%;
  margin-bottom: 20px;

}

#dateStartInput, #dateEndInput {
  width: 55.5%;
  float: right;
  text-align: center;
}

#dateStart {
  line-height: 2;
}

.input-group.date {
  width: 100%;
  margin-bottom: 20px;
}

input[type=checkbox]#end_date_checkbox {
  transform: scale(2.0);
  margin: auto;
  margin-left: 20px;
}

button.book-it-scroll {
  display: block;
  margin: auto;
  margin-bottom: 10rem;
  background: #ea723d !important;
  visibility: hidden;
}

.book-it-div {
  width: 100%;
}
