/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* reset styling (prevent conflicts with bootstrap, materialize.css, etc.) */
/* line 3, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor .jsoneditor-search input {
  height: auto;
  border: inherit;
}

/* line 8, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor .jsoneditor-search input:focus {
  border: none !important;
  box-shadow: none !important;
}

/* line 13, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor table {
  border-collapse: collapse;
  width: auto;
}

/* line 18, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td,
div.jsoneditor th {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: inherit;
  border-radius: inherit;
}

/* line 28, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor-readonly {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  float: left;
}

/* adjust margin of p elements inside editable divs, needed for Opera, IE */
/* line 42, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field p,
div.jsoneditor-value p {
  margin: 0;
}

/* line 47, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value {
  word-break: break-word;
}

/* line 51, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-readonly {
  min-width: 16px;
  color: #808080;
}

/* line 56, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-empty {
  border-color: #d3d3d3;
  border-style: dashed;
  border-radius: 2px;
}

/* line 62, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-empty::after,
div.jsoneditor-value.jsoneditor-empty::after {
  pointer-events: none;
  color: #d3d3d3;
  font-size: 8pt;
}

/* line 69, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-empty::after {
  content: "field";
}

/* line 73, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-empty::after {
  content: "value";
}

/* line 77, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-url,
a.jsoneditor-value.jsoneditor-url {
  color: green;
  text-decoration: underline;
}

/* line 83, /app/app/assets/stylesheets/jsoneditor.scss */
a.jsoneditor-value.jsoneditor-url {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}

/* line 89, /app/app/assets/stylesheets/jsoneditor.scss */
a.jsoneditor-value.jsoneditor-url:hover,
a.jsoneditor-value.jsoneditor-url:focus {
  color: #ee422e;
}

/* line 94, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td.jsoneditor-separator {
  padding: 3px 0;
  vertical-align: top;
  color: #808080;
}

/* line 100, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
  background-color: #FFFFAB;
  border: 1px solid yellow;
  border-radius: 2px;
}

/* line 111, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-highlight-active,
div.jsoneditor-field.jsoneditor-highlight-active:focus,
div.jsoneditor-field.jsoneditor-highlight-active:hover,
div.jsoneditor-value.jsoneditor-highlight-active,
div.jsoneditor-value.jsoneditor-highlight-active:focus,
div.jsoneditor-value.jsoneditor-highlight-active:hover {
  background-color: #ffee00;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

/* line 122, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-string {
  color: #008000;
}

/* line 126, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-object,
div.jsoneditor-value.jsoneditor-array {
  min-width: 16px;
  color: #808080;
}

/* line 132, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-number {
  color: #ee422e;
}

/* line 136, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8c00;
}

/* line 140, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-null {
  color: #004ED0;
}

/* line 144, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-invalid {
  color: #000000;
}

/* line 148, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-button {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: transparent url(/assets/jsoneditor-icons-45c98bf0ee865dac9104d0bf659253b9d9c7ba2dd43e45f55544855750cfd01e.svg);
}

/* line 158, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree,
div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree {
  cursor: pointer;
}

/* line 163, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-collapsed {
  background-position: 0 -48px;
}

/* line 167, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-expanded {
  background-position: 0 -72px;
}

/* line 171, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-contextmenu {
  background-position: -48px -72px;
}

/* line 175, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-contextmenu:hover,
div.jsoneditor-tree button.jsoneditor-contextmenu:focus,
div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
  background-position: -48px -48px;
}

/* line 182, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree *:focus {
  outline: none;
}

/* line 186, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-button:focus {
  /* TODO: nice outline for buttons with focus
  outline: #97B0F8 solid 2px;
  box-shadow: 0 0 8px #97B0F8;
  */
  background-color: #f5f5f5;
  outline: #e5e5e5 solid 1px;
}

