
.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*clip: unset;*/
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%);
}

.chosen-container-single .chosen-single {
	height: 30px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background: none;
	background-color: #fff;
	box-shadow: none;
	background-clip: unset
}

	.chosen-container-single .chosen-single span {
		padding-top: 2px;
	}

	.chosen-container-single .chosen-single div b {
		margin-top: 2px;
	}

.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
	border-color: #ccc;
	border-color: red;
	outline: 0;
	outline: thin dotted \9; 
}
 

/* multy */
.chosen-container-multi .chosen-choices {
	border: 1px solid #aaa;
	background: none;
	background-color: #red;
	background-image: none;
	background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 4px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: none;
	max-width: 100%;
	border-radius: 3px;
	background-color: none;
	background-color: #red;
	background-image: none; 
	-webkit-box-shadow: 0;
	box-shadow: 0;
	color: #FFF;
	line-height: 13px;
	cursor: default;
} 

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	background: none;
	top: 2px;
	right: 2px;
	display: block;
	color: #fff;
	width: 12px;
	height: 12px;
	font-size: 12px;
	font-weight: bold;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	text-decoration: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
		content: "x";
} 