.comboTreeWrapper{
	position: relative;
	text-align: left !important;
}

.comboTreeInputWrapper{
	position: relative;
}

.comboTreeArrowBtn {
	position: absolute;
    right: 1px;
    bottom: 1px;
    top: 1px;
    box-sizing: border-box;
	background: none;
	border: none;
    border-radius: 0 3px 3px 0;
}

.comboTreeDropDownContainer {
	display: none;
	background: #fff;
	border: 1px solid #aaa;
	max-height: 250px;
	overflow-y: auto;
	position: absolute;
    width: 100%;
    box-sizing: border-box;
	z-index:9999;
}

.comboTreeDropDownContainer ul{
	padding: 0px;
	margin: 0;
}

.comboTreeDropDownContainer li{
	list-style-type: none;
	padding-left: 15px;
    cursor: pointer;
}

.comboTreeDropDownContainer li:hover{
	background-color: #f4f4f4;}
.comboTreeDropDownContainer li:hover ul{
	background-color: #fff;}
.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover{
	background-color: #418EFF;
	color: #fff;}

span.comboTreeItemTitle{
	display: block;
	padding: 2px 4px;
}
span.bold-tree {
	font-weight: bold;
}
.comboTreeDropDownContainer label{
    cursor: pointer;
	width: 100%;
    display: block;
}
.comboTreeDropDownContainer .comboTreeItemTitle input {
	position: relative;
	margin: 0px 5px 0px 0px;
}
.comboTreeParentPlus{
    position: relative;
    left: -12px;
    top: 4px;
    width: 4px;
    float: left;
}

.comboTreeArrowBtnImg{
	font-size: 0px;
}

.comboTreeInputBox {
	cursor:default;
}

.chosenListContainer {
    min-height: 42px;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px 0 rgba(51,54,69,0.18);
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 4px 40px 4px 8px;
}

.chosenListContainer.scroll-wrapper {
    max-height: 100px
}

.chosenMultiItem {
    display: inline-block;
    background-color: #14bd87;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin: 3px 5px 3px 0;
}