/* jsTree default dark theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.jstree-node {
	white-space: nowrap;
}
.jstree-anchor {
	display: inline-block;
	color: black;
	white-space: nowrap;
	padding: 0 4px 0 1px;
	margin: 0;
	vertical-align: top;
}
.jstree-anchor:focus {
	outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
	text-decoration: none;
	color: inherit;
}
.jstree-icon {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}
.jstree-icon:empty {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}
.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-left: 2px;
	margin-right: 0;
}
.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 {
	width: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jstree-contextmenu .jstree-anchor {
	-webkit-user-select: none;
	/* disable selection/Copy of UIWebView */
	-webkit-touch-callout: none;
	/* disable the IOS popup when long-press on a link */
}
.vakata-context {
	display: none;
}
.vakata-context,
.vakata-context ul {
	margin: -10px 0 0 0;
	padding: 2px;
	position: absolute;
	background: #ffffff;
	border: 1px solid #072b65;
	box-shadow: 2px 2px 2px #072b65;
	z-index: 2100;
}
.vakata-context ul {
	list-style: none;
	left: 100%;
	margin-top: -2.7em;
	margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
	left: auto;
	right: 100%;
	margin-left: auto;
	margin-right: -4px;
}
.vakata-context li {
	list-style: none;
}
.vakata-context li > a {
	display: block;
	padding: 0 6px 0 30px;
	text-decoration: none;
	width: auto;
	color: #000000;
	white-space: nowrap;
	line-height: 30px;
	border-radius: 1px;
}
.vakata-context li > a:hover {
	position: relative;
	background-color: #e8eff7;
}
.vakata-context li > a.vakata-context-parent {
	background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
	background-position: right center;
	background-repeat: no-repeat;
}
.vakata-context li > a:focus {
	outline: 0;
}
.vakata-context .vakata-context-hover > a {
	position: relative;
	background-color: #e8eff7;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
	background: white;
	border: 0;
	border-top: 1px solid #e2e3e3;
	height: 1px;
	min-height: 1px;
	max-height: 1px;
	padding: 0;
	margin: 0 0 0 2.4em;
	border-left: 1px solid #e0e0e0;
	text-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
	color: silver;
	background-color: transparent;
	border: 0;
	box-shadow: 0 0 0;
}
.vakata-context li > a > i {
	text-decoration: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: transparent;
	margin: 0 0 0 -2em;
	vertical-align: top;
	text-align: center;
	line-height: 30px;
}
.vakata-context li > a > i:empty {
	width: 30px;
	line-height: 30px;
}
.vakata-context li > a .vakata-contextmenu-sep {
	display: inline-block;
	width: 1px;
	height: 30px;
	background: white;
	margin: 0 0.5em 0 0;
	border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
	font-size: 0.8em;
	color: silver;
	opacity: 0.5;
	display: none;
}
.vakata-context-rtl ul {
	left: auto;
	right: 100%;
	margin-left: auto;
	margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
	background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
	background-position: left center;
	background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
	margin: 0 2.4em 0 0;
	border-left: 0;
	border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
	right: auto;
	left: 100%;
	margin-left: -4px;
	margin-right: auto;
}
.vakata-context-rtl li > a > i {
	margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
	margin: 0 0 0 0.5em;
	border-left-color: white;
	background: #e2e3e3;
}
#jstree-marker {
	position: absolute;
	top: 0;
	left: 0;
	margin: -5px 0 0 0;
	padding: 0;
	border-right: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#jstree-dnd {
	line-height: 16px;
	margin: 0;
	padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
	display: inline-block;
	text-decoration: none;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
