/**
 * Admui v1.2.0 (http://www.admui.com/)
 * Copyright 2015-2017 Admui Team
 * Licensed under the Admui License 1.0 (http://www.admui.com/about/#license)
 */
/* jsTree 默认主题 */
.jstree-node, .jstree-children, .jstree-container-ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
.jstree-node {
	white-space: nowrap;
}
.jstree-anchor {
	display: inline-block;
	padding: 0 4px 0 1px;
	margin: 0;
	color: black;
	white-space: nowrap;
	vertical-align: top;
}
.jstree-anchor:focus {
	outline: 0;
}
.jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited, .jstree-anchor:hover, .jstree-anchor:active {
	color: inherit;
	text-decoration: none;
}
.jstree-icon {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}
.jstree-icon:empty {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}
.jstree-ocl {
	cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
	cursor: default;
}
.jstree .jstree-open > .jstree-children {
	display: block;
}
.jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children {
	display: none;
}
.jstree-anchor > .jstree-themeicon {
	margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon, .jstree-anchor > .jstree-themeicon-hidden {
	display: none;
}
.jstree-hidden, .jstree-node.jstree-hidden {
	display: none;
}
.jstree-rtl .jstree-anchor {
	padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
	margin-right: 0;
	margin-left: 2px;
}
.jstree-rtl .jstree-node {
	margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
	margin-right: 0;
}
.jstree-wholerow-ul {
	position: relative;
	display: inline-block;
	min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
	cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon {
	position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.vakata-context {
	display: none;
}
.vakata-context, .vakata-context ul {
	position: absolute;
	padding: 2px;
	margin: 0;
	background: #f5f5f5;
	border: 1px solid #979797;
	-webkit-box-shadow: 2px 2px 2px #999;
	        box-shadow: 2px 2px 2px #999;
}
.vakata-context ul {
	left: 100%;
	margin-top: -2.7em;
	margin-left: -4px;
	list-style: none;
}
.vakata-context .vakata-context-right ul {
	right: 100%;
	left: auto;
	margin-right: -4px;
	margin-left: auto;
}
.vakata-context li {
	list-style: none;
}
.vakata-context li > a {
	display: block;
	width: auto;
	padding: 0 2em 0 2em;
	line-height: 2.4em;
	color: black;
	text-decoration: none;
	text-shadow: 1px 1px 0 white;
	white-space: nowrap;
	border-radius: 1px;
}
.vakata-context li > a:hover {
	position: relative;
	background-color: #e8eff7;
	-webkit-box-shadow: 0 0 2px #0a6aa1;
	        box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
	background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
	background-repeat: no-repeat;
	background-position: right center;
}
.vakata-context li > a:focus {
	outline: 0;
}
.vakata-context .vakata-context-hover > a {
	position: relative;
	background-color: #e8eff7;
	-webkit-box-shadow: 0 0 2px #0a6aa1;
	        box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover {
	height: 1px;
	min-height: 1px;
	max-height: 1px;
	padding: 0;
	margin: 0 0 0 2.4em;
	text-shadow: 0 0 0 transparent;
	background: white;
	border: 0;
	border-top: 1px solid #e2e3e3;
	border-left: 1px solid #e0e0e0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 transparent;
	        box-shadow: 0 0 0 transparent;
}
.vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover {
	color: silver;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: 0 0 0;
	        box-shadow: 0 0 0;
}
.vakata-context li > a > i {
	display: inline-block;
	width: 2.4em;
	height: 2.4em;
	margin: 0 0 0 -2em;
	line-height: 2.4em;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	background: transparent;
}
.vakata-context li > a > i:empty {
	width: 2.4em;
	line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
	display: inline-block;
	width: 1px;
	height: 2.4em;
	margin: 0 .5em 0 0;
	background: white;
	border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
	display: none;
	font-size: .8em;
	color: silver;
	opacity: .5;
}
.vakata-context-rtl ul {
	right: 100%;
	left: auto;
	margin-right: -4px;
	margin-left: auto;
}
.vakata-context-rtl li > a.vakata-context-parent {
	background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
	background-repeat: no-repeat;
	background-position: left center;
}
.vakata-context-rtl .vakata-context-separator > a {
	margin: 0 2.4em 0 0;
	border-right: 1px solid #e2e3e3;
	border-left: 0;
}
.vakata-context-rtl .vakata-context-left ul {
	right: auto;
	left: 100%;
	margin-right: auto;
	margin-left: -4px;
}
.vakata-context-rtl li > a > i {
	margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
	margin: 0 0 0 .5em;
	background: #e2e3e3;
	border-left-color: white;
}
#jstree-marker {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	padding: 0;
	margin: -5px 0 0 0;
	font-size: 0;
	line-height: 0;
	border-top: 5px solid transparent;
	border-right: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
}
#jstree-dnd {
	padding: 4px;
	margin: 0;
	line-height: 16px;
}
#jstree-dnd .jstree-icon, #jstree-dnd .jstree-copy {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 2px 0 0;
	text-decoration: none;
}
#jstree-dnd .jstree-ok {
	background: green;
}
#jstree-dnd .jstree-er {
	background: red;
}
#jstree-dnd .jstree-copy {
	margin: 0 2px 0 2px;
}
.jstree-default .jstree-node, .jstree-default .jstree-icon {
	background-color: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: 320px 96px;
	        background-size: 320px 96px;
}
.jstree-default .jstree-anchor, .jstree-default .jstree-animated, .jstree-default .jstree-wholerow {
	-webkit-transition: background-color .15s, -webkit-box-shadow .15s;
	     -o-transition: background-color .15s, box-shadow .15s;
	        transition: background-color .15s, -webkit-box-shadow .15s;
	        transition: background-color .15s, box-shadow .15s;
	        transition: background-color .15s, box-shadow .15s, -webkit-box-shadow .15s;
}
.jstree-default .jstree-hovered {
	background: #f3f7f9;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 1px #e4eaec;
	        box-shadow: inset 0 0 1px #e4eaec;
}
.jstree-default .jstree-context {
	background: #f3f7f9;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 1px #e4eaec;
	        box-shadow: inset 0 0 1px #e4eaec;
}
.jstree-default .jstree-clicked {
	background: #e4eaec;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 1px #e4eaec;
	        box-shadow: inset 0 0 1px #e4eaec;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
	display: none;
}
.jstree-default .jstree-disabled {
	color: #ccd5db;
	background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
	background: #f3f7f9;
}
.jstree-default .jstree-disabled > .jstree-icon {
	        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
	        filter: gray;
	opacity: .8;

	-webkit-filter: grayscale(100%);
}
.jstree-default .jstree-search {
	font-style: italic;
	font-weight: bold;
	color: #f96868;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
	display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
	background: #f3f7f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
	background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
	background: #f3f7f9;
}
.jstree-default > .jstree-striped {
	display: inline-block;
	min-width: 100%;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered, .jstree-default > .jstree-wholerow-ul .jstree-clicked {
	background: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.jstree-default .jstree-wholerow {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 3px;
}
.jstree-default .jstree-wholerow-hovered {
	background: #f3f7f9;
}
.jstree-default .jstree-wholerow-clicked {
	background: #e8f1f8;
}
.jstree-default .jstree-node {
	min-width: 24px;
	min-height: 24px;
	margin-left: 24px;
	line-height: 24px;
}
.jstree-default .jstree-anchor {
	height: 24px;
	line-height: 24px;
}
.jstree-default .jstree-icon {
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.jstree-default .jstree-icon:empty {
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
	margin-right: 24px;
}
.jstree-default .jstree-wholerow {
	height: 24px;
}
.jstree-default .jstree-node, .jstree-default .jstree-icon {
	background-image: url("images/32px.png");
}
.jstree-default .jstree-node {
	background-repeat: repeat-y;
	background-position: -292px -4px;
}
.jstree-default .jstree-last {
	background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
	background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
	background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
	background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
	background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node, .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
	background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
	background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
	background: #efefef;
}
.jstree-default .jstree-checkbox {
	background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
	background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default .jstree-checked > .jstree-checkbox {
	background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default .jstree-checked > .jstree-checkbox:hover {
	background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
	background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
	background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
	        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
	        filter: gray;
	opacity: .8;

	-webkit-filter: grayscale(100%);
}
.jstree-default > .jstree-striped {
	-webkit-background-size: auto 48px;
	        background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	background-position: 100% 1px;
}
.jstree-default.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
	background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
	background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
	background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
	background: url("images/throbber.gif") center center no-repeat;
	-webkit-background-size: 16px 16px;
	        background-size: 16px;
}
.jstree-default .jstree-file {
	background: url("images/32px.png") -100px -68px no-repeat;
	-webkit-background-size: 320px 96px;
	        background-size: 320px 96px;
}
.jstree-default .jstree-folder {
	background: url("images/32px.png") -260px -4px no-repeat;
	-webkit-background-size: 320px 96px;
	        background-size: 320px 96px;
}
.jstree-default > .jstree-container-ul > .jstree-node {
	margin-right: 0;
	margin-left: 0;
}
#jstree-dnd.jstree-default {
	padding: 0 4px;
	line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok, #jstree-dnd.jstree-default .jstree-er {
	background-color: transparent;
	background-image: url("images/24px.png");
	background-repeat: no-repeat;
}
#jstree-dnd.jstree-default i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: transparent;
}
#jstree-dnd.jstree-default .jstree-ok {
	background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
	background-position: -36px -68px;
}
.jstree-default .jstree-ellipsis {
	overflow: hidden;
}
.jstree-default .jstree-ellipsis .jstree-anchor {
	width: -webkit-calc(100% - 45px);
	width:         calc(100% - 45px);
	overflow: hidden;
	text-overflow: ellipsis;
}
.jstree-default .jstree-ellipsis.jstree-no-icons .jstree-anchor {
	width: -webkit-calc(100% - 5px);
	width:         calc(100% - 5px);
}
.jstree-default.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-default-small .jstree-node {
	min-width: 18px;
	min-height: 18px;
	margin-left: 18px;
	line-height: 18px;
}
.jstree-default-small .jstree-anchor {
	height: 18px;
	line-height: 18px;
}
.jstree-default-small .jstree-icon {
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
	margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
	height: 18px;
}
.jstree-default-small .jstree-node, .jstree-default-small .jstree-icon {
	background-image: url("images/32px.png");
}
.jstree-default-small .jstree-node {
	background-repeat: repeat-y;
	background-position: -295px -7px;
}
.jstree-default-small .jstree-last {
	background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
	background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
	background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
	background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
	background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node, .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
	background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
	background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
	background: #efefef;
}
.jstree-default-small .jstree-checkbox {
	background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
	background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-small .jstree-checked > .jstree-checkbox {
	background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-small .jstree-checked > .jstree-checkbox:hover {
	background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
	background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
	background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
	        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
	        filter: gray;
	opacity: .8;

	-webkit-filter: grayscale(100%);
}
.jstree-default-small > .jstree-striped {
	-webkit-background-size: auto 36px;
	        background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	background-position: 100% 1px;
}
.jstree-default-small.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
	background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
	background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
	background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
	background: url("images/throbber.gif") center center no-repeat;
	-webkit-background-size: 16px 16px;
	        background-size: 16px;
}
.jstree-default-small .jstree-file {
	background: url("images/32px.png") -103px -71px no-repeat;
	-webkit-background-size: 320px 96px;
	        background-size: 320px 96px;
}
.jstree-default-small .jstree-folder {
	background: url("images/32px.png") -263px -7px no-repeat;
	-webkit-background-size: 320px 96px;
	        background-size: 320px 96px;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
	margin-right: 0;
	margin-left: 0;
}
#jstree-dnd.jstree-default-small {
	padding: 0 4px;
	line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok, #jstree-dnd.jstree-default-small .jstree-er {
	background-color: transparent;
	background-image: url("images/18px.png");
	background-repeat: no-repeat;
}
#jstree-dnd.jstree-default-small i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: transparent;
}
#jstree-dnd.jstree-default-small .jstree-ok {
	background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
	background-position: -39px -71px;
}
.jstree-default-small .jstree-ellipsis {
	overflow: hidden;
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
	width: -webkit-calc(100% - 45px);
	width:         calc(100% - 45px);
	overflow: hidden;
	text-overflow: ellipsis;
}
.jstree-default-small .jstree-ellipsis.jstree-no-icons .jstree-anchor {
	width: -webkit-calc(100% - 5px);
	width:         calc(100% - 5px);
}
.jstree-default-small.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-default-large .jstree-node {
	min-width: 32px;
	min-height: 32px;
	margin-left: 32px;
	line-height: 32px;
}
.jstree-default-large .jstree-anchor {
	height: 32px;
	line-height: 32px;
}
.jstree-default-large .jstree-icon {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
	margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
	height: 32px;
}
.jstree-default-large .jstree-node, .jstree-default-large .jstree-icon {
	background-image: url("images/32px.png");
}
.jstree-default-large .jstree-node {
	background-repeat: repeat-y;
	background-position: -288px 0;
}
.jstree-default-large .jstree-last {
	background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
	background-position: -128px 0;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
	background-position: -96px 0;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
	background-position: -64px 0;
}
.jstree-default-large .jstree-themeicon {
	background-position: -256px 0;
}
.jstree-default-large > .jstree-no-dots .jstree-node, .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -32px 0;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: 0 0;
}
.jstree-default-large .jstree-disabled {
	background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
	background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
	background: #efefef;
}
.jstree-default-large .jstree-checkbox {
	background-position: -160px 0;
}
.jstree-default-large .jstree-checkbox:hover {
	background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-large .jstree-checked > .jstree-checkbox {
	background-position: -224px 0;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-large .jstree-checked > .jstree-checkbox:hover {
	background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
	background-position: -192px 0;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
	background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
	        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
	        filter: gray;
	opacity: .8;

	-webkit-filter: grayscale(100%);
}
.jstree-default-large > .jstree-striped {
	-webkit-background-size: auto 64px;
	        background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	background-position: 100% 1px;
}
.jstree-default-large.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
	background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
	background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
	background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: 0 -32px;
}
.jstree-default-large .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
	background: url("images/throbber.gif") center center no-repeat;
	-webkit-background-size: 16px 16px;
	        background-size: 16px;
}
.jstree-default-large .jstree-file {
	background: url("images/32px.png") -96px -64px no-repeat;
	-webkit-background-size: 320px 96px;
	        background-size: 320px 96px;
}
.jstree-default-large .jstree-folder {
	background: url("images/32px.png") -256px 0 no-repeat;
	-webkit-background-size: 320px 96px;
	        background-size: 320px 96px;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
	margin-right: 0;
	margin-left: 0;
}
#jstree-dnd.jstree-default-large {
	padding: 0 4px;
	line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok, #jstree-dnd.jstree-default-large .jstree-er {
	background-color: transparent;
	background-image: url("images/32px.png");
	background-repeat: no-repeat;
}
#jstree-dnd.jstree-default-large i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: transparent;
}
#jstree-dnd.jstree-default-large .jstree-ok {
	background-position: 0 -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
	background-position: -32px -64px;
}
.jstree-default-large .jstree-ellipsis {
	overflow: hidden;
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
	width: -webkit-calc(100% - 45px);
	width:         calc(100% - 45px);
	overflow: hidden;
	text-overflow: ellipsis;
}
.jstree-default-large .jstree-ellipsis.jstree-no-icons .jstree-anchor {
	width: -webkit-calc(100% - 5px);
	width:         calc(100% - 5px);
}
.jstree-default-large.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
	background: transparent;
}