.chosen-container .chosen-results li.highlighted {
  background-color: #DEF3FB !important;
  background-image: none !important;
  color: #1B51DC;
}

.chosen-single{
  box-sizing: border-box !important;
  background: 0 !important;
  box-shadow: none !important;
  background-color: #FFFFFF !important;
  border: 1px solid #D1CFD7 !important;
}

.chosen-single:hover{
  background-color: #DEF3FB !important;
  color: #1B51DC !important;
}

a.chosen-single:hover{
  border: 1px solid #1B51DC !important;
}

.chosen-container.chosen-container-single {
  color: #1B51DC !important;
}

.chosen-container.chosen-container-single:hover {
  color: #1B51DC !important;
}

.chosen-container.chosen-container-single.chosen-container-active {
  color: #221C46 !important;
}

.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop > a.chosen-single {
  box-sizing: border-box !important;
  border: 3px solid #1B51DC !important;
  width: inherit;
  height: inherit;
  color: #221c46 !important;
}

.chosen-container.chosen-container-single:disabled {
  background: #EFEFEF !important;
  color: #B5B2BC !important;
}

.chosen-container.chosen-container-single:read-only {
  color: #221C46 !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;
}