/* line 195, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-invisible {
  visibility: hidden;
  background: none;
}

/* line 200, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-show-more {
  display: inline-block;
  padding: 3px 4px;
  margin: 2px 0;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #808080;
  font-family: arial, sans-serif;
  font-size: 10pt;
}

/* line 211, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-show-more a {
  display: inline-block;
  color: #808080;
}

/* line 216, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-show-more a:hover,
div.jsoneditor-tree div.jsoneditor-show-more a:focus {
  color: #ee422e;
}

/* line 221, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: 1px solid #808080;
  cursor: pointer;
}

/* line 230, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.jsoneditor-anchor .picker_wrapper.popup.popup_bottom {
  top: 28px;
  left: -10px;
}

/* line 235, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-date {
  background: #a1a1a1;
  color: white;
  font-family: arial, sans-serif;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 0 3px;
}

/* line 245, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor {
  color: #1A1A1A;
  border: 1px solid #3883fa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  line-height: 100%;
}

/* line 258, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree table.jsoneditor-tree {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 264, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-tree-inner {
  padding-bottom: 300px;
}

/* line 268, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 279, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-nav-bar {
  margin-top: -26px;
  padding-top: 26px;
}

/* line 284, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-status-bar {
  margin-bottom: -26px;
  padding-bottom: 26px;
}

/* line 289, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-main-menu-bar {
  margin-top: -35px;
  padding-top: 35px;
}

/* line 294, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-nav-bar.has-main-menu-bar {
  margin-top: -61px;
  padding-top: 61px;
}

/* line 299, /app/app/assets/stylesheets/jsoneditor.scss */
textarea.jsoneditor-text,
.ace-jsoneditor {
  min-height: 150px;
}

/* line 304, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}

/* line 311, /app/app/assets/stylesheets/jsoneditor.scss */
textarea.jsoneditor-text {
  width: 100%;
  height: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-width: 0;
  border: none;
  background-color: white;
  resize: none;
}

/* line 324, /app/app/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-highlight,
tr.jsoneditor-selected {
  background-color: #d3d3d3;
}

/* line 329, /app/app/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-selected button.jsoneditor-dragarea,
tr.jsoneditor-selected button.jsoneditor-contextmenu {
  visibility: hidden;
}

/* line 334, /app/app/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
  visibility: visible;
}

/* line 339, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-dragarea {
  background: url(/assets/jsoneditor-icons-45c98bf0ee865dac9104d0bf659253b9d9c7ba2dd43e45f55544855750cfd01e.svg) -72px -72px;
  cursor: move;
}

/* line 344, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-dragarea:hover,
div.jsoneditor-tree button.jsoneditor-dragarea:focus,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  background-position: -72px -48px;
}

/* line 350, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor tr,
div.jsoneditor th,
div.jsoneditor td {
  padding: 0;
  margin: 0;
}

/* line 357, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td {
  vertical-align: top;
}

/* line 361, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td.jsoneditor-tree {
  vertical-align: top;
}

/* line 365, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor td,
div.jsoneditor th,
div.jsoneditor textarea,
.jsoneditor-schema-error {
  font-family: "dejavu sans mono", "droid sans mono", consolas, monaco, "lucida console", "courier new", courier, monospace, sans-serif;
  font-size: 10pt;
  color: #1A1A1A;
}

/* popover */
/* line 378, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error {
  cursor: default;
  display: inline-block;
  /*font-family: arial, sans-serif;*/
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px;
}

/* line 389, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url(/assets/jsoneditor-icons-45c98bf0ee865dac9104d0bf659253b9d9c7ba2dd43e45f55544855750cfd01e.svg) -168px -48px;
}

/* line 397, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors tr.jump-to-line:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 402, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover {
  background-color: #4c4c4c;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  padding: 7px 10px;
  position: absolute;
  width: 200px;
  z-index: 4;
}

/* line 414, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above {
  bottom: 32px;
  left: -98px;
}

/* line 419, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below {
  top: 32px;
  left: -98px;
}

/* line 424, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left {
  top: -7px;
  right: 32px;
}

/* line 429, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right {
  top: -7px;
  left: 32px;
}

/* line 434, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: '';
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}

/* line 444, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before {
  border-top: 7px solid #4c4c4c;
  bottom: -7px;
}

/* line 449, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before {
  border-bottom: 7px solid #4c4c4c;
  top: -7px;
}

/* line 454, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before {
  border-left: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: '';
  top: 19px;
  right: -14px;
  left: inherit;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

/* line 467, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before {
  border-right: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: '';
  top: 19px;
  left: -14px;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

/* line 479, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error:hover .jsoneditor-popover,
.jsoneditor-schema-error:focus .jsoneditor-popover {
  display: block;
  -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
  -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
  -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*@-webkit-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/*@-moz-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/*@-ms-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/* JSON schema errors displayed at the bottom of the editor in mode text and code */
