.selectric-wrapper {
	position: relative; cursor: pointer;
}
.selectric-responsive {
	width: 100%;
}
.selectric {
	background: rgb(248, 248, 248); border: 1px solid rgb(221, 221, 221); border-image: none; position: relative;
}
.selectric .label {
	margin: 0px 38px 0px 10px; height: 38px; color: rgb(68, 68, 68); line-height: 38px; overflow: hidden; font-size: 12px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.selectric .button {
	font: 0px/0 a; top: 0px; width: 38px; height: 38px; text-align: center; right: 0px; color: rgb(187, 187, 187); display: block; position: absolute; font-size-adjust: none; font-stretch: normal;
}
.selectric .button::after {
	border-width: 4px 4px medium; border-style: solid solid none; border-color: rgb(187, 187, 187) transparent currentColor; margin: auto; border-image: none; left: 0px; top: 0px; width: 0px; height: 0px; right: 0px; bottom: 0px; position: absolute; content: " ";
}
.selectric-focus .selectric {
	border-color: rgb(170, 170, 170);
}
.selectric-hover .selectric {
	border-color: rgb(196, 196, 196);
}
.selectric-hover .selectric .button {
	color: rgb(162, 162, 162);
}
.selectric-hover .selectric .button::after {
	border-top-color: rgb(162, 162, 162);
}
.selectric-open {
	z-index: 9999;
}
.selectric-open .selectric {
	border-color: rgb(196, 196, 196);
}
.selectric-open .selectric-items {
	display: block;
}
.selectric-disabled {
	cursor: default; opacity: 0.5; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.selectric-hide-select {
	width: 0px; height: 0px; overflow: hidden; position: relative;
}
.selectric-hide-select select {
	left: -100%; position: absolute;
}
.selectric-is-native.selectric-hide-select {
	width: 100%; height: 100%; position: absolute; z-index: 10;
}
.selectric-is-native.selectric-hide-select select {
	border: currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; position: absolute; z-index: 1; box-sizing: border-box; opacity: 0;
}
.selectric-input {
	background: none !important; margin: 0px !important; padding: 0px !important; border: currentColor !important; border-image: none !important; left: 0px !important; top: 0px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; position: absolute !important; clip: rect(0px, 0px, 0px, 0px) !important;
}
.selectric-temp-show {
	display: block !important; visibility: hidden !important; position: absolute !important;
}
.selectric-items {
	background: rgb(248, 248, 248); border: 1px solid rgb(196, 196, 196); border-image: none; left: 0px; top: 100%; display: none; position: absolute; z-index: -1; box-shadow: 0px 0px 10px -6px;
}
.selectric-items .selectric-scroll {
	height: 100%; overflow: auto;
}
.selectric-above .selectric-items {
	top: auto; bottom: 100%;
}
.selectric-items ul {
	list-style: none; margin: 0px; padding: 0px; line-height: 20px; font-size: 12px; min-height: 20px;
}
.selectric-items li {
	list-style: none; margin: 0px; padding: 0px; line-height: 20px; font-size: 12px; min-height: 20px;
}
.selectric-items li {
	padding: 10px; color: rgb(102, 102, 102); display: block; cursor: pointer;
}
.selectric-items li.selected {
	background: rgb(224, 224, 224); color: rgb(68, 68, 68);
}
.selectric-items li.highlighted {
	background: rgb(208, 208, 208); color: rgb(68, 68, 68);
}
.selectric-items li:hover {
	background: rgb(213, 213, 213); color: rgb(68, 68, 68);
}
.selectric-items .disabled {
	background: none !important; color: rgb(102, 102, 102) !important; cursor: default !important; opacity: 0.5; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
	background: none; color: rgb(68, 68, 68); padding-left: 10px; font-weight: bold; cursor: default; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.selectric-items .disabled.selectric-group li {
	opacity: 1;
}
.selectric-items .selectric-group li {
	padding-left: 25px;
}
