@import url(https://fonts.googleapis.com/css?family=Varela+Round);
.icon {
	display: block;
	position: relative;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
}
.icon:before, .icon:after {
	content: "";
	position: absolute;
}
.dropp {
	max-width: 25em;
}
.dropp-header {
	-webkit-box-align: stretch;
	   -moz-box-align: stretch;
			box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-align-items: stretch;
		-ms-align-items: stretch;
		 -o-align-items: stretch;
			align-items: stretch;
	-ms-flex-align: stretch;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	   -moz-box-orient: horizontal;
			box-orient: horizontal;
	-webkit-box-direction: normal;
	   -moz-box-direction: normal;
			box-direction: normal;
	-webkit-flex-direction: row;
	   -moz-flex-direction: row;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: start;
	   -moz-box-pack: start;
			box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		 -o-justify-content: flex-start;
			justify-content: flex-start;
	-ms-flex-pack: start;
	width: auto;
	max-width: 175px;
	box-sizing: content-box;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,.5);
			box-shadow: 0 0 2px rgba(0,0,0,.5);
	background-color: #f9f9f9;
	border-radius: 3px;
	position: relative;
}
.dropp-header__title {
	position: relative;
	display: inline-block;
	-webkit-box-flex: 8;
	   -moz-box-flex: 8;
			box-flex: 8;
	-webkit-flex: 8;
	   -moz-flex: 8;
		-ms-flex: 8;
			flex: 8;
	max-width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	border-radius: 3px;
	cursor: pointer;
	padding-left: 40px;
	font-size: 11px;
}
.dropp-header__title.term-color-selctor {
	padding-left: 10px;
}
.dropp-header__title:before {
	font-family: "dashicons";
	position: absolute;
	content: "\f140";
	right: 6px;
	font-size: 18px;
	color: #777;
}
.js-open .dropp-header__title:before {
	content: "\f142";
}
.dropp-header div {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 18px;
	pointer-events: none;
}
.dropp-body {
	overflow: hidden;
	width: 100%;
	max-width: 175px;
	max-height: 0;
	background: #fff;
	border: none;
	margin-left: -1px;
	margin-top: 4px !important;
	z-index: 100;
}
.dropp-body.absolute {
	position: absolute;
}
.dropp-body.js-open {
	max-height: 20em;
	border: 1px solid rgba(0,0,0,.15);
}
.extra-color__preview {
	height: 19px;
	width: 19px;
	border-radius: 50%;
	margin: 1px;
	position: absolute;
	right: 5px;
	top: 0;
	border: 1px solid rgba(0,0,0,.15);
}
.extra-color__chosen_preview {
	height: 20px;
	width: 20px;
	margin: 5px;
	position: absolute;
	left: -1px;
	top: -3px;
	border-right: 1px solid rgba(0,0,0,.15);
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,.15);
	box-shadow: inset 0 0 4px rgba(0,0,0,.15);
	pointer-events: none;
}
.dropp-body label {
	display: block;
	position: relative;
	color: #5c5a5a;
	background: #f3f3f3;
	font-size: 11px;
	text-decoration: none;
	padding: 3px 0.5em;
	margin: 1px;
	line-height: 18px;
	font-weight: 400;
	box-shadow: 0 -1px 0 rgba(0,0,0,.15);
	cursor: pointer;
}
.dropp-body label:first-child {
	box-shadow: none;
}
.dropp-body label:hover, .dropp-body label.js-open {
	color: #292929;
	background: #ffffff;
}
.dropp-body label > input {
	display: none;
}
.color-scheme-dropp-container.drop-hidded, .drop-hidded {
	display: none;
}