.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.chosen-container-single .chosen-single:focus {
    border: 1px solid #aaa;
    outline: 2px solid #878dfa !important;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #EFEEFB !important;
    background-image: none !important;
    color: #b6b6b7 !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.chosen-container .chosen-results li.no-results {
    color: #EA0101 !important;
    display: list-item;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    outline: 2px solid #878dfa !important;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-single .chosen-search input[type="text"] {
    border-radius: 5px;
    border: 1px solid #878dfa;
}

.chosen-container {
  width: 100% !important;
}

.select-box-edit div[id=clientName_chosen] a.chosen-single,
.select-box-edit div[id=companyId_chosen] a.chosen-single,
.select-box-edit div[id=voucherTypeDropdown_chosen] a.chosen-single,
.select-box-edit div[id=faceValueDropdown_chosen] a.chosen-single {
    background: 0;
    border: 0 !important;
    box-shadow: none !important;
}
