#QuickSearch_Elements{
    position: relative;
    width: 100%;
}
#irent-datepicker-dom{
    position: absolute !important;
}
.irent-quick-search * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}
.irent-quick-search {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 20px 0;
}
.irent-quick-search.small{
    flex-wrap: wrap;
}
.irent-quick-search-container:not(.irent-btn) {
    border: 1px solid #ccc;
}
.irent-quick-search-container {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    min-height: 50px;
    flex: 1 1 150px;
}
.irent-quick-search input {
    padding: 0 30px 0px 15px;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    color: #727b82;
}
.irent-quick-search input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    position: relative;
    background-color: transparent;
    z-index: 2;
    box-shadow: none;
}
.irent-quick-search #datepicker-check-in {
    border-right: 1px solid #d2d8dd;
    border-right-color: rgb(210,216,221);
}
.irent-quick-search .icon {
    position: absolute;
    line-height: 50px;
    top: 0;
    right: 1px;
    padding: 0 15px;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #999;
}
.datepicker-control[readonly] {
    background-color: transparent;
    position: relative;
    z-index: 2;
    cursor: pointer;
    color: #727b82;
}
/* people buttons */
.irent-quick-search-container.irent-btn input[type="submit"] {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    cursor: pointer;
    padding: 0;
}
.irent-quick-search.beige .irent-quick-search-container.irent-btn input[type="submit"] {
    background-color: #e8c39e;
    border-color: #e8c39e;
}
.irent-quick-search.beige .irent-quick-search-container.irent-btn input[type="submit"]:hover {
    background-color: #cba884;
    border-color: #cba884;
}
.irent-quick-search.blue .irent-quick-search-container.irent-btn input[type="submit"] {
    background-color: #1976d2;
    border-color: #1976d2;
}
.irent-quick-search.blue .irent-quick-search-container.irent-btn input[type="submit"]:hover {
    background-color: #005eb6;
    border-color: #005eb6;
}
.irent-quick-search.green .irent-quick-search-container.irent-btn input[type="submit"] {
    background-color: #009929;
    border-color: #009929;
}
.irent-quick-search.green .irent-quick-search-container.irent-btn input[type="submit"]:hover {
    background-color: #007e09;
    border-color: #007e09;
}
.irent-quick-search.red .irent-quick-search-container.irent-btn input[type="submit"] {
    background-color: #f86f6f;
    border-color: #f86f6f;
}
.irent-quick-search.red .irent-quick-search-container.irent-btn input[type="submit"]:hover {
    background-color: #d95457;
    border-color: #d95457;
}
.irent-quick-search.lblue .irent-quick-search-container.irent-btn input[type="submit"] {
    background-color: #5cbbf6;
    border-color: #5cbbf6;
}
.irent-quick-search.lblue .irent-quick-search-container.irent-btn input[type="submit"]:hover {
    background-color: #38a0d9;
    border-color: #38a0d9;
}
.irent-quick-search.orange .irent-quick-search-container.irent-btn input[type="submit"] {
    background-color: #ffbf75;
    border-color: #ffbf75;
}
.irent-quick-search.orange .irent-quick-search-container.irent-btn input[type="submit"]:hover {
    background-color: #e1a45b;
    border-color: #e1a45b;
}
/* Datepicker */
/* beige */
.irent-datepicker.beige .container__days .day-item:hover,
.irent-datepicker.beige .container__months .month-item-header .button-next-month:hover {
    color: #e8c39e;
    box-shadow: 0 0 0 1px #e8c39e;
}
.irent-datepicker.beige  .container__months .month-item-header .button-next-month:hover>svg {
    fill: #e8c39e;
}
.irent-datepicker.beige .container__days .day-item.is-start-date.is-end-date,
.irent-datepicker.beige .container__days .day-item.is-start-date,
.irent-datepicker.beige .container__days .day-item.is-end-date{
    background-color: #e8c39e;
    color: #fff !important;
}
.irent-datepicker.beige .container__days .day-item.is-in-range{
    background-color: #ffefd1;
}
/* blue */
.irent-datepicker.blue .container__days .day-item:hover,
.irent-datepicker.blue .container__months .month-item-header .button-next-month:hover  {
    color: #1976d2;
    box-shadow: 0 0 0 1px #1976d2;
}
.irent-datepicker.blue  .container__months .month-item-header .button-next-month:hover>svg {
    fill: #1976d2;
}
.irent-datepicker.blue .container__days .day-item.is-start-date.is-end-date,
.irent-datepicker.blue .container__days .day-item.is-start-date,
.irent-datepicker.blue .container__days .day-item.is-end-date{
    background-color: #1976d2;
    color: #fff !important;
}
.irent-datepicker.blue .container__days .day-item.is-in-range{
    background-color: #a8e0ff
}
/* green */
.irent-datepicker.green .container__days .day-item:hover,
.irent-datepicker.green .container__months .month-item-header .button-next-month:hover  {
    color: #009929;
    box-shadow: 0 0 0 1px #009929;
}
.irent-datepicker.green  .container__months .month-item-header .button-next-month:hover>svg {
    fill: #009929;
}
.irent-datepicker.green .container__days .day-item.is-start-date.is-end-date,
.irent-datepicker.green .container__days .day-item.is-start-date,
.irent-datepicker.green .container__days .day-item.is-end-date{
    background-color: #009929;
    color: #fff !important;
}
.irent-datepicker.green .container__days .day-item.is-in-range{
    background-color: #b2ffae
}
/* red */
.irent-datepicker.red .container__days .day-item:hover,
.irent-datepicker.red .container__months .month-item-header .button-previous-month:hover,
.irent-datepicker.red .container__months .month-item-header .button-next-month:hover {
    color: #f86f6f;
    box-shadow: 0 0 0 1px #f86f6f;
}
.irent-datepicker.red .container__months .month-item-header .button-previous-month:hover>svg,
.irent-datepicker.red .container__months .month-item-header .button-next-month:hover>svg {
    fill: #f86f6f;
}
.irent-datepicker.red .container__days .day-item.is-start-date.is-end-date,
.irent-datepicker.red .container__days .day-item.is-start-date,
.irent-datepicker.red .container__days .day-item.is-end-date{
    background-color: #f86f6f;
    color: #fff !important;
}
.irent-datepicker.red .container__days .day-item.is-in-range{
    background-color: #ffe0da;
}
/* lblue */
.irent-datepicker.lblue .container__days .day-item:hover,
.irent-datepicker.lblue .container__months .month-item-header .button-previous-month:hover,
.irent-datepicker.lblue .container__months .month-item-header .button-next-month:hover {
    color: #5cbbf6;
    box-shadow: 0 0 0 1px #5cbbf6;
}
.irent-datepicker.lblue .container__months .month-item-header .button-previous-month:hover>svg,
.irent-datepicker.lblue .container__months .month-item-header .button-next-month:hover>svg {
    fill: #5cbbf6;
}
.irent-datepicker.lblue .container__days .day-item.is-start-date.is-end-date,
.irent-datepicker.lblue .container__days .day-item.is-start-date,
.irent-datepicker.lblue .container__days .day-item.is-end-date{
    background-color: #5cbbf6;
    color: #fff !important;
}
.irent-datepicker.lblue .container__days .day-item.is-in-range{
    background-color: #c0ecff;
}
/* orange */
.irent-datepicker.orange .container__days .day-item:hover,
.irent-datepicker.orange .container__months .month-item-header .button-previous-month:hover,
.irent-datepicker.orange .container__months .month-item-header .button-next-month:hover {
    color: #ffbf75;
    box-shadow: 0 0 0 1px #ffbf75;
}
.irent-datepicker.orange .container__months .month-item-header .button-previous-month:hover>svg,
.irent-datepicker.orange .container__months .month-item-header .button-next-month:hover>svg {
    fill: #ffbf75;
}
.irent-datepicker.orange .container__days .day-item.is-start-date.is-end-date,
.irent-datepicker.orange .container__days .day-item.is-start-date,
.irent-datepicker.orange .container__days .day-item.is-end-date{
    background-color: #ffbf75;
    color: #fff !important;
}
.irent-datepicker.orange .container__days .day-item.is-in-range{
    background-color: #ffffc6;
}
/* Autocomplete */
.irent-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    float: left;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 7px 0 0 0;
    list-style: none;
    background-color: #fff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, .2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    max-height: 40vh;
    overflow: auto;
    color: #727b82;
}
.irent-autocomplete.active{
    display: block !important;
}
.irent-autocomplete .ui-menu-item:hover,
.irent-autocomplete .ui-menu-item.focus,
.irent-autocomplete .ui-menu-item.selected.focus {
    cursor: pointer;
    background-color: #f6f6f6;
}
.irent-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    padding: 5px 10px;
    line-height: 18px;
    list-style: none;
    text-align: left;
    transition: all .2s;
    font-size: 0.875rem;
}
.irent-autocomplete.beige .ui-menu-item:hover {
    color: #cba884;
}
.irent-autocomplete.blue .ui-menu-item:hover {
    color: #005eb6;
}
.irent-autocomplete.green .ui-menu-item:hover {
    color: #007e09;
}
.irent-autocomplete.red .ui-menu-item:hover {
    color: #d95457;
}
.irent-autocomplete.lblue .ui-menu-item:hover {
    color: #38a0d9;
}
.irent-autocomplete.orange .ui-menu-item:hover {
    color: #e1a45b;
}
/* Panel dropdown */
#Irent_Guest_Dropdown {
    position: relative;
    width: 0;
    height: 0;
}
.irent-people-dropdown {
    position: absolute !important;
}
.irent-people-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px 15px 0 15px;
    white-space: normal;
    width: 230px;
}
.irent-people-dropdown.active .panel-dropdown-content {
    opacity: 1;
    visibility: visible;
}
.irent-people-dropdown .qtyButtons {
    display: flex;
    margin: 0 0 13px 0;
}
.irent-people-dropdown .qtyButtons label {
    line-height: 38px !important;
    padding-right: 15px !important;
    display: block !important;
    flex: 1 !important;
    color: #727b82 !important;
    font-size: 0.875rem !important;
    font-weight: unset !important;
}
.irent-people-dropdown .qtyInc,
.irent-people-dropdown  .qtyDec {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    font-size: 1.75rem;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-family: 'fontello';
    display: grid;
    place-items: center;
}
.irent-people-dropdown .qtyInc .dashicons,
.irent-people-dropdown .qtyDec .dashicons{
    width: 0.875rem;
    height: 0.875rem;
    font-size: 0.875rem;
}
.irent-people-dropdown.beige .qtyInc,
.irent-people-dropdown.beige .qtyDec {
    background-color: #e8c39e;
}
.irent-people-dropdown.blue .qtyInc,
.irent-people-dropdown.blue .qtyDec {
    background-color: #1976d2;
}
.irent-people-dropdown.green .qtyInc,
.irent-people-dropdown.green .qtyDec {
    background-color: #009929;
}
.irent-people-dropdown.red .qtyInc,
.irent-people-dropdown.red .qtyDec {
    background-color: #f86f6f;
}
.irent-people-dropdown.lblue .qtyInc,
.irent-people-dropdown.lblue .qtyDec {
    background-color: #5cbbf6;
}
.irent-people-dropdown.orange .qtyInc,
.irent-people-dropdown.orange .qtyDec {
    background-color: #ffbf75;
}
.irent-people-dropdown .qtyButtons input {
    outline: 0 !important;
    font-size: 0.875rem I !important;
    text-align: center !important;
    width: 50px !important;
    height: 36px !important;
    color: #333 !important;
    line-height: 36px !important;
    margin: 0 !important;
    padding: 0 5px !important;
    border: 0 !important;
    box-shadow: none !important;
    pointer-events: none !important;
    display: inline-block !important;
    border: 0 !important;
}
.irent-people-dropdown .panel-dropdown-content:after {
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}
@media (max-width: 768px) {
}

@media (max-width: 1048px) {
    .irent-quick-search-container {
        flex: 1 1 100%;
    }
}

@media (min-width: 564px) {
    /* Datepicker */
    /* container */
    .irent-datepicker {
        direction: ltr;
        text-align: left;
    }
}

@media (min-width: 730px) {
}

@container (max-width: 237px){
    .irent-quick-search{
        flex-wrap: wrap;
    }
}