/* line 543, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-validation-errors-container {
  max-height: 130px;
  overflow-y: auto;
}

/* line 548, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-additional-errors {
  position: absolute;
  margin: auto;
  bottom: 31px;
  left: calc(50% - 92px);
  color: #808080;
  background-color: #ebebeb;
  padding: 7px 15px;
  border-radius: 8px;
}

/* line 559, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-additional-errors.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

/* line 565, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-additional-errors.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

/* line 571, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ffd700;
}

/* line 577, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors td {
  padding: 3px 6px;
  vertical-align: middle;
}

/* line 582, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors tr {
  background-color: #ffef8b;
}

/* line 586, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors tr.parse-error {
  background-color: #ee2e2e70;
}

/* line 590, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors .jsoneditor-schema-error {
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  cursor: pointer;
}

/* line 599, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors tr .jsoneditor-schema-error {
  background: url(/assets/jsoneditor-icons-45c98bf0ee865dac9104d0bf659253b9d9c7ba2dd43e45f55544855750cfd01e.svg) -168px -48px;
}

/* line 603, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error {
  background: url(/assets/jsoneditor-icons-45c98bf0ee865dac9104d0bf659253b9d9c7ba2dd43e45f55544855750cfd01e.svg) -25px 0px;
}

/* line 607, /app/app/assets/stylesheets/jsoneditor.scss */
.fadein {
  -webkit-animation: fadein .3s;
  animation: fadein .3s;
  -moz-animation: fadein .3s;
  -o-animation: fadein .3s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ContextMenu - main menu */
/* line 655, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu-root {
  position: relative;
  width: 0;
  height: 0;
}

/* line 661, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 99999;
}

/* line 667, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul,
div.jsoneditor-contextmenu li {
  box-sizing: content-box;
  position: relative;
}

/* line 673, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul {
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
  background: white;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 686, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button {
  position: relative;
  padding: 0 4px 0 0;
  margin: 0;
  width: 128px;
  height: auto;
  border: none;
  cursor: pointer;
  color: #4d4d4d;
  background: transparent;
  font-size: 10pt;
  font-family: arial, sans-serif;
  box-sizing: border-box;
  text-align: left;
}

/* Fix button padding in firefox */
/* line 704, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 709, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button:hover,
div.jsoneditor-contextmenu ul li button:focus {
  color: #1a1a1a;
  background-color: #f5f5f5;
  outline: none;
}

/* line 716, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button.jsoneditor-default {
  width: 96px;
  /* 128px - 32px */
}

/* line 721, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button.jsoneditor-expand {
  float: right;
  width: 32px;
  height: 24px;
  border-left: 1px solid #e5e5e5;
}

/* line 728, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu div.jsoneditor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url(/assets/jsoneditor-icons-45c98bf0ee865dac9104d0bf659253b9d9c7ba2dd43e45f55544855750cfd01e.svg);
}

/* line 740, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li ul div.jsoneditor-icon {
  margin-left: 24px;
}

/* line 744, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu div.jsoneditor-text {
  padding: 4px 0 4px 24px;
  word-wrap: break-word;
}

/* line 749, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu div.jsoneditor-text.jsoneditor-right-margin {
  padding-right: 24px;
}

/* line 753, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button div.jsoneditor-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url(/assets/jsoneditor-icons-45c98bf0ee865dac9104d0bf659253b9d9c7ba2dd43e45f55544855750cfd01e.svg) 0 -72px;
}

/* line 764, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu div.jsoneditor-separator {
  height: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}

/* line 771, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-remove > div.jsoneditor-icon {
  background-position: -24px 0;
}

/* line 775, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-append > div.jsoneditor-icon {
  background-position: 0 0;
}

/* line 779, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-insert > div.jsoneditor-icon {
  background-position: 0 0;
}

/* line 783, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-duplicate > div.jsoneditor-icon {
  background-position: -48px 0;
}

/* line 787, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-sort-asc > div.jsoneditor-icon {
  background-position: -168px 0;
}

/* line 791, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-sort-desc > div.jsoneditor-icon {
  background-position: -192px 0;
}

/* line 795, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-transform > div.jsoneditor-icon {
  background-position: -216px 0;
}

/* ContextMenu - sub menu */
/* line 801, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button.jsoneditor-selected,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus {
  color: white;
  background-color: #ee422e;
}

/* line 808, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li {
  overflow: hidden;
}

/* line 812, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li ul {
  display: none;
  position: relative;
  left: -10px;
  top: 0;
  border: none;
  box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
  padding: 0 10px;
  /* TODO: transition is not supported on IE8-9 */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 829, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li ul li button {
  padding-left: 24px;
  animation: all ease-in-out 1s;
}

