.selectivity-clearfix {
	clear: both
}
.selectivity-input {
	display: inline-block;
	border-radius: 0;
	width: 100%
}
.selectivity-input select {
	display: none
}
.selectivity-input:focus {
	outline: 0
}
.selectivity-placeholder {
	color: #999
}
.selectivity-dropdown {
	background: #fff;
	border-radius: 0;
	box-shadow: 0 1px 5px 1px rgba(0,0,0,0.15), 0 10px 16px 0 rgba(0,0,0,0.2);
	position: fixed;
	z-index: 104006;
}
.selectivity-search-input-container {
	border-bottom: 1px solid #eee
}
.selectivity-search-input {
	background: transparent;
	border: 0;
	outline: 0;
	width: 100%
}
.selectivity-results-container {
	max-height: 28em;
	overflow: auto;
	position: relative
}
.selectivity-load-more, .selectivity-result-item {
	cursor: pointer;
	padding: 7px
}
.selectivity-result-children .selectivity-result-item {
	padding-left: 17px
}
.selectivity-load-more.highlight, .selectivity-result-item.highlight {
	background: #00729f;
	color: #fff
}
.selectivity-result-item.disabled {
	cursor: default;
	color: #999
}
.selectivity-result-item:first-child {
	border-radius: 0
}
.selectivity-dropdown.has-search-input .selectivity-result-item:first-child {
	border-radius: 0
}
.selectivity-result-label {
	font-weight: bold
}
.selectivity-load-more, .selectivity-result-item:last-child, .selectivity-result-children:last-child .selectivity-result-item:last-child {
	border-radius: 0
}
.selectivity-result-children .selectivity-result-item:last-child {
	border-radius: 0
}
.selectivity-error, .selectivity-loading, .selectivity-search-input-container, .selectivity-result-label {
	padding: 7px
}
.selectivity-multiple-input-container {
	border: 1px solid #f4f4f4;
	border-radius: 0;
	cursor: text;
	overflow: auto;
	padding: 5px
}
.selectivity-multiple-input-container .selectivity-placeholder {
	height: -webkit-calc(2em+4px);
	height: calc(2em+4px);
	line-height: -webkit-calc(2em+4px);
	line-height: calc(2em+4px)
}
.selectivity-multiple-input, input[type='text'].selectivity-multiple-input {
	background-color: transparent;
	border: 0;
	float: left;
	font: inherit;
	height: -webkit-calc(2em+4px);
	height: calc(2em+4px);
	min-width: 100%;
	max-width: 100%;
	outline: 0;
	padding: 0
}
.selectivity-multiple-input:focus, input[type='text'].selectivity-multiple-input:focus {
	background-color: transparent;
	box-shadow: none;
	outline: 0
}
.selectivity-multiple-input::-ms-clear {
display:none
}
.selectivity-multiple-input.selectivity-width-detector {
	color:#000;
	font-size:12px;
	position:absolute;
	top:-10000px;
	white-space: pre
}
.selectivity-multiple-selected-item {
	background: #137995;
	color: #fff;
	cursor: default;
	line-height: 2em;
	display: block;
	margin: 2px;
	padding-left: 5px;
	position: relative;
	padding: 3px 3px 3px 5px;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}
.selectivity-multiple-selected-item.highlighted {
	background-color: #ccc
}
.selectivity-multiple-selected-item-remove {
	color: #fff;
	cursor: pointer;
	padding: 5px
}
.selectivity-single-select {
	font-size: 14px;
	border: 1px solid #f3f3f3;
	cursor: pointer;
	padding: 5px;
	position: relative;
	box-sizing: content-box
}
.selectivity-single-select-input {
	opacity: 0
}
.selectivity-single-result-container {
	position: absolute;
	top: .8em;
	right: 15px;
	left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.selectivity-single-selected-item {
	color: #000
}
.selectivity-single-selected-item-remove {
	color: #000;
	float: right;
	padding: 0 5px
}
.selectivity-caret {
	display:none;
	position: absolute;
	left: 20px;
	top: .7em
}

@media only screen and (max-device-width:480px) {
.selectivity-single-select {
	background: #eee;
	border-radius: 0
}
.selectivity-single-result-container {
	right: 5px
}
.selectivity-caret {
	display: none
}
}
.selectivity-submenu-icon {
	position: absolute;
	right: 4px
}
