.jquery-tree {
    list-style: none;
}

.jquery-tree ul {
    list-style: none;
    padding: 2px;
    margin-bottom: 2px !important;
}

.jquery-tree-handle {
  cursor: pointer;
	width: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.jquery-tree li
{
	padding: 2px 0px 0px 0px;
	margin-left: 5px !important;
}

.jquery-tree-collapsed ul {
    display: none;
}

.jquery-tree-collapseall,
.jquery-tree-expandall {
	cursor: pointer;
}

.jquery-tree-collapseall {
	margin-right: 1em;
}

.jquery-tree input {
	position: absolute;
	left: -1000px;
}

.jquery-tree-leaf {
    padding-left: 20px !important;
}

.jquery-tree-node {
    padding-left: 10px !important;
}

.jquery-tree-title {
	display:inline-block;
}

.jquery-tree-checked-partial,
.jquery-tree-checked,
.jquery-tree-unchecked {
	background-position: 5px 50%;
	background-repeat: no-repeat;
	cursor: default;
	padding-left: 25px;
	margin: 0px;
}

.jquery-tree-checked-partial {
	background-image: url('../images/checkbox-partial.png');
}

.jquery-tree-checked {
	background-image: url('../images/checkbox-checked.png');
}

.jquery-tree-unchecked {
	background-image: url('../images/checkbox-unchecked.png');
}

.jquery-tree-node label,
.jquery-tree-handle {
	-moz-user-select: none;
	cursor: pointer;
}

ul.tree.root {
    padding-top: 10px;
    padding-left: 20px;
}

ul.tree.root > li{
    margin-left: 0;
}

ul.tree, .tree .leaf ul {
    list-style: none;
}

.tree .leaf > span {
    line-height: 22px;
    vertical-align: middle;
}

.tree .leaf span.checkbox {
    display: inline-block;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-image: url('../images/checkbox-unchecked.png');
}

.tree .leaf span.handle {
    display: inline-block;
    width: 18px;
    vertical-align: baseline;
} 

.tree .leaf.checked > span.checkbox {
    background-image: url('../images/checkbox-checked.png');
}

.tree .leaf.partial > span.checkbox {
    background-image: url('../images/checkbox-partial.png');
}
