.twitter-typeahead {
    /*display: table-cell !important;*/
	width:100%;
}

.booking-form  .tab-content .empty-message {
    background: white;
    padding: 5px 10px;
    text-align: center;
    color: #000000;
}

.booking-form  .tab-content .tt-menu {
    background: white;
    width: 100%;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
    /* border: 2px solid #140028; */
    margin-top: 0px;
    max-height: 300px;
    overflow-y: auto;
}

.league-name {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    margin: 0px;
    background: #999999;
    /* font-weight: bold; */
}


/* 
.booking-form  .tab-content .tt-menu::before {
    content: "";
    position: absolute;
    border-color: rgba(221, 221, 221, 0);
    border: solid #140028;
    margin-left: -13px;
    width: 19px;
    height: 19px;
    display: inline-block;
    background: #fff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -11px;
    left: 45px;
    z-index: 9;
} */

.booking-form  .tab-content .tt-menu .tt-dataset {
    position: relative;
    z-index: 10;
}


/* .booking-form  .tab-content #hotelpack .tt-menu .tt-dataset {
    max-height: inherit;
    overflow-y: initial;
} */


/* .booking-form  .tab-content #hotelpack .tt-menu .tt-dataset,
.booking-form  .tab-content #FHform .tt-menu .tt-dataset {
    max-height: inherit !important;
    overflow-y: inherit !important;
} */

.flight-result-ddr__item {
    /* display: flex;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    height: 50px; */
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    cursor: pointer;
    display: flex;
    webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.res-des {
    font-size: 12px;
    color: #676767;
}

.flight-result-ddr__item.has-spinner {
    justify-content: center;
}

.flight-result-ddr__item.has-spinner i {
    font-size: 16px;
}

.flight-result-ddr__item .result-code {
    display: none;
}

.flight-result-ddr__item:hover,
.tt-cursor {
    background: #e5a72c;
    color: #fff;
    webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.flight-result-ddr__item:hover *,
.flight-result-ddr__item:hover .fas,
.tt-cursor .fas {
    color: #fff !important;
}

.flight-result-ddr__item>.name-city {
    display: flex;
    /* flex: 1; */
    flex-direction: row;
}

.flight-result-ddr__item>* {
    color: #333;
    display: flex;
}

.flight-result-ddr__item .icon {
    position: relative;
    left: 5px;
    /* top: 3px; */
    padding-right: 15px;
    color: #666;
    display: flex;
    align-items: center;
}

.flight-result-ddr__item.load {
    display: flex;
    align-items: center;
    flex: 5 100%;
    justify-content: center;
}

.tt-cursor,
.tt-cursor .icon,
.tt-cursor .result-name span,
.tt-cursor .result-name .tt-highlight,
.tt-cursor .name-city,
.tt-cursor .result-code {
    color: #FFF !important;
}

.booking-form  .tab-content .tt-dropdown-menu {
    color: aqua;
    background: #ff0062;
}

.booking-form  .tab-content .name-city,
.booking-form  .tab-content .result-code {
    color: #000000;
}

.booking-form  .tab-content .name-city .result-name {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.booking-form  .tab-content .name-city .result-name span {
    display: inline-block;
    width: 100%;
    line-height: normal;
}

.booking-form  .tab-content .name-city .result-name .country-name {
    font-size: 12px;
    color: #676767;
}

.booking-form  .tab-content .flight-result-ddr__item .fas,
.booking-form  .tab-content .empty-message .fas {
    color: #140028;
    display: none;
}

.booking-form  .tab-content .name-city .tt-highlight {
    color: #140028;
    /* cursor: pointer; */
}

.tt-footer {
    background: #f0f3f5;
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 5px 10px;
    justify-content: flex-end;
}

.tt-footer .tt-footer-btn {
    cursor: pointer;
    width: auto;
    overflow: visible;
    border: none;
    color: #333;
    background: transparent !important;
    display: flex;
    align-items: center;
}

#hotel-stay {
    display: none;
}

.form-control.has-error {
    background: #fff;
    border-bottom: #ec0000 solid 2px !important;
}

@media screen and (max-width:767px) {
    .booking-form  .tab-content .tt-menu {
        margin-left: 0px;
        margin-top: 0px;
    }
    .booking-form  .tab-content .name-city {
        color: #000000;
        line-height: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .booking-form  .tab-content .name-city .result-name span:not(.country-name) {
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }
    .booking-form  .tab-content .name-city .result-name .country-name {
        display: block;
    }
    .booking-form  .tab-content .push-left .tt-menu {
        left: 0 !important;
        right: 0;
    }
    .booking-form  .tab-content .push-left .tt-menu::before {
        left: initial;
        right: 50%;
        margin-right: -45px;
    }
}

@media screen and (max-width:480px) {
    .booking-form  .tab-content .tt-menu {
        width: 90vw;
    }
}