/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 16, 2017, 3:26:10 PM
    Author     : noor
*/

/*
#custom-templates .empty-message {
    padding: 5px 10px;
}



.typeahead {
    background-color: #fff;
}
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}*/

/*.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

 example specific styles 
 ----------------------- 

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}
*/

#custom-templates .empty-message {
    
}

.tt-menu {
    width: 100%;
    margin: -1px 0 0;
    /*padding: 10px;*/
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
    padding: 8px 12px;
    line-height: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}
.twitter-typeahead{
    width: 100%;
}

.tt-suggestion {
    font-size: 12px;
}
.empty-message { 
    color:#3598dc; 
    padding: 8px 15px;
}
.ct-search-item { 
    padding: 15px;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #eee;
}
.tt-suggestion .ct-search-item:first-child { 
    border-top: none;
}
.ct-search-item:hover { 
    background: #f1f1f1;
}
.ct-search-thumb { 
    float: left;
    width: 40px;
    height: 40px;
}
.ct-search-excerpt { 
    margin-left: 55px;
}
.ct-search-excerpt { 
    
}