/**
 * Overrides chosen.css built-in styles to match the look and feel of workspace
 * without forking chosen's (required for functionality) css definition.
 * @author Martin
 */
.chzn-container-single .chzn-single span {
    color: black;
    line-height: 31px;
    padding-left: .5em;
}
.chzn-container-single .chzn-single {
    height: 32px;
    color: #3e3c3e !important;
    background-image: none;
    background-color: rgb(221, 221, 221);
    border-color: gray;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist;
    font-family: Arial;
    color: #3e3c3e;
    background: #eceeef;
    border: 1px solid #bdb8b8;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    max-width: 15em;
    margin-bottom: 2px;
    text-transform: capitalize;
}
.chzn-container {
    font-size: 13px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-family: Arial;
    color: #3e3c3e;
    background: none;
    padding-left: .5em;
    text-decoration: none;
    border: none;
    max-width: 15em;
    margin-bottom: 2px;
    text-transform: capitalize;
    padding-left: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single {
    color: #3e3c3e !important;
}
.chzn-container-multi .chzn-choices .search-field input {
    padding: 0;
}
.chzn-container-single .chzn-single div b {
    background: none;
}
