.treeFilter-select-component {
	min-width: 70em;
    min-height: 36em;
}
.treeFilter-select-component h1 {
	text-align: center;
	font-size: 2em;
}
.treeFilter-select-component h2 {
	text-align: center;
}
.treeFilter-select-component .search-value {
	min-width: 20em;
    min-height: 2em;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}
.treeFilter-select-component .treeFilter-select-left {
	float: left;
	width: 50%;
}
.treeFilter-select-component .treeFilter-select-left li.show-more {
  display: none;
}
.treeFilter-select-component .treeFilter-expand-collapse-group {
	margin-top: .5em;
}
.treeFilter-select-component .treeFilter-select-right {
	float: right;
	width: 45%;
}
.treeFilter-select-component .treeFilter-select-right .button-holder {
	text-align: center;
	margin-top: 1em;
}
.treeFilter-select-component .treeFilter-display-box {
	margin-top: 1em;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    overflow-y: scroll;
    min-width: 20em;
    min-height: 15em;
    max-height: 40em;
}
.treeFilter-select-component .my-selections-box {
	border-color: black;
    border-width: 1px;
    border-style: solid;
    overflow-y: scroll;
    height: 20em;
}
.treeFilter-select-component .my-selections-box ul.selections {
	margin: .2em;
}
.treeFilter-select-component .my-selections-box li.selection {
    list-style: none;
    background-color: #333333;
    color: white;
    display: inline-block;
    border-radius: .5em;
    padding: .1em .5em;
    margin: .2em;
}
.treeFilter-select-component .my-selections-box li.selection span.remove {
    cursor: pointer;
    margin-left: .25em;
    float: right;
}
.treeFilter-select-component .my-selections-box li.selection span.remove .ico-remove {
	color: white;
}
div.t-autocomplete-menu ul {
	width: 300px;
	background-color: #EEE;
	border: 1px solid #999;
	overflow: auto;
	padding: 4px 6px;
	list-style: none;
}

div.t-autocomplete-menu ul li {
	border: none;
	color: #333;
	border-top: 1px solid #CCC;
	padding: 3px 0;
	cursor: pointer;
}

div.t-autocomplete-menu ul li:first-child {
	border: none;
}