/*!
 * bootstra-suggest -  v2.0.1 (https://github.com/lodev09/bootstrap-suggest#readme)
 * Copyright 2013-2019 Jovanni Lo (lodev09@gmail.com)
 * Licensed under MIT (https://github.com/lodev09/bootstrap-suggest/blob/master/LICENSE)
 */

.suggest {
    position: relative;
    top: 7px;
    z-index: 30;
    text-align: left;
}

.suggest > .dropdown-menu {
    margin-top: 15px;
    position: absolute;
}

.suggest > .dropdown-menu > a.dropdown-item {
    border-top: 1px solid #eeeeee;
    padding: 5px 10px;
    text-decoration: none;
}

.suggest > .dropdown-menu > a:hover.dropdown-item {
    color: #000000;
}

.suggest > .dropdown-menu > a.dropdown-item:first-child {
    border-top: 0;
}

.suggest > .dropdown-menu > a:hover.dropdown-item:first-child {
    color: #ffffff;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}