/* line 834, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li ul li button:hover,
div.jsoneditor-contextmenu ul li ul li button:focus {
  background-color: #f5f5f5;
}

/* line 839, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-string > div.jsoneditor-icon {
  background-position: -144px 0;
}

/* line 843, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-auto > div.jsoneditor-icon {
  background-position: -120px 0;
}

/* line 847, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-object > div.jsoneditor-icon {
  background-position: -72px 0;
}

/* line 851, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-array > div.jsoneditor-icon {
  background-position: -96px 0;
}

/* line 855, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
  background-image: none;
  width: 6px;
}

/* pico modal styling */
/* line 862, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal-overlay {
  position: absolute !important;
  background: #010101 !important;
  opacity: 0.3 !important;
}

/* line 868, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal {
  position: absolute !important;
  max-width: 95% !important;
  width: auto !important;
  border-radius: 2px !important;
  padding: 45px 15px 15px 15px !important;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3) !important;
  color: #4d4d4d;
  line-height: 1.3em;
}

/* line 879, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal.jsoneditor-modal-transform {
  width: 600px !important;
}

/* line 883, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .pico-modal-header {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-family: arial, sans-serif;
  font-size: 11pt;
  background: #3883fa;
  color: white;
}

/* line 898, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table {
  width: 100%;
}

/* line 902, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table th,
.jsoneditor-modal table td {
  padding: 5px 20px 5px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  color: #4d4d4d;
  line-height: 32px;
}

/* line 912, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal p:first-child {
  margin-top: 0;
}

/* line 916, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal a {
  color: #3883fa;
}

/* line 922, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table td.jsoneditor-modal-input {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}

/* line 928, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table td.jsoneditor-modal-actions {
  padding-top: 15px;
}

/* line 932, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .pico-close {
  background: none !important;
  font-size: 24px !important;
  top: 7px !important;
  right: 7px !important;
  color: white;
}

/* line 940, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal select,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal #query {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
}

/* line 951, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal,
.jsoneditor-modal table td,
.jsoneditor-modal table th,
.jsoneditor-modal select,
.jsoneditor-modal option,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal #query {
  font-size: 10.5pt;
  font-family: arial, sans-serif;
}

/* line 963, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal #query,
.jsoneditor-modal .jsoneditor-transform-preview {
  font-family: "dejavu sans mono", "droid sans mono", consolas, monaco, "lucida console", "courier new", courier, monospace, sans-serif;
  font-size: 10pt;
}

/* line 969, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input[type="button"],
.jsoneditor-modal input[type="submit"] {
  background: #f5f5f5;
  padding: 4px 20px;
}

/* line 975, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal select,
.jsoneditor-modal input {
  cursor: pointer;
}

/* line 980, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input {
  padding: 4px;
}

/* line 984, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input[type="text"] {
  cursor: inherit;
}

/* line 988, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input[disabled] {
  background: #d3d3d3;
  color: #808080;
}

/* line 993, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-select-wrapper {
  position: relative;
  display: inline-block;
}

/* line 998, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-select-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 8px;
  top: 14px;
  pointer-events: none;
}

/* line 1011, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal select {
  padding: 3px 24px 3px 10px;
  min-width: 180px;
  max-width: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0;
  text-overflow: "";
  font-size: 10pt;
  line-height: 1.5em;
}

/* line 1024, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal select::-ms-expand {
  display: none;
}

/* line 1028, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-button-group input {
  padding: 4px 10px;
  margin: 0;
  border-radius: 0;
  border-left-style: none;
}

/* line 1035, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-style: solid;
}

/* line 1041, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1046, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc {
  background: #3883fa;
  border-color: #3883fa;
  color: white;
}

/* line 1053, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal #query,
.jsoneditor-modal .jsoneditor-transform-preview {
  width: 100%;
  box-sizing: border-box;
}

/* line 1059, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-transform-preview {
  background: #f5f5f5;
  height: 200px;
}

/* line 1064, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error {
  color: #ee422e;
}

/* line 1068, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-wizard {
  line-height: 1.2em;
  width: 100%;
  background: #ffffe0;
  border: 1px solid #ffe99a;
  padding: 0 10px 10px;
  border-radius: 3px;
}

/* line 1077, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-wizard-label {
  font-style: italic;
  margin: 4px 0 2px 0;
}

/* line 1082, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-inline {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2px;
}

/* line 1089, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter {
  display: flex;
  flex-wrap: wrap;
}

/* line 1094, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter-field {
  width: 170px;
}

/* line 1098, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter-relation {
  width: 100px;
}

/* line 1102, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter-value {
  min-width: 100px;
  flex: 1;
}

/* line 1107, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-sort-field {
  width: 170px;
}

/* line 1111, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-sort-order {
  width: 150px;
}

/* line 1115, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-select-fields {
  width: 100%;
}

/* line 1119, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .selectr-selected {
  border-color: #d3d3d3;
  padding: 4px 28px 4px 8px;
}

/* line 1124, /app/app/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .selectr-selected .selectr-tag {
  background-color: #3883fa;
  border-radius: 5px;
}

/* line 1128, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu {
  width: 100%;
  height: 35px;
  padding: 2px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  background-color: #3883fa;
  border-bottom: 1px solid #3883fa;
}

/* line 1141, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button,
div.jsoneditor-menu > div.jsoneditor-modes > button {
  width: 26px;
  height: 26px;
  margin: 2px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background: transparent url(/assets/jsoneditor-icons-45c98bf0ee865dac9104d0bf659253b9d9c7ba2dd43e45f55544855750cfd01e.svg);
  color: white;
  opacity: 0.8;
  font-family: arial, sans-serif;
  font-size: 10pt;
  float: left;
}

/* line 1157, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button:hover,
div.jsoneditor-menu > div.jsoneditor-modes > button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 1163, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button:focus,
div.jsoneditor-menu > button:active,
div.jsoneditor-menu > div.jsoneditor-modes > button:focus,
div.jsoneditor-menu > div.jsoneditor-modes > button:active {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1170, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button:disabled,
div.jsoneditor-menu > div.jsoneditor-modes > button:disabled {
  opacity: 0.5;
}

/* line 1175, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-collapse-all {
  background-position: 0 -96px;
}

/* line 1179, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-expand-all {
  background-position: 0 -120px;
}

/* line 1183, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-sort {
  background-position: -120px -96px;
}

/* line 1187, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-transform {
  background-position: -144px -96px;
}

/* line 1191, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor.jsoneditor-mode-view > div.jsoneditor-menu > button.jsoneditor-sort,
div.jsoneditor.jsoneditor-mode-form > div.jsoneditor-menu > button.jsoneditor-sort,
div.jsoneditor.jsoneditor-mode-view > div.jsoneditor-menu > button.jsoneditor-transform,
div.jsoneditor.jsoneditor-mode-form > div.jsoneditor-menu > button.jsoneditor-transform {
  display: none;
}

/* line 1198, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-undo {
  background-position: -24px -96px;
}

/* line 1202, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-undo:disabled {
  background-position: -24px -120px;
}

/* line 1206, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-redo {
  background-position: -48px -96px;
}

/* line 1210, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-redo:disabled {
  background-position: -48px -120px;
}

/* line 1214, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-compact {
  background-position: -72px -96px;
}

/* line 1218, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-format {
  background-position: -72px -120px;
}

/* line 1222, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-repair {
  background-position: -96px -96px;
}

/* line 1226, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > div.jsoneditor-modes {
  display: inline-block;
  float: left;
}

/* line 1231, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > div.jsoneditor-modes > button {
  background-image: none;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 1238, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-separator,
div.jsoneditor-menu > div.jsoneditor-modes > button.jsoneditor-separator {
  margin-left: 10px;
}

/* line 1243, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu a {
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: white;
  opacity: 0.8;
  vertical-align: middle;
}

/* line 1251, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu a:hover {
  opacity: 1;
}

/* line 1255, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu a.jsoneditor-poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

/* line 1262, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search input,
table.jsoneditor-search div.jsoneditor-results {
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: #1A1A1A;
  background: transparent;
  /* For Firefox */
}

