﻿.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
}

.dropdown-header > span {
    display: inline-block;
}

.dropdown-header > span:first-child {
    width: 50px;
}

.k-list-container > .k-footer {
    padding: 10px;
}

#searchbar-list .k-list-item {
    line-height: 1em;
    min-width: 300px;
    border-bottom: 0.5px solid #ebebeb;
}

#searchbar-list .k-list-item-text > span {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 10px 5px;
}

#searchbar-list h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
    color: #888A8F
}

#searchbar-list p {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    color: #B6B9BF
}

.autocomplete-nodata > h3 {
    text-transform: capitalize;
    font-size: 1.5em !important;
    color: #57595C;
}

.autocomplete-nodata > p {
    text-transform: lowercase;
    font-size: 1em !important;
}

.autocomplete-nodata > p::first-letter {
    text-transform: uppercase;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #888A8F;
    text-align: center;
    margin: 0;
}

.initials {
    line-height: 1;
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 13px;
    text-transform: uppercase;
}

.autocomplete-header {
    border-bottom: 0.5px solid #ebebeb;
    padding: 0.5rem !important;
    color: #B6B9BF !important;
}

#searchbar {
    width: 350px;
}
