.select2tree {
	background: #fff;
	border-radius: 12px;
	padding: 10px 5px 2px;
	transition: all 0.2s;
	border: 1px solid #eee;
}

.select2-container--select2tree .select2-results__option {
	padding-left: 0 !important;
}
.select2-container--select2tree .select2-results__option--selectable {
	cursor: pointer;
	border-left: 1px dashed #bebebe;
	padding-top: 0;
	padding-bottom: 0;
}
.select2-container--select2tree .select2-results__option > span {
	display: block;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	padding-left: 15px !important;
}
.switch-tree.glyphicon.glyphicon-chevron-down:before {
	background: url('/images/svg/stree_minus.svg') no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	content: '';
	height: 18px;
	width: 18px;
	margin: 0 10px -5px 0;
	display: inline-block;
}
.switch-tree.glyphicon.glyphicon-chevron-right:before {
	background: url('/images/svg/stree_plus.svg') no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	content: '';
	height: 18px;
	width: 18px;
	margin: 0 10px -5px 0;
	display: inline-block;
}