/* line 1271, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search div.jsoneditor-results {
  color: white;
  padding-right: 5px;
  line-height: 24px;
  padding-top: 2px;
}

/* line 1278, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search {
  position: absolute;
  right: 4px;
  top: 4px;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1286, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search div.jsoneditor-frame {
  border: 1px solid transparent;
  background-color: white;
  padding: 0 2px;
  margin: 0;
}

/* line 1293, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search div.jsoneditor-frame table {
  border-collapse: collapse;
}

/* line 1297, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search input {
  width: 120px;
  border: none;
  outline: none;
  margin: 1px;
  line-height: 20px;
}

/* line 1305, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button {
  width: 16px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(/assets/jsoneditor-icons-45c98bf0ee865dac9104d0bf659253b9d9c7ba2dd43e45f55544855750cfd01e.svg);
  vertical-align: top;
}

/* line 1315, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button:hover {
  background-color: transparent;
}

/* line 1319, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}

/* line 1324, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-next {
  cursor: pointer;
  background-position: -124px -73px;
}

/* line 1329, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-next:hover {
  background-position: -124px -49px;
}

/* line 1333, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-previous {
  cursor: pointer;
  background-position: -148px -73px;
  margin-right: 2px;
}

/* line 1339, /app/app/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-previous:hover {
  background-position: -148px -49px;
}

/* line 1342, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.autocomplete.dropdown {
  position: absolute;
  background: white;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  border: 1px solid #d3d3d3;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default;
  margin: 0;
  padding-left: 2pt;
  padding-right: 5pt;
  text-align: left;
  outline: 0;
  font-family: "dejavu sans mono", "droid sans mono", consolas, monaco, "lucida console", "courier new", courier, monospace, sans-serif;
  font-size: 10pt;
}

/* line 1360, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.autocomplete.dropdown .item {
  color: #333;
}

/* line 1364, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.autocomplete.dropdown .item.hover {
  background-color: #ddd;
}

/* line 1368, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.autocomplete.hint {
  color: #aaa;
  top: 4px;
  left: 4px;
}

/* line 1373, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-treepath {
  padding: 0 5px;
  overflow: hidden;
}

/* line 1378, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-treepath div.jsoneditor-contextmenu-root {
  position: absolute;
  left: 0;
}

/* line 1383, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-treepath span.jsoneditor-treepath-element {
  margin: 1px;
  font-family: arial, sans-serif;
  font-size: 10pt;
}

/* line 1389, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-treepath span.jsoneditor-treepath-seperator {
  margin: 2px;
  font-size: 9pt;
  font-family: arial, sans-serif;
}

/* line 1395, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-treepath span.jsoneditor-treepath-element:hover,
div.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 1400, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar {
  line-height: 26px;
  height: 26px;
  margin-top: -1px;
  color: #808080;
  background-color: #ebebeb;
  border-top: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10pt;
}

/* line 1413, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-curserinfo-label {
  margin: 0 2px 0 4px;
}

/* line 1417, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-curserinfo-val {
  margin-right: 12px;
}

/* line 1421, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-curserinfo-count {
  margin-left: 4px;
}

/* line 1425, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-validation-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: 1px;
  background: url(/assets/jsoneditor-icons-45c98bf0ee865dac9104d0bf659253b9d9c7ba2dd43e45f55544855750cfd01e.svg) -168px -48px;
}

/* line 1434, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-validation-error-count {
  float: right;
  margin: 0 4px 0 0;
}

/* line 1439, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-parse-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 1px;
  background: url(/assets/jsoneditor-icons-45c98bf0ee865dac9104d0bf659253b9d9c7ba2dd43e45f55544855750cfd01e.svg) -25px 0px;
}

/* line 1447, /app/app/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-navigation-bar {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #808080;
  background-color: #ebebeb;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 10pt;
}

/*!
 * Selectr 2.4.0
 * https://github.com/Mobius1/Selectr
 *
 * Released under the MIT license
 */
