#body .selectfix {
	display: none;
}
#body .touch .selectfix {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
.selectfix-container {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;

    cursor: default;
    font-family: arial;
    font-size: 13px;
    position: relative;
    text-align: left;
    width: 100%;
}
.selectfix-container.opened {
	overflow: visible;
	z-index: 100;
}
.selectfix-border {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0 0 20px 20px;
    bottom: 0;
    height: 0;
    left: 0;
    margin-top: -1px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
}
.opened .selectfix-border {
    border-width: 0 1px 1px;
    bottom: auto;
    height: auto;
    visibility: visible;
}
.selectfix-current-value:after {
}
.selectfix-container:hover .selectfix-current-value:after {
	color: #357cce;
}
.selectfix-current-value {
    border: 1px solid #999;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    height: 34px;
    line-height: 1;
    overflow: hidden;
    padding: 10px 25px 8px 12px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}
.selectfix-current-value span span {
	content: "x";
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 0 8px;
}
.selectfix-current-value span span:hover {
}
.selectfix-current-value > span {
	background-color: rgba(0, 99, 167, 0.2);
	border-radius: 3px;
	display: inline-block;
	margin: -3px 5px 0 0;
	padding: 5px 0 5px 8px;
}
.selectfix-container:hover .selectfix-current-value {
	color: #000;
}
.bg-blue-opacity  .selectfix-container:hover .selectfix-current-value {
	color: #fff;
}
.opened .selectfix-current-value {
    border-bottom-color: transparent !important;
    border-radius: 20px 20px 0 0;
}
.selectfix-container:hover .selectfix-border, .selectfix-container:hover .selectfix-current-value {
	border-color: #357cce;
}
.selectfix-search {
	padding: 5px;
}
.selectfix-search input {
	border: 2px solid #006699;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	line-height: 1em;
	padding: 6px 3px;
	width: 100%;
}
.selectfix-list {
}
.selectfix-value, .bg-blue-opacity .selectfix-value {
    color: #2f2f2f;
	cursor: pointer;
    display: block;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding: 9px 14px;
}
.selectfix-value input[type="checkbox"] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.selectfix-value b {
	background-color: #F0F0F0;
}
.selectfix-value:hover, .bg-blue-opacity .selectfix-value:hover {
	background-color: #F0F0F0;
	color: #000;
}
.selectfix-value.selected {
	background-color: #F0F0F0;
	color: #000;
	font-weight: 400;
}
.selectfix-value.disabled, .selectfix-value.disabled:hover {
	background-color: transparent;
	cursor: default;
	opacity: 0.5;
}
.selectfix-container .scrollpane-bar-y {
/*
	border-radius: 2px;
	bottom: 4px;
	right: 2px;
	top: 4px;
*/
}
.selectfix-container .scroll-y .scrollpane-container {
	margin-right: 18px;
}
.selectfix-container .scrollpane-line-y {
/*
	border-radius: 2px;
	left: 4px;
	right: 4px;
*/
}