@charset "UTF-8";
/* jsTree default theme */
/* line 2, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

/* line 11, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-node {
  white-space: nowrap;
}

/* line 14, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}

/* line 22, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-anchor:focus {
  outline: 0;
}

/* line 25, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}

/* line 33, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

/* line 41, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

/* line 49, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-ocl {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-leaf > .jstree-ocl {
  cursor: default;
}

/* line 55, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree .jstree-open > .jstree-children {
  display: block;
}

/* line 58, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}

/* line 62, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}

/* line 65, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}

/* line 69, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}

/* line 73, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}

/* line 76, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}

/* line 80, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-rtl .jstree-node {
  margin-left: 0;
}

/* line 83, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}

/* line 86, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}

/* line 91, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}

/* line 98, app/assets/stylesheets/jstree/themes/default/style.css */
.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 108, app/assets/stylesheets/jstree/themes/default/style.css */
.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 */
  user-select: none;
}

/* line 115, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context {
  display: none;
}

/* line 118, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}

/* line 127, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}

/* line 133, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

/* line 139, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context li {
  list-style: none;
}

/* line 142, app/assets/stylesheets/jstree/themes/default/style.css */
.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;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}

/* line 153, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}

/* line 158, app/assets/stylesheets/jstree/themes/default/style.css */
.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 163, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context li > a:focus {
  outline: 0;
}

/* line 166, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context .vakata-context-no-icons {
  margin-left: 0;
}

/* line 169, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}

/* line 174, app/assets/stylesheets/jstree/themes/default/style.css */
.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;
}

/* line 189, app/assets/stylesheets/jstree/themes/default/style.css */
.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 196, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context .vakata-contextmenu-disabled > a > i {
  filter: grayscale(100%);
}

/* line 199, app/assets/stylesheets/jstree/themes/default/style.css */
.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 210, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}

/* line 214, app/assets/stylesheets/jstree/themes/default/style.css */
.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 222, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}

/* line 228, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

/* line 234, app/assets/stylesheets/jstree/themes/default/style.css */
.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 239, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}

/* line 244, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}

/* line 250, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}

/* line 253, app/assets/stylesheets/jstree/themes/default/style.css */
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}

/* line 258, app/assets/stylesheets/jstree/themes/default/style.css */
#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 273, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}

/* line 278, app/assets/stylesheets/jstree/themes/default/style.css */
#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 287, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd .jstree-ok {
  background: green;
}

/* line 290, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd .jstree-er {
  background: red;
}

/* line 293, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}

/* line 296, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 301, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}

/* line 306, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}

/* line 311, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}

/* line 316, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}

/* line 321, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}

/* line 324, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}

/* line 328, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}

/* line 332, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 335, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .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 344, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}

/* line 349, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}

/* line 352, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
  text-wrap: wrap;
}

/* line 357, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}

/* line 360, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}

/* line 363, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}

/* line 366, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}

/* line 371, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

/* line 377, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 382, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}

/* line 385, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}

/* line 390, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}

/* line 396, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-anchor {
  line-height: 24px;
  text-wrap: wrap;
}

/* line 400, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 405, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 410, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}

/* line 413, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-wholerow {
  height: 24px;
}

/* line 416, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url(/images/32px.png);
}

/* line 420, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}

/* line 424, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-last {
  background-image: none;
}

/* line 427, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}

/* line 430, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}

/* line 433, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}

/* line 436, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}

/* line 439, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 443, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}

/* line 446, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}

/* line 449, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-disabled {
  background: transparent;
}

/* line 452, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 455, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 458, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}

/* line 461, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}

/* line 464, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}

/* line 468, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}

/* line 472, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}

/* line 475, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}

/* line 478, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .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+ */
}

