option[disabled="disabled"] {
    display: none;
}
.trips .trip {
    background-color: #fcfcfa;
    border: 1px solid #cfc8b2;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
    font-size: .8rem;
}
.trip .row>* {
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
}
.trip .trip-timing .time {
    font-size: 1.1rem;
    font-weight: 600;
}
.trips .trip-selected {
    background-color: #faf1e1;
}
.trip-info > div {
    padding: 5px 10px 20px;

    position: relative;
}
.trip-info > div:first-child {
    background-color: #222;
    width: 100%;
    color: #fff;
    border-radius: 0;
}
.trip-info > div:last-child {
    background-color: #ddd;
    width: 100%;
    color: #222;
    border-radius: 0;
}
.trip-info .arrow-black {
    background-color: #222;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    padding: 0;
    top: -5px;
}
.trip-details {
    border: 1px solid #aaa;
    padding: 10px;
    margin: 10px;
}
.trip-details .deck {
    max-width: 185px;
    margin: 0px auto;
}
.notes-to-travellers {
    font-size: 0.85rem;
}
.seat {
    display: inline-block;
    width: 40px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #444;
    box-shadow: 1px 1px 3px #777;
    margin: 2px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 0.8rem;
    line-height: 30px;
    cursor: pointer;
}
.seat-occupied {
    background-color: #f00;
    color: #fff;
    cursor: not-allowed;
}
.seat-selected {
    background-color: #8259c9;
}
.seat-blocked {
    background-color: #808080;
}
table.coach-seats {
    margin: 10px auto;
    width: 150px;
}
table.coach-seats tr > td:empty {
    padding-right: 30px;
}
table.coach-seats tr > td > div {
    margin: auto;
}
/*from choose_seat*/
.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 12px;
}
.ui-autocomplete::-webkit-scrollbar {
    width: 2px;
    height: 0px;
}
.ui-autocomplete::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #a9a9a9;
}
.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.trip-type .form-check {
    display: inline-block;
    padding-right: 20px;
}
.trip-info {
    font-size: 14px;
}
.depart-trips .h4, .returning-trips .h4 {
    font-size: 1rem;
}
.trip .btn {
    font-size: .7rem;
}
.price-info-btn {
    cursor: pointer;
}
.trip .city-country {
    font-size: .7rem;
}
.location-arrow {
    color:#555;
}
@media only screen and (min-width: 992px) {
    .trips .trip {
        font-size: 1rem;
    }
    .price-info-btn {
        font-size: 1.1rem;
    }
    .trip-info .arrow-black {
        background-color: #222;
        position: absolute;
        top: calc(50% - 5px);
        transform: rotate(45deg);
        width: 10px;
        height: 10px;
        padding: 0;
        left: -5px;
    }
    .trip-info {
        display: flex;
        font-size: 14px;
    }
    .trip-info > div:first-child {
        width: 50%;
        border-radius: 5px 0 0 5px;
    }
    .trip-info > div:last-child {
        width: 50%;
        border-radius: 0 5px 5px 0;
    }
    .trip-info .arrow-black {
        top: calc(50% - 5px);
    }
    .depart-trips .h4, .returning-trips .h4 {
        font-size: 1.2rem;
    }
    .trip .btn {
        font-size: 1rem;
    }
    .trip .city-country {
        font-size: .8rem;
    }
}
#header {
    background-color: #fff !important;
}
nav #site-logo {
    width: 100px;
}
footer {
    background-color: #000;
    padding: 10px;
    color: #fff;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
}

.error .error-message {
    font-weight: normal;
    color: #f00;
    font-size: .8rem;
}

.loading-gradient {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54%);
    background-size: 1000px 640px;
    width: 100%;
    position: relative;
    
}

#cookie-modal {
    position: fixed;
    bottom: 15px;
    left: 15px;
}
#cookie-modal .modal-dialog{
    margin: 0
}
#cookie-modal .modal-dialog .modal-content{
    box-shadow: 5px 5px 5px #888;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.trip-details .c44seater {
    max-width: 225px;
}
.c4-seater .seat {
    width: 30px;
}
.bundle-rates {
    margin-left: 4px;
    font-size: 0.6rem;
}
#lcs-sep {
    cursor: pointer;
}