/* GFX */
.gfx-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.gfx-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gfx-container .gfx-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%);
}
.gfx-container.gfx-with-drop .gfx-drop {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
}
.gfx-container a {
	cursor: pointer;
}
.gfx-container .gfx-single .group-name,
.gfx-container .search-choice .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #999;
}
.gfx-container .gfx-single .group-name:after,
.gfx-container .search-choice .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top;
}
.gfx-container-single .gfx-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.gfx-container-single .gfx-default {
	color: #999;
}
.gfx-container-single .gfx-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gfx-container-single .gfx-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}
.gfx-container-single .gfx-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}
.gfx-container .gfx-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}
.gfx-container .gfx-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}
.gfx-container .gfx-results li.active-result {
	display: list-item;
	cursor: pointer;
}
.gfx-container .gfx-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}
.gfx-container .gfx-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}
.gfx-container .gfx-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}
.gfx-container .gfx-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default;
}
.gfx-container .gfx-results li.group-option {
	padding-left: 15px;
}
.gfx-container .gfx-results li em {
	font-style: normal;
	text-decoration: underline;
}
.gfx-container-multi .gfx-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
}
.gfx-container-multi .gfx-choices li {
	float: left;
	list-style: none;
}
.gfx-container-multi .gfx-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.gfx-container-multi .gfx-choices li.search-field input[type="text"] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: 0 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
	width: 25px;
}
.gfx-container-multi .gfx-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 10px 0px 10px 10px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background-color: #c70702;
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	text-shadow: 0px 1px 2px #000;
	line-height: 13px;
	cursor: default;
}
.gfx-container-multi .gfx-choices li.search-choice span {
	word-wrap: break-word;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
}
.gfx-container-multi .gfx-choices li.search-choice .search-choice-close {
	vertical-align: middle;
	margin: 0 10px 0 5px;
	color: #fff;
}
.gfx-container-multi .gfx-choices li.search-choice .search-choice-close:hover {
	text-decoration: none;
	color: #fff8ba;
}
.gfx-container-multi .gfx-results {
	margin: 0;
	padding: 0;
}
.gfx-container-multi .gfx-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}
.gfx-container-active .gfx-single {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gfx-container-active.gfx-with-drop .gfx-single div {
	border-left: none;
	background: 0 0;
}
.gfx-container-active .gfx-choices {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gfx-container-active .gfx-choices li.search-field input[type="text"] {
	color: #222 !important;
}
.gfx-disabled {
	opacity: 0.5 !important;
	cursor: default;
}
.gfx-disabled .gfx-single {
	cursor: default;
}
.gfx-disabled .gfx-choices .search-choice .search-choice-close {
	cursor: default;
}
.gfx-rtl {
	text-align: right;
}
.gfx-rtl .gfx-single {
	overflow: visible;
	padding: 0 8px 0 0;
}
.gfx-rtl .gfx-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}
.gfx-rtl .gfx-single-with-deselect span {
	margin-left: 38px;
}
.gfx-rtl .gfx-single div {
	right: auto;
	left: 3px;
}
.gfx-rtl .gfx-single abbr {
	right: auto;
	left: 26px;
}
.gfx-rtl .gfx-choices li {
	float: right;
}
.gfx-rtl .gfx-choices li.search-field input[type="text"] {
	direction: rtl;
}
.gfx-rtl .gfx-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}
.gfx-rtl .gfx-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}
.gfx-rtl.gfx-container-single .gfx-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}
.gfx-rtl .gfx-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}