/* line 1470, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container {
  position: relative;
}

/* line 1474, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container li {
  list-style: none;
}

/* line 1478, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
}

/* line 1489, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
}

/* line 1499, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-desktop.multiple .selectr-visible {
  display: none;
}

/* line 1503, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block;
}

/* line 1511, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0;
}

/* line 1515, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-selected {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 28px 7px 14px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
}

/* line 1527, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: '';
  -o-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -ms-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -moz-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  transform: rotate(0deg) translate3d(0px, -50%, 0px);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent;
}

/* line 1544, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86;
}

/* line 1551, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 1559, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-placeholder {
  color: #6c7a86;
}

/* line 1563, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal;
}

/* line 1569, /app/app/assets/stylesheets/jsoneditor.scss */
.has-selected .selectr-tags {
  margin: 0 0 -2px;
}

/* line 1573, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #fff;
  border: medium none;
  border-radius: 10px;
  background: #acb7bf none repeat scroll 0 0;
}

/* line 1586, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px;
}

/* line 1590, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

/* line 1605, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-options-container {
  display: block;
}

/* line 1609, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-input-container {
  position: relative;
  display: none;
}

/* line 1614, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  border: medium none;
  background-color: transparent;
  z-index: 11;
}

/* line 1634, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-clear,
.selectr-input-clear {
  display: none;
}

/* line 1639, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block;
}

/* line 1644, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-selected .selectr-tag-remove {
  right: 2px;
}

/* line 1648, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #6c7a86;
}

/* line 1663, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #fff;
}

/* line 1671, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1681, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1691, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
  display: block;
}

/* line 1696, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-input {
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
  border: 1px solid #999;
  border-radius: 3px;
}

/* line 1707, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

/* line 1717, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.notice .selectr-notice {
  display: block;
}

/* line 1721, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0;
}

/* line 1725, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-options {
  position: relative;
  top: calc(100% + 2px);
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 200px;
  margin: 0;
  padding: 0;
}

/* line 1736, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
  display: block;
}

/* line 1742, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  list-style: outside none none;
  cursor: pointer;
  font-weight: normal;
}

/* line 1751, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-options.optgroups > .selectr-option {
  padding-left: 25px;
}

/* line 1755, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-optgroup {
  font-weight: bold;
  padding: 0;
}

/* line 1760, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-optgroup--label {
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 15px;
}

/* line 1766, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-match {
  text-decoration: underline;
}

/* line 1770, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-option.selected {
  background-color: #ddd;
}

/* line 1774, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-option.active {
  color: #fff;
  background-color: #5897fb;
}

/* line 1779, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-option.disabled {
  opacity: 0.4;
}

/* line 1783, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-option.excluded {
  display: none;
}

/* line 1787, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-selected {
  border-color: #999 #999 transparent #999;
  border-radius: 3px 3px 0 0;
}

/* line 1792, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-selected::after {
  -o-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -ms-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -moz-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -webkit-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  transform: rotate(180deg) translate3d(0px, 50%, 0px);
}

/* line 1800, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-disabled {
  opacity: .6;
}

/* line 1804, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-empty,
.has-selected .selectr-placeholder {
  display: none;
}

/* line 1809, /app/app/assets/stylesheets/jsoneditor.scss */
.has-selected .selectr-label {
  display: block;
}

