﻿/* Chosen como Foundation*/

.chosen-container { margin-bottom: 15px; }

.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices li.search-field input[type=text]{
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-color: #ccc;
    color: rgba(0, 0, 0, 0.75);
    height: 32px;
    line-height: 32px;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    box-shadow: none;   
}

.chosen-container-single .chosen-single div{
    top: 4px;
}

.chosen-container-single .chosen-single abbr{
    top: 10px;
}

.chosen-container-single .chosen-drop {border-radius: 0;}