#jstree-dnd .jstree-ok {
	background: green;
}
#jstree-dnd .jstree-er {
	background: red;
}
#jstree-dnd .jstree-copy {
	margin: 0 2px 0 2px;
}
.jstree-digicity .jstree-node,
.jstree-digicity .jstree-icon {
	background-repeat: no-repeat;
	background-color: transparent;
}
.jstree-digicity .jstree-anchor,
.jstree-digicity .jstree-animated,
.jstree-digicity .jstree-wholerow {
	transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-digicity .jstree-hovered {
	background: #073177;
	border-radius: 2px;
}
.jstree-digicity .jstree-context {
	background: #00235d;
	border-radius: 2px;
}
.jstree-digicity .jstree-clicked {
	background: #092b65;
	border-radius: 2px;
}
.jstree-digicity .jstree-no-icons .jstree-anchor > .jstree-themeicon {
	display: none;
}
.jstree-digicity .jstree-disabled {
	background: transparent;
	color: #666666;
}
.jstree-digicity .jstree-disabled.jstree-hovered {
	background: transparent;
	box-shadow: none;
}
.jstree-digicity .jstree-disabled.jstree-clicked {
	background: #333333;
}
.jstree-digicity .jstree-disabled > .jstree-icon {
	opacity: 0.8;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
	/* Firefox 10+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}
.jstree-digicity .jstree-search {
	font-style: italic;
	color: #ffffff;
	font-weight: bold;
}
.jstree-digicity .jstree-no-checkboxes .jstree-checkbox {
	display: none !important;
}
.jstree-digicity.jstree-checkbox-no-clicked .jstree-clicked {
	background: transparent;
	box-shadow: none;
}
.jstree-digicity.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
	background: #555555;
}
.jstree-digicity.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
	background: transparent;
}
.jstree-digicity.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
	background: #555555;
}
.jstree-digicity > .jstree-striped {
	min-width: 100%;
	display: inline-block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-digicity > .jstree-wholerow-ul .jstree-hovered,
.jstree-digicity > .jstree-wholerow-ul .jstree-clicked {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}
.jstree-digicity .jstree-wholerow {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.jstree-digicity .jstree-wholerow-hovered {
	background: #555555;
}
.jstree-digicity .jstree-wholerow-clicked {
	background: #5fa2db;
	background: -webkit-linear-gradient(top, #5fa2db 0%, #5fa2db 100%);
	background: linear-gradient(to bottom, #5fa2db 0%, #5fa2db 100%);
}
.jstree-digicity .jstree-node {
	min-height: 24px;
	line-height: 24px;
	margin-left: 24px;
	min-width: 24px;
}
.jstree-digicity .jstree-anchor {
	line-height: 24px;
	height: 24px;
}
.jstree-digicity .jstree-icon {
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.jstree-digicity .jstree-icon:empty {
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.jstree-digicity.jstree-rtl .jstree-node {
	margin-right: 24px;
}
.jstree-digicity .jstree-wholerow {
	height: 24px;
}
.jstree-digicity .jstree-node,
.jstree-digicity .jstree-icon {
	background-image: url("32px.png");
}
.jstree-digicity .jstree-node {
	background-position: -292px -4px;
	background-repeat: repeat-y;
}
.jstree-digicity .jstree-last {
	background: transparent;
}
.jstree-digicity .jstree-open > .jstree-ocl {
	background-position: -132px -4px;
}
.jstree-digicity .jstree-closed > .jstree-ocl {
	background-position: -100px -4px;
}
.jstree-digicity .jstree-leaf > .jstree-ocl {
	background-position: -68px -4px;
}
.jstree-digicity .jstree-themeicon {
	background-position: -260px -4px;
}
.jstree-digicity > .jstree-no-dots .jstree-node,
.jstree-digicity > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-digicity > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -36px -4px;
}
.jstree-digicity > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -4px -4px;
}
.jstree-digicity .jstree-disabled {
	background: transparent;
}
.jstree-digicity .jstree-disabled.jstree-hovered {
	background: transparent;
}
.jstree-digicity .jstree-disabled.jstree-clicked {
	background: #efefef;
}
.jstree-digicity .jstree-checkbox {
	background-position: -164px -4px;
}
.jstree-digicity .jstree-checkbox:hover {
	background-position: -164px -36px;
}
.jstree-digicity.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-digicity .jstree-checked > .jstree-checkbox {
	background-position: -228px -4px;
}
.jstree-digicity.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-digicity .jstree-checked > .jstree-checkbox:hover {
	background-position: -228px -36px;
}
.jstree-digicity .jstree-anchor > .jstree-undetermined {
	background-position: -196px -4px;
}
.jstree-digicity .jstree-anchor > .jstree-undetermined:hover {
	background-position: -196px -36px;
}
.jstree-digicity .jstree-checkbox-disabled {
	opacity: 0.8;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
	/* Firefox 10+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}
.jstree-digicity > .jstree-striped {
	background-size: auto 48px;
}
.jstree-digicity.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
	background-position: 100% 1px;
	background-repeat: repeat-y;
}
.jstree-digicity.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-digicity.jstree-rtl .jstree-open > .jstree-ocl {
	background-position: -132px -36px;
}
.jstree-digicity.jstree-rtl .jstree-closed > .jstree-ocl {
	background-position: -100px -36px;
}
.jstree-digicity.jstree-rtl .jstree-leaf > .jstree-ocl {
	background-position: -68px -36px;
}
.jstree-digicity.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-digicity.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-digicity.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -36px -36px;
}
.jstree-digicity.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -4px -36px;
}
.jstree-digicity .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
}
.jstree-digicity > .jstree-container-ul .jstree-loading > .jstree-ocl {
	background: url("throbber.gif") center center no-repeat;
}
.jstree-digicity .jstree-file {
	background: url("32px.png") -100px -68px no-repeat;
}
.jstree-digicity .jstree-folder {
	background: url("32px.png") -260px -4px no-repeat;
}
.jstree-digicity > .jstree-container-ul > .jstree-node {
	margin-left: 0;
	margin-right: 0;
}
#jstree-dnd.jstree-digicity {
	line-height: 24px;
	padding: 0 4px;
}
#jstree-dnd.jstree-digicity .jstree-ok,
#jstree-dnd.jstree-digicity .jstree-er {
	background-image: url("32px.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
#jstree-dnd.jstree-digicity i {
	background: transparent;
	width: 24px;
	height: 24px;
	line-height: 24px;
}
#jstree-dnd.jstree-digicity .jstree-ok {
	background-position: -4px -68px;
}
#jstree-dnd.jstree-digicity .jstree-er {
	background-position: -36px -68px;
}
.jstree-digicity .jstree-ellipsis {
	overflow: hidden;
}
.jstree-digicity .jstree-ellipsis .jstree-anchor {
	width: calc(100% - 29px);
	text-overflow: ellipsis;
	overflow: hidden;
}
.jstree-digicity .jstree-ellipsis.jstree-no-icons .jstree-anchor {
	width: calc(100% - 5px);
}
.jstree-digicity.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-digicity.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-digicity-small .jstree-node {
	min-height: 18px;
	line-height: 18px;
	margin-left: 18px;
	min-width: 18px;
}
.jstree-digicity-small .jstree-anchor {
	line-height: 18px;
	height: 18px;
}
.jstree-digicity-small .jstree-icon {
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.jstree-digicity-small .jstree-icon:empty {
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.jstree-digicity-small.jstree-rtl .jstree-node {
	margin-right: 18px;
}
.jstree-digicity-small .jstree-wholerow {
	height: 18px;
}
.jstree-digicity-small .jstree-node,
.jstree-digicity-small .jstree-icon {
	background-image: url("32px.png");
}
.jstree-digicity-small .jstree-node {
	background-position: -295px -7px;
	background-repeat: repeat-y;
}
.jstree-digicity-small .jstree-last {
	background: transparent;
}
.jstree-digicity-small .jstree-open > .jstree-ocl {
	background-position: -135px -7px;
}
.jstree-digicity-small .jstree-closed > .jstree-ocl {
	background-position: -103px -7px;
}
.jstree-digicity-small .jstree-leaf > .jstree-ocl {
	background-position: -71px -7px;
}
.jstree-digicity-small .jstree-themeicon {
	background-position: -263px -7px;
}
.jstree-digicity-small > .jstree-no-dots .jstree-node,
.jstree-digicity-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-digicity-small > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -39px -7px;
}
.jstree-digicity-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -7px -7px;
}
.jstree-digicity-small .jstree-disabled {
	background: transparent;
}
.jstree-digicity-small .jstree-disabled.jstree-hovered {
	background: transparent;
}
.jstree-digicity-small .jstree-disabled.jstree-clicked {
	background: #efefef;
}
.jstree-digicity-small .jstree-checkbox {
	background-position: -167px -7px;
}
.jstree-digicity-small .jstree-checkbox:hover {
	background-position: -167px -39px;
}
.jstree-digicity-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-digicity-small .jstree-checked > .jstree-checkbox {
	background-position: -231px -7px;
}
.jstree-digicity-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-digicity-small .jstree-checked > .jstree-checkbox:hover {
	background-position: -231px -39px;
}
.jstree-digicity-small .jstree-anchor > .jstree-undetermined {
	background-position: -199px -7px;
}
.jstree-digicity-small .jstree-anchor > .jstree-undetermined:hover {
	background-position: -199px -39px;
}
.jstree-digicity-small .jstree-checkbox-disabled {
	opacity: 0.8;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
	/* Firefox 10+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}
.jstree-digicity-small > .jstree-striped {
	background-size: auto 36px;
}
.jstree-digicity-small.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
	background-position: 100% 1px;
	background-repeat: repeat-y;
}
.jstree-digicity-small.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-digicity-small.jstree-rtl .jstree-open > .jstree-ocl {
	background-position: -135px -39px;
}
.jstree-digicity-small.jstree-rtl .jstree-closed > .jstree-ocl {
	background-position: -103px -39px;
}
.jstree-digicity-small.jstree-rtl .jstree-leaf > .jstree-ocl {
	background-position: -71px -39px;
}
.jstree-digicity-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-digicity-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-digicity-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -39px -39px;
}
.jstree-digicity-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -7px -39px;
}
.jstree-digicity-small .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
}
.jstree-digicity-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
	background: url("throbber.gif") center center no-repeat;
}
.jstree-digicity-small .jstree-file {
	background: url("32px.png") -103px -71px no-repeat;
}
.jstree-digicity-small .jstree-folder {
	background: url("32px.png") -263px -7px no-repeat;
}
.jstree-digicity-small > .jstree-container-ul > .jstree-node {
	margin-left: 0;
	margin-right: 0;
}
#jstree-dnd.jstree-digicity-small {
	line-height: 18px;
	padding: 0 4px;
}
#jstree-dnd.jstree-digicity-small .jstree-ok,
#jstree-dnd.jstree-digicity-small .jstree-er {
	background-image: url("32px.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
#jstree-dnd.jstree-digicity-small i {
	background: transparent;
	width: 18px;
	height: 18px;
	line-height: 18px;
}
#jstree-dnd.jstree-digicity-small .jstree-ok {
	background-position: -7px -71px;
}
#jstree-dnd.jstree-digicity-small .jstree-er {
	background-position: -39px -71px;
}
.jstree-digicity-small .jstree-ellipsis {
	overflow: hidden;
}
.jstree-digicity-small .jstree-ellipsis .jstree-anchor {
	width: calc(100% - 23px);
	text-overflow: ellipsis;
	overflow: hidden;
}
.jstree-digicity-small .jstree-ellipsis.jstree-no-icons .jstree-anchor {
	width: calc(100% - 5px);
}
.jstree-digicity-small.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-digicity-small.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-digicity-large .jstree-node {
	min-height: 32px;
	line-height: 32px;
	margin-left: 32px;
	min-width: 32px;
}
.jstree-digicity-large .jstree-anchor {
	line-height: 32px;
	height: 32px;
}
.jstree-digicity-large .jstree-icon {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.jstree-digicity-large .jstree-icon:empty {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.jstree-digicity-large.jstree-rtl .jstree-node {
	margin-right: 32px;
}
.jstree-digicity-large .jstree-wholerow {
	height: 32px;
}
.jstree-digicity-large .jstree-node,
.jstree-digicity-large .jstree-icon {
	background-image: url("32px.png");
}
.jstree-digicity-large .jstree-node {
	background-position: -288px 0px;
	background-repeat: repeat-y;
}
.jstree-digicity-large .jstree-last {
	background: transparent;
}
.jstree-digicity-large .jstree-open > .jstree-ocl {
	background-position: -128px 0px;
}
.jstree-digicity-large .jstree-closed > .jstree-ocl {
	background-position: -96px 0px;
}
.jstree-digicity-large .jstree-leaf > .jstree-ocl {
	background-position: -64px 0px;
}
.jstree-digicity-large .jstree-themeicon {
	background-position: -256px 0px;
}
.jstree-digicity-large > .jstree-no-dots .jstree-node,
.jstree-digicity-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-digicity-large > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -32px 0px;
}
.jstree-digicity-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: 0px 0px;
}
.jstree-digicity-large .jstree-disabled {
	background: transparent;
}
.jstree-digicity-large .jstree-disabled.jstree-hovered {
	background: transparent;
}
.jstree-digicity-large .jstree-disabled.jstree-clicked {
	background: #efefef;
}
.jstree-digicity-large .jstree-checkbox {
	background-position: -160px 0px;
}
.jstree-digicity-large .jstree-checkbox:hover {
	background-position: -160px -32px;
}
.jstree-digicity-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-digicity-large .jstree-checked > .jstree-checkbox {
	background-position: -224px 0px;
}
.jstree-digicity-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-digicity-large .jstree-checked > .jstree-checkbox:hover {
	background-position: -224px -32px;
}
.jstree-digicity-large .jstree-anchor > .jstree-undetermined {
	background-position: -192px 0px;
}
.jstree-digicity-large .jstree-anchor > .jstree-undetermined:hover {
	background-position: -192px -32px;
}
.jstree-digicity-large .jstree-checkbox-disabled {
	opacity: 0.8;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
	/* Firefox 10+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}
.jstree-digicity-large > .jstree-striped {
	background-size: auto 64px;
}
.jstree-digicity-large.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
	background-position: 100% 1px;
	background-repeat: repeat-y;
}
.jstree-digicity-large.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-digicity-large.jstree-rtl .jstree-open > .jstree-ocl {
	background-position: -128px -32px;
}
.jstree-digicity-large.jstree-rtl .jstree-closed > .jstree-ocl {
	background-position: -96px -32px;
}
.jstree-digicity-large.jstree-rtl .jstree-leaf > .jstree-ocl {
	background-position: -64px -32px;
}
.jstree-digicity-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-digicity-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: transparent;
}
.jstree-digicity-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -32px -32px;
}
.jstree-digicity-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: 0px -32px;
}
.jstree-digicity-large .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
}
.jstree-digicity-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
	background: url("throbber.gif") center center no-repeat;
}
.jstree-digicity-large .jstree-file {
	background: url("32px.png") -96px -64px no-repeat;
}
.jstree-digicity-large .jstree-folder {
	background: url("32px.png") -256px 0px no-repeat;
}
.jstree-digicity-large > .jstree-container-ul > .jstree-node {
	margin-left: 0;
	margin-right: 0;
}
#jstree-dnd.jstree-digicity-large {
	line-height: 32px;
	padding: 0 4px;
}
#jstree-dnd.jstree-digicity-large .jstree-ok,
#jstree-dnd.jstree-digicity-large .jstree-er {
	background-image: url("32px.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
#jstree-dnd.jstree-digicity-large i {
	background: transparent;
	width: 32px;
	height: 32px;
	line-height: 32px;
}
#jstree-dnd.jstree-digicity-large .jstree-ok {
	background-position: 0px -64px;
}
#jstree-dnd.jstree-digicity-large .jstree-er {
	background-position: -32px -64px;
}
.jstree-digicity-large .jstree-ellipsis {
	overflow: hidden;
}
.jstree-digicity-large .jstree-ellipsis .jstree-anchor {
	width: calc(100% - 37px);
	text-overflow: ellipsis;
	overflow: hidden;
}
.jstree-digicity-large .jstree-ellipsis.jstree-no-icons .jstree-anchor {
	width: calc(100% - 5px);
}
.jstree-digicity-large.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-digicity-large.jstree-rtl .jstree-last {
	background: transparent;
}
@media (max-width: 768px) {
	#jstree-dnd.jstree-dnd-responsive {
		line-height: 40px;
		font-weight: bold;
		font-size: 1.1em;
		text-shadow: 1px 1px white;
	}
	#jstree-dnd.jstree-dnd-responsive > i {
		background: transparent;
		width: 40px;
		height: 40px;
	}
	#jstree-dnd.jstree-dnd-responsive > .jstree-ok {
		background-image: url("40px.png");
		background-position: 0 -200px;
		background-size: 120px 240px;
	}
	#jstree-dnd.jstree-dnd-responsive > .jstree-er {
		background-image: url("40px.png");
		background-position: -40px -200px;
		background-size: 120px 240px;
	}
	#jstree-marker.jstree-dnd-responsive {
		border-left-width: 10px;
		border-top-width: 10px;
		border-bottom-width: 10px;
		margin-top: -10px;
	}
}
@media (max-width: 768px) {
	.jstree-digicity-responsive {
		/*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
	}
	.jstree-digicity-responsive .jstree-icon {
		background-image: url("40px.png");
	}
	.jstree-digicity-responsive .jstree-node,
	.jstree-digicity-responsive .jstree-leaf > .jstree-ocl {
		background: transparent;
	}
	.jstree-digicity-responsive .jstree-node {
		min-height: 40px;
		line-height: 40px;
		margin-left: 40px;
		min-width: 40px;
		white-space: nowrap;
	}
	.jstree-digicity-responsive .jstree-anchor {
		line-height: 40px;
		height: 40px;
	}
	.jstree-digicity-responsive .jstree-icon,
	.jstree-digicity-responsive .jstree-icon:empty {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.jstree-digicity-responsive > .jstree-container-ul > .jstree-node {
		margin-left: 0;
	}
	.jstree-digicity-responsive.jstree-rtl .jstree-node {
		margin-left: 0;
		margin-right: 40px;
		background: transparent;
	}
	.jstree-digicity-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
		margin-right: 0;
	}
	.jstree-digicity-responsive .jstree-ocl,
	.jstree-digicity-responsive .jstree-themeicon,
	.jstree-digicity-responsive .jstree-checkbox {
		background-size: 120px 240px;
	}
	.jstree-digicity-responsive .jstree-leaf > .jstree-ocl,
	.jstree-digicity-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
		background: transparent;
	}
	.jstree-digicity-responsive .jstree-open > .jstree-ocl {
		background-position: 0 0px !important;
	}
	.jstree-digicity-responsive .jstree-closed > .jstree-ocl {
		background-position: 0 -40px !important;
	}
	.jstree-digicity-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
		background-position: -40px 0px !important;
	}
	.jstree-digicity-responsive .jstree-themeicon {
		background-position: -40px -40px;
	}
	.jstree-digicity-responsive .jstree-checkbox,
	.jstree-digicity-responsive .jstree-checkbox:hover {
		background-position: -40px -80px;
	}
	.jstree-digicity-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
	.jstree-digicity-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
	.jstree-digicity-responsive .jstree-checked > .jstree-checkbox,
	.jstree-digicity-responsive .jstree-checked > .jstree-checkbox:hover {
		background-position: 0 -80px;
	}
	.jstree-digicity-responsive .jstree-anchor > .jstree-undetermined,
	.jstree-digicity-responsive .jstree-anchor > .jstree-undetermined:hover {
		background-position: 0 -120px;
	}
	.jstree-digicity-responsive .jstree-anchor {
		font-weight: bold;
		font-size: 1.1em;
		text-shadow: 1px 1px white;
	}
	.jstree-digicity-responsive > .jstree-striped {
		background: transparent;
	}
	.jstree-digicity-responsive .jstree-wholerow {
		border-top: 1px solid #666666;
		border-bottom: 1px solid #000000;
		background: #333333;
		height: 40px;
	}
	.jstree-digicity-responsive .jstree-wholerow-hovered {
		background: #555555;
	}
	.jstree-digicity-responsive .jstree-wholerow-clicked {
		background: #5fa2db;
	}
	.jstree-digicity-responsive .jstree-children .jstree-last > .jstree-wholerow {
		box-shadow: inset 0 -6px 3px -5px #111111;
	}
	.jstree-digicity-responsive .jstree-children .jstree-open > .jstree-wholerow {
		box-shadow: inset 0 6px 3px -5px #111111;
		border-top: 0;
	}
	.jstree-digicity-responsive .jstree-children .jstree-open + .jstree-open {
		box-shadow: none;
	}
	.jstree-digicity-responsive .jstree-node,
	.jstree-digicity-responsive .jstree-icon,
	.jstree-digicity-responsive .jstree-node > .jstree-ocl,
	.jstree-digicity-responsive .jstree-themeicon,
	.jstree-digicity-responsive .jstree-checkbox {
		background-image: url("40px.png");
		background-size: 120px 240px;
	}
	.jstree-digicity-responsive .jstree-node {
		background-position: -80px 0;
		background-repeat: repeat-y;
	}
	.jstree-digicity-responsive .jstree-last {
		background: transparent;
	}
	.jstree-digicity-responsive .jstree-leaf > .jstree-ocl {
		background-position: -40px -120px;
	}
	.jstree-digicity-responsive .jstree-last > .jstree-ocl {
		background-position: -40px -160px;
	}
	.jstree-digicity-responsive .jstree-themeicon-custom {
		background-color: transparent;
		background-image: none;
		background-position: 0 0;
	}
	.jstree-digicity-responsive .jstree-file {
		background: url("40px.png") 0 -160px no-repeat;
		background-size: 120px 240px;
	}
	.jstree-digicity-responsive .jstree-folder {
		background: url("40px.png") -40px -40px no-repeat;
		background-size: 120px 240px;
	}
	.jstree-digicity-responsive > .jstree-container-ul > .jstree-node {
		margin-left: 0;
		margin-right: 0;
	}
}
.jstree-digicity {
	background: #143c80;
}
.jstree-digicity .jstree-anchor {
	color: #ffffff;
}
.jstree-digicity .jstree-clicked,
.jstree-digicity .jstree-checked {
	color: white;
}
.jstree-digicity .jstree-hovered {
	color: white;
}
#jstree-marker.jstree-digicity {
	border-left-color: #ffffff;
	background: transparent;
}
.jstree-digicity.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-digicity.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-digicity-small.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-digicity-small.jstree-rtl .jstree-last {
	background: transparent;
}
.jstree-digicity-large.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-digicity-large.jstree-rtl .jstree-last {
	background: transparent;
}
