/*
 * jsTree default theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */

.jstree li, 
.jstree ins { background-image:url("../images/tree_icons.png"); background-repeat:no-repeat; background-color:transparent; }
.jstree li { background-position:-90px 0; background-repeat:repeat-y; }
.jstree li.jstree-last { background:transparent; }
.jstree .jstree-open > ins { background-position:-72px 0; }
.jstree .jstree-closed > ins { background-position:-54px 0; }
.jstree .jstree-leaf > ins { background-position:-36px 0; }

.jstree .jstree-hovered { background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px; }
.jstree .jstree-clicked { background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px; }
.jstree a .jstree-icon { background-position:-56px -19px; }
.jstree a.jstree-loading .jstree-icon { background:url("../images/jstree-throbber.gif") center center no-repeat !important; }

.jstree.jstree-focused { background:white; }

.jstree li, 
.jstree .jstree-leaf > ins { background:transparent; }
.jstree .jstree-open > ins { background-position:-18px 0; }
.jstree .jstree-closed > ins { background-position:0 0; }

.jstree .jstree-no-icons a .jstree-icon { display:none; }

.jstree .jstree-search { font-style:italic; }

.jstree .jstree-no-icons .jstree-checkbox { display:inline-block; }
.jstree .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
.jstree .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
.jstree .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
.jstree .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }

.jstree li > a > ins.jstree-icon {
	width: 20px;
	height: 18px;
	margin-left: 2px;
}
.jstree li.file > a > .jstree-icon {
	background-position: -56px -1px;
}

.jstree li.directory > a > .jstree-icon {  
	background-position:-56px -19px;
}

.jstree li.directory.jstree-open > a > .jstree-icon {  
	background-position:-76px -19px;
}

.jstree li.version > a > .jstree-icon {
	background: none;
}