/* jsTree default theme */
/* line 3, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

/* line 12, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-node {
  white-space: nowrap;
}

/* line 15, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-anchor {
  display: inline-block;
  color: #333;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}

/* line 23, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-anchor:focus {
  outline: 0;
}

/* line 26, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}

/* line 34, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

/* line 42, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

/* line 50, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-ocl {
  cursor: pointer;
}

/* line 53, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-leaf > .jstree-ocl {
  cursor: default;
}

/* line 56, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree .jstree-open > .jstree-children {
  display: block;
}

/* line 59, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}

/* line 63, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}

/* line 66, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}

/* line 70, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}

/* line 73, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}

/* line 77, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-rtl .jstree-node {
  margin-left: 0;
}

/* line 80, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}

/* line 83, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}

/* line 88, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}

/* line 91, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}

/* line 95, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.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;
}

/* line 105, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context {
  display: none;
}

/* line 108, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -moz-box-shadow: 5px 5px 4px -4px #666666;
  -webkit-box-shadow: 2px 2px 2px #999999;
  box-shadow: 2px 2px 2px #999999;
}

/* line 119, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}

/* line 125, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

/* line 131, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context li {
  list-style: none;
  display: inline;
}

/* line 135, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  -moz-text-shadow: 1px 1px 0 white;
  -webkit-text-shadow: 1px 1px 0 white;
  text-shadow: 1px 1px 0 white;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

/* line 150, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}

/* line 157, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}

/* line 162, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context li > a:focus {
  outline: 0;
}

/* line 165, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}

/* line 172, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.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;
  -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;
}

/* line 193, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.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;
}

/* line 200, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}

/* line 211, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}

/* line 215, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}

/* line 223, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}

/* line 229, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

/* line 235, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.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;
}

/* line 240, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}

/* line 245, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}

/* line 251, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}

/* line 254, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}

/* line 259, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#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;
}

/* line 274, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}

/* line 279, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#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;
}

/* line 288, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd .jstree-ok {
  background: green;
}

/* line 291, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd .jstree-er {
  background: red;
}

/* line 294, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}

/* line 297, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-node,
.jstree-proton .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 302, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-anchor,
.jstree-proton .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s, color 0.15s;
}

/* line 306, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-hovered {
  background: #76b6ec;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: inset 0 0 1px #76b6ec;
}

/* line 312, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-clicked {
  background: #3392e3;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: inset 0 0 1px #3392e3;
}

/* line 318, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}

/* line 321, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-disabled {
  background: transparent;
  color: #666666;
}

/* line 325, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}

/* line 329, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 332, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .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+ */
}

