/*
 * 
    * jQuery MultiComplete
    * =====================
    * Written by Tom Hallam
    * http://tomhallam.github.com/jQuery-Multicomplete/
    * Licenced with the Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) licence
    * See: http://creativecommons.org/licenses/by-sa/3.0/
 * 
 */
 
.panel-multicomplete-results {
    border: 1px solid #ccc;
    /*width: 360px;
    font-family: Tahoma;
    font-size: 12px;*/
    background: #fff;
    max-height: 430px;
    overflow: auto;
}

.panel-multicomplete-results .result {
    padding: 15px 0px 10px;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
}

.panel-multicomplete-results .result:last-child {
    border: none;
}

.panel-multicomplete-results .group {
    border-bottom: 1px solid #ccc;
}

.panel-multicomplete-results .group:last-child {
    border: none;
}

.panel-multicomplete-results .group-title {
    float: left;
    width: 100px;
    padding: 5px;
    font-weight: bold;
    display: none;
}

.panel-multicomplete-results .group-items {
    float: left;
    width: 100%;
}

.panel-multicomplete-results .group-items .col-xs-9 {
    padding: 0 !important;
}

.panel-multicomplete-results .group-items img {
    width: 100%;
    /*height: 60px;*/
}

.highlight {
    font-weight: bold;
}

/* UTILITIES */
.clearfix {
    clear: both;
}

.nameDiv {
    font-size: 12px;
}

.result .meta {
    font-size: 11px;
    color: #666;
    font-weight: bold;
}

.result:hover {
    background-color: #eee;
}

.result a {
    color: #666;
}