/* jsTree moto theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-anchor {
  color: black;
  margin: 0;
  padding: 0 4px 0 1px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.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;
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  left: -24px;
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-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 {
  min-width: 100%;
  position: relative;
}
.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;
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 0;
  position: absolute;

  /*PTR*/
  background: #fff;
  border: 1px solid #b6b6b6;
  border-bottom-color: #999;

  -moz-box-shadow: 0 0 3px #d9d9d9;
  -webkit-box-shadow: 0 0 3px #d9d9d9;
  box-shadow: 0 0 3px #d9d9d9;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2em;
  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;
  display: inline;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2em;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #eff0ef;
  text-decoration: none !important;
  border: 0px !important;
}
.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: #eff0ef;
}
.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 2em;
  border-left: 1px solid #e0e0e0;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  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;
  vertical-align: top;
  text-align: center;

  /*PTR*/
  margin: 0 0 0 -1.7125em;
  font-size: 1.16em;
  line-height: 1.7125em;

  width: 1.7125em;
  height: 1.7125em;
  background: #262626;
  color: #f0f0f0;
}
.vakata-context li > a:hover > i {
  background-color: #444;
}
.vakata-context li > a > i:empty {
  width: 1.7125em;
  line-height: 1.7125em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2em;
  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: 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-moto .jstree-node,
.jstree-moto .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-moto .jstree-anchor,
.jstree-moto .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-moto .part-doc .jstree-anchor,
.jstree-moto .part-doc .jstree-wholerow {
  transition: background-color 0.65s;
}

.jstree .jstree-children {
  padding-top: 6px;
}

.jstree-moto .part-doc .jstree-clicked.jstree-hovered {
  color: white;
  border-bottom: none;
  background-color: #0057a7;
}

.jstree-moto .jstree-hovered {
  color: #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}
.jstree-moto .jstree-clicked {
}
.jstree-moto .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-moto .jstree-disabled {
  background: transparent;
  color: #666;
}
.jstree-moto .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-moto .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-moto .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-moto .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-moto .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-moto.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-moto.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-moto.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-moto.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
#jstree-dnd.jstree-moto .jstree-ok,
#jstree-dnd.jstree-moto .jstree-er {
  background-image: url("32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-moto i {
  background: transparent;
  width: 16px;
  height: 16px;
}
#jstree-dnd.jstree-moto .jstree-ok {
  background-position: -9px -71px;
}
#jstree-dnd.jstree-moto .jstree-er {
  background-position: -39px -71px;
}
.jstree-moto > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-moto > .jstree-wholerow-ul .jstree-hovered,
.jstree-moto > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-moto .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-moto .jstree-wholerow-hovered {
  background: #fafafa;
}
.jstree-moto .jstree-wholerow-clicked {
  background: #fafafa;

  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
}
.jstree-moto .jstree-node {
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
  padding-left: 24px;
  position: relative;
}

.jstree-moto .toc-animate {
  position: relative;
  left: -24px;
}

.jstree-moto .toc-animate .jstree-node {
  margin-left: 24px;
  padding-left: 0px;
}

.jstree-moto .jstree-anchor {
  line-height: 24px;
  height: 24px;
}

.jstree-moto .toc-animate .jstree-anchor {
  line-height: 24px;
  height: 24px;
  position: relative;
  left: 24px;
}

.jstree-moto .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-moto .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-moto.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-moto .jstree-wholerow {
  height: 24px;
}

.jstree-moto .jstree-icon {
  background-image: url("toc-icons.png") !important;
}
.jstree-moto .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-moto .jstree-last {
  background: transparent;
}

.jstree-moto > .jstree-no-dots .jstree-open.single-doc {
  background-color: rgba(236, 236, 236, 0.78);
  padding-bottom: 12px;
}

.jstree-moto > .jstree-no-dots .jstree-open.single-doc > .jstree-anchor {
  color: #0063be;
  font-weight: bold;
}

.jstree-moto .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-moto .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}

.jstree-moto .jstree-anchor > .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-moto > .jstree-no-dots .jstree-node,
.jstree-moto > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

.jstree-moto [aria-selected="true"].part-doc > .jstree-ocl {
  background-position: 0px -77px !important;
  z-index: 2;
}

.jstree-moto .part-doc > .jstree-ocl {
  background-position: 0px -55px !important;
  z-index: 2;
}

.jstree-moto .single-doc > .jstree-ocl {
  background-position: 0px -32px !important;
  z-index: 2;
}

.jstree-moto .multiple-doc > .jstree-ocl {
  background-position: 0px 0px !important;
  z-index: 2;
}

/*.jstree-moto .jstree-node {
	position: relative;
}*/

.jstree-moto li:not([aria-level="1"]) > .jstree-ocl::after {
  /*horizontal toc line*/
  width: 18px;
  height: 1px;
  background-color: rgba(72, 72, 72, 0.26);
  position: absolute;
  left: -10px;
  top: 10px;
  content: '';
}