/* TAGGABLE */
/* line 1815, /app/app/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-selected {
  padding: 4px 28px 4px 4px;
}

/* line 1819, /app/app/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both;
}

/* line 1825, /app/app/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-label {
  width: auto;
}

/* line 1829, /app/app/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-tags {
  float: left;
  display: block;
}

/* line 1834, /app/app/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-placeholder {
  display: none;
}

/* line 1838, /app/app/assets/stylesheets/jsoneditor.scss */
.input-tag {
  float: left;
  min-width: 90px;
  width: auto;
}

/* line 1844, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

/* line 1853, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  -o-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -moz-animation: 500ms linear 0s normal forwards infinite running spin;
  -webkit-animation: 500ms linear 0s normal forwards infinite running spin;
  animation: 500ms linear 0s normal forwards infinite running spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px);
  }
}
/* line 1903, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
}

/* line 1908, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999 #999 transparent;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
}

/* line 1915, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px);
}

/* line 1920, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1925, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1930, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1935, /app/app/assets/stylesheets/jsoneditor.scss */
.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1, /app/app/assets/stylesheets/buttons.scss */
.btn-xs {
  border-radius: 0.2rem;
  font-size: 11px;
  line-height: 1.5;
  padding: 0 0.25rem;
}

/* line 9, /app/app/assets/stylesheets/buttons.scss */
.form-inline .btn {
  margin: 0 5px;
}

