.chzn-container {
	font-size: 13px; vertical-align: middle; display: inline-block; position: relative; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.chzn-container * {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.chzn-container .chzn-drop {
	background: rgb(255, 255, 255); border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(170, 170, 170) rgb(170, 170, 170); border-image: none; left: -9999px; top: 100%; width: 100%; position: absolute; z-index: 1010; box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
	left: 0px;
}
.chzn-container a {
	cursor: pointer;
}
.chzn-container .search-choice .group-name {
	color: rgb(153, 153, 153); overflow: hidden; font-weight: normal; margin-right: 4px; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.chzn-container .chzn-single .group-name {
	color: rgb(153, 153, 153); overflow: hidden; font-weight: normal; margin-right: 4px; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.chzn-container .search-choice .group-name::after {
	padding-left: 2px; vertical-align: top; content: ":";
}
.chzn-container .chzn-single .group-name::after {
	padding-left: 2px; vertical-align: top; content: ":";
}
.chzn-container-single .chzn-single {
	background: linear-gradient(rgb(255, 255, 255) 20%, rgb(246, 246, 246) 50%, rgb(238, 238, 238) 52%, rgb(244, 244, 244) 100%) padding-box; padding: 0px 0px 0px 8px; border-radius: 5px; border: 1px solid rgb(170, 170, 170); border-image: none; height: 25px; color: rgb(68, 68, 68); line-height: 24px; overflow: hidden; text-decoration: none; display: block; white-space: nowrap; position: relative; box-shadow: inset 0px 0px 3px white, 0px 1px 1px rgba(0,0,0,0.1);
}
.chzn-container-single .chzn-default {
	color: rgb(153, 153, 153);
}
.chzn-container-single .chzn-single span {
	overflow: hidden; margin-right: 26px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.chzn-container-single .chzn-single-with-deselect span {
	margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
	background: url("chosen-sprite.png") no-repeat -42px 1px; top: 6px; width: 12px; height: 12px; right: 26px; font-size: 1px; display: block; position: absolute;
}
.chzn-container-single .chzn-single abbr:hover {
	background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
	background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
	top: 0px; width: 18px; height: 100%; right: 0px; display: block; position: absolute;
}
.chzn-container-single .chzn-single div b {
	background: url("chosen-sprite.png") no-repeat 0px 2px; width: 100%; height: 100%; display: block;
}
.chzn-container-single .chzn-search {
	margin: 0px; padding: 3px 4px; white-space: nowrap; position: relative; z-index: 1010;
}
.chzn-container-single .chzn-search input[type='text'] {
	background: url("chosen-sprite.png") no-repeat 100% -20px; margin: 1px 0px; padding: 4px 20px 4px 5px; outline: 0px; border-radius: 0px; border: 1px solid rgb(170, 170, 170); border-image: none; width: 100%; height: auto; line-height: normal; font-family: sans-serif; font-size: 1em;
}
.chzn-container-single .chzn-drop {
	border-radius: 0px 0px 4px 4px; margin-top: -1px; background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
	left: -9999px; position: absolute;
}
.chzn-container .chzn-results {
	margin: 0px 4px 4px 0px; padding: 0px 0px 0px 4px; color: rgb(68, 68, 68); position: relative; -ms-overflow-x: hidden; -ms-overflow-y: auto; max-height: 240px; -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
	list-style: none; margin: 0px; padding: 5px 6px; line-height: 15px; display: none; -ms-word-wrap: break-word; -webkit-touch-callout: none;
}
.chzn-container .chzn-results li.active-result {
	display: list-item; cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
	color: rgb(204, 204, 204); display: list-item; cursor: default;
}
.chzn-container .chzn-results li.highlighted {
	color: rgb(255, 255, 255); background-image: linear-gradient(rgb(56, 117, 215) 20%, rgb(42, 98, 188) 90%); background-color: rgb(56, 117, 215);
}
.chzn-container .chzn-results li.no-results {
	background: rgb(244, 244, 244); color: rgb(119, 119, 119); display: list-item;
}
.chzn-container .chzn-results li.group-result {
	font-weight: bold; display: list-item; cursor: default;
}
.chzn-container .chzn-results li.group-option {
	padding-left: 15px;
}
.chzn-container .chzn-results li em {
	font-style: normal; text-decoration: underline;
}
.chzn-container-multi .chzn-choices {
	margin: 0px; padding: 0px 5px; border: 1px solid rgb(170, 170, 170); border-image: none; width: 100%; height: auto; overflow: hidden; position: relative; cursor: text; background-image: linear-gradient(rgb(238, 238, 238) 1%, rgb(255, 255, 255) 15%); background-color: rgb(255, 255, 255);
}
.chzn-container-multi .chzn-choices li {
	list-style: none; float: left;
}
.chzn-container-multi .chzn-choices li.search-field {
	margin: 0px; padding: 0px; white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input[type='text'] {
	background: none !important; margin: 1px 0px; padding: 0px; outline: 0px; border-radius: 0px; border: 0px currentColor !important; border-image: none !important; height: 25px; color: rgb(153, 153, 153); line-height: normal; font-family: sans-serif; font-size: 100%; box-shadow: none;
}
.chzn-container-multi .chzn-choices li.search-choice {
	margin: 3px 5px 3px 0px; padding: 3px 20px 3px 5px; border-radius: 3px; border: 1px solid rgb(170, 170, 170); border-image: none; color: rgb(51, 51, 51); line-height: 13px; position: relative; cursor: default; max-width: 100%; box-shadow: inset 0px 0px 2px white, 0px 1px 0px rgba(0,0,0,0.05); background-image: linear-gradient(rgb(244, 244, 244) 20%, rgb(240, 240, 240) 50%, rgb(232, 232, 232) 52%, rgb(238, 238, 238) 100%); background-repeat: repeat-x; background-size: 100% 19px; background-clip: padding-box; background-color: rgb(238, 238, 238);
}
.chzn-container-multi .chzn-choices li.search-choice span {
	-ms-word-wrap: break-word;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
	background: url("chosen-sprite.png") no-repeat -42px 1px; top: 4px; width: 12px; height: 12px; right: 3px; font-size: 1px; display: block; position: absolute;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
	border: 1px solid rgb(204, 204, 204); border-image: none; color: rgb(102, 102, 102); padding-right: 5px; background-image: linear-gradient(rgb(244, 244, 244) 20%, rgb(240, 240, 240) 50%, rgb(232, 232, 232) 52%, rgb(238, 238, 238) 100%); background-color: rgb(228, 228, 228);
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
	background: rgb(212, 212, 212);
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}
.chzn-container-multi .chzn-results {
	margin: 0px; padding: 0px;
}
.chzn-container-multi .chzn-drop .result-selected {
	color: rgb(204, 204, 204); display: list-item; cursor: default;
}
.chzn-container-active .chzn-single {
	border: 1px solid rgb(88, 151, 251); border-image: none; box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.chzn-container-active.chzn-with-drop .chzn-single {
	border: 1px solid rgb(170, 170, 170); border-image: none; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; background-image: linear-gradient(rgb(238, 238, 238) 20%, rgb(255, 255, 255) 80%); -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
	background: none; border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
	border: 1px solid rgb(88, 151, 251); border-image: none; box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.chzn-container-active .chzn-choices li.search-field input[type='text'] {
	color: rgb(34, 34, 34) !important;
}
.chzn-disabled {
	cursor: default; opacity: 0.5 !important;
}
.chzn-disabled .chzn-single {
	cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
	cursor: default;
}
.chzn-rtl {
	text-align: right;
}
.chzn-rtl .chzn-single {
	padding: 0px 8px 0px 0px; overflow: visible;
}
.chzn-rtl .chzn-single span {
	margin-right: 0px; margin-left: 26px; direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
	margin-left: 38px;
}
.chzn-rtl .chzn-single div {
	left: 3px; right: auto;
}
.chzn-rtl .chzn-single abbr {
	left: 26px; right: auto;
}
.chzn-rtl .chzn-choices li {
	float: right;
}
.chzn-rtl .chzn-choices li.search-field input[type='text'] {
	direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
	margin: 3px 5px 3px 0px; padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
	left: 4px; right: auto;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search {
	left: 9999px;
}
.chzn-rtl .chzn-drop {
	left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
	margin: 0px 0px 4px 4px; padding: 0px 4px 0px 0px;
}
.chzn-rtl .chzn-results li.group-option {
	padding-right: 15px; padding-left: 0px;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
.chzn-rtl .chzn-search input[type='text'] {
	background: url("chosen-sprite.png") no-repeat -30px -20px; padding: 4px 5px 4px 20px; direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
	background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
	background-position: -12px 2px;
}