.jstree-moto .vertical-line-doc {
  background-color: rgba(72, 72, 72, 0.26);
  position: absolute;
  width: 1px;
  top: 0;
  left: 13px;
  margin-top: 11px;
}

.jstree-moto .jstree-disabled {
  background: transparent;
}
.jstree-moto .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-moto .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-moto .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-moto .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-moto .jstree-clicked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-moto .jstree-clicked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-moto .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-moto .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-moto > .jstree-striped {
  background-size: auto 48px;
}
.jstree-moto.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-moto.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-moto.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-moto.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-moto.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-moto.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-moto.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-moto.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-moto.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-moto .jstree-themeicon-custom {
}
.jstree-moto .jstree-anchor > .jstree-mot-commented {
  background-position: -166px -69px;
  pointer-events: none;
}
.jstree-moto .jstree-anchor > .jstree-mot-user {
  background-position: -198px -69px;
  pointer-events: none;
}
.jstree-moto > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}
.jstree-moto.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-moto.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-moto-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-moto-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-moto-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-moto-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-moto-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-moto-small .jstree-wholerow {
  height: 18px;
}
.jstree-moto-small .jstree-node,
.jstree-moto-small .jstree-icon {
  background-image: url("32px.png");
}
.jstree-moto-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-moto-small .jstree-last {
  background: transparent;
}
.jstree-moto-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-moto-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-moto-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-moto-small .jstree-anchor > .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-moto-small > .jstree-no-dots .jstree-node,
.jstree-moto-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-moto-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-moto-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-moto-small .jstree-disabled {
  background: transparent;
}
.jstree-moto-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-moto-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-moto-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-moto-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-moto-small .jstree-clicked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-moto-small .jstree-clicked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-moto-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-moto-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-moto-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-moto-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-moto-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-moto-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-moto-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-moto-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-moto-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-moto-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-moto-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-moto-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-moto-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
}
.jstree-moto-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}
.jstree-moto-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-moto-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-moto-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-moto-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-moto-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-moto-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-moto-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-moto-large .jstree-wholerow {
  height: 32px;
}
.jstree-moto-large .jstree-node,
.jstree-moto-large .jstree-icon {
  background-image: url("32px.png");
}
.jstree-moto-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-moto-large .jstree-last {
  background: transparent;
}
.jstree-moto-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-moto-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-moto-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-moto-large .jstree-anchor > .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-moto-large > .jstree-no-dots .jstree-node,
.jstree-moto-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-moto-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-moto-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-moto-large .jstree-disabled {
  background: transparent;
}
.jstree-moto-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-moto-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-moto-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-moto-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-moto-large .jstree-clicked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-moto-large .jstree-clicked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-moto-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-moto-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-moto-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-moto-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-moto-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-moto-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-moto-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-moto-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-moto-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-moto-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-moto-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-moto-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-moto-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
}
.jstree-moto-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}
.jstree-moto-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-moto-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-moto > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
/*.jstree-leaf > .jstree-ocl {
	background-image: url(toc-icons.png) !important;
	background-position: 0px 26px !important;
}*/
.jstree-container-ul ul ul ul ul ul ul .jstree-node {
  padding-left: 0;
}
.jstree-container-ul ul ul ul ul ul ul li > .jstree-icon {
  margin-left: -24px;
}
.jstree-anchor.jstree-clicked {
  font-weight: bold;
}

.part-doc .jstree-anchor.jstree-clicked {
  font-weight: bold;
  background: #0063be;
  display: block;
  height: auto;
  padding: 0px 8px;
  color: white;
}

div.jstree-motoedit {
  border: 1px solid transparent;
  cursor: pointer;
  display: none;
  height: 24px;
  left: auto;

  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  z-index: 10001;
}
div.jstree-motoedit:hover {
  border: 1px solid #222;
  z-index: 10001;
}
div.jstree-motoedit:hover div {
  display: block;
}
div.jstree-motoedit.on {
  border: 1px solid #222;
}
div.jstree-motoedit:empty {
  display: none;
}
.jstree-motoedit-menu {
  display: none;
  margin-top: 24px;
  position: absolute;
  width: 24px;
}
.jstree-motoedit-menu i {
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
i.jstree-motoedit {
  display: block;
  background-image: url(32px.png);
  width: 24px;
  height: 24px;
}


.jstree-clicked > .jstree-motoedit {
  display: block;
}

#contents i.jstree-motoedit {
  background-position: -324px -4px;
}
#contents i.jstree-motoedit:hover {
  background-position: -324px -36px;
}

.jstree-strikeout > i {
  opacity: .4;
}

.jstree-strikeout > .jstree-anchor {
  opacity: .4;
  text-decoration: line-through;
}
