//chosen style for the registration form .registration-wrapper, .update-wrapper{ .chosen-container{ width: 100%; .chosen-choices{ height: 50px!important; overflow-y: scroll!important; } .chosen-choices li.search-field .default{ min-height: 40px; } .chosen-choices li.search-choice{ height: 35px; line-height: 35px; } .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{ top:7px; } } } //chosen style for the filters modal .filters-wrapper{ .chosen-container{ width: 100%!important; } .chosen-choices{ min-height: 30px; } } //chosen - user register/update modal .userModal-wrapper{ .chosen-container{ width: 100%!important; } .chosen-choices{ min-height: 30px; max-height: 60px; overflow-y: scroll!important; } }