.comboTreeWrapper{
	position: relative;
	text-align: left !important;
}

.comboTreeInputWrapper{
	position: relative;
}

.comboTreeArrowBtn {
	position: absolute;
  right: 12%;
  bottom: 1px;
  top: 1px;
  box-sizing: border-box;
	border: none;
  background-color: #fff;
  
}

.comboTreeDropDownContainer {
	display: none;
	background: #fff;
	border: 1px solid #aaa;
	max-height: 200px;
	overflow-y: auto;
	position: absolute;
	left: 1px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99999;
}

.comboTreeDropDownContainer ul{
	padding: 0px;
	margin: 0;
}

.comboTreeDropDownContainer li{
	list-style-type: none;
  cursor: pointer;
  width: 100%;
  color: #000;
  font-size: 12px;
}

.comboTreeDropDownContainer li:hover{
	background-color: #ddd;
}

.comboTreeDropDownContainer li:hover ul{
	background-color: #fff;
}

.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover{
	background-color: #117fc2;
	color: #fff;
}

span.comboTreeItemTitle{
	display: block;
	padding: 2px 4px;
}

.comboTreeDropDownContainer label{
    cursor: pointer;
	width: 100%;
    display: block;
    position: relative;
}

.comboTreeDropDownContainer .comboTreeItemTitle input + label {
	line-height:2.5em;	
}
.comboTreeDropDownContainer .comboTreeItemTitle input[type=checkbox]:checked + label{
}
.comboTreeDropDownContainer .comboTreeItemTitle input[type=checkbox] {
	display: none;
}

.comboTreeParentPlus{
  position: relative;
  left: -12px;
  top: 4px;
  width: 4px;
  float: left;
}

.comboTreeInputBox {
  border: 1px solid #999;
  width: 100%;
  box-sizing: border-box;
  padding-right: 24px;
}

.comboTreeArrowBtnImg{
	font-size: 11px;
	color: #6b6b6b;
}

.multiplesFilter{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #999;
}

li .comboTreeInputWrapper input{
	width: 80%;
}