/* line 2, /app/app/assets/stylesheets/categories.scss */
.category-index-tree > ul {
  list-style: none;
  padding-left: 0;
}
/* line 7, /app/app/assets/stylesheets/categories.scss */
.category-index-tree li {
  list-style-type: none;
}
/* line 10, /app/app/assets/stylesheets/categories.scss */
.category-index-tree li .inactive {
  color: #adb5bd;
}
/* line 14, /app/app/assets/stylesheets/categories.scss */
.category-index-tree li .action-links {
  display: none;
  padding-left: 10px;
}
/* line 20, /app/app/assets/stylesheets/categories.scss */
.category-index-tree li:hover > .action-links {
  display: inline-block;
}
/* line 26, /app/app/assets/stylesheets/categories.scss */
.category-index-tree .btn,
.category-index-tree .badge {
  margin-bottom: 2px;
  margin-right: 5px;
}
/* line 32, /app/app/assets/stylesheets/categories.scss */
.category-index-tree .badge {
  font-variant-numeric: tabular-nums;
}

/* line 37, /app/app/assets/stylesheets/categories.scss */
.category-tree {
  border: 1px solid #ced4da;
  border-radius: 5px;
  height: 150px;
  overflow-y: scroll;
}
/* line 43, /app/app/assets/stylesheets/categories.scss */
.category-tree li {
  list-style: none;
}
/* line 46, /app/app/assets/stylesheets/categories.scss */
.category-tree li input {
  margin-right: 10px;
}

/* line 1, /app/app/assets/stylesheets/tab_panes.scss */
.tab-content .tab-pane {
  padding: 10px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

/* trick for sticky footer */
/* line 2, /app/app/assets/stylesheets/footer.scss */
body {
  min-height: 100vh;
  margin: 0;
  position: relative;
}

/* line 8, /app/app/assets/stylesheets/footer.scss */
body::after {
  content: '';
  display: block;
  height: 40px;
}

/* line 14, /app/app/assets/stylesheets/footer.scss */
footer {
  bottom: 0;
  height: 40px;
  position: absolute;
  width: 100%;
}

/* end trick sticky footer */
/* line 22, /app/app/assets/stylesheets/footer.scss */
.footer {
  background-color: #343a40;
}

/* line 26, /app/app/assets/stylesheets/footer.scss */
.footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 24, /app/app/assets/stylesheets/application.scss */
.navbar-collapse {
  background-color: #343a40;
}

@media (min-width: 1200px) {
  /* line 29, /app/app/assets/stylesheets/application.scss */
  .full-width-section {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.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; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.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); }

.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; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .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; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.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; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.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; }

.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; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .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; }
          .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; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.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); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .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); }
    .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; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.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; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .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; }

.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); }

.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); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.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; }

.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; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
