﻿.autocomplete-suggestions {
    width: 100%;
    margin-top: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    background: #FFF;
    cursor: default;
    overflow: auto;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.autocomplete-suggestion {
    height: 40px;
    padding: 5px 12px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    line-height: 29px;
    background: #FFF;
    color: #77980e;
    border-bottom: 1px solid #eee;
}

.autocomplete-suggestion:nth-child(odd) {
    background-color: #fefefe;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #f5f5f5 !important;
}

.autocomplete-selected strong {}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #666f78;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 15px;
    color: #666f78;
    display: block;
    border-bottom: 1px solid #666f78;
}

.autocomplete-suggestion span {
    position: absolute;
    right: 5px;
    font-size: 13px;
    color: #666f78;
}

.autocomplete-suggestions:before,
.autocomplete-suggestions:after {
    content: "";
    position: absolute;
    display: block;
}

.autocomplete-suggestions:before {
    left: 9px;
    top: -7px;
    border-bottom: 7px solid #d7d7d7;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.autocomplete-suggestions:after {
    left: 10px;
    top: -6px;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}


/* search-suggest-sm */

.autocomplete-suggestions-sm .autocomplete-suggestion {
    height: 30px;
}

.autocomplete-suggestions-sm .autocomplete-suggestion {
    height: 29px;
    line-height: 29px;
    padding: 0 10px;
    font-size: 13px;
}

.autocomplete-suggestions-sm .autocomplete-suggestion span {
    font-size: 12px;
}
