﻿


.autocomplete-smart-venue-suggestions {
}

.autocomplete-smart-venue-suggestion {
    padding-left: 10px !important;
    border-bottom: 1px solid #ccc;
}

    .autocomplete-smart-venue-suggestion:hover {
        background-color: #fff3a3;
    }

    .autocomplete-smart-venue-suggestion b {
        font-weight: 700;

        color: #007791;
    }

    .autocomplete-smart-venue-suggestion small {
        color: #5c5c5c;
        font-size: 12px;
    }

.section-seperator {
    background-color: #f2f2f2 !important;
    cursor: auto;
}

    .section-seperator:hover {
        background-color: #f2f2f2;
    }

.searchresult-info {
    float: left;
    max-width: 250px;
}

.venue-suggestion {
    width: 100%;
    
}


.search-venue-capacity {
    float: left;
    width: 50%;
}

    .search-sit-stand {
        display: block;
    }

    .search-bts-mrt {
        float: right;
        width: 50%;
    }

.searchresult-additional-info {
    width: 100%;
    display: block;
}

.autocomplete-smart-venue-suggestions {

    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    margin-top: 5px;
    /*border: 1px solid #000;*/
    /*display: block !important;*/
    border-radius: 4px;
    width: 350px;
    max-width: 350px;
    max-height: 330px;
}

.autocomplete-smart-venue-suggestion {
    cursor: pointer;
    position: relative;
    padding: 4px .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

    .autocomplete-smart-venue-suggestion b {
        font-weight: normal;
        color: #1f8dd6;
    }

    .autocomplete-smart-venue-suggestion.selected {
        background: #f0f0f0;
    }

@media (max-width: 990px) {
    .autocomplete-smart-venue-suggestions {
        max-width: 100%;
        
    }
    .autocomplete-smart-venue-suggestion {
        padding: 10px !important;
    }

}
