/*
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 : 3-feb-2016, 11.36.30
    Author     : Claudio Ferrari <claudio.ferrari@imagist.it>
*/
.input-group .twitter-typeahead:first-child .tt-input, .input-group .twitter-typeahead:first-child .tt-hint{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.example-twitter-oss .tt-suggestion {
    padding: 8px 20px;
}
.example-twitter-oss .tt-suggestion + .tt-suggestion {
    border-top: 1px solid #CCCCCC;
}

.description {
    /*font-weight: bold;*/
    /*color: #CCCCCC;*/
}
.code {
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 5px 0;
    overflow: hidden;
    margin: 0 20px 5px;
    color: #CCCCCC;
}
.ean-code {
    float: right;
    font-style: italic;
}

/*.kv-plugin-loading {
    width: 25px;
    height: 25px;
    background: transparent url('/img/loading.gif') center right no-repeat;
}*/
.typeahed-loading
{
    /*padding-right: 30px;*/
   background: url('/img/loading.gif') no-repeat scroll right center content-box !important;

}