/* line 487, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}

/* line 490, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 495, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-rtl .jstree-last {
  background-image: none;
}

/* line 498, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}

/* line 501, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}

/* line 504, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}

/* line 507, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 511, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}

/* line 514, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}

/* line 517, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

/* line 522, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/images/throbber.gif) center center no-repeat;
}

/* line 525, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-file {
  background: url(/images/32px.png) -100px -68px no-repeat;
}

/* line 528, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-folder {
  background: url(/images/32px.png) -260px -4px no-repeat;
}

/* line 531, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 535, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}

/* line 539, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url(/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 545, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 551, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}

/* line 554, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}

/* line 557, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}

/* line 560, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 24px + 5px);
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 565, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}

/* line 568, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default.jstree-rtl .jstree-last {
  background-image: none;
}

/* line 571, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}

/* line 577, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}

/* line 581, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 586, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 591, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}

/* line 594, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-wholerow {
  height: 18px;
}

/* line 597, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url(/32px.png);
}

/* line 601, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}

/* line 605, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-last {
  background-image: none;
}

/* line 608, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}

/* line 611, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}

/* line 614, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}

/* line 617, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}

/* line 620, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 624, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}

/* line 627, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}

/* line 630, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-disabled {
  background: transparent;
}

/* line 633, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 636, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 639, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}

/* line 642, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}

/* line 645, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}

/* line 649, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}

/* line 653, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}

/* line 656, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}

/* line 659, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-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+ */
}

/* line 668, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}

/* line 671, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 676, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-rtl .jstree-last {
  background-image: none;
}

/* line 679, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}

/* line 682, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}

/* line 685, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}

/* line 688, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 692, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}

/* line 695, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}

/* line 698, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

/* line 703, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/images/throbber.gif) center center no-repeat;
}

/* line 706, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-file {
  background: url(/images/32px.png) -103px -71px no-repeat;
}

/* line 709, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-folder {
  background: url(/images/32px.png) -263px -7px no-repeat;
}

/* line 712, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 716, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}

/* line 720, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url(/images/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 726, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 732, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}

/* line 735, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}

/* line 738, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}

/* line 741, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 18px + 5px);
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 746, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}

/* line 749, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-small.jstree-rtl .jstree-last {
  background-image: none;
}

/* line 752, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}

/* line 758, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-anchor {
  line-height: 32px;
}

/* line 761, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 766, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 771, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}

/* line 774, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-wholerow {
  height: 32px;
}

/* line 777, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url(/images/32px.png);
}

/* line 781, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}

/* line 785, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-last {
  background-image: none;
}

/* line 788, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}

/* line 791, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}

/* line 794, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}

/* line 797, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}

/* line 800, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 804, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}

/* line 807, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}

/* line 810, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-disabled {
  background: transparent;
}

/* line 813, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 816, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 819, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}

/* line 822, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}

/* line 825, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}

/* line 829, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}

/* line 833, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}

/* line 836, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}

/* line 839, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-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+ */
}

/* line 848, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}

/* line 851, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 856, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-rtl .jstree-last {
  background-image: none;
}

/* line 859, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}

/* line 862, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}

/* line 865, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}

/* line 868, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 872, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}

/* line 875, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}

/* line 878, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

/* line 883, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/images/throbber.gif) center center no-repeat;
}

/* line 886, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-file {
  background: url(/images/32px.png) -96px -64px no-repeat;
}

/* line 889, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-folder {
  background: url(/images/32px.png) -256px 0px no-repeat;
}

/* line 892, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 896, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}

/* line 900, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url(/images/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 906, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 912, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}

/* line 915, app/assets/stylesheets/jstree/themes/default/style.css */
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}

/* line 918, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}

/* line 921, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 32px + 5px);
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 926, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}

/* line 929, app/assets/stylesheets/jstree/themes/default/style.css */
.jstree-default-large.jstree-rtl .jstree-last {
  background-image: none;
}

@media (max-width: 768px) {
  /* line 933, app/assets/stylesheets/jstree/themes/default/style.css */
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  /* line 939, app/assets/stylesheets/jstree/themes/default/style.css */
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  /* line 944, app/assets/stylesheets/jstree/themes/default/style.css */
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(/images/40px.png);
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  /* line 949, app/assets/stylesheets/jstree/themes/default/style.css */
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(/images/40px.png);
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  /* line 954, app/assets/stylesheets/jstree/themes/default/style.css */
  #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 962, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  /* line 968, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-icon {
    background-image: url(/images/40px.png);
  }
  /* line 971, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-node,
.jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  /* line 975, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  /* line 982, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  /* line 986, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-icon,
.jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* line 992, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  /* line 995, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  /* line 1000, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  /* line 1003, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-ocl,
.jstree-default-responsive .jstree-themeicon,
.jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  /* line 1008, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
.jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  /* line 1012, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  /* line 1015, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  /* line 1018, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  /* line 1021, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  /* line 1024, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-checkbox,
.jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  /* line 1028, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-responsive .jstree-checked > .jstree-checkbox,
.jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  /* line 1034, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
.jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  /* line 1038, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  /* line 1043, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  /* line 1046, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  /* line 1052, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  /* line 1055, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  /* line 1058, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  /* line 1061, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  /* line 1065, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  /* line 1068, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-node,
.jstree-default-responsive .jstree-icon,
.jstree-default-responsive .jstree-node > .jstree-ocl,
.jstree-default-responsive .jstree-themeicon,
.jstree-default-responsive .jstree-checkbox {
    background-image: url(/images/40px.png);
    background-size: 120px 240px;
  }
  /* line 1076, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  /* line 1080, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-last {
    background-image: none;
  }
  /* line 1083, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  /* line 1086, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  /* line 1089, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  /* line 1094, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-file {
    background: url(/images/40px.png) 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  /* line 1098, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive .jstree-folder {
    background: url(/images/40px.png) -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  /* line 1102, app/assets/stylesheets/jstree/themes/default/style.css */
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
  max-width: none;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
