/*
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 : May 14, 2015, 3:44:56 PM
    Author     : jasko
*/

.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;
}
#embedded-search-submit {
    background: linear-gradient(#ececec, #dbdbdb) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(#FFF, #ECECEC) repeat scroll 0% 0% transparent;
    border: 1px solid #dbdbdb;
    height: 36px;
    width: 100%;
    font-weight: bold;
}
.datepick-input-check-out {
    background-image: none!important;
    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;
}
#embedded-search-submit {
    color: white;
    background: #fb6322;
    border: 1px solid #fb6322;
    border-radius: 5px;
    height: 36px;
    width: 170px;
    font-weight: bold;
    z-index: 1000;
}
.embedded-logo-cs {
    margin-left: -50px;
    margin-top: 7px;
    width: 200px;
    height: 21px;
}
#search-from {
    height: 40px;
}
#search-to {
    height: 40px;
}
.form-control.tt-input {
    border: 1px solid #888888!important;
    padding-left: 30px;
}
/*div.tt-menu {
    width: 100% !important;
}*/
#location, .twitter-typeahead input {
    height: 40px;
    border-radius: 0px;
}
.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: 54%;
    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: 54%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #c3c3c3;
}
div.tt-menu {
    border-radius: 0px;
    margin: 0;
    top: 100%;
    left: 0;
    list-style: outside none none;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
}
.tt-suggestion.tt-selectable {
    margin: 0px!important;
}
.embedded-search-container ~ .sp-picker .sp-months-wrap {
    border: 1px solid #cccccc;
    top: 11%;
    left: 50%;
    right: 5%;
}
.datepick-input-check-in {
    background-image: none!important;
}
.select-date {
    padding-left: 33px;
}
.select-date::placeholder {
    color: #555!important;
}
.form-control.select-date {
    border: 1px solid #888!important;
}
.searchbox-typeahead.tt-hint {
    padding-left: 30px;
}
#guests-drop {
    left: 28%;
}
#guests-drop > .triang {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #c3c3c3;
    left: -8%;
    top: -10px;
}
.guests-line {
    margin-bottom: 0px!important;
}
#color-parameters {
    /*min-height: 260px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 12px;
}
.searchbox-inputs {
    margin-bottom: 8px!important;
}
.select-date {
    margin-bottom: 9px!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;
}