﻿.chosen-container-multi .chosen-choices { height: 100% !important; } /*Want the choices container to be the same height as the parent always*/
.chosen-container-multi .chosen-choices li.search-choice { cursor: pointer; } /*Want the whole choice to be the thing you click*/
.chosen-container-multi .chosen-choices li.search-choice:hover .search-choice-close{background-position:-42px -10px} /*Change the close icon to the hover state*/
.chosen-container .chosen-choices { background-image: none; }
.chosen-container .chosen-choices.input-validation-error { background-color: #FFC2C2; }
.chosen-container .chosen-choices.loading { background: url(/Content/images/shared/ajax-loader-circle.gif) right center no-repeat #FFF; }
.chosen-container .chosen-choices.disabled { background-color: #EBEBE4; background-image: none; }
.chosen-container-multi .chosen-drop .select-all { display: list-item; cursor: pointer; }