button.pswp__button {
  box-shadow: none !important;
  background-image: url(/default-skin/default-skin.png) !important;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
  background-color: transparent !important;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
  background-image: none !important;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
button.pswp__button--close:hover {
  background-position: 0 -44px;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
button.pswp__button--zoom:hover {
  background-position: -88px 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp img {
  max-width: none;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp--open {
  display: block;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__img--placeholder--blank {
  background: #222;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

/* line 1, app/assets/stylesheets/ltr/photoswipe.css */
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
/* line 20, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 38, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

/* line 40, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

/* line 43, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
/* line 48, app/assets/stylesheets/ltr/default-skin.css */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

/* line 51, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  /* line 61, app/assets/stylesheets/ltr/default-skin.css */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/default-skin.svg);
  }
  /* line 65, app/assets/stylesheets/ltr/default-skin.css */
  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

/* line 69, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button--close {
  background-position: 0 -44px;
}

/* line 72, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button--share {
  background-position: -44px -44px;
}

/* line 75, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button--fs {
  display: none;
}

/* line 78, app/assets/stylesheets/ltr/default-skin.css */
.pswp--supports-fs .pswp__button--fs {
  display: block;
}

/* line 81, app/assets/stylesheets/ltr/default-skin.css */
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

/* line 84, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

/* line 88, app/assets/stylesheets/ltr/default-skin.css */
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* line 91, app/assets/stylesheets/ltr/default-skin.css */
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
/* line 95, app/assets/stylesheets/ltr/default-skin.css */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
/* line 103, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

/* line 112, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button--arrow--left {
  left: 0;
}

/* line 115, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button--arrow--right {
  right: 0;
}

/* line 118, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

/* line 127, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

/* line 131, app/assets/stylesheets/ltr/default-skin.css */
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
/* line 140, app/assets/stylesheets/ltr/default-skin.css */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 147, app/assets/stylesheets/ltr/default-skin.css */
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* line 163, app/assets/stylesheets/ltr/default-skin.css */
.pswp__share-modal--hidden {
  display: none;
}

/* line 166, app/assets/stylesheets/ltr/default-skin.css */
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

/* line 184, app/assets/stylesheets/ltr/default-skin.css */
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

/* line 191, app/assets/stylesheets/ltr/default-skin.css */
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

/* line 194, app/assets/stylesheets/ltr/default-skin.css */
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

/* line 197, app/assets/stylesheets/ltr/default-skin.css */
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 200, app/assets/stylesheets/ltr/default-skin.css */
.pswp__share-modal--fade-in {
  opacity: 1;
}

/* line 202, app/assets/stylesheets/ltr/default-skin.css */
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
/* line 208, app/assets/stylesheets/ltr/default-skin.css */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

/* line 211, app/assets/stylesheets/ltr/default-skin.css */
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

/* line 225, app/assets/stylesheets/ltr/default-skin.css */
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

/* line 228, app/assets/stylesheets/ltr/default-skin.css */
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

/* line 231, app/assets/stylesheets/ltr/default-skin.css */
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

/* line 235, app/assets/stylesheets/ltr/default-skin.css */
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

/* line 239, app/assets/stylesheets/ltr/default-skin.css */
a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
/* line 247, app/assets/stylesheets/ltr/default-skin.css */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
/* line 263, app/assets/stylesheets/ltr/default-skin.css */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

/* line 269, app/assets/stylesheets/ltr/default-skin.css */
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

/* line 273, app/assets/stylesheets/ltr/default-skin.css */
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

/* line 282, app/assets/stylesheets/ltr/default-skin.css */
.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
/* line 286, app/assets/stylesheets/ltr/default-skin.css */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
/* line 296, app/assets/stylesheets/ltr/default-skin.css */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

/* line 309, app/assets/stylesheets/ltr/default-skin.css */
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

/* line 314, app/assets/stylesheets/ltr/default-skin.css */
.pswp__preloader--active {
  opacity: 1;
}

/* line 316, app/assets/stylesheets/ltr/default-skin.css */
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/preloader.gif) 0 0 no-repeat;
}

/* line 320, app/assets/stylesheets/ltr/default-skin.css */
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

/* line 322, app/assets/stylesheets/ltr/default-skin.css */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

/* line 325, app/assets/stylesheets/ltr/default-skin.css */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

/* line 329, app/assets/stylesheets/ltr/default-skin.css */
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

/* line 339, app/assets/stylesheets/ltr/default-skin.css */
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

/* line 349, app/assets/stylesheets/ltr/default-skin.css */
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  /* line 365, app/assets/stylesheets/ltr/default-skin.css */
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
/* line 416, app/assets/stylesheets/ltr/default-skin.css */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
/* line 423, app/assets/stylesheets/ltr/default-skin.css */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

/* line 430, app/assets/stylesheets/ltr/default-skin.css */
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
/* line 440, app/assets/stylesheets/ltr/default-skin.css */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

/* line 444, app/assets/stylesheets/ltr/default-skin.css */
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* line 449, app/assets/stylesheets/ltr/default-skin.css */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/* line 454, app/assets/stylesheets/ltr/default-skin.css */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

/* line 457, app/assets/stylesheets/ltr/default-skin.css */
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
/* line 465, app/assets/stylesheets/ltr/default-skin.css */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
/* line 473, app/assets/stylesheets/ltr/default-skin.css */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

/* line 478, app/assets/stylesheets/ltr/default-skin.css */
.pswp__element--disabled {
  display: none !important;
}

/* line 481, app/assets/stylesheets/ltr/default-skin.css */
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* line 1, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

/* line 10, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-twitter {
  background-image: url(/assets/social-share-button/twitter-27ff360c0285353776bb62988f4fb11761e4bfd73b0b39363195e55e31116a0a.svg);
}

/* line 14, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-facebook {
  background-image: url(/assets/social-share-button/facebook-ad8d3a86e9fd0b06b38e14e4259498eeacfe5ee97e7511db878d8e544e8808af.svg);
}

/* line 18, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-google_bookmark {
  background-image: url(/assets/social-share-button/google_bookmark-4043aed139aa0379c86924199261fa7693468a8b728c8bda599c19338580e66a.svg);
}

/* line 22, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-weibo {
  background-image: url(/assets/social-share-button/weibo-6585c322f6d63da0a522494e290c6a996d469f68ecc973cdcf5b1436f5662705.svg);
}

/* line 26, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-qq {
  background-image: url(/assets/social-share-button/qq-dab02053716d16896fb03fa4672df74436fe9660cf71bb6cafebd84a9b566a45.svg);
}

/* line 30, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-delicious {
  background-image: url(/assets/social-share-button/delicious-2da92358636d19c75cebbed909dc5d63c9188dc09faad5c7acba67efaa3547a9.svg);
}

/* line 34, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-linkedin {
  background-image: url(/assets/social-share-button/linkedin-b8af50638ca1b80bff4359c929fbb8fb8e5ee287811b32f460b3793cf7ee0edb.svg);
}

/* line 38, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-tumblr {
  background-image: url(/assets/social-share-button/tumblr-ee1b0b634973b391889fae5838e7138a2bb0d85ba94411d241d4b8e9adbd6141.svg);
}

/* line 42, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-pinterest {
  background-image: url(/assets/social-share-button/pinterest-f5d520767ef94c66c030eb3ac24b025ee062f3a01b17b2bef8148ea79b6c4777.svg);
}

/* line 46, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-douban {
  background-image: url(/assets/social-share-button/douban-5c74732c0a27325454fcf8db895356397f4f7bdb58270b63a8b1087cceff65f8.svg);
}

/* line 50, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-wechat {
  background-image: url(/assets/social-share-button/wechat-379026739bf0c9c4159027f40c2f44229f04c0f00eba8766a3e91732ea6a5300.svg);
}

/* line 54, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-vkontakte {
  background-image: url(/assets/social-share-button/vkontakte-18d6ebdd0747f8cb5315a181e1e5bdee4118d38759a05f76b9ef8ede7dc2c761.svg);
}

/* line 58, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-odnoklassniki {
  background-image: url(/assets/social-share-button/odnoklassniki-786d2c2e2dfb88abd733d2795b99cda5ed7ed9ebeb3dbdab563e5de5a1c65c49.svg);
}

/* line 62, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-xing {
  background-image: url(/assets/social-share-button/xing-d09b2073bff689e6ee9a668f13a189465ed5be9519e4b3c97062642c4bc9f730.svg);
}

/* line 66, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-email {
  background-image: url(/assets/social-share-button/email-0a4ecb50409186b97f081174b555c417e27a5d21fb40ae9c71418c4c2005ccc5.svg);
}

/* line 70, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-reddit {
  background-image: url(/assets/social-share-button/reddit-bd3b8f81d3d59a1a22a30524131af16166ba6f775bbc9cc47f7a7d92c39d96da.svg);
}

/* line 74, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-hacker_news {
  background-image: url(/assets/social-share-button/hacker_news-60523ec917cdede4311477985c2d676135b6ef7e70f9763de88079b923a533c0.svg);
}

/* line 78, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-telegram {
  background-image: url(/assets/social-share-button/telegram-32ec83f6a48e0a635b68ceba07cde24de24827ad5010aee6dda80049ffd6bce1.svg);
}

/* line 82, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-whatsapp_app,
.social-share-button .ssb-whatsapp_web {
  background-image: url(/assets/social-share-button/whatsapp-f67550549333c10e5b220256546e4411fba136dc91b00b1e0064f8839dbdff8d.svg);
}

/* line 87, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em;
}

/* line 99, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-header {
  font-weight: bold;
}

/* line 103, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-dialog-qr {
  text-align: center;
  margin: 25px 0;
}

/* line 108, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}

/* line 119, ../../usr/local/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-footer {
  text-align: left;
  line-height: 22px;
  color: #666;
}

/* line 1, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper {
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  border-radius: 0.5rem;
}

/* line 6, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header {
  padding: 1.5rem 1.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(34, 41, 47, 0.08);
  margin: 0;
}

/* line 12, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .line {
  flex: 0;
  min-width: auto;
  min-height: auto;
  background-color: transparent;
  margin: 0;
  padding: 0 1.75rem;
  color: #6e6b7b;
  font-size: 1.5rem;
}

/* line 22, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step {
  margin-bottom: .25rem;
  margin-top: .25rem;
}

/* line 26, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step .step-trigger {
  padding: 0;
  flex-wrap: nowrap;
  font-weight: normal;
}

/* line 31, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0.5em 0;
  font-weight: 500;
  color: #babfc7;
  background-color: rgba(186, 191, 199, 0.12);
  border-radius: 0.35rem;
}

/* line 43, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
  text-align: left;
  margin: 0;
  margin-top: 0.5rem;
  margin-left: 1rem;
}

/* line 49, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
  display: inherit;
  color: #6e6b7b;
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 0rem;
}

/* line 56, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-subtitle {
  font-weight: 400;
  font-size: 0.85rem;
  color: #b9b9c3;
}

/* line 61, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step .step-trigger:hover {
  background-color: transparent;
}

/* line 64, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
  background-color: #0c6689;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(115, 103, 240, 0.4);
}

/* line 69, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title {
  color: #0c6689;
}

/* line 72, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step.crossed .step-trigger .bs-stepper-box {
  background-color: #86D0F4;
  color: #0c6689 !important;
}

/* line 76, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step.crossed .step-trigger .bs-stepper-label .bs-stepper-title {
  color: #b9b9c3;
}

/* line 79, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-header .step.crossed + .line {
  color: #0c6689;
}

/* line 82, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-content {
  padding: 1.5rem 1.5rem;
}

/* line 85, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-content .content {
  margin-left: 0;
}

/* line 88, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper .bs-stepper-content .content .content-header {
  margin-bottom: 1rem;
}

/* line 91, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper.vertical .bs-stepper-header {
  border-right: 1px solid #ebe9f1;
  border-bottom: none;
}

/* line 95, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper.vertical .bs-stepper-header .step .step-trigger {
  padding: 1rem 0;
}

/* line 98, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper.vertical .bs-stepper-header .line {
  display: none;
}

/* line 101, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper.vertical .bs-stepper-content {
  width: 100%;
  padding-top: 2.5rem;
}

/* line 105, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper.vertical .bs-stepper-content .content:not(.active) {
  display: none;
}

/* line 108, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper.vertical.wizard-icons .step {
  text-align: center;
}

/* line 111, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper.wizard-modern {
  background-color: transparent;
  box-shadow: none;
}

/* line 115, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper.wizard-modern .bs-stepper-header {
  border: none;
}

/* line 118, app/assets/stylesheets/vendors/form-wizard.css */
.bs-stepper.wizard-modern .bs-stepper-content {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

/* line 123, app/assets/stylesheets/vendors/form-wizard.css */
.horizontal-wizard,
.vertical-wizard,
.modern-horizontal-wizard,
.modern-vertical-wizard {
  margin-bottom: 2.2rem;
}

/* line 129, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper {
  background-color: #283046;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}

/* line 133, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper .bs-stepper-header {
  border-bottom: 1px solid rgba(59, 66, 83, 0.08);
}

/* line 136, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper .bs-stepper-header .line {
  color: #b4b7bd;
}

/* line 139, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-box {
  color: #babfc7;
}

/* line 142, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
  color: #b4b7bd;
}

/* line 145, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-subtitle {
  color: #676d7d;
}

/* line 148, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
  background-color: #0c6689;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(115, 103, 240, 0.4);
}

/* line 153, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title {
  color: #0c6689;
}

/* line 156, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper .bs-stepper-header .step.crossed .step-trigger .bs-stepper-label,
.dark-layout .bs-stepper .bs-stepper-header .step.crossed .step-trigger .bs-stepper-title {
  color: #676d7d;
}

/* line 160, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper.vertical .bs-stepper-header {
  border-right-color: #3b4253;
}

/* line 163, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper.wizard-modern {
  background-color: transparent;
  box-shadow: none;
}

/* line 167, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper.wizard-modern .bs-stepper-header {
  border: none;
}

/* line 170, app/assets/stylesheets/vendors/form-wizard.css */
.dark-layout .bs-stepper.wizard-modern .bs-stepper-content {
  background-color: #283046;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}

/* line 174, app/assets/stylesheets/vendors/form-wizard.css */
html[data-textdirection='rtl'] .btn-prev,
html[data-textdirection='rtl'] .btn-next {
  display: flex;
}

/* line 178, app/assets/stylesheets/vendors/form-wizard.css */
html[data-textdirection='rtl'] .btn-prev i,
html[data-textdirection='rtl'] .btn-prev svg,
html[data-textdirection='rtl'] .btn-next i,
html[data-textdirection='rtl'] .btn-next svg {
  transform: rotate(-180deg);
}

@media (max-width: 992px) {
  /* line 185, app/assets/stylesheets/vendors/form-wizard.css */
  .bs-stepper .bs-stepper-header {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 188, app/assets/stylesheets/vendors/form-wizard.css */
  .bs-stepper .bs-stepper-header .step .step-trigger {
    padding: 0.5rem 0 !important;
    flex-direction: row;
  }
  /* line 191, app/assets/stylesheets/vendors/form-wizard.css */
  .bs-stepper .bs-stepper-header .line {
    display: flex;
    position: inherit;
    justify-content: center;
    height: 70px;
    align-items: center;
    padding: 0px !important;
  }
  /* line 200, app/assets/stylesheets/vendors/form-wizard.css */
  .bs-stepper.vertical {
    flex-direction: column;
  }
  /* line 202, app/assets/stylesheets/vendors/form-wizard.css */
  .bs-stepper.vertical .bs-stepper-header {
    align-items: flex-start;
  }
  /* line 204, app/assets/stylesheets/vendors/form-wizard.css */
  .bs-stepper.vertical .bs-stepper-content {
    padding-top: 1.5rem;
  }
}

/* line 2, ../../usr/local/bundle/ruby/3.4.0/gems/simple_calendar-3.1.0/app/assets/stylesheets/simple_calendar.css */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

/* line 13, ../../usr/local/bundle/ruby/3.4.0/gems/simple_calendar-3.1.0/app/assets/stylesheets/simple_calendar.css */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 17, ../../usr/local/bundle/ruby/3.4.0/gems/simple_calendar-3.1.0/app/assets/stylesheets/simple_calendar.css */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 28, ../../usr/local/bundle/ruby/3.4.0/gems/simple_calendar-3.1.0/app/assets/stylesheets/simple_calendar.css */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 48, ../../usr/local/bundle/ruby/3.4.0/gems/simple_calendar-3.1.0/app/assets/stylesheets/simple_calendar.css */
.simple-calendar .calendar-heading nav {
  display: inline-block;
}

/* line 52, ../../usr/local/bundle/ruby/3.4.0/gems/simple_calendar-3.1.0/app/assets/stylesheets/simple_calendar.css */
.simple-calendar .day {
  height: 80px;
}

/* line 64, ../../usr/local/bundle/ruby/3.4.0/gems/simple_calendar-3.1.0/app/assets/stylesheets/simple_calendar.css */
.simple-calendar .today {
  background: #FFFFC0;
}

/* line 73, ../../usr/local/bundle/ruby/3.4.0/gems/simple_calendar-3.1.0/app/assets/stylesheets/simple_calendar.css */
.simple-calendar .prev-month {
  background: #DDD;
}

/* line 76, ../../usr/local/bundle/ruby/3.4.0/gems/simple_calendar-3.1.0/app/assets/stylesheets/simple_calendar.css */
.simple-calendar .next-month {
  background: #DDD;
}

/* line 1, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #88d2f6;
}

/* line 5, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #88d2f6;
}

/* line 11, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1;
}

/* line 17, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5;
}

/* line 27, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

/* line 31, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

/* line 35, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

/* line 39, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

/* line 43, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

/* line 47, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 51, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd;
}

/* line 55, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5;
}

/* line 59, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}

/* line 63, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}

/* line 67, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}

/* line 71, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7;
}

/* line 77, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}

/* line 81, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

/* line 93, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: " ";
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}

/* line 101, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: "✓";
  font-size: 20px;
  margin-top: -19px;
  margin-left: -6px;
  text-align: center;
  text-shadow: 1px 1px #cde7d7, -1px -1px #cde7d7, 1px -1px #cde7d7, -1px 1px #cde7d7;
}

/* line 111, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.compact tbody td.select-checkbox:before,
table.dataTable.compact tbody th.select-checkbox:before {
  margin-top: -12px;
}

/* line 115, app/assets/stylesheets/vendors/select-dataTables-min.css */
table.dataTable.compact tr.selected td.select-checkbox:after,
table.dataTable.compact tr.selected th.select-checkbox:after {
  margin-top: -16px;
}

/* line 119, app/assets/stylesheets/vendors/select-dataTables-min.css */
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  /* line 124, app/assets/stylesheets/vendors/select-dataTables-min.css */
  div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

/* line 1, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

/* line 14, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

/* line 24, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

/* line 28, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

/* line 31, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

/* line 34, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

/* line 38, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

/* line 42, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

/* line 50, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 53, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 1, app/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, app/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, app/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, app/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 25, app/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 28, app/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 35, app/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

/* line 39, app/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 43, app/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

/* line 57, app/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 60, app/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 71, app/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 74, app/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 79, app/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 84, app/assets/stylesheets/select2.css */
.select2-results__option--selectable {
  cursor: pointer;
}

/* line 87, app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 90, app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 95, app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 100, app/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 103, app/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 107, app/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 109, app/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 112, app/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 129, app/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 141, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 145, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 148, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

/* line 155, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 157, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 163, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 175, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 178, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 182, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 185, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 188, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 192, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

/* line 200, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

/* line 202, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

/* line 211, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

/* line 227, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 231, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 245, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

/* line 250, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 254, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 258, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 266, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

/* line 271, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 275, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 279, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 282, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 286, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 290, app/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 293, app/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 300, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 304, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 306, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 308, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 311, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 314, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 317, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 320, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 324, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--group {
  padding: 0;
}

/* line 327, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--disabled {
  color: #999;
}

/* line 330, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

/* line 333, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

/* line 337, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 342, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 352, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 354, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 357, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

/* line 363, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 365, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 381, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 393, app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 396, app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 405, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 407, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 410, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 414, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 424, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 434, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

/* line 442, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 444, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 446, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

/* line 454, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 458, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

/* line 468, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

/* line 472, app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 476, app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 480, app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 486, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 489, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 494, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 499, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 503, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 507, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 511, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 514, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 517, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 521, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--group {
  padding: 0;
}

/* line 524, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

/* line 527, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

/* line 531, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 536, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 23, app/assets/stylesheets/application.scss */
.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}

/* line 30, app/assets/stylesheets/application.scss */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
}
