/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : June 14, 2017, 14:06:56 PM
    Author     : jasmin
*/

.datepick-popup {
    width: 250px!important;
}
.customDatePicker .datepick-month tr td, .customDatePicker .datepick-month tr th,
.customDatePicker.datepick .datepick-month span, .customDatePicker.datepick .datepick-month a{
    height: 22px;
}
.customDatePicker.datepick .datepick-month span, .customDatePicker.datepick .datepick-month a {
    font-size: 14px;
}
.customDatePicker.datepick .datepick-month span, .customDatePicker.datepick .datepick-month a {
    padding: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    border-radius: 0;
    cursor: pointer;
}
.form-field {
    min-height: 34px;
}
.datepick-input-check-out {
    margin-bottom: 10px;
}
.embedded-search-container .number_of_guests, .embedded-search-container .filterSelect {
    font-size: 14px;
}
.clock-icon, .clock-icon-instant-booking {
    font-size: 19px;
    position: absolute;
    left: 1px;
    width: 29px;
    height: 30px;
    line-height: 21px;
    top: 5px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    background-color: #fff;
    z-index: 5;
    padding-left: 7px;
    padding-top: 5px;
    color: #999;
    pointer-events: none;
}
input {
    -webkit-appearance: none;
}
.drop-arrow:before {
    font-family: Flaticon;
    content: "\f115";
    font-size: 8px;
}
#embedded-search-submit {
    color: white;
    background: #fb6322;
    border: 1px solid #fb6322;
    border-radius: 5px;
    height: 36px;
    width: 170px;
    font-weight: 400;
    z-index: 1000;
}
#embedded-search-submit #guests.drop > .triang {
    left: 9px;
}
.cs-search iframe {
    overflow: hidden;
}
.embedded-logo-cs {
    margin-left: -50px;
    margin-top: 7px;
    width: 200px;
    height: 21px;
}
.embedded-location-search {
    border-radius: 0px;
}
/*.check-in-padding {
    padding-right: 7px;
}
.check-out-padding {
    padding-left: 7px;
}*/
.embedded-search-container ~ .sp-picker .sp-months-wrap {
    border: 1px solid #cccccc;
    top: 3%;
    left: 50%;
    right: 5%;
}

@media screen and (max-width: 320px) {
    .embedded-location-search .number_of_guests {
        font-size: 13px;
    }
    .datepick-input-check-in {
        font-size: 12px;
    }
    .datepick-input-check-out {
        font-size: 12px;
    }
}
/*.search-suggestion.tt-suggestion.tt-selectable {
    font-size: 100%;
}*/
#search-from {
    height: 40px;
}
#search-to {
    height: 40px;
}
.form-control.tt-input {
    border: 1px solid #888888!important;
    padding-left: 30px;
}
div.tt-menu {
    width: 80% !important;
}
/*.bottom-fix {
    position: absolute;
    bottom: 0px;
}*/
@media screen and (max-width: 320px) {
    .embedded-location-search .number_of_guests {
        font-size: 13px;
    }
    .datepick-input-check-in {
        font-size: 12px;
    }
    .datepick-input-check-out {
        font-size: 12px;
    }
}

@media screen and (min-width: 330px) and (max-width: 590px) {
    .extra-sm {
        width: 33.33%;
    }
}
.select-date {
    padding-left: 33px;
}
.select-date::placeholder {
    color: #555!important;
}
.js-guests {
    margin-left: 5px;
}
.triang {
    border-bottom: 10px solid #c3c3c3;
}
#guests-drop {
    color: #555;
    width: 45vw;
}
.sp-picker .sp-home-calendar-table .sp-month-title {
    border-top: 0px!important;
}
.triangle-left {
    position: fixed;
    z-index: 999;
    left: 48%;
    top: 57%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #c3c3c3;
}

.triangle-right {
  position: fixed;
  z-index: 999;
  right: 48%;
  top: 57%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #c3c3c3;
}
.searchbox-typeahead.tt-hint {
    padding-left: 30px;
}
#guests-drop {
    top: -100%;
    left: 28%;
}
#guests-drop > .triang {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #c3c3c3;
    left: -8%;
    top: 50px;
}
.guests-line {
    margin-bottom: 0px!important;
}
#color-parameters {
    /*min-height: 260px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 3px;
}
.searchbox-inputs {
    margin-bottom: 8px!important;
}
.select-date {
    margin-bottom: 15px!important;
}
.embedded-search-container ~ .sp-picker .sp-home-calendar-table table tr td, .embedded-search-container ~ .sp-picker .sp-home-calendar-table table tr th {
    height: 24px!important;
}
.tt-menu .tt-suggestion {
    padding: 2px 20px!important;
}

/* fix the issue of messed up triangle */
#embedded-search-form div.triang {
    display: none;
}