/* line 341, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}

/* line 346, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}

/* line 349, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  color: inherit;
  box-shadow: none;
}

/* line 354, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #76b6ec;
  color: #ffffff;
}

/* line 358, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
  color: inherit;
}

/* line 362, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #76b6ec;
  color: #ffffff;
}

/* line 366, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}

/* line 369, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton > .jstree-wholerow-ul .jstree-hovered,
.jstree-proton > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

/* line 375, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 380, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-wholerow-hovered {
  background: #76b6ec;
}

/* line 383, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-wholerow-clicked {
  background: #3392e3;
  background: -moz-linear-gradient(top, #3392e3 0%, #3392e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3392e3), color-stop(100%, #3392e3));
  background: -webkit-linear-gradient(top, #3392e3 0%, #3392e3 100%);
  background: -o-linear-gradient(top, #3392e3 0%, #3392e3 100%);
  background: -ms-linear-gradient(top, #3392e3 0%, #3392e3 100%);
  background: linear-gradient(to bottom, #3392e3 0%, #3392e3 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
}

/* line 393, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-node {
  min-height: 22px;
  line-height: 22px;
  margin-left: 22px;
  min-width: 22px;
}

/* line 399, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-anchor {
  line-height: 22px;
  margin: 1px 0 2px;
  height: 22px;
}

/* line 404, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-icon {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

/* line 409, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-icon:empty {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

/* line 414, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-rtl .jstree-node {
  margin-right: 22px;
}

/* line 417, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-wholerow {
  height: 22px;
}

/* line 420, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-node,
.jstree-proton .jstree-icon {
  background-size: 320px 96px;
  background-image: url(/assets/themes/proton/32px.png);
}

/* line 425, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-node {
  background-position: -293px -5px;
  background-repeat: repeat-y;
}

/* line 429, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-last {
  background: transparent;
}

/* line 432, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-open > .jstree-ocl {
  background-position: -133px -5px;
}

/* line 435, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-closed > .jstree-ocl {
  background-position: -101px -5px;
}

/* line 438, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-leaf > .jstree-ocl {
  background-position: -69px -5px;
}

/* line 441, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-themeicon {
  background-position: -261px -7px;
}

/* line 444, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton > .jstree-no-dots .jstree-node,
.jstree-proton > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 448, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -37px -5px;
}

/* line 451, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -5px -5px;
}

/* line 454, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-disabled {
  background: transparent;
}

/* line 457, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 460, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 463, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-checkbox {
  background-position: -165px -5px;
}

/* line 466, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-checkbox:hover {
  background-position: -165px -37px;
}

/* line 469, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-proton .jstree-checked > .jstree-checkbox {
  background-position: -229px -5px;
}

/* line 473, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-proton .jstree-checked > .jstree-checkbox:hover {
  background-position: -229px -37px;
}

/* line 477, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-anchor > .jstree-undetermined {
  background-position: -197px -5px;
}

/* line 480, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-anchor > .jstree-undetermined:hover {
  background-position: -197px -37px;
}

/* line 483, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton > .jstree-striped {
  background-size: auto 44px;
}

/* line 486, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-rtl .jstree-node {
  background-size: 320px 96px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 492, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 495, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -133px -37px;
}

/* line 498, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -101px -37px;
}

/* line 501, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -69px -37px;
}

/* line 504, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 508, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -37px -37px;
}

/* line 511, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -5px -37px;
}

/* line 514, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-themeicon-custom {
  background-color: transparent;
  background-size: 320px 96px;
  background-image: none;
  background-position: 0 0;
}

/* line 520, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/throbber.gif) center center no-repeat;
}

/* line 523, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-file {
  background: url(/assets/themes/proton/32px.png) -101px -69px no-repeat;
}

/* line 526, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton .jstree-folder {
  background: url(/assets/themes/proton/32px.png) -261px -5px no-repeat;
}

/* line 529, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 533, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton {
  line-height: 22px;
  padding: 0 4px;
}

/* line 537, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton .jstree-ok,
#jstree-dnd.jstree-proton .jstree-er {
  background-size: 320px 96px;
  background-image: url(/assets/themes/proton/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 544, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton i {
  background: transparent;
  width: 22px;
  height: 22px;
  line-height: 22px;
}

/* line 550, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton .jstree-ok {
  background-position: -5px -69px;
}

/* line 553, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton .jstree-er {
  background-position: -37px -69px;
}

/* line 556, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}

/* line 559, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 562, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}

/* line 568, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-anchor {
  line-height: 18px;
  margin: 1px 0 2px;
  height: 18px;
}

/* line 573, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 578, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 583, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}

/* line 586, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-wholerow {
  height: 18px;
}

/* line 589, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-node,
.jstree-proton-small .jstree-icon {
  background-size: 320px 96px;
  background-image: url(/assets/themes/proton/32px.png);
}

/* line 594, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}

/* line 598, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-last {
  background: transparent;
}

/* line 601, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}

/* line 604, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}

/* line 607, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}

/* line 610, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-themeicon {
  background-position: -263px -9px;
}

/* line 613, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small > .jstree-no-dots .jstree-node,
.jstree-proton-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 617, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}

/* line 620, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}

/* line 623, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-disabled {
  background: transparent;
}

/* line 626, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 629, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 632, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-checkbox {
  background-position: -167px -7px;
}

/* line 635, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}

/* line 638, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-proton-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}

/* line 642, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-proton-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}

/* line 646, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}

/* line 649, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}

/* line 652, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small > .jstree-striped {
  background-size: auto 36px;
}

/* line 655, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-rtl .jstree-node {
  background-size: 320px 96px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 661, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 664, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}

/* line 667, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}

/* line 670, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}

/* line 673, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 677, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}

/* line 680, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}

/* line 683, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-themeicon-custom {
  background-color: transparent;
  background-size: 320px 96px;
  background-image: none;
  background-position: 0 0;
}

/* line 689, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/throbber.gif) center center no-repeat;
}

/* line 692, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-file {
  background: url(/assets/themes/proton/32px.png) -103px -71px no-repeat;
}

/* line 695, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small .jstree-folder {
  background: url(/assets/themes/proton/32px.png) -263px -7px no-repeat;
}

/* line 698, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 702, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton-small {
  line-height: 18px;
  padding: 0 4px;
}

/* line 706, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton-small .jstree-ok,
#jstree-dnd.jstree-proton-small .jstree-er {
  background-size: 320px 96px;
  background-image: url(/assets/themes/proton/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 713, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 719, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton-small .jstree-ok {
  background-position: -7px -71px;
}

/* line 722, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton-small .jstree-er {
  background-position: -39px -71px;
}

/* line 725, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}

/* line 728, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-small.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 731, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}

/* line 737, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-anchor {
  line-height: 32px;
  margin: 1px 0 2px;
  height: 32px;
}

/* line 742, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 747, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 752, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}

/* line 755, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-wholerow {
  height: 32px;
}

/* line 758, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-node,
.jstree-proton-large .jstree-icon {
  background-size: 320px 96px;
  background-image: url(/assets/themes/proton/32px.png);
}

/* line 763, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}

/* line 767, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-last {
  background: transparent;
}

/* line 770, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}

/* line 773, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}

/* line 776, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}

/* line 779, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-themeicon {
  background-position: -256px -2px;
}

/* line 782, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large > .jstree-no-dots .jstree-node,
.jstree-proton-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 786, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}

/* line 789, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}

/* line 792, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-disabled {
  background: transparent;
}

/* line 795, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 798, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 801, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-checkbox {
  background-position: -160px 0px;
}

/* line 804, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}

/* line 807, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-proton-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}

/* line 811, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-proton-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}

/* line 815, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}

/* line 818, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}

/* line 821, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large > .jstree-striped {
  background-size: auto 64px;
}

/* line 824, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-rtl .jstree-node {
  background-size: 320px 96px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 830, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 833, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}

/* line 836, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}

/* line 839, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}

/* line 842, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 846, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}

/* line 849, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}

/* line 852, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-themeicon-custom {
  background-color: transparent;
  background-size: 320px 96px;
  background-image: none;
  background-position: 0 0;
}

/* line 858, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/throbber.gif) center center no-repeat;
}

/* line 861, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-file {
  background: url(/assets/themes/proton/32px.png) -96px -64px no-repeat;
}

/* line 864, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large .jstree-folder {
  background: url(/assets/themes/proton/32px.png) -256px 0px no-repeat;
}

/* line 867, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 871, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton-large {
  line-height: 32px;
  padding: 0 4px;
}

/* line 875, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton-large .jstree-ok,
#jstree-dnd.jstree-proton-large .jstree-er {
  background-size: 320px 96px;
  background-image: url(/assets/themes/proton/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 882, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 888, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton-large .jstree-ok {
  background-position: 0px -64px;
}

/* line 891, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
#jstree-dnd.jstree-proton-large .jstree-er {
  background-position: -32px -64px;
}

/* line 894, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}

/* line 897, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton-large.jstree-rtl .jstree-last {
  background: transparent;
}

@media (max-width: 768px) {
  /* line 901, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 30px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }

  /* line 907, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 30px;
    height: 30px;
  }

  /* line 912, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(/assets/themes/proton/30px.png);
    background-position: 0 -150px;
    background-size: 90px 180px;
  }

  /* line 917, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(/assets/themes/proton/30px.png);
    background-position: -30px -150px;
    background-size: 90px 180px;
  }

  /* line 922, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  /* line 930, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl {
	border-radius:20px;
	background-color:white;
	}
	*/
  }

  /* line 939, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-container-ul {
    overflow: hidden;
  }

  /* line 942, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-icon {
    background-image: url(/assets/themes/proton/30px.png);
    background-size: 90px 180px;
  }

  /* line 946, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-node,
  .jstree-proton-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }

  /* line 950, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-node {
    min-height: 30px;
    line-height: 30px;
    margin-left: 30px;
    min-width: 30px;
    white-space: nowrap;
  }

  /* line 957, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-anchor {
    line-height: 38px;
    height: 38px;
    margin: 0;
  }

  /* line 962, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-icon,
  .jstree-proton-responsive .jstree-icon:empty {
    margin-top: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  /* line 969, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }

  /* line 972, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 30px;
  }

  /* line 976, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }

  /* line 979, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-ocl,
  .jstree-proton-responsive .jstree-themeicon,
  .jstree-proton-responsive .jstree-checkbox {
    background-size: 90px 180px;
  }

  /* line 984, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }

  /* line 987, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important;
  }

  /* line 990, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -30px !important;
  }

  /* line 993, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -30px 0px !important;
  }

  /* line 996, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-themeicon {
    background-position: -30px -30px;
  }

  /* line 999, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-checkbox,
  .jstree-proton-responsive .jstree-checkbox:hover {
    background-position: -30px -60px;
  }

  /* line 1003, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-proton-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-proton-responsive .jstree-checked > .jstree-checkbox,
  .jstree-proton-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -60px;
  }

  /* line 1009, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-proton-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -90px;
  }

  /* line 1013, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive > .jstree-striped {
    background: transparent;
  }

  /* line 1016, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-wholerow-ul li {
    position: relative;
  }

  /* line 1019, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-wholerow-ul .jstree-wholerow {
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    width: auto;
    height: 100%;
  }

  /* line 1027, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-wholerow {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.02);
    height: 30px;
  }

  /* line 1032, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-wholerow-hovered {
    background: #76b6ec;
  }

  /* line 1035, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-wholerow-clicked {
    background: #3392e3;
  }

  /* line 1038, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }

  /* line 1041, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-node,
  .jstree-proton-responsive .jstree-icon,
  .jstree-proton-responsive .jstree-node > .jstree-ocl,
  .jstree-proton-responsive .jstree-themeicon,
  .jstree-proton-responsive .jstree-checkbox {
    background-image: url(/assets/themes/proton/30px.png);
    background-size: 90px 180px;
  }

  /* line 1049, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-node {
    background-position: -60px 0;
    background-repeat: repeat-y;
  }

  /* line 1053, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-last {
    background: transparent;
  }

  /* line 1056, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-leaf > .jstree-ocl {
    background-position: -30px -90px;
  }

  /* line 1059, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-last > .jstree-ocl {
    background-position: -30px -120px;
  }

  /* line 1062, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }

  /* line 1067, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-file {
    background: url(/assets/themes/proton/30px.png) 0 -120px no-repeat;
    background-size: 90px 180px;
  }

  /* line 1071, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive .jstree-folder {
    background: url(/assets/themes/proton/30px.png) -30px -30px no-repeat;
    background-size: 90px 180px;
  }

  /* line 1075, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
  .jstree-proton-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}
@font-face {
  font-family: 'Titillium Web';
  src: url(/fonts/titillium/titilliumweb-extralight-webfont.eot);
  src: url(/fonts/titillium/titilliumweb-extralight-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/titillium/titilliumweb-extralight-webfont.woff) format("woff"), url(/fonts/titillium/titilliumweb-extralight-webfont.ttf) format("truetype"), url(/fonts/titillium/titilliumweb-extralight-webfont.svg#titillium_webthin) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Web';
  src: url(/fonts/titillium/titilliumweb-regular-webfont.eot);
  src: url(/fonts/titillium/titilliumweb-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/titillium/titilliumweb-regular-webfont.woff) format("woff"), url(/fonts/titillium/titilliumweb-regular-webfont.ttf) format("truetype"), url(/fonts/titillium/titilliumweb-regular-webfont.svg#titillium_webregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium Web';
  src: url(/fonts/titillium/titilliumweb-bold-webfont.eot);
  src: url(/fonts/titillium/titilliumweb-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/titillium/titilliumweb-bold-webfont.woff) format("woff"), url(/fonts/titillium/titilliumweb-bold-webfont.ttf) format("truetype"), url(/fonts/titillium/titilliumweb-bold-webfont.svg#titillium_webbold) format("svg");
  font-weight: 700;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Titillium Web';
    src: url(/fonts/titillium/titilliumweb-extralight-webfont.svg#titillium_webthin) format("svg");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Titillium Web';
    src: url(/fonts/titillium/titilliumweb-regular-webfont.svg#titillium_webregular) format("svg");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Titillium Web';
    src: url(/fonts/titillium/titilliumweb-bold-webfont.svg#titillium_webbold) format("svg");
    font-weight: 700;
    font-style: normal;
  }
}
/* line 1121, /u/apps/vistab_rails_app/current/app/assets/javascripts/themes/proton/style.css.scss */
.jstree-proton {
  font-family: 'Titillium Web', sans-serif, Arial, sans-serif;
}
