/**
*
*/

.chosen-container{
    border: none;
}
.chosen-container-active .chosen-choices{
    box-shadow: none!important;
}
.chosen-container-multi .chosen-choices{
    border:solid 1px #79c000!important;
    box-shadow: none!important;
}
/** Etichetta Tag **/
.chosen-container-multi .chosen-choices li.search-choice{
    background-color: #79c000!important;
    background-image: none!important;
    color:white!important;
    border:none!important;
}
.search-choice span{

}
.chosen-drop{

}
.chosen-results{

}
.chosen-container .chosen-results li.highlighted{
    background-color: #79c000!important;
    background-image: none!important;
}