@charset "UTF-8";
/* line 1, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 18, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 25, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  /* line 28, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 31, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  /* line 34, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 37, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 51, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 53, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 56, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 58, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  /* line 61, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 65, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  /* line 72, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 75, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  /* line 88, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 91, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 93, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 96, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

/* line 101, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 104, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 107, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 110, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 113, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 116, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 119, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 122, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 125, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 128, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 131, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 134, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 137, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 140, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 143, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 156, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 168, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 171, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 176, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 179, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 182, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 184, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 188, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 194, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 198, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 202, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 205, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 208, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 212, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 215, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 217, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 220, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 223, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 232, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 235, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 251, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 259, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 262, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 274, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 276, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 278, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 281, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 293, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 306, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 308, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 311, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 314, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 325, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 332, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 336, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 340, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 344, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 347, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 352, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 358, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 360, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 362, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 372, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 375, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 379, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 382, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 384, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 386, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' \2022 ';
}

/* line 388, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 391, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 395, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 402, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 406, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 410, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/actiontext-7.1.5.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 133, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 204, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 222, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 323, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 349, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 378, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 388, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 565, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 41, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 49, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 30, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 41, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 49, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 100, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 107, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 120, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 468, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 462, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 470, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  /* line 584, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 599, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 650, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 66, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 83, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 6, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 9, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 16, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 21, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  /* line 26, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 30, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 36, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 44, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 51, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 59, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 66, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 70, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 74, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 77, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 80, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 83, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 91, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 94, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 105, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 116, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 127, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 138, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 149, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 160, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 171, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 182, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 193, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 196, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 207, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 214, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 219, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 223, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 228, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 233, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 236, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 242, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 253, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 264, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 267, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 270, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 275, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

/* line 281, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 286, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 293, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

/* line 297, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 300, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 311, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 317, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 320, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 326, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 335, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 338, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 343, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 346, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 352, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 356, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 359, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 362, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 365, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-inline {
  width: 220px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker > div {
  display: none;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999999;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today[disabled], .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled[disabled]:hover, fieldset[disabled] .datepicker table tr td.today, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today.disabled, fieldset[disabled] .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled.disabled:hover:hover, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today[disabled]:hover:hover, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today.disabled[disabled]:hover:hover, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:hover:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled.disabled:focus, .datepicker table tr td.today.disabled.disabled:hover:focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover:focus, .datepicker table tr td.today.disabled[disabled]:focus, .datepicker table tr td.today.disabled[disabled]:hover:focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover:focus, fieldset[disabled] .datepicker table tr td.today.disabled:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled.disabled:active, .datepicker table tr td.today.disabled.disabled:hover:active, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today[disabled]:hover:active, .datepicker table tr td.today.disabled[disabled]:active, .datepicker table tr td.today.disabled[disabled]:hover:active, fieldset[disabled] .datepicker table tr td.today:active, fieldset[disabled] .datepicker table tr td.today:hover:active, fieldset[disabled] .datepicker table tr td.today.disabled:active, fieldset[disabled] .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.active:hover, .datepicker table tr td.today.disabled.disabled.active, .datepicker table tr td.today.disabled.disabled.active:hover, .datepicker table tr td.today.active[disabled], .datepicker table tr td.today.active[disabled]:hover, .datepicker table tr td.today.disabled.active[disabled], .datepicker table tr td.today.disabled.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.active, fieldset[disabled] .datepicker table tr td.today.active:hover, fieldset[disabled] .datepicker table tr td.today.disabled.active, fieldset[disabled] .datepicker table tr td.today.disabled.active:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled.disabled:hover:hover, .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today[disabled]:hover:hover, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled]:hover:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:hover:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled.disabled:focus, .datepicker table tr td.range.today.disabled.disabled:hover:focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover:focus, .datepicker table tr td.range.today.disabled[disabled]:focus, .datepicker table tr td.range.today.disabled[disabled]:hover:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled.disabled:active, .datepicker table tr td.range.today.disabled.disabled:hover:active, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today[disabled]:hover:active, .datepicker table tr td.range.today.disabled[disabled]:active, .datepicker table tr td.range.today.disabled[disabled]:hover:active, fieldset[disabled] .datepicker table tr td.range.today:active, fieldset[disabled] .datepicker table tr td.range.today:hover:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.active:hover, .datepicker table tr td.range.today.disabled.disabled.active, .datepicker table tr td.range.today.disabled.disabled.active:hover, .datepicker table tr td.range.today.active[disabled], .datepicker table tr td.range.today.active[disabled]:hover, .datepicker table tr td.range.today.disabled.active[disabled], .datepicker table tr td.range.today.disabled.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.active, fieldset[disabled] .datepicker table tr td.range.today.active:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled.active, fieldset[disabled] .datepicker table tr td.range.today.disabled.active:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.disabled, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled.disabled:hover:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected[disabled]:hover:hover, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected.disabled[disabled]:hover:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:hover:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled.disabled:focus, .datepicker table tr td.selected.disabled.disabled:hover:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover:focus, .datepicker table tr td.selected.disabled[disabled]:focus, .datepicker table tr td.selected.disabled[disabled]:hover:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled.disabled:active, .datepicker table tr td.selected.disabled.disabled:hover:active, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected[disabled]:hover:active, .datepicker table tr td.selected.disabled[disabled]:active, .datepicker table tr td.selected.disabled[disabled]:hover:active, fieldset[disabled] .datepicker table tr td.selected:active, fieldset[disabled] .datepicker table tr td.selected:hover:active, fieldset[disabled] .datepicker table tr td.selected.disabled:active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.active:hover, .datepicker table tr td.selected.disabled.disabled.active, .datepicker table tr td.selected.disabled.disabled.active:hover, .datepicker table tr td.selected.active[disabled], .datepicker table tr td.selected.active[disabled]:hover, .datepicker table tr td.selected.disabled.active[disabled], .datepicker table tr td.selected.disabled.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.active, fieldset[disabled] .datepicker table tr td.selected.active:hover, fieldset[disabled] .datepicker table tr td.selected.disabled.active, fieldset[disabled] .datepicker table tr td.selected.disabled.active:hover {
  background-color: #999999;
  border-color: #555555;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover, fieldset[disabled] .datepicker table tr td.active, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.disabled, fieldset[disabled] .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled.disabled:hover:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled]:hover:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled[disabled]:hover:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:hover:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled.disabled:hover:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover:focus, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active.disabled[disabled]:hover:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover:focus, fieldset[disabled] .datepicker table tr td.active.disabled:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled.disabled:active, .datepicker table tr td.active.disabled.disabled:hover:active, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active[disabled]:hover:active, .datepicker table tr td.active.disabled[disabled]:active, .datepicker table tr td.active.disabled[disabled]:hover:active, fieldset[disabled] .datepicker table tr td.active:active, fieldset[disabled] .datepicker table tr td.active:hover:active, fieldset[disabled] .datepicker table tr td.active.disabled:active, fieldset[disabled] .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.disabled.active, .datepicker table tr td.active.disabled.disabled.active:hover, .datepicker table tr td.active.active[disabled], .datepicker table tr td.active.active[disabled]:hover, .datepicker table tr td.active.disabled.active[disabled], .datepicker table tr td.active.disabled.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.active, fieldset[disabled] .datepicker table tr td.active.active:hover, fieldset[disabled] .datepicker table tr td.active.disabled.active, fieldset[disabled] .datepicker table tr td.active.disabled.active:hover {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td span:hover {
  background: #eeeeee;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active.disabled, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active[disabled]:hover:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled.disabled:hover:active, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active[disabled]:hover:active, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled[disabled]:hover:active, fieldset[disabled] .datepicker table tr td span.active:active, fieldset[disabled] .datepicker table tr td span.active:hover:active, fieldset[disabled] .datepicker table tr td span.active.disabled:active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled.disabled.active:hover, .datepicker table tr td span.active.active[disabled], .datepicker table tr td span.active.active[disabled]:hover, .datepicker table tr td span.active.disabled.active[disabled], .datepicker table tr td span.active.disabled.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.active, fieldset[disabled] .datepicker table tr td span.active.active:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.active, fieldset[disabled] .datepicker table tr td span.active.disabled.active:hover {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999999;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker th.datepicker-switch {
  width: 145px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker thead tr:first-child th, .datepicker tfoot tr th {
  cursor: pointer;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: #eeeeee;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.input-daterange input {
  text-align: center;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}

/* line 1, lib/assets/stylesheets/datepicker.min.css */
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, lib/assets/stylesheets/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, lib/assets/stylesheets/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, lib/assets/stylesheets/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, lib/assets/stylesheets/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, lib/assets/stylesheets/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, lib/assets/stylesheets/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, lib/assets/stylesheets/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, lib/assets/stylesheets/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

/* line 8, lib/assets/stylesheets/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, lib/assets/stylesheets/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, lib/assets/stylesheets/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* line 4, lib/assets/stylesheets/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, lib/assets/stylesheets/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, lib/assets/stylesheets/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, lib/assets/stylesheets/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, lib/assets/stylesheets/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, lib/assets/stylesheets/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, lib/assets/stylesheets/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, lib/assets/stylesheets/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, lib/assets/stylesheets/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, lib/assets/stylesheets/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, lib/assets/stylesheets/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, lib/assets/stylesheets/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, lib/assets/stylesheets/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, lib/assets/stylesheets/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, lib/assets/stylesheets/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, lib/assets/stylesheets/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, lib/assets/stylesheets/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, lib/assets/stylesheets/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, lib/assets/stylesheets/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, lib/assets/stylesheets/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, lib/assets/stylesheets/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, lib/assets/stylesheets/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, lib/assets/stylesheets/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, lib/assets/stylesheets/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, lib/assets/stylesheets/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, lib/assets/stylesheets/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, lib/assets/stylesheets/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, lib/assets/stylesheets/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, lib/assets/stylesheets/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, lib/assets/stylesheets/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, lib/assets/stylesheets/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, lib/assets/stylesheets/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, lib/assets/stylesheets/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, lib/assets/stylesheets/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, lib/assets/stylesheets/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, lib/assets/stylesheets/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, lib/assets/stylesheets/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, lib/assets/stylesheets/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, lib/assets/stylesheets/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, lib/assets/stylesheets/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, lib/assets/stylesheets/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, lib/assets/stylesheets/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, lib/assets/stylesheets/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, lib/assets/stylesheets/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, lib/assets/stylesheets/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, lib/assets/stylesheets/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, lib/assets/stylesheets/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, lib/assets/stylesheets/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, lib/assets/stylesheets/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, lib/assets/stylesheets/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, lib/assets/stylesheets/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, lib/assets/stylesheets/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, lib/assets/stylesheets/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, lib/assets/stylesheets/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, lib/assets/stylesheets/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, lib/assets/stylesheets/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, lib/assets/stylesheets/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, lib/assets/stylesheets/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, lib/assets/stylesheets/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, lib/assets/stylesheets/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, lib/assets/stylesheets/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, lib/assets/stylesheets/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, lib/assets/stylesheets/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, lib/assets/stylesheets/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, lib/assets/stylesheets/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, lib/assets/stylesheets/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, lib/assets/stylesheets/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, lib/assets/stylesheets/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, lib/assets/stylesheets/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, lib/assets/stylesheets/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, lib/assets/stylesheets/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, lib/assets/stylesheets/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, lib/assets/stylesheets/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, lib/assets/stylesheets/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, lib/assets/stylesheets/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, lib/assets/stylesheets/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, lib/assets/stylesheets/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, lib/assets/stylesheets/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, lib/assets/stylesheets/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, lib/assets/stylesheets/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, lib/assets/stylesheets/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, lib/assets/stylesheets/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, lib/assets/stylesheets/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, lib/assets/stylesheets/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, lib/assets/stylesheets/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, lib/assets/stylesheets/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, lib/assets/stylesheets/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, lib/assets/stylesheets/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, lib/assets/stylesheets/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, lib/assets/stylesheets/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, lib/assets/stylesheets/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, lib/assets/stylesheets/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, lib/assets/stylesheets/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, lib/assets/stylesheets/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, lib/assets/stylesheets/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, lib/assets/stylesheets/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, lib/assets/stylesheets/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, lib/assets/stylesheets/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, lib/assets/stylesheets/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, lib/assets/stylesheets/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, lib/assets/stylesheets/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, lib/assets/stylesheets/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, lib/assets/stylesheets/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, lib/assets/stylesheets/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, lib/assets/stylesheets/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, lib/assets/stylesheets/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, lib/assets/stylesheets/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, lib/assets/stylesheets/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, lib/assets/stylesheets/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, lib/assets/stylesheets/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, lib/assets/stylesheets/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, lib/assets/stylesheets/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, lib/assets/stylesheets/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, lib/assets/stylesheets/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, lib/assets/stylesheets/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, lib/assets/stylesheets/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, lib/assets/stylesheets/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, lib/assets/stylesheets/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, lib/assets/stylesheets/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, lib/assets/stylesheets/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, lib/assets/stylesheets/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, lib/assets/stylesheets/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, lib/assets/stylesheets/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, lib/assets/stylesheets/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, lib/assets/stylesheets/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, lib/assets/stylesheets/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, lib/assets/stylesheets/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, lib/assets/stylesheets/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, lib/assets/stylesheets/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, lib/assets/stylesheets/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, lib/assets/stylesheets/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, lib/assets/stylesheets/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, lib/assets/stylesheets/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, lib/assets/stylesheets/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, lib/assets/stylesheets/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, lib/assets/stylesheets/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, lib/assets/stylesheets/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, lib/assets/stylesheets/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, lib/assets/stylesheets/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, lib/assets/stylesheets/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, lib/assets/stylesheets/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, lib/assets/stylesheets/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, lib/assets/stylesheets/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, lib/assets/stylesheets/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, lib/assets/stylesheets/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, lib/assets/stylesheets/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, lib/assets/stylesheets/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, lib/assets/stylesheets/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, lib/assets/stylesheets/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, lib/assets/stylesheets/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, lib/assets/stylesheets/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, lib/assets/stylesheets/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, lib/assets/stylesheets/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, lib/assets/stylesheets/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, lib/assets/stylesheets/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, lib/assets/stylesheets/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, lib/assets/stylesheets/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, lib/assets/stylesheets/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, lib/assets/stylesheets/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, lib/assets/stylesheets/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, lib/assets/stylesheets/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, lib/assets/stylesheets/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, lib/assets/stylesheets/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, lib/assets/stylesheets/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, lib/assets/stylesheets/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, lib/assets/stylesheets/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, lib/assets/stylesheets/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, lib/assets/stylesheets/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, lib/assets/stylesheets/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, lib/assets/stylesheets/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, lib/assets/stylesheets/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, lib/assets/stylesheets/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 154, lib/assets/stylesheets/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, lib/assets/stylesheets/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, lib/assets/stylesheets/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, lib/assets/stylesheets/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, lib/assets/stylesheets/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, lib/assets/stylesheets/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, lib/assets/stylesheets/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, lib/assets/stylesheets/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, lib/assets/stylesheets/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, lib/assets/stylesheets/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, lib/assets/stylesheets/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, lib/assets/stylesheets/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, lib/assets/stylesheets/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, lib/assets/stylesheets/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, lib/assets/stylesheets/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, lib/assets/stylesheets/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, lib/assets/stylesheets/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, lib/assets/stylesheets/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, lib/assets/stylesheets/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, lib/assets/stylesheets/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, lib/assets/stylesheets/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, lib/assets/stylesheets/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, lib/assets/stylesheets/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, lib/assets/stylesheets/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, lib/assets/stylesheets/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, lib/assets/stylesheets/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, lib/assets/stylesheets/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, lib/assets/stylesheets/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, lib/assets/stylesheets/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, lib/assets/stylesheets/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, lib/assets/stylesheets/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, lib/assets/stylesheets/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, lib/assets/stylesheets/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, lib/assets/stylesheets/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, lib/assets/stylesheets/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, lib/assets/stylesheets/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, lib/assets/stylesheets/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, lib/assets/stylesheets/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, lib/assets/stylesheets/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, lib/assets/stylesheets/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, lib/assets/stylesheets/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, lib/assets/stylesheets/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, lib/assets/stylesheets/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, lib/assets/stylesheets/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, lib/assets/stylesheets/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, lib/assets/stylesheets/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, lib/assets/stylesheets/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, lib/assets/stylesheets/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, lib/assets/stylesheets/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, lib/assets/stylesheets/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, lib/assets/stylesheets/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, lib/assets/stylesheets/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, lib/assets/stylesheets/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, lib/assets/stylesheets/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, lib/assets/stylesheets/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, lib/assets/stylesheets/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, lib/assets/stylesheets/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, lib/assets/stylesheets/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, lib/assets/stylesheets/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, lib/assets/stylesheets/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, lib/assets/stylesheets/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, lib/assets/stylesheets/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, lib/assets/stylesheets/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, lib/assets/stylesheets/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, lib/assets/stylesheets/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, lib/assets/stylesheets/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, lib/assets/stylesheets/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, lib/assets/stylesheets/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, lib/assets/stylesheets/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, lib/assets/stylesheets/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, lib/assets/stylesheets/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, lib/assets/stylesheets/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, lib/assets/stylesheets/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, lib/assets/stylesheets/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, lib/assets/stylesheets/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, lib/assets/stylesheets/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, lib/assets/stylesheets/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, lib/assets/stylesheets/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, lib/assets/stylesheets/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, lib/assets/stylesheets/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, lib/assets/stylesheets/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, lib/assets/stylesheets/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, lib/assets/stylesheets/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, lib/assets/stylesheets/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, lib/assets/stylesheets/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, lib/assets/stylesheets/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, lib/assets/stylesheets/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, lib/assets/stylesheets/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, lib/assets/stylesheets/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, lib/assets/stylesheets/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, lib/assets/stylesheets/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, lib/assets/stylesheets/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, lib/assets/stylesheets/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, lib/assets/stylesheets/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, lib/assets/stylesheets/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, lib/assets/stylesheets/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, lib/assets/stylesheets/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, lib/assets/stylesheets/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, lib/assets/stylesheets/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, lib/assets/stylesheets/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, lib/assets/stylesheets/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, lib/assets/stylesheets/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, lib/assets/stylesheets/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, lib/assets/stylesheets/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, lib/assets/stylesheets/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, lib/assets/stylesheets/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, lib/assets/stylesheets/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, lib/assets/stylesheets/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, lib/assets/stylesheets/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, lib/assets/stylesheets/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, lib/assets/stylesheets/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, lib/assets/stylesheets/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, lib/assets/stylesheets/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, lib/assets/stylesheets/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, lib/assets/stylesheets/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, lib/assets/stylesheets/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, lib/assets/stylesheets/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, lib/assets/stylesheets/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, lib/assets/stylesheets/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, lib/assets/stylesheets/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, lib/assets/stylesheets/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, lib/assets/stylesheets/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, lib/assets/stylesheets/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, lib/assets/stylesheets/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, lib/assets/stylesheets/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, lib/assets/stylesheets/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, lib/assets/stylesheets/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, lib/assets/stylesheets/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, lib/assets/stylesheets/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, lib/assets/stylesheets/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, lib/assets/stylesheets/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, lib/assets/stylesheets/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, lib/assets/stylesheets/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, lib/assets/stylesheets/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, lib/assets/stylesheets/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, lib/assets/stylesheets/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, lib/assets/stylesheets/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, lib/assets/stylesheets/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, lib/assets/stylesheets/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, lib/assets/stylesheets/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, lib/assets/stylesheets/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, lib/assets/stylesheets/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, lib/assets/stylesheets/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, lib/assets/stylesheets/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, lib/assets/stylesheets/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, lib/assets/stylesheets/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, lib/assets/stylesheets/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, lib/assets/stylesheets/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, lib/assets/stylesheets/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, lib/assets/stylesheets/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, lib/assets/stylesheets/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, lib/assets/stylesheets/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, lib/assets/stylesheets/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, lib/assets/stylesheets/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, lib/assets/stylesheets/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, lib/assets/stylesheets/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, lib/assets/stylesheets/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, lib/assets/stylesheets/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, lib/assets/stylesheets/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, lib/assets/stylesheets/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, lib/assets/stylesheets/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, lib/assets/stylesheets/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, lib/assets/stylesheets/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, lib/assets/stylesheets/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, lib/assets/stylesheets/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, lib/assets/stylesheets/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, lib/assets/stylesheets/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, lib/assets/stylesheets/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, lib/assets/stylesheets/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, lib/assets/stylesheets/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, lib/assets/stylesheets/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, lib/assets/stylesheets/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, lib/assets/stylesheets/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, lib/assets/stylesheets/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, lib/assets/stylesheets/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, lib/assets/stylesheets/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, lib/assets/stylesheets/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, lib/assets/stylesheets/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, lib/assets/stylesheets/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, lib/assets/stylesheets/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, lib/assets/stylesheets/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, lib/assets/stylesheets/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, lib/assets/stylesheets/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, lib/assets/stylesheets/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, lib/assets/stylesheets/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, lib/assets/stylesheets/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, lib/assets/stylesheets/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, lib/assets/stylesheets/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, lib/assets/stylesheets/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, lib/assets/stylesheets/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, lib/assets/stylesheets/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, lib/assets/stylesheets/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, lib/assets/stylesheets/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, lib/assets/stylesheets/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, lib/assets/stylesheets/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, lib/assets/stylesheets/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, lib/assets/stylesheets/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, lib/assets/stylesheets/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, lib/assets/stylesheets/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, lib/assets/stylesheets/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, lib/assets/stylesheets/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, lib/assets/stylesheets/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, lib/assets/stylesheets/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, lib/assets/stylesheets/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, lib/assets/stylesheets/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, lib/assets/stylesheets/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, lib/assets/stylesheets/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, lib/assets/stylesheets/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, lib/assets/stylesheets/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, lib/assets/stylesheets/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, lib/assets/stylesheets/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, lib/assets/stylesheets/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, lib/assets/stylesheets/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, lib/assets/stylesheets/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, lib/assets/stylesheets/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, lib/assets/stylesheets/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, lib/assets/stylesheets/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, lib/assets/stylesheets/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, lib/assets/stylesheets/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, lib/assets/stylesheets/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, lib/assets/stylesheets/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, lib/assets/stylesheets/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, lib/assets/stylesheets/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, lib/assets/stylesheets/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, lib/assets/stylesheets/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, lib/assets/stylesheets/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, lib/assets/stylesheets/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, lib/assets/stylesheets/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, lib/assets/stylesheets/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, lib/assets/stylesheets/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, lib/assets/stylesheets/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, lib/assets/stylesheets/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, lib/assets/stylesheets/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, lib/assets/stylesheets/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 388, lib/assets/stylesheets/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, lib/assets/stylesheets/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, lib/assets/stylesheets/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, lib/assets/stylesheets/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, lib/assets/stylesheets/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, lib/assets/stylesheets/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, lib/assets/stylesheets/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, lib/assets/stylesheets/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, lib/assets/stylesheets/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, lib/assets/stylesheets/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, lib/assets/stylesheets/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, lib/assets/stylesheets/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, lib/assets/stylesheets/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, lib/assets/stylesheets/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, lib/assets/stylesheets/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, lib/assets/stylesheets/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, lib/assets/stylesheets/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, lib/assets/stylesheets/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, lib/assets/stylesheets/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, lib/assets/stylesheets/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, lib/assets/stylesheets/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, lib/assets/stylesheets/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, lib/assets/stylesheets/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, lib/assets/stylesheets/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, lib/assets/stylesheets/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, lib/assets/stylesheets/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, lib/assets/stylesheets/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, lib/assets/stylesheets/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, lib/assets/stylesheets/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, lib/assets/stylesheets/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, lib/assets/stylesheets/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, lib/assets/stylesheets/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, lib/assets/stylesheets/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, lib/assets/stylesheets/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, lib/assets/stylesheets/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, lib/assets/stylesheets/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, lib/assets/stylesheets/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, lib/assets/stylesheets/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 426, lib/assets/stylesheets/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, lib/assets/stylesheets/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, lib/assets/stylesheets/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, lib/assets/stylesheets/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 430, lib/assets/stylesheets/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, lib/assets/stylesheets/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, lib/assets/stylesheets/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, lib/assets/stylesheets/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, lib/assets/stylesheets/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, lib/assets/stylesheets/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, lib/assets/stylesheets/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, lib/assets/stylesheets/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, lib/assets/stylesheets/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, lib/assets/stylesheets/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, lib/assets/stylesheets/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, lib/assets/stylesheets/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, lib/assets/stylesheets/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, lib/assets/stylesheets/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, lib/assets/stylesheets/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, lib/assets/stylesheets/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, lib/assets/stylesheets/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, lib/assets/stylesheets/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, lib/assets/stylesheets/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, lib/assets/stylesheets/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, lib/assets/stylesheets/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, lib/assets/stylesheets/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, lib/assets/stylesheets/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, lib/assets/stylesheets/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, lib/assets/stylesheets/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, lib/assets/stylesheets/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, lib/assets/stylesheets/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, lib/assets/stylesheets/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, lib/assets/stylesheets/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, lib/assets/stylesheets/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, lib/assets/stylesheets/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, lib/assets/stylesheets/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, lib/assets/stylesheets/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, lib/assets/stylesheets/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, lib/assets/stylesheets/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, lib/assets/stylesheets/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, lib/assets/stylesheets/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, lib/assets/stylesheets/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, lib/assets/stylesheets/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, lib/assets/stylesheets/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, lib/assets/stylesheets/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, lib/assets/stylesheets/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, lib/assets/stylesheets/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, lib/assets/stylesheets/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, lib/assets/stylesheets/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, lib/assets/stylesheets/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, lib/assets/stylesheets/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, lib/assets/stylesheets/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, lib/assets/stylesheets/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, lib/assets/stylesheets/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, lib/assets/stylesheets/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, lib/assets/stylesheets/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, lib/assets/stylesheets/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, lib/assets/stylesheets/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, lib/assets/stylesheets/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, lib/assets/stylesheets/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, lib/assets/stylesheets/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, lib/assets/stylesheets/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, lib/assets/stylesheets/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, lib/assets/stylesheets/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, lib/assets/stylesheets/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, lib/assets/stylesheets/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, lib/assets/stylesheets/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, lib/assets/stylesheets/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, lib/assets/stylesheets/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, lib/assets/stylesheets/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, lib/assets/stylesheets/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, lib/assets/stylesheets/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, lib/assets/stylesheets/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, lib/assets/stylesheets/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, lib/assets/stylesheets/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, lib/assets/stylesheets/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, lib/assets/stylesheets/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, lib/assets/stylesheets/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 504, lib/assets/stylesheets/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, lib/assets/stylesheets/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, lib/assets/stylesheets/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, lib/assets/stylesheets/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, lib/assets/stylesheets/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, lib/assets/stylesheets/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, lib/assets/stylesheets/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, lib/assets/stylesheets/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, lib/assets/stylesheets/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 513, lib/assets/stylesheets/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 514, lib/assets/stylesheets/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 515, lib/assets/stylesheets/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 516, lib/assets/stylesheets/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 517, lib/assets/stylesheets/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 518, lib/assets/stylesheets/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 519, lib/assets/stylesheets/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 520, lib/assets/stylesheets/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 521, lib/assets/stylesheets/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 522, lib/assets/stylesheets/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 523, lib/assets/stylesheets/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 524, lib/assets/stylesheets/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 525, lib/assets/stylesheets/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 526, lib/assets/stylesheets/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 527, lib/assets/stylesheets/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 528, lib/assets/stylesheets/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 529, lib/assets/stylesheets/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 530, lib/assets/stylesheets/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 531, lib/assets/stylesheets/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 532, lib/assets/stylesheets/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 533, lib/assets/stylesheets/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 534, lib/assets/stylesheets/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 535, lib/assets/stylesheets/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 536, lib/assets/stylesheets/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 537, lib/assets/stylesheets/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 538, lib/assets/stylesheets/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 539, lib/assets/stylesheets/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 540, lib/assets/stylesheets/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 541, lib/assets/stylesheets/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 542, lib/assets/stylesheets/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 543, lib/assets/stylesheets/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 544, lib/assets/stylesheets/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 545, lib/assets/stylesheets/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 546, lib/assets/stylesheets/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 547, lib/assets/stylesheets/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 548, lib/assets/stylesheets/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 549, lib/assets/stylesheets/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 550, lib/assets/stylesheets/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 551, lib/assets/stylesheets/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 552, lib/assets/stylesheets/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 553, lib/assets/stylesheets/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 554, lib/assets/stylesheets/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 555, lib/assets/stylesheets/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 556, lib/assets/stylesheets/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 557, lib/assets/stylesheets/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 558, lib/assets/stylesheets/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 559, lib/assets/stylesheets/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 560, lib/assets/stylesheets/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 561, lib/assets/stylesheets/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 562, lib/assets/stylesheets/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 563, lib/assets/stylesheets/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 564, lib/assets/stylesheets/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 565, lib/assets/stylesheets/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 566, lib/assets/stylesheets/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 567, lib/assets/stylesheets/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 568, lib/assets/stylesheets/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 569, lib/assets/stylesheets/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 570, lib/assets/stylesheets/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 571, lib/assets/stylesheets/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 572, lib/assets/stylesheets/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 573, lib/assets/stylesheets/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 574, lib/assets/stylesheets/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 575, lib/assets/stylesheets/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 576, lib/assets/stylesheets/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 577, lib/assets/stylesheets/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 578, lib/assets/stylesheets/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 579, lib/assets/stylesheets/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 580, lib/assets/stylesheets/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 581, lib/assets/stylesheets/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 582, lib/assets/stylesheets/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 583, lib/assets/stylesheets/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 584, lib/assets/stylesheets/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 585, lib/assets/stylesheets/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 586, lib/assets/stylesheets/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 587, lib/assets/stylesheets/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 588, lib/assets/stylesheets/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 589, lib/assets/stylesheets/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 590, lib/assets/stylesheets/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 591, lib/assets/stylesheets/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 592, lib/assets/stylesheets/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 593, lib/assets/stylesheets/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 594, lib/assets/stylesheets/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 595, lib/assets/stylesheets/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 596, lib/assets/stylesheets/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 597, lib/assets/stylesheets/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 598, lib/assets/stylesheets/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 599, lib/assets/stylesheets/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 600, lib/assets/stylesheets/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 601, lib/assets/stylesheets/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 602, lib/assets/stylesheets/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 603, lib/assets/stylesheets/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 604, lib/assets/stylesheets/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 605, lib/assets/stylesheets/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 606, lib/assets/stylesheets/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 607, lib/assets/stylesheets/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 608, lib/assets/stylesheets/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 609, lib/assets/stylesheets/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 610, lib/assets/stylesheets/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 611, lib/assets/stylesheets/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 612, lib/assets/stylesheets/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 613, lib/assets/stylesheets/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 614, lib/assets/stylesheets/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 615, lib/assets/stylesheets/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 616, lib/assets/stylesheets/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 617, lib/assets/stylesheets/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 618, lib/assets/stylesheets/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 619, lib/assets/stylesheets/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 620, lib/assets/stylesheets/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 621, lib/assets/stylesheets/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 622, lib/assets/stylesheets/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 623, lib/assets/stylesheets/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 624, lib/assets/stylesheets/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 625, lib/assets/stylesheets/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 626, lib/assets/stylesheets/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 627, lib/assets/stylesheets/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 628, lib/assets/stylesheets/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 629, lib/assets/stylesheets/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 630, lib/assets/stylesheets/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 631, lib/assets/stylesheets/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 632, lib/assets/stylesheets/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 633, lib/assets/stylesheets/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 634, lib/assets/stylesheets/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 635, lib/assets/stylesheets/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 636, lib/assets/stylesheets/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 637, lib/assets/stylesheets/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 638, lib/assets/stylesheets/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 639, lib/assets/stylesheets/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 640, lib/assets/stylesheets/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 641, lib/assets/stylesheets/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 642, lib/assets/stylesheets/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 643, lib/assets/stylesheets/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 644, lib/assets/stylesheets/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 645, lib/assets/stylesheets/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 646, lib/assets/stylesheets/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 647, lib/assets/stylesheets/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 648, lib/assets/stylesheets/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 649, lib/assets/stylesheets/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 650, lib/assets/stylesheets/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 651, lib/assets/stylesheets/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 652, lib/assets/stylesheets/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 653, lib/assets/stylesheets/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 654, lib/assets/stylesheets/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 655, lib/assets/stylesheets/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 656, lib/assets/stylesheets/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 657, lib/assets/stylesheets/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 658, lib/assets/stylesheets/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 659, lib/assets/stylesheets/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 660, lib/assets/stylesheets/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 661, lib/assets/stylesheets/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 662, lib/assets/stylesheets/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 663, lib/assets/stylesheets/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 664, lib/assets/stylesheets/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 665, lib/assets/stylesheets/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 666, lib/assets/stylesheets/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 667, lib/assets/stylesheets/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 668, lib/assets/stylesheets/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 669, lib/assets/stylesheets/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 670, lib/assets/stylesheets/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 671, lib/assets/stylesheets/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 672, lib/assets/stylesheets/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 673, lib/assets/stylesheets/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 674, lib/assets/stylesheets/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 675, lib/assets/stylesheets/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 676, lib/assets/stylesheets/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 677, lib/assets/stylesheets/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 678, lib/assets/stylesheets/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, lib/assets/stylesheets/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, lib/assets/stylesheets/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxWrapper {
  max-width: none;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxContent {
  position: relative;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxTitle {
  margin: 0;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxOverlay {
  background: url(/assets/images/overlay-63864997ceb1a5d3535140890972e8fcec137cda6f9f739ee9640f3824602047.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#colorbox {
  outline: 0;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/assets/images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -101px 0;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/assets/images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -130px 0;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/assets/images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -101px -29px;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/assets/images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -130px -29px;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxMiddleLeft {
  width: 21px;
  background: url(/assets/images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) left top repeat-y;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxMiddleRight {
  width: 21px;
  background: url(/assets/images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) right top repeat-y;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxTopCenter {
  height: 21px;
  background: url(/assets/images/border-bd9c4ca94e6ef88a4b442945194f42fb695ddc3ee3d0c5c3325d12d24ef5d0dd.png) 0 0 repeat-x;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxBottomCenter {
  height: 21px;
  background: url(/assets/images/border-bd9c4ca94e6ef88a4b442945194f42fb695ddc3ee3d0c5c3325d12d24ef5d0dd.png) 0 -29px repeat-x;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxContent {
  background: #fff;
  overflow: hidden;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
.cboxIframe {
  background: #fff;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxLoadedContent {
  margin-bottom: 28px;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxLoadingOverlay {
  background: url(/assets/images/loading_background-57920b7d3cfb8c593c58de61920794b44164d3812e3b25cb9e142c01315286d9.png) no-repeat center center;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxLoadingGraphic {
  background: url(/assets/images/loading-d6863542aebeecab34023db5bd2781813a77fc52f0ef632afc2e23bb90bf23bc.gif) no-repeat center center;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/assets/images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxPrevious:hover {
  background-position: -75px -25px;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/assets/images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxNext:hover {
  background-position: -50px -25px;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/assets/images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
#cboxClose:hover {
  background-position: -25px -25px;
}

/* line 1, lib/assets/stylesheets/colorbox.min.css */
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/assets/OpenSans-300-35be82377bf8e92c5f1cf5db08c2613bd5dbc66eefbdb0300a0bc1f699969648.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(/assets/OpenSans-400-09eff15f62378c4703ddceeac2eebc82230b64a6bdbdf2f455d299b8adf3cadc.woff) format("woff");
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-helper-hidden {
  display: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-helper-clearfix {
  min-height: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-front {
  z-index: 100;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-state-disabled {
  cursor: default !important;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-resizable {
  position: relative;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button-icon-only {
  width: 2.2em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
button.ui-button-icons-only {
  width: 3.7em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
input.ui-button {
  padding: .4em 1em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-buttonset {
  margin-right: 7px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-menu-icons {
  position: relative;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-selectmenu-open {
  display: block;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider-horizontal {
  height: .8em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-spinner-up {
  top: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-spinner-down {
  bottom: 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-tabs {
  position: relative;
  padding: .2em;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

/* line 1, lib/assets/stylesheets/jquery-ui.min.css */
body .ui-tooltip {
  border-width: 2px;
}

/* line 1, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

/* line 12, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_filter {
  text-align: right;
}

/* line 16, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 22, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 28, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

/* line 33, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 39, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  /* line 45, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.dataTables_wrapper > div.row > div,
div.dataTables_length,
div.dataTables_filter,
div.dataTables_info,
div.dataTables_paginate {
    text-align: center;
  }
  /* line 53, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTTT {
    margin-bottom: 0.5em;
  }
}

/* line 59, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 67, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}

/* line 74, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 83, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}

/* line 93, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}

/* line 97, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}

/* line 100, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}

/* line 103, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
  display: none;
}

/* line 109, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

/* line 114, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead > tr > th {
  padding-right: 30px;
}

/* line 118, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable th:active {
  outline: none;
}

/* Condensed */
/* line 124, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable.table-condensed thead > tr > th {
  padding-right: 20px;
}

/* line 128, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
  top: 6px;
  right: 6px;
}

/* Scrolling */
/* line 136, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 142, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 148, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 154, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

/* line 159, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
/* line 168, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered.dataTable {
  border-collapse: separate !important;
}

/* line 171, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0;
}

/* line 176, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0;
}

/* line 181, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered tfoot th,
table.table-bordered tfoot td {
  border-left-width: 0;
  border-bottom-width: 0;
}

/* line 186, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0;
}

/* line 190, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/*
 * TableTools styles
 */
/* line 200, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
  background-color: #08C;
  color: white;
}

/* line 206, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
  background-color: #0075b0 !important;
}

/* line 211, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
  color: white;
}

/* line 216, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}

/* line 221, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.DTTT_selectable tbody tr {
  cursor: pointer;
}

/* line 225, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT .btn:hover {
  text-decoration: none !important;
}

/* line 229, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

/* line 233, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}

/* line 237, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

/* line 241, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}

/* line 246, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_collection_background {
  z-index: 2002;
}

/* TableTools information display */
/* line 251, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  opacity: 0.95;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

/* line 272, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

/* line 279, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

/* line 284, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/*
 * FixedColumns styles
 */
/* line 310, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}

/* line 319, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 328, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 336, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}

/* line 342, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}

/* line 349, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
}

/* line 356, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
  display: none;
}

/*
 * FixedHeader styles
 */
/* line 369, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.FixedHeader_Cloned table {
  margin: 0 !important;
}

/* line 1, lib/assets/stylesheets/ace.css */
html {
  min-height: 100%;
  position: relative;
}

/* line 5, lib/assets/stylesheets/ace.css */
body {
  background-color: #e4e6e9;
  min-height: 100%;
  padding-bottom: 0;
  font-family: 'Open Sans';
  font-size: 13px;
  color: #393939;
  line-height: 1.5;
}

/* line 14, lib/assets/stylesheets/ace.css */
.main-container:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  max-width: inherit;
  bottom: 0;
  top: 0;
  background-color: #FFF;
}

/* line 25, lib/assets/stylesheets/ace.css */
.main-container.container,
.rtl .main-container.container {
  padding-left: 0;
  padding-right: 0;
}

/* line 30, lib/assets/stylesheets/ace.css */
.main-container.container:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  width: inherit;
}

@media (max-width: 767px) {
  /* line 36, lib/assets/stylesheets/ace.css */
  .main-container.container:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
}

/* line 42, lib/assets/stylesheets/ace.css */
.main-content {
  margin-left: 0;
  min-height: 100%;
  padding: 0;
}

/* line 47, lib/assets/stylesheets/ace.css */
.main-content:before,
.main-content:after {
  content: " ";
  display: table;
}

/* line 52, lib/assets/stylesheets/ace.css */
.main-content:after {
  clear: both;
}

/* line 55, lib/assets/stylesheets/ace.css */
.sidebar + .main-content {
  margin-left: 190px;
}

/* line 58, lib/assets/stylesheets/ace.css */
.page-content {
  background-color: #ffffff;
  position: relative;
  margin: 0;
  padding: 8px 20px 24px;
}

/* line 64, lib/assets/stylesheets/ace.css */
.page-header {
  margin: 0 0 12px;
  border-bottom: 1px dotted #e2e2e2;
  padding-bottom: 16px;
  padding-top: 7px;
}

/* line 70, lib/assets/stylesheets/ace.css */
.page-header h1 {
  padding: 0;
  margin: 0 8px;
  font-size: 24px;
  font-weight: lighter;
  color: #2679b5;
}

/* line 77, lib/assets/stylesheets/ace.css */
.page-header h1 small {
  margin: 0 6px;
  font-size: 14px;
  font-weight: normal;
  color: #8089a0;
}

/* line 83, lib/assets/stylesheets/ace.css */
.ajax-loading-overlay {
  position: absolute;
  z-index: 1999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80FFFFFF', endColorstr='#80FFFFFF',GradientType=0 );
}

/* line 93, lib/assets/stylesheets/ace.css */
.ajax-loading-overlay > .ajax-loading-icon {
  position: relative;
  left: 8px;
  top: 8px;
}

/* line 98, lib/assets/stylesheets/ace.css */
.ajax-loading-overlay.content-loaded {
  background-color: rgba(255, 255, 255, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66FFFFFF', endColorstr='#66FFFFFF',GradientType=0 );
}

/* line 102, lib/assets/stylesheets/ace.css */
.ajax-loading-overlay.almost-loaded {
  background-color: rgba(255, 255, 255, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CFFFFFF', endColorstr='#4CFFFFFF',GradientType=0 );
}

/* line 106, lib/assets/stylesheets/ace.css */
.ajax-loading-overlay.ajax-overlay-body {
  position: fixed;
  z-index: 2999;
}

/* line 110, lib/assets/stylesheets/ace.css */
.ajax-loading-overlay.ajax-overlay-body > .ajax-loading-icon {
  left: 8px;
  top: 8px;
}

/* line 114, lib/assets/stylesheets/ace.css */
.ace-icon {
  text-align: center;
}

/* line 117, lib/assets/stylesheets/ace.css */
a:focus,
a:active {
  text-decoration: none;
}

/* line 121, lib/assets/stylesheets/ace.css */
h1 {
  font-size: 32px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 126, lib/assets/stylesheets/ace.css */
h1.smaller {
  font-size: 31px;
}

/* line 129, lib/assets/stylesheets/ace.css */
h1.bigger {
  font-size: 33px;
}

/* line 132, lib/assets/stylesheets/ace.css */
h1.block {
  margin-bottom: 16px;
}

/* line 135, lib/assets/stylesheets/ace.css */
h2 {
  font-size: 26px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 140, lib/assets/stylesheets/ace.css */
h2.smaller {
  font-size: 25px;
}

/* line 143, lib/assets/stylesheets/ace.css */
h2.bigger {
  font-size: 27px;
}

/* line 146, lib/assets/stylesheets/ace.css */
h2.block {
  margin-bottom: 16px;
}

/* line 149, lib/assets/stylesheets/ace.css */
h3 {
  font-size: 22px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 154, lib/assets/stylesheets/ace.css */
h3.smaller {
  font-size: 21px;
}

/* line 157, lib/assets/stylesheets/ace.css */
h3.bigger {
  font-size: 23px;
}

/* line 160, lib/assets/stylesheets/ace.css */
h3.block {
  margin-bottom: 16px;
}

/* line 163, lib/assets/stylesheets/ace.css */
h4 {
  font-size: 18px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 168, lib/assets/stylesheets/ace.css */
h4.smaller {
  font-size: 17px;
}

/* line 171, lib/assets/stylesheets/ace.css */
h4.bigger {
  font-size: 19px;
}

/* line 174, lib/assets/stylesheets/ace.css */
h4.block {
  margin-bottom: 16px;
}

/* line 177, lib/assets/stylesheets/ace.css */
h5 {
  font-size: 15px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 182, lib/assets/stylesheets/ace.css */
h5.smaller {
  font-size: 14px;
}

/* line 185, lib/assets/stylesheets/ace.css */
h5.bigger {
  font-size: 16px;
}

/* line 188, lib/assets/stylesheets/ace.css */
h5.block {
  margin-bottom: 16px;
}

/* line 191, lib/assets/stylesheets/ace.css */
h6 {
  font-size: 13px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 196, lib/assets/stylesheets/ace.css */
h6.smaller {
  font-size: 12px;
}

/* line 199, lib/assets/stylesheets/ace.css */
h6.bigger {
  font-size: 14px;
}

/* line 202, lib/assets/stylesheets/ace.css */
h6.block {
  margin-bottom: 16px;
}

/* line 205, lib/assets/stylesheets/ace.css */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 25px;
  padding: 0;
}

/* line 213, lib/assets/stylesheets/ace.css */
ul.margin-5,
ol.margin-5 {
  margin-left: 5px;
}

/* line 217, lib/assets/stylesheets/ace.css */
ul.margin-10,
ol.margin-10 {
  margin-left: 10px;
}

/* line 221, lib/assets/stylesheets/ace.css */
ul.margin-15,
ol.margin-15 {
  margin-left: 15px;
}

/* line 225, lib/assets/stylesheets/ace.css */
ul.margin-20,
ol.margin-20 {
  margin-left: 20px;
}

/* line 229, lib/assets/stylesheets/ace.css */
li > ul,
li > ol {
  margin-left: 18px;
}

/* line 233, lib/assets/stylesheets/ace.css */
.list-unstyled,
.list-inline {
  margin-left: 0;
}

/* line 237, lib/assets/stylesheets/ace.css */
.list-unstyled > li > .ace-icon:first-child,
.list-inline > li > .ace-icon:first-child {
  width: 18px;
  text-align: center;
}

/* line 242, lib/assets/stylesheets/ace.css */
.spaced > li {
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 246, lib/assets/stylesheets/ace.css */
.spaced2 > li {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 250, lib/assets/stylesheets/ace.css */
li.divider {
  margin-top: 3px;
  margin-bottom: 3px;
  height: 0;
  font-size: 0;
}

/* line 256, lib/assets/stylesheets/ace.css */
.spaced > li.divider {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 260, lib/assets/stylesheets/ace.css */
.spaced2 > li.divider {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 264, lib/assets/stylesheets/ace.css */
li.divider:before {
  content: "";
  display: inline-block;
}

/* line 268, lib/assets/stylesheets/ace.css */
blockquote,
blockquote.pull-right,
.blockquote-reverse {
  border-color: #e5eaf1;
}

/* line 273, lib/assets/stylesheets/ace.css */
pre.prettyprint {
  white-space: pre-wrap;
}

/* line 276, lib/assets/stylesheets/ace.css */
.well {
  border-radius: 0;
}

/* line 279, lib/assets/stylesheets/ace.css */
.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 {
  margin-top: 0;
}

/* line 287, lib/assets/stylesheets/ace.css */
.well h1,
.well h2,
.well h3 {
  line-height: 36px;
}

/* line 292, lib/assets/stylesheets/ace.css */
.alert {
  font-size: 14px;
  border-radius: 0;
}

/* line 296, lib/assets/stylesheets/ace.css */
.alert .close {
  font-size: 16px;
}

/* line 299, lib/assets/stylesheets/ace.css */
.alert-block p + p {
  margin-top: 10px;
}

/* line 302, lib/assets/stylesheets/ace.css */
.pagination > li > span,
.pager > li > span {
  border-width: 1px;
  border-radius: 0 !important;
}

/* line 307, lib/assets/stylesheets/ace.css */
.pagination > li > a,
.pager > li > a {
  border-width: 1px;
  border-color: #d4dfe3;
  border-radius: 0 !important;
  color: #2283c5;
  background-color: #fafafa;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: auto;
}

/* line 318, lib/assets/stylesheets/ace.css */
.pagination > li > a:hover,
.pager > li > a:hover {
  color: #1c6ca2;
  background-color: #eaeff2;
  border-color: #c1d1d7;
  z-index: 1;
}

/* line 325, lib/assets/stylesheets/ace.css */
.pagination > li > a:focus,
.pager > li > a:focus {
  background-color: #eaeef2;
}

/* line 329, lib/assets/stylesheets/ace.css */
.pagination > li.disabled > a,
.pager > li.disabled > a,
.pagination > li.disabled > a:hover,
.pager > li.disabled > a:hover {
  background-color: #f9f9f9;
  border-color: #d9d9d9;
  z-index: auto;
}

/* line 337, lib/assets/stylesheets/ace.css */
.pagination > li.active > a,
.pagination > li.active > a:hover {
  background-color: #6faed9;
  border-color: #6faed9;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}

/* line 345, lib/assets/stylesheets/ace.css */
.list-group {
  margin-left: auto;
}

/* line 348, lib/assets/stylesheets/ace.css */
.list-group-item {
  border-radius: 0 !important;
}

/* line 351, lib/assets/stylesheets/ace.css */
.lighter {
  font-weight: lighter;
}

/* line 354, lib/assets/stylesheets/ace.css */
.bolder {
  font-weight: bolder;
}

/* line 357, lib/assets/stylesheets/ace.css */
.inline {
  display: inline-block !important;
}

/* line 360, lib/assets/stylesheets/ace.css */
.block {
  display: block !important;
}

/* line 363, lib/assets/stylesheets/ace.css */
.center,
.align-center {
  text-align: center !important;
}

/* line 367, lib/assets/stylesheets/ace.css */
.align-left {
  text-align: left !important;
}

/* line 370, lib/assets/stylesheets/ace.css */
.align-right {
  text-align: right !important;
}

/* line 373, lib/assets/stylesheets/ace.css */
.middle {
  vertical-align: middle;
}

/* line 376, lib/assets/stylesheets/ace.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 379, lib/assets/stylesheets/ace.css */
.align-top {
  vertical-align: top !important;
}

/* line 382, lib/assets/stylesheets/ace.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 385, lib/assets/stylesheets/ace.css */
.position-relative,
.pos-rel {
  position: relative;
}

/* line 389, lib/assets/stylesheets/ace.css */
.position-absolute,
.pos-abs {
  position: absolute;
}

/* line 393, lib/assets/stylesheets/ace.css */
.no-float {
  float: none !important;
}

/* line 396, lib/assets/stylesheets/ace.css */
.line-height-normal {
  line-height: normal !important;
}

/* line 399, lib/assets/stylesheets/ace.css */
.line-height-0 {
  line-height: 0 !important;
}

/* line 402, lib/assets/stylesheets/ace.css */
.line-height-1 {
  line-height: 1 !important;
}

/* line 405, lib/assets/stylesheets/ace.css */
.line-height-125 {
  line-height: 1.25 !important;
}

/* line 408, lib/assets/stylesheets/ace.css */
.line-height-150 {
  line-height: 1.5 !important;
}

/* line 411, lib/assets/stylesheets/ace.css */
.dark {
  color: #333333 !important;
}

/* line 414, lib/assets/stylesheets/ace.css */
.white {
  color: #ffffff !important;
}

/* line 417, lib/assets/stylesheets/ace.css */
.red {
  color: #dd5a43 !important;
}

/* line 420, lib/assets/stylesheets/ace.css */
.red2 {
  color: #e08374 !important;
}

/* line 423, lib/assets/stylesheets/ace.css */
.light-red {
  color: #ff7777 !important;
}

/* line 426, lib/assets/stylesheets/ace.css */
.blue {
  color: #478fca !important;
}

/* line 429, lib/assets/stylesheets/ace.css */
.light-blue {
  color: #93cbf9 !important;
}

/* line 432, lib/assets/stylesheets/ace.css */
.green {
  color: #69aa46 !important;
}

/* line 435, lib/assets/stylesheets/ace.css */
.light-green {
  color: #b0d877 !important;
}

/* line 438, lib/assets/stylesheets/ace.css */
.orange {
  color: #ff892a !important;
}

/* line 441, lib/assets/stylesheets/ace.css */
.orange2 {
  color: #feb902 !important;
}

/* line 444, lib/assets/stylesheets/ace.css */
.light-orange {
  color: #fcac6f !important;
}

/* line 447, lib/assets/stylesheets/ace.css */
.purple {
  color: #a069c3 !important;
}

/* line 450, lib/assets/stylesheets/ace.css */
.pink {
  color: #c6699f !important;
}

/* line 453, lib/assets/stylesheets/ace.css */
.pink2 {
  color: #d6487e !important;
}

/* line 456, lib/assets/stylesheets/ace.css */
.brown {
  color: #a52a2a !important;
}

/* line 459, lib/assets/stylesheets/ace.css */
.grey {
  color: #777777 !important;
}

/* line 462, lib/assets/stylesheets/ace.css */
.light-grey {
  color: #bbbbbb !important;
}

/* line 465, lib/assets/stylesheets/ace.css */
.bigger-110 {
  font-size: 110% !important;
}

/* line 468, lib/assets/stylesheets/ace.css */
.bigger-120 {
  font-size: 120% !important;
}

/* line 471, lib/assets/stylesheets/ace.css */
.bigger-130 {
  font-size: 130% !important;
}

/* line 474, lib/assets/stylesheets/ace.css */
.bigger-140 {
  font-size: 140% !important;
}

/* line 477, lib/assets/stylesheets/ace.css */
.bigger-150 {
  font-size: 150% !important;
}

/* line 480, lib/assets/stylesheets/ace.css */
.bigger-160 {
  font-size: 160% !important;
}

/* line 483, lib/assets/stylesheets/ace.css */
.bigger-170 {
  font-size: 170% !important;
}

/* line 486, lib/assets/stylesheets/ace.css */
.bigger-180 {
  font-size: 180% !important;
}

/* line 489, lib/assets/stylesheets/ace.css */
.bigger-190 {
  font-size: 190% !important;
}

/* line 492, lib/assets/stylesheets/ace.css */
.bigger-200 {
  font-size: 200% !important;
}

/* line 495, lib/assets/stylesheets/ace.css */
.bigger-210 {
  font-size: 210% !important;
}

/* line 498, lib/assets/stylesheets/ace.css */
.bigger-220 {
  font-size: 220% !important;
}

/* line 501, lib/assets/stylesheets/ace.css */
.bigger-230 {
  font-size: 230% !important;
}

/* line 504, lib/assets/stylesheets/ace.css */
.bigger-240 {
  font-size: 240% !important;
}

/* line 507, lib/assets/stylesheets/ace.css */
.bigger-250 {
  font-size: 250% !important;
}

/* line 510, lib/assets/stylesheets/ace.css */
.bigger-260 {
  font-size: 260% !important;
}

/* line 513, lib/assets/stylesheets/ace.css */
.bigger-270 {
  font-size: 270% !important;
}

/* line 516, lib/assets/stylesheets/ace.css */
.bigger-280 {
  font-size: 280% !important;
}

/* line 519, lib/assets/stylesheets/ace.css */
.bigger-290 {
  font-size: 290% !important;
}

/* line 522, lib/assets/stylesheets/ace.css */
.bigger-300 {
  font-size: 300% !important;
}

/* line 525, lib/assets/stylesheets/ace.css */
.bigger-115 {
  font-size: 115% !important;
}

/* line 528, lib/assets/stylesheets/ace.css */
.bigger-125 {
  font-size: 125% !important;
}

/* line 531, lib/assets/stylesheets/ace.css */
.bigger-175 {
  font-size: 175% !important;
}

/* line 534, lib/assets/stylesheets/ace.css */
.bigger-225 {
  font-size: 225% !important;
}

/* line 537, lib/assets/stylesheets/ace.css */
.bigger-275 {
  font-size: 275% !important;
}

/* line 540, lib/assets/stylesheets/ace.css */
.smaller-90 {
  font-size: 90% !important;
}

/* line 543, lib/assets/stylesheets/ace.css */
.smaller-80 {
  font-size: 80% !important;
}

/* line 546, lib/assets/stylesheets/ace.css */
.smaller-70 {
  font-size: 70% !important;
}

/* line 549, lib/assets/stylesheets/ace.css */
.smaller-60 {
  font-size: 60% !important;
}

/* line 552, lib/assets/stylesheets/ace.css */
.smaller-50 {
  font-size: 50% !important;
}

/* line 555, lib/assets/stylesheets/ace.css */
.smaller-40 {
  font-size: 40% !important;
}

/* line 558, lib/assets/stylesheets/ace.css */
.smaller-30 {
  font-size: 30% !important;
}

/* line 561, lib/assets/stylesheets/ace.css */
.smaller-20 {
  font-size: 20% !important;
}

/* line 564, lib/assets/stylesheets/ace.css */
.smaller-75 {
  font-size: 75% !important;
}

/* line 567, lib/assets/stylesheets/ace.css */
.width-20 {
  width: 20% !important;
}

/* line 570, lib/assets/stylesheets/ace.css */
.width-25 {
  width: 25% !important;
}

/* line 573, lib/assets/stylesheets/ace.css */
.width-30 {
  width: 30% !important;
}

/* line 576, lib/assets/stylesheets/ace.css */
.width-35 {
  width: 35% !important;
}

/* line 579, lib/assets/stylesheets/ace.css */
.width-40 {
  width: 40% !important;
}

/* line 582, lib/assets/stylesheets/ace.css */
.width-45 {
  width: 45% !important;
}

/* line 585, lib/assets/stylesheets/ace.css */
.width-50 {
  width: 50% !important;
}

/* line 588, lib/assets/stylesheets/ace.css */
.width-55 {
  width: 55% !important;
}

/* line 591, lib/assets/stylesheets/ace.css */
.width-60 {
  width: 60% !important;
}

/* line 594, lib/assets/stylesheets/ace.css */
.width-65 {
  width: 65% !important;
}

/* line 597, lib/assets/stylesheets/ace.css */
.width-70 {
  width: 70% !important;
}

/* line 600, lib/assets/stylesheets/ace.css */
.width-75 {
  width: 75% !important;
}

/* line 603, lib/assets/stylesheets/ace.css */
.width-80 {
  width: 80% !important;
}

/* line 606, lib/assets/stylesheets/ace.css */
.width-85 {
  width: 85% !important;
}

/* line 609, lib/assets/stylesheets/ace.css */
.width-90 {
  width: 90% !important;
}

/* line 612, lib/assets/stylesheets/ace.css */
.width-95 {
  width: 95% !important;
}

/* line 615, lib/assets/stylesheets/ace.css */
.width-100 {
  width: 100% !important;
}

/* line 618, lib/assets/stylesheets/ace.css */
.width-75 {
  width: 75% !important;
}

/* line 621, lib/assets/stylesheets/ace.css */
.width-25 {
  width: 25% !important;
}

/* line 624, lib/assets/stylesheets/ace.css */
.width-auto {
  width: auto !important;
}

/* line 627, lib/assets/stylesheets/ace.css */
.height-auto {
  height: auto !important;
}

/* line 630, lib/assets/stylesheets/ace.css */
.no-padding {
  padding: 0 !important;
}

/* line 633, lib/assets/stylesheets/ace.css */
.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* line 636, lib/assets/stylesheets/ace.css */
.no-padding-top {
  padding-top: 0 !important;
}

/* line 639, lib/assets/stylesheets/ace.css */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 642, lib/assets/stylesheets/ace.css */
.no-padding-right {
  padding-right: 0 !important;
}

/* line 645, lib/assets/stylesheets/ace.css */
.no-margin {
  margin: 0 !important;
}

/* line 648, lib/assets/stylesheets/ace.css */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 651, lib/assets/stylesheets/ace.css */
.no-margin-top {
  margin-top: 0 !important;
}

/* line 654, lib/assets/stylesheets/ace.css */
.no-margin-left {
  margin-left: 0 !important;
}

/* line 657, lib/assets/stylesheets/ace.css */
.no-margin-right {
  margin-right: 0 !important;
}

/* line 660, lib/assets/stylesheets/ace.css */
.no-border {
  border-width: 0;
}

/* line 663, lib/assets/stylesheets/ace.css */
.no-border-bottom {
  border-bottom-width: 0;
}

/* line 666, lib/assets/stylesheets/ace.css */
.no-border-top {
  border-top-width: 0;
}

/* line 669, lib/assets/stylesheets/ace.css */
.no-border-left {
  border-left-width: 0;
}

/* line 672, lib/assets/stylesheets/ace.css */
.no-border-right {
  border-right-width: 0;
}

/**
.no-underline {
 text-decoration: none !important;
}
.no-hover-underline:hover {
 text-decoration: none !important;
}
.no-outline:focus {
 outline: none !important;
}

.no-box-shadow {
 .box-shadow(none) !important;
}

.overflow-auto {overflow: auto !important;}
.overflow-visible {overflow: visible !important;}
*/
/* line 693, lib/assets/stylesheets/ace.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 696, lib/assets/stylesheets/ace.css */
.overflow-scroll {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

/* line 700, lib/assets/stylesheets/ace.css */
.no-radius {
  border-radius: 0 !important;
}

/* line 703, lib/assets/stylesheets/ace.css */
.no-text-shadow {
  text-shadow: none !important;
}

/* line 706, lib/assets/stylesheets/ace.css */
.hr {
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  border-width: 1px 0 0 0;
  border-top: 1px solid #E3E3E3;
  margin: 12px 0;
  border-top-color: rgba(0, 0, 0, 0.11);
}

/* line 716, lib/assets/stylesheets/ace.css */
.hr-double {
  height: 3px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-top-color: rgba(0, 0, 0, 0.11);
  border-bottom-color: rgba(0, 0, 0, 0.11);
}

/* line 723, lib/assets/stylesheets/ace.css */
.hr.dotted,
.hr-dotted {
  border-style: dotted;
}

/* line 727, lib/assets/stylesheets/ace.css */
.hr-32,
.hr32 {
  margin: 32px 0;
}

/* line 731, lib/assets/stylesheets/ace.css */
.hr-30,
.hr30 {
  margin: 30px 0;
}

/* line 735, lib/assets/stylesheets/ace.css */
.hr-28,
.hr28 {
  margin: 28px 0;
}

/* line 739, lib/assets/stylesheets/ace.css */
.hr-26,
.hr26 {
  margin: 26px 0;
}

/* line 743, lib/assets/stylesheets/ace.css */
.hr-24,
.hr24 {
  margin: 24px 0;
}

/* line 747, lib/assets/stylesheets/ace.css */
.hr-22,
.hr22 {
  margin: 22px 0;
}

/* line 751, lib/assets/stylesheets/ace.css */
.hr-20,
.hr20 {
  margin: 20px 0;
}

/* line 755, lib/assets/stylesheets/ace.css */
.hr-18,
.hr18 {
  margin: 18px 0;
}

/* line 759, lib/assets/stylesheets/ace.css */
.hr-16,
.hr16 {
  margin: 16px 0;
}

/* line 763, lib/assets/stylesheets/ace.css */
.hr-14,
.hr14 {
  margin: 14px 0;
}

/* line 767, lib/assets/stylesheets/ace.css */
.hr-12,
.hr12 {
  margin: 12px 0;
}

/* line 771, lib/assets/stylesheets/ace.css */
.hr-10,
.hr10 {
  margin: 10px 0;
}

/* line 775, lib/assets/stylesheets/ace.css */
.hr-8,
.hr8 {
  margin: 8px 0;
}

/* line 779, lib/assets/stylesheets/ace.css */
.hr-6,
.hr6 {
  margin: 6px 0;
}

/* line 783, lib/assets/stylesheets/ace.css */
.hr-4,
.hr4 {
  margin: 4px 0;
}

/* line 787, lib/assets/stylesheets/ace.css */
.hr-2,
.hr2 {
  margin: 2px 0;
}

/* line 791, lib/assets/stylesheets/ace.css */
.space {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
}

/* line 797, lib/assets/stylesheets/ace.css */
[class*="vspace-"] {
  display: none;
}

/* line 800, lib/assets/stylesheets/ace.css */
.space-32 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 32px 0 31px;
}

/* line 807, lib/assets/stylesheets/ace.css */
[class*="vspace-32"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 32px 0 31px 0;
}

/* line 814, lib/assets/stylesheets/ace.css */
.space-30 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 30px 0 29px;
}

/* line 821, lib/assets/stylesheets/ace.css */
[class*="vspace-30"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 30px 0 29px 0;
}

/* line 828, lib/assets/stylesheets/ace.css */
.space-28 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 28px 0 27px;
}

/* line 835, lib/assets/stylesheets/ace.css */
[class*="vspace-28"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 28px 0 27px 0;
}

/* line 842, lib/assets/stylesheets/ace.css */
.space-26 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 26px 0 25px;
}

/* line 849, lib/assets/stylesheets/ace.css */
[class*="vspace-26"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 26px 0 25px 0;
}

/* line 856, lib/assets/stylesheets/ace.css */
.space-24 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 24px 0 23px;
}

/* line 863, lib/assets/stylesheets/ace.css */
[class*="vspace-24"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 24px 0 23px 0;
}

/* line 870, lib/assets/stylesheets/ace.css */
.space-22 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 22px 0 21px;
}

/* line 877, lib/assets/stylesheets/ace.css */
[class*="vspace-22"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 22px 0 21px 0;
}

/* line 884, lib/assets/stylesheets/ace.css */
.space-20 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 20px 0 19px;
}

/* line 891, lib/assets/stylesheets/ace.css */
[class*="vspace-20"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 20px 0 19px 0;
}

/* line 898, lib/assets/stylesheets/ace.css */
.space-18 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 18px 0 17px;
}

/* line 905, lib/assets/stylesheets/ace.css */
[class*="vspace-18"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 18px 0 17px 0;
}

/* line 912, lib/assets/stylesheets/ace.css */
.space-16 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 16px 0 15px;
}

/* line 919, lib/assets/stylesheets/ace.css */
[class*="vspace-16"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 16px 0 15px 0;
}

/* line 926, lib/assets/stylesheets/ace.css */
.space-14 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 14px 0 13px;
}

/* line 933, lib/assets/stylesheets/ace.css */
[class*="vspace-14"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 14px 0 13px 0;
}

/* line 940, lib/assets/stylesheets/ace.css */
.space-12 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 12px 0 11px;
}

/* line 947, lib/assets/stylesheets/ace.css */
[class*="vspace-12"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 12px 0 11px 0;
}

/* line 954, lib/assets/stylesheets/ace.css */
.space-10 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 10px 0 9px;
}

/* line 961, lib/assets/stylesheets/ace.css */
[class*="vspace-10"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 10px 0 9px 0;
}

/* line 968, lib/assets/stylesheets/ace.css */
.space-8 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 8px 0 7px;
}

/* line 975, lib/assets/stylesheets/ace.css */
[class*="vspace-8"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 8px 0 7px 0;
}

/* line 982, lib/assets/stylesheets/ace.css */
.space-6 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 6px 0 5px;
}

/* line 989, lib/assets/stylesheets/ace.css */
[class*="vspace-6"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 6px 0 5px 0;
}

/* line 996, lib/assets/stylesheets/ace.css */
.space-4 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 4px 0 3px;
}

/* line 1003, lib/assets/stylesheets/ace.css */
[class*="vspace-4"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 4px 0 3px 0;
}

/* line 1010, lib/assets/stylesheets/ace.css */
.space-2 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 2px 0 1px;
}

/* line 1017, lib/assets/stylesheets/ace.css */
[class*="vspace-2"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 2px 0 1px 0;
}

/* line 1024, lib/assets/stylesheets/ace.css */
.space-0,
[class*="vspace-0"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 0;
}

@media only screen and (max-width: 479px) {
  /* line 1033, lib/assets/stylesheets/ace.css */
  [class*="vspace-"][class*="-xs"] {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1038, lib/assets/stylesheets/ace.css */
  [class*="vspace-"][class*="-sm"] {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  /* line 1043, lib/assets/stylesheets/ace.css */
  [class*="vspace-"][class*="-md"] {
    display: block;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 1048, lib/assets/stylesheets/ace.css */
  [class*="vspace-"][class*="-lg"] {
    display: block;
  }
}

/* line 1052, lib/assets/stylesheets/ace.css */
.header {
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid #CCC;
}

/* line 1059, lib/assets/stylesheets/ace.css */
.header.blue {
  border-bottom-color: #d5e3ef;
}

/* line 1062, lib/assets/stylesheets/ace.css */
.header.green {
  border-bottom-color: #cce2c1;
}

/* line 1065, lib/assets/stylesheets/ace.css */
.header.purple {
  border-bottom-color: #e0d1ea;
}

/* line 1068, lib/assets/stylesheets/ace.css */
.header.orange {
  border-bottom-color: #fdd0ac;
}

/* line 1071, lib/assets/stylesheets/ace.css */
.header.orange2 {
  border-bottom-color: #fbd36b;
}

/* line 1074, lib/assets/stylesheets/ace.css */
.header.red {
  border-bottom-color: #f3cdc6;
}

/* line 1077, lib/assets/stylesheets/ace.css */
.header.grey {
  border-bottom-color: #c3c3c3;
}

/* line 1080, lib/assets/stylesheets/ace.css */
.header.pink {
  border-bottom-color: #f2e0eb;
}

/* line 1083, lib/assets/stylesheets/ace.css */
.header.pink2 {
  border-bottom-color: #e69eb9;
}

/* line 1086, lib/assets/stylesheets/ace.css */
.header.light-blue {
  border-bottom-color: #dceefc;
}

/* line 1089, lib/assets/stylesheets/ace.css */
.header.light-red {
  border-bottom-color: #fec5c5;
}

/* line 1092, lib/assets/stylesheets/ace.css */
.header.light-green {
  border-bottom-color: #d2e7b5;
}

/* line 1095, lib/assets/stylesheets/ace.css */
.header.brown {
  border-bottom-color: #df9393;
}

/* line 1098, lib/assets/stylesheets/ace.css */
.header > .ace-icon {
  margin-right: 2px;
}

/* line 1101, lib/assets/stylesheets/ace.css */
.action-buttons a {
  margin: 0 3px;
  display: inline-block;
  opacity: 0.85;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 1109, lib/assets/stylesheets/ace.css */
.action-buttons a:hover {
  text-decoration: none;
  opacity: 1;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 1118, lib/assets/stylesheets/ace.css */
.navbar {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 45px;
  background: #438eb9;
}

/* line 1129, lib/assets/stylesheets/ace.css */
.navbar .navbar-text,
.navbar .navbar-link {
  color: #ffffff;
}

/* line 1133, lib/assets/stylesheets/ace.css */
.navbar .navbar-brand {
  color: #ffffff;
  font-size: 24px;
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}

/* line 1141, lib/assets/stylesheets/ace.css */
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #ffffff;
}

/**
@media (min-width: @grid-float-breakpoint) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
	margin-right: 0;
  }
}
*/
@media only screen and (min-width: 992px) {
  /* line 1155, lib/assets/stylesheets/ace.css */
  .navbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 1160, lib/assets/stylesheets/ace.css */
.navbar-container.container {
  padding-left: 0;
  padding-right: 0;
}

/* line 1164, lib/assets/stylesheets/ace.css */
.ace-nav {
  height: 100%;
  margin: 0 !important;
}

/* line 1168, lib/assets/stylesheets/ace.css */
.ace-nav > li {
  line-height: 45px;
  height: 45px;
  border-left: 1px solid #E1E1E1;
  padding: 0;
  position: relative;
  float: left;
}

/* line 1176, lib/assets/stylesheets/ace.css */
.ace-nav > li:first-child {
  border-left-width: 0;
}

/* line 1179, lib/assets/stylesheets/ace.css */
.ace-nav > li > a {
  background-color: #2e6589;
  color: #FFF;
  display: block;
  line-height: inherit;
  text-align: center;
  height: 100%;
  width: auto;
  min-width: 50px;
  padding: 0 8px;
  position: relative;
}

/* line 1191, lib/assets/stylesheets/ace.css */
.ace-nav > li > a > .ace-icon {
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  width: 20px;
}

/* line 1198, lib/assets/stylesheets/ace.css */
.ace-nav > li > a > .badge {
  position: relative;
  top: -4px;
  left: 2px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1205, lib/assets/stylesheets/ace.css */
.ace-nav > li > a:hover,
.ace-nav > li > a:focus,
.ace-nav > li.open > a {
  background-color: #2c5976;
  color: #FFF;
}

/* line 1211, lib/assets/stylesheets/ace.css */
.ace-nav > li.blue > a {
  background-color: #2e6589;
}

/* line 1214, lib/assets/stylesheets/ace.css */
.ace-nav > li.blue > a:hover,
.ace-nav > li.blue > a:focus,
.ace-nav > li.open.blue > a {
  background-color: #2c5976;
}

/* line 1219, lib/assets/stylesheets/ace.css */
.ace-nav > li.grey > a {
  background-color: #555555;
}

/* line 1222, lib/assets/stylesheets/ace.css */
.ace-nav > li.grey > a:hover,
.ace-nav > li.grey > a:focus,
.ace-nav > li.open.grey > a {
  background-color: #4b4b4b;
}

/* line 1227, lib/assets/stylesheets/ace.css */
.ace-nav > li.purple > a {
  background-color: #892e65;
}

/* line 1230, lib/assets/stylesheets/ace.css */
.ace-nav > li.purple > a:hover,
.ace-nav > li.purple > a:focus,
.ace-nav > li.open.purple > a {
  background-color: #762c59;
}

/* line 1235, lib/assets/stylesheets/ace.css */
.ace-nav > li.green > a {
  background-color: #2e8965;
}

/* line 1238, lib/assets/stylesheets/ace.css */
.ace-nav > li.green > a:hover,
.ace-nav > li.green > a:focus,
.ace-nav > li.open.green > a {
  background-color: #2c7659;
}

/* line 1243, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-blue > a {
  background-color: #62a8d1;
}

/* line 1246, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-blue > a:hover,
.ace-nav > li.light-blue > a:focus,
.ace-nav > li.open.light-blue > a {
  background-color: #579ec8;
}

/* line 1251, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-blue2 > a {
  background-color: #42a8e1;
}

/* line 1254, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-blue2 > a:hover,
.ace-nav > li.light-blue2 > a:focus,
.ace-nav > li.open.light-blue2 > a {
  background-color: #359fd9;
}

/* line 1259, lib/assets/stylesheets/ace.css */
.ace-nav > li.red > a {
  background-color: #b74635;
}

/* line 1262, lib/assets/stylesheets/ace.css */
.ace-nav > li.red > a:hover,
.ace-nav > li.red > a:focus,
.ace-nav > li.open.red > a {
  background-color: #a34335;
}

/* line 1267, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-green > a {
  background-color: #9abc32;
}

/* line 1270, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-green > a:hover,
.ace-nav > li.light-green > a:focus,
.ace-nav > li.open.light-green > a {
  background-color: #8ba832;
}

/* line 1275, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-purple > a {
  background-color: #cb6fd7;
}

/* line 1278, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-purple > a:hover,
.ace-nav > li.light-purple > a:focus,
.ace-nav > li.open.light-purple > a {
  background-color: #c263ce;
}

/* line 1283, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-orange > a {
  background-color: #f79263;
}

/* line 1286, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-orange > a:hover,
.ace-nav > li.light-orange > a:focus,
.ace-nav > li.open.light-orange > a {
  background-color: #f28653;
}

/* line 1291, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-pink > a {
  background-color: #f4dae5;
}

/* line 1294, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-pink > a:hover,
.ace-nav > li.light-pink > a:focus,
.ace-nav > li.open.light-pink > a {
  background-color: #eeccda;
}

/* line 1299, lib/assets/stylesheets/ace.css */
.ace-nav > li.dark > a {
  background-color: #404040;
}

/* line 1302, lib/assets/stylesheets/ace.css */
.ace-nav > li.dark > a:hover,
.ace-nav > li.dark > a:focus,
.ace-nav > li.open.dark > a {
  background-color: #363636;
}

/* line 1307, lib/assets/stylesheets/ace.css */
.ace-nav > li.white-opaque > a {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 1310, lib/assets/stylesheets/ace.css */
.ace-nav > li.white-opaque > a:hover,
.ace-nav > li.white-opaque > a:focus,
.ace-nav > li.open.white-opaque > a {
  background-color: rgba(245, 245, 245, 0.8);
}

/* line 1315, lib/assets/stylesheets/ace.css */
.ace-nav > li.dark-opaque > a {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1318, lib/assets/stylesheets/ace.css */
.ace-nav > li.dark-opaque > a:hover,
.ace-nav > li.dark-opaque > a:focus,
.ace-nav > li.open.dark-opaque > a {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1323, lib/assets/stylesheets/ace.css */
.ace-nav > li.transparent > a {
  background-color: transparent;
}

/* line 1326, lib/assets/stylesheets/ace.css */
.ace-nav > li.transparent > a:hover,
.ace-nav > li.transparent > a:focus,
.ace-nav > li.open.transparent > a {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1331, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-10 > a {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1334, lib/assets/stylesheets/ace.css */
.ace-nav > li.light-10 > a:hover,
.ace-nav > li.light-10 > a:focus,
.ace-nav > li.open.light-10 > a {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 1339, lib/assets/stylesheets/ace.css */
.ace-nav > li.dark-10 > a {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1342, lib/assets/stylesheets/ace.css */
.ace-nav > li.dark-10 > a:hover,
.ace-nav > li.dark-10 > a:focus,
.ace-nav > li.open.dark-10 > a {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1347, lib/assets/stylesheets/ace.css */
.ace-nav > li.margin-4 {
  margin-left: 4px;
}

/* line 1350, lib/assets/stylesheets/ace.css */
.ace-nav > li.margin-3 {
  margin-left: 3px;
}

/* line 1353, lib/assets/stylesheets/ace.css */
.ace-nav > li.margin-2 {
  margin-left: 2px;
}

/* line 1356, lib/assets/stylesheets/ace.css */
.ace-nav > li.margin-1 {
  margin-left: 1px;
}

/* line 1359, lib/assets/stylesheets/ace.css */
.ace-nav > li.no-border {
  border-width: 0 !important;
}

/* line 1362, lib/assets/stylesheets/ace.css */
.ace-nav > li .dropdown-menu {
  z-index: 1031;
}

/* line 1365, lib/assets/stylesheets/ace.css */
.ace-nav .nav-user-photo {
  margin: -4px 8px 0 0;
  border-radius: 100%;
  border: 2px solid #FFF;
  max-width: 40px;
}

/* line 1371, lib/assets/stylesheets/ace.css */
.ace-nav li.dropdown-footer a .ace-icon {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

@media only screen and (max-height: 540px) {
  /* line 1377, lib/assets/stylesheets/ace.css */
  .ace-nav > li > .dropdown-menu {
    position: fixed;
    margin-top: auto;
    z-index: 1042;
  }
  /* line 1382, lib/assets/stylesheets/ace.css */
  .ace-nav > li > .dropdown-menu:before,
.ace-nav > li > .dropdown-menu:after {
    display: none;
  }
  /* line 1386, lib/assets/stylesheets/ace.css */
  .ace-nav .user-menu > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  /* line 1390, lib/assets/stylesheets/ace.css */
  .ace-nav > li.open:before {
    background-color: #000;
    opacity: 0.5;
    border-width: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2000px;
    width: auto;
    z-index: 1041;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1407, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
    right: -100px;
  }
  /* line 1410, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after {
    right: 120px;
  }
  /* line 1414, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
    right: -80px;
  }
  /* line 1417, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
    right: 100px;
  }
  /* line 1421, lib/assets/stylesheets/ace.css */
  .user-menu.dropdown-close.dropdown-menu-right {
    right: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 1426, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right,
.navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right {
    left: auto;
    right: -60px;
  }
  /* line 1431, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right:before,
.navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right:before,
.navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right:after,
.navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right:after {
    right: 80px;
    left: auto;
  }
}

@media only screen and (max-width: 480px) {
  /* line 1440, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
    right: -120px;
  }
  /* line 1443, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after {
    right: 140px;
  }
  /* line 1447, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
    right: -90px;
  }
  /* line 1450, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
    right: 110px;
  }
  /* line 1454, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
    right: -50px;
  }
  /* line 1457, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
    right: 70px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 1463, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
    left: -10px;
    right: auto;
  }
  /* line 1467, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after {
    right: auto;
    left: 30px;
  }
  /* line 1472, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
    left: -50px;
    right: auto;
  }
  /* line 1476, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
    left: 75px;
    right: auto;
  }
  /* line 1481, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
    left: -70px;
    right: auto;
  }
  /* line 1485, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
    left: 90px;
    right: auto;
  }
}

@media only screen and (max-width: 319px) {
  /* line 1492, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
    left: -110px;
    right: auto;
  }
  /* line 1496, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
    left: 130px;
    right: auto;
  }
  /* line 1501, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
    left: -85px;
    right: auto;
  }
  /* line 1505, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
    left: 105px;
    right: auto;
  }
  /* line 1510, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
    left: -35px;
    right: auto;
  }
  /* line 1514, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
    left: 55px;
    right: auto;
  }
  /* line 1519, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
    left: -60px;
    right: auto;
  }
  /* line 1523, lib/assets/stylesheets/ace.css */
  .ace-nav > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
.ace-nav > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
    left: 75px;
    right: auto;
  }
}

@media only screen and (max-width: 479px) {
  /* line 1530, lib/assets/stylesheets/ace.css */
  .navbar:not(.navbar-collapse) .navbar-header {
    float: none !important;
    display: block;
  }
  /* line 1534, lib/assets/stylesheets/ace.css */
  .navbar:not(.navbar-collapse) .ace-nav {
    display: block;
    float: none !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 0;
    letter-spacing: -3px;
  }
  /* line 1543, lib/assets/stylesheets/ace.css */
  .navbar:not(.navbar-collapse) .ace-nav > li {
    display: inline-block;
    float: none !important;
    text-align: left;
    letter-spacing: normal;
  }
  /* line 1549, lib/assets/stylesheets/ace.css */
  .navbar:not(.navbar-collapse) .ace-nav > li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  /* line 1552, lib/assets/stylesheets/ace.css */
  .navbar:not(.navbar-collapse) .ace-nav > li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}

@media only screen and (max-width: 319px) {
  /* line 1557, lib/assets/stylesheets/ace.css */
  .ace-nav > li > a {
    padding: 0 5px !important;
  }
}

/* line 1561, lib/assets/stylesheets/ace.css */
.user-menu > li > a {
  padding: 4px 12px;
}

/* line 1564, lib/assets/stylesheets/ace.css */
.user-menu > li > a > .ace-icon {
  margin-right: 6px;
  font-size: 120%;
}

/* line 1568, lib/assets/stylesheets/ace.css */
.user-info {
  max-width: 100px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  line-height: 15px;
  position: relative;
  top: 6px;
}

/* line 1580, lib/assets/stylesheets/ace.css */
.user-info small {
  display: block;
}

@media (min-width: 480px) and (max-width: 540px), (max-width: 360px) {
  /* line 1584, lib/assets/stylesheets/ace.css */
  .navbar:not(.navbar-collapse) .navbar-buttons .user-menu {
    padding-top: 42px !important;
  }
  /* line 1587, lib/assets/stylesheets/ace.css */
  .navbar:not(.navbar-collapse) .navbar-buttons .nav-user-photo {
    margin-right: 0;
  }
  /* line 1590, lib/assets/stylesheets/ace.css */
  .navbar:not(.navbar-collapse) .navbar-buttons .user-info {
    position: absolute;
    margin-top: 40px;
    margin-left: 1px;
    right: 2px;
    z-index: 1032;
    color: #777;
    font-size: 14px;
    width: 156px;
    max-width: 156px;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 26px !important;
    display: none;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    vertical-align: none;
    line-height: normal;
    cursor: text;
  }
  /* line 1611, lib/assets/stylesheets/ace.css */
  .navbar:not(.navbar-collapse) .navbar-buttons .user-info > small {
    display: inline;
    opacity: 1;
  }
  /* line 1615, lib/assets/stylesheets/ace.css */
  li.open .user-info {
    display: inline-block !important;
  }
}

@media (max-width: 360px) {
  /* line 1620, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-buttons .user-menu {
    padding-top: 42px !important;
  }
  /* line 1623, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-buttons .nav-user-photo {
    margin-right: 0;
  }
  /* line 1626, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-buttons .user-info {
    position: absolute;
    margin-top: 40px;
    margin-left: 1px;
    right: 2px;
    z-index: 1032;
    color: #777;
    font-size: 14px;
    width: 156px;
    max-width: 156px;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 26px !important;
    display: none;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    vertical-align: none;
    line-height: normal;
    cursor: text;
  }
  /* line 1647, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-buttons .user-info > small {
    display: inline;
    opacity: 1;
  }
  /* line 1651, lib/assets/stylesheets/ace.css */
  li.open .user-info {
    display: inline-block !important;
    right: 2px;
  }
}

@media (min-width: 992px) {
  /* line 1657, lib/assets/stylesheets/ace.css */
  .user-min .user-menu {
    padding-top: 42px !important;
  }
  /* line 1660, lib/assets/stylesheets/ace.css */
  .user-min .nav-user-photo {
    margin-right: 0;
  }
  /* line 1663, lib/assets/stylesheets/ace.css */
  .user-min .user-info {
    position: absolute;
    margin-top: 40px;
    margin-left: 1px;
    right: 2px;
    z-index: 1032;
    color: #777;
    font-size: 14px;
    width: 156px;
    max-width: 156px;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 26px !important;
    display: none;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    vertical-align: none;
    line-height: normal;
    cursor: text;
  }
  /* line 1684, lib/assets/stylesheets/ace.css */
  .user-min .user-info > small {
    display: inline;
    opacity: 1;
  }
  /* line 1688, lib/assets/stylesheets/ace.css */
  .user-min .user-info {
    right: -3px;
  }
  /* line 1691, lib/assets/stylesheets/ace.css */
  .user-min.open .user-info {
    display: inline-block !important;
  }
}

@media (max-height: 540px) and (min-width: 480px) and (max-width: 540px), (max-height: 540px) and (max-width: 360px) {
  /* line 1696, lib/assets/stylesheets/ace.css */
  .navbar:not(.navbar-collapse) .navbar-buttons .user-info {
    position: fixed;
    right: auto;
    margin-top: auto;
    max-width: none;
  }
}

@media (max-height: 540px) and (max-width: 360px) {
  /* line 1704, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-buttons .user-info {
    position: fixed;
    right: auto;
    margin-top: auto;
    max-width: none;
  }
}

@media (max-height: 540px) and (min-width: 992px) {
  /* line 1712, lib/assets/stylesheets/ace.css */
  .user-min .user-info {
    position: fixed;
    right: auto;
    margin-top: auto;
    max-width: none;
  }
}

@media only screen and (max-width: 991px) {
  /* line 1720, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse {
    max-height: none;
  }
  /* line 1723, lib/assets/stylesheets/ace.css */
  .navbar .navbar-header,
.navbar .navbar-collapse {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 1728, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-header {
    float: none !important;
    min-height: 45px;
  }
  /* line 1732, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-buttons {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-width: 1px 0 0;
    width: 100%;
  }
  /* line 1740, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-buttons.in {
    overflow: visible !important;
  }
  /* line 1743, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-buttons > .ace-nav {
    display: block;
    float: none !important;
    text-align: center;
    background-color: transparent !important;
    border-width: 0;
    letter-spacing: -3px;
  }
  /* line 1751, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-buttons > .ace-nav > li {
    display: inline-block;
    float: none !important;
    text-align: left;
    letter-spacing: normal;
  }
  /* line 1757, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-buttons > .ace-nav > li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  /* line 1760, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-buttons > .ace-nav > li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}

/* line 1764, lib/assets/stylesheets/ace.css */
.container > .navbar-buttons,
.container-fluid > .navbar-buttons {
  padding-right: 0 !important;
}

@media only screen and (max-height: 400px) {
  /* line 1769, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top .navbar-collapse {
    max-height: 280px;
  }
}

@media only screen and (max-height: 360px) {
  /* line 1774, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top .navbar-collapse {
    max-height: 240px;
  }
}

@media only screen and (max-height: 320px) {
  /* line 1779, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

@media only screen and (max-height: 280px) {
  /* line 1784, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top .navbar-collapse {
    max-height: 160px;
  }
}

@media only screen and (max-height: 240px) {
  /* line 1789, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top .navbar-collapse {
    max-height: 120px;
  }
}

/* line 1793, lib/assets/stylesheets/ace.css */
.navbar .navbar-nav > li {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 0 1px 0 0;
}

/* line 1797, lib/assets/stylesheets/ace.css */
.navbar .navbar-nav > li:first-child {
  border-width: 0 1px 0 1px;
}

/* line 1800, lib/assets/stylesheets/ace.css */
.navbar .navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 11px;
  height: 45px;
  background-color: transparent;
  font-size: 13px;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1809, lib/assets/stylesheets/ace.css */
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #ffffff !important;
}

/* line 1815, lib/assets/stylesheets/ace.css */
.navbar .navbar-nav > li > .dropdown-menu > li > a {
  line-height: 2;
}

/* line 1818, lib/assets/stylesheets/ace.css */
.navbar-nav .dropdown-menu > li > a > .ace-icon {
  display: inline-block;
  width: 20px;
}

/* line 1822, lib/assets/stylesheets/ace.css */
.navbar-nav > li > .dropdown-menu {
  z-index: 1033;
}

@media only screen and (max-width: 991px) {
  /* line 1826, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-menu {
    float: none !important;
    clear: both;
  }
  /* line 1830, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-menu .dropdown-menu:after,
.navbar.navbar-collapse .navbar-menu .dropdown-menu:before {
    display: none !important;
  }
  /* line 1834, lib/assets/stylesheets/ace.css */
  .navbar .navbar-nav {
    margin: 0 -6px;
  }
  /* line 1837, lib/assets/stylesheets/ace.css */
  .navbar .navbar-nav > li,
.navbar .navbar-nav > li:first-child {
    border-width: 1px 0 0;
  }
  /* line 1841, lib/assets/stylesheets/ace.css */
  .navbar .navbar-nav .dropdown-menu {
    float: none;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border-width: 0;
  }
  /* line 1848, lib/assets/stylesheets/ace.css */
  .navbar .navbar-nav .dropdown-menu > li > a {
    color: #FFF !important;
  }
  /* line 1851, lib/assets/stylesheets/ace.css */
  .navbar .navbar-nav .dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.07) !important;
  }
  /* line 1854, lib/assets/stylesheets/ace.css */
  .navbar .navbar-nav .dropdown-menu > li > a > .ace-icon {
    color: #FFF !important;
  }
  /* line 1857, lib/assets/stylesheets/ace.css */
  .navbar .navbar-nav .dropdown-hover > .dropdown-menu {
    left: 32px !important;
    right: auto !important;
    top: auto !important;
    width: 80% !important;
    width: calc(100% - 32px);
  }
}

/* line 1865, lib/assets/stylesheets/ace.css */
.navbar-form.form-search {
  margin-top: 9px;
  margin-bottom: 0;
}

/* line 1869, lib/assets/stylesheets/ace.css */
.navbar-form.form-search .form-group {
  margin-bottom: 0;
}

/* line 1872, lib/assets/stylesheets/ace.css */
.navbar-form.form-search input[type=text] {
  width: 100px;
}

/* line 1875, lib/assets/stylesheets/ace.css */
.navbar-form input[type=text] {
  font-size: 13px;
  line-height: 1.4;
  padding-top: 4px;
  padding-bottom: 4px;
  border-width: 0;
}

@media only screen and (max-width: 991px) {
  /* line 1883, lib/assets/stylesheets/ace.css */
  .navbar-form .form-group {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1889, lib/assets/stylesheets/ace.css */
  .navbar-form.form-search input[type=text] {
    width: 100%;
  }
  /* line 1892, lib/assets/stylesheets/ace.css */
  .navbar-nav + .navbar-form {
    margin-top: 0;
  }
  /* line 1895, lib/assets/stylesheets/ace.css */
  .navbar .navbar-collapse,
.navbar .navbar-form {
    border-color: rgba(255, 255, 255, 0.4);
  }
  /* line 1899, lib/assets/stylesheets/ace.css */
  .navbar .navbar-nav > li:first-child {
    border-top-width: 0;
  }
}

@media only screen and (max-width: 480px) {
  /* line 1904, lib/assets/stylesheets/ace.css */
  .navbar-form .form-group {
    width: 80%;
  }
}

/* line 1908, lib/assets/stylesheets/ace.css */
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  padding-left: 12px;
  padding-right: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1915, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse {
    background-color: transparent;
  }
  /* line 1918, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse:before {
    background: #438eb9;
    content: "";
    display: block;
    position: absolute;
    min-height: inherit;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: inherit;
  }
  /* line 1930, lib/assets/stylesheets/ace.css */
  .navbar.navbar-collapse .navbar-container {
    background-color: #438eb9;
  }
}

/* line 1934, lib/assets/stylesheets/ace.css */
.navbar .navbar-toggle {
  border: 1px solid transparent;
  width: 40px;
  height: 35px;
  line-height: 0;
  padding: 0 0 1px;
  text-align: center;
}

/* line 1942, lib/assets/stylesheets/ace.css */
.navbar .navbar-toggle.pull-right {
  margin: 5px 6px 4px 0;
}

/* line 1945, lib/assets/stylesheets/ace.css */
.navbar .navbar-toggle.pull-left {
  margin: 5px 0 4px 6px;
}

/* line 1948, lib/assets/stylesheets/ace.css */
.navbar .navbar-toggle:active {
  top: 1px;
}

/* line 1951, lib/assets/stylesheets/ace.css */
.navbar .navbar-toggle.navbar-toggle-img {
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 0;
  border-width: 0;
}

/* line 1958, lib/assets/stylesheets/ace.css */
.navbar .navbar-toggle.navbar-toggle-img > img {
  border-radius: inherit;
  max-height: 35px;
  border-width: 0;
}

/* line 1963, lib/assets/stylesheets/ace.css */
.navbar .navbar-toggle .icon-bar {
  background-color: #FFF;
  border-radius: 0;
  width: 24px;
  margin-left: 7px;
}

/* line 1969, lib/assets/stylesheets/ace.css */
.sidebar {
  width: 190px;
  float: left;
  position: static;
  padding-left: 0;
  padding-right: 0;
}

/* line 1976, lib/assets/stylesheets/ace.css */
.sidebar:before {
  content: "";
  display: block;
  width: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: inherit;
  border-style: inherit;
  border-color: inherit;
  border-width: inherit;
}

/**li .@{icon} {
 & , .nav-list & {
	width: auto;
 }
}*/
/* line 1994, lib/assets/stylesheets/ace.css */
.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1999, lib/assets/stylesheets/ace.css */
.nav-list > li,
.nav-list > li > a,
.nav-list .nav-header {
  margin: 0;
}

/* line 2004, lib/assets/stylesheets/ace.css */
.nav-list li > a:focus {
  outline: none;
}

/* line 2007, lib/assets/stylesheets/ace.css */
.nav-list > li {
  display: block;
  position: relative;
  float: none;
  padding: 0;
  border-style: solid;
  border-width: 1px 0 0;
}

/* line 2015, lib/assets/stylesheets/ace.css */
.nav-list > li:last-child {
  border-bottom-width: 1px;
}

/* line 2018, lib/assets/stylesheets/ace.css */
.nav-list > li.active > a {
  font-weight: bold;
}

/* line 2021, lib/assets/stylesheets/ace.css */
.nav-list > li > a {
  display: block;
  height: 39px;
  line-height: 17px;
  padding-left: 7px;
  text-shadow: none !important;
  font-size: 13px;
  text-decoration: none;
}

/* line 2030, lib/assets/stylesheets/ace.css */
.nav-list > li > a > .menu-icon {
  display: inline-block;
  min-width: 30px;
  margin-right: 2px;
  vertical-align: sub;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

/* line 2039, lib/assets/stylesheets/ace.css */
.nav-list > li:before {
  display: none;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  height: 41px;
  width: 3px;
  max-width: 3px;
  overflow: hidden;
  background-color: #629cc9;
}

@media only screen and (min-width: 992px) {
  /* line 2053, lib/assets/stylesheets/ace.css */
  .main-container.container .sidebar:not(.h-sidebar) .nav-list > li:before {
    left: -2px;
  }
}

/* line 2057, lib/assets/stylesheets/ace.css */
.main-container.container .sidebar.sidebar-fixed:not(.h-sidebar) .nav-list > li:before {
  left: 0;
}

/* line 2060, lib/assets/stylesheets/ace.css */
.nav-list > li:hover:before {
  display: block;
}

/* line 2063, lib/assets/stylesheets/ace.css */
.nav-list > li a > .arrow {
  display: block;
  width: 14px !important;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 12px;
  padding: 0;
  text-align: center;
}

/* line 2076, lib/assets/stylesheets/ace.css */
.nav-list > li.separator {
  height: 3px;
  background-color: transparent;
  position: static;
  margin: 1px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2084, lib/assets/stylesheets/ace.css */
.nav-list > li.active .submenu {
  display: block;
}

/* line 2087, lib/assets/stylesheets/ace.css */
.nav-list > li .submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  position: relative;
}

/* line 2095, lib/assets/stylesheets/ace.css */
.nav-list > li .submenu > li {
  margin-left: 0;
  position: relative;
}

/* line 2099, lib/assets/stylesheets/ace.css */
.nav-list > li .submenu > li > a {
  display: block;
  position: relative;
  padding: 7px 0 9px 37px;
  margin: 0;
  border-top-width: 1px;
  border-top-style: dotted;
}

/* line 2107, lib/assets/stylesheets/ace.css */
.nav-list > li .submenu > li > a:hover {
  text-decoration: none;
}

/* line 2110, lib/assets/stylesheets/ace.css */
.nav-list > li .submenu > li a > .menu-icon {
  display: none;
  font-size: 12px;
  font-weight: normal;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: inherit;
}

/* line 2124, lib/assets/stylesheets/ace.css */
.nav-list > li .submenu > li.active > a > .menu-icon,
.nav-list > li .submenu > li:hover > a > .menu-icon {
  display: inline-block;
}

/* line 2128, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu {
  border-top: 1px solid;
}

/* line 2131, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu > li:before {
  content: "";
  display: block;
  width: 7px;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 17px;
  border: 1px dotted;
  border-width: 1px 0 0;
}

/* line 2142, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 0;
  bottom: 0;
  border: 1px dotted;
  border-width: 0 0 0 1px;
}

/* line 2153, lib/assets/stylesheets/ace.css */
.nav-list li:hover > a > .arrow,
.nav-list li.active > a > .arrow,
.nav-list li.open > a > .arrow {
  color: inherit;
}

/* line 2158, lib/assets/stylesheets/ace.css */
.nav-list li.open > .submenu {
  display: block;
}

/* line 2161, lib/assets/stylesheets/ace.css */
no_such_element:-o-prefocus,
.nav-list > li > a > .menu-icon {
  vertical-align: middle;
}

/* line 2165, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu li > .submenu {
  display: none;
}

/* line 2168, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu li.active > .submenu {
  display: block;
}

/* line 2171, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu a > .arrow {
  right: 10px;
  top: 10px;
  font-size: 16px;
}

/* line 2176, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu > li:first-child > a {
  border-top-width: 0;
}

/* line 2179, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu li > .submenu > li {
  line-height: 18px;
}

/* line 2182, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu li > .submenu > li:before {
  display: none;
}

/* line 2185, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu li > .submenu > li > a {
  margin-left: 20px;
  padding-left: 22px;
}

/* line 2189, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
  margin-left: 20px;
  padding-left: 38px;
}

/* line 2193, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu li > .submenu > li a > .menu-icon {
  display: inline-block;
  width: auto;
  position: static;
  background-color: transparent;
  margin-right: 4px;
  color: inherit;
}

/* line 2201, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu li > .submenu > li a .menu-icon,
.nav-list > li > .submenu li > .submenu > li a .arrow {
  color: inherit;
}

/* line 2205, lib/assets/stylesheets/ace.css */
.nav-list > li > .submenu li.open:not(.hover) > a > .menu-icon {
  display: inline-block;
}

/* line 2208, lib/assets/stylesheets/ace.css */
.nav-list a .badge,
.nav-list a .label {
  position: absolute;
  top: 9px;
  right: 10px;
  opacity: 0.88;
  font-size: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 2218, lib/assets/stylesheets/ace.css */
.nav-list a .badge .ace-icon,
.nav-list a .label .ace-icon {
  vertical-align: middle;
  margin: 0;
}

/* line 2223, lib/assets/stylesheets/ace.css */
.nav-list a.dropdown-toggle .badge,
.nav-list a.dropdown-toggle .label {
  right: 26px;
}

/* line 2227, lib/assets/stylesheets/ace.css */
.nav-list li:hover > a .badge,
.nav-list li:hover > a .label {
  opacity: 1;
}

/* line 2231, lib/assets/stylesheets/ace.css */
.nav-list .submenu .submenu a .badge,
.nav-list .submenu .submenu a .label {
  top: 6px;
}

/* line 2235, lib/assets/stylesheets/ace.css */
.sidebar.sidebar-fixed {
  position: fixed;
  top: auto;
  float: none !important;
  z-index: 1027;
}

/* line 2241, lib/assets/stylesheets/ace.css */
.sidebar.sidebar-fixed:before {
  height: 5000px;
  top: auto;
  bottom: auto;
}

/* line 2246, lib/assets/stylesheets/ace.css */
body.mob-safari .sidebar.sidebar-fixed {
  top: 45px;
}

@media (max-width: 479px) {
  /* line 2250, lib/assets/stylesheets/ace.css */
  body.mob-safari .navbar-fixed-top:not(.navbar-collapse) + .main-container .sidebar-fixed {
    top: 90px;
  }
}

@media (max-width: 991px) {
  /* line 2255, lib/assets/stylesheets/ace.css */
  body.mob-safari .navbar-fixed-top + .main-container .sidebar.responsive {
    top: 45px;
  }
}

@media (max-width: 479px) {
  /* line 2260, lib/assets/stylesheets/ace.css */
  body.mob-safari .navbar-fixed-top + .main-container .sidebar.responsive {
    top: 90px;
  }
}

/**
//http://updates.html5rocks.com/2012/09/Stacking-Changes-Coming-to-position-fixed-elements
//webkit & Chrome22+ special case
//webkit is not following the standard specs as of Chrome22+
@media screen and (-webkit-min-device-pixel-ratio:0) {
	//like it happens in Firefox&IE, we expect when we set "z-index:auto" for fixed position .sidebar,
	//the child .submenu elements "z-index" is independent
	//and for example a "z-index:1031" .submenu appears on top of a fixed .navbar with "z-index:1030"
	//and a "z-index:1010" .popover appears on top of ".sidebar" but below ".submenu"
	//but webkit defines a new stacking context on "fixed" position elements(.sidebar here)
	//and the above doesn't happen, in fact .submenu inside fixed .sidebar with "z-index:auto" will appear below everything
	//so we set a good(?) "z-index" for .sidebar, but still it's not as good as standard specs (such as in Firefox)
	//and we may need other workarounds!
	//and you may change it based on your needs

	//it's possible have standard functionality in Chrome by going to:
	//chrome://flags/#fixed-position-creates-stacking-context
	//changing "Fixed position elements create stacking contexts" to "Disabled"
	//and removing the following rules
	//and assignning a higher "@submenu-zindex"

	.sidebar.sidebar-fixed {
		z-index: @zindex-sidebar-fixed;//???!
		
		&::before {
			height: 5000px;
			top: auto;
			bottom: auto;
		}
    }
}
*/
@media only screen and (max-width: 991px) {
  /* line 2297, lib/assets/stylesheets/ace.css */
  .responsive.sidebar-fixed {
    left: auto;
    margin-left: auto;
  }
  /* line 2301, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top + .main-container > .responsive {
    position: fixed;
    left: auto;
    margin-left: auto;
  }
  /* line 2306, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top + .main-container > .menu-toggler + .responsive {
    position: absolute;
    left: 190px;
    margin-left: -190px;
  }
  /* line 2311, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top + .main-container > .menu-toggler + .responsive.sidebar-fixed {
    position: fixed;
    left: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 991px) {
  /* line 2318, lib/assets/stylesheets/ace.css */
  .sidebar.responsive.sidebar-fixed {
    position: fixed;
    left: auto;
    margin-left: auto;
  }
  /* line 2323, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler.fixed {
    position: fixed;
    left: auto;
    z-index: 1026;
  }
  /* line 2328, lib/assets/stylesheets/ace.css */
  .sidebar.sidebar-fixed.responsive-max {
    position: fixed;
    left: auto;
    margin-left: auto;
  }
}

/* line 2334, lib/assets/stylesheets/ace.css */
.sidebar .sidebar-toggle {
  border-style: solid;
  border-width: 0 0 1px;
  text-align: center;
  padding: 3px 0;
  position: relative;
}

/* line 2341, lib/assets/stylesheets/ace.css */
.sidebar .sidebar-toggle > .ace-icon {
  padding: 0 5px;
  line-height: 18px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 100%;
  border: 1px solid;
  position: relative;
}

/* line 2350, lib/assets/stylesheets/ace.css */
.sidebar .sidebar-toggle:before {
  content: "";
  display: block;
  height: 0;
  border-top: 1px solid;
  border-color: inherit;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 13px;
}

/* line 2361, lib/assets/stylesheets/ace.css */
.sidebar .sidebar-shortcuts {
  text-align: center;
  min-height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  border: 0 solid;
}

/* line 2369, lib/assets/stylesheets/ace.css */
.sidebar .sidebar-shortcuts:empty {
  display: none;
}

/* line 2372, lib/assets/stylesheets/ace.css */
.sidebar .sidebar-shortcuts-large {
  line-height: 37px;
}

/* line 2375, lib/assets/stylesheets/ace.css */
.sidebar .sidebar-shortcuts-large > .btn {
  text-align: center;
  width: 41px;
  line-height: 24px;
  padding: 0;
  border-width: 4px;
}

/* line 2382, lib/assets/stylesheets/ace.css */
.sidebar .sidebar-shortcuts-large > .btn > .ace-icon {
  margin: 0;
}

/* line 2385, lib/assets/stylesheets/ace.css */
.sidebar .sidebar-shortcuts-mini {
  display: none;
  font-size: 0;
  width: 42px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 2392, lib/assets/stylesheets/ace.css */
.sidebar .sidebar-shortcuts-mini > .btn {
  border-width: 0;
  font-size: 0;
  line-height: 0;
  padding: 8px;
  margin: 1px;
  border-radius: 0;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2403, lib/assets/stylesheets/ace.css */
  .sidebar ::safari-only,
.sidebar .sidebar-shortcuts-mini > .btn {
    margin: 0;
  }
}

/* line 2408, lib/assets/stylesheets/ace.css */
.nav-list li.active > a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  border: 8px solid transparent;
  border-width: 14px 10px;
}

/* line 2417, lib/assets/stylesheets/ace.css */
.nav-list li.open > a:after {
  display: none;
}

/* line 2420, lib/assets/stylesheets/ace.css */
.nav-list li.active.no-active-child > a:after {
  display: block;
}

/* line 2423, lib/assets/stylesheets/ace.css */
.nav-list > li li.active > a:after {
  top: 2px;
  border-width: 14px 8px;
}

/* line 2427, lib/assets/stylesheets/ace.css */
.nav-list li.active:not(.open) li.active > a:after {
  display: none !important;
}

@media (min-width: 992px) {
  /* line 2431, lib/assets/stylesheets/ace.css */
  .sidebar.compact,
.sidebar.compact.navbar-collapse {
    width: 105px;
  }
  /* line 2435, lib/assets/stylesheets/ace.css */
  .sidebar.compact .sidebar-shortcuts {
    max-height: 40px;
  }
  /* line 2438, lib/assets/stylesheets/ace.css */
  .sidebar.compact .nav-list > li:before {
    height: auto;
    bottom: -1px;
  }
  /* line 2442, lib/assets/stylesheets/ace.css */
  .sidebar.compact .nav-list > li > a {
    height: auto;
    line-height: 16px;
    padding: 2px 0 8px;
    text-align: center;
  }
  /* line 2448, lib/assets/stylesheets/ace.css */
  .sidebar.compact .nav-list > li > a > .menu-icon {
    display: block;
    margin: 0;
    vertical-align: inherit;
    line-height: 32px;
    height: 32px;
    font-size: 20px;
  }
  /* line 2456, lib/assets/stylesheets/ace.css */
  .sidebar.compact .nav-list > li > a > .arrow {
    display: none;
  }
  /* line 2459, lib/assets/stylesheets/ace.css */
  .sidebar.compact .nav-list a .badge,
.sidebar.compact .nav-list a .label {
    right: 12px;
  }
  /* line 2463, lib/assets/stylesheets/ace.css */
  .sidebar.compact .nav-list > li.active > .submenu,
.sidebar.compact .nav-list > li.open > .submenu {
    display: none;
  }
  /* line 2467, lib/assets/stylesheets/ace.css */
  .sidebar.compact + .main-content {
    margin-left: 105px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 2472, lib/assets/stylesheets/ace.css */
  .sidebar.compact + .main-content {
    margin-left: 0;
  }
  /* line 2475, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.compact .nav-list > li > a {
    text-align: left;
    height: 39px;
    line-height: 37px;
    padding: 0 16px 0 7px;
  }
  /* line 2481, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.compact .nav-list > li > a > .menu-icon {
    display: inline-block;
    vertical-align: sub;
    height: auto;
    line-height: inherit;
    margin: 0 2px 0 0;
    font-size: 18px;
  }
  /* line 2489, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.compact .nav-list > li > a > .menu-text {
    display: inline;
  }
  /* line 2492, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.compact .nav-list > li > a > .arrow {
    display: inline;
  }
  /* line 2495, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.compact + .main-content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  /* line 2500, lib/assets/stylesheets/ace.css */
  .nav-list li.hover > .submenu {
    position: absolute;
    left: 100%;
    margin-left: -2px;
    top: -10px;
    bottom: auto;
    z-index: 1026;
    width: 190px;
    border: 1px solid;
    display: none !important;
  }
  /* line 2511, lib/assets/stylesheets/ace.css */
  .nav-list li.hover:hover > .submenu,
.nav-list li.hover.hover-show > .submenu {
    display: block !important;
  }
  /* line 2515, lib/assets/stylesheets/ace.css */
  .nav-list li.hover > .submenu:before,
.nav-list li.hover > .submenu > li:before {
    display: none;
  }
  /* line 2519, lib/assets/stylesheets/ace.css */
  .nav-list li.hover.active > a:after {
    display: block;
  }
  /* line 2522, lib/assets/stylesheets/ace.css */
  .nav-list li.hover.active:hover > a.dropdown-toggle:after,
.nav-list li.hover.active.hover-show > a.dropdown-toggle:after {
    display: none;
  }
  /* line 2526, lib/assets/stylesheets/ace.css */
  .nav-list li.hover .submenu > li.active > a:after {
    display: none !important;
  }
  /* line 2529, lib/assets/stylesheets/ace.css */
  .nav-list li.hover > .submenu.bottom {
    top: auto;
    bottom: -10px;
  }
  /* line 2533, lib/assets/stylesheets/ace.css */
  .nav-list li.hover > .submenu.bottom:before,
.nav-list li.hover > .submenu.bottom:after {
    top: auto;
    bottom: 18px;
  }
  /* line 2538, lib/assets/stylesheets/ace.css */
  .nav-list li.hover > .submenu {
    padding: 0 2px;
  }
  /* line 2541, lib/assets/stylesheets/ace.css */
  .nav-list li.hover > .submenu > li > a {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 18px;
    border-top-width: 0;
  }
  /* line 2547, lib/assets/stylesheets/ace.css */
  .nav-list > li.hover > .submenu > li.active > a {
    font-weight: bold;
  }
  /* line 2550, lib/assets/stylesheets/ace.css */
  .nav-list > li > .submenu li.hover > .submenu > li > a {
    padding-left: 12px !important;
    margin-left: auto !important;
  }
  /* line 2554, lib/assets/stylesheets/ace.css */
  .nav-list > li > .submenu li.hover > .submenu > li > a > .menu-icon {
    margin-right: 2px;
  }
  /* line 2557, lib/assets/stylesheets/ace.css */
  .nav-list > li .submenu > li.hover > a {
    padding-left: 22px;
  }
  /* line 2560, lib/assets/stylesheets/ace.css */
  .nav-list > li .submenu > li.hover > a > .menu-icon {
    left: 4px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 2565, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li.hover > .submenu {
    position: relative;
    left: auto;
    top: auto;
    z-index: auto;
    margin: auto;
    padding: 0;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
  }
  /* line 2577, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li.hover > .submenu > li:before,
.sidebar.navbar-collapse .nav-list li.hover > .submenu:before {
    display: block;
  }
  /* line 2581, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li.hover > .submenu li > a {
    padding-left: 37px;
  }
  /* line 2584, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li.hover > .submenu {
    border-top-width: 1px;
  }
  /* line 2587, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li.hover > .submenu > li > a > .menu-icon {
    background-color: inherit;
    margin-right: auto;
    width: 18px;
    position: absolute;
  }
  /* line 2593, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li .submenu > li.hover > a > .menu-icon {
    left: 10px;
  }
  /* line 2596, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li.hover > .submenu > li.active > a {
    font-weight: normal;
  }
  /* line 2599, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li.hover > .submenu > li:hover > a > .menu-icon,
.sidebar.navbar-collapse .nav-list li.hover > .submenu > li.hover-show > a > .menu-icon,
.sidebar.navbar-collapse .nav-list li.hover > .submenu > li.active > a > .menu-icon {
    display: inline-block;
  }
  /* line 2604, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 2608, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu > li > a {
    padding-left: 22px !important;
    margin-left: 20px !important;
  }
  /* line 2612, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu > li > a > .menu-icon {
    display: inline-block;
    width: auto;
    position: static;
    background-color: transparent;
    margin-right: 4px;
  }
  /* line 2619, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li > .submenu li > .submenu > li.hover > .submenu > li > a {
    margin-left: 20px !important;
    padding-left: 38px !important;
  }
  /* line 2623, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li.hover > .submenu > li > a {
    border-top-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 2628, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li.hover > .submenu > li:first-child > a {
    border-top-width: 0;
  }
  /* line 2631, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li.hover > .submenu,
.sidebar.navbar-collapse .nav-list li.hover:hover > .submenu,
.sidebar.navbar-collapse .nav-list li.hover.hover-show > .submenu,
.sidebar.navbar-collapse .nav-list li.hover > .arrow {
    display: none !important;
  }
  /* line 2637, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li.hover.active > .submenu {
    display: block !important;
  }
  /* line 2640, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li.hover > .submenu.nav-hide {
    display: none !important;
  }
  /* line 2643, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li.hover > .submenu.nav-show {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 2648, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.compact .nav-list > li.hover.active > a:after {
    display: none;
  }
}

/* line 2652, lib/assets/stylesheets/ace.css */
.nav-list li > .arrow {
  display: none;
  position: absolute;
  top: 8px;
  right: 1px;
  z-index: 1027;
}

/* line 2659, lib/assets/stylesheets/ace.css */
.nav-list li > .arrow:before,
.nav-list li > .arrow:after {
  border: 1px solid transparent;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  left: -20px;
  top: 0;
  right: auto;
  bottom: auto;
  content: "";
  border-width: 10px;
}

/* line 2673, lib/assets/stylesheets/ace.css */
.nav-list li > .arrow:before {
  z-index: 1;
  left: -21px;
}

/* line 2677, lib/assets/stylesheets/ace.css */
.nav-list li > .arrow:after {
  z-index: 2;
}

/* line 2680, lib/assets/stylesheets/ace.css */
.nav-list li:hover > a + .arrow,
.nav-list li.hover-show > a + .arrow {
  display: none;
}

@media only screen and (min-width: 992px) {
  /* line 2685, lib/assets/stylesheets/ace.css */
  .nav-list li.hover:hover > a.dropdown-toggle + .arrow,
.nav-list li.hover.hover-show > a.dropdown-toggle + .arrow {
    display: block;
  }
}

/* line 2690, lib/assets/stylesheets/ace.css */
.sidebar.menu-min,
.sidebar.menu-min.compact,
.sidebar.menu-min.navbar-collapse {
  width: 43px;
}

/* line 2695, lib/assets/stylesheets/ace.css */
.sidebar.menu-min + .main-content {
  margin-left: 43px;
}

/* line 2698, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list a .badge,
.sidebar.menu-min .nav-list a .label {
  position: relative;
  top: -1px;
  right: auto;
  left: 4px;
}

/* line 2705, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list .submenu .submenu a .badge,
.sidebar.menu-min .nav-list .submenu .submenu a .label {
  top: 0;
}

/* line 2709, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > a {
  position: relative;
  height: 39px;
  line-height: 37px;
  padding: 0;
}

/* line 2715, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > a > .menu-icon {
  font-size: 18px;
  height: auto;
  line-height: inherit;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0;
  width: 44px;
}

/* line 2724, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > a > .menu-text {
  display: none;
  text-align: left;
  position: absolute;
  top: -1px;
  left: 42px;
  z-index: 1025;
  width: 176px;
  height: 41px;
  line-height: 38px;
  padding-left: 12px;
  border: 1px solid;
}

/* line 2737, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > a.dropdown-toggle > .menu-text {
  top: -1px;
  border-width: 1px 1px 0;
}

/* line 2741, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > a .arrow {
  display: none;
}

/* line 2744, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li:hover > a > .menu-text,
.sidebar.menu-min .nav-list > li.hover-show > a > .menu-text {
  display: block;
}

/* line 2748, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li.active > a:after {
  border-width: 10px 6px;
  top: 8px;
}

/* line 2752, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li.active.open > a:after {
  display: block;
}

/* line 2755, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li.active.open li.active > a:after {
  display: none;
}

/* line 2758, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .submenu {
  position: absolute;
  z-index: 1026;
  left: 42px;
  top: -1px;
  margin-top: 40px;
  padding-bottom: 2px;
  width: 176px;
  display: none !important;
}

/* line 2768, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .submenu:before {
  display: none;
}

/* line 2771, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .submenu:after {
  content: "";
  display: block;
  height: 1px;
  width: 1px;
  position: absolute;
  right: -1px;
  top: -1px;
  border-right: 1px solid;
  border-right-color: inherit;
}

/* line 2782, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .submenu li:before {
  display: none;
}

/* line 2785, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .submenu li > a {
  margin-left: 0;
  padding-left: 22px;
}

/* line 2789, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .submenu li > a > .menu-icon {
  left: 4px;
}

/* line 2792, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li.hover > .submenu {
  padding-bottom: 0;
}

/* line 2795, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li.open > .submenu {
  display: none;
}

/* line 2798, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li:hover > .submenu,
.sidebar.menu-min .nav-list > li.hover-show > .submenu {
  display: block !important;
}

/* line 2802, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .arrow {
  top: 10px;
}

/* line 2805, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .arrow:after,
.sidebar.menu-min .nav-list > li > .arrow:before {
  border-width: 8px;
  left: -16px;
}

/* line 2810, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .arrow:before {
  left: -17px;
}

/* line 2813, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list li > .arrow {
  right: -1px;
}

/* line 2816, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li:hover > .arrow,
.sidebar.menu-min .nav-list > li.hover-show > .arrow {
  display: block;
}

/* line 2820, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li.pull_up > .arrow {
  z-index: 1027;
}

/* line 2823, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li.pull_up > .arrow:after,
.sidebar.menu-min .nav-list > li.pull_up > .arrow:before {
  border-width: 10px;
  left: -20px;
}

/* line 2828, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li.pull_up > .arrow:before {
  left: -21px;
}

/* line 2831, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .sidebar-shortcuts {
  position: relative;
  overflow: visible;
  z-index: 1;
}

/* line 2836, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .sidebar-shortcuts-mini {
  display: block;
}

/* line 2839, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .sidebar-shortcuts-large {
  display: none;
  position: absolute;
  top: 0;
  left: 42px;
  width: 182px;
  padding: 0 2px 3px;
  border: 1px solid;
  border-top-width: 0;
}

/* line 2849, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .sidebar-shortcuts:hover .sidebar-shortcuts-large,
.sidebar.menu-min .sidebar-shortcuts.hover-show .sidebar-shortcuts-large {
  display: block;
}

/* line 2853, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .sidebar-toggle:before {
  left: 5px;
  right: 5px;
}

/* line 2857, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .sidebar-toggle > .ace-icon {
  font-size: 13px;
  padding: 0 4px;
  line-height: 15px;
  border-width: 1px;
}

/* line 2863, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .submenu li > .submenu > li > a {
  margin-left: 2px;
  padding-left: 30px;
}

/* line 2867, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
  margin-left: 2px;
  padding-left: 45px;
}

/* line 2871, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li > .submenu li.active > a:after {
  display: none;
}

/* line 2874, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list li.active.open > .submenu > li.active > a:after {
  display: none;
}

/* line 2877, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li.active:hover > a:after,
.sidebar.menu-min .nav-list > li.active.hover-show > a:after,
.sidebar.menu-min .nav-list > li.active.open:hover > a:after {
  display: none;
}

/* line 2882, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-list > li.active:hover:after {
  display: none;
}

@media (min-width: 992px) {
  /* line 2886, lib/assets/stylesheets/ace.css */
  .sidebar.menu-min .nav-list li.hover > .submenu {
    margin-left: 0;
  }
  /* line 2889, lib/assets/stylesheets/ace.css */
  .sidebar.menu-min .nav-list > li > .submenu li.hover > .submenu > li > a,
.sidebar.menu-min .nav-list > li > .submenu li > .submenu > li.hover > .submenu > li > a {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  /* line 2895, lib/assets/stylesheets/ace.css */
  .sidebar.menu-min.compact .nav-list > li > a {
    height: 39px;
    line-height: 37px;
    padding: 0 16px 0 7px;
    position: relative;
  }
  /* line 2901, lib/assets/stylesheets/ace.css */
  .sidebar.menu-min.compact .nav-list > li > a > .menu-icon {
    font-size: 18px;
    height: auto;
    line-height: inherit;
    display: inline-block;
    vertical-align: sub;
    width: auto;
  }
}

@media only screen and (min-width: 992px) {
  /* line 2911, lib/assets/stylesheets/ace.css */
  .navbar.h-navbar {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  }
  /* line 2915, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar {
    position: relative;
    float: none !important;
    width: auto;
    margin-top: 17px;
    border-width: 0 !important;
    box-shadow: none;
  }
  /* line 2923, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.menu-min,
.sidebar.h-sidebar.compact {
    width: auto;
  }
  /* line 2927, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.sidebar-fixed {
    position: fixed;
  }
  /* line 2930, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.no-gap {
    margin-top: auto;
  }
  /* line 2933, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.no-gap .nav-list {
    padding-top: 3px;
  }
  /* line 2936, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0 !important;
    right: 0 !important;
    top: -17px;
    bottom: auto;
    height: 17px;
    width: auto;
    border-width: 0;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
  }
  /* line 2950, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.lower-highlight .nav-list > li:before {
    top: 0;
  }
  /* line 2953, lib/assets/stylesheets/ace.css */
  .main-content .sidebar.h-sidebar .nav-list > li:before {
    top: 0;
  }
  /* line 2956, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list {
    border-width: 0;
    border-bottom: 2px solid #79b0ce;
  }
  /* line 2960, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li {
    float: left;
    border-width: 0 0 0 1px;
    margin-left: 0;
  }
  /* line 2965, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li:last-child {
    border-right-width: 1px;
  }
  /* line 2968, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li:before {
    left: -1px;
    right: -1px;
    bottom: auto;
    top: -2px;
    max-width: none;
    width: auto;
    height: 2px;
    border-width: 0;
  }
  /* line 2978, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.active:before {
    display: block;
  }
  /* line 2981, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.active:after {
    display: none;
  }
  /* line 2984, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li:first-child {
    border-left-width: 0;
    margin-left: 0;
  }
  /* line 2988, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .sidebar-shortcuts + .nav-list > li:first-child {
    border-left-width: 1px;
    margin-left: -1px;
  }
  /* line 2992, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li > a {
    line-height: 22px;
    height: auto;
    padding: 10px 14px;
  }
  /* line 2997, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li > a > .menu-icon {
    display: block;
    margin: 1px 0 4px;
    line-height: inherit;
    width: auto;
  }
  /* line 3003, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li > a > .arrow {
    display: none;
  }
  /* line 3006, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover.pull_right {
    float: none !important;
  }
  /* line 3009, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover > .submenu {
    top: 100%;
    left: 1px;
    margin-top: auto;
    margin-left: -2px;
    width: 190px;
    z-index: 1026;
  }
  /* line 3017, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover.pull_right > .submenu {
    left: auto;
    right: 1px;
  }
  /* line 3021, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover > .arrow {
    right: auto;
    top: auto;
    left: 24px;
    bottom: 7px;
  }
  /* line 3027, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover.pull_right > .arrow {
    left: auto;
    right: 24px;
  }
  /* line 3031, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover > .arrow:before,
.sidebar.h-sidebar .nav-list > li.hover > .arrow:after {
    border-width: 0 8px 8px !important;
  }
  /* line 3035, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover > .arrow:after {
    border-color: transparent;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    -moz-border-right-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-top-colors: none;
    -moz-border-bottom-colors: none;
    left: -10px !important;
    right: auto !important;
  }
  /* line 3046, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover > .arrow:before {
    border-color: transparent;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    -moz-border-right-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-top-colors: none;
    -moz-border-bottom-colors: none;
    right: auto !important;
    left: -10px !important;
    top: -1px !important;
  }
  /* line 3058, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover:hover > a ~ .arrow,
.sidebar.h-sidebar .nav-list > li.hover.hover-show > a ~ .arrow {
    display: none;
  }
  /* line 3062, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover:hover > a.dropdown-toggle ~ .arrow,
.sidebar.h-sidebar .nav-list > li.hover.hover-show > a.dropdown-toggle ~ .arrow {
    display: block;
  }
  /* line 3066, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover-flip > .submenu {
    left: auto;
    right: 1px;
    margin-left: auto;
    margin-right: -2px;
  }
  /* line 3072, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.hover-flip > .arrow {
    left: auto;
    right: 24px;
  }
  /* line 3076, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list li li.hover-flip > .submenu {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -2px;
  }
  /* line 3082, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list li li.hover-flip > .arrow {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: 0;
    right: auto;
  }
  /* line 3092, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .sidebar-shortcuts-large:before,
.sidebar.h-sidebar .sidebar-shortcuts-large:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border: 1px solid transparent;
    border-width: 0 8px 8px;
  }
  /* line 3102, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .sidebar-shortcuts-large:after {
    border-right-color: transparent;
    -moz-border-right-colors: none;
    top: -8px;
  }
  /* line 3107, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .sidebar-shortcuts-large:before {
    -moz-border-bottom-colors: #CCC;
    border-bottom-color: #CCC;
    top: -9px;
  }
  /* line 3112, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .sidebar-toggle {
    position: absolute;
    top: 12px;
    right: 6px;
    background-color: transparent;
    border-width: 0;
  }
  /* line 3119, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .sidebar-shortcuts {
    float: left;
    display: block;
    overflow: visible;
    position: relative;
    margin: 0;
    padding: 12px 8px 9px;
    max-height: none !important;
    background-color: transparent;
  }
  /* line 3129, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .sidebar-shortcuts:hover .sidebar-shortcuts-large,
.sidebar.h-sidebar .sidebar-shortcuts.hover-show .sidebar-shortcuts-large {
    display: block;
  }
  /* line 3133, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .sidebar-shortcuts-large {
    display: none;
    width: 52px;
    height: auto;
    position: absolute;
    z-index: 1025;
    top: 100%;
    margin-top: -5px;
    left: 10px;
    padding: 3px 2px;
    border: 1px solid;
  }
  /* line 3145, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .sidebar-shortcuts-mini {
    width: auto;
    max-width: 52px;
    display: block;
    background-color: transparent;
    padding-top: 3px;
    padding-bottom: 5px;
  }
  /* line 3153, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .sidebar-shortcuts-mini > .btn {
    padding: 9px;
  }
  /* line 3156, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list a .badge,
.sidebar.h-sidebar .nav-list a .label {
    position: absolute;
    top: 11px;
    right: auto !important;
    left: 50%;
    margin-left: 10px;
  }
  /* line 3164, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar + .main-content {
    margin-left: 0;
  }
  /* line 3167, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar + .main-content .breadcrumbs {
    margin: 6px 9px;
    border: 1px solid;
    border-color: #E5E5E5;
  }
  /* line 3172, lib/assets/stylesheets/ace.css */
  .h-sidebar.sidebar-fixed {
    top: auto;
    width: 100%;
    left: 0;
    right: 0;
  }
  /* line 3178, lib/assets/stylesheets/ace.css */
  .h-sidebar.sidebar-fixed:before {
    z-index: auto;
  }
  /* line 3181, lib/assets/stylesheets/ace.css */
  .h-sidebar.sidebar-fixed,
.h-sidebar.sidebar-fixed .nav-list {
    border-right-width: 0;
    border-left-width: 0;
  }
  /* line 3186, lib/assets/stylesheets/ace.css */
  .h-sidebar.sidebar-fixed .sidebar-shortcuts {
    border-width: 0;
  }
  /* line 3189, lib/assets/stylesheets/ace.css */
  .h-sidebar.sidebar-fixed + .main-content {
    padding-top: 88px;
  }
  /* line 3192, lib/assets/stylesheets/ace.css */
  .h-sidebar.sidebar-fixed.no-gap + .main-content {
    padding-top: 74px;
  }
  /* line 3195, lib/assets/stylesheets/ace.css */
  .h-sidebar.sidebar-fixed.menu-min + .main-content {
    padding-top: 63px;
  }
  /* line 3198, lib/assets/stylesheets/ace.css */
  .h-sidebar.sidebar-fixed.menu-min.no-gap + .main-content {
    padding-top: 49px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  /* line 3203, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar + .main-content .breadcrumbs {
    margin: 0;
    border-width: 0 0 1px;
  }
}

/* line 3208, lib/assets/stylesheets/ace.css */
.main-container.container .h-sidebar.sidebar-fixed {
  left: 0;
  right: 0;
  width: auto;
}

@media (min-width: 768px) {
  /* line 3214, lib/assets/stylesheets/ace.css */
  .main-container.container .h-sidebar.sidebar-fixed {
    left: auto !important;
    right: auto !important;
    width: 744px;
  }
}

@media (min-width: 992px) {
  /* line 3221, lib/assets/stylesheets/ace.css */
  .main-container.container .h-sidebar.sidebar-fixed {
    width: 964px;
  }
}

@media (min-width: 1200px) {
  /* line 3226, lib/assets/stylesheets/ace.css */
  .main-container.container .h-sidebar.sidebar-fixed {
    width: 1164px;
  }
}

/**
	@media (min-width: @screen-sm-min) and (max-width: @grid-float-breakpoint-max) {
	 .main-container.container .sidebar.sidebar-fixed
	 {
		left: auto;// !important;
		right: auto;// !important;
		width: @container-sm;// !important;
	 }
	}


	@media (max-width: @grid-float-breakpoint-max) {
		.main-container.container .sidebar.sidebar-fixed {
			.sidebar-shortcuts {
				max-height: none;
				border-bottom-width: 0;
			}
		}
	}
	*/
@media (min-width: 992px) {
  /* line 3251, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.menu-min .nav.nav-list > li > a,
.sidebar.h-sidebar.menu-min.compact .nav.nav-list > li > a {
    padding: 9px 12px;
  }
  /* line 3255, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.menu-min .nav-list > li > a > .menu-text {
    left: -1px;
    top: 100%;
    width: 190px;
  }
  /* line 3260, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.menu-min .nav-list > li > a > .menu-icon {
    margin: 2px 0;
  }
  /* line 3263, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.menu-min .nav-list > li.hover > .submenu {
    top: 100%;
    margin-top: 41px;
  }
  /* line 3267, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.menu-min .nav-list > li.hover:hover > a ~ .arrow,
.sidebar.h-sidebar.menu-min .nav-list > li.hover.hover-show > a ~ .arrow {
    display: block;
  }
  /* line 3271, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.menu-min .sidebar-toggle {
    top: 6px;
  }
  /* line 3274, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.menu-min .sidebar-shortcuts {
    padding: 0;
  }
  /* line 3277, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.menu-min .sidebar-shortcuts-mini {
    padding-bottom: 4px;
    padding-top: 4px;
  }
  /* line 3281, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.menu-min .sidebar-shortcuts-mini > .btn {
    padding: 8px;
  }
  /* line 3284, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.menu-min .sidebar-shortcuts-large {
    left: 1px;
    margin-top: 4px;
  }
  /* line 3288, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.compact .nav-list > li > a > .menu-icon {
    font-size: 18px;
    height: auto;
  }
  /* line 3292, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar.compact.menu-min .nav-list > li > a {
    height: auto;
    line-height: 22px;
  }
}

/**
@media only screen and (max-width: @grid-float-breakpoint-max) {
	.menu-toggler + .sidebar.h-sidebar {
		margin-top: (@breadcrumb-height - 1) !important;
	}
	.sidebar.h-sidebar.responsive-min , .sidebar.h-sidebar.navbar-collapse {
		margin-top: auto !important;
	}
}
*/
/* line 3307, lib/assets/stylesheets/ace.css */
.main-container .menu-toggler {
  display: none;
}

@media only screen and (max-width: 991px) {
  /* line 3311, lib/assets/stylesheets/ace.css */
  .sidebar.responsive:before {
    display: none;
  }
  /* line 3314, lib/assets/stylesheets/ace.css */
  .sidebar.responsive {
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.15);
    z-index: 1027;
    overflow: hidden;
    max-height: 0;
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: -webkit-transform 0.2s linear 0s, max-height 0s linear 0.2s;
    -moz-transition: -moz-transform 0.2s linear 0s, max-height 0s linear 0.2s;
    -o-transition: -o-transform 0.2s linear 0s, max-height 0s linear 0.2s;
    transition: transform 0.2s linear 0s, max-height 0s linear 0.2s;
    position: relative;
    bottom: auto;
    left: 190px;
    margin-left: -190px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 3336, lib/assets/stylesheets/ace.css */
  .sidebar.responsive.compact {
    -moz-transform: translateX(-115px);
    -webkit-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform: translateX(-115px);
  }
  /* line 3343, lib/assets/stylesheets/ace.css */
  .sidebar.responsive.compact.push_away.display + .main-content {
    -moz-transform: translateX(105px);
    -webkit-transform: translateX(105px);
    -o-transform: translateX(105px);
    -ms-transform: translateX(105px);
    transform: translateX(105px);
  }
  /* line 3350, lib/assets/stylesheets/ace.css */
  .navbar.navbar-fixed-top + .main-container .sidebar.responsive.compact.push_away.display ~ .footer .footer-inner {
    -moz-transform: translateX(105px);
    -webkit-transform: translateX(105px);
    -o-transform: translateX(105px);
    -ms-transform: translateX(105px);
    transform: translateX(105px);
  }
}

@media only screen and (max-width: 991px) {
  /* line 3359, lib/assets/stylesheets/ace.css */
  .sidebar.responsive.menu-min {
    -moz-transform: translateX(-53px);
    -webkit-transform: translateX(-53px);
    -o-transform: translateX(-53px);
    -ms-transform: translateX(-53px);
    transform: translateX(-53px);
  }
  /* line 3366, lib/assets/stylesheets/ace.css */
  .sidebar.responsive.display {
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    overflow: visible;
    max-height: 2000px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  /* line 3379, lib/assets/stylesheets/ace.css */
  .sidebar.responsive.push_away {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 3383, lib/assets/stylesheets/ace.css */
  .sidebar.responsive.push_away:before {
    display: block !important;
  }
  /* line 3386, lib/assets/stylesheets/ace.css */
  .sidebar.responsive.push_away + .main-content {
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    -moz-transition: -moz-transform 0.2s linear 0s;
    -o-transition: -o-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
  }
  /* line 3392, lib/assets/stylesheets/ace.css */
  .sidebar.responsive.push_away.display + .main-content {
    -moz-transform: translateX(190px);
    -webkit-transform: translateX(190px);
    -o-transform: translateX(190px);
    -ms-transform: translateX(190px);
    transform: translateX(190px);
  }
  /* line 3399, lib/assets/stylesheets/ace.css */
  .sidebar.responsive.push_away.display.menu-min + .main-content {
    -moz-transform: translateX(43px);
    -webkit-transform: translateX(43px);
    -o-transform: translateX(43px);
    -ms-transform: translateX(43px);
    transform: translateX(43px);
  }
  /* line 3406, lib/assets/stylesheets/ace.css */
  .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away:before {
    height: 5000px;
  }
  /* line 3409, lib/assets/stylesheets/ace.css */
  .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away ~ .footer .footer-inner {
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    -moz-transition: -moz-transform 0.2s linear 0s;
    -o-transition: -o-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
  }
  /* line 3415, lib/assets/stylesheets/ace.css */
  .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away.display ~ .footer .footer-inner {
    -moz-transform: translateX(190px);
    -webkit-transform: translateX(190px);
    -o-transform: translateX(190px);
    -ms-transform: translateX(190px);
    transform: translateX(190px);
  }
  /* line 3422, lib/assets/stylesheets/ace.css */
  .navbar.navbar-fixed-top + .main-container .sidebar.responsive.push_away.display.menu-min ~ .footer .footer-inner {
    -moz-transform: translateX(43px);
    -webkit-transform: translateX(43px);
    -o-transform: translateX(43px);
    -ms-transform: translateX(43px);
    transform: translateX(43px);
  }
  /* line 3429, lib/assets/stylesheets/ace.css */
  .sidebar.responsive + .main-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3435, lib/assets/stylesheets/ace.css */
  .main-container.container .sidebar.responsive {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
  }
  /* line 3442, lib/assets/stylesheets/ace.css */
  .main-container.container .sidebar.responsive:before {
    display: none !important;
  }
  /* line 3445, lib/assets/stylesheets/ace.css */
  .main-container.container .sidebar.responsive.display {
    display: block;
  }
  /* line 3448, lib/assets/stylesheets/ace.css */
  .main-container.container .sidebar.responsive.push_away + .main-content,
.main-container.container .sidebar.responsive.push_away ~ .footer .footer-inner {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

@media only screen and (max-width: 991px) {
  /* line 3462, lib/assets/stylesheets/ace.css */
  .responsive.sidebar-fixed {
    position: fixed;
  }
  /* line 3465, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler.fixed {
    position: fixed;
    left: auto;
    z-index: 1026;
    -moz-backface-visibility: hidden;
  }
}

@media only screen and (max-width: 991px) {
  /* line 3473, lib/assets/stylesheets/ace.css */
  .menu-toggler + .sidebar.responsive {
    margin-top: 40px;
  }
  /* line 3476, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler {
    display: block;
    position: absolute;
    z-index: 1026;
    width: 52px;
    height: 32px;
    margin-right: 2px;
    line-height: normal;
    padding-left: 33px;
    padding-top: 7px;
    padding-bottom: 1px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  /* line 3494, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler:hover {
    text-decoration: none;
  }
  /* line 3497, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler:focus {
    outline: none;
  }
  /* line 3500, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler:before {
    border-top: 1px solid #87b87f;
    border-bottom: 1px solid #6fb3e0;
    height: 2px;
    width: 24px;
    content: "";
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 4px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -o-transition: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  /* line 3518, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler:after {
    border-top: 1px solid #ffa24d;
    border-bottom: 1px solid #d15b47;
    content: "";
    height: 2px;
    width: 24px;
    position: absolute;
    top: 19px;
    left: 4px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -o-transition: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  /* line 3535, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler.display:before {
    height: 4px;
    top: 8px;
    border-width: 2px;
  }
  /* line 3540, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler.display:after {
    height: 4px;
    top: 20px;
    border-width: 2px;
  }
  /* line 3545, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler > .toggler-text {
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0;
    border: 1px solid transparent;
    border-width: 9px 42px 0;
    border-top-color: #444444;
    -moz-border-top-colors: #444444;
  }
  /* line 3555, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler > .toggler-text:after {
    display: block;
    content: "MENU";
    color: #ffffff;
    position: absolute;
    left: -8px;
    top: -41px;
  }
  /* line 3563, lib/assets/stylesheets/ace.css */
  .menu-toggler + .responsive.sidebar-scroll .nav-wrap {
    overflow: hidden;
  }
}

@media only screen and (max-width: 320px) {
  /* line 3568, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler {
    width: 0;
  }
  /* line 3571, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler > .toggler-text {
    border-width: 7px 16px;
    bottom: -14px;
  }
  /* line 3575, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler > .toggler-text:after {
    font-size: 9px;
    font-weight: normal;
    color: #FFF;
    position: absolute;
    left: -13px;
    top: -42px;
  }
  /* line 3583, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler:before,
.main-container .menu-toggler:after {
    margin-top: 8px;
  }
  /* line 3587, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler.display:before,
.main-container .menu-toggler.display:after {
    height: 2px;
    border-width: 1px;
  }
  /* line 3592, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler.display:before {
    top: 13px;
  }
  /* line 3595, lib/assets/stylesheets/ace.css */
  .main-container .menu-toggler.display:after {
    top: 19px;
  }
}

/* line 3599, lib/assets/stylesheets/ace.css */
.sidebar-toggle.sidebar-expand {
  display: none;
}

@media (max-width: 991px) {
  /* line 3603, lib/assets/stylesheets/ace.css */
  .menu-toggler.invisible {
    position: fixed;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    width: 1px;
    height: 1px;
  }
  /* line 3611, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min,
.sidebar.responsive-min.compact,
.sidebar.responsive-min.navbar-collapse {
    width: 43px;
  }
  /* line 3616, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min + .main-content {
    margin-left: 43px;
  }
  /* line 3619, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list a .badge,
.sidebar.responsive-min .nav-list a .label {
    position: relative;
    top: -1px;
    right: auto;
    left: 4px;
  }
  /* line 3626, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list .submenu .submenu a .badge,
.sidebar.responsive-min .nav-list .submenu .submenu a .label {
    top: 0;
  }
  /* line 3630, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > a {
    position: relative;
    height: 39px;
    line-height: 37px;
    padding: 0;
  }
  /* line 3636, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > a > .menu-icon {
    font-size: 18px;
    height: auto;
    line-height: inherit;
    display: inline-block;
    vertical-align: sub;
    margin-right: 0;
    width: 44px;
  }
  /* line 3645, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > a > .menu-text {
    display: none;
    text-align: left;
    position: absolute;
    top: -1px;
    left: 42px;
    z-index: 1025;
    width: 176px;
    height: 41px;
    line-height: 38px;
    padding-left: 12px;
    border: 1px solid;
  }
  /* line 3658, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > a.dropdown-toggle > .menu-text {
    top: -1px;
    border-width: 1px 1px 0;
  }
  /* line 3662, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > a .arrow {
    display: none;
  }
  /* line 3665, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li:hover > a > .menu-text,
.sidebar.responsive-min .nav-list > li.hover-show > a > .menu-text {
    display: block;
  }
  /* line 3669, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li.active > a:after {
    border-width: 10px 6px;
    top: 8px;
  }
  /* line 3673, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li.active.open > a:after {
    display: block;
  }
  /* line 3676, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li.active.open li.active > a:after {
    display: none;
  }
  /* line 3679, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .submenu {
    position: absolute;
    z-index: 1026;
    left: 42px;
    top: -1px;
    margin-top: 40px;
    padding-bottom: 2px;
    width: 176px;
    display: none !important;
  }
  /* line 3689, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .submenu:before {
    display: none;
  }
  /* line 3692, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .submenu:after {
    content: "";
    display: block;
    height: 1px;
    width: 1px;
    position: absolute;
    right: -1px;
    top: -1px;
    border-right: 1px solid;
    border-right-color: inherit;
  }
  /* line 3703, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .submenu li:before {
    display: none;
  }
  /* line 3706, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .submenu li > a {
    margin-left: 0;
    padding-left: 22px;
  }
  /* line 3710, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .submenu li > a > .menu-icon {
    left: 4px;
  }
  /* line 3713, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li.hover > .submenu {
    padding-bottom: 0;
  }
  /* line 3716, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li.open > .submenu {
    display: none;
  }
  /* line 3719, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li:hover > .submenu,
.sidebar.responsive-min .nav-list > li.hover-show > .submenu {
    display: block !important;
  }
  /* line 3723, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .arrow {
    top: 10px;
  }
  /* line 3726, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .arrow:after,
.sidebar.responsive-min .nav-list > li > .arrow:before {
    border-width: 8px;
    left: -16px;
  }
  /* line 3731, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .arrow:before {
    left: -17px;
  }
  /* line 3734, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list li > .arrow {
    right: -1px;
  }
  /* line 3737, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li:hover > .arrow,
.sidebar.responsive-min .nav-list > li.hover-show > .arrow {
    display: block;
  }
  /* line 3741, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li.pull_up > .arrow {
    z-index: 1027;
  }
  /* line 3744, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li.pull_up > .arrow:after,
.sidebar.responsive-min .nav-list > li.pull_up > .arrow:before {
    border-width: 10px;
    left: -20px;
  }
  /* line 3749, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li.pull_up > .arrow:before {
    left: -21px;
  }
  /* line 3752, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .sidebar-shortcuts {
    position: relative;
    overflow: visible;
    z-index: 1;
  }
  /* line 3757, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .sidebar-shortcuts-mini {
    display: block;
  }
  /* line 3760, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .sidebar-shortcuts-large {
    display: none;
    position: absolute;
    top: 0;
    left: 42px;
    width: 182px;
    padding: 0 2px 3px;
    border: 1px solid;
    border-top-width: 0;
  }
  /* line 3770, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .sidebar-shortcuts:hover .sidebar-shortcuts-large,
.sidebar.responsive-min .sidebar-shortcuts.hover-show .sidebar-shortcuts-large {
    display: block;
  }
  /* line 3774, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .sidebar-toggle:before {
    left: 5px;
    right: 5px;
  }
  /* line 3778, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .sidebar-toggle > .ace-icon {
    font-size: 13px;
    padding: 0 4px;
    line-height: 15px;
    border-width: 1px;
  }
  /* line 3784, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .submenu li > .submenu > li > a {
    margin-left: 2px;
    padding-left: 30px;
  }
  /* line 3788, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
    margin-left: 2px;
    padding-left: 45px;
  }
  /* line 3792, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li > .submenu li.active > a:after {
    display: none;
  }
  /* line 3795, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list li.active.open > .submenu > li.active > a:after {
    display: none;
  }
  /* line 3798, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li.active:hover > a:after,
.sidebar.responsive-min .nav-list > li.active.hover-show > a:after,
.sidebar.responsive-min .nav-list > li.active.open:hover > a:after {
    display: none;
  }
  /* line 3803, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-list > li.active:hover:after {
    display: none;
  }
  /* line 3806, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min:before {
    display: block;
  }
  /* line 3809, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .sidebar-toggle.sidebar-collapse {
    display: none;
  }
  /* line 3812, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .sidebar-toggle.sidebar-expand {
    display: block;
  }
  /* line 3815, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min + .main-content {
    margin-left: 43px !important;
  }
  /* line 3818, lib/assets/stylesheets/ace.css */
  .rtl .sidebar.responsive-min + .main-content {
    margin-left: auto !important;
    margin-right: 43px !important;
  }
  /* line 3822, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min + .main-content .breadcrumb {
    margin-left: 12px;
  }
  /* line 3825, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-max {
    display: block;
    position: relative;
    left: 190px;
    margin-left: -190px;
    z-index: 1027;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.15);
  }
  /* line 3834, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-max:before {
    display: none;
  }
  /* line 3837, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-max .sidebar-toggle.sidebar-collapse {
    display: none;
  }
  /* line 3840, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-max .sidebar-toggle.sidebar-expand {
    display: block;
    z-index: 1;
  }
  /* line 3844, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-max + .main-content {
    margin-left: 43px !important;
  }
  /* line 3847, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-max + .main-content .breadcrumb {
    margin-left: 12px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 3852, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse {
    max-height: none;
  }
}

@media only screen and (max-width: 991px) {
  /* line 3857, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse {
    position: relative;
    float: none !important;
    margin-top: auto !important;
    z-index: 1;
    width: 100% !important;
    max-height: 340px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 3867, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse:before {
    display: none;
  }
  /* line 3870, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li:last-child {
    border-bottom-width: 0;
  }
  /* line 3873, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px;
    height: 41px;
  }
  /* line 3879, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li:before {
    height: 43px;
  }
  /* line 3882, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li.active:after {
    display: none;
  }
  /* line 3885, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse li > .arrow {
    display: none !important;
  }
  /* line 3888, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list li > .submenu {
    border-left-width: 0;
  }
  /* line 3891, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .sidebar-toggle {
    display: none;
  }
  /* line 3894, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .sidebar-shortcuts {
    padding: 3px 0 6px;
    max-height: none;
    border-bottom-width: 0;
  }
  /* line 3899, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse + .main-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 3903, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse + .main-content .breadcrumb {
    margin-left: 12px;
  }
  /* line 3906, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-wrap + .ace-scroll {
    display: none;
  }
  /* line 3909, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    z-index: auto;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 1px 0 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 3922, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu:before {
    display: block;
  }
  /* line 3925, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu > li:before {
    display: block;
  }
  /* line 3928, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu li > a > .menu-icon {
    left: 10px;
  }
  /* line 3931, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu:after {
    display: none;
  }
  /* line 3934, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu li > a {
    padding: 7px 0 9px 37px;
  }
  /* line 3937, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu li > .submenu > li > a {
    margin-left: 20px;
    padding-left: 22px;
  }
  /* line 3941, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
    margin-left: 20px;
    padding-left: 38px;
  }
  /* line 3945, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > a:hover:before {
    width: 3px;
  }
  /* line 3948, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > a {
    text-align: left;
    padding-left: 7px;
  }
  /* line 3952, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > a > .menu-icon {
    display: inline-block;
    width: auto;
    margin-right: 2px;
  }
  /* line 3957, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > a > .menu-text {
    position: relative;
    display: inline;
    line-height: normal;
    padding-left: 0;
    height: auto;
    top: auto;
    left: auto;
    z-index: auto;
    width: auto;
    border-width: 0 !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 3972, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list a > .arrow {
    display: block;
  }
  /* line 3975, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li:hover > .submenu {
    display: none !important;
  }
  /* line 3978, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li.active > .submenu {
    display: block !important;
  }
  /* line 3981, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu.nav-show {
    display: block !important;
  }
  /* line 3984, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu.nav-hide {
    display: none !important;
  }
  /* line 3987, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .sidebar-shortcuts-large {
    display: block;
    position: static;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-width: 0 !important;
    background-color: transparent !important;
    width: auto;
    padding: 0;
  }
  /* line 3997, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse.menu-min .sidebar-shortcuts-mini {
    display: none;
  }
  /* line 4000, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list a .badge,
.sidebar.navbar-collapse .nav-list a .label {
    position: relative;
    top: -1px;
    right: auto;
    left: 4px;
  }
  /* line 4007, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li.active:after,
.sidebar.navbar-collapse .nav-list li.active > a:before,
.sidebar.navbar-collapse .nav-list li.active > a:after {
    display: none !important;
  }
  /* line 4012, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li.highlight.active > a:before,
.sidebar.navbar-collapse .nav-list > li.highlight.active > a:after {
    display: none !important;
  }
}

@media (max-width: 991px) and (max-height: 400px) {
  /* line 4018, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse {
    max-height: 300px;
  }
}

@media (max-width: 991px) and (max-height: 350px) {
  /* line 4023, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse {
    max-height: 250px;
  }
}

@media (max-width: 991px) and (max-height: 300px) {
  /* line 4028, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse {
    max-height: 200px;
  }
}

@media (max-width: 991px) and (max-height: 250px) {
  /* line 4033, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse {
    max-height: 150px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 4038, lib/assets/stylesheets/ace.css */
  .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu > li > a,
.sidebar.navbar-collapse .nav-list > li > .submenu li > .submenu > li.hover > .submenu > li > a {
    margin-left: 20px !important;
  }
}

@media (max-width: 991px) {
  /* line 4044, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top + .main-container .sidebar.navbar-collapse {
    position: fixed;
    z-index: 1027;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4050, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top + .main-container.container .sidebar.navbar-collapse {
    width: 744px !important;
  }
}

/* line 4054, lib/assets/stylesheets/ace.css */
.main-content-inner {
  float: left;
  width: 100%;
}

/* line 4058, lib/assets/stylesheets/ace.css */
.main-content .sidebar:before {
  top: 150px;
}

@media only screen and (min-width: 992px) {
  /* line 4062, lib/assets/stylesheets/ace.css */
  body.mob-safari .sidebar.h-sidebar + .main-content .sidebar.sidebar-fixed:not(.h-sidebar) {
    top: 131px;
  }
  /* line 4065, lib/assets/stylesheets/ace.css */
  body.mob-safari .sidebar.h-sidebar.no-gap + .main-content .sidebar.sidebar-fixed:not(.h-sidebar) {
    top: 114px;
  }
  /* line 4068, lib/assets/stylesheets/ace.css */
  body.mob-safari .sidebar.h-sidebar.menu-min + .main-content .sidebar.sidebar-fixed:not(.h-sidebar) {
    top: 106px;
  }
  /* line 4071, lib/assets/stylesheets/ace.css */
  body.mob-safari .sidebar.h-sidebar.menu-min.no-gap + .main-content .sidebar.sidebar-fixed:not(.h-sidebar) {
    top: 89px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 4076, lib/assets/stylesheets/ace.css */
  .h-navbar.navbar-fixed-top + .main-container .sidebar:not(.h-sidebar):before {
    top: 150px;
  }
  /* line 4079, lib/assets/stylesheets/ace.css */
  .h-navbar.navbar-fixed-top + .main-container .sidebar:not(.h-sidebar) .nav-list {
    padding-top: 3px;
  }
  /* line 4082, lib/assets/stylesheets/ace.css */
  .h-navbar.navbar-fixed-top + .main-container .sidebar:not(.h-sidebar) .sidebar-shortcuts ~ .nav-list,
.h-navbar.navbar-fixed-top + .main-container .sidebar:not(.h-sidebar) .sidebar-shortcuts ~ .nav-wrap-up .nav-list {
    padding-top: 0;
  }
  /* line 4086, lib/assets/stylesheets/ace.css */
  .h-navbar.navbar-fixed-top + .main-container .sidebar:not(.h-sidebar) .sidebar-shortcuts {
    padding-top: 3px;
    min-height: 43px;
  }
  /* line 4090, lib/assets/stylesheets/ace.css */
  .h-navbar.navbar-fixed-top + .main-container .sidebar.menu-min:not(.h-sidebar) .sidebar-shortcuts-large {
    line-height: 40px;
  }
  /* line 4093, lib/assets/stylesheets/ace.css */
  .h-navbar.navbar-fixed-top + .main-container .main-content .sidebar:not(.h-sidebar) .nav-list {
    padding-top: 0;
  }
  /* line 4096, lib/assets/stylesheets/ace.css */
  .h-navbar.navbar-fixed-top + .main-container .main-content .sidebar.sidebar-fixed {
    z-index: 1026;
  }
  /* line 4099, lib/assets/stylesheets/ace.css */
  .main-content .h-sidebar {
    padding-top: 1px;
    margin-top: 0;
  }
  /* line 4103, lib/assets/stylesheets/ace.css */
  .main-content .h-sidebar:before {
    display: none;
  }
  /* line 4106, lib/assets/stylesheets/ace.css */
  .main-content .h-sidebar + .page-content {
    margin-left: auto;
  }
  /* line 4109, lib/assets/stylesheets/ace.css */
  .main-content .h-sidebar.sidebar-fixed {
    left: 190px;
  }
  /* line 4112, lib/assets/stylesheets/ace.css */
  .main-content .h-sidebar.sidebar-fixed + .page-content {
    margin-top: 74px;
  }
  /* line 4115, lib/assets/stylesheets/ace.css */
  .main-content .h-sidebar.sidebar-fixed.menu-min + .page-content {
    margin-top: 49px;
  }
  /* line 4118, lib/assets/stylesheets/ace.css */
  .main-content .h-sidebar.menu-min .nav-list > li > a {
    padding: 8px 12px 7px;
  }
  /* line 4121, lib/assets/stylesheets/ace.css */
  .sidebar.compact + .main-content .h-sidebar.sidebar-fixed {
    left: 105px;
  }
  /* line 4124, lib/assets/stylesheets/ace.css */
  .sidebar.menu-min + .main-content .h-sidebar.sidebar-fixed {
    left: 43px;
  }
  /* line 4127, lib/assets/stylesheets/ace.css */
  .navbar.navbar-fixed-top + .main-container .main-content .h-sidebar.sidebar-fixed {
    padding-top: 3px;
  }
}

/* line 4131, lib/assets/stylesheets/ace.css */
.container.main-container .sidebar + .main-content .h-sidebar.sidebar-fixed {
  left: auto;
  right: auto;
}

@media (min-width: 992px) {
  /* line 4136, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.compact + .main-content .h-sidebar.sidebar-fixed {
    width: 639px;
  }
}

@media (min-width: 992px) {
  /* line 4141, lib/assets/stylesheets/ace.css */
  .container.main-container .main-content .h-sidebar.sidebar-fixed {
    width: 744px;
  }
  /* line 4144, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar + .main-content .h-sidebar.sidebar-fixed {
    width: 554px;
  }
  /* line 4147, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.menu-min + .main-content .h-sidebar.sidebar-fixed {
    width: 701px;
  }
}

@media (min-width: 992px) {
  /* line 4152, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.compact + .main-content .h-sidebar.sidebar-fixed {
    width: 859px;
  }
}

@media (min-width: 992px) {
  /* line 4157, lib/assets/stylesheets/ace.css */
  .container.main-container .main-content .h-sidebar.sidebar-fixed {
    width: 964px;
  }
  /* line 4160, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar + .main-content .h-sidebar.sidebar-fixed {
    width: 774px;
  }
  /* line 4163, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.menu-min + .main-content .h-sidebar.sidebar-fixed {
    width: 921px;
  }
}

@media (min-width: 1200px) {
  /* line 4168, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.compact + .main-content .h-sidebar.sidebar-fixed {
    width: 1059px;
  }
}

@media (min-width: 1200px) {
  /* line 4173, lib/assets/stylesheets/ace.css */
  .container.main-container .main-content .h-sidebar.sidebar-fixed {
    width: 1164px;
  }
  /* line 4176, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar + .main-content .h-sidebar.sidebar-fixed {
    width: 974px;
  }
  /* line 4179, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.menu-min + .main-content .h-sidebar.sidebar-fixed {
    width: 1121px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 4184, lib/assets/stylesheets/ace.css */
  .main-container .main-content .sidebar.sidebar-fixed {
    z-index: 1026;
  }
  /* line 4187, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top + .main-container .main-content .sidebar {
    position: fixed;
    z-index: 1026;
  }
}

/* line 4192, lib/assets/stylesheets/ace.css */
.sidebar-scroll .sidebar-shortcuts {
  min-height: 41px;
  border-bottom: 1px solid;
}

/* line 4196, lib/assets/stylesheets/ace.css */
.sidebar-scroll .sidebar-toggle {
  border-top: 1px solid;
}

/* line 4199, lib/assets/stylesheets/ace.css */
.sidebar-scroll .nav-list > li:first-child {
  border-top-width: 0;
}

/* line 4202, lib/assets/stylesheets/ace.css */
.sidebar-scroll .nav-list > li:last-child {
  border-bottom-width: 0;
}

/* line 4205, lib/assets/stylesheets/ace.css */
.sidebar-scroll .nav-wrap .sidebar-shortcuts {
  min-height: 40px;
  border-bottom-width: 0;
}

/* line 4209, lib/assets/stylesheets/ace.css */
.sidebar-scroll .nav-wrap .sidebar-shortcuts + .nav-list > li:first-child,
.sidebar-scroll .nav-wrap .sidebar-shortcuts + .nav-wrap-up .nav-list > li:first-child {
  border-top-width: 1px;
}

/* line 4213, lib/assets/stylesheets/ace.css */
.sidebar-scroll .nav-wrap-t .sidebar-toggle {
  border-top-width: 0;
}

/* line 4216, lib/assets/stylesheets/ace.css */
.sidebar-scroll .nav-wrap-t .nav-list > li:last-child {
  border-bottom-width: 1px;
}

/* line 4219, lib/assets/stylesheets/ace.css */
.sidebar .nav-wrap + .ace-scroll {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* line 4225, lib/assets/stylesheets/ace.css */
.sidebar .nav-wrap + .scrollout {
  right: -8px;
}

/* line 4228, lib/assets/stylesheets/ace.css */
.sidebar .submenu.sub-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 4233, lib/assets/stylesheets/ace.css */
.ace-scroll {
  overflow: hidden;
}

/* line 4236, lib/assets/stylesheets/ace.css */
.scroll-content {
  position: static;
  overflow: hidden;
}

/* line 4240, lib/assets/stylesheets/ace.css */
.scroll-disabled.ace-scroll,
.scroll-disabled.ace-scroll .scroll-content {
  overflow: visible;
}

/* line 4244, lib/assets/stylesheets/ace.css */
.scroll-track {
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0;
  height: auto;
  background-color: #E7E7E7;
  z-index: 99;
  width: 0;
  opacity: 0;
}

/* line 4255, lib/assets/stylesheets/ace.css */
.scroll-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  background-color: #ACE;
  background: #bbd4e5;
}

/* line 4263, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-hz {
  top: auto;
  left: auto;
  right: auto;
  bottom: 0;
  height: 8px;
  width: auto;
}

/* line 4271, lib/assets/stylesheets/ace.css */
.scroll-hz .scroll-bar {
  height: inherit;
  width: auto;
}

/* line 4275, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-active {
  -webkit-transition: width 0.25s ease 0.75s, opacity 0.25s ease 0.75s;
  -o-transition: width 0.25s ease 0.75s, opacity 0.25s ease 0.75s;
  transition: width 0.25s ease 0.75s, opacity 0.25s ease 0.75s;
}

/* line 4280, lib/assets/stylesheets/ace.css */
.ace-scroll:hover .scroll-active,
.scroll-active.scroll-track:hover,
.scroll-active.scroll-track.scroll-hover,
.scroll-active.scroll-track.active,
.scroll-active.scroll-track:active {
  width: 8px;
  opacity: 1;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 4292, lib/assets/stylesheets/ace.css */
.scroll-track.active > .scroll-bar {
  transition-property: none !important;
  transition-duration: 0s !important;
}

/* line 4296, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-margin {
  margin-left: -1px;
}

/* line 4299, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-left {
  right: auto;
  left: 0;
}

/* line 4303, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-left.scroll-margin {
  margin-left: 1px;
}

/* line 4306, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-top {
  bottom: auto;
  top: 0;
}

/* line 4310, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-top.scroll-margin {
  top: 1px;
}

/* line 4313, lib/assets/stylesheets/ace.css */
.scroll-dark .scroll-bar {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=0 );
}

/* line 4318, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-dark {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.15);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#26000000',GradientType=0 );
}

/* line 4323, lib/assets/stylesheets/ace.css */
.scroll-light .scroll-bar {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.14);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24000000', endColorstr='#24000000',GradientType=0 );
}

/* line 4328, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-light {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.07);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#12000000',GradientType=0 );
}

/* line 4333, lib/assets/stylesheets/ace.css */
.scroll-white .scroll-bar {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.33);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55FFFFFF', endColorstr='#55FFFFFF',GradientType=0 );
}

/* line 4338, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-white {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33FFFFFF', endColorstr='#33FFFFFF',GradientType=0 );
}

/* line 4343, lib/assets/stylesheets/ace.css */
.no-track.scroll-track {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( enabled=false );
}

/* line 4347, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-visible {
  opacity: 1;
  width: 8px;
}

/* line 4351, lib/assets/stylesheets/ace.css */
.scroll-hz.scroll-visible {
  height: 8px;
  width: auto;
}

/* line 4355, lib/assets/stylesheets/ace.css */
.scroll-thin.scroll-track:hover,
.scroll-thin.scroll-track.scroll-hover,
.scroll-thin.scroll-track:active,
.scroll-thin.scroll-track.active,
.scroll-thin.scroll-track.scroll-visible {
  width: 6px;
}

/* line 4362, lib/assets/stylesheets/ace.css */
.ace-scroll:hover .scroll-thin.scroll-track {
  width: 6px;
}

/* line 4365, lib/assets/stylesheets/ace.css */
.scroll-thin.scroll-hz:hover,
.scroll-thin.scroll-hz.scroll-hover,
.scroll-thin.scroll-hz:active,
.scroll-thin.scroll-hz.active,
.scroll-thin.scroll-hz.scroll-visible {
  width: auto;
  height: 6px;
}

/* line 4373, lib/assets/stylesheets/ace.css */
.ace-scroll:hover .scroll-thin.scroll-hz {
  width: auto;
  height: 6px;
}

/* line 4377, lib/assets/stylesheets/ace.css */
.scroll-chrome.scroll-active .scroll-bar {
  background-color: transparent;
  width: 11px;
}

/* line 4381, lib/assets/stylesheets/ace.css */
.scroll-chrome.scroll-active .scroll-bar:before {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  bottom: 3px;
  left: 1px;
  right: 1px;
  background-color: #D9D9D9;
  border: 1px solid #BBB;
  border-radius: 1px;
}

/* line 4393, lib/assets/stylesheets/ace.css */
.scroll-chrome.scroll-active .scroll-track {
  width: 12px;
  background-color: #F2F2F2;
  border: 1px solid;
  border-width: 1px 0 1px 1px;
  border-color: #E6E6E6 transparent #E6E6E6 #DBDBDB;
}

/* line 4400, lib/assets/stylesheets/ace.css */
.scroll-chrome.scroll-active .scroll-track:hover .scroll-bar:before {
  background-color: #C0C0C0;
  border-color: #A6A6A6;
}

/* line 4404, lib/assets/stylesheets/ace.css */
.scroll-chrome.scroll-active .scroll-track.active .scroll-bar:before {
  background-color: #A9A9A9;
  border-color: #8B8B8B;
}

/* line 4408, lib/assets/stylesheets/ace.css */
.scroll-active.scroll-track.idle-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 8px;
}

/* line 4413, lib/assets/stylesheets/ace.css */
.scroll-active.scroll-track.idle-hide.not-idle {
  width: 8px;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 4418, lib/assets/stylesheets/ace.css */
.scroll-active.scroll-thin.scroll-track.idle-hide {
  width: 6px;
}

/* line 4421, lib/assets/stylesheets/ace.css */
.scroll-active.scroll-chrome .scroll-track.idle-hide {
  width: 12px;
}

/* line 4424, lib/assets/stylesheets/ace.css */
.nav-wrap + .scroll-active .scroll-track {
  width: 8px;
}

/* line 4427, lib/assets/stylesheets/ace.css */
.nav-scroll.scroll-active .scroll-track {
  width: 8px;
  right: 0;
}

/* line 4431, lib/assets/stylesheets/ace.css */
.nav-wrap:hover + .scroll-active .scroll-track,
.nav-scroll.scroll-active:hover .scroll-track {
  width: 8px;
  opacity: 1;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 4440, lib/assets/stylesheets/ace.css */
.nav-scroll.scroll-active:hover .scroll-track {
  width: 8px;
}

/* line 4443, lib/assets/stylesheets/ace.css */
.nav-scroll.ace-scroll,
.nav-scroll.ace-scroll .scroll-content {
  overflow: hidden;
}

/* line 4447, lib/assets/stylesheets/ace.css */
.nav-scroll.ace-scroll.scroll-disabled,
.nav-scroll.ace-scroll.scroll-disabled .scroll-content {
  overflow: visible;
}

/* line 4451, lib/assets/stylesheets/ace.css */
.scroll-track.scroll-detached {
  position: absolute;
  z-index: 1029;
  bottom: auto;
  right: auto;
}

/* line 4457, lib/assets/stylesheets/ace.css */
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4462, lib/assets/stylesheets/ace.css */
.modal-footer {
  padding-top: 12px;
  padding-bottom: 14px;
  border-top-color: #e4e9ee;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #eff3f8;
}

/* line 4470, lib/assets/stylesheets/ace.css */
.modal-header .close {
  font-size: 32px;
}

/* line 4473, lib/assets/stylesheets/ace.css */
.modal.aside-dark .modal-content {
  background-color: rgba(0, 0, 0, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8000000', endColorstr='#D8000000',GradientType=0 );
}

/* line 4477, lib/assets/stylesheets/ace.css */
.modal.aside {
  z-index: 999;
  position: absolute;
}

/* line 4481, lib/assets/stylesheets/ace.css */
.navbar-fixed-top ~ .modal.aside-vc {
  z-index: 1025;
}

/* line 4484, lib/assets/stylesheets/ace.css */
.modal.aside-fixed.aside-hz,
.navbar-fixed-top ~ .modal.aside-hz,
.navbar-fixed-bottom ~ .modal.aside-hz {
  position: fixed;
  z-index: 1039;
}

/* line 4490, lib/assets/stylesheets/ace.css */
.modal.aside-fixed.aside-vc {
  position: fixed;
}

/* line 4493, lib/assets/stylesheets/ace.css */
.modal.aside.in {
  z-index: 1040;
  position: fixed;
}

/* line 4497, lib/assets/stylesheets/ace.css */
.aside.aside-contained {
  position: fixed;
}

/* line 4500, lib/assets/stylesheets/ace.css */
.modal.aside-vc {
  margin: auto;
  width: 0;
  left: auto;
  right: auto;
  top: 0;
  bottom: 0;
  display: block !important;
  overflow: visible;
}

/* line 4510, lib/assets/stylesheets/ace.css */
.modal.in.aside-vc {
  width: 100%;
}

/* line 4513, lib/assets/stylesheets/ace.css */
.modal.aside-vc .modal-dialog {
  margin: inherit;
  overflow: inherit;
  width: 250px;
  max-width: 66%;
  height: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  opacity: 1;
  transition: transform 0.3s ease-out 0s;
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
}

@media only screen and (max-width: 319px) {
  /* line 4529, lib/assets/stylesheets/ace.css */
  .modal.aside-vc .modal-dialog {
    max-width: none;
    width: 200px;
  }
  /* line 4533, lib/assets/stylesheets/ace.css */
  .aside-contained.aside-vc .modal-dialog {
    width: 180px;
  }
}

@media only screen and (max-width: 240px) {
  /* line 4538, lib/assets/stylesheets/ace.css */
  .modal.aside-vc .modal-dialog {
    max-width: none;
    width: 160px;
  }
  /* line 4542, lib/assets/stylesheets/ace.css */
  .aside-contained.aside-vc .modal-dialog {
    width: 140px;
  }
}

/* line 4546, lib/assets/stylesheets/ace.css */
.modal.aside-vc .modal-content {
  height: 100%;
  overflow: hidden;
}

/* line 4550, lib/assets/stylesheets/ace.css */
.modal.in.aside-vc .modal-dialog {
  transform: none;
  -webkit-transform: none;
  height: auto;
}

/* line 4555, lib/assets/stylesheets/ace.css */
.modal.aside-vc .aside-trigger {
  position: absolute;
  top: 155px;
  right: auto;
  left: auto;
  bottom: auto;
  margin-top: -1px;
  width: 37px;
  outline: none;
}

/* line 4565, lib/assets/stylesheets/ace.css */
.modal.aside-vc .aside-trigger.ace-settings-btn {
  width: 42px;
}

/* line 4568, lib/assets/stylesheets/ace.css */
.modal.in.aside-vc .aside-trigger {
  z-index: -1;
}

/* line 4571, lib/assets/stylesheets/ace.css */
.aside.modal.in .modal-backdrop.in + .modal-dialog .aside-trigger {
  z-index: auto;
}

@media only screen and (max-height: 240px) {
  /* line 4575, lib/assets/stylesheets/ace.css */
  .modal.aside-vc .aside-trigger {
    top: 130px;
  }
}

/* line 4579, lib/assets/stylesheets/ace.css */
.modal.aside-vc.navbar-offset .modal-dialog {
  top: 45px;
}

/* line 4582, lib/assets/stylesheets/ace.css */
.modal.aside-vc.navbar-offset .modal-dialog .aside-trigger {
  top: 110px;
}

@media (max-width: 479px) {
  /* line 4586, lib/assets/stylesheets/ace.css */
  .navbar:not(.navbar-collapse) ~ .modal.aside-vc.navbar-offset .modal-dialog {
    top: 90px;
  }
}

/* line 4590, lib/assets/stylesheets/ace.css */
.modal.aside-right {
  right: 0;
}

/* line 4593, lib/assets/stylesheets/ace.css */
.modal.aside-right .modal-content {
  border-width: 0 0 0 1px;
  box-shadow: -2px 1px 2px 0 rgba(0, 0, 0, 0.15);
}

/* line 4597, lib/assets/stylesheets/ace.css */
.modal.aside-right .aside-trigger {
  right: 100%;
}

/* line 4600, lib/assets/stylesheets/ace.css */
.modal.aside-right .modal-dialog {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

/* line 4604, lib/assets/stylesheets/ace.css */
.modal.aside-left {
  left: 0;
}

/* line 4607, lib/assets/stylesheets/ace.css */
.modal.aside-left .modal-content {
  border-width: 0 1px 0 0;
  box-shadow: 2px -1px 2px 0 rgba(0, 0, 0, 0.15);
}

/* line 4611, lib/assets/stylesheets/ace.css */
.modal.aside-left .aside-trigger {
  left: 100%;
}

/* line 4614, lib/assets/stylesheets/ace.css */
.modal.aside-right .aside-trigger.btn.ace-settings-btn {
  border-radius: 6px 0 0 6px;
}

/* line 4617, lib/assets/stylesheets/ace.css */
.modal.aside-left .aside-trigger.btn.ace-settings-btn {
  border-radius: 0 6px 6px 0;
}

/* line 4620, lib/assets/stylesheets/ace.css */
.modal.aside-left .modal-dialog {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

/* line 4624, lib/assets/stylesheets/ace.css */
.modal.aside-hz {
  margin: auto;
  height: 0;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  display: block !important;
  overflow: visible;
}

/* line 4634, lib/assets/stylesheets/ace.css */
.modal.in.aside-hz {
  height: 100%;
}

/* line 4637, lib/assets/stylesheets/ace.css */
.modal.aside-hz .modal-dialog {
  margin: inherit;
  height: auto;
  overflow: inherit;
  max-height: 50%;
  width: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  opacity: 1;
  transition: transform 0.3s ease-out 0s;
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
}

@media only screen and (max-height: 320px) {
  /* line 4653, lib/assets/stylesheets/ace.css */
  .modal.aside-hz .modal-dialog {
    max-height: 66%;
  }
}

/* line 4657, lib/assets/stylesheets/ace.css */
.modal.aside-hz .modal-content {
  width: 100%;
  overflow: hidden;
}

/* line 4661, lib/assets/stylesheets/ace.css */
.modal.in.aside-hz .modal-dialog {
  transform: none;
  -webkit-transform: none;
  height: auto;
}

/* line 4666, lib/assets/stylesheets/ace.css */
.modal.aside-hz .aside-trigger {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -1px;
  z-index: auto;
  outline: none;
  margin-left: -15px;
  left: 50%;
}

/* line 4677, lib/assets/stylesheets/ace.css */
.modal.aside-hz .aside-trigger.ace-settings-btn {
  margin-left: -20px;
}

/* line 4680, lib/assets/stylesheets/ace.css */
.modal.in.aside-hz .aside-trigger {
  z-index: -1;
}

/* line 4683, lib/assets/stylesheets/ace.css */
.modal.aside-top {
  top: 0;
}

/* line 4686, lib/assets/stylesheets/ace.css */
.modal.aside-top .modal-dialog {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

/* line 4690, lib/assets/stylesheets/ace.css */
.modal.aside-top .modal-content {
  border-width: 0;
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.15);
}

/* line 4694, lib/assets/stylesheets/ace.css */
.modal.aside-bottom {
  bottom: 0;
}

/* line 4697, lib/assets/stylesheets/ace.css */
.modal.aside-bottom .modal-dialog {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

/* line 4701, lib/assets/stylesheets/ace.css */
.modal.aside-bottom .modal-content {
  border-width: 0;
  box-shadow: -1px 2px 2px 0 rgba(0, 0, 0, 0.15);
}

/* line 4705, lib/assets/stylesheets/ace.css */
.modal.aside-bottom .aside-trigger {
  bottom: 100%;
  margin-top: auto;
  margin-bottom: -1px;
}

/* line 4710, lib/assets/stylesheets/ace.css */
.modal.aside-top .aside-trigger.ace-settings-btn {
  border-radius: 0 0 6px 6px !important;
}

/* line 4713, lib/assets/stylesheets/ace.css */
.modal.aside-bottom .aside-trigger.ace-settings-btn {
  border-radius: 6px 6px 0 0 !important;
}

/* line 4716, lib/assets/stylesheets/ace.css */
.aside.aside-hidden .modal-content {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 4720, lib/assets/stylesheets/ace.css */
  .container.main-container ~ .modal.aside-vc .modal-dialog {
    transition: none;
    -webkit-transition: none;
  }
  /* line 4724, lib/assets/stylesheets/ace.css */
  .container.main-container ~ .modal.aside-vc:not(.in) .modal-content {
    display: none;
  }
}

/* line 4728, lib/assets/stylesheets/ace.css */
.aside-vc.in.no-backdrop {
  width: auto;
}

/* line 4731, lib/assets/stylesheets/ace.css */
.aside-hz.in.no-backdrop {
  height: auto;
}

/* line 4734, lib/assets/stylesheets/ace.css */
.modal.aside .modal-backdrop {
  position: fixed;
  bottom: 0;
  height: auto !important;
}

/* line 4739, lib/assets/stylesheets/ace.css */
.modal.aside-hz .aside-trigger.align-left {
  left: 15px;
  margin-left: auto;
  text-align: center;
}

/* line 4744, lib/assets/stylesheets/ace.css */
.modal.aside-hz .aside-trigger.align-right {
  text-align: center;
  left: auto;
  margin-left: auto;
  right: 15px;
}

/* line 4750, lib/assets/stylesheets/ace.css */
.modal.transition-off .modal-dialog {
  transition: none;
  -webkit-transition: none;
}

/* line 4754, lib/assets/stylesheets/ace.css */
.breadcrumbs {
  position: relative;
  z-index: auto;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  min-height: 41px;
  line-height: 40px;
  padding: 0 12px 0 0;
}

/* line 4763, lib/assets/stylesheets/ace.css */
.breadcrumb {
  background-color: transparent;
  display: inline-block;
  line-height: 20px;
  margin: 6px 22px 0 12px;
  padding: 0;
  font-size: 13px;
  color: #333;
  border-radius: 0;
}

/* line 4773, lib/assets/stylesheets/ace.css */
.breadcrumb > li,
.breadcrumb > li.active {
  color: #555555;
  padding: 0 3px 0 3px;
}

/* line 4778, lib/assets/stylesheets/ace.css */
.breadcrumb > li > a {
  display: inline-block;
  color: #4c8fbd;
}

/* line 4782, lib/assets/stylesheets/ace.css */
.breadcrumb > li + li:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f105";
  color: #b2b6bf;
  padding: 0;
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
}

/* line 4792, lib/assets/stylesheets/ace.css */
.breadcrumb .home-icon {
  font-size: 20px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  /* line 4799, lib/assets/stylesheets/ace.css */
  .breadcrumb > li > a {
    padding: 0 1px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 4804, lib/assets/stylesheets/ace.css */
  .menu-toggler + .sidebar.responsive + .main-content .breadcrumb {
    margin-left: 90px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 4809, lib/assets/stylesheets/ace.css */
  .breadcrumb {
    margin-left: 8px;
  }
  /* line 4812, lib/assets/stylesheets/ace.css */
  .menu-toggler + .sidebar.responsive + .main-content .breadcrumb {
    margin-left: 36px;
  }
}

@media (min-width: 992px) {
  /* line 4817, lib/assets/stylesheets/ace.css */
  .breadcrumbs-fixed {
    position: fixed;
    right: 0;
    left: 0;
    top: auto;
    z-index: 1024;
  }
  /* line 4824, lib/assets/stylesheets/ace.css */
  .breadcrumbs-fixed + .page-content {
    padding-top: 49px;
  }
  /* line 4827, lib/assets/stylesheets/ace.css */
  .sidebar + .main-content .breadcrumbs-fixed {
    left: 190px;
  }
  /* line 4830, lib/assets/stylesheets/ace.css */
  body.mob-safari {
    /**
	 //not needed because breadcrumbs is not fixed at this point
	 media (max-width: @screen-topbar-down) {
	  .navbar-fixed-top:not(.navbar-collapse) + .main-container .breadcrumbs-fixed {
		top: (@navbar-min-height * 2);
	  }
	 }*/
  }
  /* line 4839, lib/assets/stylesheets/ace.css */
  body.mob-safari .breadcrumbs-fixed {
    top: 45px;
  }
}

@media (min-width: 992px) {
  /* line 4844, lib/assets/stylesheets/ace.css */
  .sidebar.compact + .main-content .breadcrumbs-fixed {
    left: 105px;
  }
}

@media (min-width: 992px) {
  /* line 4849, lib/assets/stylesheets/ace.css */
  .sidebar.menu-min + .main-content .breadcrumbs-fixed {
    left: 43px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 4854, lib/assets/stylesheets/ace.css */
  .breadcrumbs-fixed,
.sidebar.menu-min + .main-content .breadcrumbs-fixed {
    left: 0;
  }
  /* line 4858, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min + .main-content .breadcrumbs-fixed,
.sidebar.responsive-max + .main-content .breadcrumbs-fixed {
    left: 43px;
  }
}

@media (min-width: 992px) {
  /* line 4864, lib/assets/stylesheets/ace.css */
  .container.main-container .breadcrumbs-fixed {
    left: auto;
    right: auto;
    width: 744px;
  }
  /* line 4869, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar + .main-content .breadcrumbs-fixed {
    left: auto;
    right: auto;
    width: 554px;
  }
  /* line 4874, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
    width: 639px;
  }
  /* line 4877, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
    left: auto;
    right: auto;
    width: 701px;
  }
}

@media (min-width: 992px) {
  /* line 4884, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
    width: 859px;
  }
}

@media (min-width: 992px) {
  /* line 4889, lib/assets/stylesheets/ace.css */
  .container.main-container .breadcrumbs-fixed {
    width: 964px;
  }
  /* line 4892, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar + .main-content .breadcrumbs-fixed {
    width: 774px;
  }
  /* line 4895, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
    width: 921px;
  }
}

@media (min-width: 1200px) {
  /* line 4900, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
    width: 1059px;
  }
}

@media (min-width: 1200px) {
  /* line 4905, lib/assets/stylesheets/ace.css */
  .container.main-container .breadcrumbs-fixed {
    width: 1164px;
  }
  /* line 4908, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar + .main-content .breadcrumbs-fixed {
    width: 974px;
  }
  /* line 4911, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
    width: 1121px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 4916, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
    width: 744px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 4921, lib/assets/stylesheets/ace.css */
  .container.main-container .breadcrumbs-fixed,
.container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
    width: 744px;
  }
  /* line 4925, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.responsive-min + .main-content .breadcrumbs-fixed,
.container.main-container .sidebar.responsive-max + .main-content .breadcrumbs-fixed {
    left: auto;
    right: auto;
    width: 701px;
  }
}

/**
@media (max-width: @grid-float-breakpoint-max) {
 .breadcrumbs-fixed {
	position: relative;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	width: auto !important;
	
	+ .page-content {
		padding-top: @page-content-padding-top;
	}
 }
}
*/
@media (min-width: 992px) {
  /* line 4948, lib/assets/stylesheets/ace.css */
  .h-sidebar + .main-content .breadcrumbs.breadcrumbs-fixed {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    width: auto;
  }
  /* line 4955, lib/assets/stylesheets/ace.css */
  .h-sidebar + .main-content .page-content {
    padding-top: 12px;
  }
}

/* line 4959, lib/assets/stylesheets/ace.css */
.nav-search {
  position: absolute;
  right: 22px;
  line-height: 24px;
}

/* line 4964, lib/assets/stylesheets/ace.css */
.breadcrumbs .nav-search {
  top: 6px;
}

/* line 4967, lib/assets/stylesheets/ace.css */
.nav-search .form-search {
  margin-bottom: 0;
}

/* line 4970, lib/assets/stylesheets/ace.css */
.nav-search .nav-search-input {
  border: 1px solid #6fb3e0;
  width: 152px;
  height: 28px !important;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 4px !important;
  font-size: 13px;
  line-height: 1.3;
  color: #666666 !important;
  z-index: 11;
  -webkit-transition: width ease .15s;
  -o-transition: width ease .15s;
  transition: width ease .15s;
}

/* line 4985, lib/assets/stylesheets/ace.css */
.nav-search .nav-search-input + .dropdown-menu {
  min-width: 0;
  left: 0;
  right: 0;
}

/* line 4990, lib/assets/stylesheets/ace.css */
.nav-search .nav-search-input:focus,
.nav-search .nav-search-input:hover {
  border-color: #6fb3e0;
}

/* line 4994, lib/assets/stylesheets/ace.css */
.nav-search .nav-search-icon {
  color: #6fb3e0 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  background-color: transparent;
}

/* line 5000, lib/assets/stylesheets/ace.css */
.nav-search.minimized .nav-search-input {
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 0;
}

/* line 5006, lib/assets/stylesheets/ace.css */
.nav-search.minimized:hover .nav-search-input,
.nav-search.minimized .nav-search-btn:active + .nav-search-input,
.nav-search.minimized .nav-search-input:focus,
.nav-search.minimized .nav-search-input:hover,
.nav-search.minimized .nav-search-input:active {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 152px;
  max-width: 152px;
}

/* line 5016, lib/assets/stylesheets/ace.css */
.nav-search.minimized .nav-search-icon {
  border: 1px solid;
  border-radius: 100%;
  background-color: #FFF;
  padding: 0 5px !important;
}

/* line 5022, lib/assets/stylesheets/ace.css */
.nav-search.minimized:hover .nav-search-icon,
.nav-search.minimized .nav-search-input:focus ~ .nav-search-icon,
.nav-search.minimized .nav-search-input:hover ~ .nav-search-icon,
.nav-search.minimized .nav-search-input:active ~ .nav-search-icon {
  border: none;
  border-radius: 0;
  padding: 0 3px !important;
}

/* line 5030, lib/assets/stylesheets/ace.css */
.nav-search-icon {
  border: none;
  border-radius: 0;
  padding: 0 3px !important;
}

/* line 5035, lib/assets/stylesheets/ace.css */
.sidebar > .nav-search {
  position: static;
  background-color: #FAFAFA;
  border-bottom: 1px solid #DDD;
  text-align: center;
  height: 35px;
  padding-top: 6px;
}

/* line 5043, lib/assets/stylesheets/ace.css */
.sidebar > .nav-search .nav-search-input {
  width: 162px !important;
  border-radius: 0 !important;
  max-width: 162px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* line 5050, lib/assets/stylesheets/ace.css */
.sidebar > .nav-search .nav-search-input + .dropdown-menu {
  text-align: left;
}

/* line 5053, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-search .form-search {
  position: absolute;
  left: 5px;
  z-index: 14;
}

/* line 5058, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-search .nav-search-input {
  width: 0 !important;
  max-width: 0 !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

/* line 5064, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-search .nav-search-input:hover,
.sidebar.menu-min .nav-search .nav-search-input:focus,
.sidebar.menu-min .nav-search .nav-search-input:active {
  width: 162px !important;
  max-width: 162px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* line 5072, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-search .nav-search-input:hover ~ #nav-search-icon,
.sidebar.menu-min .nav-search .nav-search-input:focus ~ #nav-search-icon,
.sidebar.menu-min .nav-search .nav-search-input:active ~ #nav-search-icon {
  border: none;
  border-radius: 0;
  padding: 0 3px !important;
}

/* line 5079, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-search:hover .nav-search-input {
  width: 162px !important;
  max-width: 162px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* line 5085, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-search:hover .nav-search-input ~ .nav-search-icon {
  border: none;
  border-radius: 0;
  padding: 0 3px !important;
}

/* line 5090, lib/assets/stylesheets/ace.css */
.sidebar.menu-min .nav-search .nav-search-icon {
  /* inside minimized sidebar */
  border: 1px solid;
  border-radius: 32px;
  background-color: #FFF;
  padding: 0 5px !important;
}

@media (max-width: 991px) {
  /* line 5098, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-search .form-search {
    position: absolute;
    left: 5px;
    z-index: 14;
  }
  /* line 5103, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-search .nav-search-input {
    width: 0 !important;
    max-width: 0 !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }
  /* line 5109, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-search .nav-search-input:hover,
.sidebar.responsive-min .nav-search .nav-search-input:focus,
.sidebar.responsive-min .nav-search .nav-search-input:active {
    width: 162px !important;
    max-width: 162px !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  /* line 5117, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-search .nav-search-input:hover ~ #nav-search-icon,
.sidebar.responsive-min .nav-search .nav-search-input:focus ~ #nav-search-icon,
.sidebar.responsive-min .nav-search .nav-search-input:active ~ #nav-search-icon {
    border: none;
    border-radius: 0;
    padding: 0 3px !important;
  }
  /* line 5124, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-search:hover .nav-search-input {
    width: 162px !important;
    max-width: 162px !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  /* line 5130, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-search:hover .nav-search-input ~ .nav-search-icon {
    border: none;
    border-radius: 0;
    padding: 0 3px !important;
  }
  /* line 5135, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min .nav-search .nav-search-icon {
    /* inside minimized sidebar */
    border: 1px solid;
    border-radius: 32px;
    background-color: #FFF;
    padding: 0 5px !important;
  }
}

@media only screen and (max-width: 991px) {
  /* line 5144, lib/assets/stylesheets/ace.css */
  .nav-search {
    right: 10px;
  }
  /* line 5147, lib/assets/stylesheets/ace.css */
  .nav-search .nav-search-input {
    width: 105px;
  }
  /* line 5150, lib/assets/stylesheets/ace.css */
  .nav-search:hover .nav-search-input,
.nav-search .nav-search-btn:active + .nav-search-input,
.nav-search .nav-search-input:focus,
.nav-search .nav-search-input:hover,
.nav-search .nav-search-input:active {
    width: 145px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 5159, lib/assets/stylesheets/ace.css */
  .nav-search .nav-search-input {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    max-width: 0;
  }
  /* line 5165, lib/assets/stylesheets/ace.css */
  .nav-search:hover .nav-search-input,
.nav-search .nav-search-btn:active + .nav-search-input,
.nav-search .nav-search-input:focus,
.nav-search .nav-search-input:hover,
.nav-search .nav-search-input:active {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 152px;
    max-width: 152px;
  }
  /* line 5175, lib/assets/stylesheets/ace.css */
  .nav-search .nav-search-icon {
    border: 1px solid;
    border-radius: 100%;
    background-color: #FFF;
    padding: 0 5px !important;
  }
  /* line 5181, lib/assets/stylesheets/ace.css */
  .nav-search:hover .nav-search-icon,
.nav-search .nav-search-input:focus ~ .nav-search-icon,
.nav-search .nav-search-input:hover ~ .nav-search-icon,
.nav-search .nav-search-input:active ~ .nav-search-icon {
    border: none;
    border-radius: 0;
    padding: 0 3px !important;
  }
}

/* line 5190, lib/assets/stylesheets/ace.css */
.footer {
  padding-top: 75px;
  height: 0;
  width: 0;
}

/* line 5195, lib/assets/stylesheets/ace.css */
.footer .footer-inner {
  text-align: center;
  position: absolute;
  z-index: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 5203, lib/assets/stylesheets/ace.css */
.sidebar ~ .footer .footer-inner {
  left: 190px;
}

@media (min-width: 992px) {
  /* line 5207, lib/assets/stylesheets/ace.css */
  .sidebar.compact ~ .footer .footer-inner {
    left: 105px;
  }
}

/* line 5211, lib/assets/stylesheets/ace.css */
.sidebar.menu-min ~ .footer .footer-inner {
  left: 43px;
}

@media (min-width: 992px) {
  /* line 5215, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar ~ .footer .footer-inner {
    left: 0;
  }
}

@media (max-width: 991px) {
  /* line 5220, lib/assets/stylesheets/ace.css */
  .footer .footer-inner,
.sidebar ~ .footer .footer-inner,
.sidebar.compact ~ .footer .footer-inner,
.sidebar.menu-min ~ .footer .footer-inner {
    left: 0;
  }
  /* line 5226, lib/assets/stylesheets/ace.css */
  .sidebar.responsive-min ~ .footer .footer-inner {
    left: 43px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5231, lib/assets/stylesheets/ace.css */
  .container.main-container .footer .footer-inner {
    left: auto !important;
    right: auto !important;
    margin-left: auto;
    width: 744px;
  }
}

@media (min-width: 992px) {
  /* line 5239, lib/assets/stylesheets/ace.css */
  .container.main-container .footer .footer-inner {
    left: auto !important;
    right: auto !important;
    width: 964px;
  }
}

@media (min-width: 1200px) {
  /* line 5246, lib/assets/stylesheets/ace.css */
  .container.main-container .footer .footer-inner {
    width: 1164px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5251, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar ~ .footer .footer-inner {
    left: auto !important;
    right: auto !important;
    margin-left: auto;
    width: 744px;
  }
}

@media (min-width: 992px) {
  /* line 5259, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar ~ .footer .footer-inner {
    left: auto !important;
    right: auto !important;
    margin-left: 190px;
    width: 774px;
  }
}

@media (min-width: 1200px) {
  /* line 5267, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar ~ .footer .footer-inner {
    margin-left: 190px;
    width: 974px;
  }
}

@media (min-width: 992px) {
  /* line 5273, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.compact ~ .footer .footer-inner {
    margin-left: 105px;
    width: 859px;
  }
}

@media (min-width: 1200px) {
  /* line 5279, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.compact ~ .footer .footer-inner {
    margin-left: 105px;
    width: 1059px;
  }
}

@media (min-width: 992px) {
  /* line 5285, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.menu-min ~ .footer .footer-inner {
    margin-left: 43px;
    width: 921px;
  }
}

@media (min-width: 1200px) {
  /* line 5291, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.menu-min ~ .footer .footer-inner {
    margin-left: 43px;
    width: 1121px;
  }
}

@media (min-width: 992px) {
  /* line 5297, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.h-sidebar ~ .footer .footer-inner {
    margin-left: 0;
    width: 964px;
  }
}

@media (min-width: 992px) {
  /* line 5303, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.h-sidebar ~ .footer .footer-inner {
    margin-left: 0;
    width: 964px;
  }
}

@media (min-width: 1200px) {
  /* line 5309, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.h-sidebar ~ .footer .footer-inner {
    margin-left: 0;
    width: 1164px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5315, lib/assets/stylesheets/ace.css */
  .container.main-container .sidebar.responsive-min ~ .footer .footer-inner {
    margin-left: 43px;
    width: 701px;
  }
}

/* line 5320, lib/assets/stylesheets/ace.css */
.footer .footer-inner .footer-content {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  padding: 8px;
  line-height: 36px;
  border-top: 3px double #E5E5E5;
}

/* line 5329, lib/assets/stylesheets/ace.css */
.footer.footer-fixed .footer-inner {
  position: fixed;
  z-index: 999;
  bottom: 0;
}

/* line 5334, lib/assets/stylesheets/ace.css */
.footer.footer-fixed .footer-inner .footer-content {
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #DDD;
  background-color: #F2F2F2;
}

/* line 5341, lib/assets/stylesheets/ace.css */
.footer.footer-fixed + .btn-scroll-up {
  z-index: 999;
}

/* line 5344, lib/assets/stylesheets/ace.css */
.btn {
  display: inline-block;
  color: #FFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: none !important;
  border: 5px solid #FFF;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  -o-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  position: relative;
  /**
 &:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	color: #FFF;
	box-shadow: none;
 }
 */
}

/* line 5366, lib/assets/stylesheets/ace.css */
.btn.active,
.open > .btn.active.dropdown-toggle {
  box-shadow: none;
}

/* line 5370, lib/assets/stylesheets/ace.css */
.btn-lg,
.btn-group-lg > .btn {
  border-width: 5px;
  line-height: 1.4;
  padding: 5px 16px 6px;
}

/* line 5376, lib/assets/stylesheets/ace.css */
.btn-xlg,
.btn-group-xlg > .btn {
  border-width: 5px;
  line-height: 1.35;
  padding: 7px 16px;
  font-size: 18px;
}

/* line 5383, lib/assets/stylesheets/ace.css */
.btn-sm,
.btn-group-sm > .btn {
  border-width: 4px;
  font-size: 13px;
  padding: 4px 9px;
  line-height: 1.38;
}

/* line 5390, lib/assets/stylesheets/ace.css */
.btn-xs,
.btn-group-xs > .btn {
  padding-top: 3px;
  padding-bottom: 3px;
  border-width: 3px;
}

/* line 5396, lib/assets/stylesheets/ace.css */
.btn-mini,
.btn-group-mini > .btn {
  padding: 1px 5px;
  border-width: 3px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 5403, lib/assets/stylesheets/ace.css */
.btn-minier,
.btn-group-minier > .btn {
  padding: 0 4px;
  line-height: 18px;
  border-width: 2px;
  font-size: 12px;
}

/* line 5410, lib/assets/stylesheets/ace.css */
button.btn:active {
  top: 1px;
}

/* line 5413, lib/assets/stylesheets/ace.css */
.btn,
.btn-default,
.btn:focus,
.btn-default:focus {
  background-color: #abbac3 !important;
  border-color: #abbac3;
}

/* line 5420, lib/assets/stylesheets/ace.css */
.btn:hover,
.btn-default:hover,
.btn:active,
.btn-default:active,
.open > .btn.dropdown-toggle,
.open > .btn-default.dropdown-toggle {
  background-color: #8b9aa3 !important;
  border-color: #abbac3;
}

/* line 5429, lib/assets/stylesheets/ace.css */
.btn.no-border:hover,
.btn-default.no-border:hover,
.btn.no-border:active,
.btn-default.no-border:active {
  border-color: #8b9aa3;
}

/* line 5435, lib/assets/stylesheets/ace.css */
.btn.no-hover:hover,
.btn-default.no-hover:hover,
.btn.no-hover:active,
.btn-default.no-hover:active {
  background-color: #abbac3 !important;
}

/* line 5441, lib/assets/stylesheets/ace.css */
.btn.active,
.btn-default.active {
  background-color: #9baab3 !important;
  border-color: #8799a4;
}

/* line 5446, lib/assets/stylesheets/ace.css */
.btn.no-border.active,
.btn-default.no-border.active {
  background-color: #92a3ac !important;
  border-color: #92a3ac;
}

/* line 5451, lib/assets/stylesheets/ace.css */
.btn.disabled,
.btn-default.disabled,
.btn[disabled],
.btn-default[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .btn-default,
.btn.disabled:hover,
.btn-default.disabled:hover,
.btn[disabled]:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn-default:hover,
.btn.disabled:focus,
.btn-default.disabled:focus,
.btn[disabled]:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn-default:focus,
.btn.disabled:active,
.btn-default.disabled:active,
.btn[disabled]:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn-default:active,
.btn.disabled.active,
.btn-default.disabled.active,
.btn.active[disabled],
.btn-default.active[disabled],
fieldset[disabled] .btn.active,
fieldset[disabled] .btn-default.active {
  background-color: #abbac3 !important;
  border-color: #abbac3;
}

/* line 5484, lib/assets/stylesheets/ace.css */
.btn-primary,
.btn-primary:focus {
  background-color: #428bca !important;
  border-color: #428bca;
}

/* line 5489, lib/assets/stylesheets/ace.css */
.btn-primary:hover,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-color: #1b6aaa !important;
  border-color: #428bca;
}

/* line 5495, lib/assets/stylesheets/ace.css */
.btn-primary.no-border:hover,
.btn-primary.no-border:active {
  border-color: #1b6aaa;
}

/* line 5499, lib/assets/stylesheets/ace.css */
.btn-primary.no-hover:hover,
.btn-primary.no-hover:active {
  background-color: #428bca !important;
}

/* line 5503, lib/assets/stylesheets/ace.css */
.btn-primary.active {
  background-color: #2f7bba !important;
  border-color: #27689d;
}

/* line 5507, lib/assets/stylesheets/ace.css */
.btn-primary.no-border.active {
  background-color: #2b72ae !important;
  border-color: #2b72ae;
}

/* line 5511, lib/assets/stylesheets/ace.css */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  background-color: #428bca !important;
  border-color: #428bca;
}

/* line 5529, lib/assets/stylesheets/ace.css */
.btn-info,
.btn-info:focus {
  background-color: #6fb3e0 !important;
  border-color: #6fb3e0;
}

/* line 5534, lib/assets/stylesheets/ace.css */
.btn-info:hover,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  background-color: #4f99c6 !important;
  border-color: #6fb3e0;
}

/* line 5540, lib/assets/stylesheets/ace.css */
.btn-info.no-border:hover,
.btn-info.no-border:active {
  border-color: #4f99c6;
}

/* line 5544, lib/assets/stylesheets/ace.css */
.btn-info.no-hover:hover,
.btn-info.no-hover:active {
  background-color: #6fb3e0 !important;
}

/* line 5548, lib/assets/stylesheets/ace.css */
.btn-info.active {
  background-color: #5fa6d3 !important;
  border-color: #4396cb;
}

/* line 5552, lib/assets/stylesheets/ace.css */
.btn-info.no-border.active {
  background-color: #539fd0 !important;
  border-color: #539fd0;
}

/* line 5556, lib/assets/stylesheets/ace.css */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info.active {
  background-color: #6fb3e0 !important;
  border-color: #6fb3e0;
}

/* line 5574, lib/assets/stylesheets/ace.css */
.btn-info2,
.btn-info2:focus {
  background-color: #95c6e5 !important;
  border-color: #95c6e5;
}

/* line 5579, lib/assets/stylesheets/ace.css */
.btn-info2:hover,
.btn-info2:active,
.open > .btn-info2.dropdown-toggle {
  background-color: #67a6ce !important;
  border-color: #95c6e5;
}

/* line 5585, lib/assets/stylesheets/ace.css */
.btn-info2.no-border:hover,
.btn-info2.no-border:active {
  border-color: #67a6ce;
}

/* line 5589, lib/assets/stylesheets/ace.css */
.btn-info2.no-hover:hover,
.btn-info2.no-hover:active {
  background-color: #95c6e5 !important;
}

/* line 5593, lib/assets/stylesheets/ace.css */
.btn-info2.active {
  background-color: #7eb6da !important;
  border-color: #62a6d1;
}

/* line 5597, lib/assets/stylesheets/ace.css */
.btn-info2.no-border.active {
  background-color: #72afd6 !important;
  border-color: #72afd6;
}

/* line 5601, lib/assets/stylesheets/ace.css */
.btn-info2.disabled,
.btn-info2[disabled],
fieldset[disabled] .btn-info2,
.btn-info2.disabled:hover,
.btn-info2[disabled]:hover,
fieldset[disabled] .btn-info2:hover,
.btn-info2.disabled:focus,
.btn-info2[disabled]:focus,
fieldset[disabled] .btn-info2:focus,
.btn-info2.disabled:active,
.btn-info2[disabled]:active,
fieldset[disabled] .btn-info2:active,
.btn-info2.disabled.active,
.btn-info2.active[disabled],
fieldset[disabled] .btn-info2.active {
  background-color: #95c6e5 !important;
  border-color: #95c6e5;
}

/* line 5619, lib/assets/stylesheets/ace.css */
.btn-success,
.btn-success:focus {
  background-color: #87b87f !important;
  border-color: #87b87f;
}

/* line 5624, lib/assets/stylesheets/ace.css */
.btn-success:hover,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  background-color: #629b58 !important;
  border-color: #87b87f;
}

/* line 5630, lib/assets/stylesheets/ace.css */
.btn-success.no-border:hover,
.btn-success.no-border:active {
  border-color: #629b58;
}

/* line 5634, lib/assets/stylesheets/ace.css */
.btn-success.no-hover:hover,
.btn-success.no-hover:active {
  background-color: #87b87f !important;
}

/* line 5638, lib/assets/stylesheets/ace.css */
.btn-success.active {
  background-color: #75aa6c !important;
  border-color: #629959;
}

/* line 5642, lib/assets/stylesheets/ace.css */
.btn-success.no-border.active {
  background-color: #6ba462 !important;
  border-color: #6ba462;
}

/* line 5646, lib/assets/stylesheets/ace.css */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success.active {
  background-color: #87b87f !important;
  border-color: #87b87f;
}

/* line 5664, lib/assets/stylesheets/ace.css */
.btn-warning,
.btn-warning:focus {
  background-color: #ffb752 !important;
  border-color: #ffb752;
}

/* line 5669, lib/assets/stylesheets/ace.css */
.btn-warning:hover,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  background-color: #e59729 !important;
  border-color: #ffb752;
}

/* line 5675, lib/assets/stylesheets/ace.css */
.btn-warning.no-border:hover,
.btn-warning.no-border:active {
  border-color: #e59729;
}

/* line 5679, lib/assets/stylesheets/ace.css */
.btn-warning.no-hover:hover,
.btn-warning.no-hover:active {
  background-color: #ffb752 !important;
}

/* line 5683, lib/assets/stylesheets/ace.css */
.btn-warning.active {
  background-color: #f2a73e !important;
  border-color: #f0981c;
}

/* line 5687, lib/assets/stylesheets/ace.css */
.btn-warning.no-border.active {
  background-color: #f1a02f !important;
  border-color: #f1a02f;
}

/* line 5691, lib/assets/stylesheets/ace.css */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning.active {
  background-color: #ffb752 !important;
  border-color: #ffb752;
}

/* line 5709, lib/assets/stylesheets/ace.css */
.btn-danger,
.btn-danger:focus {
  background-color: #d15b47 !important;
  border-color: #d15b47;
}

/* line 5714, lib/assets/stylesheets/ace.css */
.btn-danger:hover,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  background-color: #b74635 !important;
  border-color: #d15b47;
}

/* line 5720, lib/assets/stylesheets/ace.css */
.btn-danger.no-border:hover,
.btn-danger.no-border:active {
  border-color: #b74635;
}

/* line 5724, lib/assets/stylesheets/ace.css */
.btn-danger.no-hover:hover,
.btn-danger.no-hover:active {
  background-color: #d15b47 !important;
}

/* line 5728, lib/assets/stylesheets/ace.css */
.btn-danger.active {
  background-color: #c4513e !important;
  border-color: #aa4434;
}

/* line 5732, lib/assets/stylesheets/ace.css */
.btn-danger.no-border.active {
  background-color: #ba4b39 !important;
  border-color: #ba4b39;
}

/* line 5736, lib/assets/stylesheets/ace.css */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger.active {
  background-color: #d15b47 !important;
  border-color: #d15b47;
}

/* line 5754, lib/assets/stylesheets/ace.css */
.btn-inverse,
.btn-inverse:focus {
  background-color: #555555 !important;
  border-color: #555555;
}

/* line 5759, lib/assets/stylesheets/ace.css */
.btn-inverse:hover,
.btn-inverse:active,
.open > .btn-inverse.dropdown-toggle {
  background-color: #303030 !important;
  border-color: #555555;
}

/* line 5765, lib/assets/stylesheets/ace.css */
.btn-inverse.no-border:hover,
.btn-inverse.no-border:active {
  border-color: #303030;
}

/* line 5769, lib/assets/stylesheets/ace.css */
.btn-inverse.no-hover:hover,
.btn-inverse.no-hover:active {
  background-color: #555555 !important;
}

/* line 5773, lib/assets/stylesheets/ace.css */
.btn-inverse.active {
  background-color: #434343 !important;
  border-color: #313131;
}

/* line 5777, lib/assets/stylesheets/ace.css */
.btn-inverse.no-border.active {
  background-color: #3b3b3b !important;
  border-color: #3b3b3b;
}

/* line 5781, lib/assets/stylesheets/ace.css */
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse.active[disabled],
fieldset[disabled] .btn-inverse.active {
  background-color: #555555 !important;
  border-color: #555555;
}

/* line 5799, lib/assets/stylesheets/ace.css */
.btn-pink,
.btn-pink:focus {
  background-color: #d6487e !important;
  border-color: #d6487e;
}

/* line 5804, lib/assets/stylesheets/ace.css */
.btn-pink:hover,
.btn-pink:active,
.open > .btn-pink.dropdown-toggle {
  background-color: #b73766 !important;
  border-color: #d6487e;
}

/* line 5810, lib/assets/stylesheets/ace.css */
.btn-pink.no-border:hover,
.btn-pink.no-border:active {
  border-color: #b73766;
}

/* line 5814, lib/assets/stylesheets/ace.css */
.btn-pink.no-hover:hover,
.btn-pink.no-hover:active {
  background-color: #d6487e !important;
}

/* line 5818, lib/assets/stylesheets/ace.css */
.btn-pink.active {
  background-color: #c74072 !important;
  border-color: #af3462;
}

/* line 5822, lib/assets/stylesheets/ace.css */
.btn-pink.no-border.active {
  background-color: #be386a !important;
  border-color: #be386a;
}

/* line 5826, lib/assets/stylesheets/ace.css */
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink.active[disabled],
fieldset[disabled] .btn-pink.active {
  background-color: #d6487e !important;
  border-color: #d6487e;
}

/* line 5844, lib/assets/stylesheets/ace.css */
.btn-purple,
.btn-purple:focus {
  background-color: #9585bf !important;
  border-color: #9585bf;
}

/* line 5849, lib/assets/stylesheets/ace.css */
.btn-purple:hover,
.btn-purple:active,
.open > .btn-purple.dropdown-toggle {
  background-color: #7461aa !important;
  border-color: #9585bf;
}

/* line 5855, lib/assets/stylesheets/ace.css */
.btn-purple.no-border:hover,
.btn-purple.no-border:active {
  border-color: #7461aa;
}

/* line 5859, lib/assets/stylesheets/ace.css */
.btn-purple.no-hover:hover,
.btn-purple.no-hover:active {
  background-color: #9585bf !important;
}

/* line 5863, lib/assets/stylesheets/ace.css */
.btn-purple.active {
  background-color: #8573b5 !important;
  border-color: #705ca8;
}

/* line 5867, lib/assets/stylesheets/ace.css */
.btn-purple.no-border.active {
  background-color: #7c69af !important;
  border-color: #7c69af;
}

/* line 5871, lib/assets/stylesheets/ace.css */
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple.active[disabled],
fieldset[disabled] .btn-purple.active {
  background-color: #9585bf !important;
  border-color: #9585bf;
}

/* line 5889, lib/assets/stylesheets/ace.css */
.btn-grey,
.btn-grey:focus {
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0;
}

/* line 5894, lib/assets/stylesheets/ace.css */
.btn-grey:hover,
.btn-grey:active,
.open > .btn-grey.dropdown-toggle {
  background-color: #888888 !important;
  border-color: #a0a0a0;
}

/* line 5900, lib/assets/stylesheets/ace.css */
.btn-grey.no-border:hover,
.btn-grey.no-border:active {
  border-color: #888888;
}

/* line 5904, lib/assets/stylesheets/ace.css */
.btn-grey.no-hover:hover,
.btn-grey.no-hover:active {
  background-color: #a0a0a0 !important;
}

/* line 5908, lib/assets/stylesheets/ace.css */
.btn-grey.active {
  background-color: #949494 !important;
  border-color: #828282;
}

/* line 5912, lib/assets/stylesheets/ace.css */
.btn-grey.no-border.active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c;
}

/* line 5916, lib/assets/stylesheets/ace.css */
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey.active[disabled],
fieldset[disabled] .btn-grey.active {
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0;
}

/* line 5934, lib/assets/stylesheets/ace.css */
.btn-yellow {
  color: #996633 !important;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important;
}

/* line 5938, lib/assets/stylesheets/ace.css */
.btn-yellow,
.btn-yellow:focus {
  background-color: #fee188 !important;
  border-color: #fee188;
}

/* line 5943, lib/assets/stylesheets/ace.css */
.btn-yellow:hover,
.btn-yellow:active,
.open > .btn-yellow.dropdown-toggle {
  background-color: #f7d05b !important;
  border-color: #fee188;
}

/* line 5949, lib/assets/stylesheets/ace.css */
.btn-yellow.no-border:hover,
.btn-yellow.no-border:active {
  border-color: #f7d05b;
}

/* line 5953, lib/assets/stylesheets/ace.css */
.btn-yellow.no-hover:hover,
.btn-yellow.no-hover:active {
  background-color: #fee188 !important;
}

/* line 5957, lib/assets/stylesheets/ace.css */
.btn-yellow.active {
  background-color: #fbd972 !important;
  border-color: #f9cf4f;
}

/* line 5961, lib/assets/stylesheets/ace.css */
.btn-yellow.no-border.active {
  background-color: #fad463 !important;
  border-color: #fad463;
}

/* line 5965, lib/assets/stylesheets/ace.css */
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow.active[disabled],
fieldset[disabled] .btn-yellow.active {
  background-color: #fee188 !important;
  border-color: #fee188;
}

/* line 5983, lib/assets/stylesheets/ace.css */
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.open > .btn-yellow.dropdown-toggle,
.btn-yellow.active,
.open > .btn-yellow.active.dropdown-toggle {
  color: #996633;
}

/* line 5991, lib/assets/stylesheets/ace.css */
.btn-light {
  color: #888888 !important;
  text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25) !important;
}

/* line 5995, lib/assets/stylesheets/ace.css */
.btn-light,
.btn-light:focus {
  background-color: #e7e7e7 !important;
  border-color: #e7e7e7;
}

/* line 6000, lib/assets/stylesheets/ace.css */
.btn-light:hover,
.btn-light:active,
.open > .btn-light.dropdown-toggle {
  background-color: #d9d9d9 !important;
  border-color: #e7e7e7;
}

/* line 6006, lib/assets/stylesheets/ace.css */
.btn-light.no-border:hover,
.btn-light.no-border:active {
  border-color: #d9d9d9;
}

/* line 6010, lib/assets/stylesheets/ace.css */
.btn-light.no-hover:hover,
.btn-light.no-hover:active {
  background-color: #e7e7e7 !important;
}

/* line 6014, lib/assets/stylesheets/ace.css */
.btn-light.active {
  background-color: #e0e0e0 !important;
  border-color: #cecece;
}

/* line 6018, lib/assets/stylesheets/ace.css */
.btn-light.no-border.active {
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8;
}

/* line 6022, lib/assets/stylesheets/ace.css */
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light.active[disabled],
fieldset[disabled] .btn-light.active {
  background-color: #e7e7e7 !important;
  border-color: #e7e7e7;
}

/* line 6040, lib/assets/stylesheets/ace.css */
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.open > .btn-light.dropdown-toggle,
.btn-light.active,
.open > .btn-light.active.dropdown-toggle {
  color: #888888;
}

/* line 6048, lib/assets/stylesheets/ace.css */
.btn-light.btn-xs:after, .btn-group-xs > .btn-light.btn:after,
.btn-light.btn-mini:after {
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
}

/* line 6055, lib/assets/stylesheets/ace.css */
.btn-light.btn-sm:after, .btn-group-sm > .btn-light.btn:after {
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
}

/* line 6061, lib/assets/stylesheets/ace.css */
.btn-light .btn-lg:after, .btn-light .btn-group-lg > .btn:after {
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
}

/* line 6067, lib/assets/stylesheets/ace.css */
.btn.btn-white {
  text-shadow: none !important;
  background-color: #FFF !important;
}

/* line 6071, lib/assets/stylesheets/ace.css */
.btn.btn-white.no-hover:hover,
.btn.btn-white.no-hover:active {
  background-color: #FFF !important;
}

/* line 6075, lib/assets/stylesheets/ace.css */
.btn.btn-white:focus,
.btn.btn-white.active {
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}

/* line 6079, lib/assets/stylesheets/ace.css */
.btn.btn-white.btn-bold:focus,
.btn.btn-white.active.btn-bold {
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15) !important;
}

/* line 6083, lib/assets/stylesheets/ace.css */
.btn.btn-white.active:after {
  display: none;
}

/* line 6086, lib/assets/stylesheets/ace.css */
.btn.btn-white {
  border-color: #cccccc;
  color: #444444 !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6098, lib/assets/stylesheets/ace.css */
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active,
.open > .btn.btn-white.dropdown-toggle,
.open > .btn.btn-white.active.dropdown-toggle {
  background-color: #ebebeb !important;
  border-color: #cccccc;
  color: #3a3434 !important;
}

/* line 6108, lib/assets/stylesheets/ace.css */
.btn.btn-white.no-border:hover,
.btn.btn-white.no-border:focus,
.btn.btn-white.active.no-border,
.btn.btn-white.no-border:active,
.open > .btn.btn-white.dropdown-toggle.no-border,
.open > .btn.btn-white.active.dropdown-toggle.no-border {
  border-color: #cccccc;
}

/* line 6116, lib/assets/stylesheets/ace.css */
.btn.btn-white.disabled,
.btn.btn-white[disabled],
fieldset[disabled] .btn.btn-white,
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled]:hover,
fieldset[disabled] .btn.btn-white:hover,
.btn.btn-white.disabled:focus,
.btn.btn-white[disabled]:focus,
fieldset[disabled] .btn.btn-white:focus,
.btn.btn-white.disabled:active,
.btn.btn-white[disabled]:active,
fieldset[disabled] .btn.btn-white:active,
.btn.btn-white.disabled.active,
.btn.btn-white.active[disabled],
fieldset[disabled] .btn.btn-white.active {
  border-color: #cccccc;
}

/* line 6133, lib/assets/stylesheets/ace.css */
.btn-white.btn-default {
  border-color: #abbac3;
  color: #80909a !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6145, lib/assets/stylesheets/ace.css */
.btn-white.btn-default:hover,
.btn-white.btn-default:focus,
.btn-white.btn-default.active,
.btn-white.btn-default:active,
.open > .btn-white.btn-default.dropdown-toggle,
.open > .btn-white.btn-default.active.dropdown-toggle {
  background-color: #eff2f4 !important;
  border-color: #abbac3;
  color: #6b8595 !important;
}

/* line 6155, lib/assets/stylesheets/ace.css */
.btn-white.btn-default.no-border:hover,
.btn-white.btn-default.no-border:focus,
.btn-white.btn-default.active.no-border,
.btn-white.btn-default.no-border:active,
.open > .btn-white.btn-default.dropdown-toggle.no-border,
.open > .btn-white.btn-default.active.dropdown-toggle.no-border {
  border-color: #abbac3;
}

/* line 6163, lib/assets/stylesheets/ace.css */
.btn-white.btn-default.disabled,
.btn-white.btn-default[disabled],
fieldset[disabled] .btn-white.btn-default,
.btn-white.btn-default.disabled:hover,
.btn-white.btn-default[disabled]:hover,
fieldset[disabled] .btn-white.btn-default:hover,
.btn-white.btn-default.disabled:focus,
.btn-white.btn-default[disabled]:focus,
fieldset[disabled] .btn-white.btn-default:focus,
.btn-white.btn-default.disabled:active,
.btn-white.btn-default[disabled]:active,
fieldset[disabled] .btn-white.btn-default:active,
.btn-white.btn-default.disabled.active,
.btn-white.btn-default.active[disabled],
fieldset[disabled] .btn-white.btn-default.active {
  border-color: #abbac3;
}

/* line 6180, lib/assets/stylesheets/ace.css */
.btn-white.btn-primary {
  border-color: #8aafce;
  color: #6688a6 !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6192, lib/assets/stylesheets/ace.css */
.btn-white.btn-primary:hover,
.btn-white.btn-primary:focus,
.btn-white.btn-primary.active,
.btn-white.btn-primary:active,
.open > .btn-white.btn-primary.dropdown-toggle,
.open > .btn-white.btn-primary.active.dropdown-toggle {
  background-color: #eaf2f8 !important;
  border-color: #8aafce;
  color: #537c9f !important;
}

/* line 6202, lib/assets/stylesheets/ace.css */
.btn-white.btn-primary.no-border:hover,
.btn-white.btn-primary.no-border:focus,
.btn-white.btn-primary.active.no-border,
.btn-white.btn-primary.no-border:active,
.open > .btn-white.btn-primary.dropdown-toggle.no-border,
.open > .btn-white.btn-primary.active.dropdown-toggle.no-border {
  border-color: #8aafce;
}

/* line 6210, lib/assets/stylesheets/ace.css */
.btn-white.btn-primary.disabled,
.btn-white.btn-primary[disabled],
fieldset[disabled] .btn-white.btn-primary,
.btn-white.btn-primary.disabled:hover,
.btn-white.btn-primary[disabled]:hover,
fieldset[disabled] .btn-white.btn-primary:hover,
.btn-white.btn-primary.disabled:focus,
.btn-white.btn-primary[disabled]:focus,
fieldset[disabled] .btn-white.btn-primary:focus,
.btn-white.btn-primary.disabled:active,
.btn-white.btn-primary[disabled]:active,
fieldset[disabled] .btn-white.btn-primary:active,
.btn-white.btn-primary.disabled.active,
.btn-white.btn-primary.active[disabled],
fieldset[disabled] .btn-white.btn-primary.active {
  border-color: #8aafce;
}

/* line 6227, lib/assets/stylesheets/ace.css */
.btn-white.btn-success {
  border-color: #a7c9a1;
  color: #81a87b !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6239, lib/assets/stylesheets/ace.css */
.btn-white.btn-success:hover,
.btn-white.btn-success:focus,
.btn-white.btn-success.active,
.btn-white.btn-success:active,
.open > .btn-white.btn-success.dropdown-toggle,
.open > .btn-white.btn-success.active.dropdown-toggle {
  background-color: #edf4eb !important;
  border-color: #a7c9a1;
  color: #6ea465 !important;
}

/* line 6249, lib/assets/stylesheets/ace.css */
.btn-white.btn-success.no-border:hover,
.btn-white.btn-success.no-border:focus,
.btn-white.btn-success.active.no-border,
.btn-white.btn-success.no-border:active,
.open > .btn-white.btn-success.dropdown-toggle.no-border,
.open > .btn-white.btn-success.active.dropdown-toggle.no-border {
  border-color: #a7c9a1;
}

/* line 6257, lib/assets/stylesheets/ace.css */
.btn-white.btn-success.disabled,
.btn-white.btn-success[disabled],
fieldset[disabled] .btn-white.btn-success,
.btn-white.btn-success.disabled:hover,
.btn-white.btn-success[disabled]:hover,
fieldset[disabled] .btn-white.btn-success:hover,
.btn-white.btn-success.disabled:focus,
.btn-white.btn-success[disabled]:focus,
fieldset[disabled] .btn-white.btn-success:focus,
.btn-white.btn-success.disabled:active,
.btn-white.btn-success[disabled]:active,
fieldset[disabled] .btn-white.btn-success:active,
.btn-white.btn-success.disabled.active,
.btn-white.btn-success.active[disabled],
fieldset[disabled] .btn-white.btn-success.active {
  border-color: #a7c9a1;
}

/* line 6274, lib/assets/stylesheets/ace.css */
.btn-white.btn-danger {
  border-color: #d7a59d;
  color: #b7837a !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6286, lib/assets/stylesheets/ace.css */
.btn-white.btn-danger:hover,
.btn-white.btn-danger:focus,
.btn-white.btn-danger.active,
.btn-white.btn-danger:active,
.open > .btn-white.btn-danger.dropdown-toggle,
.open > .btn-white.btn-danger.active.dropdown-toggle {
  background-color: #fbf4f3 !important;
  border-color: #d7a59d;
  color: #b46f64 !important;
}

/* line 6296, lib/assets/stylesheets/ace.css */
.btn-white.btn-danger.no-border:hover,
.btn-white.btn-danger.no-border:focus,
.btn-white.btn-danger.active.no-border,
.btn-white.btn-danger.no-border:active,
.open > .btn-white.btn-danger.dropdown-toggle.no-border,
.open > .btn-white.btn-danger.active.dropdown-toggle.no-border {
  border-color: #d7a59d;
}

/* line 6304, lib/assets/stylesheets/ace.css */
.btn-white.btn-danger.disabled,
.btn-white.btn-danger[disabled],
fieldset[disabled] .btn-white.btn-danger,
.btn-white.btn-danger.disabled:hover,
.btn-white.btn-danger[disabled]:hover,
fieldset[disabled] .btn-white.btn-danger:hover,
.btn-white.btn-danger.disabled:focus,
.btn-white.btn-danger[disabled]:focus,
fieldset[disabled] .btn-white.btn-danger:focus,
.btn-white.btn-danger.disabled:active,
.btn-white.btn-danger[disabled]:active,
fieldset[disabled] .btn-white.btn-danger:active,
.btn-white.btn-danger.disabled.active,
.btn-white.btn-danger.active[disabled],
fieldset[disabled] .btn-white.btn-danger.active {
  border-color: #d7a59d;
}

/* line 6321, lib/assets/stylesheets/ace.css */
.btn-white.btn-warning {
  border-color: #e7b979;
  color: #daa458 !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6333, lib/assets/stylesheets/ace.css */
.btn-white.btn-warning:hover,
.btn-white.btn-warning:focus,
.btn-white.btn-warning.active,
.btn-white.btn-warning:active,
.open > .btn-white.btn-warning.dropdown-toggle,
.open > .btn-white.btn-warning.active.dropdown-toggle {
  background-color: #fef7ec !important;
  border-color: #e7b979;
  color: #db9a3d !important;
}

/* line 6343, lib/assets/stylesheets/ace.css */
.btn-white.btn-warning.no-border:hover,
.btn-white.btn-warning.no-border:focus,
.btn-white.btn-warning.active.no-border,
.btn-white.btn-warning.no-border:active,
.open > .btn-white.btn-warning.dropdown-toggle.no-border,
.open > .btn-white.btn-warning.active.dropdown-toggle.no-border {
  border-color: #e7b979;
}

/* line 6351, lib/assets/stylesheets/ace.css */
.btn-white.btn-warning.disabled,
.btn-white.btn-warning[disabled],
fieldset[disabled] .btn-white.btn-warning,
.btn-white.btn-warning.disabled:hover,
.btn-white.btn-warning[disabled]:hover,
fieldset[disabled] .btn-white.btn-warning:hover,
.btn-white.btn-warning.disabled:focus,
.btn-white.btn-warning[disabled]:focus,
fieldset[disabled] .btn-white.btn-warning:focus,
.btn-white.btn-warning.disabled:active,
.btn-white.btn-warning[disabled]:active,
fieldset[disabled] .btn-white.btn-warning:active,
.btn-white.btn-warning.disabled.active,
.btn-white.btn-warning.active[disabled],
fieldset[disabled] .btn-white.btn-warning.active {
  border-color: #e7b979;
}

/* line 6368, lib/assets/stylesheets/ace.css */
.btn-white.btn-info {
  border-color: #8fbcd9;
  color: #70a0c1 !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6380, lib/assets/stylesheets/ace.css */
.btn-white.btn-info:hover,
.btn-white.btn-info:focus,
.btn-white.btn-info.active,
.btn-white.btn-info:active,
.open > .btn-white.btn-info.dropdown-toggle,
.open > .btn-white.btn-info.active.dropdown-toggle {
  background-color: #eef5fa !important;
  border-color: #8fbcd9;
  color: #5896bf !important;
}

/* line 6390, lib/assets/stylesheets/ace.css */
.btn-white.btn-info.no-border:hover,
.btn-white.btn-info.no-border:focus,
.btn-white.btn-info.active.no-border,
.btn-white.btn-info.no-border:active,
.open > .btn-white.btn-info.dropdown-toggle.no-border,
.open > .btn-white.btn-info.active.dropdown-toggle.no-border {
  border-color: #8fbcd9;
}

/* line 6398, lib/assets/stylesheets/ace.css */
.btn-white.btn-info.disabled,
.btn-white.btn-info[disabled],
fieldset[disabled] .btn-white.btn-info,
.btn-white.btn-info.disabled:hover,
.btn-white.btn-info[disabled]:hover,
fieldset[disabled] .btn-white.btn-info:hover,
.btn-white.btn-info.disabled:focus,
.btn-white.btn-info[disabled]:focus,
fieldset[disabled] .btn-white.btn-info:focus,
.btn-white.btn-info.disabled:active,
.btn-white.btn-info[disabled]:active,
fieldset[disabled] .btn-white.btn-info:active,
.btn-white.btn-info.disabled.active,
.btn-white.btn-info.active[disabled],
fieldset[disabled] .btn-white.btn-info.active {
  border-color: #8fbcd9;
}

/* line 6415, lib/assets/stylesheets/ace.css */
.btn-white.btn-inverse {
  border-color: #959595;
  color: #555555 !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6427, lib/assets/stylesheets/ace.css */
.btn-white.btn-inverse:hover,
.btn-white.btn-inverse:focus,
.btn-white.btn-inverse.active,
.btn-white.btn-inverse:active,
.open > .btn-white.btn-inverse.dropdown-toggle,
.open > .btn-white.btn-inverse.active.dropdown-toggle {
  background-color: #e4e4e4 !important;
  border-color: #959595;
  color: #4c4545 !important;
}

/* line 6437, lib/assets/stylesheets/ace.css */
.btn-white.btn-inverse.no-border:hover,
.btn-white.btn-inverse.no-border:focus,
.btn-white.btn-inverse.active.no-border,
.btn-white.btn-inverse.no-border:active,
.open > .btn-white.btn-inverse.dropdown-toggle.no-border,
.open > .btn-white.btn-inverse.active.dropdown-toggle.no-border {
  border-color: #959595;
}

/* line 6445, lib/assets/stylesheets/ace.css */
.btn-white.btn-inverse.disabled,
.btn-white.btn-inverse[disabled],
fieldset[disabled] .btn-white.btn-inverse,
.btn-white.btn-inverse.disabled:hover,
.btn-white.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-white.btn-inverse:hover,
.btn-white.btn-inverse.disabled:focus,
.btn-white.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-white.btn-inverse:focus,
.btn-white.btn-inverse.disabled:active,
.btn-white.btn-inverse[disabled]:active,
fieldset[disabled] .btn-white.btn-inverse:active,
.btn-white.btn-inverse.disabled.active,
.btn-white.btn-inverse.active[disabled],
fieldset[disabled] .btn-white.btn-inverse.active {
  border-color: #959595;
}

/* line 6462, lib/assets/stylesheets/ace.css */
.btn-white.btn-pink {
  border-color: #d299ae;
  color: #af6f87 !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6474, lib/assets/stylesheets/ace.css */
.btn-white.btn-pink:hover,
.btn-white.btn-pink:focus,
.btn-white.btn-pink.active,
.btn-white.btn-pink:active,
.open > .btn-white.btn-pink.dropdown-toggle,
.open > .btn-white.btn-pink.active.dropdown-toggle {
  background-color: #fbeff4 !important;
  border-color: #d299ae;
  color: #ac5978 !important;
}

/* line 6484, lib/assets/stylesheets/ace.css */
.btn-white.btn-pink.no-border:hover,
.btn-white.btn-pink.no-border:focus,
.btn-white.btn-pink.active.no-border,
.btn-white.btn-pink.no-border:active,
.open > .btn-white.btn-pink.dropdown-toggle.no-border,
.open > .btn-white.btn-pink.active.dropdown-toggle.no-border {
  border-color: #d299ae;
}

/* line 6492, lib/assets/stylesheets/ace.css */
.btn-white.btn-pink.disabled,
.btn-white.btn-pink[disabled],
fieldset[disabled] .btn-white.btn-pink,
.btn-white.btn-pink.disabled:hover,
.btn-white.btn-pink[disabled]:hover,
fieldset[disabled] .btn-white.btn-pink:hover,
.btn-white.btn-pink.disabled:focus,
.btn-white.btn-pink[disabled]:focus,
fieldset[disabled] .btn-white.btn-pink:focus,
.btn-white.btn-pink.disabled:active,
.btn-white.btn-pink[disabled]:active,
fieldset[disabled] .btn-white.btn-pink:active,
.btn-white.btn-pink.disabled.active,
.btn-white.btn-pink.active[disabled],
fieldset[disabled] .btn-white.btn-pink.active {
  border-color: #d299ae;
}

/* line 6509, lib/assets/stylesheets/ace.css */
.btn-white.btn-purple {
  border-color: #b7b1c6;
  color: #7d6fa2 !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6521, lib/assets/stylesheets/ace.css */
.btn-white.btn-purple:hover,
.btn-white.btn-purple:focus,
.btn-white.btn-purple.active,
.btn-white.btn-purple:active,
.open > .btn-white.btn-purple.dropdown-toggle,
.open > .btn-white.btn-purple.active.dropdown-toggle {
  background-color: #efedf5 !important;
  border-color: #b7b1c6;
  color: #6d5b9c !important;
}

/* line 6531, lib/assets/stylesheets/ace.css */
.btn-white.btn-purple.no-border:hover,
.btn-white.btn-purple.no-border:focus,
.btn-white.btn-purple.active.no-border,
.btn-white.btn-purple.no-border:active,
.open > .btn-white.btn-purple.dropdown-toggle.no-border,
.open > .btn-white.btn-purple.active.dropdown-toggle.no-border {
  border-color: #b7b1c6;
}

/* line 6539, lib/assets/stylesheets/ace.css */
.btn-white.btn-purple.disabled,
.btn-white.btn-purple[disabled],
fieldset[disabled] .btn-white.btn-purple,
.btn-white.btn-purple.disabled:hover,
.btn-white.btn-purple[disabled]:hover,
fieldset[disabled] .btn-white.btn-purple:hover,
.btn-white.btn-purple.disabled:focus,
.btn-white.btn-purple[disabled]:focus,
fieldset[disabled] .btn-white.btn-purple:focus,
.btn-white.btn-purple.disabled:active,
.btn-white.btn-purple[disabled]:active,
fieldset[disabled] .btn-white.btn-purple:active,
.btn-white.btn-purple.disabled.active,
.btn-white.btn-purple.active[disabled],
fieldset[disabled] .btn-white.btn-purple.active {
  border-color: #b7b1c6;
}

/* line 6556, lib/assets/stylesheets/ace.css */
.btn-white.btn-yellow {
  border-color: #ecd181;
  color: #d3a61a !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6568, lib/assets/stylesheets/ace.css */
.btn-white.btn-yellow:hover,
.btn-white.btn-yellow:focus,
.btn-white.btn-yellow.active,
.btn-white.btn-yellow:active,
.open > .btn-white.btn-yellow.dropdown-toggle,
.open > .btn-white.btn-yellow.active.dropdown-toggle {
  background-color: #fdf7e4 !important;
  border-color: #ecd181;
  color: #c29712 !important;
}

/* line 6578, lib/assets/stylesheets/ace.css */
.btn-white.btn-yellow.no-border:hover,
.btn-white.btn-yellow.no-border:focus,
.btn-white.btn-yellow.active.no-border,
.btn-white.btn-yellow.no-border:active,
.open > .btn-white.btn-yellow.dropdown-toggle.no-border,
.open > .btn-white.btn-yellow.active.dropdown-toggle.no-border {
  border-color: #ecd181;
}

/* line 6586, lib/assets/stylesheets/ace.css */
.btn-white.btn-yellow.disabled,
.btn-white.btn-yellow[disabled],
fieldset[disabled] .btn-white.btn-yellow,
.btn-white.btn-yellow.disabled:hover,
.btn-white.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-white.btn-yellow:hover,
.btn-white.btn-yellow.disabled:focus,
.btn-white.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-white.btn-yellow:focus,
.btn-white.btn-yellow.disabled:active,
.btn-white.btn-yellow[disabled]:active,
fieldset[disabled] .btn-white.btn-yellow:active,
.btn-white.btn-yellow.disabled.active,
.btn-white.btn-yellow.active[disabled],
fieldset[disabled] .btn-white.btn-yellow.active {
  border-color: #ecd181;
}

/* line 6603, lib/assets/stylesheets/ace.css */
.btn-white.btn-grey {
  border-color: #c6c6c6;
  color: #8c8c8c !important;
  /**
 //&:hover, &:focus, &.focus, .open > &.dropdown-toggle {
	//color: saturate(darken(@txt-color , 5%) , 5%) !important;
 //}
 //&.no-border:hover , &.no-border:active {
	//border-color: @border-color;
 //}
 */
}

/* line 6615, lib/assets/stylesheets/ace.css */
.btn-white.btn-grey:hover,
.btn-white.btn-grey:focus,
.btn-white.btn-grey.active,
.btn-white.btn-grey:active,
.open > .btn-white.btn-grey.dropdown-toggle,
.open > .btn-white.btn-grey.active.dropdown-toggle {
  background-color: #ededed !important;
  border-color: #c6c6c6;
  color: #857979 !important;
}

/* line 6625, lib/assets/stylesheets/ace.css */
.btn-white.btn-grey.no-border:hover,
.btn-white.btn-grey.no-border:focus,
.btn-white.btn-grey.active.no-border,
.btn-white.btn-grey.no-border:active,
.open > .btn-white.btn-grey.dropdown-toggle.no-border,
.open > .btn-white.btn-grey.active.dropdown-toggle.no-border {
  border-color: #c6c6c6;
}

/* line 6633, lib/assets/stylesheets/ace.css */
.btn-white.btn-grey.disabled,
.btn-white.btn-grey[disabled],
fieldset[disabled] .btn-white.btn-grey,
.btn-white.btn-grey.disabled:hover,
.btn-white.btn-grey[disabled]:hover,
fieldset[disabled] .btn-white.btn-grey:hover,
.btn-white.btn-grey.disabled:focus,
.btn-white.btn-grey[disabled]:focus,
fieldset[disabled] .btn-white.btn-grey:focus,
.btn-white.btn-grey.disabled:active,
.btn-white.btn-grey[disabled]:active,
fieldset[disabled] .btn-white.btn-grey:active,
.btn-white.btn-grey.disabled.active,
.btn-white.btn-grey.active[disabled],
fieldset[disabled] .btn-white.btn-grey.active {
  border-color: #c6c6c6;
}

/* line 6650, lib/assets/stylesheets/ace.css */
.btn.disabled.active,
.btn.active[disabled],
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active {
  outline: none;
}

/* line 6658, lib/assets/stylesheets/ace.css */
.btn.disabled:active,
.btn[disabled]:active {
  top: 0;
  left: 0;
}

/* line 6663, lib/assets/stylesheets/ace.css */
.btn.active:after {
  display: inline-block;
  content: "";
  position: absolute;
  border-bottom: 1px solid #efe5b5;
  left: -4px;
  right: -4px;
  bottom: -4px;
}

/* line 6672, lib/assets/stylesheets/ace.css */
.btn.active.btn-sm:after, .btn-group-sm > .active.btn:after {
  left: -3px;
  right: -3px;
  bottom: -3px;
}

/* line 6677, lib/assets/stylesheets/ace.css */
.btn.active.btn-lg:after, .btn-group-lg > .active.btn:after {
  left: -5px;
  right: -5px;
  bottom: -5px;
}

/* line 6682, lib/assets/stylesheets/ace.css */
.btn.active.btn-xs:after, .btn-group-xs > .active.btn:after,
.btn.active.btn-mini:after,
.btn.active.btn-minier:after {
  left: -1px;
  right: -1px;
  bottom: -2px;
}

/* line 6689, lib/assets/stylesheets/ace.css */
.btn.active.btn-minier:after {
  bottom: -1px;
}

/* line 6692, lib/assets/stylesheets/ace.css */
.btn.active.btn-yellow:after {
  border-bottom-color: #c96338;
}

/* line 6695, lib/assets/stylesheets/ace.css */
.btn.active.btn-light {
  color: #515151;
}

/* line 6698, lib/assets/stylesheets/ace.css */
.btn.active.btn-light:after {
  border-bottom-color: #B5B5B5;
}

/* line 6701, lib/assets/stylesheets/ace.css */
.btn > .ace-icon {
  margin-right: 4px;
}

/* line 6704, lib/assets/stylesheets/ace.css */
.btn > .ace-icon.icon-on-right {
  margin-right: 0;
  margin-left: 4px;
}

/* line 6708, lib/assets/stylesheets/ace.css */
.btn > .icon-only.ace-icon {
  margin: 0 !important;
  text-align: center;
  padding: 0;
}

/* line 6713, lib/assets/stylesheets/ace.css */
.btn-lg > .ace-icon, .btn-group-lg > .btn > .ace-icon {
  margin-right: 6px;
}

/* line 6716, lib/assets/stylesheets/ace.css */
.btn-lg > .ace-icon.icon-on-right, .btn-group-lg > .btn > .ace-icon.icon-on-right {
  margin-right: 0;
  margin-left: 6px;
}

/* line 6720, lib/assets/stylesheets/ace.css */
.btn-sm > .ace-icon, .btn-group-sm > .btn > .ace-icon {
  margin-right: 3px;
}

/* line 6723, lib/assets/stylesheets/ace.css */
.btn-sm > .ace-icon.icon-on-right, .btn-group-sm > .btn > .ace-icon.icon-on-right {
  margin-right: 0;
  margin-left: 3px;
}

/* line 6727, lib/assets/stylesheets/ace.css */
.btn-xs > .ace-icon, .btn-group-xs > .btn > .ace-icon,
.btn-mini > .ace-icon,
.btn-minier > .ace-icon {
  margin-right: 2px;
}

/* line 6732, lib/assets/stylesheets/ace.css */
.btn-xs > .ace-icon.icon-on-right, .btn-group-xs > .btn > .ace-icon.icon-on-right,
.btn-mini > .ace-icon.icon-on-right,
.btn-minier > .ace-icon.icon-on-right {
  margin-right: 0;
  margin-left: 2px;
}

/* line 6738, lib/assets/stylesheets/ace.css */
.btn.btn-link {
  border-width: 0 !important;
  background: transparent none !important;
  color: #0088cc !important;
  text-shadow: none !important;
  padding: 4px 12px !important;
  line-height: 20px !important;
}

/* line 6746, lib/assets/stylesheets/ace.css */
.btn.btn-link:hover {
  background: none !important;
  text-shadow: none !important;
}

/* line 6750, lib/assets/stylesheets/ace.css */
.btn.btn-link.active {
  background: none !important;
  text-decoration: underline;
  color: #009ceb !important;
}

/* line 6755, lib/assets/stylesheets/ace.css */
.btn.btn-link.active:after {
  display: none;
}

/* line 6758, lib/assets/stylesheets/ace.css */
.btn.btn-link.disabled,
.btn.btn-link[disabled] {
  background: transparent none !important;
  opacity: 0.65;
  filter: alpha(opacity=65);
  text-decoration: none !important;
}

/* line 6765, lib/assets/stylesheets/ace.css */
.btn.btn-no-border {
  border-width: 0 !important;
}

/* line 6768, lib/assets/stylesheets/ace.css */
.btn-group:first-child {
  margin-left: 0;
}

/* line 6771, lib/assets/stylesheets/ace.css */
.btn-group > .btn,
.btn-group > .btn + .btn {
  margin: 0 1px 0 0;
}

/* line 6775, lib/assets/stylesheets/ace.css */
.btn-group > .btn:first-child {
  margin: 0 1px 0 0;
}

/* line 6778, lib/assets/stylesheets/ace.css */
.btn-group > .btn > .caret {
  margin-top: 15px;
  margin-left: 1px;
  border-width: 5px;
  border-top-color: #FFF;
}

/* line 6784, lib/assets/stylesheets/ace.css */
.btn-group > .btn.btn-sm > .caret, .btn-group-sm.btn-group > .btn > .caret {
  margin-top: 10px;
  border-width: 4px;
}

/* line 6788, lib/assets/stylesheets/ace.css */
.btn-group > .btn.btn-lg > .caret, .btn-group-lg.btn-group > .btn > .caret {
  margin-top: 18px;
  border-width: 6px;
}

/* line 6792, lib/assets/stylesheets/ace.css */
.btn-group > .btn.btn-xs > .caret, .btn-group-xs.btn-group > .btn > .caret,
.btn-group > .btn.btn-mini > .caret {
  margin-top: 9px;
  border-width: 4px;
}

/* line 6797, lib/assets/stylesheets/ace.css */
.btn-group > .btn.btn-minier > .caret {
  margin-top: 7px;
  border-width: 3px;
}

/* line 6801, lib/assets/stylesheets/ace.css */
.btn-group > .btn + .btn.dropdown-toggle {
  padding-right: 3px;
  padding-left: 3px;
}

/* line 6805, lib/assets/stylesheets/ace.css */
.btn-group > .btn + .btn-lg.dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle.btn {
  padding-right: 4px;
  padding-left: 4px;
}

/* line 6809, lib/assets/stylesheets/ace.css */
.btn-group .dropdown-toggle {
  border-radius: 0;
}

/* line 6812, lib/assets/stylesheets/ace.css */
.btn-group > .btn,
.btn-group + .btn {
  margin: 0 1px 0 0;
  border-width: 3px;
  /* the border under an active button in button groups */
}

/* line 6818, lib/assets/stylesheets/ace.css */
.btn-group > .btn.active:after,
.btn-group + .btn.active:after {
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-bottom-width: 1px;
}

/* line 6825, lib/assets/stylesheets/ace.css */
.btn-group > .btn-lg, .btn-group-lg.btn-group > .btn,
.btn-group + .btn-lg,
.btn-group-lg > .btn-group + .btn {
  border-width: 4px;
  /* the border under an active button in button groups */
}

/* line 6830, lib/assets/stylesheets/ace.css */
.btn-group > .btn-lg.active:after, .btn-group-lg.btn-group > .active.btn:after,
.btn-group + .btn-lg.active:after,
.btn-group-lg > .btn-group + .active.btn:after {
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-bottom-width: 1px;
}

/* line 6837, lib/assets/stylesheets/ace.css */
.btn-group > .btn-sm, .btn-group-sm.btn-group > .btn,
.btn-group + .btn-sm,
.btn-group-sm > .btn-group + .btn {
  border-width: 2px;
  /* the border under an active button in button groups */
}

/* line 6842, lib/assets/stylesheets/ace.css */
.btn-group > .btn-sm.active:after, .btn-group-sm.btn-group > .active.btn:after,
.btn-group + .btn-sm.active:after,
.btn-group-sm > .btn-group + .active.btn:after {
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-bottom-width: 1px;
}

/* line 6849, lib/assets/stylesheets/ace.css */
.btn-group > .btn-xs, .btn-group-xs.btn-group > .btn,
.btn-group + .btn-xs,
.btn-group-xs > .btn-group + .btn,
.btn-group > .btn-mini,
.btn-group + .btn-mini {
  border-width: 1px;
  /* the border under an active button in button groups */
}

/* line 6856, lib/assets/stylesheets/ace.css */
.btn-group > .btn-xs.active:after, .btn-group-xs.btn-group > .active.btn:after,
.btn-group + .btn-xs.active:after,
.btn-group-xs > .btn-group + .active.btn:after,
.btn-group > .btn-mini.active:after,
.btn-group + .btn-mini.active:after {
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom-width: 1px;
}

/* line 6865, lib/assets/stylesheets/ace.css */
.btn-group > .btn-minier,
.btn-group + .btn-minier {
  border-width: 1px;
  /* the border under an active button in button groups */
}

/* line 6870, lib/assets/stylesheets/ace.css */
.btn-group > .btn-minier.active:after,
.btn-group + .btn-minier.active:after {
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom-width: 1px;
}

/* line 6877, lib/assets/stylesheets/ace.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0;
}

/* line 6880, lib/assets/stylesheets/ace.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn + .btn {
  margin: 1px 0 0;
}

/* line 6884, lib/assets/stylesheets/ace.css */
.btn-group-vertical > .btn:first-child {
  margin-top: 0;
}

/* line 6887, lib/assets/stylesheets/ace.css */
.btn-group.btn-overlap > .btn {
  margin-right: -1px;
}

/* line 6890, lib/assets/stylesheets/ace.css */
.btn-group.btn-corner > .btn:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 6894, lib/assets/stylesheets/ace.css */
.btn-group.btn-corner > .btn:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 6898, lib/assets/stylesheets/ace.css */
.btn-group.btn-corner > .btn.btn-sm:first-child, .btn-group-sm.btn-group.btn-corner > .btn:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 6902, lib/assets/stylesheets/ace.css */
.btn-group.btn-corner > .btn.btn-sm:last-child, .btn-group-sm.btn-group.btn-corner > .btn:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 6906, lib/assets/stylesheets/ace.css */
.btn-group.btn-corner > .btn.btn-xs:first-child, .btn-group-xs.btn-group.btn-corner > .btn:first-child,
.btn-group.btn-corner > .btn.btn-mini:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 6911, lib/assets/stylesheets/ace.css */
.btn-group.btn-corner > .btn.btn-xs:last-child, .btn-group-xs.btn-group.btn-corner > .btn:last-child,
.btn-group.btn-corner > .btn.btn-mini:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 6916, lib/assets/stylesheets/ace.css */
.btn.btn-white {
  border-width: 1px;
}

/* line 6919, lib/assets/stylesheets/ace.css */
.btn.btn-bold {
  border-bottom-width: 2px;
}

/* line 6922, lib/assets/stylesheets/ace.css */
.btn.btn-round {
  border-bottom-width: 2px;
  border-radius: 4px !important;
}

/* line 6926, lib/assets/stylesheets/ace.css */
.btn.btn-app {
  display: inline-block;
  width: 100px;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2) !important;
  border: none;
  border-radius: 12px;
  padding: 12px 0 8px;
  margin: 2px;
  line-height: 1.7;
  position: relative;
}

/* line 6941, lib/assets/stylesheets/ace.css */
.btn-app,
.btn-app.btn-default,
.btn-app.no-hover:hover,
.btn-app.btn-default.no-hover:hover,
.btn-app.disabled:hover,
.btn-app.btn-default.disabled:hover {
  background: #b4c2cc !important;
  background-image: -webkit-linear-gradient(top, #bcc9d5 0%, #abbac3 100%) !important;
  background-image: -o-linear-gradient(top, #bcc9d5 0%, #abbac3 100%) !important;
  background-image: linear-gradient(to bottom, #bcc9d5 0%, #abbac3 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbcc9d5', endColorstr='#ffabbac3', GradientType=0) !important;
}

/* line 6954, lib/assets/stylesheets/ace.css */
.btn-app:hover,
.btn-app.btn-default:hover {
  background: #9baebc !important;
  background-image: -webkit-linear-gradient(top, #a3b5c5 0%, #93a6b2 100%) !important;
  background-image: -o-linear-gradient(top, #a3b5c5 0%, #93a6b2 100%) !important;
  background-image: linear-gradient(to bottom, #a3b5c5 0%, #93a6b2 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3b5c5', endColorstr='#ff93a6b2', GradientType=0) !important;
}

/* line 6963, lib/assets/stylesheets/ace.css */
.btn-app.btn-primary,
.btn-app.btn-primary.no-hover:hover,
.btn-app.btn-primary.disabled:hover {
  background: #2a8bcb !important;
  background-image: -webkit-linear-gradient(top, #3b98d6 0%, #197ec1 100%) !important;
  background-image: -o-linear-gradient(top, #3b98d6 0%, #197ec1 100%) !important;
  background-image: linear-gradient(to bottom, #3b98d6 0%, #197ec1 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b98d6', endColorstr='#ff197ec1', GradientType=0) !important;
}

/* line 6973, lib/assets/stylesheets/ace.css */
.btn-app.btn-primary:hover {
  background: #1d6fa6 !important;
  background-image: -webkit-linear-gradient(top, #267eb8 0%, #136194 100%) !important;
  background-image: -o-linear-gradient(top, #267eb8 0%, #136194 100%) !important;
  background-image: linear-gradient(to bottom, #267eb8 0%, #136194 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff267eb8', endColorstr='#ff136194', GradientType=0) !important;
}

/* line 6981, lib/assets/stylesheets/ace.css */
.btn-app.btn-info,
.btn-app.btn-info.no-hover:hover,
.btn-app.btn-info.disabled:hover {
  background: #68adde !important;
  background-image: -webkit-linear-gradient(top, #75b5e6 0%, #5ba4d5 100%) !important;
  background-image: -o-linear-gradient(top, #75b5e6 0%, #5ba4d5 100%) !important;
  background-image: linear-gradient(to bottom, #75b5e6 0%, #5ba4d5 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff75b5e6', endColorstr='#ff5ba4d5', GradientType=0) !important;
}

/* line 6991, lib/assets/stylesheets/ace.css */
.btn-app.btn-info:hover {
  background: #3f96d4 !important;
  background-image: -webkit-linear-gradient(top, #4a9ede 0%, #348dc9 100%) !important;
  background-image: -o-linear-gradient(top, #4a9ede 0%, #348dc9 100%) !important;
  background-image: linear-gradient(to bottom, #4a9ede 0%, #348dc9 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a9ede', endColorstr='#ff348dc9', GradientType=0) !important;
}

/* line 6999, lib/assets/stylesheets/ace.css */
.btn-app.btn-success,
.btn-app.btn-success.no-hover:hover,
.btn-app.btn-success.disabled:hover {
  background: #85b558 !important;
  background-image: -webkit-linear-gradient(top, #8ebf60 0%, #7daa50 100%) !important;
  background-image: -o-linear-gradient(top, #8ebf60 0%, #7daa50 100%) !important;
  background-image: linear-gradient(to bottom, #8ebf60 0%, #7daa50 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ebf60', endColorstr='#ff7daa50', GradientType=0) !important;
}

/* line 7009, lib/assets/stylesheets/ace.css */
.btn-app.btn-success:hover {
  background: #6c9842 !important;
  background-image: -webkit-linear-gradient(top, #74a844 0%, #648740 100%) !important;
  background-image: -o-linear-gradient(top, #74a844 0%, #648740 100%) !important;
  background-image: linear-gradient(to bottom, #74a844 0%, #648740 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74a844', endColorstr='#ff648740', GradientType=0) !important;
}

/* line 7017, lib/assets/stylesheets/ace.css */
.btn-app.btn-danger,
.btn-app.btn-danger.no-hover:hover,
.btn-app.btn-danger.disabled:hover {
  background: #d3413b !important;
  background-image: -webkit-linear-gradient(top, #d55b52 0%, #d12723 100%) !important;
  background-image: -o-linear-gradient(top, #d55b52 0%, #d12723 100%) !important;
  background-image: linear-gradient(to bottom, #d55b52 0%, #d12723 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd55b52', endColorstr='#ffd12723', GradientType=0) !important;
}

/* line 7027, lib/assets/stylesheets/ace.css */
.btn-app.btn-danger:hover {
  background: #b52c26 !important;
  background-image: -webkit-linear-gradient(top, #c43a30 0%, #a51f1c 100%) !important;
  background-image: -o-linear-gradient(top, #c43a30 0%, #a51f1c 100%) !important;
  background-image: linear-gradient(to bottom, #c43a30 0%, #a51f1c 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc43a30', endColorstr='#ffa51f1c', GradientType=0) !important;
}

/* line 7035, lib/assets/stylesheets/ace.css */
.btn-app.btn-warning,
.btn-app.btn-warning.no-hover:hover,
.btn-app.btn-warning.disabled:hover {
  background: #ffb44b !important;
  background-image: -webkit-linear-gradient(top, #ffbf66 0%, #ffa830 100%) !important;
  background-image: -o-linear-gradient(top, #ffbf66 0%, #ffa830 100%) !important;
  background-image: linear-gradient(to bottom, #ffbf66 0%, #ffa830 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbf66', endColorstr='#ffffa830', GradientType=0) !important;
}

/* line 7045, lib/assets/stylesheets/ace.css */
.btn-app.btn-warning:hover {
  background: #fe9e19 !important;
  background-image: -webkit-linear-gradient(top, #ffaa33 0%, #fc9200 100%) !important;
  background-image: -o-linear-gradient(top, #ffaa33 0%, #fc9200 100%) !important;
  background-image: linear-gradient(to bottom, #ffaa33 0%, #fc9200 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffaa33', endColorstr='#fffc9200', GradientType=0) !important;
}

/* line 7053, lib/assets/stylesheets/ace.css */
.btn-app.btn-purple,
.btn-app.btn-purple.no-hover:hover,
.btn-app.btn-purple.disabled:hover {
  background: #9889c1 !important;
  background-image: -webkit-linear-gradient(top, #a696ce 0%, #8a7cb4 100%) !important;
  background-image: -o-linear-gradient(top, #a696ce 0%, #8a7cb4 100%) !important;
  background-image: linear-gradient(to bottom, #a696ce 0%, #8a7cb4 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa696ce', endColorstr='#ff8a7cb4', GradientType=0) !important;
}

/* line 7063, lib/assets/stylesheets/ace.css */
.btn-app.btn-purple:hover {
  background: #7b68af !important;
  background-image: -webkit-linear-gradient(top, #8973be 0%, #6d5ca1 100%) !important;
  background-image: -o-linear-gradient(top, #8973be 0%, #6d5ca1 100%) !important;
  background-image: linear-gradient(to bottom, #8973be 0%, #6d5ca1 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8973be', endColorstr='#ff6d5ca1', GradientType=0) !important;
}

/* line 7071, lib/assets/stylesheets/ace.css */
.btn-app.btn-pink,
.btn-app.btn-pink.no-hover:hover,
.btn-app.btn-pink.disabled:hover {
  background: #d54c7e !important;
  background-image: -webkit-linear-gradient(top, #db5e8c 0%, #ce3970 100%) !important;
  background-image: -o-linear-gradient(top, #db5e8c 0%, #ce3970 100%) !important;
  background-image: linear-gradient(to bottom, #db5e8c 0%, #ce3970 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb5e8c', endColorstr='#ffce3970', GradientType=0) !important;
}

/* line 7081, lib/assets/stylesheets/ace.css */
.btn-app.btn-pink:hover {
  background: #be2f64 !important;
  background-image: -webkit-linear-gradient(top, #d2346e 0%, #aa2a59 100%) !important;
  background-image: -o-linear-gradient(top, #d2346e 0%, #aa2a59 100%) !important;
  background-image: linear-gradient(to bottom, #d2346e 0%, #aa2a59 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2346e', endColorstr='#ffaa2a59', GradientType=0) !important;
}

/* line 7089, lib/assets/stylesheets/ace.css */
.btn-app.btn-inverse,
.btn-app.btn-inverse.no-hover:hover,
.btn-app.btn-inverse.disabled:hover {
  background: #444444 !important;
  background-image: -webkit-linear-gradient(top, #555555 0%, #333333 100%) !important;
  background-image: -o-linear-gradient(top, #555555 0%, #333333 100%) !important;
  background-image: linear-gradient(to bottom, #555555 0%, #333333 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=0) !important;
}

/* line 7099, lib/assets/stylesheets/ace.css */
.btn-app.btn-inverse:hover {
  background: #2b2b2b !important;
  background-image: -webkit-linear-gradient(top, #3b3b3b 0%, #1a1a1a 100%) !important;
  background-image: -o-linear-gradient(top, #3b3b3b 0%, #1a1a1a 100%) !important;
  background-image: linear-gradient(to bottom, #3b3b3b 0%, #1a1a1a 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3b3b', endColorstr='#ff1a1a1a', GradientType=0) !important;
}

/* line 7107, lib/assets/stylesheets/ace.css */
.btn-app.btn-grey,
.btn-app.btn-grey.no-hover:hover,
.btn-app.btn-grey.disabled:hover {
  background: #797979 !important;
  background-image: -webkit-linear-gradient(top, #898989 0%, #696969 100%) !important;
  background-image: -o-linear-gradient(top, #898989 0%, #696969 100%) !important;
  background-image: linear-gradient(to bottom, #898989 0%, #696969 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff898989', endColorstr='#ff696969', GradientType=0) !important;
}

/* line 7117, lib/assets/stylesheets/ace.css */
.btn-app.btn-grey:hover {
  background: #6c6c6c !important;
  background-image: -webkit-linear-gradient(top, #7c7c7c 0%, #5c5c5c 100%) !important;
  background-image: -o-linear-gradient(top, #7c7c7c 0%, #5c5c5c 100%) !important;
  background-image: linear-gradient(to bottom, #7c7c7c 0%, #5c5c5c 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c7c7c', endColorstr='#ff5c5c5c', GradientType=0) !important;
}

/* line 7125, lib/assets/stylesheets/ace.css */
.btn.btn-app.btn-light {
  color: #5a5a5a !important;
  text-shadow: 0 1px 1px #EEE !important;
}

/* line 7129, lib/assets/stylesheets/ace.css */
.btn.btn-app.btn-light,
.btn.btn-app.btn-light.no-hover:hover,
.btn.btn-app.btn-light.disabled:hover {
  background: #ededed !important;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%) !important;
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%) !important;
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #e6e6e6 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe6e6e6', GradientType=0) !important;
}

/* line 7139, lib/assets/stylesheets/ace.css */
.btn.btn-app.btn-light:hover {
  background: #e0e0e0 !important;
  background-image: -webkit-linear-gradient(top, #e7e7e7 0%, #d9d9d9 100%) !important;
  background-image: -o-linear-gradient(top, #e7e7e7 0%, #d9d9d9 100%) !important;
  background-image: linear-gradient(to bottom, #e7e7e7 0%, #d9d9d9 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffd9d9d9', GradientType=0) !important;
}

/* line 7147, lib/assets/stylesheets/ace.css */
.btn.btn-app.btn-yellow {
  color: #996633 !important;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important;
}

/* line 7151, lib/assets/stylesheets/ace.css */
.btn.btn-app.btn-yellow,
.btn.btn-app.btn-yellow.no-hover:hover,
.btn.btn-app.btn-yellow.disabled:hover {
  background: #fee088 !important;
  background-image: -webkit-linear-gradient(top, #ffe8a5 0%, #fcd76a 100%) !important;
  background-image: -o-linear-gradient(top, #ffe8a5 0%, #fcd76a 100%) !important;
  background-image: linear-gradient(to bottom, #ffe8a5 0%, #fcd76a 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe8a5', endColorstr='#fffcd76a', GradientType=0) !important;
}

/* line 7161, lib/assets/stylesheets/ace.css */
.btn.btn-app.btn-yellow:hover {
  background: #fdd96e !important;
  background-image: -webkit-linear-gradient(top, #ffe18b 0%, #fbd051 100%) !important;
  background-image: -o-linear-gradient(top, #ffe18b 0%, #fbd051 100%) !important;
  background-image: linear-gradient(to bottom, #ffe18b 0%, #fbd051 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe18b', endColorstr='#fffbd051', GradientType=0) !important;
}

/* line 7169, lib/assets/stylesheets/ace.css */
.btn.btn-app > .ace-icon {
  opacity: 0.88;
}

/* line 7172, lib/assets/stylesheets/ace.css */
.btn.btn-app:hover > .ace-icon {
  opacity: 1;
}

/* line 7175, lib/assets/stylesheets/ace.css */
.btn.btn-app.btn-sm, .btn-group-sm > .btn-app.btn {
  width: 80px;
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.5;
}

/* line 7181, lib/assets/stylesheets/ace.css */
.btn.btn-app.btn-xs, .btn-group-xs > .btn-app.btn {
  width: 64px;
  font-size: 15px;
  border-radius: 8px;
  padding-bottom: 7px;
  padding-top: 8px;
  line-height: 1.45;
}

/* line 7189, lib/assets/stylesheets/ace.css */
.btn.btn-app > .ace-icon {
  display: block;
  font-size: 42px;
  margin: 0 0 4px;
  line-height: 36px;
  min-width: 0;
  padding: 0;
}

/* line 7197, lib/assets/stylesheets/ace.css */
.btn.btn-app.btn-sm > .ace-icon, .btn-group-sm > .btn-app.btn > .ace-icon {
  display: block;
  font-size: 32px;
  line-height: 30px;
  margin: 0 0 3px;
}

/* line 7203, lib/assets/stylesheets/ace.css */
.btn.btn-app.btn-xs > .ace-icon, .btn-group-xs > .btn-app.btn > .ace-icon {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}

/* line 7209, lib/assets/stylesheets/ace.css */
.btn.btn-app.no-radius {
  border-radius: 0;
}

/* line 7212, lib/assets/stylesheets/ace.css */
.btn.btn-app.radius-4 {
  border-radius: 4px;
}

/* line 7215, lib/assets/stylesheets/ace.css */
.btn.btn-app > .badge,
.btn.btn-app > .label {
  position: absolute !important;
  top: -2px;
  right: -2px;
  padding: 1px 3px;
  text-align: center;
  font-size: 12px;
  color: #FFF;
}

/* line 7225, lib/assets/stylesheets/ace.css */
.btn.btn-app > .badge.badge-left,
.btn.btn-app > .label.badge-left,
.btn.btn-app > .badge.label-left,
.btn.btn-app > .label.label-left {
  right: auto;
  left: -2px;
}

/* line 7232, lib/assets/stylesheets/ace.css */
.btn.btn-app > .badge-yellow,
.btn.btn-app > .label-yellow {
  color: #996633;
}

/* line 7236, lib/assets/stylesheets/ace.css */
.btn.btn-app > .badge-light,
.btn.btn-app > .label-light {
  color: #888888;
}

/* line 7240, lib/assets/stylesheets/ace.css */
.btn.btn-app > .label {
  padding: 1px 6px 3px;
  font-size: 13px;
}

/* line 7244, lib/assets/stylesheets/ace.css */
.btn.btn-app.radius-4 > .badge,
.btn.btn-app.no-radius > .badge {
  border-radius: 3px;
}

/* line 7248, lib/assets/stylesheets/ace.css */
.btn.btn-app.radius-4 > .badge.no-radius,
.btn.btn-app.no-radius > .badge.no-radius {
  border-radius: 0;
}

/* line 7252, lib/assets/stylesheets/ace.css */
.btn.btn-app.active {
  color: #ffffff;
}

/* line 7255, lib/assets/stylesheets/ace.css */
.btn.btn-app.active:after {
  display: none;
}

/* line 7258, lib/assets/stylesheets/ace.css */
.btn.btn-app.active.btn-yellow {
  color: #996633;
  border-color: #fee188;
}

/* line 7262, lib/assets/stylesheets/ace.css */
.btn.btn-app.active.btn-light {
  color: #515151;
}

/* line 7265, lib/assets/stylesheets/ace.css */
.btn-group > .btn-app:first-child:not(:last-child):not(.dropdown-toggle) {
  margin-right: 24px;
}

/* line 7268, lib/assets/stylesheets/ace.css */
.btn-group > .btn-app + .btn-app.dropdown-toggle {
  position: absolute;
  width: auto;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: -23px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  right: 0;
}

/* line 7279, lib/assets/stylesheets/ace.css */
.btn.btn-app.btn-light,
.btn.btn-app.btn-yellow {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
}

/* line 7284, lib/assets/stylesheets/ace.css */
.label {
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
  background-color: #abbac3;
}

/* line 7292, lib/assets/stylesheets/ace.css */
.label[class*="col-"][class*="arrow"] {
  min-height: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 7296, lib/assets/stylesheets/ace.css */
  ::safari-only,
.label:empty {
    display: inline-block;
  }
  /* line 7300, lib/assets/stylesheets/ace.css */
  ::safari-only,
.badge:empty {
    display: inline-block;
  }
}

/* line 7305, lib/assets/stylesheets/ace.css */
.badge {
  text-shadow: none;
  font-size: 12px;
  padding-top: 1px;
  padding-bottom: 3px;
  font-weight: normal;
  line-height: 15px;
  background-color: #abbac3;
}

/* line 7314, lib/assets/stylesheets/ace.css */
.badge.no-radius {
  border-radius: 0;
}

/* line 7317, lib/assets/stylesheets/ace.css */
.badge.radius-1 {
  border-radius: 1px;
}

/* line 7320, lib/assets/stylesheets/ace.css */
.badge.radius-2 {
  border-radius: 2px;
}

/* line 7323, lib/assets/stylesheets/ace.css */
.badge.radius-3 {
  border-radius: 3px;
}

/* line 7326, lib/assets/stylesheets/ace.css */
.badge.radius-4 {
  border-radius: 4px;
}

/* line 7329, lib/assets/stylesheets/ace.css */
.badge.radius-5 {
  border-radius: 5px;
}

/* line 7332, lib/assets/stylesheets/ace.css */
.badge.radius-6 {
  border-radius: 6px;
}

/* line 7335, lib/assets/stylesheets/ace.css */
.label.label-transparent,
.label-transparent,
.badge.badge-transparent,
.badge-transparent {
  background-color: transparent;
}

/* line 7341, lib/assets/stylesheets/ace.css */
.label-grey,
.label.label-grey,
.badge.badge-grey,
.badge-grey {
  background-color: #a0a0a0;
}

/* line 7347, lib/assets/stylesheets/ace.css */
.label-info,
.label.label-info,
.badge.badge-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 7353, lib/assets/stylesheets/ace.css */
.label-primary,
.label.label-primary,
.badge.badge-primary,
.badge-primary {
  background-color: #428bca;
}

/* line 7359, lib/assets/stylesheets/ace.css */
.label-success,
.label.label-success,
.badge.badge-success,
.badge-success {
  background-color: #82af6f;
}

/* line 7365, lib/assets/stylesheets/ace.css */
.label-danger,
.label.label-danger,
.badge.badge-danger,
.badge-danger {
  background-color: #d15b47;
}

/* line 7371, lib/assets/stylesheets/ace.css */
.label-important,
.label.label-important,
.badge.badge-important,
.badge-important {
  background-color: #d15b47;
}

/* line 7377, lib/assets/stylesheets/ace.css */
.label-inverse,
.label.label-inverse,
.badge.badge-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 7383, lib/assets/stylesheets/ace.css */
.label-warning,
.label.label-warning,
.badge.badge-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 7389, lib/assets/stylesheets/ace.css */
.label-pink,
.label.label-pink,
.badge.badge-pink,
.badge-pink {
  background-color: #d6487e;
}

/* line 7395, lib/assets/stylesheets/ace.css */
.label-purple,
.label.label-purple,
.badge.badge-purple,
.badge-purple {
  background-color: #9585bf;
}

/* line 7401, lib/assets/stylesheets/ace.css */
.label-yellow,
.label.label-yellow,
.badge.badge-yellow,
.badge-yellow {
  background-color: #fee188;
}

/* line 7407, lib/assets/stylesheets/ace.css */
.label-light,
.label.label-light,
.badge.badge-light,
.badge-light {
  background-color: #e7e7e7;
}

/* line 7413, lib/assets/stylesheets/ace.css */
.badge-yellow,
.label-yellow {
  color: #996633;
  border-color: #fee188;
}

/* line 7418, lib/assets/stylesheets/ace.css */
.badge-light,
.label-light {
  color: #888888;
}

/* line 7422, lib/assets/stylesheets/ace.css */
.label.arrowed,
.label.arrowed-in {
  position: relative;
  z-index: 1;
}

/* line 7427, lib/assets/stylesheets/ace.css */
.label.arrowed:before,
.label.arrowed-in:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  border-right-color: #abbac3;
  -moz-border-right-colors: #abbac3;
}

/* line 7438, lib/assets/stylesheets/ace.css */
.label.arrowed-in:before {
  border-color: #abbac3;
  border-left-color: transparent;
  -moz-border-left-colors: none;
}

/* line 7443, lib/assets/stylesheets/ace.css */
.label.arrowed-right,
.label.arrowed-in-right {
  position: relative;
  z-index: 1;
}

/* line 7448, lib/assets/stylesheets/ace.css */
.label.arrowed-right:after,
.label.arrowed-in-right:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  border-left-color: #abbac3;
  -moz-border-left-colors: #abbac3;
}

/* line 7459, lib/assets/stylesheets/ace.css */
.label.arrowed-in-right:after {
  border-color: #abbac3;
  border-right-color: transparent;
  -moz-border-right-colors: none;
}

/* line 7464, lib/assets/stylesheets/ace.css */
.label-info.arrowed:before {
  border-right-color: #3a87ad;
  -moz-border-right-colors: #3a87ad;
}

/* line 7468, lib/assets/stylesheets/ace.css */
.label-info.arrowed-in:before {
  border-color: #3a87ad #3a87ad #3a87ad transparent;
  -moz-border-right-colors: #3a87ad;
}

/* line 7472, lib/assets/stylesheets/ace.css */
.label-info.arrowed-right:after {
  border-left-color: #3a87ad;
  -moz-border-left-colors: #3a87ad;
}

/* line 7476, lib/assets/stylesheets/ace.css */
.label-info.arrowed-in-right:after {
  border-color: #3a87ad transparent #3a87ad #3a87ad;
  -moz-border-left-colors: #3a87ad;
}

/* line 7480, lib/assets/stylesheets/ace.css */
.label-primary.arrowed:before {
  border-right-color: #428bca;
  -moz-border-right-colors: #428bca;
}

/* line 7484, lib/assets/stylesheets/ace.css */
.label-primary.arrowed-in:before {
  border-color: #428bca #428bca #428bca transparent;
  -moz-border-right-colors: #428bca;
}

/* line 7488, lib/assets/stylesheets/ace.css */
.label-primary.arrowed-right:after {
  border-left-color: #428bca;
  -moz-border-left-colors: #428bca;
}

/* line 7492, lib/assets/stylesheets/ace.css */
.label-primary.arrowed-in-right:after {
  border-color: #428bca transparent #428bca #428bca;
  -moz-border-left-colors: #428bca;
}

/* line 7496, lib/assets/stylesheets/ace.css */
.label-success.arrowed:before {
  border-right-color: #82af6f;
  -moz-border-right-colors: #82af6f;
}

/* line 7500, lib/assets/stylesheets/ace.css */
.label-success.arrowed-in:before {
  border-color: #82af6f #82af6f #82af6f transparent;
  -moz-border-right-colors: #82af6f;
}

/* line 7504, lib/assets/stylesheets/ace.css */
.label-success.arrowed-right:after {
  border-left-color: #82af6f;
  -moz-border-left-colors: #82af6f;
}

/* line 7508, lib/assets/stylesheets/ace.css */
.label-success.arrowed-in-right:after {
  border-color: #82af6f transparent #82af6f #82af6f;
  -moz-border-left-colors: #82af6f;
}

/* line 7512, lib/assets/stylesheets/ace.css */
.label-warning.arrowed:before {
  border-right-color: #f89406;
  -moz-border-right-colors: #f89406;
}

/* line 7516, lib/assets/stylesheets/ace.css */
.label-warning.arrowed-in:before {
  border-color: #f89406 #f89406 #f89406 transparent;
  -moz-border-right-colors: #f89406;
}

/* line 7520, lib/assets/stylesheets/ace.css */
.label-warning.arrowed-right:after {
  border-left-color: #f89406;
  -moz-border-left-colors: #f89406;
}

/* line 7524, lib/assets/stylesheets/ace.css */
.label-warning.arrowed-in-right:after {
  border-color: #f89406 transparent #f89406 #f89406;
  -moz-border-left-colors: #f89406;
}

/* line 7528, lib/assets/stylesheets/ace.css */
.label-important.arrowed:before {
  border-right-color: #d15b47;
  -moz-border-right-colors: #d15b47;
}

/* line 7532, lib/assets/stylesheets/ace.css */
.label-important.arrowed-in:before {
  border-color: #d15b47 #d15b47 #d15b47 transparent;
  -moz-border-right-colors: #d15b47;
}

/* line 7536, lib/assets/stylesheets/ace.css */
.label-important.arrowed-right:after {
  border-left-color: #d15b47;
  -moz-border-left-colors: #d15b47;
}

/* line 7540, lib/assets/stylesheets/ace.css */
.label-important.arrowed-in-right:after {
  border-color: #d15b47 transparent #d15b47 #d15b47;
  -moz-border-left-colors: #d15b47;
}

/* line 7544, lib/assets/stylesheets/ace.css */
.label-danger.arrowed:before {
  border-right-color: #d15b47;
  -moz-border-right-colors: #d15b47;
}

/* line 7548, lib/assets/stylesheets/ace.css */
.label-danger.arrowed-in:before {
  border-color: #d15b47 #d15b47 #d15b47 transparent;
  -moz-border-right-colors: #d15b47;
}

/* line 7552, lib/assets/stylesheets/ace.css */
.label-danger.arrowed-right:after {
  border-left-color: #d15b47;
  -moz-border-left-colors: #d15b47;
}

/* line 7556, lib/assets/stylesheets/ace.css */
.label-danger.arrowed-in-right:after {
  border-color: #d15b47 transparent #d15b47 #d15b47;
  -moz-border-left-colors: #d15b47;
}

/* line 7560, lib/assets/stylesheets/ace.css */
.label-inverse.arrowed:before {
  border-right-color: #333333;
  -moz-border-right-colors: #333333;
}

/* line 7564, lib/assets/stylesheets/ace.css */
.label-inverse.arrowed-in:before {
  border-color: #333333 #333333 #333333 transparent;
  -moz-border-right-colors: #333333;
}

/* line 7568, lib/assets/stylesheets/ace.css */
.label-inverse.arrowed-right:after {
  border-left-color: #333333;
  -moz-border-left-colors: #333333;
}

/* line 7572, lib/assets/stylesheets/ace.css */
.label-inverse.arrowed-in-right:after {
  border-color: #333333 transparent #333333 #333333;
  -moz-border-left-colors: #333333;
}

/* line 7576, lib/assets/stylesheets/ace.css */
.label-pink.arrowed:before {
  border-right-color: #d6487e;
  -moz-border-right-colors: #d6487e;
}

/* line 7580, lib/assets/stylesheets/ace.css */
.label-pink.arrowed-in:before {
  border-color: #d6487e #d6487e #d6487e transparent;
  -moz-border-right-colors: #d6487e;
}

/* line 7584, lib/assets/stylesheets/ace.css */
.label-pink.arrowed-right:after {
  border-left-color: #d6487e;
  -moz-border-left-colors: #d6487e;
}

/* line 7588, lib/assets/stylesheets/ace.css */
.label-pink.arrowed-in-right:after {
  border-color: #d6487e transparent #d6487e #d6487e;
  -moz-border-left-colors: #d6487e;
}

/* line 7592, lib/assets/stylesheets/ace.css */
.label-purple.arrowed:before {
  border-right-color: #9585bf;
  -moz-border-right-colors: #9585bf;
}

/* line 7596, lib/assets/stylesheets/ace.css */
.label-purple.arrowed-in:before {
  border-color: #9585bf #9585bf #9585bf transparent;
  -moz-border-right-colors: #9585bf;
}

/* line 7600, lib/assets/stylesheets/ace.css */
.label-purple.arrowed-right:after {
  border-left-color: #9585bf;
  -moz-border-left-colors: #9585bf;
}

/* line 7604, lib/assets/stylesheets/ace.css */
.label-purple.arrowed-in-right:after {
  border-color: #9585bf transparent #9585bf #9585bf;
  -moz-border-left-colors: #9585bf;
}

/* line 7608, lib/assets/stylesheets/ace.css */
.label-yellow.arrowed:before {
  border-right-color: #fee188;
  -moz-border-right-colors: #fee188;
}

/* line 7612, lib/assets/stylesheets/ace.css */
.label-yellow.arrowed-in:before {
  border-color: #fee188 #fee188 #fee188 transparent;
  -moz-border-right-colors: #fee188;
}

/* line 7616, lib/assets/stylesheets/ace.css */
.label-yellow.arrowed-right:after {
  border-left-color: #fee188;
  -moz-border-left-colors: #fee188;
}

/* line 7620, lib/assets/stylesheets/ace.css */
.label-yellow.arrowed-in-right:after {
  border-color: #fee188 transparent #fee188 #fee188;
  -moz-border-left-colors: #fee188;
}

/* line 7624, lib/assets/stylesheets/ace.css */
.label-light.arrowed:before {
  border-right-color: #e7e7e7;
  -moz-border-right-colors: #e7e7e7;
}

/* line 7628, lib/assets/stylesheets/ace.css */
.label-light.arrowed-in:before {
  border-color: #e7e7e7 #e7e7e7 #e7e7e7 transparent;
  -moz-border-right-colors: #e7e7e7;
}

/* line 7632, lib/assets/stylesheets/ace.css */
.label-light.arrowed-right:after {
  border-left-color: #e7e7e7;
  -moz-border-left-colors: #e7e7e7;
}

/* line 7636, lib/assets/stylesheets/ace.css */
.label-light.arrowed-in-right:after {
  border-color: #e7e7e7 transparent #e7e7e7 #e7e7e7;
  -moz-border-left-colors: #e7e7e7;
}

/* line 7640, lib/assets/stylesheets/ace.css */
.label-grey.arrowed:before {
  border-right-color: #a0a0a0;
  -moz-border-right-colors: #a0a0a0;
}

/* line 7644, lib/assets/stylesheets/ace.css */
.label-grey.arrowed-in:before {
  border-color: #a0a0a0 #a0a0a0 #a0a0a0 transparent;
  -moz-border-right-colors: #a0a0a0;
}

/* line 7648, lib/assets/stylesheets/ace.css */
.label-grey.arrowed-right:after {
  border-left-color: #a0a0a0;
  -moz-border-left-colors: #a0a0a0;
}

/* line 7652, lib/assets/stylesheets/ace.css */
.label-grey.arrowed-in-right:after {
  border-color: #a0a0a0 transparent #a0a0a0 #a0a0a0;
  -moz-border-left-colors: #a0a0a0;
}

/* line 7656, lib/assets/stylesheets/ace.css */
.label {
  font-size: 12px;
  line-height: 1.15;
  height: 20px;
}

/* line 7661, lib/assets/stylesheets/ace.css */
.label.arrowed {
  margin-left: 5px;
}

/* line 7664, lib/assets/stylesheets/ace.css */
.label.arrowed:before {
  left: -10px;
  border-width: 10px 5px;
}

/* line 7668, lib/assets/stylesheets/ace.css */
.label.arrowed-in {
  margin-left: 5px;
}

/* line 7671, lib/assets/stylesheets/ace.css */
.label.arrowed-in:before {
  left: -5px;
  border-width: 10px 5px;
}

/* line 7675, lib/assets/stylesheets/ace.css */
.label.arrowed-right {
  margin-right: 5px;
}

/* line 7678, lib/assets/stylesheets/ace.css */
.label.arrowed-right:after {
  right: -10px;
  border-width: 10px 5px;
}

/* line 7682, lib/assets/stylesheets/ace.css */
.label.arrowed-in-right {
  margin-right: 5px;
}

/* line 7685, lib/assets/stylesheets/ace.css */
.label.arrowed-in-right:after {
  right: -5px;
  border-width: 10px 5px;
}

/* line 7689, lib/assets/stylesheets/ace.css */
.label-lg {
  padding: 0.3em 0.6em 0.4em;
  font-size: 13px;
  line-height: 1.1;
  height: 24px;
}

/* line 7695, lib/assets/stylesheets/ace.css */
.label-lg.arrowed {
  margin-left: 6px;
}

/* line 7698, lib/assets/stylesheets/ace.css */
.label-lg.arrowed:before {
  left: -12px;
  border-width: 12px 6px;
}

/* line 7702, lib/assets/stylesheets/ace.css */
.label-lg.arrowed-in {
  margin-left: 6px;
}

/* line 7705, lib/assets/stylesheets/ace.css */
.label-lg.arrowed-in:before {
  left: -6px;
  border-width: 12px 6px;
}

/* line 7709, lib/assets/stylesheets/ace.css */
.label-lg.arrowed-right {
  margin-right: 6px;
}

/* line 7712, lib/assets/stylesheets/ace.css */
.label-lg.arrowed-right:after {
  right: -12px;
  border-width: 12px 6px;
}

/* line 7716, lib/assets/stylesheets/ace.css */
.label-lg.arrowed-in-right {
  margin-right: 6px;
}

/* line 7719, lib/assets/stylesheets/ace.css */
.label-lg.arrowed-in-right:after {
  right: -6px;
  border-width: 12px 6px;
}

/* line 7723, lib/assets/stylesheets/ace.css */
.label-xlg {
  padding: 0.3em 0.7em 0.4em;
  font-size: 14px;
  line-height: 1.3;
  height: 28px;
}

/* line 7729, lib/assets/stylesheets/ace.css */
.label-xlg.arrowed {
  margin-left: 7px;
}

/* line 7732, lib/assets/stylesheets/ace.css */
.label-xlg.arrowed:before {
  left: -14px;
  border-width: 14px 7px;
}

/* line 7736, lib/assets/stylesheets/ace.css */
.label-xlg.arrowed-in {
  margin-left: 7px;
}

/* line 7739, lib/assets/stylesheets/ace.css */
.label-xlg.arrowed-in:before {
  left: -7px;
  border-width: 14px 7px;
}

/* line 7743, lib/assets/stylesheets/ace.css */
.label-xlg.arrowed-right {
  margin-right: 7px;
}

/* line 7746, lib/assets/stylesheets/ace.css */
.label-xlg.arrowed-right:after {
  right: -14px;
  border-width: 14px 7px;
}

/* line 7750, lib/assets/stylesheets/ace.css */
.label-xlg.arrowed-in-right {
  margin-right: 7px;
}

/* line 7753, lib/assets/stylesheets/ace.css */
.label-xlg.arrowed-in-right:after {
  right: -7px;
  border-width: 14px 7px;
}

/* line 7757, lib/assets/stylesheets/ace.css */
.label-sm {
  padding: 0.2em 0.4em 0.3em;
  font-size: 11px;
  line-height: 1;
  height: 18px;
}

/* line 7763, lib/assets/stylesheets/ace.css */
.label-sm.arrowed {
  margin-left: 4px;
}

/* line 7766, lib/assets/stylesheets/ace.css */
.label-sm.arrowed:before {
  left: -8px;
  border-width: 9px 4px;
}

/* line 7770, lib/assets/stylesheets/ace.css */
.label-sm.arrowed-in {
  margin-left: 4px;
}

/* line 7773, lib/assets/stylesheets/ace.css */
.label-sm.arrowed-in:before {
  left: -4px;
  border-width: 9px 4px;
}

/* line 7777, lib/assets/stylesheets/ace.css */
.label-sm.arrowed-right {
  margin-right: 4px;
}

/* line 7780, lib/assets/stylesheets/ace.css */
.label-sm.arrowed-right:after {
  right: -8px;
  border-width: 9px 4px;
}

/* line 7784, lib/assets/stylesheets/ace.css */
.label-sm.arrowed-in-right {
  margin-right: 4px;
}

/* line 7787, lib/assets/stylesheets/ace.css */
.label-sm.arrowed-in-right:after {
  right: -4px;
  border-width: 9px 4px;
}

/* line 7791, lib/assets/stylesheets/ace.css */
.label > span,
.label > .ace-icon {
  line-height: 1;
  vertical-align: bottom;
}

/* line 7796, lib/assets/stylesheets/ace.css */
.label.label-white {
  color: #879da9;
  border: 1px solid #abbac3;
  background-color: #f2f5f6;
  border-right-width: 1px;
  border-left-width: 2px;
}

/* line 7803, lib/assets/stylesheets/ace.css */
.label-white.label-success {
  color: #7b9e6c;
  border-color: #9fbf92;
  background-color: #edf3ea;
}

/* line 7808, lib/assets/stylesheets/ace.css */
.label-white.label-warning {
  color: #d9993e;
  border-color: #e4ae62;
  background-color: #fef6eb;
}

/* line 7813, lib/assets/stylesheets/ace.css */
.label-white.label-primary {
  color: #6688a6;
  border-color: #8aafce;
  background-color: #eaf2f8;
}

/* line 7818, lib/assets/stylesheets/ace.css */
.label-white.label-danger {
  color: #bd7f75;
  border-color: #d28679;
  background-color: #fcf4f2;
}

/* line 7823, lib/assets/stylesheets/ace.css */
.label-white.label-info {
  color: #4e7a8f;
  border-color: #7aa1b4;
  background-color: #eaf3f7;
}

/* line 7828, lib/assets/stylesheets/ace.css */
.label-white.label-inverse {
  color: #404040;
  border-color: #737373;
  background-color: #ededed;
}

/* line 7833, lib/assets/stylesheets/ace.css */
.label-white.label-pink {
  color: #af6f87;
  border-color: #d299ae;
  background-color: #fbeff4;
}

/* line 7838, lib/assets/stylesheets/ace.css */
.label-white.label-purple {
  color: #7d6fa2;
  border-color: #b7b1c6;
  background-color: #efedf5;
}

/* line 7843, lib/assets/stylesheets/ace.css */
.label-white.label-yellow {
  color: #cfa114;
  border-color: #ecd181;
  background-color: #fdf7e4;
}

/* line 7848, lib/assets/stylesheets/ace.css */
.label-white.label-grey {
  color: #878787;
  border-color: #cecece;
  background-color: #ededed;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
  /* line 7854, lib/assets/stylesheets/ace.css */
  .label.arrowed:not(.label-lg):not(.label-xlg):not(.label-sm):before {
    border-width: 10.5px 6px;
    left: -11px;
  }
  /* line 7858, lib/assets/stylesheets/ace.css */
  .label.arrowed-right:not(.label-lg):not(.label-xlg):not(.label-sm):after {
    border-width: 10.5px 6px;
    right: -11px;
  }
  /* line 7862, lib/assets/stylesheets/ace.css */
  .label.arrowed-in:not(.label-lg):not(.label-xlg):not(.label-sm):before {
    border-width: 10.5px 5px 10px;
    left: -6px;
  }
  /* line 7866, lib/assets/stylesheets/ace.css */
  .label.arrowed-in-right:not(.label-lg):not(.label-xlg):not(.label-sm):after {
    border-width: 10.5px 5px 10px;
    right: -6px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3) and (-webkit-max-device-pixel-ratio: 1.4), screen and (min--moz-device-pixel-ratio: 1.3) and (max--moz-device-pixel-ratio: 1.4) {
  /* line 7872, lib/assets/stylesheets/ace.css */
  .label.arrowed:not(.label-lg):not(.label-xlg):not(.label-sm):before {
    border-width: 10px 6px 10px;
    left: -12px;
  }
  /* line 7876, lib/assets/stylesheets/ace.css */
  .label.arrowed-right:not(.label-lg):not(.label-xlg):not(.label-sm):after {
    border-width: 10px 6px 10px;
    right: -12px;
  }
  /* line 7880, lib/assets/stylesheets/ace.css */
  .label.arrowed-in:not(.label-lg):not(.label-xlg):not(.label-sm):before {
    border-width: 10px 5px 10px;
    left: -6px;
  }
  /* line 7884, lib/assets/stylesheets/ace.css */
  .label.arrowed-in-right:not(.label-lg):not(.label-xlg):not(.label-sm):after {
    border-width: 10px 5px 10px;
    right: -6px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.6), screen and (min--moz-device-pixel-ratio: 1.5) and (max--moz-device-pixel-ratio: 1.6) {
  /* line 7890, lib/assets/stylesheets/ace.css */
  .label.arrowed:not(.label-lg):not(.label-xlg):not(.label-sm):before {
    border-width: 10px 6px;
    left: -12px;
  }
  /* line 7894, lib/assets/stylesheets/ace.css */
  .label.arrowed-right:not(.label-lg):not(.label-xlg):not(.label-sm):after {
    border-width: 10px 6px;
    right: -12px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.7) and (-webkit-max-device-pixel-ratio: 1.8), screen and (min--moz-device-pixel-ratio: 1.7) and (max--moz-device-pixel-ratio: 1.8) {
  /* line 7900, lib/assets/stylesheets/ace.css */
  .label.arrowed:not(.label-lg):not(.label-xlg):not(.label-sm):before {
    border-width: 10px 6px;
    left: -11.5px;
  }
  /* line 7904, lib/assets/stylesheets/ace.css */
  .label.arrowed-right:not(.label-lg):not(.label-xlg):not(.label-sm):after {
    border-width: 10px 6px;
    right: -11.5px;
  }
  /* line 7908, lib/assets/stylesheets/ace.css */
  .label.arrowed-in:not(.label-lg):not(.label-xlg):not(.label-sm):before {
    border-width: 10px 5px;
    left: -6px;
  }
  /* line 7912, lib/assets/stylesheets/ace.css */
  .label.arrowed-in-right:not(.label-lg):not(.label-xlg):not(.label-sm):after {
    border-width: 10px 5px;
    right: -6px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0.8) and (-webkit-max-device-pixel-ratio: 0.9), screen and (min--moz-device-pixel-ratio: 0.8) and (max--moz-device-pixel-ratio: 0.9) {
  /* line 7918, lib/assets/stylesheets/ace.css */
  .label.arrowed:not(.label-lg):not(.label-xlg):not(.label-sm):before {
    border-width: 11px 6px;
    left: -11.5px;
  }
  /* line 7922, lib/assets/stylesheets/ace.css */
  .label.arrowed-right:not(.label-lg):not(.label-xlg):not(.label-sm):after {
    border-width: 11px 6px;
    right: -11.5px;
  }
  /* line 7926, lib/assets/stylesheets/ace.css */
  .label.arrowed-in:not(.label-lg):not(.label-xlg):not(.label-sm):before {
    border-width: 11px 5px;
    left: -6px;
  }
  /* line 7930, lib/assets/stylesheets/ace.css */
  .label.arrowed-in-right:not(.label-lg):not(.label-xlg):not(.label-sm):after {
    border-width: 11px 5px;
    right: -6px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
  /* line 7936, lib/assets/stylesheets/ace.css */
  .label-lg.arrowed:before {
    left: -11px;
  }
  /* line 7939, lib/assets/stylesheets/ace.css */
  .label-lg.arrowed-right:after {
    right: -11px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.7) and (-webkit-max-device-pixel-ratio: 1.8), screen and (min--moz-device-pixel-ratio: 1.7) and (max--moz-device-pixel-ratio: 1.8) {
  /* line 7944, lib/assets/stylesheets/ace.css */
  .label-lg.arrowed:before {
    left: -11.5px;
  }
  /* line 7947, lib/assets/stylesheets/ace.css */
  .label-lg.arrowed-right:after {
    right: -11.5px;
  }
  /* line 7950, lib/assets/stylesheets/ace.css */
  .label-lg.arrowed-in:before {
    border-width: 12.5px 6px 12px;
    left: -6px;
  }
  /* line 7954, lib/assets/stylesheets/ace.css */
  .label-lg.arrowed-in-right:after {
    border-width: 12.5px 6px 12px;
    right: -6px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
  /* line 7960, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed:before {
    left: -13px;
  }
  /* line 7963, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed-right:after {
    right: -13px;
  }
  /* line 7966, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed-in:before {
    border-width: 14px 7px 14.5px;
  }
  /* line 7969, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed-in-right:after {
    border-width: 14px 7px 14.5px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.2) and (-webkit-max-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.2) and (max--moz-device-pixel-ratio: 1.3) {
  /* line 7974, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed:before {
    border-width: 14.5px 7px;
    left: -13.5px;
  }
  /* line 7978, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed-right:after {
    border-width: 14.5px 7px;
    right: -13.5px;
  }
  /* line 7982, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed-in:before {
    border-width: 14.5px 7px 14.5px;
  }
  /* line 7985, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed-in-right:after {
    border-width: 14.5px 7px 14.5px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3) and (-webkit-max-device-pixel-ratio: 1.4), screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.6), screen and (min--moz-device-pixel-ratio: 1.3) and (max--moz-device-pixel-ratio: 1.4), screen and (min--moz-device-pixel-ratio: 1.5) and (max--moz-device-pixel-ratio: 1.6) {
  /* line 7990, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed:before {
    border-width: 14.5px 7.5px;
    left: -14.5px;
  }
  /* line 7994, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed-right:after {
    border-width: 14.5px 7.5px;
    right: -14.5px;
  }
  /* line 7998, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed-in:before {
    border-width: 14.5px 7px;
  }
  /* line 8001, lib/assets/stylesheets/ace.css */
  .label-xlg.arrowed-in-right:after {
    border-width: 14.5px 7px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
  /* line 8006, lib/assets/stylesheets/ace.css */
  .label-sm.arrowed:before {
    border-width: 9px 5px;
    left: -9px;
  }
  /* line 8010, lib/assets/stylesheets/ace.css */
  .label-sm.arrowed-right:after {
    border-width: 9px 5px;
    right: -9px;
  }
  /* line 8014, lib/assets/stylesheets/ace.css */
  .label-sm.arrowed-in:before {
    border-width: 10px 4px;
  }
  /* line 8017, lib/assets/stylesheets/ace.css */
  .label-sm.arrowed-in-right:after {
    border-width: 10px 4px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.2) and (-webkit-max-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.2) and (max--moz-device-pixel-ratio: 1.3) {
  /* line 8022, lib/assets/stylesheets/ace.css */
  .label-sm.arrowed:before {
    border-width: 9.5px 5px;
    left: -10px;
  }
  /* line 8026, lib/assets/stylesheets/ace.css */
  .label-sm.arrowed-right:after {
    border-width: 9.5px 5px;
    right: -10px;
  }
  /* line 8030, lib/assets/stylesheets/ace.css */
  .label-sm.arrowed-in:before {
    border-width: 9.5px 4px;
  }
  /* line 8033, lib/assets/stylesheets/ace.css */
  .label-sm.arrowed-in-right:after {
    border-width: 9.5px 4px;
  }
}

/* line 8037, lib/assets/stylesheets/ace.css */
.icon-white,
.nav-pills > .active > a > .ace-icon,
.nav-list > .active > a > .ace-icon,
.navbar-inverse .nav > .active > a > .ace-icon,
.dropdown-menu > li > a:hover > .ace-icon,
.dropdown-menu > li > a:focus > .ace-icon,
.dropdown-menu > .active > a > .ace-icon,
.dropdown-submenu:hover > a > .ace-icon,
.dropdown-submenu:focus > a > .ace-icon {
  background-image: none;
}

/* line 8048, lib/assets/stylesheets/ace.css */
.dropdown-menu {
  border-radius: 0 !important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 8053, lib/assets/stylesheets/ace.css */
.dropdown-menu > li > a {
  font-size: 13px;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 4px;
  margin-bottom: 1px;
  margin-top: 1px;
}

/* line 8061, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-only-icon {
  min-width: 50px;
}

/* line 8064, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-only-icon > li {
  margin: 0 4px;
}

/* line 8067, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-only-icon > li > a .ace-icon {
  width: 18px;
  display: inline-block;
  text-align: center;
}

/* line 8072, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-only-icon > li > a .icon-2x {
  width: 36px;
}

/* line 8075, lib/assets/stylesheets/ace.css */
.dropdown-menu > li:hover > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active:hover > a {
  background: #4f99c6;
  color: #ffffff;
}

/* line 8083, lib/assets/stylesheets/ace.css */
.dropdown-default > li:hover > a,
.dropdown-default > li > a:focus,
.dropdown-default > li > a:active,
.dropdown-default > li.active > a,
.dropdown-default > li.active:hover > a {
  background: #abbac3;
  color: #ffffff;
}

/* line 8091, lib/assets/stylesheets/ace.css */
.dropdown-info > li:hover > a,
.dropdown-info > li > a:focus,
.dropdown-info > li > a:active,
.dropdown-info > li.active > a,
.dropdown-info > li.active:hover > a {
  background: #6fb3e0;
  color: #ffffff;
}

/* line 8099, lib/assets/stylesheets/ace.css */
.dropdown-primary > li:hover > a,
.dropdown-primary > li > a:focus,
.dropdown-primary > li > a:active,
.dropdown-primary > li.active > a,
.dropdown-primary > li.active:hover > a {
  background: #428bca;
  color: #ffffff;
}

/* line 8107, lib/assets/stylesheets/ace.css */
.dropdown-success > li:hover > a,
.dropdown-success > li > a:focus,
.dropdown-success > li > a:active,
.dropdown-success > li.active > a,
.dropdown-success > li.active:hover > a {
  background: #87b87f;
  color: #ffffff;
}

/* line 8115, lib/assets/stylesheets/ace.css */
.dropdown-warning > li:hover > a,
.dropdown-warning > li > a:focus,
.dropdown-warning > li > a:active,
.dropdown-warning > li.active > a,
.dropdown-warning > li.active:hover > a {
  background: #ffa24d;
  color: #ffffff;
}

/* line 8123, lib/assets/stylesheets/ace.css */
.dropdown-danger > li:hover > a,
.dropdown-danger > li > a:focus,
.dropdown-danger > li > a:active,
.dropdown-danger > li.active > a,
.dropdown-danger > li.active:hover > a {
  background: #d15b47;
  color: #ffffff;
}

/* line 8131, lib/assets/stylesheets/ace.css */
.dropdown-inverse > li:hover > a,
.dropdown-inverse > li > a:focus,
.dropdown-inverse > li > a:active,
.dropdown-inverse > li.active > a,
.dropdown-inverse > li.active:hover > a {
  background: #555555;
  color: #ffffff;
}

/* line 8139, lib/assets/stylesheets/ace.css */
.dropdown-purple > li:hover > a,
.dropdown-purple > li > a:focus,
.dropdown-purple > li > a:active,
.dropdown-purple > li.active > a,
.dropdown-purple > li.active:hover > a {
  background: #9585bf;
  color: #ffffff;
}

/* line 8147, lib/assets/stylesheets/ace.css */
.dropdown-pink > li:hover > a,
.dropdown-pink > li > a:focus,
.dropdown-pink > li > a:active,
.dropdown-pink > li.active > a,
.dropdown-pink > li.active:hover > a {
  background: #d6487e;
  color: #ffffff;
}

/* line 8155, lib/assets/stylesheets/ace.css */
.dropdown-grey > li:hover > a,
.dropdown-grey > li > a:focus,
.dropdown-grey > li > a:active,
.dropdown-grey > li.active > a,
.dropdown-grey > li.active:hover > a {
  background: #a0a0a0;
  color: #ffffff;
}

/* line 8163, lib/assets/stylesheets/ace.css */
.dropdown-light > li:hover > a,
.dropdown-light > li > a:focus,
.dropdown-light > li > a:active,
.dropdown-light > li.active > a,
.dropdown-light > li.active:hover > a {
  background: #e7e7e7;
  color: #333333;
}

/* line 8171, lib/assets/stylesheets/ace.css */
.dropdown-lighter > li:hover > a,
.dropdown-lighter > li > a:focus,
.dropdown-lighter > li > a:active,
.dropdown-lighter > li.active > a,
.dropdown-lighter > li.active:hover > a {
  background: #efefef;
  color: #444444;
}

/* line 8179, lib/assets/stylesheets/ace.css */
.dropdown-lightest > li:hover > a,
.dropdown-lightest > li > a:focus,
.dropdown-lightest > li > a:active,
.dropdown-lightest > li.active > a,
.dropdown-lightest > li.active:hover > a {
  background: #f3f3f3;
  color: #444444;
}

/* line 8187, lib/assets/stylesheets/ace.css */
.dropdown-yellow > li:hover > a,
.dropdown-yellow > li > a:focus,
.dropdown-yellow > li > a:active,
.dropdown-yellow > li.active > a,
.dropdown-yellow > li.active:hover > a {
  background: #fee188;
  color: #444444;
}

/* line 8195, lib/assets/stylesheets/ace.css */
.dropdown-yellow2 > li:hover > a,
.dropdown-yellow2 > li > a:focus,
.dropdown-yellow2 > li > a:active,
.dropdown-yellow2 > li.active > a,
.dropdown-yellow2 > li.active:hover > a {
  background: #f9e8b3;
  color: #444444;
}

/* line 8203, lib/assets/stylesheets/ace.css */
.dropdown-light-blue > li:hover > a,
.dropdown-light-blue > li > a:focus,
.dropdown-light-blue > li > a:active,
.dropdown-light-blue > li.active > a,
.dropdown-light-blue > li.active:hover > a {
  background: #ecf3f9;
  color: #445566;
}

/* line 8211, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-close {
  top: 92%;
  left: -5px;
}

/* line 8215, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-close.dropdown-menu-right {
  left: auto;
  right: -5px;
}

/* line 8219, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-closer {
  top: 80%;
  left: -10px;
}

/* line 8223, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-closer.dropdown-menu-right {
  right: -10px;
  left: auto;
}

/* line 8227, lib/assets/stylesheets/ace.css */
.dropup > .dropdown-menu,
.navbar-fixed-bottom .dropdown > .dropdown-menu {
  top: auto !important;
  bottom: 100%;
}

/* line 8232, lib/assets/stylesheets/ace.css */
.dropup > .dropdown-menu.dropdown-close,
.navbar-fixed-bottom .dropdown > .dropdown-menu.dropdown-close {
  bottom: 92%;
}

/* line 8236, lib/assets/stylesheets/ace.css */
.dropup > .dropdown-menu.dropdown-closer,
.navbar-fixed-bottom .dropdown > .dropdown-menu.dropdown-closer {
  bottom: 80%;
}

/* line 8240, lib/assets/stylesheets/ace.css */
.dropdown-submenu > .dropdown-menu {
  border-radius: 0;
}

/* line 8243, lib/assets/stylesheets/ace.css */
.dropdown-submenu > a:after {
  margin-right: -5px;
}

/* line 8246, lib/assets/stylesheets/ace.css */
.dropdown-50 {
  min-width: 50px;
}

/* line 8249, lib/assets/stylesheets/ace.css */
.dropdown-75 {
  min-width: 75px;
}

/* line 8252, lib/assets/stylesheets/ace.css */
.dropdown-100 {
  min-width: 100px;
}

/* line 8255, lib/assets/stylesheets/ace.css */
.dropdown-125 {
  min-width: 125px;
}

/* line 8258, lib/assets/stylesheets/ace.css */
.dropdown-150 {
  min-width: 150px;
}

/* line 8261, lib/assets/stylesheets/ace.css */
.dropdown-hover {
  position: relative;
}

/* line 8264, lib/assets/stylesheets/ace.css */
.dropdown-hover:before {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-color: transparent;
}

/* line 8274, lib/assets/stylesheets/ace.css */
.dropdown-hover:hover > .dropdown-menu {
  display: block;
}

/* line 8277, lib/assets/stylesheets/ace.css */
.dropdown-menu > .dropdown-hover > .dropdown-menu {
  top: -5px;
  left: 99%;
  right: auto;
}

/* line 8282, lib/assets/stylesheets/ace.css */
.dropdown-menu > .dropdown-hover > .dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 99%;
}

/* line 8286, lib/assets/stylesheets/ace.css */
.dropup .dropdown-menu > .dropdown-hover > .dropdown-menu,
.dropdown-menu > .dropdown-hover.dropup > .dropdown-menu {
  top: auto;
  bottom: -5px;
}

/* line 8291, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-caret:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  -moz-border-bottom-colors: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}

/* line 8302, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-caret:after {
  border-bottom: 6px solid #FFF;
  -moz-border-bottom-colors: #FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}

/* line 8313, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-menu-right.dropdown-caret:before,
.dropdown-menu.dropdown-caret-right.dropdown-caret:before {
  left: auto;
  right: 9px;
}

/* line 8318, lib/assets/stylesheets/ace.css */
.dropdown-menu.dropdown-menu-right.dropdown-caret:after,
.dropdown-menu.dropdown-caret-right.dropdown-caret:after {
  left: auto;
  right: 10px;
}

/* line 8323, lib/assets/stylesheets/ace.css */
.dropup > .dropdown-menu.dropdown-caret:before,
.navbar-fixed-bottom .dropdown > .dropdown-menu.dropdown-caret:before {
  border-bottom-width: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  -moz-border-top-colors: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  top: auto;
}

/* line 8331, lib/assets/stylesheets/ace.css */
.dropup > .dropdown-menu.dropdown-caret:after,
.navbar-fixed-bottom .dropdown > .dropdown-menu.dropdown-caret:after {
  border-bottom-width: 0;
  border-top: 6px solid #FFF;
  -moz-border-top-colors: #FFF;
  bottom: -6px;
  top: auto;
}

/* line 8339, lib/assets/stylesheets/ace.css */
.dropdown-colorpicker > .dropdown-menu {
  padding: 4px;
  min-width: 130px;
  max-width: 130px;
  top: 80%;
  left: -7px;
}

/* line 8346, lib/assets/stylesheets/ace.css */
.dropdown-colorpicker > .dropdown-menu.dropdown-menu-right {
  right: -7px;
  left: auto;
}

/* line 8350, lib/assets/stylesheets/ace.css */
.dropdown-colorpicker > .dropdown-menu > li {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 2px;
}

/* line 8357, lib/assets/stylesheets/ace.css */
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

/* line 8369, lib/assets/stylesheets/ace.css */
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}

/* line 8378, lib/assets/stylesheets/ace.css */
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn.selected:after {
  content: "\f00c";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 11px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
}

/* line 8390, lib/assets/stylesheets/ace.css */
.btn-colorpicker {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #DDD;
  vertical-align: middle;
  border-radius: 0;
}

/* line 8398, lib/assets/stylesheets/ace.css */
.dropdown-navbar {
  padding: 0;
  width: 240px;
  -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  border-color: #bcd4e5;
}

/* line 8405, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li {
  padding: 0 8px;
  background-color: #FFF;
}

/* line 8409, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li.dropdown-header {
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 34px;
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid;
}

/* line 8419, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li > .ace-icon,
.dropdown-navbar > li > a > .ace-icon {
  margin-right: 5px !important;
  color: #555;
  font-size: 14px;
}

/* line 8425, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li > a {
  padding: 10px 2px;
  margin: 0;
  border-top: 1px solid;
  font-size: 12px;
  line-height: 16px;
  color: #555 !important;
  background-color: transparent !important;
  white-space: normal;
}

/* line 8435, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li > a .progress {
  margin-bottom: 0;
  margin-top: 4px;
}

/* line 8439, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li > a .badge {
  line-height: 16px;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 12px;
}

/* line 8445, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li:first-child > a,
.dropdown-navbar > li.dropdown-header + li > a {
  border-top-width: 0;
}

/* line 8449, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li.dropdown-footer > a {
  color: #4F99C6 !important;
  text-align: center;
  font-size: 13px;
}

/* line 8454, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li.dropdown-footer > a:hover {
  background-color: #FFF;
  text-decoration: underline;
}

/* line 8458, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li.dropdown-footer > a:hover > .ace-icon {
  text-decoration: none;
}

/* line 8461, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li:hover {
  background-color: #f4f9fc;
}

/* line 8464, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li.dropdown-header {
  background-color: #ecf2f7;
  color: #8090a0;
  border-bottom-color: #bcd4e5;
}

/* line 8469, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li.dropdown-header > .ace-icon {
  color: #8090a0;
}

/* line 8472, lib/assets/stylesheets/ace.css */
.dropdown-navbar > li > a {
  border-top-color: #e4ecf3;
}

/* line 8475, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-pink {
  border-color: #e5bcd4;
}

/* line 8478, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-pink > li:hover {
  background-color: #fcf4f9;
}

/* line 8481, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-pink > li.dropdown-header {
  background-color: #f7ecf2;
  color: #b471a0;
  border-bottom-color: #e5bcd4;
}

/* line 8486, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-pink > li.dropdown-header > .ace-icon {
  color: #c06090;
}

/* line 8489, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-pink > li > a {
  border-top-color: #f3e4ec;
}

/* line 8492, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-grey {
  border-color: #e5e5e5;
}

/* line 8495, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-grey > li:hover {
  background-color: #f8f8f8;
}

/* line 8498, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-grey > li.dropdown-header {
  background-color: #f2f2f2;
  color: #3a87ad;
  border-bottom-color: #e5e5e5;
}

/* line 8503, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-grey > li.dropdown-header > .ace-icon {
  color: #3a87ad;
}

/* line 8506, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-grey > li > a {
  border-top-color: #eeeeee;
}

/* line 8509, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-green {
  border-color: #b4d5ac;
}

/* line 8512, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-green > li:hover {
  background-color: #f4f9ef;
}

/* line 8515, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-green > li.dropdown-header {
  background-color: #ebf7e4;
  color: #88aa66;
  border-bottom-color: #b4d5ac;
}

/* line 8520, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-green > li.dropdown-header > .ace-icon {
  color: #90c060;
}

/* line 8523, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-green > li > a {
  border-top-color: #ecf3e4;
}

/* line 8526, lib/assets/stylesheets/ace.css */
.dropdown-navbar .ace-icon[class*="btn"] {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 24px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 8534, lib/assets/stylesheets/ace.css */
.dropdown-navbar .msg-photo {
  max-width: 42px;
  float: left;
  margin-top: 2px;
}

/* line 8539, lib/assets/stylesheets/ace.css */
.dropdown-navbar .msg-body {
  display: block;
  line-height: 20px;
  white-space: normal;
  vertical-align: middle;
  margin-left: 50px;
}

/* line 8546, lib/assets/stylesheets/ace.css */
.dropdown-navbar .msg-title {
  display: inline-block;
  line-height: 14px;
}

/* line 8550, lib/assets/stylesheets/ace.css */
.dropdown-navbar .msg-time {
  display: block;
  font-size: 11px;
  color: #777;
}

/* line 8555, lib/assets/stylesheets/ace.css */
.dropdown-navbar .msg-time > .ace-icon {
  font-size: 14px;
  color: #555;
}

/* line 8559, lib/assets/stylesheets/ace.css */
.dropdown-navbar > .dropdown-content {
  padding: 0;
}

/* line 8562, lib/assets/stylesheets/ace.css */
.dropdown-navbar > .dropdown-content .dropdown-navbar {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  display: block;
  float: none;
  border-width: 0;
  position: static;
  z-index: auto;
}

/* line 8575, lib/assets/stylesheets/ace.css */
.dropdown-navbar .nav-tabs {
  border-width: 0;
  box-shadow: none;
  background-color: #F9F9F9 !important;
  top: auto;
  width: 100%;
}

/* line 8582, lib/assets/stylesheets/ace.css */
.dropdown-navbar .nav-tabs > li {
  display: table-cell;
  width: 1%;
  float: none !important;
}

/* line 8587, lib/assets/stylesheets/ace.css */
.dropdown-navbar .nav-tabs > li > a {
  margin: 0 0 0 1px !important;
  text-align: center;
  box-shadow: none !important;
  background-color: #F9F9F9 !important;
  border-width: 0 !important;
  border-bottom: 2px solid #BECAD1 !important;
}

/* line 8595, lib/assets/stylesheets/ace.css */
.dropdown-navbar .nav-tabs > li > a:before {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background-color: #BECAD1;
}

/* line 8605, lib/assets/stylesheets/ace.css */
.dropdown-navbar .nav-tabs > li:first-child > a {
  margin-left: 0 !important;
}

/* line 8608, lib/assets/stylesheets/ace.css */
.dropdown-navbar .nav-tabs > li:first-child > a:before {
  display: none;
}

/* line 8611, lib/assets/stylesheets/ace.css */
.dropdown-navbar .nav-tabs > li.active > a {
  border-bottom: 2px solid #79B0CE !important;
  color: #5085AF !important;
  background-color: #ECF2F7 !important;
}

/* line 8616, lib/assets/stylesheets/ace.css */
.dropdown-navbar .tab-content {
  padding: 0 !important;
  border-color: #FFF !important;
}

/* line 8620, lib/assets/stylesheets/ace.css */
.dropdown-navbar .tab-content .dropdown-menu {
  display: block;
  position: static;
  margin: 0 !important;
  padding-top: 2px;
  border-color: #FFF !important;
  box-shadow: none !important;
  width: 100%;
}

/* line 8629, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-pink .nav-tabs > li.active > a {
  border-bottom: 2px solid #E5BCD4 !important;
  color: #C06090 !important;
  background-color: #F7ECF2 !important;
}

/* line 8634, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-pink .nav-tabs > li:not(.active) > a:hover {
  color: #BA7396;
}

/* line 8637, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-pink .nav-tabs > li > a:before {
  background-color: #CEBBCB;
}

/* line 8640, lib/assets/stylesheets/ace.css */
.dropdown-navbar.navbar-pink .nav-tabs > li > a {
  border-bottom-color: #CEBBCD !important;
}

/* line 8643, lib/assets/stylesheets/ace.css */
.form-line {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEE;
}

/* line 8648, lib/assets/stylesheets/ace.css */
.form-actions {
  display: block;
  background-color: #F5F5F5;
  border-top: 1px solid #E5E5E5;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 19px 20px 20px;
}

/* line 8656, lib/assets/stylesheets/ace.css */
.help-button {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0;
  background-color: #65bcda;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
  margin-left: 4px;
  border-radius: 100%;
  border-color: #FFF;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
}

/* line 8675, lib/assets/stylesheets/ace.css */
.help-button:hover {
  background-color: #65bcda;
  text-shadow: none;
}

/* line 8679, lib/assets/stylesheets/ace.css */
label {
  font-weight: normal;
  font-size: 14px;
}

/* line 8683, lib/assets/stylesheets/ace.css */
.form-group > label[class*="col-"] {
  margin-bottom: 4px;
}

/* line 8686, lib/assets/stylesheets/ace.css */
td > label,
th > label {
  margin-bottom: 0;
  line-height: inherit;
  vertical-align: middle;
}

/* line 8692, lib/assets/stylesheets/ace.css */
label.inline {
  margin-bottom: 3px;
}

/* line 8695, lib/assets/stylesheets/ace.css */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border-radius: 0 !important;
  color: #858585;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  padding: 5px 4px 6px;
  font-size: 14px;
  font-family: inherit;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

/* line 8722, lib/assets/stylesheets/ace.css */
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
  border-color: #b5b5b5;
}

/* line 8739, lib/assets/stylesheets/ace.css */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #696969;
  border-color: #f59942;
  background-color: #ffffff;
  outline: none;
}

/* line 8761, lib/assets/stylesheets/ace.css */
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #c0c0c0;
}

/* line 8765, lib/assets/stylesheets/ace.css */
input:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}

/* line 8770, lib/assets/stylesheets/ace.css */
input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}

/* line 8775, lib/assets/stylesheets/ace.css */
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #c0c0c0;
}

/* line 8779, lib/assets/stylesheets/ace.css */
.form-control,
select {
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #858585;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
}

/* line 8788, lib/assets/stylesheets/ace.css */
.form-control:focus,
select:focus {
  color: #696969;
  border-color: #f59942;
  background-color: #ffffff;
  outline: none;
}

/* line 8795, lib/assets/stylesheets/ace.css */
textarea.form-control {
  padding: 5px 9px;
}

/* line 8798, lib/assets/stylesheets/ace.css */
select {
  padding: 3px 4px;
  height: 30px;
}

/* line 8802, lib/assets/stylesheets/ace.css */
select.form-control {
  padding: 4px 6px;
}

/* line 8805, lib/assets/stylesheets/ace.css */
select[multiple],
select.form-control[multiple] {
  height: auto;
}

/* line 8809, lib/assets/stylesheets/ace.css */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  border-radius: 0;
  padding: 2px 3px;
}

/* line 8813, lib/assets/stylesheets/ace.css */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  border-radius: 0;
  padding: 6px 8px;
}

/* line 8817, lib/assets/stylesheets/ace.css */
input.block {
  display: block;
  margin-bottom: 9px;
}

/* line 8821, lib/assets/stylesheets/ace.css */
textarea.autosize-transition {
  -webkit-transition-duration: "height 0.2s";
  transition-duration: "height 0.2s";
}

/* line 8825, lib/assets/stylesheets/ace.css */
.limiterBox {
  border: 1px solid #222;
  border-top: none;
  background-color: #333;
  padding: 3px 6px;
  font-size: 13px;
  color: #FFF;
  margin-top: 6px;
}

/* line 8834, lib/assets/stylesheets/ace.css */
.limiterBox:after {
  display: none;
}

/* line 8837, lib/assets/stylesheets/ace.css */
.limiterBox:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #333;
  -moz-border-bottom-colors: #333;
  border-width: 0 8px 8px;
}

/* line 8852, lib/assets/stylesheets/ace.css */
select option,
select.form-control option {
  padding: 3px 4px 5px;
}

/* line 8856, lib/assets/stylesheets/ace.css */
select option:active,
select.form-control option:active,
select option:hover,
select.form-control option:hover,
select option:focus,
select.form-control option:focus {
  background-color: #eeeeee;
  color: #444;
}

/* line 8865, lib/assets/stylesheets/ace.css */
select option.no-option,
select.form-control option.no-option {
  padding: 1px 0;
}

/* line 8869, lib/assets/stylesheets/ace.css */
input[disabled] {
  color: #848484 !important;
  background-color: #eeeeee !important;
}

/* line 8873, lib/assets/stylesheets/ace.css */
input[disabled]:hover {
  border-color: #d5d5d5 !important;
}

/* line 8876, lib/assets/stylesheets/ace.css */
input[readonly] {
  color: #939192;
  background: #f5f5f5 !important;
  cursor: default;
}

/* line 8881, lib/assets/stylesheets/ace.css */
input[readonly]:hover {
  border-color: #c3c3c3;
}

/* line 8884, lib/assets/stylesheets/ace.css */
input[readonly]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #aaaaaa;
  background-color: #f9f9f9;
}

/* line 8890, lib/assets/stylesheets/ace.css */
.help-inline {
  font-size: 13px !important;
}

/* line 8893, lib/assets/stylesheets/ace.css */
.input-icon {
  position: relative;
}

/* line 8896, lib/assets/stylesheets/ace.css */
span.input-icon {
  display: inline-block;
}

/* line 8899, lib/assets/stylesheets/ace.css */
.input-icon > input {
  padding-left: 24px;
  padding-right: 6px;
}

/* line 8903, lib/assets/stylesheets/ace.css */
.input-icon.input-icon-right > input {
  padding-left: 6px;
  padding-right: 24px;
}

/* line 8907, lib/assets/stylesheets/ace.css */
.input-icon > .ace-icon {
  padding: 0 3px;
  z-index: 2;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 3px;
  line-height: 30px;
  display: inline-block;
  color: #909090;
  font-size: 16px;
}

/* line 8919, lib/assets/stylesheets/ace.css */
.input-icon.input-icon-right > .ace-icon {
  left: auto;
  right: 3px;
}

/* line 8923, lib/assets/stylesheets/ace.css */
.input-icon > input:focus + .ace-icon {
  color: #579;
}

/* line 8926, lib/assets/stylesheets/ace.css */
.input-icon ~ .help-inline {
  padding-left: 8px;
}

/* line 8929, lib/assets/stylesheets/ace.css */
.form-search .radio [type=radio] + label,
.form-inline .radio [type=radio] + label,
.form-search .checkbox [type=checkbox] + label,
.form-inline .checkbox [type=checkbox] + label {
  float: left;
  margin-left: -20px;
}

/* line 8936, lib/assets/stylesheets/ace.css */
.form-search .form-search .radio [type=radio] + label,
.form-search .form-inline .radio [type=radio] + label,
.form-search .form-search .checkbox [type=checkbox] + label,
.form-search .form-inline .checkbox [type=checkbox] + label,
.form-inline .form-search .radio [type=radio] + label,
.form-inline .form-inline .radio [type=radio] + label,
.form-inline .form-search .checkbox [type=checkbox] + label,
.form-inline .form-inline .checkbox [type=checkbox] + label {
  margin-left: 0;
  margin-right: 3px;
}

/* line 8947, lib/assets/stylesheets/ace.css */
.form-search .input-append .search-query:focus,
.form-search .input-prepend .search-query:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 8952, lib/assets/stylesheets/ace.css */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  border-radius: 0;
}

/* line 8960, lib/assets/stylesheets/ace.css */
.input-mini {
  width: 60px;
  max-width: 100%;
}

/* line 8964, lib/assets/stylesheets/ace.css */
.input-small {
  width: 90px;
  max-width: 100%;
}

/* line 8968, lib/assets/stylesheets/ace.css */
.input-medium,
.input-md {
  width: 150px;
  max-width: 100%;
}

/* line 8973, lib/assets/stylesheets/ace.css */
.input-large {
  width: 210px;
  max-width: 100%;
}

/* line 8977, lib/assets/stylesheets/ace.css */
.input-xlarge {
  width: 270px;
  max-width: 100%;
}

/* line 8981, lib/assets/stylesheets/ace.css */
.input-xxlarge {
  width: 530px;
  max-width: 100%;
}

/* line 8985, lib/assets/stylesheets/ace.css */
input.input-lg, .input-group-lg > input.form-control,
.input-group-lg > input.input-group-addon,
.input-group-lg > .input-group-btn > input.btn {
  font-size: 18px;
}

/* line 8988, lib/assets/stylesheets/ace.css */
input.ace[type=checkbox],
input.ace[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* line 8997, lib/assets/stylesheets/ace.css */
label input.ace[type=checkbox],
label input.ace[type=radio] {
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/* line 9005, lib/assets/stylesheets/ace.css */
input.ace[type=checkbox]:checked,
input.ace[type=radio]:checked,
input.ace[type=checkbox]:focus,
input.ace[type=radio]:focus {
  outline: none !important;
}

/* line 9011, lib/assets/stylesheets/ace.css */
input.ace[type=checkbox] + .lbl,
input.ace[type=radio] + .lbl {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
  cursor: pointer;
}

/* line 9022, lib/assets/stylesheets/ace.css */
input.ace[type=checkbox] + .lbl::before,
input.ace[type=radio] + .lbl::before {
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #32a3ce;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  /*, inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  position: relative;
  top: -1px;
}

/* line 9044, lib/assets/stylesheets/ace.css */
input.ace[type=checkbox]:checked + .lbl::before,
input.ace[type=radio]:checked + .lbl::before {
  display: inline-block;
  content: '\f00c';
  background-color: #F5F8FC;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

/* line 9052, lib/assets/stylesheets/ace.css */
input.ace[type=checkbox]:hover + .lbl::before,
input.ace[type=radio]:hover + .lbl::before,
input.ace[type=checkbox] + .lbl:hover::before,
input.ace[type=radio] + .lbl:hover::before {
  border-color: #ff893c;
}

/* line 9058, lib/assets/stylesheets/ace.css */
input.ace[type=checkbox]:active + .lbl::before,
input.ace[type=radio]:active + .lbl::before,
input.ace[type=checkbox]:checked:active + .lbl::before,
input.ace[type=radio]:checked:active + .lbl::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 9064, lib/assets/stylesheets/ace.css */
input.ace.ace-checkbox-2[type=checkbox] + .lbl::before,
input.ace.ace-checkbox-2[type=radio] + .lbl::before {
  box-shadow: none;
}

/* line 9068, lib/assets/stylesheets/ace.css */
input.ace.ace-checkbox-2[type=checkbox]:checked + .lbl::before,
input.ace.ace-checkbox-2[type=radio]:checked + .lbl::before {
  background-color: #f9a021;
  border-color: #f9a021;
  color: #FFF;
}

/* line 9074, lib/assets/stylesheets/ace.css */
input.ace[type=checkbox]:disabled + .lbl::before,
input.ace[type=radio]:disabled + .lbl::before,
input.ace[type=checkbox][disabled] + .lbl::before,
input.ace[type=radio][disabled] + .lbl::before,
input.ace.disabled[type=checkbox] + .lbl::before,
input.ace.disabled[type=radio] + .lbl::before {
  background-color: #DDD !important;
  border-color: #CCC !important;
  box-shadow: none !important;
  color: #BBB;
}

/* line 9085, lib/assets/stylesheets/ace.css */
.checkbox label input.ace[type=checkbox] + .lbl,
.radio label input.ace[type=radio] + .lbl {
  margin-left: -10px;
}

/**
input[type=radio].ace @{lbl}::before {
	border-radius:100%;
	font-size: 34px;
	font-family: Helvetica, Arial, "Sans-Serif";//looks better but incosistent
	line-height: 13px;
}
*/
/* line 9097, lib/assets/stylesheets/ace.css */
input.ace[type=radio] + .lbl::before {
  border-radius: 100%;
  font-size: 10px;
  font-family: FontAwesome;
  text-shadow: 0 0 1px #32a3ce;
  line-height: 15px;
  height: 17px;
  min-width: 17px;
}

/* line 9106, lib/assets/stylesheets/ace.css */
input.ace[type=radio]:checked + .lbl::before {
  content: "\f111";
}

/* line 9109, lib/assets/stylesheets/ace.css */
input.ace.input-lg[type=checkbox] + .lbl::before, .input-group-lg > .ace.form-control + .lbl::before,
.input-group-lg > .ace.input-group-addon + .lbl::before,
.input-group-lg > .input-group-btn > .ace.btn + .lbl::before {
  border-radius: 4px;
  font-size: 16px;
  height: 24px;
  line-height: 21px;
  min-width: 24px;
  top: auto;
}

/* line 9117, lib/assets/stylesheets/ace.css */
input.ace.input-lg[type=radio] + .lbl::before, .input-group-lg > .ace.form-control + .lbl::before,
.input-group-lg > .ace.input-group-addon + .lbl::before,
.input-group-lg > .input-group-btn > .ace.btn + .lbl::before {
  font-size: 14px;
  height: 24px;
  line-height: 22px;
  min-width: 24px;
  top: auto;
}

/* CSS3 on/off switches */
/* line 9125, lib/assets/stylesheets/ace.css */
input.ace.ace-switch[type=checkbox] {
  width: 55px;
  height: 25px;
}

/* line 9129, lib/assets/stylesheets/ace.css */
input.ace.ace-switch[type=checkbox] + .lbl {
  margin: 0 4px;
  min-height: 24px;
}

/* line 9133, lib/assets/stylesheets/ace.css */
input.ace.ace-switch[type=checkbox] + .lbl::before {
  font-family: 'Open Sans';
  content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
  color: #999;
  text-shadow: 0 0 0 #999;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  height: 20px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #F5F5F5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #CCC;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -21px;
  margin-right: 0;
  -webkit-transition: text-indent .3s ease;
  -o-transition: text-indent .3s ease;
  transition: text-indent .3s ease;
  top: auto;
}

/* line 9159, lib/assets/stylesheets/ace.css */
input.ace.ace-switch[type=checkbox] + .lbl::after {
  font-family: 'Open Sans';
  content: 'III';
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  color: #AAA;
  text-shadow: none;
  background-color: #FFF;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: -2px;
  left: -3px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: left .3s ease;
  -o-transition: left .3s ease;
  transition: left .3s ease;
}

/* line 9182, lib/assets/stylesheets/ace.css */
input.ace.ace-switch[type=checkbox]:checked + .lbl::before {
  text-indent: 8px;
  color: #FFF;
  text-shadow: 0 0 0 #FFF;
  background-color: #8ab2c9;
  border-color: #6a8ca8;
}

/* line 9189, lib/assets/stylesheets/ace.css */
input.ace.ace-switch[type=checkbox]:checked + .lbl::after {
  left: 34px;
  background-color: #FFF;
  color: #98A0A5;
}

/* line 9194, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-2[type=checkbox] + .lbl::before {
  content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
}

/* line 9197, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-3[type=checkbox] + .lbl::after {
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 22px;
  content: "\f00d";
  top: -1px;
  text-shadow: none;
  padding: 0;
  text-align: center;
  color: #BBB;
  letter-spacing: 0;
}

/* line 9209, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-3[type=checkbox]:checked + .lbl::after {
  content: "\f00c";
  color: #8AB2C9;
  text-shadow: none;
}

/* line 9214, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-4[type=checkbox],
input.ace.ace-switch.ace-switch-5[type=checkbox] {
  width: 60px;
}

/* line 9218, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-4[type=checkbox] + .lbl::before,
input.ace.ace-switch.ace-switch-5[type=checkbox] + .lbl::before {
  content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
  font-size: 12px;
  line-height: 21px;
  height: 24px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #8b9aa3;
  border: 1px solid #8b9aa3;
  color: #FFF;
  width: 56px;
  text-indent: -25px;
  text-shadow: 0 0 0 #FFF;
  display: inline-block;
  position: relative;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 9239, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-4[type=checkbox] + .lbl::after,
input.ace.ace-switch.ace-switch-5[type=checkbox] + .lbl::after {
  content: 'III';
  font-size: 11px;
  position: absolute;
  top: 2px;
  left: 2px;
  letter-spacing: 0;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-shadow: none !important;
  color: #939393;
  background-color: #FFF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 9257, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-4[type=checkbox]:checked + .lbl::before,
input.ace.ace-switch.ace-switch-5[type=checkbox]:checked + .lbl::before {
  text-indent: 9px;
  background-color: #468fcc;
  border-color: #468FCC;
}

/* line 9263, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-4[type=checkbox]:checked + .lbl::after,
input.ace.ace-switch.ace-switch-5[type=checkbox]:checked + .lbl::after {
  left: 34px;
  background-color: #FFF;
  color: #848484;
}

/* line 9269, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-5[type=checkbox] + .lbl::before {
  content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
}

/* line 9272, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-5[type=checkbox]:checked + .lbl::before {
  text-indent: 8px;
}

/* line 9275, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-6[type=checkbox] + .lbl {
  position: relative;
}

/* line 9278, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-6[type=checkbox] + .lbl::before {
  font-family: FontAwesome;
  content: "\f00d";
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: none;
  border-width: 0;
  font-weight: lighter;
  font-size: 16px;
  border-radius: 12px;
  display: inline-block;
  background-color: #888;
  color: #F2F2F2;
  width: 52px;
  height: 22px;
  line-height: 21px;
  text-indent: 32px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

/* line 9298, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-6[type=checkbox] + .lbl::after {
  content: '';
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #F2F2F2;
  border: 4px solid #F2F2F2;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

/* line 9315, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-6[type=checkbox]:checked + .lbl::before {
  content: "\f00c";
  text-indent: 6px;
  color: #FFF;
  border-color: #b7d3e5;
  background-color: #00a20e;
}

/* line 9322, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-6[type=checkbox]:checked + .lbl::after {
  left: 32px;
  background-color: #FFF;
  border: 4px solid #FFF;
  text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}

/* line 9328, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-7[type=checkbox] {
  width: 75px;
}

/* line 9331, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-7[type=checkbox] + .lbl {
  position: relative;
}

/* line 9334, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-7[type=checkbox] + .lbl::before {
  content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";
  font-weight: bolder;
  font-size: 13px;
  line-height: 20px;
  background-color: #FFF;
  border: 2px solid #AAA;
  border-radius: 0;
  box-shadow: none;
  color: #AAA;
  width: 74px;
  height: 26px;
  line-height: 22px;
  overflow: hidden;
  text-indent: 5px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 9355, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-7[type=checkbox] + .lbl::after {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 39px;
  width: 32px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  padding: 0;
  text-indent: 0;
  background-color: #AAA;
  color: #FFF;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 9376, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-7[type=checkbox]:checked + .lbl::before {
  color: #468fcc;
  background-color: #FFF;
  text-indent: -28px;
  border-color: #6fb3e0;
}

/* line 9382, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-7[type=checkbox]:checked + .lbl::after {
  left: 3px;
  content: '\f00c';
  background-color: #468fcc;
  color: #FFF;
}

/* line 9388, lib/assets/stylesheets/ace.css */
input.ace.ace-switch[type=checkbox] + .lbl[data-lbl]::before {
  content: attr(data-lbl);
}

/* line 9391, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.btn-empty[type=checkbox] + .lbl::after {
  content: "";
}

/* line 9394, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.btn-rotate[type=checkbox] + .lbl::after {
  content: "\2261";
  line-height: 20px;
  font-size: 17px;
}

/* line 9399, lib/assets/stylesheets/ace.css */
input.ace.ace-switch-4.btn-rotate[type=checkbox] + .lbl::after,
input.ace.ace-switch-5.btn-rotate[type=checkbox] + .lbl::after {
  line-height: 17px;
}

/* line 9403, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.btn-flat[type=checkbox] + .lbl::before,
input.ace.ace-switch.btn-flat[type=checkbox] + .lbl::after {
  border-radius: 0 !important;
}

/* line 9407, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-4[type=checkbox] + .lbl::before,
input.ace.ace-switch.ace-switch-5[type=checkbox] + .lbl::before {
  text-indent: -24px;
}

/* line 9411, lib/assets/stylesheets/ace.css */
input.ace.ace-switch.ace-switch-4[type=checkbox]:checked + .lbl::before,
input.ace.ace-switch.ace-switch-5[type=checkbox]:checked + .lbl::before {
  text-indent: 7px;
}

/* line 9415, lib/assets/stylesheets/ace.css */
input.ace + .lbl.padding-16::before {
  margin-right: 16px;
}

/* line 9418, lib/assets/stylesheets/ace.css */
input.ace + .lbl.padding-14::before {
  margin-right: 14px;
}

/* line 9421, lib/assets/stylesheets/ace.css */
input.ace + .lbl.padding-12::before {
  margin-right: 12px;
}

/* line 9424, lib/assets/stylesheets/ace.css */
input.ace + .lbl.padding-10::before {
  margin-right: 10px;
}

/* line 9427, lib/assets/stylesheets/ace.css */
input.ace + .lbl.padding-8::before {
  margin-right: 8px;
}

/* line 9430, lib/assets/stylesheets/ace.css */
input.ace + .lbl.padding-6::before {
  margin-right: 6px;
}

/* line 9433, lib/assets/stylesheets/ace.css */
input.ace + .lbl.padding-4::before {
  margin-right: 4px;
}

/* line 9436, lib/assets/stylesheets/ace.css */
input.ace + .lbl.padding-2::before {
  margin-right: 2px;
}

/* line 9439, lib/assets/stylesheets/ace.css */
input.ace + .lbl.padding-0::before {
  margin-right: 0px;
}

/* line 9442, lib/assets/stylesheets/ace.css */
.ace-file-input {
  display: block;
  font-size: inherit;
  position: relative;
  height: 30px;
}

/* line 9448, lib/assets/stylesheets/ace.css */
.ace-file-input input[type=file] {
  position: absolute;
  z-index: -999;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 9457, lib/assets/stylesheets/ace.css */
.ace-file-input input[type=file]:focus {
  outline: none;
}

/* line 9460, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

/* line 9476, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f59942;
}

/* line 9481, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container:before {
  display: inline-block;
  content: attr(data-title);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  text-align: center;
  padding: 0 8px;
  background-color: #6fb3e0;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #FFF;
  border-left-width: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 9501, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container .ace-file-name {
  display: inline-block;
  height: 28px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
  color: #888888;
  font-size: 13px;
  vertical-align: top;
  position: static;
  padding-left: 30px;
}

/* line 9514, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container .ace-file-name:after {
  display: inline-block;
  content: attr(data-title);
}

/* line 9518, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container.selected {
  right: 16px;
}

/* line 9521, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container.selected .ace-file-name {
  color: #666666;
}

/* line 9524, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container .ace-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  width: 26px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 13px;
  border: 2px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #d1d1d1;
}

/* line 9542, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container.selected .ace-file-name .ace-icon {
  background-color: #efad62;
}

/* line 9545, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container.selected .ace-file-name .file-image {
  background-color: #bd7a9d;
}

/* line 9548, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container.selected .ace-file-name .file-video {
  background-color: #87b87f;
}

/* line 9551, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container.selected .ace-file-name .file-audio {
  background-color: #8b7ac9;
}

/* line 9554, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container.selected .ace-file-name .file-archive {
  background-color: #efad62;
}

/* line 9557, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container.hide-placeholder:before {
  display: none;
}

/* line 9560, lib/assets/stylesheets/ace.css */
.ace-file-input a:hover {
  text-decoration: none;
}

/* line 9563, lib/assets/stylesheets/ace.css */
.ace-file-input .remove {
  position: absolute;
  right: -8px;
  top: 6px;
  display: none;
  width: 17px;
  text-align: center;
  height: 17px;
  line-height: 15px;
  font-size: 11px;
  font-weight: normal;
  background-color: #fb7142;
  border-radius: 100%;
  color: #FFF;
  text-decoration: none;
}

/* line 9579, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-container.selected + .remove {
  display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 9583, lib/assets/stylesheets/ace.css */
  .ace-file-input input[type=file] {
    position: absolute;
    width: 0;
    height: 0;
  }
}

/* line 9589, lib/assets/stylesheets/ace.css */
.ace-file-input input.disabled[type=file] + .ace-file-container,
.ace-file-input input[type=file][disabled] + .ace-file-container,
.ace-file-input input[type=file][readonly] + .ace-file-container {
  cursor: not-allowed;
  background-color: #EEE;
}

/* line 9595, lib/assets/stylesheets/ace.css */
.ace-file-input input.disabled[type=file] + .ace-file-container:hover,
.ace-file-input input[type=file][disabled] + .ace-file-container:hover,
.ace-file-input input[type=file][readonly] + .ace-file-container:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #E3E3E3;
}

/* line 9602, lib/assets/stylesheets/ace.css */
.ace-file-input input.disabled[type=file] + .ace-file-container:before,
.ace-file-input input[type=file][disabled] + .ace-file-container:before,
.ace-file-input input[type=file][readonly] + .ace-file-container:before {
  border-color: #EEE;
  background-color: #A1AAAF;
}

/* line 9608, lib/assets/stylesheets/ace.css */
.ace-file-input input[type=file][readonly] + .ace-file-container {
  cursor: default;
}

/* line 9611, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-overlay {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -10px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 9620, lib/assets/stylesheets/ace.css */
.ace-file-input .ace-file-overlay > .overlay-content {
  display: inline-block;
  position: relative;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 9628, lib/assets/stylesheets/ace.css */
.ace-file-multiple {
  height: auto;
}

/* line 9631, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container {
  position: relative;
  height: auto;
  border: 1px dashed #aaaaaa;
  border-radius: 4px;
  text-align: center;
}

/* line 9638, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container:before {
  display: inline-block;
  content: attr(data-title);
  position: relative;
  right: 0;
  left: 0;
  margin: 12px;
  line-height: 22px;
  background-color: #FFF;
  color: #CCC;
  font-size: 18px;
  font-weight: bold;
  border-width: 0;
}

/* line 9652, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  width: 26px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 13px;
  border: 2px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 9669, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container .ace-file-name {
  position: relative;
  display: block;
  padding: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 4px;
  border-bottom: 1px solid #DDD;
  text-align: left;
}

/* line 9680, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container .ace-file-name:first-child {
  margin-top: 1px;
}

/* line 9683, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container .ace-file-name:last-child {
  border-bottom-width: 0;
  margin-bottom: 1px;
}

/* line 9687, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container .ace-file-name img {
  padding: 2px;
  border: 1px solid #D7D7D7;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  margin: 4px 8px 4px 1px;
}

/* line 9695, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container .ace-file-name:after {
  display: none;
}

/* line 9698, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container.selected .ace-file-name:after {
  display: inline-block;
  white-space: pre;
}

/* line 9702, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container .ace-file-name img + .ace-icon,
.ace-file-multiple .ace-file-container.selected .ace-file-name img + .ace-icon {
  display: none;
}

/* line 9706, lib/assets/stylesheets/ace.css */
.ace-file-multiple .remove {
  right: -11px;
  top: -11px;
  border: 3px solid #BBB;
  border-radius: 32px;
  background-color: #FFF;
  color: red;
  width: 23px;
  height: 23px;
  line-height: 15px;
}

/* line 9717, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container.selected + .remove:hover {
  border-color: #f4c0b1;
}

/* line 9720, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-overlay {
  position: absolute;
  top: -12px;
  bottom: -6px;
  left: -12px;
  right: -12px;
}

/* line 9727, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-overlay > .overlay-content {
  top: 20%;
}

/* line 9730, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container .ace-file-name .ace-icon {
  position: relative;
  display: block;
  text-align: center;
  height: auto;
  line-height: 64px;
  width: auto;
  font-size: 64px;
  color: #D5D5D5;
  margin: 4px 0;
  background-color: transparent;
}

/* line 9742, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container.selected:after {
  display: none;
}

/* line 9745, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
  position: relative;
  margin-right: 4px;
  margin-left: 2px;
  line-height: 24px;
}

/* line 9751, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container .ace-file-name.large {
  text-align: center;
  border-bottom: 1px solid #222;
  margin: 0 1px 3px;
}

/* line 9756, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container .ace-file-name.large:last-child {
  margin: 0 1px;
}

/* line 9759, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container .ace-file-name.large:after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 4px;
  background-color: #555;
  color: #FFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 9771, lib/assets/stylesheets/ace.css */
.ace-file-multiple .ace-file-container .ace-file-name.large img {
  border-width: 0;
  margin: 0 !important;
  padding: 0;
}

/* line 9776, lib/assets/stylesheets/ace.css */
.ace-file-multiple input.disabled[type=file] + .ace-file-container:hover,
.ace-file-multiple input[type=file][disabled] + .ace-file-container:hover,
.ace-file-multiple input[type=file][readonly] + .ace-file-container:hover {
  border-color: #AAA;
}

/* line 9781, lib/assets/stylesheets/ace.css */
.ace-file-multiple input.disabled[type=file] + .ace-file-container:before,
.ace-file-multiple input[type=file][disabled] + .ace-file-container:before,
.ace-file-multiple input[type=file][readonly] + .ace-file-container:before {
  background-color: transparent;
}

/* line 9786, lib/assets/stylesheets/ace.css */
.ace-file-multiple input.disabled[type=file] + .ace-file-container .ace-icon,
.ace-file-multiple input[type=file][disabled] + .ace-file-container .ace-icon,
.ace-file-multiple input[type=file][readonly] + .ace-file-container .ace-icon {
  border-color: #EEE;
}

/* line 9791, lib/assets/stylesheets/ace.css */
.input-group .input-group-addon {
  border-radius: 0 !important;
}

/* line 9794, lib/assets/stylesheets/ace.css */
.form-group.has-success .input-group .input-group-addon {
  border-color: #9cc573;
}

/* line 9797, lib/assets/stylesheets/ace.css */
.form-group.has-error .input-group .input-group-addon {
  border-color: #f2a696;
}

/* line 9800, lib/assets/stylesheets/ace.css */
.form-group.has-warning .input-group .input-group-addon {
  border-color: #e3c94c;
}

/* line 9803, lib/assets/stylesheets/ace.css */
.form-group.has-info .input-group .input-group-addon {
  border-color: #72aec2;
}

/* line 9806, lib/assets/stylesheets/ace.css */
.input-group > .btn {
  line-height: 20px;
  padding: 0 6px;
  border-radius: 0 !important;
}

/* line 9811, lib/assets/stylesheets/ace.css */
.input-group > .btn.btn-sm, .btn-group-sm.input-group > .btn {
  line-height: 22px;
}

/* line 9814, lib/assets/stylesheets/ace.css */
.input-group > .btn + .btn {
  margin-left: 1px;
}

/* line 9817, lib/assets/stylesheets/ace.css */
.input-group > .btn-group > .btn {
  line-height: 23px;
}

/* line 9820, lib/assets/stylesheets/ace.css */
.input-group > .btn-group > .btn.btn-sm, .input-group > .btn-group-sm.btn-group > .btn {
  line-height: 26px;
}

/* line 9823, lib/assets/stylesheets/ace.css */
.input-group > .btn > .caret,
.input-group > .btn-group > .btn > .caret,
.input-group > .btn.btn-sm > .caret,
.input-group > .btn-group > .btn.btn-sm > .caret {
  margin-top: 10px;
}

/* line 9829, lib/assets/stylesheets/ace.css */
.input-group.input-group-compact {
  width: 1px;
}

/* line 9832, lib/assets/stylesheets/ace.css */
.form-group select,
.form-group textarea,
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="datetime"],
.form-group input[type="datetime-local"],
.form-group input[type="date"],
.form-group input[type="month"],
.form-group input[type="time"],
.form-group input[type="week"],
.form-group input[type="number"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group input[type="search"],
.form-group input[type="tel"],
.form-group input[type="color"] {
  background: #FFF;
}

/* line 9850, lib/assets/stylesheets/ace.css */
.form-group.has-success input,
.form-group.has-success select,
.form-group.has-success textarea {
  border-color: #9cc573;
  color: #8bad4c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9858, lib/assets/stylesheets/ace.css */
.form-group.has-success input:focus,
.form-group.has-success select:focus,
.form-group.has-success textarea:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(130, 188, 58, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(130, 188, 58, 0.3);
  color: #6f8a3c;
  border-color: #779c52;
  background-color: #f4f9f0;
}

/* line 9867, lib/assets/stylesheets/ace.css */
.form-group.has-success input:focus + .ace-icon,
.form-group.has-success select:focus + .ace-icon,
.form-group.has-success textarea:focus + .ace-icon {
  color: #8bad4c;
}

/* line 9872, lib/assets/stylesheets/ace.css */
.form-group.has-success .ace-icon {
  color: #8bad4c;
}

/* line 9875, lib/assets/stylesheets/ace.css */
.form-group.has-success .btn .ace-icon {
  color: inherit;
}

/* line 9878, lib/assets/stylesheets/ace.css */
.form-group.has-success .control-label,
.form-group.has-success .help-block,
.form-group.has-success .help-inline {
  color: #7ba065;
}

/* line 9883, lib/assets/stylesheets/ace.css */
.form-group.has-info input,
.form-group.has-info select,
.form-group.has-info textarea {
  border-color: #72aec2;
  color: #4b89aa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9891, lib/assets/stylesheets/ace.css */
.form-group.has-info input:focus,
.form-group.has-info select:focus,
.form-group.has-info textarea:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(58, 120, 188, 0.3);
  color: #3b6c87;
  border-color: #488ea5;
  background-color: #f1f7f9;
}

/* line 9900, lib/assets/stylesheets/ace.css */
.form-group.has-info input:focus + .ace-icon,
.form-group.has-info select:focus + .ace-icon,
.form-group.has-info textarea:focus + .ace-icon {
  color: #4b89aa;
}

/* line 9905, lib/assets/stylesheets/ace.css */
.form-group.has-info .ace-icon {
  color: #4b89aa;
}

/* line 9908, lib/assets/stylesheets/ace.css */
.form-group.has-info .btn .ace-icon {
  color: inherit;
}

/* line 9911, lib/assets/stylesheets/ace.css */
.form-group.has-info .control-label,
.form-group.has-info .help-block,
.form-group.has-info .help-inline {
  color: #657ba0;
}

/* line 9916, lib/assets/stylesheets/ace.css */
.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
  border-color: #f2a696;
  color: #d68273;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9924, lib/assets/stylesheets/ace.css */
.form-group.has-error input:focus,
.form-group.has-error select:focus,
.form-group.has-error textarea:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(219, 137, 120, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(219, 137, 120, 0.3);
  color: #ca5f4c;
  border-color: #d77b68;
  background-color: #fef9f8;
}

/* line 9933, lib/assets/stylesheets/ace.css */
.form-group.has-error input:focus + .ace-icon,
.form-group.has-error select:focus + .ace-icon,
.form-group.has-error textarea:focus + .ace-icon {
  color: #d68273;
}

/* line 9938, lib/assets/stylesheets/ace.css */
.form-group.has-error .ace-icon {
  color: #d68273;
}

/* line 9941, lib/assets/stylesheets/ace.css */
.form-group.has-error .btn .ace-icon {
  color: inherit;
}

/* line 9944, lib/assets/stylesheets/ace.css */
.form-group.has-error .control-label,
.form-group.has-error .help-block,
.form-group.has-error .help-inline {
  color: #d16e6c;
}

/* line 9949, lib/assets/stylesheets/ace.css */
.form-group.has-warning input,
.form-group.has-warning select,
.form-group.has-warning textarea {
  border-color: #e3c94c;
  color: #d3bd50;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9957, lib/assets/stylesheets/ace.css */
.form-group.has-warning input:focus,
.form-group.has-warning select:focus,
.form-group.has-warning textarea:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(216, 188, 65, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(216, 188, 65, 0.3);
  color: #c0a830;
  border-color: #d5b630;
  background-color: #fdfbf3;
}

/* line 9966, lib/assets/stylesheets/ace.css */
.form-group.has-warning input:focus + .ace-icon,
.form-group.has-warning select:focus + .ace-icon,
.form-group.has-warning textarea:focus + .ace-icon {
  color: #d3bd50;
}

/* line 9971, lib/assets/stylesheets/ace.css */
.form-group.has-warning .ace-icon {
  color: #d3bd50;
}

/* line 9974, lib/assets/stylesheets/ace.css */
.form-group.has-warning .btn .ace-icon {
  color: inherit;
}

/* line 9977, lib/assets/stylesheets/ace.css */
.form-group.has-warning .control-label,
.form-group.has-warning .help-block,
.form-group.has-warning .help-inline {
  color: #d19d59;
}

/* line 9982, lib/assets/stylesheets/ace.css */
.form-group input[disabled],
.form-group input:disabled {
  color: #848484 !important;
  background-color: #eeeeee !important;
}

@media only screen and (max-width: 767px) {
  /* line 9988, lib/assets/stylesheets/ace.css */
  .help-inline,
.input-icon + .help-inline {
    padding-left: 0;
    display: block !important;
  }
}

/* line 9994, lib/assets/stylesheets/ace.css */
.tab-content {
  border: 1px solid #c5d0dc;
  padding: 16px 12px;
  position: relative;
}

/* line 9999, lib/assets/stylesheets/ace.css */
.tab-content.no-padding {
  padding: 0;
}

/* line 10002, lib/assets/stylesheets/ace.css */
.tab-content.no-border {
  border: none;
  padding: 12px;
}

/* line 10006, lib/assets/stylesheets/ace.css */
.tab-content.padding-32 {
  padding: 32px 24px;
}

/* line 10009, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-32 {
  padding: 32px;
}

/* line 10012, lib/assets/stylesheets/ace.css */
.tab-content.padding-30 {
  padding: 30px 23px;
}

/* line 10015, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-30 {
  padding: 30px;
}

/* line 10018, lib/assets/stylesheets/ace.css */
.tab-content.padding-28 {
  padding: 28px 21px;
}

/* line 10021, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-28 {
  padding: 28px;
}

/* line 10024, lib/assets/stylesheets/ace.css */
.tab-content.padding-26 {
  padding: 26px 20px;
}

/* line 10027, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-26 {
  padding: 26px;
}

/* line 10030, lib/assets/stylesheets/ace.css */
.tab-content.padding-24 {
  padding: 24px 18px;
}

/* line 10033, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-24 {
  padding: 24px;
}

/* line 10036, lib/assets/stylesheets/ace.css */
.tab-content.padding-22 {
  padding: 22px 17px;
}

/* line 10039, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-22 {
  padding: 22px;
}

/* line 10042, lib/assets/stylesheets/ace.css */
.tab-content.padding-20 {
  padding: 20px 15px;
}

/* line 10045, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-20 {
  padding: 20px;
}

/* line 10048, lib/assets/stylesheets/ace.css */
.tab-content.padding-18 {
  padding: 18px 14px;
}

/* line 10051, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-18 {
  padding: 18px;
}

/* line 10054, lib/assets/stylesheets/ace.css */
.tab-content.padding-16 {
  padding: 16px 12px;
}

/* line 10057, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-16 {
  padding: 16px;
}

/* line 10060, lib/assets/stylesheets/ace.css */
.tab-content.padding-14 {
  padding: 14px 11px;
}

/* line 10063, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-14 {
  padding: 14px;
}

/* line 10066, lib/assets/stylesheets/ace.css */
.tab-content.padding-12 {
  padding: 12px 9px;
}

/* line 10069, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-12 {
  padding: 12px;
}

/* line 10072, lib/assets/stylesheets/ace.css */
.tab-content.padding-10 {
  padding: 10px 8px;
}

/* line 10075, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-10 {
  padding: 10px;
}

/* line 10078, lib/assets/stylesheets/ace.css */
.tab-content.padding-8 {
  padding: 8px 6px;
}

/* line 10081, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-8 {
  padding: 8px;
}

/* line 10084, lib/assets/stylesheets/ace.css */
.tab-content.padding-6 {
  padding: 6px 5px;
}

/* line 10087, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-6 {
  padding: 6px;
}

/* line 10090, lib/assets/stylesheets/ace.css */
.tab-content.padding-4 {
  padding: 4px 3px;
}

/* line 10093, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-4 {
  padding: 4px;
}

/* line 10096, lib/assets/stylesheets/ace.css */
.tab-content.padding-2 {
  padding: 2px 2px;
}

/* line 10099, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-2 {
  padding: 2px;
}

/* line 10102, lib/assets/stylesheets/ace.css */
.tab-content.padding-0 {
  padding: 0px 0px;
}

/* line 10105, lib/assets/stylesheets/ace.css */
.tab-content.no-border.padding-0 {
  padding: 0px;
}

/* line 10108, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-32 {
  padding-left: 32px;
}

/* line 10111, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-32,
.tabs-left > .nav.nav-tabs.padding-32 {
  padding-left: 0;
  padding-top: 32px;
}

/* line 10116, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-30 {
  padding-left: 30px;
}

/* line 10119, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-30,
.tabs-left > .nav.nav-tabs.padding-30 {
  padding-left: 0;
  padding-top: 30px;
}

/* line 10124, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-28 {
  padding-left: 28px;
}

/* line 10127, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-28,
.tabs-left > .nav.nav-tabs.padding-28 {
  padding-left: 0;
  padding-top: 28px;
}

/* line 10132, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-26 {
  padding-left: 26px;
}

/* line 10135, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-26,
.tabs-left > .nav.nav-tabs.padding-26 {
  padding-left: 0;
  padding-top: 26px;
}

/* line 10140, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-24 {
  padding-left: 24px;
}

/* line 10143, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-24,
.tabs-left > .nav.nav-tabs.padding-24 {
  padding-left: 0;
  padding-top: 24px;
}

/* line 10148, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-22 {
  padding-left: 22px;
}

/* line 10151, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-22,
.tabs-left > .nav.nav-tabs.padding-22 {
  padding-left: 0;
  padding-top: 22px;
}

/* line 10156, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-20 {
  padding-left: 20px;
}

/* line 10159, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-20,
.tabs-left > .nav.nav-tabs.padding-20 {
  padding-left: 0;
  padding-top: 20px;
}

/* line 10164, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-18 {
  padding-left: 18px;
}

/* line 10167, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-18,
.tabs-left > .nav.nav-tabs.padding-18 {
  padding-left: 0;
  padding-top: 18px;
}

/* line 10172, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-16 {
  padding-left: 16px;
}

/* line 10175, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-16,
.tabs-left > .nav.nav-tabs.padding-16 {
  padding-left: 0;
  padding-top: 16px;
}

/* line 10180, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-14 {
  padding-left: 14px;
}

/* line 10183, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-14,
.tabs-left > .nav.nav-tabs.padding-14 {
  padding-left: 0;
  padding-top: 14px;
}

/* line 10188, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-12 {
  padding-left: 12px;
}

/* line 10191, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-12,
.tabs-left > .nav.nav-tabs.padding-12 {
  padding-left: 0;
  padding-top: 12px;
}

/* line 10196, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-10 {
  padding-left: 10px;
}

/* line 10199, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-10,
.tabs-left > .nav.nav-tabs.padding-10 {
  padding-left: 0;
  padding-top: 10px;
}

/* line 10204, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-8 {
  padding-left: 8px;
}

/* line 10207, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-8,
.tabs-left > .nav.nav-tabs.padding-8 {
  padding-left: 0;
  padding-top: 8px;
}

/* line 10212, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-6 {
  padding-left: 6px;
}

/* line 10215, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-6,
.tabs-left > .nav.nav-tabs.padding-6 {
  padding-left: 0;
  padding-top: 6px;
}

/* line 10220, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-4 {
  padding-left: 4px;
}

/* line 10223, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-4,
.tabs-left > .nav.nav-tabs.padding-4 {
  padding-left: 0;
  padding-top: 4px;
}

/* line 10228, lib/assets/stylesheets/ace.css */
.nav.nav-tabs.padding-2 {
  padding-left: 2px;
}

/* line 10231, lib/assets/stylesheets/ace.css */
.tabs-right > .nav.nav-tabs.padding-2,
.tabs-left > .nav.nav-tabs.padding-2 {
  padding-left: 0;
  padding-top: 2px;
}

/* line 10236, lib/assets/stylesheets/ace.css */
.nav-tabs {
  border-color: #C5D0DC;
  margin-bottom: 0 !important;
  margin-left: 0;
  position: relative;
  top: 1px;
}

/* line 10243, lib/assets/stylesheets/ace.css */
.nav-tabs > li > a {
  padding: 7px 12px 8px;
}

/* line 10246, lib/assets/stylesheets/ace.css */
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  border-radius: 0 !important;
  border-color: #c5d0dc;
  background-color: #F9F9F9;
  color: #999;
  margin-right: -1px;
  line-height: 18px;
  position: relative;
}

/* line 10256, lib/assets/stylesheets/ace.css */
.nav-tabs > li > a:hover {
  background-color: #FFF;
  color: #4c8fbd;
  border-color: #c5d0dc;
}

/* line 10261, lib/assets/stylesheets/ace.css */
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
  outline: none !important;
}

/* line 10265, lib/assets/stylesheets/ace.css */
.nav-tabs > li:first-child > a {
  margin-left: 0;
}

/* line 10268, lib/assets/stylesheets/ace.css */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #576373;
  border-color: #c5d0dc;
  border-top: 2px solid #4c8fbd;
  border-bottom-color: transparent;
  background-color: #FFF;
  z-index: 1;
  line-height: 18px;
  margin-top: -1px;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
}

/* line 10281, lib/assets/stylesheets/ace.css */
.tabs-below > .nav-tabs {
  /* tabs below */
  top: auto;
  margin-bottom: 0;
  margin-top: -1px;
  border-color: #c5d0dc;
  border-bottom-width: 0;
}

/* line 10289, lib/assets/stylesheets/ace.css */
.tabs-below > .nav-tabs > li > a,
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-color: #c5d0dc;
}

/* line 10294, lib/assets/stylesheets/ace.css */
.tabs-below > .nav-tabs > li.active > a,
.tabs-below > .nav-tabs > li.active > a:hover,
.tabs-below > .nav-tabs > li.active > a:focus {
  border-color: #c5d0dc;
  border-top-width: 1px;
  border-bottom: 2px solid #4c8fbd;
  border-top-color: transparent;
  margin-top: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}

/* line 10304, lib/assets/stylesheets/ace.css */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 60px;
}

/* line 10308, lib/assets/stylesheets/ace.css */
.tabs-left > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  border-color: #c5d0dc;
  float: left;
}

/* line 10314, lib/assets/stylesheets/ace.css */
.tabs-left > .nav-tabs > li {
  float: none !important;
}

/* line 10317, lib/assets/stylesheets/ace.css */
.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #c5d0dc;
  margin: 0 -1px 0 0;
}

/* line 10323, lib/assets/stylesheets/ace.css */
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:focus,
.tabs-left > .nav-tabs > li.active > a:hover {
  border-color: #c5d0dc;
  border-top-width: 1px;
  border-left: 2px solid #4c8fbd;
  border-right-color: transparent;
  margin: 0 -1px 0 -1px;
  -webkit-box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.15) !important;
}

/* line 10334, lib/assets/stylesheets/ace.css */
.tabs-right > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  border-color: #c5d0dc;
  float: right;
}

/* line 10340, lib/assets/stylesheets/ace.css */
.tabs-right > .nav-tabs > li {
  float: none !important;
}

/* line 10343, lib/assets/stylesheets/ace.css */
.tabs-right > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #c5d0dc;
  margin: 0 -1px;
}

/* line 10349, lib/assets/stylesheets/ace.css */
.tabs-right > .nav-tabs > li.active > a,
.tabs-right > .nav-tabs > li.active > a:focus,
.tabs-right > .nav-tabs > li.active > a:hover {
  border-color: #c5d0dc;
  border-top-width: 1px;
  border-right: 2px solid #4c8fbd;
  border-left-color: transparent;
  margin: 0 -2px 0 -1px;
  -webkit-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.15);
}

/* line 10360, lib/assets/stylesheets/ace.css */
.nav-tabs > li > a > .badge {
  padding: 1px 5px;
  line-height: 15px;
  opacity: 0.75;
}

/* line 10365, lib/assets/stylesheets/ace.css */
.nav-tabs > li > a > .ace-icon {
  opacity: 0.75;
}

/* line 10368, lib/assets/stylesheets/ace.css */
.nav-tabs > li.active > a > .badge,
.nav-tabs > li.active > a > .ace-icon {
  opacity: 1;
}

/* line 10372, lib/assets/stylesheets/ace.css */
.nav-tabs li .ace-icon {
  width: 1.25em;
  display: inline-block;
  text-align: center;
}

/* line 10377, lib/assets/stylesheets/ace.css */
.nav-tabs > li.open .dropdown-toggle {
  background-color: #4F99C6;
  border-color: #4F99C6;
  color: #FFF;
}

/* line 10382, lib/assets/stylesheets/ace.css */
.nav-tabs > li.open .dropdown-toggle > .ace-icon {
  color: #FFF !important;
}

/* line 10385, lib/assets/stylesheets/ace.css */
.tabs-left .tab-content,
.tabs-right .tab-content {
  overflow: auto;
}

/* line 10389, lib/assets/stylesheets/ace.css */
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  background-color: #4F99C6;
  border-color: #4F99C6;
  color: #FFFFFF;
}

/* line 10396, lib/assets/stylesheets/ace.css */
.nav-pills .open .dropdown-toggle > .ace-icon,
.nav > li.dropdown.open.active > a:hover > .ace-icon,
.nav > li.dropdown.open.active > a:focus > .ace-icon {
  color: #FFF !important;
}

/* bigger tab buttons */
/* line 10402, lib/assets/stylesheets/ace.css */
.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > .ace-icon.disabled:first-child {
  color: #909090 !important;
}

/* bigger tab buttons */
/* line 10406, lib/assets/stylesheets/ace.css */
.nav-tabs.tab-size-bigger > li > a {
  padding-left: 14px;
  padding-right: 14px;
}

/* line 10410, lib/assets/stylesheets/ace.css */
.nav-tabs.tab-size-bigger > li > a > .ace-icon:first-child {
  display: block;
  margin-bottom: 6px;
  width: auto;
}

/* line 10415, lib/assets/stylesheets/ace.css */
.nav-tabs.tab-space-1 > li > a {
  margin-right: 1px;
}

/* line 10418, lib/assets/stylesheets/ace.css */
.nav-tabs.tab-space-2 > li > a {
  margin-right: 2px;
}

/* line 10421, lib/assets/stylesheets/ace.css */
.nav-tabs.tab-space-3 > li > a {
  margin-right: 3px;
}

/* line 10424, lib/assets/stylesheets/ace.css */
.nav-tabs.tab-space-4 > li > a {
  margin-right: 4px;
}

/* line 10427, lib/assets/stylesheets/ace.css */
.nav-tabs[class*="tab-color-"] > li > a,
.nav-tabs[class*="tab-color-"] > li > a:focus,
.nav-tabs[class*="tab-color-"] > li > a:hover {
  color: #FFF;
  border-color: transparent;
  margin-right: 3px;
}

/* line 10434, lib/assets/stylesheets/ace.css */
.nav-tabs[class*="tab-color-"] > li > a > .badge {
  border-radius: 2px;
}

/* line 10437, lib/assets/stylesheets/ace.css */
.nav-tabs[class*="tab-color-"] > li:not(.active) > a:hover {
  opacity: 0.85;
  border-color: rgba(0, 0, 0, 0.15);
  border-bottom-color: transparent;
}

/* line 10442, lib/assets/stylesheets/ace.css */
.nav-tabs[class*="tab-color-"] > li:not(.active) > a > .ace-icon:first-child {
  color: #FFF !important;
}

/* line 10445, lib/assets/stylesheets/ace.css */
.nav-tabs[class*="tab-color-"] > li:not(.active) > a > .badge {
  color: rgba(0, 0, 0, 0.4) !important;
  background-color: #FFF !important;
  border-radius: 2px;
}

/* line 10450, lib/assets/stylesheets/ace.css */
.nav-tabs.tab-color-blue > li > a,
.nav-tabs.tab-color-blue > li > a:focus {
  background-color: #7db4d8;
}

/* line 10454, lib/assets/stylesheets/ace.css */
.nav-tabs[class*="tab-color-"] > li.active > a,
.nav-tabs[class*="tab-color-"] > li.active > a:focus,
.nav-tabs[class*="tab-color-"] > li.active > a:hover {
  background-color: #FFF;
  color: #4f80a0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 10462, lib/assets/stylesheets/ace.css */
.nav-tabs.tab-color-blue > li.active > a,
.nav-tabs.tab-color-blue > li.active > a:focus,
.nav-tabs.tab-color-blue > li.active > a:hover {
  color: #4c718a;
  border-color: #7db4d8 #7db4d8 transparent;
}

/* line 10468, lib/assets/stylesheets/ace.css */
.tabs-below .nav-tabs.tab-color-blue > li.active > a {
  border-color: transparent #7db4d8 #7db4d8;
}

/* line 10471, lib/assets/stylesheets/ace.css */
.nav-tabs.tab-color-blue {
  border-bottom-color: #C5D0DC;
}

/* background for tab links */
/* line 10475, lib/assets/stylesheets/ace.css */
.nav-tabs.background-blue {
  padding-top: 6px;
  background-color: #EFF3F8;
  border: 1px solid #C5D0DC;
}

/* line 10480, lib/assets/stylesheets/ace.css */
.tabs-below .nav-tabs.background-blue {
  padding-top: 0;
  padding-bottom: 6px;
}

/* line 10484, lib/assets/stylesheets/ace.css */
.tabs-below .nav-tabs.tab-color-blue {
  border-top: none;
  border-bottom-color: #C5D0DC;
}

/* line 10488, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel {
  border-radius: 0;
  border-color: #cdd8e3;
  background-color: #FFF;
  box-shadow: none;
}

/* line 10494, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel:last-child {
  border-bottom-width: 1px;
}

/* line 10497, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel .collapse {
  background-color: #FFF;
}

/* line 10500, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel + .panel {
  margin-top: 2px;
}

/* line 10503, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cdd8e3 !important;
}

/* line 10506, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel-heading {
  padding: 0;
}

/* line 10509, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel-heading .accordion-toggle {
  color: #4c8fbd;
  background-color: #eef4f9;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  padding: 10px;
  display: block;
}

/* line 10519, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel-heading .accordion-toggle.collapsed {
  color: #478fca;
  font-weight: normal;
  background-color: #F9F9F9;
}

/* line 10524, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel-heading .accordion-toggle:hover {
  color: #6ea6cc;
  background-color: #f1f8fd;
  text-decoration: none;
}

/* line 10529, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel-heading .accordion-toggle:focus,
.accordion-style1.panel-group .panel-heading .accordion-toggle:active {
  outline: none;
  text-decoration: none;
}

/* line 10534, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel-heading .accordion-toggle > .ace-icon:first-child {
  width: 16px;
}

/* line 10537, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel-heading .accordion-toggle:hover > .ace-icon:first-child {
  text-decoration: none;
}

/* line 10540, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group .panel-body,
.accordion-style1.panel-group .collapse.in > .panel-body {
  border-top: 1px solid #cdd8e3;
}

/* line 10544, lib/assets/stylesheets/ace.css */
.accordion-style1.panel-group.no-padding {
  padding: 0;
}

/* line 10547, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .panel {
  border-width: 0;
}

/* line 10550, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .panel:last-child {
  border-bottom-width: 0;
}

/* line 10553, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .panel + .panel {
  margin-top: 4px;
}

/* line 10556, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .panel .panel-body {
  border-top: none;
}

/* line 10559, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .panel-heading .accordion-toggle {
  background-color: #EDF3F7;
  border: 2px solid #6EAED1;
  border-width: 0 0 0 2px;
}

/* line 10564, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .panel-heading .accordion-toggle:hover {
  text-decoration: none;
}

/* line 10567, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .panel-heading .accordion-toggle.collapsed {
  background-color: #F3F3F3;
  color: #606060;
  border-width: 0 0 0 1px;
  border-color: #D9D9D9;
}

/* line 10573, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .panel-heading .accordion-toggle.collapsed:hover {
  background-color: #F6F6F6;
  color: #438EB9;
  text-decoration: none;
}

/* line 10578, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .panel-body,
.accordion-style2.panel-group .collapse.in > .panel-body {
  border-top: none;
}

/* line 10582, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .accordion-style2.panel-group .panel {
  border-bottom: 1px dotted #D9D9D9;
}

/* line 10585, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .accordion-style2.panel-group .panel:last-child {
  border-bottom: none;
}

/* line 10588, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading,
.accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading .accordion-toggle {
  background-color: transparent;
  border-width: 0;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 8px;
}

/* line 10596, lib/assets/stylesheets/ace.css */
.accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading {
  padding-top: 0;
  padding-bottom: 0;
}

/* tables */
/* line 10601, lib/assets/stylesheets/ace.css */
th,
td,
.table-bordered {
  border-radius: 0 !important;
}

/* line 10606, lib/assets/stylesheets/ace.css */
.table > thead > tr {
  color: #707070;
  font-weight: normal;
  background: #F2F2F2;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

/* line 10616, lib/assets/stylesheets/ace.css */
.table > thead > tr > th {
  border-color: #dddddd;
  font-weight: bold;
}

/* line 10620, lib/assets/stylesheets/ace.css */
.table > thead > tr > th .ace-icon:first-child {
  margin-right: 2px;
}

/* line 10623, lib/assets/stylesheets/ace.css */
.table > thead > tr > th:first-child {
  border-left-color: #F1F1F1;
}

/* line 10626, lib/assets/stylesheets/ace.css */
.table > thead > tr > th:last-child {
  border-right-color: #F1F1F1;
}

/* line 10629, lib/assets/stylesheets/ace.css */
.table.table-bordered > thead > tr > th {
  /* border-color: @table-border-color; */
  vertical-align: middle;
}

/* line 10633, lib/assets/stylesheets/ace.css */
.table.table-bordered > thead > tr > th:first-child {
  border-left-color: #dddddd;
}

/* line 10636, lib/assets/stylesheets/ace.css */
th.center,
td.center {
  text-align: center;
}

/* line 10640, lib/assets/stylesheets/ace.css */
th .lbl,
td .lbl {
  margin-bottom: 0;
}

/* line 10644, lib/assets/stylesheets/ace.css */
th .lbl:only-child,
td .lbl:only-child {
  vertical-align: top;
}

/* line 10648, lib/assets/stylesheets/ace.css */
.table-header {
  background-color: #307ecc;
  color: #FFF;
  font-size: 14px;
  line-height: 38px;
  padding-left: 12px;
  margin-bottom: 1px;
}

/* line 10656, lib/assets/stylesheets/ace.css */
.table-header .close {
  margin-right: 8px;
  margin-top: 0;
  opacity: 0.45;
  filter: alpha(opacity=45);
}

/* line 10662, lib/assets/stylesheets/ace.css */
.table-header .close:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/* line 10666, lib/assets/stylesheets/ace.css */
.widget-box {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 3px 0;
  border: 1px solid #CCC;
}

@media only screen and (max-width: 767px) {
  /* line 10674, lib/assets/stylesheets/ace.css */
  .widget-box {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

/* line 10679, lib/assets/stylesheets/ace.css */
.widget-header {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  min-height: 38px;
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color: #669fc7;
  border-bottom: 1px solid #DDD;
  padding-left: 12px;
}

/* line 10695, lib/assets/stylesheets/ace.css */
.widget-header:before,
.widget-header:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 10701, lib/assets/stylesheets/ace.css */
.widget-header:after {
  clear: right;
}

/* line 10704, lib/assets/stylesheets/ace.css */
.widget-box.collapsed > .widget-header {
  border-bottom-width: 0;
}

/* line 10707, lib/assets/stylesheets/ace.css */
.collapsed.fullscreen > .widget-header {
  border-bottom-width: 1px;
}

/* line 10710, lib/assets/stylesheets/ace.css */
.collapsed > .widget-body {
  display: none;
}

/* line 10713, lib/assets/stylesheets/ace.css */
.widget-header-flat {
  background: #F7F7F7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 10717, lib/assets/stylesheets/ace.css */
.widget-header-large {
  min-height: 49px;
  padding-left: 18px;
}

/* line 10721, lib/assets/stylesheets/ace.css */
.widget-header-small {
  min-height: 31px;
  padding-left: 10px;
}

/* line 10725, lib/assets/stylesheets/ace.css */
.widget-header > .widget-title {
  line-height: 36px;
  padding: 0;
  margin: 0;
  display: inline;
}

/* line 10731, lib/assets/stylesheets/ace.css */
.widget-header > .widget-title > .ace-icon {
  margin-right: 5px;
  font-weight: normal;
  display: inline-block;
}

/* line 10736, lib/assets/stylesheets/ace.css */
.widget-header-large > .widget-title {
  line-height: 48px;
}

/* line 10739, lib/assets/stylesheets/ace.css */
.widget-header-small > .widget-title {
  line-height: 30px;
}

/* line 10742, lib/assets/stylesheets/ace.css */
.widget-toolbar {
  display: inline-block;
  padding: 0 10px;
  line-height: 37px;
  float: right;
  position: relative;
}

/* line 10749, lib/assets/stylesheets/ace.css */
.widget-header-large > .widget-toolbar {
  line-height: 48px;
}

/* line 10752, lib/assets/stylesheets/ace.css */
.widget-header-small > .widget-toolbar {
  line-height: 29px;
}

/* line 10755, lib/assets/stylesheets/ace.css */
.widget-toolbar.no-padding {
  padding: 0;
}

/* line 10758, lib/assets/stylesheets/ace.css */
.widget-toolbar.padding-5 {
  padding: 0 5px;
}

/* line 10761, lib/assets/stylesheets/ace.css */
.widget-toolbar:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -1px;
  border: 1px solid #D9D9D9;
  border-width: 0 1px 0 0;
}

/* line 10771, lib/assets/stylesheets/ace.css */
.widget-header-large > .widget-toolbar:before {
  top: 6px;
  bottom: 6px;
}

/* line 10775, lib/assets/stylesheets/ace.css */
[class*="widget-color-"] > .widget-header > .widget-toolbar:before {
  border-color: #EEE;
}

/* line 10778, lib/assets/stylesheets/ace.css */
.widget-color-orange > .widget-header > .widget-toolbar:before {
  border-color: #FEA;
}

/* line 10781, lib/assets/stylesheets/ace.css */
.widget-color-dark > .widget-header > .widget-toolbar:before {
  border-color: #222;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.1);
}

/* line 10785, lib/assets/stylesheets/ace.css */
.widget-toolbar.no-border:before {
  display: none;
}

/* line 10788, lib/assets/stylesheets/ace.css */
.widget-toolbar label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

/* line 10793, lib/assets/stylesheets/ace.css */
.widget-toolbar > a,
.widget-toolbar > .widget-menu > a {
  font-size: 14px;
  margin: 0 1px;
  display: inline-block;
  padding: 0;
  line-height: 24px;
}

/* line 10801, lib/assets/stylesheets/ace.css */
.widget-toolbar > a:hover,
.widget-toolbar > .widget-menu > a:hover {
  text-decoration: none;
}

/* line 10805, lib/assets/stylesheets/ace.css */
.widget-header-large > .widget-toolbar > a,
.widget-header-large > .widget-toolbar > .widget-menu > a {
  font-size: 15px;
  margin: 0 1px;
}

/* line 10810, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn {
  line-height: 27px;
  margin-top: -2px;
}

/* line 10814, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn.smaller {
  line-height: 26px;
}

/* line 10817, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn.bigger {
  line-height: 28px;
}

/* line 10820, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-sm, .btn-group-sm.widget-toolbar > .btn {
  line-height: 24px;
}

/* line 10823, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-sm.smaller, .btn-group-sm.widget-toolbar > .smaller.btn {
  line-height: 23px;
}

/* line 10826, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-sm.bigger, .btn-group-sm.widget-toolbar > .bigger.btn {
  line-height: 25px;
}

/* line 10829, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-xs, .btn-group-xs.widget-toolbar > .btn {
  line-height: 22px;
}

/* line 10832, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-xs.smaller, .btn-group-xs.widget-toolbar > .smaller.btn {
  line-height: 21px;
}

/* line 10835, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-xs.bigger, .btn-group-xs.widget-toolbar > .bigger.btn {
  line-height: 23px;
}

/* line 10838, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-minier {
  line-height: 18px;
}

/* line 10841, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-minier.smaller {
  line-height: 17px;
}

/* line 10844, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-minier.bigger {
  line-height: 19px;
}

/* line 10847, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-lg, .btn-group-lg.widget-toolbar > .btn {
  line-height: 36px;
}

/* line 10850, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-lg.smaller, .btn-group-lg.widget-toolbar > .smaller.btn {
  line-height: 34px;
}

/* line 10853, lib/assets/stylesheets/ace.css */
.widget-toolbar > .btn-lg.bigger, .btn-group-lg.widget-toolbar > .bigger.btn {
  line-height: 38px;
}

/* line 10856, lib/assets/stylesheets/ace.css */
.widget-toolbar-dark {
  background: #444;
}

/* line 10859, lib/assets/stylesheets/ace.css */
.widget-toolbar-light {
  background: rgba(255, 255, 255, 0.85);
}

/* line 10862, lib/assets/stylesheets/ace.css */
.widget-toolbar > .widget-menu {
  display: inline-block;
  position: relative;
}

/* line 10866, lib/assets/stylesheets/ace.css */
.widget-toolbar > a[data-action],
.widget-toolbar > .widget-menu > a[data-action] {
  -webkit-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
}

/* line 10872, lib/assets/stylesheets/ace.css */
.widget-toolbar > a[data-action] > .ace-icon,
.widget-toolbar > .widget-menu > a[data-action] > .ace-icon {
  margin-right: 0;
}

/* line 10876, lib/assets/stylesheets/ace.css */
.widget-toolbar > a[data-action]:focus,
.widget-toolbar > .widget-menu > a[data-action]:focus {
  text-decoration: none;
  outline: none;
}

/* line 10881, lib/assets/stylesheets/ace.css */
.widget-toolbar > a[data-action]:hover,
.widget-toolbar > .widget-menu > a[data-action]:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 10889, lib/assets/stylesheets/ace.css */
.widget-body {
  background-color: #FFF;
}

/* line 10892, lib/assets/stylesheets/ace.css */
.widget-main {
  padding: 12px;
}

/* line 10895, lib/assets/stylesheets/ace.css */
.widget-main.padding-32 {
  padding: 32px;
}

/* line 10898, lib/assets/stylesheets/ace.css */
.widget-main.padding-30 {
  padding: 30px;
}

/* line 10901, lib/assets/stylesheets/ace.css */
.widget-main.padding-28 {
  padding: 28px;
}

/* line 10904, lib/assets/stylesheets/ace.css */
.widget-main.padding-26 {
  padding: 26px;
}

/* line 10907, lib/assets/stylesheets/ace.css */
.widget-main.padding-24 {
  padding: 24px;
}

/* line 10910, lib/assets/stylesheets/ace.css */
.widget-main.padding-22 {
  padding: 22px;
}

/* line 10913, lib/assets/stylesheets/ace.css */
.widget-main.padding-20 {
  padding: 20px;
}

/* line 10916, lib/assets/stylesheets/ace.css */
.widget-main.padding-18 {
  padding: 18px;
}

/* line 10919, lib/assets/stylesheets/ace.css */
.widget-main.padding-16 {
  padding: 16px;
}

/* line 10922, lib/assets/stylesheets/ace.css */
.widget-main.padding-14 {
  padding: 14px;
}

/* line 10925, lib/assets/stylesheets/ace.css */
.widget-main.padding-12 {
  padding: 12px;
}

/* line 10928, lib/assets/stylesheets/ace.css */
.widget-main.padding-10 {
  padding: 10px;
}

/* line 10931, lib/assets/stylesheets/ace.css */
.widget-main.padding-8 {
  padding: 8px;
}

/* line 10934, lib/assets/stylesheets/ace.css */
.widget-main.padding-6 {
  padding: 6px;
}

/* line 10937, lib/assets/stylesheets/ace.css */
.widget-main.padding-4 {
  padding: 4px;
}

/* line 10940, lib/assets/stylesheets/ace.css */
.widget-main.padding-2 {
  padding: 2px;
}

/* line 10943, lib/assets/stylesheets/ace.css */
.widget-main.padding-0 {
  padding: 0px;
}

/* line 10946, lib/assets/stylesheets/ace.css */
.widget-main.no-padding {
  padding: 0;
}

/* line 10949, lib/assets/stylesheets/ace.css */
.widget-toolbar .progress {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

/* line 10954, lib/assets/stylesheets/ace.css */
.widget-toolbar > .dropdown,
.widget-toolbar > .dropup {
  display: inline-block;
}

/* line 10958, lib/assets/stylesheets/ace.css */
.widget-box > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] {
  color: #99CADB;
}

/* line 10964, lib/assets/stylesheets/ace.css */
.widget-box > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] {
  color: #ACD392;
}

/* line 10970, lib/assets/stylesheets/ace.css */
.widget-box > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] {
  color: #AAA;
}

/* line 10976, lib/assets/stylesheets/ace.css */
.widget-box > .widget-header > .widget-toolbar > [data-action="close"],
.widget-color-dark > .widget-header > .widget-toolbar > [data-action="close"],
.widget-box > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"],
.widget-color-dark > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] {
  color: #E09E96;
}

/* line 10982, lib/assets/stylesheets/ace.css */
.widget-box[class*="widget-color-"] > .widget-header {
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 10986, lib/assets/stylesheets/ace.css */
.widget-color-blue {
  border-color: #307ecc;
}

/* line 10989, lib/assets/stylesheets/ace.css */
.widget-color-blue > .widget-header {
  background: #307ecc;
  border-color: #307ecc;
}

/* line 10993, lib/assets/stylesheets/ace.css */
.widget-color-blue2 {
  border-color: #5090c1;
}

/* line 10996, lib/assets/stylesheets/ace.css */
.widget-color-blue2 > .widget-header {
  background: #5090c1;
  border-color: #5090c1;
}

/* line 11000, lib/assets/stylesheets/ace.css */
.widget-color-blue3 {
  border-color: #6379aa;
}

/* line 11003, lib/assets/stylesheets/ace.css */
.widget-color-blue3 > .widget-header {
  background: #6379aa;
  border-color: #6379aa;
}

/* line 11007, lib/assets/stylesheets/ace.css */
.widget-color-green {
  border-color: #82af6f;
}

/* line 11010, lib/assets/stylesheets/ace.css */
.widget-color-green > .widget-header {
  background: #82af6f;
  border-color: #82af6f;
}

/* line 11014, lib/assets/stylesheets/ace.css */
.widget-color-green2 {
  border-color: #2e8965;
}

/* line 11017, lib/assets/stylesheets/ace.css */
.widget-color-green2 > .widget-header {
  background: #2e8965;
  border-color: #2e8965;
}

/* line 11021, lib/assets/stylesheets/ace.css */
.widget-color-green3 {
  border-color: #4ebc30;
}

/* line 11024, lib/assets/stylesheets/ace.css */
.widget-color-green3 > .widget-header {
  background: #4ebc30;
  border-color: #4ebc30;
}

/* line 11028, lib/assets/stylesheets/ace.css */
.widget-color-red {
  border-color: #e2755f;
}

/* line 11031, lib/assets/stylesheets/ace.css */
.widget-color-red > .widget-header {
  background: #e2755f;
  border-color: #e2755f;
}

/* line 11035, lib/assets/stylesheets/ace.css */
.widget-color-red2 {
  border-color: #e04141;
}

/* line 11038, lib/assets/stylesheets/ace.css */
.widget-color-red2 > .widget-header {
  background: #e04141;
  border-color: #e04141;
}

/* line 11042, lib/assets/stylesheets/ace.css */
.widget-color-red3 {
  border-color: #d15b47;
}

/* line 11045, lib/assets/stylesheets/ace.css */
.widget-color-red3 > .widget-header {
  background: #d15b47;
  border-color: #d15b47;
}

/* line 11049, lib/assets/stylesheets/ace.css */
.widget-color-purple {
  border-color: #7e6eb0;
}

/* line 11052, lib/assets/stylesheets/ace.css */
.widget-color-purple > .widget-header {
  background: #7e6eb0;
  border-color: #7e6eb0;
}

/* line 11056, lib/assets/stylesheets/ace.css */
.widget-color-pink {
  border-color: #ce6f9e;
}

/* line 11059, lib/assets/stylesheets/ace.css */
.widget-color-pink > .widget-header {
  background: #ce6f9e;
  border-color: #ce6f9e;
}

/* line 11063, lib/assets/stylesheets/ace.css */
.widget-color-orange {
  border-color: #e8b10d;
}

/* line 11066, lib/assets/stylesheets/ace.css */
.widget-color-orange > .widget-header {
  color: #855d10 !important;
  border-color: #e8b10d;
  background: #ffc657;
}

/* line 11071, lib/assets/stylesheets/ace.css */
.widget-color-dark {
  border-color: #5a5a5a;
}

/* line 11074, lib/assets/stylesheets/ace.css */
.widget-color-dark > .widget-header {
  border-color: #666666;
  background: #404040;
}

/* line 11078, lib/assets/stylesheets/ace.css */
.widget-color-grey {
  border-color: #9e9e9e;
}

/* line 11081, lib/assets/stylesheets/ace.css */
.widget-color-grey > .widget-header {
  border-color: #aaaaaa;
  background: #848484;
}

/* line 11085, lib/assets/stylesheets/ace.css */
.widget-box.transparent {
  border-width: 0;
}

/* line 11088, lib/assets/stylesheets/ace.css */
.widget-box.transparent > .widget-header {
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-width: 0;
  border-bottom: 1px solid #DCE8F1;
  color: #4383B4;
  padding-left: 3px;
}

/* line 11096, lib/assets/stylesheets/ace.css */
.widget-box.transparent > .widget-header-large {
  padding-left: 5px;
}

/* line 11099, lib/assets/stylesheets/ace.css */
.widget-box.transparent > .widget-header-small {
  padding-left: 1px;
}

/* line 11102, lib/assets/stylesheets/ace.css */
.widget-box.transparent > .widget-body {
  border-width: 0;
  background-color: transparent;
}

/* line 11106, lib/assets/stylesheets/ace.css */
[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action] {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 11110, lib/assets/stylesheets/ace.css */
[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="settings"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] {
  color: #D3E4ED;
}

/* line 11114, lib/assets/stylesheets/ace.css */
[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="reload"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] {
  color: #DEEAD3;
}

/* line 11118, lib/assets/stylesheets/ace.css */
[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="collapse"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] {
  color: #E2E2E2;
}

/* line 11122, lib/assets/stylesheets/ace.css */
[class*="widget-color-"] > .widget-header > .widget-toolbar > [data-action="close"],
[class*="widget-color-"] > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] {
  color: #FFD9D5;
}

/* line 11126, lib/assets/stylesheets/ace.css */
.widget-color-orange > .widget-header > .widget-toolbar > [data-action],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action] {
  text-shadow: none;
}

/* line 11130, lib/assets/stylesheets/ace.css */
.widget-color-orange > .widget-header > .widget-toolbar > [data-action="settings"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="settings"] {
  color: #559AAB;
}

/* line 11134, lib/assets/stylesheets/ace.css */
.widget-color-orange > .widget-header > .widget-toolbar > [data-action="reload"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="reload"] {
  color: #7CA362;
}

/* line 11138, lib/assets/stylesheets/ace.css */
.widget-color-orange > .widget-header > .widget-toolbar > [data-action="collapse"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="collapse"] {
  color: #777;
}

/* line 11142, lib/assets/stylesheets/ace.css */
.widget-color-orange > .widget-header > .widget-toolbar > [data-action="close"],
.widget-color-orange > .widget-header > .widget-toolbar > .widget-menu > [data-action="close"] {
  color: #A05656;
}

/* line 11146, lib/assets/stylesheets/ace.css */
.widget-box.light-border[class*="widget-color-"]:not(.fullscreen) {
  border-width: 0;
}

/* line 11149, lib/assets/stylesheets/ace.css */
.widget-box.light-border[class*="widget-color-"]:not(.fullscreen) > .widget-header {
  border: 1px solid;
  border-color: inherit;
}

/* line 11153, lib/assets/stylesheets/ace.css */
.widget-box.light-border[class*="widget-color-"]:not(.fullscreen) > .widget-body {
  border: 1px solid;
  border-color: #D6D6D6;
  border-width: 0 1px 1px;
}

/* line 11158, lib/assets/stylesheets/ace.css */
.widget-box.no-border {
  border-width: 0;
}

/* line 11161, lib/assets/stylesheets/ace.css */
.widget-box.fullscreen {
  position: fixed;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  border-width: 3px;
  z-index: 1040 !important;
}

/* line 11172, lib/assets/stylesheets/ace.css */
.widget-box.fullscreen:not([class*="widget-color-"]) {
  border-color: #AAA;
}

/* line 11175, lib/assets/stylesheets/ace.css */
.widget-body .table {
  border-top: 1px solid #E5E5E5;
}

/* line 11178, lib/assets/stylesheets/ace.css */
.widget-body .table thead:first-child tr {
  background: #FFF;
}

/* line 11181, lib/assets/stylesheets/ace.css */
[class*="widget-color-"] > .widget-body .table thead:first-child tr {
  background: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

/* line 11189, lib/assets/stylesheets/ace.css */
.widget-body .table.table-bordered thead:first-child > tr {
  border-top-width: 0;
}

/* line 11192, lib/assets/stylesheets/ace.css */
.widget-main.no-padding .table {
  margin-bottom: 0;
  border-width: 0;
}

/* line 11196, lib/assets/stylesheets/ace.css */
.widget-main.no-padding .table-bordered th:first-child,
.widget-main.no-padding .table-bordered td:first-child {
  border-left-width: 0;
}

/* line 11200, lib/assets/stylesheets/ace.css */
.transparent > .widget-body .widget-main .table-bordered > thead > tr > th:last-child,
.widget-main.no-padding .table-bordered > thead > tr > th:last-child,
.transparent > .widget-body .widget-main .table-bordered > tbody > tr > td:last-child,
.widget-main.no-padding .table-bordered > tbody > tr > td:last-child,
.transparent > .widget-body .widget-main .table-bordered > tfoot > tr > td:last-child,
.widget-main.no-padding .table-bordered > tfoot > tr > td:last-child {
  border-right-width: 0 !important;
}

/* line 11208, lib/assets/stylesheets/ace.css */
.transparent > .widget-body .widget-main .table-bordered > tbody > tr:last-child > td,
.widget-main.no-padding .table-bordered > tbody > tr:last-child > td {
  border-bottom-width: 0 !important;
}

/* line 11212, lib/assets/stylesheets/ace.css */
.table-bordered > thead.thin-border-bottom > tr > th,
.table-bordered > thead.thin-border-bottom > tr > td {
  border-bottom-width: 1px;
}

/* line 11216, lib/assets/stylesheets/ace.css */
.widget-body .alert:last-child {
  margin-bottom: 0;
}

/* line 11219, lib/assets/stylesheets/ace.css */
.widget-main .tab-content {
  border-width: 0;
}

/* line 11222, lib/assets/stylesheets/ace.css */
.widget-toolbar > .nav-tabs {
  border-bottom-width: 0;
  margin-bottom: 0;
  top: auto;
  margin-top: 3px !important;
}

/* line 11228, lib/assets/stylesheets/ace.css */
.widget-toolbar > .nav-tabs > li {
  margin-bottom: auto;
}

/* line 11231, lib/assets/stylesheets/ace.css */
.widget-toolbar > .nav-tabs > li > a {
  box-shadow: none;
  position: relative;
  top: 1px;
  margin-top: 1px;
}

/* line 11237, lib/assets/stylesheets/ace.css */
.widget-toolbar > .nav-tabs > li:not(.active) > a {
  border-color: transparent;
  background-color: transparent;
}

/* line 11241, lib/assets/stylesheets/ace.css */
.widget-toolbar > .nav-tabs > li:not(.active) > a:hover {
  background-color: transparent;
}

/* line 11244, lib/assets/stylesheets/ace.css */
.widget-toolbar > .nav-tabs > li.active > a {
  background-color: #FFF;
  border-bottom-color: transparent;
  box-shadow: none;
  margin-top: auto;
}

/* line 11250, lib/assets/stylesheets/ace.css */
.widget-header-small > .widget-toolbar > .nav-tabs > li > a {
  line-height: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 11255, lib/assets/stylesheets/ace.css */
.widget-header-small > .widget-toolbar > .nav-tabs > li.active > a {
  border-top-width: 2px;
}

/* line 11258, lib/assets/stylesheets/ace.css */
.widget-header-large > .widget-toolbar > .nav-tabs > li > a {
  line-height: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 4px;
}

/* line 11264, lib/assets/stylesheets/ace.css */
.widget-header-large > .widget-toolbar > .nav-tabs > li.active > a {
  margin-top: 3px;
}

/* line 11267, lib/assets/stylesheets/ace.css */
[class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li > a {
  border-color: transparent;
  background-color: transparent;
  color: #FFF;
  margin-right: 1px;
}

/* line 11273, lib/assets/stylesheets/ace.css */
[class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li > a:hover {
  background-color: #FFF;
  color: #555;
  border-top-color: #FFF;
}

/* line 11278, lib/assets/stylesheets/ace.css */
[class*="widget-color-"] > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
  background-color: #FFF;
  color: #555;
  border-top-width: 1px;
  margin-top: 0;
}

/* line 11284, lib/assets/stylesheets/ace.css */
.widget-toolbar > .nav-tabs .widget-color-orange > .widget-header > li > a {
  color: #855D10;
}

/* line 11287, lib/assets/stylesheets/ace.css */
.transparent > .widget-header > .widget-toolbar > .nav-tabs > li > a {
  color: #555;
  background-color: transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

/* line 11293, lib/assets/stylesheets/ace.css */
.transparent > .widget-header > .widget-toolbar > .nav-tabs > li.active > a {
  border-top-color: #4C8FBD;
  border-right: 1px solid #C5D0DC;
  border-left: 1px solid #C5D0DC;
  background-color: #FFF;
  box-shadow: none;
}

/* line 11300, lib/assets/stylesheets/ace.css */
.widget-toolbox {
  background-color: #EEE;
}

/* line 11303, lib/assets/stylesheets/ace.css */
.widget-toolbox:first-child {
  padding: 2px;
  border-bottom: 1px solid #CCC;
}

/* line 11307, lib/assets/stylesheets/ace.css */
.widget-toolbox:last-child {
  padding: 2px;
  border-top: 1px solid #CCC;
}

/* line 11311, lib/assets/stylesheets/ace.css */
.transparent > .widget-body > .widget-toolbox:last-child {
  border: none;
  border-top: 1px solid #CCC;
}

/* line 11315, lib/assets/stylesheets/ace.css */
.widget-toolbox > .btn-toolbar {
  margin: 0 !important;
  padding: 0;
}

/* line 11319, lib/assets/stylesheets/ace.css */
.widget-toolbox.center {
  text-align: center;
}

/* line 11322, lib/assets/stylesheets/ace.css */
.widget-toolbox.toolbox-vertical {
  border-bottom-width: 0;
  border-right: 1px solid #D9D9D9;
  display: table-cell;
  padding: 6px 4px;
  vertical-align: top;
  width: 1px;
}

/* line 11330, lib/assets/stylesheets/ace.css */
.widget-toolbox.toolbox-vertical + .widget-main {
  display: table-cell;
  vertical-align: top;
}

/* line 11334, lib/assets/stylesheets/ace.css */
.widget-toolbox.padding-16 {
  padding: 16px;
}

/* line 11337, lib/assets/stylesheets/ace.css */
.widget-toolbox.padding-14 {
  padding: 14px;
}

/* line 11340, lib/assets/stylesheets/ace.css */
.widget-toolbox.padding-12 {
  padding: 12px;
}

/* line 11343, lib/assets/stylesheets/ace.css */
.widget-toolbox.padding-10 {
  padding: 10px;
}

/* line 11346, lib/assets/stylesheets/ace.css */
.widget-toolbox.padding-8 {
  padding: 8px;
}

/* line 11349, lib/assets/stylesheets/ace.css */
.widget-toolbox.padding-6 {
  padding: 6px;
}

/* line 11352, lib/assets/stylesheets/ace.css */
.widget-toolbox.padding-4 {
  padding: 4px;
}

/* line 11355, lib/assets/stylesheets/ace.css */
.widget-toolbox.padding-2 {
  padding: 2px;
}

/* line 11358, lib/assets/stylesheets/ace.css */
.widget-toolbox.padding-0 {
  padding: 0px;
}

/* line 11361, lib/assets/stylesheets/ace.css */
.widget-box-overlay {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  z-index: 999;
  text-align: center;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 11372, lib/assets/stylesheets/ace.css */
.widget-box-overlay > .loading-icon {
  position: relative;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 11379, lib/assets/stylesheets/ace.css */
.widget-box.collapsed .widget-box-overlay > .loading-icon {
  top: 10%;
}

/* line 11382, lib/assets/stylesheets/ace.css */
.widget-box-overlay > .loading-icon.icon-spin {
  -moz-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

/* line 11389, lib/assets/stylesheets/ace.css */
.widget-main > form {
  margin-bottom: 0;
}

/* line 11392, lib/assets/stylesheets/ace.css */
.widget-main > form .input-append,
.widget-main > form .input-prepend {
  margin-bottom: 0;
}

/* line 11396, lib/assets/stylesheets/ace.css */
.widget-main.no-padding > form > fieldset,
.widget-main.padding-0 > form > fieldset {
  padding: 16px;
}

/* line 11400, lib/assets/stylesheets/ace.css */
.widget-main.no-padding > form > fieldset + .form-actions,
.widget-main.padding-0 > form > fieldset + .form-actions {
  padding: 10px 0 12px;
}

/* line 11404, lib/assets/stylesheets/ace.css */
.widget-main.no-padding > form > .form-actions,
.widget-main.padding-0 > form > .form-actions {
  margin: 0;
  padding: 10px 12px 12px;
}

/* line 11409, lib/assets/stylesheets/ace.css */
.widget-placeholder {
  border: 2px dashed #D9D9D9;
}

/* line 11412, lib/assets/stylesheets/ace.css */
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 11416, lib/assets/stylesheets/ace.css */
.tooltip-inner {
  background-color: #333333;
  color: #FFF;
  font-size: 12px;
  text-shadow: 1px 1px 0 rgba(42, 45, 50, 0.5);
  border-radius: 0;
  padding: 5px 9px;
}

/* line 11424, lib/assets/stylesheets/ace.css */
.tooltip.top .tooltip-arrow {
  border-bottom-width: 0;
  border-top-color: #333333;
  -moz-border-top-colors: #333333;
}

/* line 11429, lib/assets/stylesheets/ace.css */
.tooltip.right .tooltip-arrow {
  border-left-width: 0;
  border-right-color: #333333;
  -moz-border-right-colors: #333333;
}

/* line 11434, lib/assets/stylesheets/ace.css */
.tooltip.left .tooltip-arrow {
  border-right-width: 0;
  border-left-color: #333333;
  -moz-border-left-colors: #333333;
}

/* line 11439, lib/assets/stylesheets/ace.css */
.tooltip.bottom .tooltip-arrow {
  border-top-width: 0;
  border-bottom-color: #333333;
  -moz-border-bottom-colors: #333333;
}

/* line 11444, lib/assets/stylesheets/ace.css */
.tooltip-error + .tooltip > .tooltip-inner,
.tooltip.tooltip-error > .tooltip-inner {
  background-color: #c94d32;
  text-shadow: 1px 1px 0 rgba(100, 60, 20, 0.3);
}

/* line 11449, lib/assets/stylesheets/ace.css */
.tooltip-error + .tooltip.top .tooltip-arrow,
.tooltip.tooltip-error.top .tooltip-arrow {
  border-top-color: #c94d32;
  -moz-border-top-colors: #c94d32;
}

/* line 11454, lib/assets/stylesheets/ace.css */
.tooltip-error + .tooltip.right .tooltip-arrow,
.tooltip.tooltip-error.right .tooltip-arrow {
  border-right-color: #c94d32;
  -moz-border-right-colors: #c94d32;
}

/* line 11459, lib/assets/stylesheets/ace.css */
.tooltip-error + .tooltip.left .tooltip-arrow,
.tooltip.tooltip-error.left .tooltip-arrow {
  border-left-color: #c94d32;
  -moz-border-left-colors: #c94d32;
}

/* line 11464, lib/assets/stylesheets/ace.css */
.tooltip-error + .tooltip.bottom .tooltip-arrow,
.tooltip.tooltip-error.bottom .tooltip-arrow {
  border-bottom-color: #c94d32;
  -moz-border-bottom-colors: #c94d32;
}

/* line 11469, lib/assets/stylesheets/ace.css */
.tooltip-success + .tooltip > .tooltip-inner,
.tooltip.tooltip-success > .tooltip-inner {
  background-color: #629b58;
  text-shadow: 1px 1px 0 rgba(60, 100, 20, 0.3);
}

/* line 11474, lib/assets/stylesheets/ace.css */
.tooltip-success + .tooltip.top .tooltip-arrow,
.tooltip.tooltip-success.top .tooltip-arrow {
  border-top-color: #629b58;
  -moz-border-top-colors: #629b58;
}

/* line 11479, lib/assets/stylesheets/ace.css */
.tooltip-success + .tooltip.right .tooltip-arrow,
.tooltip.tooltip-success.right .tooltip-arrow {
  border-right-color: #629b58;
  -moz-border-right-colors: #629b58;
}

/* line 11484, lib/assets/stylesheets/ace.css */
.tooltip-success + .tooltip.left .tooltip-arrow,
.tooltip.tooltip-success.left .tooltip-arrow {
  border-left-color: #629b58;
  -moz-border-left-colors: #629b58;
}

/* line 11489, lib/assets/stylesheets/ace.css */
.tooltip-success + .tooltip.bottom .tooltip-arrow,
.tooltip.tooltip-success.bottom .tooltip-arrow {
  border-bottom-color: #629b58;
  -moz-border-bottom-colors: #629b58;
}

/* line 11494, lib/assets/stylesheets/ace.css */
.tooltip-warning + .tooltip > .tooltip-inner,
.tooltip.tooltip-warning > .tooltip-inner {
  background-color: #ed9421;
  text-shadow: 1px 1px 0 rgba(100, 90, 10, 0.3);
}

/* line 11499, lib/assets/stylesheets/ace.css */
.tooltip-warning + .tooltip.top .tooltip-arrow,
.tooltip.tooltip-warning.top .tooltip-arrow {
  border-top-color: #ed9421;
  -moz-border-top-colors: #ed9421;
}

/* line 11504, lib/assets/stylesheets/ace.css */
.tooltip-warning + .tooltip.right .tooltip-arrow,
.tooltip.tooltip-warning.right .tooltip-arrow {
  border-right-color: #ed9421;
  -moz-border-right-colors: #ed9421;
}

/* line 11509, lib/assets/stylesheets/ace.css */
.tooltip-warning + .tooltip.left .tooltip-arrow,
.tooltip.tooltip-warning.left .tooltip-arrow {
  border-left-color: #ed9421;
  -moz-border-left-colors: #ed9421;
}

/* line 11514, lib/assets/stylesheets/ace.css */
.tooltip-warning + .tooltip.bottom .tooltip-arrow,
.tooltip.tooltip-warning.bottom .tooltip-arrow {
  border-bottom-color: #ed9421;
  -moz-border-bottom-colors: #ed9421;
}

/* line 11519, lib/assets/stylesheets/ace.css */
.tooltip-info + .tooltip > .tooltip-inner,
.tooltip.tooltip-info > .tooltip-inner {
  background-color: #4b89aa;
  text-shadow: 1px 1px 0 rgba(40, 50, 100, 0.3);
}

/* line 11524, lib/assets/stylesheets/ace.css */
.tooltip-info + .tooltip.top .tooltip-arrow,
.tooltip.tooltip-info.top .tooltip-arrow {
  border-top-color: #4b89aa;
  -moz-border-top-colors: #4b89aa;
}

/* line 11529, lib/assets/stylesheets/ace.css */
.tooltip-info + .tooltip.right .tooltip-arrow,
.tooltip.tooltip-info.right .tooltip-arrow {
  border-right-color: #4b89aa;
  -moz-border-right-colors: #4b89aa;
}

/* line 11534, lib/assets/stylesheets/ace.css */
.tooltip-info + .tooltip.left .tooltip-arrow,
.tooltip.tooltip-info.left .tooltip-arrow {
  border-left-color: #4b89aa;
  -moz-border-left-colors: #4b89aa;
}

/* line 11539, lib/assets/stylesheets/ace.css */
.tooltip-info + .tooltip.bottom .tooltip-arrow,
.tooltip.tooltip-info.bottom .tooltip-arrow {
  border-bottom-color: #4b89aa;
  -moz-border-bottom-colors: #4b89aa;
}

/* popover */
/* line 11545, lib/assets/stylesheets/ace.css */
.popover {
  border-radius: 0;
  padding: 0;
  border-color: #ccc;
  border-width: 1px;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  color: #4D6883;
}

/* line 11554, lib/assets/stylesheets/ace.css */
.popover-title {
  border-radius: 0;
  background-color: #eff3f8;
  color: #555;
  border-bottom: 1px solid #dde6f0;
  text-shadow: 1px 1px 1px rgba(220, 220, 220, 0.2);
}

/* line 11561, lib/assets/stylesheets/ace.css */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #eff3f8;
  -moz-border-bottom-colors: #eff3f8;
  border-top-width: 0;
}

/* line 11568, lib/assets/stylesheets/ace.css */
.popover.left > .arrow:after {
  -moz-border-left-colors: #FFF;
}

/* line 11571, lib/assets/stylesheets/ace.css */
.popover.right > .arrow:after {
  -moz-border-right-colors: #FFF;
}

/* line 11574, lib/assets/stylesheets/ace.css */
.popover.top > .arrow:after {
  -moz-border-top-colors: #FFF;
}

/* line 11577, lib/assets/stylesheets/ace.css */
.popover-error + .popover,
.popover.popover-error {
  border-color: #f7f0ef;
}

/* line 11581, lib/assets/stylesheets/ace.css */
.popover-error + .popover .popover-title,
.popover.popover-error .popover-title {
  background-color: #f7f0ef;
  border-bottom-color: #efe0de;
  color: #b75445;
  text-shadow: none;
}

/* line 11588, lib/assets/stylesheets/ace.css */
.popover-error + .popover.top .arrow:after,
.popover.popover-error.top .arrow:after {
  border-top-color: #f7f0ef;
  -moz-border-top-colors: #f7f0ef;
}

/* line 11593, lib/assets/stylesheets/ace.css */
.popover-error + .popover.bottom .arrow:after,
.popover.popover-error.bottom .arrow:after {
  border-bottom-color: #f7f0ef;
  -moz-border-bottom-colors: #f7f0ef;
}

/* line 11598, lib/assets/stylesheets/ace.css */
.popover-error + .popover.right .arrow:after,
.popover.popover-error.right .arrow:after {
  border-right-color: #f7f0ef;
  -moz-border-right-colors: #f7f0ef;
}

/* line 11603, lib/assets/stylesheets/ace.css */
.popover-error + .popover.left .arrow:after,
.popover.popover-error.left .arrow:after {
  border-left-color: #f7f0ef;
  -moz-border-left-colors: #f7f0ef;
}

/* line 11608, lib/assets/stylesheets/ace.css */
.popover-warning + .popover,
.popover.popover-warning {
  border-color: #f4eee3;
}

/* line 11612, lib/assets/stylesheets/ace.css */
.popover-warning + .popover .popover-title,
.popover.popover-warning .popover-title {
  background-color: #f4eee3;
  border-bottom-color: #ede3d1;
  color: #d67e31;
  text-shadow: none;
}

/* line 11619, lib/assets/stylesheets/ace.css */
.popover-warning + .popover.top .arrow:after,
.popover.popover-warning.top .arrow:after {
  border-top-color: #f4eee3;
  -moz-border-top-colors: #f4eee3;
}

/* line 11624, lib/assets/stylesheets/ace.css */
.popover-warning + .popover.bottom .arrow:after,
.popover.popover-warning.bottom .arrow:after {
  border-bottom-color: #f4eee3;
  -moz-border-bottom-colors: #f4eee3;
}

/* line 11629, lib/assets/stylesheets/ace.css */
.popover-warning + .popover.right .arrow:after,
.popover.popover-warning.right .arrow:after {
  border-right-color: #f4eee3;
  -moz-border-right-colors: #f4eee3;
}

/* line 11634, lib/assets/stylesheets/ace.css */
.popover-warning + .popover.left .arrow:after,
.popover.popover-warning.left .arrow:after {
  border-left-color: #f4eee3;
  -moz-border-left-colors: #f4eee3;
}

/* line 11639, lib/assets/stylesheets/ace.css */
.popover-success + .popover,
.popover.popover-success {
  border-color: #e8f2e3;
}

/* line 11643, lib/assets/stylesheets/ace.css */
.popover-success + .popover .popover-title,
.popover.popover-success .popover-title {
  background-color: #e8f2e3;
  border-bottom-color: #daead2;
  color: #629b58;
  text-shadow: none;
}

/* line 11650, lib/assets/stylesheets/ace.css */
.popover-success + .popover.top .arrow:after,
.popover.popover-success.top .arrow:after {
  border-top-color: #e8f2e3;
  -moz-border-top-colors: #e8f2e3;
}

/* line 11655, lib/assets/stylesheets/ace.css */
.popover-success + .popover.bottom .arrow:after,
.popover.popover-success.bottom .arrow:after {
  border-bottom-color: #e8f2e3;
  -moz-border-bottom-colors: #e8f2e3;
}

/* line 11660, lib/assets/stylesheets/ace.css */
.popover-success + .popover.right .arrow:after,
.popover.popover-success.right .arrow:after {
  border-right-color: #e8f2e3;
  -moz-border-right-colors: #e8f2e3;
}

/* line 11665, lib/assets/stylesheets/ace.css */
.popover-success + .popover.left .arrow:after,
.popover.popover-success.left .arrow:after {
  border-left-color: #e8f2e3;
  -moz-border-left-colors: #e8f2e3;
}

/* line 11670, lib/assets/stylesheets/ace.css */
.popover-info + .popover,
.popover.popover-info {
  border-color: #e5edf8;
}

/* line 11674, lib/assets/stylesheets/ace.css */
.popover-info + .popover .popover-title,
.popover.popover-info .popover-title {
  background-color: #e5edf8;
  border-bottom-color: #d1dff3;
  color: #3f79b6;
  text-shadow: none;
}

/* line 11681, lib/assets/stylesheets/ace.css */
.popover-info + .popover.top .arrow:after,
.popover.popover-info.top .arrow:after {
  border-top-color: #e5edf8;
  -moz-border-top-colors: #e5edf8;
}

/* line 11686, lib/assets/stylesheets/ace.css */
.popover-info + .popover.bottom .arrow:after,
.popover.popover-info.bottom .arrow:after {
  border-bottom-color: #e5edf8;
  -moz-border-bottom-colors: #e5edf8;
}

/* line 11691, lib/assets/stylesheets/ace.css */
.popover-info + .popover.right .arrow:after,
.popover.popover-info.right .arrow:after {
  border-right-color: #e5edf8;
  -moz-border-right-colors: #e5edf8;
}

/* line 11696, lib/assets/stylesheets/ace.css */
.popover-info + .popover.left .arrow:after,
.popover.popover-info.left .arrow:after {
  border-left-color: #e5edf8;
  -moz-border-left-colors: #e5edf8;
}

/* line 11701, lib/assets/stylesheets/ace.css */
.popover-notitle + .popover .popover-title,
.popover.popover-notitle .popover-title {
  display: none;
}

/* line 11705, lib/assets/stylesheets/ace.css */
.popover-notitle + .popover.top .arrow:after,
.popover.popover-notitle.top .arrow:after {
  border-top-color: #FFF;
  -moz-border-top-colors: #FFF;
}

/* line 11710, lib/assets/stylesheets/ace.css */
.popover-notitle + .popover.bottom .arrow:after,
.popover.popover-notitle.bottom .arrow:after {
  border-bottom-color: #FFF;
  -moz-border-bottom-colors: #FFF;
}

/* line 11715, lib/assets/stylesheets/ace.css */
.popover-notitle + .popover.left .arrow:after,
.popover.popover-notitle.left .arrow:after {
  border-left-color: #FFF;
  -moz-border-left-colors: #FFF;
}

/* line 11720, lib/assets/stylesheets/ace.css */
.popover-notitle + .popover.right .arrow:after,
.popover.popover-notitle.right .arrow:after {
  border-right-color: #FFF;
  -moz-border-right-colors: #FFF;
}

/* line 11725, lib/assets/stylesheets/ace.css */
.progress {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e9e9e9;
  height: 18px;
}

/* line 11732, lib/assets/stylesheets/ace.css */
.progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 18px;
}

/* line 11737, lib/assets/stylesheets/ace.css */
.progress[data-percent]:after {
  display: inline-block;
  content: attr(data-percent);
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
}

/* line 11750, lib/assets/stylesheets/ace.css */
.progress.progress-yellow[data-percent]:after {
  color: #996633;
}

/* line 11753, lib/assets/stylesheets/ace.css */
.progress.progress-small {
  height: 12px;
}

/* line 11756, lib/assets/stylesheets/ace.css */
.progress.progress-small .progress-bar {
  line-height: 10px;
  font-size: 11px;
}

/* line 11760, lib/assets/stylesheets/ace.css */
.progress.progress-small[data-percent]:after {
  line-height: 10px;
  font-size: 11px;
}

/* line 11764, lib/assets/stylesheets/ace.css */
.progress.progress-mini {
  height: 9px;
}

/* line 11767, lib/assets/stylesheets/ace.css */
.progress.progress-mini .progress-bar {
  line-height: 8px;
  font-size: 11px;
}

/* line 11771, lib/assets/stylesheets/ace.css */
.progress.progress-mini[data-percent]:after {
  line-height: 8px;
  font-size: 11px;
}

/* line 11775, lib/assets/stylesheets/ace.css */
.progress-bar {
  background-color: #2a91d8;
}

/* line 11778, lib/assets/stylesheets/ace.css */
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 11783, lib/assets/stylesheets/ace.css */
.progress-bar-danger {
  background-color: #ca5952;
}

/* line 11786, lib/assets/stylesheets/ace.css */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 11791, lib/assets/stylesheets/ace.css */
.progress-bar-success {
  background-color: #59a84b;
}

/* line 11794, lib/assets/stylesheets/ace.css */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 11799, lib/assets/stylesheets/ace.css */
.progress-bar-warning {
  background-color: #f2bb46;
}

/* line 11802, lib/assets/stylesheets/ace.css */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 11807, lib/assets/stylesheets/ace.css */
.progress-bar-pink {
  background-color: #d6487e;
}

/* line 11810, lib/assets/stylesheets/ace.css */
.progress-striped .progress-bar-pink {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 11815, lib/assets/stylesheets/ace.css */
.progress-bar-purple {
  background-color: #9585bf;
}

/* line 11818, lib/assets/stylesheets/ace.css */
.progress-striped .progress-bar-purple {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 11823, lib/assets/stylesheets/ace.css */
.progress-bar-yellow {
  background-color: #ffd259;
}

/* line 11826, lib/assets/stylesheets/ace.css */
.progress-striped .progress-bar-yellow {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 11831, lib/assets/stylesheets/ace.css */
.progress-bar-inverse {
  background-color: #404040;
}

/* line 11834, lib/assets/stylesheets/ace.css */
.progress-striped .progress-bar-inverse {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 11839, lib/assets/stylesheets/ace.css */
.progress-bar-grey {
  background-color: #8a8a8a;
}

/* line 11842, lib/assets/stylesheets/ace.css */
.progress-striped .progress-bar-grey {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/**
.progress {
  position: relative;
}
.progress:before {
  display: inline-block;
  content: "";
  
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
 
  background: radial-gradient(9px 9px 0deg, circle cover, aqua 0%, rgba(0, 0, 255, 0) 100%, blue 95%);
}
*/
/* line 11864, lib/assets/stylesheets/ace.css */
.infobox-container {
  text-align: center;
  font-size: 0;
}

/* line 11868, lib/assets/stylesheets/ace.css */
.infobox {
  display: inline-block;
  width: 210px;
  height: 66px;
  color: #555;
  background-color: #FFF;
  box-shadow: none;
  border-radius: 0;
  margin: -1px 0 0 -1px;
  padding: 8px 3px 6px 9px;
  border: 1px dotted;
  border-color: #D8D8D8 !important;
  vertical-align: middle;
  text-align: left;
  position: relative;
}

/* line 11884, lib/assets/stylesheets/ace.css */
.infobox > .infobox-icon {
  display: inline-block;
  vertical-align: top;
  width: 44px;
}

/* line 11889, lib/assets/stylesheets/ace.css */
.infobox > .infobox-icon > .ace-icon {
  display: inline-block;
  height: 42px;
  margin: 0;
  padding: 1px 1px 0 2px;
  background-color: transparent;
  border-width: 0;
  text-align: center;
  position: relative;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 11902, lib/assets/stylesheets/ace.css */
.infobox > .infobox-icon > .ace-icon:before {
  font-size: 24px;
  display: block;
  padding: 6px 0 7px;
  width: 40px;
  text-align: center;
  border-radius: 100%;
  color: #FFF;
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
}

/* line 11915, lib/assets/stylesheets/ace.css */
.infobox .infobox-content {
  color: #555;
  max-width: 140px;
}

/* line 11919, lib/assets/stylesheets/ace.css */
.infobox .infobox-content:first-child {
  font-weight: bold;
}

/* line 11922, lib/assets/stylesheets/ace.css */
.infobox > .infobox-data {
  display: inline-block;
  border-width: 0;
  border-top-width: 0;
  font-size: 13px;
  text-align: left;
  line-height: 21px;
  min-width: 130px;
  padding-left: 8px;
  position: relative;
  top: 0;
}

/* line 11934, lib/assets/stylesheets/ace.css */
.infobox > .infobox-data > .infobox-data-number {
  display: block;
  font-size: 22px;
  margin: 2px 0 4px;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

/* line 11941, lib/assets/stylesheets/ace.css */
.infobox > .infobox-data > .infobox-text {
  display: block;
  font-size: 16px;
  margin: 2px 0 4px;
  position: relative;
  text-shadow: none;
}

/* line 11948, lib/assets/stylesheets/ace.css */
.infobox.no-border {
  border-width: 0 !important;
}

@media only screen and (max-width: 479px) {
  /* line 11952, lib/assets/stylesheets/ace.css */
  .infobox {
    min-width: 95%;
    margin-top: 2px;
    margin-bottom: 2px;
  }
}

/* line 11958, lib/assets/stylesheets/ace.css */
.infobox-purple {
  color: #6f3cc4;
  border-color: #6f3cc4;
}

/* line 11962, lib/assets/stylesheets/ace.css */
.infobox-purple > .infobox-icon > .ace-icon {
  background-color: #6f3cc4;
}

/* line 11965, lib/assets/stylesheets/ace.css */
.infobox-purple.infobox-dark {
  background-color: #6f3cc4;
  border-color: #6f3cc4;
}

/* line 11969, lib/assets/stylesheets/ace.css */
.infobox-purple2 {
  color: #5f47b0;
  border-color: #5f47b0;
}

/* line 11973, lib/assets/stylesheets/ace.css */
.infobox-purple2 > .infobox-icon > .ace-icon {
  background-color: #5f47b0;
}

/* line 11976, lib/assets/stylesheets/ace.css */
.infobox-purple2.infobox-dark {
  background-color: #5f47b0;
  border-color: #5f47b0;
}

/* line 11980, lib/assets/stylesheets/ace.css */
.infobox-pink {
  color: #cb6fd7;
  border-color: #cb6fd7;
}

/* line 11984, lib/assets/stylesheets/ace.css */
.infobox-pink > .infobox-icon > .ace-icon {
  background-color: #cb6fd7;
}

/* line 11987, lib/assets/stylesheets/ace.css */
.infobox-pink.infobox-dark {
  background-color: #cb6fd7;
  border-color: #cb6fd7;
}

/* line 11991, lib/assets/stylesheets/ace.css */
.infobox-blue {
  color: #6fb3e0;
  border-color: #6fb3e0;
}

/* line 11995, lib/assets/stylesheets/ace.css */
.infobox-blue > .infobox-icon > .ace-icon {
  background-color: #6fb3e0;
}

/* line 11998, lib/assets/stylesheets/ace.css */
.infobox-blue.infobox-dark {
  background-color: #6fb3e0;
  border-color: #6fb3e0;
}

/* line 12002, lib/assets/stylesheets/ace.css */
.infobox-blue2 {
  color: #3983c2;
  border-color: #3983c2;
}

/* line 12006, lib/assets/stylesheets/ace.css */
.infobox-blue2 > .infobox-icon > .ace-icon {
  background-color: #3983c2;
}

/* line 12009, lib/assets/stylesheets/ace.css */
.infobox-blue2.infobox-dark {
  background-color: #3983c2;
  border-color: #3983c2;
}

/* line 12013, lib/assets/stylesheets/ace.css */
.infobox-blue3 {
  color: #1144eb;
  border-color: #1144eb;
}

/* line 12017, lib/assets/stylesheets/ace.css */
.infobox-blue3 > .infobox-icon > .ace-icon {
  background-color: #1144eb;
}

/* line 12020, lib/assets/stylesheets/ace.css */
.infobox-blue3.infobox-dark {
  background-color: #1144eb;
  border-color: #1144eb;
}

/* line 12024, lib/assets/stylesheets/ace.css */
.infobox-red {
  color: #d53f40;
  border-color: #d53f40;
}

/* line 12028, lib/assets/stylesheets/ace.css */
.infobox-red > .infobox-icon > .ace-icon {
  background-color: #d53f40;
}

/* line 12031, lib/assets/stylesheets/ace.css */
.infobox-red.infobox-dark {
  background-color: #d53f40;
  border-color: #d53f40;
}

/* line 12035, lib/assets/stylesheets/ace.css */
.infobox-brown {
  color: #c67a3e;
  border-color: #c67a3e;
}

/* line 12039, lib/assets/stylesheets/ace.css */
.infobox-brown > .infobox-icon > .ace-icon {
  background-color: #c67a3e;
}

/* line 12042, lib/assets/stylesheets/ace.css */
.infobox-brown.infobox-dark {
  background-color: #c67a3e;
  border-color: #c67a3e;
}

/* line 12046, lib/assets/stylesheets/ace.css */
.infobox-wood {
  color: #7b3f25;
  border-color: #7b3f25;
}

/* line 12050, lib/assets/stylesheets/ace.css */
.infobox-wood > .infobox-icon > .ace-icon {
  background-color: #7b3f25;
}

/* line 12053, lib/assets/stylesheets/ace.css */
.infobox-wood.infobox-dark {
  background-color: #7b3f25;
  border-color: #7b3f25;
}

/* line 12057, lib/assets/stylesheets/ace.css */
.infobox-light-brown {
  color: #cebea5;
  border-color: #cebea5;
}

/* line 12061, lib/assets/stylesheets/ace.css */
.infobox-light-brown > .infobox-icon > .ace-icon {
  background-color: #cebea5;
}

/* line 12064, lib/assets/stylesheets/ace.css */
.infobox-light-brown.infobox-dark {
  background-color: #cebea5;
  border-color: #cebea5;
}

/* line 12068, lib/assets/stylesheets/ace.css */
.infobox-orange {
  color: #e8b110;
  border-color: #e8b110;
}

/* line 12072, lib/assets/stylesheets/ace.css */
.infobox-orange > .infobox-icon > .ace-icon {
  background-color: #e8b110;
}

/* line 12075, lib/assets/stylesheets/ace.css */
.infobox-orange.infobox-dark {
  background-color: #e8b110;
  border-color: #e8b110;
}

/* line 12079, lib/assets/stylesheets/ace.css */
.infobox-orange2 {
  color: #f79263;
  border-color: #f79263;
}

/* line 12083, lib/assets/stylesheets/ace.css */
.infobox-orange2 > .infobox-icon > .ace-icon {
  background-color: #f79263;
}

/* line 12086, lib/assets/stylesheets/ace.css */
.infobox-orange2.infobox-dark {
  background-color: #f79263;
  border-color: #f79263;
}

/* line 12090, lib/assets/stylesheets/ace.css */
.infobox-green {
  color: #9abc32;
  border-color: #9abc32;
}

/* line 12094, lib/assets/stylesheets/ace.css */
.infobox-green > .infobox-icon > .ace-icon {
  background-color: #9abc32;
}

/* line 12097, lib/assets/stylesheets/ace.css */
.infobox-green.infobox-dark {
  background-color: #9abc32;
  border-color: #9abc32;
}

/* line 12101, lib/assets/stylesheets/ace.css */
.infobox-green2 {
  color: #0490a6;
  border-color: #0490a6;
}

/* line 12105, lib/assets/stylesheets/ace.css */
.infobox-green2 > .infobox-icon > .ace-icon {
  background-color: #0490a6;
}

/* line 12108, lib/assets/stylesheets/ace.css */
.infobox-green2.infobox-dark {
  background-color: #0490a6;
  border-color: #0490a6;
}

/* line 12112, lib/assets/stylesheets/ace.css */
.infobox-grey {
  color: #999999;
  border-color: #999999;
}

/* line 12116, lib/assets/stylesheets/ace.css */
.infobox-grey > .infobox-icon > .ace-icon {
  background-color: #999999;
}

/* line 12119, lib/assets/stylesheets/ace.css */
.infobox-grey.infobox-dark {
  background-color: #999999;
  border-color: #999999;
}

/* line 12123, lib/assets/stylesheets/ace.css */
.infobox-black {
  color: #393939;
  border-color: #393939;
}

/* line 12127, lib/assets/stylesheets/ace.css */
.infobox-black > .infobox-icon > .ace-icon {
  background-color: #393939;
}

/* line 12130, lib/assets/stylesheets/ace.css */
.infobox-black.infobox-dark {
  background-color: #393939;
  border-color: #393939;
}

/* line 12134, lib/assets/stylesheets/ace.css */
.infobox-dark {
  margin: 1px 1px 0 0;
  border-color: transparent !important;
  border-width: 0;
  color: #FFF;
  padding: 4px;
}

/* line 12141, lib/assets/stylesheets/ace.css */
.infobox-dark > .infobox-icon > .ace-icon,
.infobox-dark > .infobox-icon > .ace-icon:before {
  background-color: transparent;
  box-shadow: none !important;
  text-shadow: none;
  border-radius: 0;
  font-size: 30px;
}

/* line 12149, lib/assets/stylesheets/ace.css */
.infobox-dark > .infobox-icon > .ace-icon:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 12153, lib/assets/stylesheets/ace.css */
.infobox-dark .infobox-content {
  color: #FFF;
}

/* line 12156, lib/assets/stylesheets/ace.css */
.infobox > .infobox-progress {
  padding-top: 0;
  display: inline-block;
  vertical-align: top;
  width: 44px;
}

/* line 12162, lib/assets/stylesheets/ace.css */
.infobox > .infobox-chart {
  padding-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
  width: 44px;
  text-align: center;
}

/* line 12169, lib/assets/stylesheets/ace.css */
.infobox > .infobox-chart > .sparkline {
  font-size: 24px;
}

/* line 12172, lib/assets/stylesheets/ace.css */
.infobox > .infobox-chart canvas {
  vertical-align: middle !important;
}

/* line 12175, lib/assets/stylesheets/ace.css */
.infobox > .stat {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 11px;
  text-shadow: none;
  color: #ABBAC3;
  font-size: 13px;
  font-weight: bold;
  padding-right: 18px;
  padding-top: 3px;
}

/* line 12187, lib/assets/stylesheets/ace.css */
.infobox > .stat:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 11px;
  background-color: #ABBAC3;
  position: absolute;
  right: 4px;
  top: 7px;
}

/* line 12197, lib/assets/stylesheets/ace.css */
.infobox > .stat:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 1px;
  top: -8px;
  border: 12px solid transparent;
  border-width: 8px 7px;
  border-bottom-color: #ABBAC3;
}

/* line 12207, lib/assets/stylesheets/ace.css */
.infobox > .stat.stat-success {
  color: #77C646;
}

/* line 12210, lib/assets/stylesheets/ace.css */
.infobox > .stat.stat-success:before {
  background-color: #77C646;
}

/* line 12213, lib/assets/stylesheets/ace.css */
.infobox > .stat.stat-success:after {
  border-bottom-color: #77C646;
}

/* line 12216, lib/assets/stylesheets/ace.css */
.infobox > .stat.stat-important {
  /*pointing down*/
  color: #E4564F;
}

/* line 12220, lib/assets/stylesheets/ace.css */
.infobox > .stat.stat-important:before {
  background-color: #E4564F;
  top: 3px;
}

/* line 12224, lib/assets/stylesheets/ace.css */
.infobox > .stat.stat-important:after {
  border-top-color: #E4564F;
  border-bottom-color: transparent;
  bottom: -6px;
  top: auto;
}

/* line 12230, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .stat {
  color: #FFF;
}

/* line 12233, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .stat:before {
  background-color: #E1E5E8;
}

/* line 12236, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .stat:after {
  border-bottom-color: #E1E5E8;
}

/* line 12239, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .stat.stat-success {
  color: #FFF;
}

/* line 12242, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .stat.stat-success:before {
  background-color: #D0E29E;
}

/* line 12245, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .stat.stat-success:after {
  border-bottom-color: #D0E29E;
}

/* line 12248, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .stat.stat-important {
  color: #FFF;
}

/* line 12251, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .stat.stat-important:before {
  background-color: #FF8482;
  top: 3px;
}

/* line 12255, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .stat.stat-important:after {
  border-top-color: #FF8482;
  border-bottom-color: transparent;
  bottom: -6px;
  top: auto;
}

/* line 12261, lib/assets/stylesheets/ace.css */
.infobox > .badge {
  position: absolute;
  right: 20px;
  top: 11px;
  border-radius: 0;
  text-shadow: none;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  height: 16px;
  padding: 0 1px;
}

/* line 12274, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .badge {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid #F1F1F1;
  top: 2px;
  right: 2px;
}

/* line 12281, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .badge.badge-success > .ace-icon {
  color: #C6E9A1;
}

/* line 12284, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .badge.badge-important > .ace-icon {
  color: #ECB792;
}

/* line 12287, lib/assets/stylesheets/ace.css */
.infobox.infobox-dark > .badge.badge-warning > .ace-icon {
  color: #ECB792;
}

/* line 12290, lib/assets/stylesheets/ace.css */
.infobox-small {
  width: 135px;
  height: 52px;
  text-align: left;
  padding-bottom: 5px;
}

/* line 12296, lib/assets/stylesheets/ace.css */
.infobox-small > .infobox-icon,
.infobox-small > .infobox-chart,
.infobox-small > .infobox-progress {
  display: inline-block;
  width: 40px;
  max-width: 40px;
  height: 42px;
  line-height: 38px;
  vertical-align: middle;
}

/* line 12306, lib/assets/stylesheets/ace.css */
.infobox-small > .infobox-data {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 72px;
  min-width: 0;
}

/* line 12313, lib/assets/stylesheets/ace.css */
.infobox-small > .infobox-chart > .sparkline {
  font-size: 14px;
  margin-left: 2px;
}

/* line 12317, lib/assets/stylesheets/ace.css */
.percentage {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}

/* line 12323, lib/assets/stylesheets/ace.css */
.infobox-small .percentage {
  font-size: 13px;
  font-weight: normal;
  margin-top: 2px;
  margin-left: 2px;
}

/* line 12329, lib/assets/stylesheets/ace.css */
.pricing-box:not(:first-child) {
  padding-left: 7px;
}

/* line 12332, lib/assets/stylesheets/ace.css */
.pricing-box:not(:last-child) {
  padding-right: 7px;
}

/* line 12335, lib/assets/stylesheets/ace.css */
.pricing-box .price {
  font-size: 22px;
  line-height: 20px;
  height: 28px;
  text-align: center;
  color: #555;
}

/* line 12342, lib/assets/stylesheets/ace.css */
.pricing-box .price small {
  font-size: 22px;
}

/* line 12345, lib/assets/stylesheets/ace.css */
.pricing-box .btn {
  font-size: 16px;
}

/* line 12348, lib/assets/stylesheets/ace.css */
.pricing-box .widget-header {
  /* the title */
  text-align: center;
  padding-left: 0;
}

@media only screen and (max-width: 480px) {
  /* line 12354, lib/assets/stylesheets/ace.css */
  .pricing-box {
    margin: 0;
    margin-bottom: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -1px;
  }
  /* line 12361, lib/assets/stylesheets/ace.css */
  .pricing-box:nth-child(odd) {
    padding-left: 12px !important;
  }
  /* line 12364, lib/assets/stylesheets/ace.css */
  .pricing-box:nth-child(even) {
    padding-right: 12px !important;
  }
}

@media only screen and (max-width: 479px) {
  /* line 12369, lib/assets/stylesheets/ace.css */
  .pricing-box {
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* line 12377, lib/assets/stylesheets/ace.css */
.pricing-table-header {
  padding-top: 0;
  margin-top: 0;
  text-align: left;
}

/* line 12382, lib/assets/stylesheets/ace.css */
.pricing-table-header > li {
  padding: 7px 0 7px 11px;
  font-size: 13px;
}

/* line 12386, lib/assets/stylesheets/ace.css */
.pricing-table {
  margin-top: 0;
}

/* line 12389, lib/assets/stylesheets/ace.css */
.pricing-table > li {
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
}

/* line 12394, lib/assets/stylesheets/ace.css */
.list-striped > li:nth-child(odd) {
  background-color: #FFF;
}

/* line 12397, lib/assets/stylesheets/ace.css */
.list-striped > li:nth-child(even) {
  background-color: #F2F3EB;
}

/* line 12400, lib/assets/stylesheets/ace.css */
.list-striped.pricing-table-header > li:nth-child(even) {
  background-color: #EEE;
}

/* line 12403, lib/assets/stylesheets/ace.css */
.pricing-box-small {
  box-shadow: none;
  margin-left: -2px;
  background-color: #FFF;
  position: relative;
  z-index: 10;
}

/* line 12410, lib/assets/stylesheets/ace.css */
.pricing-box-small .price {
  line-height: 20px;
  height: 28px;
  text-align: center;
}

/* line 12415, lib/assets/stylesheets/ace.css */
.pricing-box-small .price .label:before,
.pricing-box-small .price .label:after {
  margin-top: -2px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 12421, lib/assets/stylesheets/ace.css */
.pricing-box-small:hover {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  z-index: 11;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

/* line 12429, lib/assets/stylesheets/ace.css */
.pricing-box-small:hover .price > .label {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
}

/* line 12435, lib/assets/stylesheets/ace.css */
.pricing-span {
  margin: 0;
  width: 19%;
  max-width: 150px !important;
  min-width: 110px !important;
  float: left !important;
}

/* line 12442, lib/assets/stylesheets/ace.css */
.pricing-span-header {
  padding-right: 0;
}

@media only screen and (min-width: 480px) {
  /* line 12446, lib/assets/stylesheets/ace.css */
  .pricing-span-body {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  /* line 12452, lib/assets/stylesheets/ace.css */
  .pricing-span-header,
.pricing-span-body {
    width: 100%;
    padding-right: 12px;
  }
}

/* line 12458, lib/assets/stylesheets/ace.css */
.login-container {
  width: 375px;
  margin: 0 auto;
}

/* line 12462, lib/assets/stylesheets/ace.css */
.login-layout {
  background-color: #1D2024;
}

/* line 12465, lib/assets/stylesheets/ace.css */
.login-layout .main-container:before {
  display: none;
}

/* line 12468, lib/assets/stylesheets/ace.css */
.login-layout .main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 12475, lib/assets/stylesheets/ace.css */
.login-layout label {
  margin-bottom: 11px;
}

/* line 12478, lib/assets/stylesheets/ace.css */
.login-layout .widget-box {
  visibility: hidden;
  position: fixed;
  z-index: -5;
  border-bottom: none;
  box-shadow: none;
  padding: 6px;
  background-color: #394557;
  -moz-transform: scale(0, 1) translate(-150px);
  -webkit-transform: scale(0, 1) translate(-150px);
  -o-transform: scale(0, 1) translate(-150px);
  -ms-transform: scale(0, 1) translate(-150px);
  transform: scale(0, 1) translate(-150px);
}

/* line 12492, lib/assets/stylesheets/ace.css */
.login-layout .widget-box.visible {
  visibility: visible;
  position: relative;
  z-index: auto;
  -moz-transform: scale(1, 1) translate(0);
  -webkit-transform: scale(1, 1) translate(0);
  -o-transform: scale(1, 1) translate(0);
  -ms-transform: scale(1, 1) translate(0);
  transform: scale(1, 1) translate(0);
  transition: transform .3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.2s ease;
}

/* line 12506, lib/assets/stylesheets/ace.css */
.login-layout .widget-box .widget-main {
  padding: 16px 36px 36px;
  background: #F7F7F7;
}

/* line 12510, lib/assets/stylesheets/ace.css */
.login-layout .widget-box .widget-main form {
  margin: 0;
}

/* line 12513, lib/assets/stylesheets/ace.css */
.login-layout .widget-box .widget-body .toolbar > div > a {
  font-size: 15px;
  font-weight: 400;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
}

/* line 12518, lib/assets/stylesheets/ace.css */
.login-box .forgot-password-link {
  color: #FE9;
}

/* line 12521, lib/assets/stylesheets/ace.css */
.login-box .user-signup-link {
  color: #CF7;
}

/* line 12524, lib/assets/stylesheets/ace.css */
.login-box .toolbar {
  background: #5090C1;
  border-top: 2px solid #597597;
}

/* line 12528, lib/assets/stylesheets/ace.css */
.login-box .toolbar > div {
  width: 50%;
  display: inline-block;
  padding: 9px 0 11px;
}

/* line 12533, lib/assets/stylesheets/ace.css */
.login-box .toolbar > div:first-child {
  float: left;
  text-align: left;
}

/* line 12537, lib/assets/stylesheets/ace.css */
.login-box .toolbar > div:first-child > a {
  margin-left: 11px;
}

/* line 12540, lib/assets/stylesheets/ace.css */
.login-box .toolbar > div:first-child + div {
  float: right;
  text-align: right;
}

/* line 12544, lib/assets/stylesheets/ace.css */
.login-box .toolbar > div:first-child + div > a {
  margin-right: 11px;
}

/* line 12547, lib/assets/stylesheets/ace.css */
.forgot-box .toolbar {
  background: #C16050;
  border-top: 2px solid #976559;
  padding: 9px 18px;
}

/* line 12552, lib/assets/stylesheets/ace.css */
.signup-box .toolbar {
  background: #76B774;
  border-top: 2px solid #759759;
  padding: 9px 18px;
}

/* line 12557, lib/assets/stylesheets/ace.css */
.forgot-box .back-to-login-link,
.signup-box .back-to-login-link {
  color: #FE9;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
}

/* social login */
/* line 12565, lib/assets/stylesheets/ace.css */
.login-layout .login-box .widget-main {
  padding-bottom: 16px;
}

/* line 12568, lib/assets/stylesheets/ace.css */
.social-or-login {
  margin-top: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* line 12574, lib/assets/stylesheets/ace.css */
.social-or-login :first-child {
  display: inline-block;
  background: #F7F7F7;
  padding: 0 8px;
  color: #5090C1;
  font-size: 13px;
}

/* line 12581, lib/assets/stylesheets/ace.css */
.social-or-login:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px dotted #A6C4DB;
}

/* line 12591, lib/assets/stylesheets/ace.css */
.social-login a {
  border-radius: 100%;
  width: 42px;
  height: 42px;
  line-height: 46px;
  padding: 0;
  margin: 0 1px;
  border-width: 0;
}

/* line 12600, lib/assets/stylesheets/ace.css */
.social-login a > .ace-icon {
  font-size: 24px;
  margin: 0;
}

@media only screen and (max-width: 540px) {
  /* line 12605, lib/assets/stylesheets/ace.css */
  .login-layout .widget-box .widget-main {
    padding: 16px;
  }
  /* line 12608, lib/assets/stylesheets/ace.css */
  .login-container {
    width: 98%;
  }
  /* line 12611, lib/assets/stylesheets/ace.css */
  .login-layout .widget-box {
    padding: 0;
  }
  /* line 12614, lib/assets/stylesheets/ace.css */
  .login-layout .main-content {
    padding-left: 6px;
    padding-right: 6px;
  }
  /* line 12618, lib/assets/stylesheets/ace.css */
  .login-box .toolbar > div {
    width: auto;
  }
}

/* line 12622, lib/assets/stylesheets/ace.css */
.light-login {
  background: #dfe0e2 url(/assets/images/pattern-5cb36a4eb196af71bb115fa1f01ebb7c48b65c8ff7a6c57160027577fdfa7504.jpg) repeat;
}

/* line 12625, lib/assets/stylesheets/ace.css */
.light-login .widget-box {
  padding: 1px 1px 0;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(50, 50, 50, 0.33);
}

/* line 12631, lib/assets/stylesheets/ace.css */
.light-login .widget-box .toolbar {
  border-top-width: 1px;
}

/* line 12634, lib/assets/stylesheets/ace.css */
.light-login .widget-box.login-box {
  background-color: #BCC6CF;
  background-color: rgba(100, 110, 120, 0.4);
}

/* line 12638, lib/assets/stylesheets/ace.css */
.light-login .widget-box.signup-box {
  background-color: #C1CEC4;
  background-color: rgba(110, 120, 100, 0.4);
}

/* line 12642, lib/assets/stylesheets/ace.css */
.light-login .widget-box.forgot-box {
  background-color: #D2C5C5;
  background-color: rgba(120, 110, 100, 0.4);
}

/* line 12646, lib/assets/stylesheets/ace.css */
.blur-login {
  background: #394557 url(/assets/images/meteorshower2-23e0e715aca30b3d1a6d1af2028ee6a4bb6bec31985bc224bc95dc621ddd9ecb.jpg) repeat;
}

/* line 12649, lib/assets/stylesheets/ace.css */
.invoice-info {
  line-height: 24px !important;
  color: #444;
  vertical-align: bottom;
  margin-left: 9px;
  margin-right: 9px;
}

/* line 12656, lib/assets/stylesheets/ace.css */
.invoice-info-label {
  display: inline-block;
  max-width: 100px;
  text-align: right;
  font-size: 14px;
}

/* line 12662, lib/assets/stylesheets/ace.css */
.invoice-box .label-large[class*="arrowed"] {
  margin-left: 11px !important;
  max-width: 95%;
}

/* line 12666, lib/assets/stylesheets/ace.css */
.error-container {
  margin: 20px;
  padding: 0;
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  /* line 12672, lib/assets/stylesheets/ace.css */
  .error-container {
    margin: 12px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 12677, lib/assets/stylesheets/ace.css */
  .error-container {
    margin: 6px;
  }
}

/* line 12681, lib/assets/stylesheets/ace.css */
.ace-thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 12686, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 2px;
  border: 2px solid #333;
}

/* line 12694, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > :first-child {
  display: block;
  position: relative;
}

/* line 12698, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > :first-child:focus {
  outline: none;
}

/* line 12701, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li .tags {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: visible;
  direction: rtl;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  vertical-align: inherit;
}

/* line 12716, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li .tags > .label-holder {
  opacity: 0.92;
  filter: alpha(opacity=92);
  display: table;
  margin: 1px 0 0 0;
  direction: ltr;
  text-align: left;
}

/* line 12724, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li .tags > .label-holder:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 12728, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > .tools {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 24px;
  background-color: rgba(0, 0, 0, 0.55);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 12741, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > .tools.tools-right {
  left: auto;
  right: -30px;
}

/* line 12745, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > .tools.tools-bottom {
  width: auto;
  height: 28px;
  left: 0;
  right: 0;
  top: auto;
  bottom: -30px;
}

/* line 12753, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > .tools.tools-top {
  width: auto;
  height: 28px;
  left: 0;
  right: 0;
  top: -30px;
  bottom: auto;
}

/* line 12761, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li:hover > .tools {
  left: 0;
  right: 0;
}

/* line 12765, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li:hover > .tools.tools-bottom {
  top: auto;
  bottom: 0;
}

/* line 12769, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li:hover > .tools.tools-top {
  bottom: auto;
  top: 0;
}

/* line 12773, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li:hover > .tools.tools-right {
  left: auto;
  right: 0;
}

/* line 12777, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > .in.tools {
  left: 0;
  right: 0;
}

/* line 12781, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > .in.tools.tools-bottom {
  top: auto;
  bottom: 0;
}

/* line 12785, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > .in.tools.tools-top {
  bottom: auto;
  top: 0;
}

/* line 12789, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > .in.tools.tools-right {
  left: auto;
  right: 0;
}

/* line 12793, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > .tools > a,
.ace-thumbnails > li > :first-child .inner a {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  padding: 0 4px;
}

/* line 12801, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > .tools > a:hover,
.ace-thumbnails > li > :first-child .inner a:hover {
  text-decoration: none;
  color: #C9E2EA;
}

/* line 12806, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li .tools.tools-bottom > a,
.ace-thumbnails > li .tools.tools-top > a {
  display: inline-block;
}

/* line 12810, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > :first-child > .text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 12825, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > :first-child > .text:before {
  /* makes the inner text become vertically centered*/
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
}

/* line 12834, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li > :first-child > .text > .inner {
  padding: 4px 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}

/* line 12841, lib/assets/stylesheets/ace.css */
.ace-thumbnails > li:hover > :first-child > .text {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 480px) {
  /* line 12846, lib/assets/stylesheets/ace.css */
  .ace-thumbnails {
    text-align: center;
  }
  /* line 12849, lib/assets/stylesheets/ace.css */
  .ace-thumbnails > li {
    float: none;
    display: inline-block;
  }
}

/* line 12854, lib/assets/stylesheets/ace.css */
.dialogs {
  padding: 9px;
  position: relative;
}

/* line 12858, lib/assets/stylesheets/ace.css */
.itemdiv {
  padding-right: 3px;
  min-height: 66px;
  position: relative;
}

/* line 12863, lib/assets/stylesheets/ace.css */
.itemdiv > .user {
  display: inline-block;
  width: 42px;
  position: absolute;
  left: 0;
}

/* line 12869, lib/assets/stylesheets/ace.css */
.itemdiv > .user > img,
.itemdiv > .user > .img {
  border-radius: 100%;
  border: 2px solid #5293C4;
  max-width: 40px;
  position: relative;
}

/* line 12876, lib/assets/stylesheets/ace.css */
.itemdiv > .user > .img {
  padding: 2px;
}

/* line 12879, lib/assets/stylesheets/ace.css */
.itemdiv > .body {
  width: auto;
  margin-left: 50px;
  margin-right: 12px;
  position: relative;
}

/* line 12885, lib/assets/stylesheets/ace.css */
.itemdiv > .body > .time {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  position: absolute;
  right: 9px;
  top: 0;
}

/* line 12894, lib/assets/stylesheets/ace.css */
.itemdiv > .body > .time .ace-icon {
  font-size: 14px;
  font-weight: normal;
}

/* line 12898, lib/assets/stylesheets/ace.css */
.itemdiv > .body > .name {
  display: block;
  color: #999;
}

/* line 12902, lib/assets/stylesheets/ace.css */
.itemdiv > .body > .name > b {
  color: #777;
}

/* line 12905, lib/assets/stylesheets/ace.css */
.itemdiv > .body > .text {
  display: block;
  position: relative;
  margin-top: 2px;
  padding-bottom: 19px;
  padding-left: 7px;
  font-size: 13px;
}

/* line 12913, lib/assets/stylesheets/ace.css */
.itemdiv > .body > .text:after {
  display: block;
  content: "";
  height: 1px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  left: 16px;
  right: -12px;
  margin-top: 9px;
  border-top: 1px solid #E4ECF3;
}

/* line 12925, lib/assets/stylesheets/ace.css */
.itemdiv > .body > .text > .ace-icon:first-child {
  color: #DCE3ED;
  margin-right: 4px;
}

/* line 12929, lib/assets/stylesheets/ace.css */
.itemdiv:last-child > .body > .text {
  border-bottom-width: 0;
}

/* line 12932, lib/assets/stylesheets/ace.css */
.itemdiv:last-child > .body > .text:after {
  display: none;
}

/* line 12935, lib/assets/stylesheets/ace.css */
.itemdiv.dialogdiv {
  padding-bottom: 14px;
}

/* line 12938, lib/assets/stylesheets/ace.css */
.itemdiv.dialogdiv:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 19px;
  width: 3px;
  max-width: 3px;
  background-color: #E1E6ED;
  border: 1px solid #D7DBDD;
  border-width: 0 1px;
}

/* line 12951, lib/assets/stylesheets/ace.css */
.itemdiv.dialogdiv:last-child {
  padding-bottom: 0;
}

/* line 12954, lib/assets/stylesheets/ace.css */
.itemdiv.dialogdiv:last-child:before {
  display: none;
}

/* line 12957, lib/assets/stylesheets/ace.css */
.itemdiv.dialogdiv > .user > img {
  border-color: #C9D6E5;
}

/* line 12960, lib/assets/stylesheets/ace.css */
.itemdiv.dialogdiv > .body {
  border: 1px solid #DDE4ED;
  padding: 5px 8px 8px;
  border-left-width: 2px;
  margin-right: 1px;
}

/* line 12966, lib/assets/stylesheets/ace.css */
.itemdiv.dialogdiv > .body:before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 11px;
  width: 8px;
  height: 8px;
  border: 2px solid #DDE4ED;
  border-width: 2px 0 0 2px;
  background-color: #FFF;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 12985, lib/assets/stylesheets/ace.css */
.itemdiv.dialogdiv > .body > .time {
  position: static;
  float: right;
}

/* line 12989, lib/assets/stylesheets/ace.css */
.itemdiv.dialogdiv > .body > .text {
  padding-left: 0;
  padding-bottom: 0;
}

/* line 12993, lib/assets/stylesheets/ace.css */
.itemdiv.dialogdiv > .body > .text:after {
  display: none;
}

/* line 12996, lib/assets/stylesheets/ace.css */
.itemdiv.dialogdiv .tooltip-inner {
  word-break: break-all;
}

/* line 12999, lib/assets/stylesheets/ace.css */
.itemdiv.memberdiv {
  width: 175px;
  padding: 2px;
  margin: 3px 0;
  float: left;
  border-bottom: 1px solid #E8E8E8;
}

@media (min-width: 992px) {
  /* line 13007, lib/assets/stylesheets/ace.css */
  .itemdiv.memberdiv {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  /* line 13012, lib/assets/stylesheets/ace.css */
  .itemdiv.memberdiv {
    min-width: 33.333%;
  }
}

/* line 13016, lib/assets/stylesheets/ace.css */
.itemdiv.memberdiv > .user > img {
  border-color: #DCE3ED;
}

/* line 13019, lib/assets/stylesheets/ace.css */
.itemdiv.memberdiv > .body > .time {
  position: static;
}

/* line 13022, lib/assets/stylesheets/ace.css */
.itemdiv.memberdiv > .body > .name {
  line-height: 18px;
  height: 18px;
  margin-bottom: 0;
}

/* line 13027, lib/assets/stylesheets/ace.css */
.itemdiv.memberdiv > .body > .name > a {
  display: inline-block;
  max-width: 100px;
  max-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

/* line 13035, lib/assets/stylesheets/ace.css */
.itemdiv .tools {
  position: absolute;
  right: 5px;
  bottom: 10px;
  display: none;
}

/* line 13041, lib/assets/stylesheets/ace.css */
.itemdiv .tools .btn {
  border-radius: 36px;
  margin: 1px 0;
}

/* line 13045, lib/assets/stylesheets/ace.css */
.itemdiv .body .tools {
  bottom: 4px;
}

/* line 13048, lib/assets/stylesheets/ace.css */
.itemdiv.commentdiv .tools {
  right: 9px;
}

/* line 13051, lib/assets/stylesheets/ace.css */
.itemdiv:hover .tools {
  display: inline-block;
}

/* line 13054, lib/assets/stylesheets/ace.css */
.item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 13059, lib/assets/stylesheets/ace.css */
.item-list > li {
  padding: 9px;
  background-color: #FFF;
  margin-top: -1px;
  position: relative;
}

/* line 13065, lib/assets/stylesheets/ace.css */
.item-list > li.selected {
  color: #8090A0;
  background-color: #F4F9FC;
}

/* line 13069, lib/assets/stylesheets/ace.css */
.item-list > li.selected label,
.item-list > li.selected .lbl {
  text-decoration: line-through;
  color: #8090A0;
}

/* line 13074, lib/assets/stylesheets/ace.css */
.item-list > li > .checkbox {
  display: inline-block;
}

/* line 13077, lib/assets/stylesheets/ace.css */
.item-list > li > label.inline {
  display: inline-block;
}

/* line 13080, lib/assets/stylesheets/ace.css */
.item-list > li label {
  font-size: 13px;
}

/* line 13083, lib/assets/stylesheets/ace.css */
.item-list > li .percentage {
  font-size: 11px;
  font-weight: bold;
  color: #777;
}

/* line 13088, lib/assets/stylesheets/ace.css */
.item-list > li.ui-sortable-helper {
  cursor: move;
}

/* line 13091, lib/assets/stylesheets/ace.css */
li[class*="item-"] {
  border: 1px solid #DDD;
  border-left-width: 3px;
}

/* line 13095, lib/assets/stylesheets/ace.css */
li.item-orange {
  border-left-color: #e8b110;
}

/* line 13098, lib/assets/stylesheets/ace.css */
li.item-orange2 {
  border-left-color: #f79263;
}

/* line 13101, lib/assets/stylesheets/ace.css */
li.item-red {
  border-left-color: #d53f40;
}

/* line 13104, lib/assets/stylesheets/ace.css */
li.item-red2 {
  border-left-color: #d15b47;
}

/* line 13107, lib/assets/stylesheets/ace.css */
li.item-green {
  border-left-color: #9abc32;
}

/* line 13110, lib/assets/stylesheets/ace.css */
li.item-green2 {
  border-left-color: #0490a6;
}

/* line 13113, lib/assets/stylesheets/ace.css */
li.item-blue {
  border-left-color: #4f99c6;
}

/* line 13116, lib/assets/stylesheets/ace.css */
li.item-blue2 {
  border-left-color: #3983c2;
}

/* line 13119, lib/assets/stylesheets/ace.css */
li.item-blue3 {
  border-left-color: #1144eb;
}

/* line 13122, lib/assets/stylesheets/ace.css */
li.item-pink {
  border-left-color: #cb6fd7;
}

/* line 13125, lib/assets/stylesheets/ace.css */
li.item-purple {
  border-left-color: #6f3cc4;
}

/* line 13128, lib/assets/stylesheets/ace.css */
li.item-black {
  border-left-color: #505050;
}

/* line 13131, lib/assets/stylesheets/ace.css */
li.item-grey {
  border-left-color: #a0a0a0;
}

/* line 13134, lib/assets/stylesheets/ace.css */
li.item-brown {
  border-left-color: #a52a2a;
}

/* line 13137, lib/assets/stylesheets/ace.css */
li.item-default {
  border-left-color: #abbac3;
}

/* line 13140, lib/assets/stylesheets/ace.css */
.ui-sortable-placeholder,
.ui-sortable-helper,
.ui-sortable-placeholder > a,
.ui-sortable-helper > a {
  cursor: move !important;
}

@media only screen and (max-width: 480px) {
  /* line 13147, lib/assets/stylesheets/ace.css */
  .itemdiv.memberdiv {
    float: none;
    width: auto;
  }
}

/* line 13152, lib/assets/stylesheets/ace.css */
.profile-user-info {
  display: table;
  width: 98%;
  width: calc(100% - 24px);
  margin: 0 auto;
}

/* line 13158, lib/assets/stylesheets/ace.css */
.profile-info-row {
  display: table-row;
}

/* line 13161, lib/assets/stylesheets/ace.css */
.profile-info-name {
  text-align: right;
  padding: 6px 10px 6px 4px;
  font-weight: normal;
  color: #667E99;
  background-color: transparent;
  border-top: 1px dotted #D5E4F1;
  display: table-cell;
  width: 110px;
  vertical-align: middle;
}

/* line 13172, lib/assets/stylesheets/ace.css */
.profile-info-value {
  display: table-cell;
  padding: 6px 4px 6px 6px;
  border-top: 1px dotted #D5E4F1;
}

/* line 13177, lib/assets/stylesheets/ace.css */
.profile-info-value > span + span:before {
  /* for a list of values (such as location city & country) put a comma between them */
  display: inline;
  content: ",";
  margin-left: 1px;
  margin-right: 3px;
  color: #666;
  border-bottom: 1px solid #FFF;
}

/* line 13186, lib/assets/stylesheets/ace.css */
.profile-info-value > span + span.editable-container:before {
  display: none;
}

/* line 13189, lib/assets/stylesheets/ace.css */
.profile-info-row:first-child .profile-info-name {
  border-top: none;
}

/* line 13192, lib/assets/stylesheets/ace.css */
.profile-info-row:first-child .profile-info-value {
  border-top: none;
}

/* line 13195, lib/assets/stylesheets/ace.css */
.profile-user-info-striped {
  border: 1px solid #DCEBF7;
}

/* line 13198, lib/assets/stylesheets/ace.css */
.profile-user-info-striped .profile-info-name {
  color: #336199;
  background-color: #EDF3F4;
  border-top: 1px solid #F7FBFF;
}

/* line 13203, lib/assets/stylesheets/ace.css */
.profile-user-info-striped .profile-info-value {
  border-top: 1px dotted #DCEBF7;
  padding-left: 12px;
}

/* line 13207, lib/assets/stylesheets/ace.css */
.profile-picture {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 4px;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 13218, lib/assets/stylesheets/ace.css */
.profile-activity {
  padding: 10px 4px;
  border-bottom: 1px dotted #D0D8E0;
  position: relative;
  border-left: 1px dotted #FFF;
  border-right: 1px dotted #FFF;
}

/* line 13225, lib/assets/stylesheets/ace.css */
.profile-activity:first-child {
  border-top: 1px dotted transparent;
}

/* line 13228, lib/assets/stylesheets/ace.css */
.profile-activity:first-child:hover {
  border-top-color: #D0D8E0;
}

/* line 13231, lib/assets/stylesheets/ace.css */
.profile-activity:hover {
  background-color: #F4F9FD;
  border-left: 1px dotted #D0D8E0;
  border-right: 1px dotted #D0D8E0;
}

/* line 13236, lib/assets/stylesheets/ace.css */
.profile-activity img {
  border: 2px solid #C9D6E5;
  border-radius: 100%;
  max-width: 40px;
  margin-right: 10px;
  margin-left: 0px;
  box-shadow: none;
}

/* line 13244, lib/assets/stylesheets/ace.css */
.profile-activity .thumbicon {
  background-color: #74ABD7;
  display: inline-block;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
  margin-left: 0px;
  text-shadow: none !important;
}

/* line 13258, lib/assets/stylesheets/ace.css */
.profile-activity .time {
  display: block;
  margin-top: 4px;
  color: #777;
}

/* line 13263, lib/assets/stylesheets/ace.css */
.profile-activity a.user {
  font-weight: bold;
  color: #9585BF;
}

/* line 13267, lib/assets/stylesheets/ace.css */
.profile-activity .tools {
  position: absolute;
  right: 12px;
  bottom: 8px;
  display: none;
}

/* line 13273, lib/assets/stylesheets/ace.css */
.profile-activity:hover .tools {
  display: block;
}

/* line 13276, lib/assets/stylesheets/ace.css */
.user-profile .ace-thumbnails li {
  border: 1px solid #CCC;
  padding: 3px;
  margin: 6px;
}

/* line 13281, lib/assets/stylesheets/ace.css */
.user-profile .ace-thumbnails li .tools {
  left: 3px;
  right: 3px;
}

/* line 13285, lib/assets/stylesheets/ace.css */
.user-profile .ace-thumbnails li:hover .tools {
  bottom: 3px;
}

/* line 13288, lib/assets/stylesheets/ace.css */
.user-profile .user-title-label:hover {
  text-decoration: none;
}

/* line 13291, lib/assets/stylesheets/ace.css */
.user-profile .user-title-label + .dropdown-menu {
  margin-left: -12px;
}

/* line 13294, lib/assets/stylesheets/ace.css */
.profile-contact-links {
  padding: 4px 2px 5px;
  border: 1px solid #E0E2E5;
  background-color: #F8FAFC;
}

/* line 13299, lib/assets/stylesheets/ace.css */
.btn-link:hover .ace-icon {
  text-decoration: none !important;
}

/* line 13302, lib/assets/stylesheets/ace.css */
.profile-social-links > a {
  text-decoration: none;
  margin: 0 1px;
}

/* line 13306, lib/assets/stylesheets/ace.css */
.profile-social-links > a:hover > .ace-icon {
  text-decoration: none;
}

/* line 13309, lib/assets/stylesheets/ace.css */
.profile-skills .progress {
  height: 26px;
  margin-bottom: 2px;
  background-color: transparent;
}

/* line 13314, lib/assets/stylesheets/ace.css */
.profile-skills .progress .progress-bar {
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans";
  padding: 0 8px;
}

/* line 13321, lib/assets/stylesheets/ace.css */
.profile-users .user {
  display: block;
  position: static;
  text-align: center;
  width: auto;
}

/* line 13327, lib/assets/stylesheets/ace.css */
.profile-users .user img {
  padding: 2px;
  border-radius: 100%;
  border: 1px solid #AAA;
  max-width: none;
  width: 64px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 13337, lib/assets/stylesheets/ace.css */
.profile-users .user img:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.33);
}

/* line 13341, lib/assets/stylesheets/ace.css */
.profile-users .memberdiv {
  background-color: #FFF;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: center;
  margin: 0 8px 24px;
}

/* line 13351, lib/assets/stylesheets/ace.css */
.profile-users .memberdiv .name a:hover .ace-icon {
  text-decoration: none;
}

/* line 13354, lib/assets/stylesheets/ace.css */
.profile-users .memberdiv .body {
  display: inline-block;
  margin: 8px 0 0 0;
}

/* line 13358, lib/assets/stylesheets/ace.css */
.profile-users .memberdiv .popover {
  visibility: hidden;
  min-width: 0;
  max-height: 0;
  max-width: 0;
  margin-left: 0;
  margin-right: 0;
  top: -5%;
  left: auto;
  right: auto;
  opacity: 0;
  display: none;
  position: absolute;
  -webkit-transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, max-height 0s linear 0.2s, max-width 0s linear 0.2s, min-width 0s linear 0.2s;
  -o-transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, max-height 0s linear 0.2s, max-width 0s linear 0.2s, min-width 0s linear 0.2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, max-height 0s linear 0.2s, max-width 0s linear 0.2s, min-width 0s linear 0.2s;
}

/* line 13375, lib/assets/stylesheets/ace.css */
.profile-users .memberdiv .popover.right {
  left: 100%;
  right: auto;
  display: block;
}

/* line 13380, lib/assets/stylesheets/ace.css */
.profile-users .memberdiv .popover.left {
  left: auto;
  right: 100%;
  display: block;
}

/* line 13385, lib/assets/stylesheets/ace.css */
.profile-users .memberdiv > :first-child:hover .popover {
  visibility: visible;
  opacity: 1;
  z-index: 1060;
  max-height: 250px;
  max-width: 250px;
  min-width: 150px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 13397, lib/assets/stylesheets/ace.css */
.profile-users .memberdiv .tools {
  position: static;
  display: block;
  width: 100%;
  margin-top: 2px;
}

/* line 13403, lib/assets/stylesheets/ace.css */
.profile-users .memberdiv .tools > a {
  margin: 0 2px;
}

/* line 13406, lib/assets/stylesheets/ace.css */
.profile-users .memberdiv .tools > a:hover {
  text-decoration: none;
}

/* line 13409, lib/assets/stylesheets/ace.css */
.user-status {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #FFF;
  border: 3px solid #AAA;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 1px;
}

/* line 13419, lib/assets/stylesheets/ace.css */
.user-status.status-online {
  border-color: #8AC16C;
}

/* line 13422, lib/assets/stylesheets/ace.css */
.user-status.status-busy {
  border-color: #E07F69;
}

/* line 13425, lib/assets/stylesheets/ace.css */
.user-status.status-idle {
  border-color: #FFB752;
}

/* line 13428, lib/assets/stylesheets/ace.css */
.tab-content.profile-edit-tab-content {
  border: 1px solid #DDD;
  padding: 8px 32px 32px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}

@media only screen and (max-width: 480px) {
  /* line 13436, lib/assets/stylesheets/ace.css */
  .profile-info-name {
    width: 80px;
  }
  /* line 13439, lib/assets/stylesheets/ace.css */
  .profile-user-info-striped .profile-info-name {
    float: none;
    width: auto;
    text-align: left;
    padding: 6px 4px 6px 10px;
    display: block;
  }
  /* line 13446, lib/assets/stylesheets/ace.css */
  .profile-user-info-striped .profile-info-value {
    margin-left: 10px;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  /* line 13452, lib/assets/stylesheets/ace.css */
  .user-profile .memberdiv {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 13458, lib/assets/stylesheets/ace.css */
.inbox-tabs.nav-tabs > li > a {
  background-color: #FAFAFA;
}

/* line 13461, lib/assets/stylesheets/ace.css */
.inbox-tabs.nav-tabs > li.active:not(.open) > a,
.inbox-tabs.nav-tabs > li.active:not(.open) > a:hover,
.inbox-tabs.nav-tabs > li.active:not(.open) > a:focus {
  background-color: #F1F5FA;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
  color: #48768E;
}

/* line 13468, lib/assets/stylesheets/ace.css */
.inbox-tabs.nav-tabs > li > a.btn-new-mail {
  background-color: transparent;
  border: none !important;
  padding: 0 !important;
}

/* line 13473, lib/assets/stylesheets/ace.css */
.inbox-tabs.nav-tabs > li > a.btn-new-mail > .btn {
  border-width: 0 !important;
  border-radius: 3px !important;
  padding: 0 6px !important;
  position: relative;
  transition: none !important;
}

/* line 13480, lib/assets/stylesheets/ace.css */
.inbox-tabs.nav-tabs > li.active > a.btn-new-mail {
  box-shadow: none !important;
}

/* line 13483, lib/assets/stylesheets/ace.css */
.inbox-tabs.nav-tabs > li.active > a.btn-new-mail > .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: inherit;
}

/* line 13495, lib/assets/stylesheets/ace.css */
.inbox-tabs.nav-tabs.tab-size-bigger > li > a {
  padding: 5px 15px 7px;
  font-size: 14px;
}

/* line 13499, lib/assets/stylesheets/ace.css */
.inbox-tabs.nav-tabs.tab-size-bigger > li > a > .ace-icon:first-child {
  margin-bottom: 5px;
}

/* line 13502, lib/assets/stylesheets/ace.css */
.inbox-tabs.nav-tabs.tab-size-bigger > li > a.btn-new-mail > .btn {
  padding: 10px !important;
  border-radius: 7px !important;
}

/* line 13506, lib/assets/stylesheets/ace.css */
.inbox-tabs.nav-tabs.tab-size-bigger > li.active > a.btn-new-mail {
  margin-top: 0 !important;
  top: 1px;
}

/* line 13510, lib/assets/stylesheets/ace.css */
.inbox-tabs.nav-tabs.tab-size-bigger > li.active > a.btn-new-mail > .btn:before {
  left: 50%;
  margin-left: -8px;
  border-width: 8px 10px;
}

@media only screen and (max-width: 479px) {
  /* line 13516, lib/assets/stylesheets/ace.css */
  .inbox-tabs > .li-new-mail {
    display: block;
    text-align: right;
    margin-bottom: 8px !important;
    float: none !important;
  }
  /* line 13522, lib/assets/stylesheets/ace.css */
  .inbox-tabs > .li-new-mail > .btn-new-mail {
    display: inline-block;
    width: auto;
  }
}

/* line 13527, lib/assets/stylesheets/ace.css */
.message-container {
  position: relative;
}

/* line 13530, lib/assets/stylesheets/ace.css */
.message-list {
  position: relative;
}

/* line 13533, lib/assets/stylesheets/ace.css */
.message-item {
  border: 1px solid #EAEDF1;
  border-bottom-width: 0;
  padding: 12px 12px 14px;
  line-height: 18px;
  position: relative;
  background-color: #FFF;
}

/* line 13541, lib/assets/stylesheets/ace.css */
.message-item:first-child {
  border-top-width: 0;
}

/* line 13544, lib/assets/stylesheets/ace.css */
.message-item:hover {
  border-color: #E2EAF2;
  background-color: #F2F6F9;
}

/* line 13548, lib/assets/stylesheets/ace.css */
.message-item:hover + .message-item {
  border-top-color: #E2EAF2;
}

/* line 13551, lib/assets/stylesheets/ace.css */
.message-item:hover + .message-item.selected {
  border-top-color: #FFF;
}

/* line 13554, lib/assets/stylesheets/ace.css */
.message-item.selected {
  background-color: #EFF4F7;
  border-color: #FFF #E2EAF2;
}

/* line 13558, lib/assets/stylesheets/ace.css */
.message-item.selected + .message-item {
  border-top-color: #FFF;
}

/* line 13561, lib/assets/stylesheets/ace.css */
.message-item.selected + .message-item:hover + .message-item {
  border-top-color: #FFF;
}

/* line 13564, lib/assets/stylesheets/ace.css */
.message-navbar input.ace + .lbl::before,
.message-item input.ace + .lbl::before {
  top: auto;
}

/* line 13568, lib/assets/stylesheets/ace.css */
.message-item .sender {
  margin: 0 6px 0 4px;
  vertical-align: middle;
  color: #467287;
  display: inline-block;
  width: 110px;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

/* line 13580, lib/assets/stylesheets/ace.css */
.message-item.message-unread .sender {
  color: #6A9CBA;
  font-weight: bold;
}

/* line 13584, lib/assets/stylesheets/ace.css */
.message-item .summary {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-left: 30px;
  max-width: 250px;
  max-width: calc(100% - 300px);
  min-width: 200px;
  white-space: nowrap;
}

/* line 13594, lib/assets/stylesheets/ace.css */
.message-item .summary .text {
  color: #555;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

/* line 13606, lib/assets/stylesheets/ace.css */
.message-item .summary .text:hover {
  text-decoration: underline;
}

/* line 13609, lib/assets/stylesheets/ace.css */
.message-item .summary .message-flags {
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 4px;
  height: 18px;
  white-space: nowrap;
}

/* line 13617, lib/assets/stylesheets/ace.css */
.message-item.message-unread .summary .text {
  color: #609FC4;
  font-weight: bold;
}

/* line 13621, lib/assets/stylesheets/ace.css */
.message-item .time {
  float: right;
  width: 60px;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}

/* line 13630, lib/assets/stylesheets/ace.css */
.message-item.message-unread .time {
  font-weight: bold;
  color: #609FC4;
}

/* line 13634, lib/assets/stylesheets/ace.css */
.message-item.message-unread .message-content .time {
  font-weight: normal;
}

/* line 13637, lib/assets/stylesheets/ace.css */
.message-item .attachment {
  color: #999;
  font-size: 18px;
  vertical-align: middle;
  float: right;
  margin: 0 12px;
  position: relative;
}

/* line 13645, lib/assets/stylesheets/ace.css */
.message-item.message-unread .attachment {
  color: #4F99C6;
}

/* line 13648, lib/assets/stylesheets/ace.css */
.message-content .time {
  font-weight: normal;
}

/* line 13651, lib/assets/stylesheets/ace.css */
.message-star {
  vertical-align: middle;
  margin: 2px 4px 0 6px;
  font-size: 15px;
  cursor: pointer;
}

/* line 13657, lib/assets/stylesheets/ace.css */
.message-star:hover {
  color: #feb902 !important;
  text-decoration: none;
}

/* line 13661, lib/assets/stylesheets/ace.css */
.mail-tag:empty {
  display: inline-block;
  width: 8px;
  height: 11px;
  padding: 0;
  line-height: normal;
  vertical-align: middle;
  margin: 0 1px 0 0;
}

/* line 13670, lib/assets/stylesheets/ace.css */
.badge.mail-tag {
  border-radius: 2px;
}

/* line 13673, lib/assets/stylesheets/ace.css */
.dropdown-menu > li > a > .mail-tag {
  vertical-align: inherit;
}

@media only screen and (max-width: 991px) {
  /* line 13677, lib/assets/stylesheets/ace.css */
  .message-item .summary {
    min-width: 0;
  }
  /* line 13680, lib/assets/stylesheets/ace.css */
  .message-item .sender {
    width: 100px;
  }
}

@media only screen and (max-width: 550px) {
  /* line 13685, lib/assets/stylesheets/ace.css */
  .message-item .summary {
    margin: 8px 0 0 32px;
    max-width: 95%;
    min-width: 0;
    display: block;
  }
  /* line 13691, lib/assets/stylesheets/ace.css */
  .message-item .sender {
    width: auto;
    max-width: 150px;
  }
  /* line 13695, lib/assets/stylesheets/ace.css */
  .message-item .summary .text {
    max-width: 95%;
  }
}

/* line 13699, lib/assets/stylesheets/ace.css */
.btn-message,
.btn-message:hover,
.btn-message:focus,
.btn-message:active,
.open .btn-message.dropdown-toggle {
  background-color: #FFF  !important;
  border: 1px solid #94B9CE !important;
  color: #7CA3BA !important;
  text-shadow: none !important;
}

/* line 13709, lib/assets/stylesheets/ace.css */
.message-content {
  padding: 16px 12px;
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02);
  background-color: rgba(255, 255, 255, 0.8);
  border-top-width: 0;
}

/* line 13717, lib/assets/stylesheets/ace.css */
.message-item .message-content {
  margin-top: 16px;
  border-top-width: 1px;
}

/* line 13721, lib/assets/stylesheets/ace.css */
.message-body {
  padding: 0 9px;
  color: #6A7177;
}

/* line 13725, lib/assets/stylesheets/ace.css */
.message-navbar {
  line-height: 24px;
  padding: 10px 12px;
  border: 1px solid #D6E1EA;
  border-color: #D6E1EA transparent;
  background-color: #F1F5FA;
  text-align: center;
  position: relative;
}

/* line 13734, lib/assets/stylesheets/ace.css */
.message-navbar .dropdown-toggle,
.message-content .dropdown-toggle {
  color: #777;
}

/* line 13738, lib/assets/stylesheets/ace.css */
.message-navbar .dropdown-toggle:hover,
.message-content .dropdown-toggle:hover,
.message-navbar .dropdown-toggle:focus,
.message-content .dropdown-toggle:focus {
  text-decoration: none;
  color: #2283C5;
}

/* line 13745, lib/assets/stylesheets/ace.css */
.message-bar {
  display: inline-block;
  min-height: 28px;
}

@media only screen and (max-width: 480px) {
  /* line 13750, lib/assets/stylesheets/ace.css */
  .message-bar {
    display: block;
    min-height: 60px;
  }
}

/* line 13755, lib/assets/stylesheets/ace.css */
.message-footer {
  background-color: #F1F1F1;
  padding: 12px 16px;
  border: 1px solid #E6E6E6;
  border-width: 1px 0;
  border-top: 1px solid #E4E9EE;
}

/* line 13762, lib/assets/stylesheets/ace.css */
.message-footer .pagination {
  margin: 0;
}

/* line 13765, lib/assets/stylesheets/ace.css */
.message-footer .pagination > li {
  margin: 0;
  padding: 0;
}

/* line 13769, lib/assets/stylesheets/ace.css */
.message-footer .pagination > li > a,
.message-footer .pagination > li > span {
  color: #777;
  padding: 3px 6px;
  margin-left: 1px;
  margin-right: 1px;
  background-color: transparent;
  border: 1px solid transparent;
}

/* line 13778, lib/assets/stylesheets/ace.css */
.message-footer .pagination > li.disabled > span {
  color: #BBBBBB;
  cursor: default;
  background-color: transparent;
  border-color: transparent;
}

/* line 13784, lib/assets/stylesheets/ace.css */
.message-footer .pagination > li > a:hover {
  border-color: #91bad6;
  color: #2283C5;
  text-decoration: none;
  background-color: #FFF;
}

/* line 13790, lib/assets/stylesheets/ace.css */
.message-footer input[type=text] {
  font-size: 12px;
  width: 34px;
  height: 24px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 3px;
  vertical-align: middle;
  text-align: center;
}

/* line 13800, lib/assets/stylesheets/ace.css */
.message-footer-style2 .pagination > li > a,
.message-footer-style2 .pagination > li > span {
  border: 1px solid #B5B5B5;
  border-radius: 100% !important;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  padding: 0;
}

/* line 13811, lib/assets/stylesheets/ace.css */
.message-footer-style2 .pagination > li > span,
.message-footer-style2 .pagination > li.disabled > span {
  border-color: #CCC;
}

/* line 13815, lib/assets/stylesheets/ace.css */
.message-footer-style2 .pagination > li > a:hover {
  border-color: #84AFC9;
  background-color: #F7F7F7;
}

/* line 13819, lib/assets/stylesheets/ace.css */
.message-item.message-inline-open {
  background-color: #F2F6F9;
  border: 1px solid #DDD;
  border-bottom-color: #CCC;
}

/* line 13824, lib/assets/stylesheets/ace.css */
.message-item.message-inline-open:first-child {
  border-top-color: #EEE;
}

/* line 13827, lib/assets/stylesheets/ace.css */
.message-item.message-inline-open:last-child {
  border-bottom-color: #DDD;
}

/* line 13830, lib/assets/stylesheets/ace.css */
.message-item.message-inline-open + .message-item {
  border-bottom-color: transparent;
}

/* line 13833, lib/assets/stylesheets/ace.css */
.message-loading-overlay {
  position: absolute;
  z-index: 14;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/* line 13843, lib/assets/stylesheets/ace.css */
.message-loading-overlay > .ace-icon {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 13850, lib/assets/stylesheets/ace.css */
.message-content .sender {
  color: #6A9CBA;
  font-weight: bold;
  width: auto;
  text-overflow: inherit;
  vertical-align: middle;
  margin: 0;
}

/* line 13858, lib/assets/stylesheets/ace.css */
.message-content .time {
  width: auto;
  text-overflow: inherit;
  white-space: normal;
  float: none;
  vertical-align: middle;
}

/* line 13865, lib/assets/stylesheets/ace.css */
ul.attachment-list {
  margin: 6px 0 4px 8px;
}

/* line 13868, lib/assets/stylesheets/ace.css */
ul.attachment-list > li {
  margin-bottom: 3px;
}

/* line 13871, lib/assets/stylesheets/ace.css */
.message-attachment {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 13875, lib/assets/stylesheets/ace.css */
.attached-file {
  color: #777;
  width: 200px;
  display: inline-block;
}

/* line 13880, lib/assets/stylesheets/ace.css */
.attached-file > .ace-icon {
  display: inline-block;
  width: 16px;
  margin-right: 2px;
  vertical-align: middle;
}

/* line 13886, lib/assets/stylesheets/ace.css */
.attached-file:hover {
  text-decoration: none;
  color: #438EB9;
}

/* line 13890, lib/assets/stylesheets/ace.css */
.attached-file:hover .attached-name {
  color: #2283C5;
}

/* line 13893, lib/assets/stylesheets/ace.css */
.attached-file .attached-name {
  display: inline-block;
  max-width: 175px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 13901, lib/assets/stylesheets/ace.css */
.messagebar-item-left,
.messagebar-item-right {
  position: absolute;
  bottom: 14px;
  left: 12px;
  text-align: left;
}

/* line 13908, lib/assets/stylesheets/ace.css */
.messagebar-item-right {
  right: 12px;
  left: auto;
}

/* line 13912, lib/assets/stylesheets/ace.css */
.message-navbar .nav-search {
  right: auto;
  left: 5px;
  top: auto;
  bottom: 11px;
}

/* line 13918, lib/assets/stylesheets/ace.css */
.message-navbar .messagebar-item-left ~ .nav-search {
  left: 60px;
}

/* line 13921, lib/assets/stylesheets/ace.css */
.message-form {
  border: 1px solid #ddd;
  border-top: none;
  padding-top: 22px;
}

@media only screen and (max-width: 480px) {
  /* line 13927, lib/assets/stylesheets/ace.css */
  .message-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* line 13932, lib/assets/stylesheets/ace.css */
.message-form .form-actions {
  margin-bottom: 0;
}

/* line 13935, lib/assets/stylesheets/ace.css */
.message-form .wysiwyg-editor {
  overflow: auto;
  min-height: 150px;
  max-height: 250px;
  height: auto;
}

/* line 13941, lib/assets/stylesheets/ace.css */
.btn-send-message {
  position: relative;
  top: 6px;
  vertical-align: middle;
}

/* line 13946, lib/assets/stylesheets/ace.css */
.btn-back-message-list {
  color: #777;
}

/* line 13949, lib/assets/stylesheets/ace.css */
.btn-back-message-list:hover {
  color: #478FCA;
  text-decoration: none;
}

/* line 13953, lib/assets/stylesheets/ace.css */
.message-condensed .message-item {
  padding-top: 8px;
  padding-bottom: 9px;
}

/* line 13957, lib/assets/stylesheets/ace.css */
.message-condensed .message-navbar,
.message-condensed .message-footer {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 13962, lib/assets/stylesheets/ace.css */
.message-condensed .messagebar-item-left,
.message-condensed .messagebar-item-right {
  bottom: 9px;
}

/* line 13966, lib/assets/stylesheets/ace.css */
.message-condensed .message-navbar .nav-search {
  bottom: 7px;
}

@media only screen and (max-width: 480px) {
  /* line 13970, lib/assets/stylesheets/ace.css */
  .message-condensed .message-bar {
    min-height: 42px;
  }
}

/* line 13974, lib/assets/stylesheets/ace.css */
.inbox-folders .btn-block {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  /* line 13978, lib/assets/stylesheets/ace.css */
  .inbox-folders.inbox-folders-responsive .btn-block {
    width: 24%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 13983, lib/assets/stylesheets/ace.css */
  .inbox-folders.inbox-folders-responsive .btn-block {
    width: 48%;
  }
}

@media only screen and (max-width: 320px) {
  /* line 13988, lib/assets/stylesheets/ace.css */
  .inbox-folders.inbox-folders-responsive .btn-block {
    width: 99%;
  }
}

/* line 13992, lib/assets/stylesheets/ace.css */
.inbox-folders .btn-lighter,
.inbox-folders .btn-lighter.active {
  background-color: #F4F4F4 !important;
  text-shadow: none !important;
  color: #7C8395 !important;
  border: 1px solid #FFF  !important;
  padding: 5px 11px;
}

/* line 14000, lib/assets/stylesheets/ace.css */
.inbox-folders .btn-lighter.active {
  background-color: #EDF2F8 !important;
  color: #53617C !important;
}

/* line 14004, lib/assets/stylesheets/ace.css */
.inbox-folders .btn-lighter:hover {
  background-color: #EFEFEF !important;
  color: #6092C4 !important;
}

/* line 14008, lib/assets/stylesheets/ace.css */
.inbox-folders .btn > .ace-icon:first-child {
  display: inline-block;
  width: 14px;
  text-align: left;
}

/* line 14013, lib/assets/stylesheets/ace.css */
.inbox-folders .btn-lighter + .btn-lighter {
  border-top-width: 0 !important;
}

/* line 14016, lib/assets/stylesheets/ace.css */
.inbox-folders .btn.active:before {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -1px;
  border-left: 3px solid #4F99C6;
}

/* line 14025, lib/assets/stylesheets/ace.css */
.inbox-folders .btn.active:after {
  display: none;
}

/* line 14028, lib/assets/stylesheets/ace.css */
.inbox-folders .btn .counter {
  border-radius: 3px;
  position: absolute;
  right: 8px;
  top: 8px;
  padding-left: 6px;
  padding-right: 6px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/* line 14038, lib/assets/stylesheets/ace.css */
.inbox-folders .btn:hover .badge {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 14042, lib/assets/stylesheets/ace.css */
.timeline-container {
  position: relative;
  padding-top: 4px;
  margin-bottom: 32px;
}

/* line 14047, lib/assets/stylesheets/ace.css */
.timeline-container:last-child {
  margin-bottom: 0;
}

/* line 14050, lib/assets/stylesheets/ace.css */
.timeline-container:before {
  /* the vertical line running through icons */
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  border: 1px solid #E2E3E7;
  background-color: #E7EAEF;
  width: 4px;
  border-width: 0 1px;
}

/* line 14063, lib/assets/stylesheets/ace.css */
.timeline-container:first-child:before {
  border-top-width: 1px;
}

/* line 14066, lib/assets/stylesheets/ace.css */
.timeline-container:last-child:before {
  border-bottom-width: 1px;
}

/* line 14069, lib/assets/stylesheets/ace.css */
.timeline-item {
  position: relative;
  margin-bottom: 8px;
}

/* line 14073, lib/assets/stylesheets/ace.css */
.timeline-item .widget-box {
  background-color: #F2F6F9;
  color: #595C66;
}

/* line 14077, lib/assets/stylesheets/ace.css */
.timeline-item .transparent.widget-box {
  border-left: 3px solid #DAE1E5;
}

/* line 14080, lib/assets/stylesheets/ace.css */
.timeline-item .transparent .widget-header {
  background-color: #ECF1F4;
  border-bottom-width: 0;
}

/* line 14084, lib/assets/stylesheets/ace.css */
.timeline-item .transparent .widget-header > .widget-title {
  margin-left: 8px;
}

/* line 14087, lib/assets/stylesheets/ace.css */
.timeline-item:nth-child(even) .widget-box {
  background-color: #F3F3F3;
  color: #616161;
}

/* line 14091, lib/assets/stylesheets/ace.css */
.timeline-item:nth-child(even) .widget-box.transparent {
  border-left-color: #DBDBDB !important;
}

/* line 14094, lib/assets/stylesheets/ace.css */
.timeline-item:nth-child(even) .widget-box.transparent .widget-header {
  background-color: #EEE !important;
}

/* line 14097, lib/assets/stylesheets/ace.css */
.timeline-item .widget-box {
  margin: 0;
  position: relative;
  max-width: none;
  margin-left: 60px;
}

/* line 14103, lib/assets/stylesheets/ace.css */
.timeline-item .widget-main {
  margin: 0;
  position: relative;
  max-width: none;
  border-bottom-width: 0;
}

/* line 14109, lib/assets/stylesheets/ace.css */
.timeline-item .widget-body {
  background-color: transparent;
}

/* line 14112, lib/assets/stylesheets/ace.css */
.timeline-item .widget-toolbox {
  padding: 4px 8px 0 !important;
  background-color: transparent !important;
  border-width: 0 !important;
  margin: 0 0px !important;
}

/* line 14118, lib/assets/stylesheets/ace.css */
.timeline-info {
  float: left;
  width: 60px;
  text-align: center;
  position: relative;
}

/* line 14124, lib/assets/stylesheets/ace.css */
.timeline-info img {
  border-radius: 100%;
  max-width: 42px;
}

/* line 14128, lib/assets/stylesheets/ace.css */
.timeline-info .label,
.timeline-info .badge {
  font-size: 12px;
}

/* line 14132, lib/assets/stylesheets/ace.css */
.timeline-container:not(.timeline-style2) .timeline-indicator {
  opacity: 1;
  border-radius: 100%;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 30px;
  width: 36px;
  text-align: center;
  text-shadow: none !important;
  padding: 0;
  cursor: default;
  border: 3px solid #FFF !important;
}

/* line 14146, lib/assets/stylesheets/ace.css */
.timeline-label {
  display: block;
  clear: both;
  margin: 0 0 18px;
  margin-left: 34px;
}

/* line 14152, lib/assets/stylesheets/ace.css */
.timeline-item img {
  border: 1px solid #AAA;
  padding: 2px;
  background-color: #FFF;
}

/* line 14157, lib/assets/stylesheets/ace.css */
.timeline-style2:before {
  display: none;
}

/* line 14160, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-item {
  padding-bottom: 22px;
  margin-bottom: 0;
}

/* line 14164, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-item:last-child {
  padding-bottom: 0;
}

/* line 14167, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 90px;
  top: 5px;
  bottom: -5px;
  border-width: 0;
  background-color: #DDD;
  width: 2px;
  max-width: 2px;
}

/* line 14179, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-item:last-child:before {
  display: none;
}

/* line 14182, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-item:first-child:before {
  display: block;
}

/* line 14185, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-item .transparent .widget-header {
  background-color: transparent !important;
}

/* line 14188, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-item .transparent.widget-box {
  background-color: transparent !important;
  border-left: none !important;
}

/* line 14192, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-info {
  width: 100px;
}

/* line 14195, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-indicator {
  font-size: 0;
  height: 12px;
  line-height: 12px;
  width: 12px;
  border-width: 1px !important;
  background-color: #FFFFFF !important;
  position: absolute;
  left: 85px;
  top: 3px;
  opacity: 1;
  border-radius: 100%;
  display: inline-block;
  padding: 0;
}

/* line 14210, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-date {
  display: inline-block;
  width: 72px;
  text-align: right;
  margin-right: 25px;
  color: #777;
}

/* line 14217, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-item .widget-box {
  margin-left: 112px;
}

/* line 14220, lib/assets/stylesheets/ace.css */
.timeline-style2 .timeline-label {
  width: 75px;
  text-align: center;
  margin-left: 0;
  margin-bottom: 10px;
  text-align: right;
  color: #666;
  font-size: 14px;
}

/* line 14229, lib/assets/stylesheets/ace.css */
.timeline-time {
  text-align: center;
  position: static;
}

/* line 14233, lib/assets/stylesheets/ace.css */
.dataTables_length select {
  width: 70px;
  height: 25px;
  padding: 2px 3px;
}

/* line 14238, lib/assets/stylesheets/ace.css */
.dataTables_length label {
  font-weight: normal;
}

/* line 14241, lib/assets/stylesheets/ace.css */
.dataTables_filter {
  text-align: right;
}

/* line 14244, lib/assets/stylesheets/ace.css */
.dataTables_filter input[type=text],
.dataTables_filter input[type=search] {
  width: 125px;
  height: 18px;
  line-height: 18px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px 6px;
}

/* line 14254, lib/assets/stylesheets/ace.css */
.dataTables_filter label {
  font-weight: normal;
}

/* line 14257, lib/assets/stylesheets/ace.css */
.dataTables_info {
  font-size: 14px;
}

/* line 14260, lib/assets/stylesheets/ace.css */
.dataTables_paginate {
  text-align: right;
}

/* line 14263, lib/assets/stylesheets/ace.css */
.dataTables_paginate .pagination {
  margin: 0 12px;
}

/* line 14266, lib/assets/stylesheets/ace.css */
.dataTables_wrapper label {
  display: inline-block;
  font-size: 13px;
}

/* line 14270, lib/assets/stylesheets/ace.css */
.dataTables_wrapper input[type=text],
.dataTables_wrapper input[type=search],
.dataTables_wrapper select {
  margin-bottom: 0 !important;
  margin: 0 4px;
}

/* line 14276, lib/assets/stylesheets/ace.css */
.dataTables_wrapper .row {
  margin: 0 !important;
}

/* line 14279, lib/assets/stylesheets/ace.css */
.dataTables_wrapper .row:first-child {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #EFF3F8;
}

/* line 14284, lib/assets/stylesheets/ace.css */
.dataTables_wrapper .row:first-child + .dataTable {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

/* line 14288, lib/assets/stylesheets/ace.css */
.dataTables_wrapper .row:last-child {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #EFF3F8;
}

/* line 14294, lib/assets/stylesheets/ace.css */
.dataTables_wrapper .dataTables_scroll + .row {
  border-top: 1px solid #e0e0e0;
}

/* line 14297, lib/assets/stylesheets/ace.css */
.dataTable {
  margin-bottom: 0;
}

/* line 14300, lib/assets/stylesheets/ace.css */
.dataTable > thead > tr > th[class*=sort] {
  cursor: pointer;
}

/* line 14303, lib/assets/stylesheets/ace.css */
.dataTable > thead > tr > th[class*=sort]:after {
  float: right;
  display: inline;
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}

/* line 14312, lib/assets/stylesheets/ace.css */
.dataTable > thead > tr > th[class*=sort]:hover {
  color: #547ea8;
}

/* line 14315, lib/assets/stylesheets/ace.css */
.dataTable > thead > tr > th[class*=sorting_] {
  color: #307ecc;
}

/* line 14318, lib/assets/stylesheets/ace.css */
.dataTable > thead > tr > th.sorting_desc,
.dataTable > thead > tr > th.sorting_asc {
  background-image: -webkit-linear-gradient(top, #eff3f8 0%, #e3e7ed 100%);
  background-image: -o-linear-gradient(top, #eff3f8 0%, #e3e7ed 100%);
  background-image: linear-gradient(to bottom, #eff3f8 0%, #e3e7ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}

/* line 14326, lib/assets/stylesheets/ace.css */
.dataTable > thead > tr > th.sorting_desc:after {
  content: "\f0dd";
  top: -6px;
  color: #307ecc;
}

/* line 14331, lib/assets/stylesheets/ace.css */
.dataTable > thead > tr > th.sorting_asc:after {
  content: "\f0de";
  top: 4px;
  color: #307ecc;
}

/* line 14336, lib/assets/stylesheets/ace.css */
.dataTable > thead > tr > th.sorting_disabled {
  cursor: inherit;
}

/* line 14339, lib/assets/stylesheets/ace.css */
.dataTable > thead > tr > th.sorting_disabled:after {
  display: none;
}

/* line 14342, lib/assets/stylesheets/ace.css */
.dataTables_scrollHead + .dataTables_scrollBody > .dataTable > thead > tr > th:after {
  display: none;
}

/* line 14345, lib/assets/stylesheets/ace.css */
.dataTables_scrollHeadInner {
  width: auto !important;
}

/* line 14348, lib/assets/stylesheets/ace.css */
.dataTables_scrollHeadInner > .dataTable > thead > tr > th {
  border-bottom-width: 0 !important;
}

/* line 14351, lib/assets/stylesheets/ace.css */
.dataTables_borderWrap .dataTables_scrollBody,
.dataTables_borderWrap .dataTables_scrollHead {
  border: 1px solid #dddddd !important;
  border-width: 0 1px !important;
}

/* line 14356, lib/assets/stylesheets/ace.css */
.dataTables_borderWrap .dataTables_scrollBody .table-bordered,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered {
  border-left-width: 0;
  border-right-width: 0;
}

/* line 14361, lib/assets/stylesheets/ace.css */
.dataTables_borderWrap .dataTables_scrollBody .table-bordered > thead > tr > th:first-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered > thead > tr > th:first-child,
.dataTables_borderWrap .dataTables_scrollBody .table-bordered > tbody > tr > td:first-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered > tbody > tr > td:first-child {
  border-left-width: 0;
}

/* line 14367, lib/assets/stylesheets/ace.css */
.dataTables_borderWrap .dataTables_scrollBody .table-bordered > thead > tr > th:last-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered > thead > tr > th:last-child,
.dataTables_borderWrap .dataTables_scrollBody .table-bordered > tbody > tr > td:last-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered > tbody > tr > td:last-child {
  border-right-width: 0;
}

/* line 14373, lib/assets/stylesheets/ace.css */
table.dataTable {
  clear: both;
  max-width: none !important;
}

/* line 14377, lib/assets/stylesheets/ace.css */
table.dataTable th:active {
  outline: none;
}

/* line 14380, lib/assets/stylesheets/ace.css */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 14385, lib/assets/stylesheets/ace.css */
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 14390, lib/assets/stylesheets/ace.css */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 14395, lib/assets/stylesheets/ace.css */
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

/* line 14399, lib/assets/stylesheets/ace.css */
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

/* line 14403, lib/assets/stylesheets/ace.css */
.DTTT_Print .main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 14407, lib/assets/stylesheets/ace.css */
.DTTT_Print .navbar-fixed-top + .main-container {
  padding-top: 0;
}

/* line 14410, lib/assets/stylesheets/ace.css */
.tableTools-container {
  margin-bottom: 8px;
}

/* line 14413, lib/assets/stylesheets/ace.css */
.tableTools-alert.gritter-item-wrapper {
  padding: 12px 11px 8px;
  z-index: 1999;
}

/* line 14417, lib/assets/stylesheets/ace.css */
ul.ColVis_collection {
  z-index: 2002;
}

/* line 14420, lib/assets/stylesheets/ace.css */
ul.ColVis_collection > li > a {
  padding: 0;
}

/* line 14423, lib/assets/stylesheets/ace.css */
ul.ColVis_collection > li > a:focus {
  outline: none;
}

/* line 14426, lib/assets/stylesheets/ace.css */
ul.ColVis_collection > li.ColVis_Special {
  border-top: 1px solid #DDD;
}

/* line 14429, lib/assets/stylesheets/ace.css */
ul.ColVis_collection > li.ColVis_Special > a {
  padding: 6px 11px 7px;
  text-align: center;
}

/* line 14433, lib/assets/stylesheets/ace.css */
ul.ColVis_collection label {
  margin: auto;
  padding: 6px 11px 7px;
  display: block;
  cursor: pointer;
}

/* line 14439, lib/assets/stylesheets/ace.css */
div.ColVis_catcher {
  position: absolute;
  z-index: 1101;
}

/* line 14443, lib/assets/stylesheets/ace.css */
div.ColVis_collectionBackground {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 1100;
}

/* line 14452, lib/assets/stylesheets/ace.css */
.fc-toolbar h2 {
  font-size: 22px;
  color: #65A0CE;
}

/* line 14456, lib/assets/stylesheets/ace.css */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #BCD4E5;
}

/* line 14465, lib/assets/stylesheets/ace.css */
.fc-unthemed .fc-today {
  background: #FFC;
}

/* line 14468, lib/assets/stylesheets/ace.css */
.fc-event {
  border-width: 0;
  color: #ffffff;
  padding: 1px 1px 2px 2px;
  border-radius: 0;
}

/* line 14474, lib/assets/stylesheets/ace.css */
.fc-event:not([class*="label-"]) {
  background-color: #abbac3;
}

/* line 14477, lib/assets/stylesheets/ace.css */
.fc-event.label-yellow {
  color: #996633;
}

/* line 14480, lib/assets/stylesheets/ace.css */
.fc-event.label-light {
  color: #888888;
}

/* line 14483, lib/assets/stylesheets/ace.css */
.label-yellow .fc-event {
  color: #996633;
}

/* line 14486, lib/assets/stylesheets/ace.css */
.label-light .fc-event {
  color: #888;
}

/* line 14489, lib/assets/stylesheets/ace.css */
[class*="label-"] > .fc-event,
[class*="label-"] > .fc-event > .fc-event-skin.fc-event-head {
  background-color: inherit;
}

/* line 14493, lib/assets/stylesheets/ace.css */
.fc-event.ui-draggable-dragging {
  cursor: move;
}

/* line 14496, lib/assets/stylesheets/ace.css */
.fc-event.fc-event-vert,
.fc-event-vert > .fc-event {
  padding: 0 0 1px;
}

/* line 14500, lib/assets/stylesheets/ace.css */
.fc-day-number {
  color: #2E6589;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 14505, lib/assets/stylesheets/ace.css */
.fc-widget-header,
.fc .fc-axis {
  background: #ECF2F7;
  color: #8090A0;
}

/* line 14510, lib/assets/stylesheets/ace.css */
.fc-event-hori,
.fc-event-vert {
  border-radius: 0 !important;
  border-color: transparent;
}

/* line 14515, lib/assets/stylesheets/ace.css */
.fc-event-vert .fc-event-content {
  padding-left: 1px;
  padding-right: 1px;
}

/* line 14519, lib/assets/stylesheets/ace.css */
.fc-event-vert .fc-event-time {
  padding: 0;
}

/* line 14522, lib/assets/stylesheets/ace.css */
.fc-state-default {
  border: none;
}

/* line 14525, lib/assets/stylesheets/ace.css */
.fc-state-default,
.fc-state-default .fc-button-inner {
  border: none;
  background-color: #abbac3;
  color: #FFF;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0 !important;
  margin-left: 2px;
}

/* line 14536, lib/assets/stylesheets/ace.css */
.fc-state-default .fc-button-effect {
  display: none;
}

/* line 14539, lib/assets/stylesheets/ace.css */
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
  opacity: 0.75;
  filter: alpha(opacity=75);
  color: #DDD;
}

/* line 14545, lib/assets/stylesheets/ace.css */
.fc-state-active,
.fc-state-active .fc-button-inner {
  border-color: #4F99C6;
  background-color: #6FB3E0;
}

/* line 14550, lib/assets/stylesheets/ace.css */
.fc-state-hover,
.fc-state-hover .fc-button-inner {
  background-color: #8B9AA3;
}

/* line 14554, lib/assets/stylesheets/ace.css */
.fc .fc-button-group > * {
  margin: 0 1px 0 0;
}

/* line 14557, lib/assets/stylesheets/ace.css */
.external-event {
  margin: 6px 0;
  padding: 0;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 28px;
  color: #ffffff;
}

/* line 14566, lib/assets/stylesheets/ace.css */
.external-event:not([class*="label-"]) {
  background-color: #abbac3;
}

/* line 14569, lib/assets/stylesheets/ace.css */
.external-event:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 14573, lib/assets/stylesheets/ace.css */
.external-event.ui-draggable-dragging {
  cursor: move;
}

/* line 14576, lib/assets/stylesheets/ace.css */
.external-event.label-yellow {
  color: #996633;
}

/* line 14579, lib/assets/stylesheets/ace.css */
.external-event.label-light {
  color: #888888;
}

/* line 14582, lib/assets/stylesheets/ace.css */
.external-event > .ace-icon:first-child {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  font-size: 15px;
  border-right: 1px solid #FFF;
}

/**
.widget-main {
	.fc {
		position:relative;
		top:-40px;
		
		> .fc-header {
			position:relative;
			z-index:10;
		}
		
		.fc-header-space {
			padding-left:2px;
		}
	}
	
	.fc-header-title > h2 {
		font-size: floor(@base-font-size * 1.4);
		line-height: 36px;
	}
	
	.fc-content {
		top:-14px;
		z-index:11;
	}
	
	.fc-button-content {
		height:37px;
		line-height:36px;
	}
	
}
*/
@media only screen and (max-width: 480px) {
  /* line 14626, lib/assets/stylesheets/ace.css */
  .fc-header td {
    display: block;
    width: auto;
    text-align: left;
  }
}

/* line 14632, lib/assets/stylesheets/ace.css */
.chosen-container + .help-inline {
  vertical-align: middle;
}

/**
.chosen-select {
  display: inline !important; //for validation plugin to work it must be displayed
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-width: 0;
}
*/
/* line 14647, lib/assets/stylesheets/ace.css */
.chosen-container,
[class*="chosen-container"] {
  vertical-align: middle;
}

/* line 14651, lib/assets/stylesheets/ace.css */
.chosen-container > .chosen-single,
[class*="chosen-container"] > .chosen-single {
  line-height: 28px;
  height: 32px;
  box-shadow: none;
  background: #FAFAFA;
}

/* line 14658, lib/assets/stylesheets/ace.css */
.chosen-choices {
  box-shadow: none !important;
}

/* line 14661, lib/assets/stylesheets/ace.css */
.chosen-container-single .chosen-single abbr {
  background: none;
}

/* line 14664, lib/assets/stylesheets/ace.css */
.chosen-container-single .chosen-single abbr:after {
  content: "\f00d";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: -7px;
}

/* line 14674, lib/assets/stylesheets/ace.css */
.chosen-container-single .chosen-single abbr:hover:after {
  color: #464646;
}

/* line 14677, lib/assets/stylesheets/ace.css */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover:after {
  color: #464646;
}

/* line 14680, lib/assets/stylesheets/ace.css */
.chosen-single div b {
  background: none !important;
}

/* line 14683, lib/assets/stylesheets/ace.css */
.chosen-single div b:before {
  content: "\f0d7";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 1px;
}

/* line 14693, lib/assets/stylesheets/ace.css */
.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\f0d8";
}

/* line 14696, lib/assets/stylesheets/ace.css */
.chosen-container-single .chosen-search {
  position: relative;
}

/* line 14699, lib/assets/stylesheets/ace.css */
.chosen-container-single .chosen-search input[type="text"] {
  background: none;
  border-radius: 0;
  line-height: 28px;
  height: 28px;
}

/* line 14705, lib/assets/stylesheets/ace.css */
.chosen-container-single .chosen-search:after {
  content: "\f002";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 12px;
}

/* line 14715, lib/assets/stylesheets/ace.css */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 25px;
}

/* line 14718, lib/assets/stylesheets/ace.css */
.chosen-container-multi .chosen-choices li.search-choice {
  line-height: 16px;
  padding-bottom: 4px;
}

/* line 14722, lib/assets/stylesheets/ace.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none;
}

/* line 14725, lib/assets/stylesheets/ace.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\f00d";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 13px;
  position: absolute;
  right: 2px;
  top: -1px;
}

/* line 14735, lib/assets/stylesheets/ace.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  text-decoration: none;
}

/* line 14738, lib/assets/stylesheets/ace.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #464646;
}

/* line 14741, lib/assets/stylesheets/ace.css */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close:before {
  color: #464646;
}

/* line 14744, lib/assets/stylesheets/ace.css */
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
  background: none;
}

/* line 14748, lib/assets/stylesheets/ace.css */
.chosen-container .chosen-results-scroll-down span:before,
.chosen-container .chosen-results-scroll-up span:before {
  content: "\f0d7";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 1px;
}

/* line 14759, lib/assets/stylesheets/ace.css */
.chosen-container .chosen-results-scroll-up span:before {
  content: "\f0d8";
}

/* line 14762, lib/assets/stylesheets/ace.css */
.chosen-container-active .chosen-single-with-drop div b:before {
  content: "\f0d8";
}

/* line 14765, lib/assets/stylesheets/ace.css */
.chosen-rtl .chosen-search input[type="text"] {
  background: none;
}

/* line 14768, lib/assets/stylesheets/ace.css */
.chosen-rtl .chosen-search:after {
  content: "";
  display: none;
}

/* line 14772, lib/assets/stylesheets/ace.css */
.chosen-rtl .chosen-search:before {
  content: "\f002";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 9px;
  left: 12px;
}

/** chosen - etc */
/* line 14783, lib/assets/stylesheets/ace.css */
.chosen-container-single .chosen-single {
  border-radius: 0;
}

/* line 14786, lib/assets/stylesheets/ace.css */
.chosen-container .chosen-results li.highlighted {
  background: #316AC5;
  color: #FFF;
}

/* line 14790, lib/assets/stylesheets/ace.css */
.chosen-container-single .chosen-drop {
  border-radius: 0;
  border-bottom: 3px solid #4492C9;
  border-color: #4492C9;
}

/* line 14795, lib/assets/stylesheets/ace.css */
.chosen-single.chosen-single-with-drop,
.chosen-container-active .chosen-single {
  border-color: #4492C9;
}

/* line 14799, lib/assets/stylesheets/ace.css */
.form-group.has-error .chosen-single {
  border-color: #f2a696 !important;
}

/* line 14802, lib/assets/stylesheets/ace.css */
.form-group.has-info .chosen-single {
  border-color: #72aec2 !important;
}

/* line 14805, lib/assets/stylesheets/ace.css */
.form-group.has-warning .chosen-single {
  border-color: #e3c94c !important;
}

/* line 14808, lib/assets/stylesheets/ace.css */
.form-group.has-success .chosen-single {
  border-color: #9cc573 !important;
}

/* line 14811, lib/assets/stylesheets/ace.css */
.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #4492C9;
}

/* line 14814, lib/assets/stylesheets/ace.css */
.chosen-container .chosen-drop {
  display: none;
}

/* line 14817, lib/assets/stylesheets/ace.css */
.chosen-container.chosen-with-drop .chosen-drop {
  left: auto;
  right: auto;
  display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 14823, lib/assets/stylesheets/ace.css */
  .chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
  }
}

/* line 14835, lib/assets/stylesheets/ace.css */
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  background-color: #91b8d0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 6px 22px 7px 9px;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease 0s;
  vertical-align: baseline;
  white-space: nowrap;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 14855, lib/assets/stylesheets/ace.css */
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 18px;
  height: auto;
  line-height: 25px;
  text-align: center;
}

/* line 14865, lib/assets/stylesheets/ace.css */
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  color: #FFF;
  position: static;
  font-size: 11px;
}

/* line 14870, lib/assets/stylesheets/ace.css */
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 14873, lib/assets/stylesheets/ace.css */
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #FFF;
}

/* line 14876, lib/assets/stylesheets/ace.css */
.tag-input-style + .chosen-container-multi.chosen-rtl .chosen-choices li.search-choice {
  padding: 6px 9px 7px 22px;
  margin-left: 0;
  margin-right: 3px !important;
}

/* line 14881, lib/assets/stylesheets/ace.css */
.tag-input-style + .chosen-container-multi.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 0;
}

/* line 14885, lib/assets/stylesheets/ace.css */
.select2-container .select2-choice {
  border-radius: 0;
  height: 32px;
  line-height: 28px;
}

/* line 14890, lib/assets/stylesheets/ace.css */
.select2-container.select2-drop-above .select2-choice {
  border-radius: 0;
}

/* line 14893, lib/assets/stylesheets/ace.css */
.select2-container[class*="input-"] {
  max-width: none;
}

/* line 14896, lib/assets/stylesheets/ace.css */
.select2-container.input-mini {
  min-width: 100px;
}

/* line 14899, lib/assets/stylesheets/ace.css */
.select2-container .select2-choice abbr,
.select2-search-choice-close {
  background: none;
}

/* line 14903, lib/assets/stylesheets/ace.css */
.select2-container .select2-choice abbr:before,
.select2-search-choice-close:before {
  font-family: FontAwesome;
  font-size: 12px;
  display: inline;
  content: "\f00d";
  color: #888;
  position: relative;
  top: -1px;
}

/* line 14913, lib/assets/stylesheets/ace.css */
.select2-container .select2-choice abbr:hover:before,
.select2-search-choice-close:hover:before {
  color: #555;
}

/* line 14917, lib/assets/stylesheets/ace.css */
.select2-container .select2-choice abbr:before {
  top: -7px;
}

/* line 14920, lib/assets/stylesheets/ace.css */
.select2-search-choice-close:hover {
  text-decoration: none !important;
}

/* line 14923, lib/assets/stylesheets/ace.css */
.select2-drop {
  border-radius: 0;
  border: 1px solid #4492C9;
  border-width: 0 1px 3px;
}

/* line 14928, lib/assets/stylesheets/ace.css */
.select2-drop.select2-drop-above {
  border-radius: 0;
}

/* line 14931, lib/assets/stylesheets/ace.css */
.select2-container .select2-choice {
  background: #FAFAFA none;
}

/* line 14934, lib/assets/stylesheets/ace.css */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #4492C9;
}

/* line 14941, lib/assets/stylesheets/ace.css */
.select2-results .select2-highlighted {
  background: #316AC5;
}

/* line 14944, lib/assets/stylesheets/ace.css */
.select2-container .select2-choice .select2-arrow {
  border-radius: 0;
  background: transparent none;
  border: none;
}

/* line 14949, lib/assets/stylesheets/ace.css */
.select2-container .select2-choice .select2-arrow b {
  background: none;
}

/* line 14952, lib/assets/stylesheets/ace.css */
.select2-container .select2-choice .select2-arrow b:before {
  font-family: FontAwesome;
  font-size: 12px;
  display: inline;
  content: "\f0d7";
  color: #888;
  position: relative;
  left: 5px;
}

/* line 14961, lib/assets/stylesheets/ace.css */
.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\f0d8";
}

/* line 14964, lib/assets/stylesheets/ace.css */
.select2-search .select2-input {
  background: #fff none;
  margin-top: 4px;
}

/* line 14968, lib/assets/stylesheets/ace.css */
.select2-search:after {
  font-family: FontAwesome;
  font-size: 14px;
  display: inline;
  content: "\f002";
  color: #777;
  position: relative;
  top: 0;
  left: -20px;
  z-index: 0;
}

/* line 14979, lib/assets/stylesheets/ace.css */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
  background-color: #F6F6F6;
}

/* line 14984, lib/assets/stylesheets/ace.css */
.select2-container-multi .select2-choices .select2-search-field input {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
  font-size: 14px;
}

/* line 14991, lib/assets/stylesheets/ace.css */
.select2-container-multi .select2-choices .select2-search-choice {
  line-height: 16px;
  padding-bottom: 4px;
}

/* line 14995, lib/assets/stylesheets/ace.css */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 15003, lib/assets/stylesheets/ace.css */
.select2-search input.select2-active {
  background-color: #FFF;
  position: relative;
  z-index: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* line 15009, lib/assets/stylesheets/ace.css */
  .select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice div b {
    background-image: none !important;
    background-size: auto !important;
  }
  /* line 15016, lib/assets/stylesheets/ace.css */
  .select2-search input {
    background-position: auto !important;
  }
}

/* line 15020, lib/assets/stylesheets/ace.css */
.select2-container-active.select2-dropdown-open .select2-choice {
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}

/* line 15027, lib/assets/stylesheets/ace.css */
.select2-container-active.select2-drop-above .select2-choice {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}

/* line 15034, lib/assets/stylesheets/ace.css */
.form-group.has-error .select2-choice,
.form-group.has-error .select2-choices {
  border-color: #f2a696 !important;
}

/* line 15038, lib/assets/stylesheets/ace.css */
.form-group.has-info .select2-choice,
.form-group.has-info .select2-choices {
  border-color: #72aec2 !important;
}

/* line 15042, lib/assets/stylesheets/ace.css */
.form-group.has-warning .select2-choice,
.form-group.has-warning .select2-choices {
  border-color: #e3c94c !important;
}

/* line 15046, lib/assets/stylesheets/ace.css */
.form-group.has-success .select2-choice,
.form-group.has-success .select2-choices {
  border-color: #9cc573 !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* line 15051, lib/assets/stylesheets/ace.css */
  .select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
  }
  /* line 15059, lib/assets/stylesheets/ace.css */
  .select2-search input {
    background-position: auto !important;
  }
}

/* line 15063, lib/assets/stylesheets/ace.css */
.select2-container-multi.tag-input-style .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #91b8d0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-right: 0;
  padding: 6px 22px 7px 9px;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease 0s;
  vertical-align: baseline;
  white-space: nowrap;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 15083, lib/assets/stylesheets/ace.css */
.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 18px;
  height: auto;
  line-height: 25px;
  text-align: center;
}

/* line 15094, lib/assets/stylesheets/ace.css */
.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:before {
  color: #FFF;
  position: static;
  font-size: 11px;
}

/* line 15099, lib/assets/stylesheets/ace.css */
.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 15102, lib/assets/stylesheets/ace.css */
.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:hover:before {
  color: #FFF;
}

/* line 15105, lib/assets/stylesheets/ace.css */
#colorbox:focus,
#colorbox:active {
  outline: none;
}

/* line 15109, lib/assets/stylesheets/ace.css */
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  background: none !important;
  opacity: 0;
}

/* line 15120, lib/assets/stylesheets/ace.css */
#cboxContent {
  border: 12px solid #000;
  background-color: #FFF;
  padding: 7px;
}

/* line 15125, lib/assets/stylesheets/ace.css */
#cboxOverlay {
  background: rgba(0, 0, 0, 0.95);
  background: #000;
}

/* line 15129, lib/assets/stylesheets/ace.css */
#cboxCurrent {
  left: 64px;
  margin-bottom: 4px;
  font-size: 14px;
}

/* line 15134, lib/assets/stylesheets/ace.css */
#cboxTitle {
  margin-bottom: 4px;
  font-size: 14px;
  color: #777;
}

/* line 15139, lib/assets/stylesheets/ace.css */
#cboxNext,
#cboxPrevious,
#cboxClose {
  background: none;
  text-indent: 0;
  width: 26px;
  height: 26px;
  line-height: 22px;
  padding: 0 4px;
  text-align: center;
  border: 2px solid #999;
  border-radius: 16px;
  color: #666;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 5px;
}

/* line 15156, lib/assets/stylesheets/ace.css */
#cboxNext:hover,
#cboxPrevious:hover {
  color: #333;
  border-color: #666;
}

/* line 15161, lib/assets/stylesheets/ace.css */
#cboxContent {
  overflow: visible;
}

/* line 15164, lib/assets/stylesheets/ace.css */
#cboxClose {
  background-color: #000;
  border: 2px solid #FFF;
  border-radius: 32px;
  color: #FFF;
  font-size: 21px;
  height: 28px;
  width: 28px;
  padding-bottom: 2px;
  margin-left: 0;
  right: -14px;
  top: -14px;
}

/* line 15177, lib/assets/stylesheets/ace.css */
#cboxLoadingOverlay {
  background: none !important;
}

/* line 15180, lib/assets/stylesheets/ace.css */
#cboxLoadingGraphic {
  background: #FFF none !important;
  text-align: center;
}

/* line 15184, lib/assets/stylesheets/ace.css */
#cboxLoadingGraphic > .ace-icon {
  display: inline-block;
  background-color: #FFF;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  position: relative;
  top: 48%;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #FE7E3E;
}

/* line 15197, lib/assets/stylesheets/ace.css */
.ace-spinner {
  display: inline-block;
}

/* line 15200, lib/assets/stylesheets/ace.css */
.ace-spinner .spinbox-buttons.btn-group-vertical {
  min-width: 18px;
}

/* line 15203, lib/assets/stylesheets/ace.css */
.ace-spinner .spinbox-buttons.btn-group-vertical > .btn {
  font-size: 10px;
  padding: 0;
  width: 22px;
  height: 16px;
  line-height: 8px;
  margin-left: 0;
}

/* line 15211, lib/assets/stylesheets/ace.css */
.ace-spinner .spinbox-buttons.btn-group-vertical > .btn:first-child {
  margin-top: 0;
}

/* line 15214, lib/assets/stylesheets/ace.css */
.ace-spinner .spinbox-buttons.btn-group-vertical > .btn > .ace-icon {
  margin: 0;
  padding: 0;
}

/* line 15218, lib/assets/stylesheets/ace.css */
.ace-spinner .spinbox-buttons.btn-group-vertical > .btn + .btn {
  margin-top: 2px;
}

/* line 15221, lib/assets/stylesheets/ace.css */
.ace-spinner .spinbox-buttons.btn-group-vertical > .btn-xs, .ace-spinner .btn-group-xs.spinbox-buttons.btn-group-vertical > .btn {
  height: 14px;
  line-height: 7px;
}

/* line 15225, lib/assets/stylesheets/ace.css */
.ace-spinner .spinbox-buttons.btn-group-vertical > .btn-lg, .ace-spinner .btn-group-lg.spinbox-buttons.btn-group-vertical > .btn {
  height: 22px;
  line-height: 10px;
  width: 22px;
}

/* line 15230, lib/assets/stylesheets/ace.css */
.ace-spinner .spinbox-buttons > button.btn.spinbox-up:active {
  top: -1px;
}

/* line 15233, lib/assets/stylesheets/ace.css */
.ace-spinner:not(.touch-spinner) .spinbox-buttons > .btn > .ace-icon {
  margin-top: -1px;
}

/* line 15236, lib/assets/stylesheets/ace.css */
.ace-spinner.touch-spinner .spinbox-buttons {
  margin: 0;
  font-size: 0;
}

/* line 15240, lib/assets/stylesheets/ace.css */
.ace-spinner.touch-spinner .spinbox-buttons .btn-sm, .ace-spinner.touch-spinner .spinbox-buttons .btn-group-sm > .btn {
  width: 32px;
}

/* line 15243, lib/assets/stylesheets/ace.css */
.ace-spinner.touch-spinner .spinbox-buttons .btn-xs, .ace-spinner.touch-spinner .spinbox-buttons .btn-group-xs > .btn {
  width: 24px;
}

/* line 15246, lib/assets/stylesheets/ace.css */
.ace-spinner.touch-spinner .spinbox-buttons .btn-lg, .ace-spinner.touch-spinner .spinbox-buttons .btn-group-lg > .btn {
  width: 40px;
}

/* line 15249, lib/assets/stylesheets/ace.css */
.ace-spinner.touch-spinner .spinbox-buttons > .btn {
  margin: 0 1px !important;
}

/* line 15252, lib/assets/stylesheets/ace.css */
.ace-spinner.touch-spinner .spinbox-buttons > .btn-xs, .ace-spinner.touch-spinner .btn-group-xs.spinbox-buttons > .btn {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 15256, lib/assets/stylesheets/ace.css */
.ace-spinner.touch-spinner .spinbox-buttons > .btn > .ace-icon {
  vertical-align: middle;
  display: inline-block;
}

/* line 15260, lib/assets/stylesheets/ace.css */
.steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

/* line 15268, lib/assets/stylesheets/ace.css */
.steps li {
  display: table-cell;
  text-align: center;
  width: 1%;
}

/* line 15273, lib/assets/stylesheets/ace.css */
.steps li .step {
  border: 5px solid #ced1d6;
  color: #546474;
  font-size: 15px;
  border-radius: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}

/* line 15287, lib/assets/stylesheets/ace.css */
.steps li:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #CED1D6;
  position: relative;
  top: 21px;
  z-index: 1;
}

/* line 15299, lib/assets/stylesheets/ace.css */
.steps li.last-child:before {
  max-width: 50%;
  width: 50%;
}

/* line 15303, lib/assets/stylesheets/ace.css */
.steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}

/* line 15307, lib/assets/stylesheets/ace.css */
.steps li:first-child:before {
  max-width: 51%;
  left: 50%;
}

/* line 15311, lib/assets/stylesheets/ace.css */
.steps li.active:before,
.steps li.complete:before,
.steps li.active .step,
.steps li.complete .step {
  border-color: #5293c4;
}

/* line 15317, lib/assets/stylesheets/ace.css */
.steps li.complete .step {
  cursor: default;
  color: #FFF;
  -webkit-transition: transform ease 0.1s;
  -o-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
}

/* line 15324, lib/assets/stylesheets/ace.css */
.steps li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  content: "\f00c";
  background-color: #FFF;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 17px;
  color: #87ba21;
}

/* line 15341, lib/assets/stylesheets/ace.css */
.steps li.complete:hover .step {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #80afd4;
}

/* line 15349, lib/assets/stylesheets/ace.css */
.steps li.complete:hover:before {
  border-color: #80afd4;
}

/* line 15352, lib/assets/stylesheets/ace.css */
.steps li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #949ea7;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}

/* line 15363, lib/assets/stylesheets/ace.css */
.steps li.complete .title,
.steps li.active .title {
  color: #2b3d53;
}

/* line 15367, lib/assets/stylesheets/ace.css */
.step-content {
  position: relative;
}

/* line 15370, lib/assets/stylesheets/ace.css */
.step-content .step-pane {
  display: none;
  min-height: 200px;
  padding: 4px 8px 12px;
}

/* line 15375, lib/assets/stylesheets/ace.css */
.step-content .step-pane.active {
  display: block;
}

/* line 15378, lib/assets/stylesheets/ace.css */
.wizard-actions {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  /* line 15382, lib/assets/stylesheets/ace.css */
  .steps li .step {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-width: 3px;
  }
  /* line 15388, lib/assets/stylesheets/ace.css */
  .steps li:before,
.steps li:after {
    border-width: 3px;
  }
  /* line 15392, lib/assets/stylesheets/ace.css */
  .steps li.complete .step:before {
    line-height: 24px;
    font-size: 13px;
  }
  /* line 15396, lib/assets/stylesheets/ace.css */
  .steps li:before {
    top: 16px;
  }
  /* line 15399, lib/assets/stylesheets/ace.css */
  .step-content .step-pane {
    padding: 4px 4px 6px;
    min-height: 150px;
  }
}

/* line 15404, lib/assets/stylesheets/ace.css */
.tree {
  margin: auto;
  padding: 0 0 0 9px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

/* line 15411, lib/assets/stylesheets/ace.css */
.tree:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -20px;
  bottom: 16px;
  left: 0;
  z-index: 1;
  border: 1px dotted #67b2dd;
  border-width: 0 0 0 1px;
}

/* line 15422, lib/assets/stylesheets/ace.css */
.tree .tree-branch-name,
.tree .tree-item-name {
  cursor: pointer;
}

/* line 15426, lib/assets/stylesheets/ace.css */
.tree .tree-branch {
  width: auto;
  min-height: 20px;
  cursor: pointer;
}

/* line 15431, lib/assets/stylesheets/ace.css */
.tree .tree-branch .tree-branch-header {
  position: relative;
  height: 20px;
  line-height: 20px;
}

/* line 15436, lib/assets/stylesheets/ace.css */
.tree .tree-branch .tree-branch-header:hover {
  background-color: #F0F7FC;
}

/* line 15439, lib/assets/stylesheets/ace.css */
.tree .tree-branch .tree-branch-header .tree-branch-name,
.tree .tree-item .tree-item-name {
  display: inline;
  z-index: 2;
}

/* line 15444, lib/assets/stylesheets/ace.css */
.tree .tree-branch .tree-branch-header > .tree-branch-name > .ace-icon:first-child,
.tree .tree-item > .tree-item-name > .ace-icon:first-child {
  display: inline-block;
  position: relative;
  z-index: 2;
  top: -1px;
}

/* line 15451, lib/assets/stylesheets/ace.css */
.tree .tree-branch > .tree-branch-header > .tree-branch-name > .tree-label {
  margin-left: 2px;
}

/* line 15454, lib/assets/stylesheets/ace.css */
.tree .tree-branch > .tree-branch-header > .tree-branch-name > .ace-icon:first-child {
  margin: -2px 0 0 -2px;
}

/* line 15457, lib/assets/stylesheets/ace.css */
.tree .tree-branch:last-child:after {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  bottom: 0;
  left: -15px;
  border-left: 1px solid #FFF;
}

/* line 15467, lib/assets/stylesheets/ace.css */
.tree .tree-branch .tree-branch-children {
  margin: 0 0 0 23px;
  padding: 0;
  position: relative;
}

/* line 15472, lib/assets/stylesheets/ace.css */
.tree .tree-branch .tree-branch-children:before {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 1;
  top: -14px;
  bottom: 16px;
  left: -14px;
  border: 1px dotted #67b2dd;
  border-width: 0 0 0 1px;
}

/* line 15483, lib/assets/stylesheets/ace.css */
.tree .tree-item {
  position: relative;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

/* line 15489, lib/assets/stylesheets/ace.css */
.tree .tree-item:hover {
  background-color: #F0F7FC;
}

/* line 15492, lib/assets/stylesheets/ace.css */
.tree .tree-item > .tree-item-name > .ace-icon:first-child {
  margin-right: 3px;
}

/* line 15495, lib/assets/stylesheets/ace.css */
.tree .tree-item > .tree-item-name > .tree-label > .ace-icon:first-child {
  margin-left: 3px;
  margin-right: 3px;
}

/* line 15499, lib/assets/stylesheets/ace.css */
.tree .tree-item > .ace-icon:first-child {
  margin-top: -1px;
}

/* line 15502, lib/assets/stylesheets/ace.css */
.tree .tree-branch,
.tree .tree-item {
  position: relative;
  list-style: none;
}

/* line 15507, lib/assets/stylesheets/ace.css */
.tree .tree-branch:before,
.tree .tree-item:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 14px;
  left: -13px;
  width: 18px;
  height: 0;
  border-top: 1px dotted #67b2dd;
  z-index: 1;
}

/* line 15519, lib/assets/stylesheets/ace.css */
.tree .tree-selected {
  background-color: rgba(98, 168, 209, 0.1);
  color: #6398B0;
}

/* line 15523, lib/assets/stylesheets/ace.css */
.tree .tree-selected:hover {
  background-color: rgba(98, 168, 209, 0.1);
}

/* line 15526, lib/assets/stylesheets/ace.css */
.tree .tree-item,
.tree .tree-branch {
  border: 1px solid #FFF;
}

/* line 15530, lib/assets/stylesheets/ace.css */
.tree .tree-branch .tree-branch-header {
  border-radius: 0;
}

/* line 15533, lib/assets/stylesheets/ace.css */
.tree .tree-item,
.tree .tree-branch .tree-branch-header {
  margin: 0;
  padding: 5px;
  color: #4D6878;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 15542, lib/assets/stylesheets/ace.css */
.tree .tree-item > .tree-item-name > .ace-icon:first-child {
  color: #F9E8CE;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #FAFAFA;
  border: 1px solid #CCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 15557, lib/assets/stylesheets/ace.css */
.tree .tree-selected > .tree-item-name > .ace-icon:first-child {
  background-color: #F9A021;
  border-color: #F9A021;
  color: #FFF;
}

/* line 15562, lib/assets/stylesheets/ace.css */
.tree .tree-plus.ace-icon:first-child,
.tree .tree-minus.ace-icon:first-child {
  display: inline-block;
  font-style: normal;
  border: 1px solid #DDD;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  border: 1px solid #8BAEBF;
  line-height: 10px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}

/* line 15580, lib/assets/stylesheets/ace.css */
.tree .tree-plus.ace-icon:first-child:before,
.tree .tree-minus.ace-icon:first-child:before {
  content: "";
  display: block;
  width: 7px;
  height: 0;
  border-top: 1px solid #4D6878;
  position: absolute;
  top: 5px;
  left: 2px;
}

/* line 15591, lib/assets/stylesheets/ace.css */
.tree .tree-plus.ace-icon:first-child:after {
  content: "";
  display: block;
  height: 7px;
  width: 0;
  border-left: 1px solid #4D6878;
  position: absolute;
  top: 2px;
  left: 5px;
}

/* line 15601, lib/assets/stylesheets/ace.css */
.tree .tree-unselectable .tree-item > .tree-item-name > .tree-label > .ace-icon:first-child {
  color: #5084A0;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 10px;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/* line 15613, lib/assets/stylesheets/ace.css */
.tree .ace-icon[class*="-down"] {
  transform: rotate(-45deg);
}

/* line 15616, lib/assets/stylesheets/ace.css */
.tree .ace-icon[class*="-download"] {
  transform: none;
}

/* line 15619, lib/assets/stylesheets/ace.css */
.tree .fa-spin {
  height: auto;
}

/* line 15622, lib/assets/stylesheets/ace.css */
.tree .tree-loading {
  margin-left: 36px;
}

/* line 15625, lib/assets/stylesheets/ace.css */
.tree img {
  display: inline;
  veritcal-align: middle;
}

/* line 15629, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper {
  background-image: none !important;
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  background: rgba(50, 50, 50, 0.92);
}

/* line 15634, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-info {
  background: rgba(49, 81, 133, 0.92);
}

/* line 15637, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-error {
  background: rgba(153, 40, 18, 0.92);
}

/* line 15640, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-success {
  background: rgba(89, 131, 75, 0.92);
}

/* line 15643, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-warning {
  background: rgba(190, 112, 31, 0.92);
}

/* line 15646, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-light {
  background: rgba(245, 245, 245, 0.95);
  border: 1px solid #BBB;
}

/* line 15650, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-light.gritter-info {
  background: rgba(232, 242, 255, 0.95);
}

/* line 15653, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-light.gritter-info .gritter-item {
  color: #4A577D;
}

/* line 15656, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-light.gritter-error {
  background: rgba(255, 235, 235, 0.95);
}

/* line 15659, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-light.gritter-error .gritter-item {
  color: #894A38;
}

/* line 15662, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-light.gritter-success {
  background: rgba(239, 250, 227, 0.95);
}

/* line 15665, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-light.gritter-success .gritter-item {
  color: #416131;
}

/* line 15668, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-light.gritter-warning {
  background: rgba(252, 248, 227, 0.95);
}

/* line 15671, lib/assets/stylesheets/ace.css */
.gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
  color: #946446;
}

/* line 15674, lib/assets/stylesheets/ace.css */
.gritter-item p {
  line-height: 1.8;
}

/* line 15677, lib/assets/stylesheets/ace.css */
.gritter-top,
.gritter-bottom,
.gritter-item {
  background-image: none;
}

/* line 15682, lib/assets/stylesheets/ace.css */
.gritter-close {
  left: auto;
  right: 3px;
  background-image: none;
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 16px;
  color: #E17B67;
}

/* line 15694, lib/assets/stylesheets/ace.css */
.gritter-close:before {
  font-family: FontAwesome;
  font-size: 16px;
  content: "\f00d";
}

/* line 15699, lib/assets/stylesheets/ace.css */
.gritter-info .gritter-close {
  color: #FFA500;
}

/* line 15702, lib/assets/stylesheets/ace.css */
.gritter-error .gritter-close,
.gritter-success .gritter-close,
.gritter-warning .gritter-close {
  color: #FFEA07;
}

/* line 15707, lib/assets/stylesheets/ace.css */
.gritter-close:hover {
  color: #FFF !important;
}

/* line 15710, lib/assets/stylesheets/ace.css */
.gritter-title {
  text-shadow: none;
}

/* line 15713, lib/assets/stylesheets/ace.css */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
  background-image: none;
  color: #444;
}

/* line 15720, lib/assets/stylesheets/ace.css */
.gritter-light .gritter-title {
  text-shadow: none;
}

/* line 15723, lib/assets/stylesheets/ace.css */
.gritter-light .gritter-close:hover {
  color: #8A3104 !important;
}

/* line 15726, lib/assets/stylesheets/ace.css */
.gritter-center {
  position: fixed;
  left: 33%;
  right: 33%;
  top: 33%;
}

@media only screen and (max-width: 767px) {
  /* line 15733, lib/assets/stylesheets/ace.css */
  .gritter-center {
    left: 16%;
    right: 16%;
    top: 30%;
  }
}

@media only screen and (max-width: 480px) {
  /* line 15740, lib/assets/stylesheets/ace.css */
  .gritter-center {
    left: 30px;
    right: 30px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 15746, lib/assets/stylesheets/ace.css */
  .gritter-center {
    left: 10px;
    right: 10px;
  }
}

/* line 15751, lib/assets/stylesheets/ace.css */
.wysiwyg-editor {
  max-height: 250px;
  height: 250px;
  background-color: #F7F8FA;
  border-collapse: separate;
  border: 1px solid #BBC0CA;
  padding: 4px;
  box-sizing: content-box;
  overflow-y: scroll;
  overflow-x: hidden;
  outline: none;
}

/* line 15763, lib/assets/stylesheets/ace.css */
.wysiwyg-editor:focus {
  background-color: #FFF;
}

/* line 15766, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar {
  line-height: 33px;
  margin: 0 !important;
  position: relative;
}

/* line 15771, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar .dropdown-menu {
  text-align: left;
}

/* line 15774, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar .btn-group {
  float: none !important;
  font-size: 0;
}

/* line 15778, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar .btn-group > .btn {
  float: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-left: 1px;
  /**
		&.active:after {
			border-color: transparent;
			border-style: solid;
			border-top-color: inherit;
			border-width: 6px 14px;
			bottom: -13px;
			left: 0;
			right: 0;
		}
		*/
}

/* line 15796, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar .btn-group > .btn > .ace-icon:first-child {
  font-size: 14px;
  width: 25px;
  max-width: 25px;
  display: inline-block;
  border-width: 1px !important;
}

/* line 15803, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar .btn-group > .btn.dropdown-toggle > .ace-icon:last-child {
  margin-right: 4px;
}

/* line 15806, lib/assets/stylesheets/ace.css */
.wysiwyg-style1 .btn-group > .btn,
.wysiwyg-style2 .btn-group > .btn,
.wysiwyg-style1 .btn-group > .inline > .btn,
.wysiwyg-style2 .btn-group > .inline > .btn {
  margin: 0 !important;
  background: #FFF !important;
  border-width: 0 !important;
  color: #ADB3BE !important;
  text-shadow: none !important;
}

/* line 15816, lib/assets/stylesheets/ace.css */
.wysiwyg-style1 .btn-group > .btn.active,
.wysiwyg-style2 .btn-group > .btn.active,
.wysiwyg-style1 .btn-group > .inline > .btn.active,
.wysiwyg-style2 .btn-group > .inline > .btn.active {
  color: #5B80CE !important;
}

/* line 15822, lib/assets/stylesheets/ace.css */
.wysiwyg-style1 .btn-group > .btn.active:after,
.wysiwyg-style2 .btn-group > .btn.active:after,
.wysiwyg-style1 .btn-group > .inline > .btn.active:after,
.wysiwyg-style2 .btn-group > .inline > .btn.active:after {
  display: none;
}

/* line 15828, lib/assets/stylesheets/ace.css */
.wysiwyg-style1 .btn-group,
.wysiwyg-style2 .btn-group {
  position: relative;
}

/* line 15832, lib/assets/stylesheets/ace.css */
.wysiwyg-style1 .btn-group:after,
.wysiwyg-style2 .btn-group:after {
  display: block;
  content: "";
  position: absolute;
  left: -2px;
  top: 6px;
  bottom: 6px;
  width: 0;
  max-width: 0;
  border-left: 1px solid #E1E6EA;
}

/* line 15844, lib/assets/stylesheets/ace.css */
.wysiwyg-style1 .btn-group:first-child:after,
.wysiwyg-style2 .btn-group:first-child:after {
  display: none;
}

/* line 15848, lib/assets/stylesheets/ace.css */
.wysiwyg-style2 {
  background-color: #E5E5E5;
}

/* line 15851, lib/assets/stylesheets/ace.css */
.wysiwyg-style2 + .wysiwyg-editor {
  border-color: #DDD;
  background-color: #FFF;
  border-top: none;
}

/* line 15856, lib/assets/stylesheets/ace.css */
.wysiwyg-style2 .btn-group > .btn,
.wysiwyg-style2 .btn-group > .inline > .btn {
  margin: 0 1px 0 0 !important;
  background: #FFF !important;
  border: none !important;
  color: #8D939E !important;
  text-shadow: none !important;
}

/* line 15864, lib/assets/stylesheets/ace.css */
.wysiwyg-style2 .btn-group > .btn.active,
.wysiwyg-style2 .btn-group > .inline > .btn.active {
  color: #FFF !important;
  background: #6AAEDF !important;
}

/* line 15869, lib/assets/stylesheets/ace.css */
.wysiwyg-style2 .btn-group:after {
  display: none;
}

/* line 15872, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar .btn-colorpicker {
  width: 24px;
  height: 24px;
  position: relative;
  background: #87B87F;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cf3e73 10%, #ffffff 20%, #2283c5 30%, #ffffff 40%, #87b87f 50%, #ffffff 60%, #ffb752 70%, #ffffff 80%, #d15b47 90%, #ffffff 100%);
  /*  FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #cf3e73), color-stop(20%, #ffffff), color-stop(30%, #2283c5), color-stop(40%, #ffffff), color-stop(50%, #87b87f), color-stop(60%, #ffffff), color-stop(70%, #ffb752), color-stop(80%, #ffffff), color-stop(90%, #d15b47), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cf3e73 10%, #ffffff 20%, #2283c5 30%, #ffffff 40%, #87b87f 50%, #ffffff 60%, #ffb752 70%, #ffffff 80%, #d15b47 90%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cf3e73 10%, #ffffff 20%, #2283c5 30%, #ffffff 40%, #87b87f 50%, #ffffff 60%, #ffb752 70%, #ffffff 80%, #d15b47 90%, #ffffff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #cf3e73 10%, #ffffff 20%, #2283c5 30%, #ffffff 40%, #87b87f 50%, #ffffff 60%, #ffb752 70%, #ffffff 80%, #d15b47 90%, #ffffff 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF3E73', endColorstr='#FFB752', GradientType=0);
  /* IE6-9 */
  background: linear-gradient(top, #cf3e73 10%, #ffffff 20%, #2283c5 30%, #ffffff 40%, #87b87f 50%, #ffffff 60%, #ffb752 70%, #ffffff 80%, #d15b47 90%, #ffffff 100%);
  /* W3C */
}

/* line 15893, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar .dropdown-colorpicker > .dropdown-menu {
  top: auto;
}

/* line 15896, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar input[type=file] {
  position: fixed;
  z-index: -10;
  opacity: 0;
  max-width: 0;
  max-height: 0;
  display: block;
}

/* line 15904, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar .wysiwyg-choose-file {
  display: inline-block;
  width: auto;
  margin: 4px auto 0;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 15911, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar .dropdown-menu input[type=text] {
  margin-left: 8px;
  margin-bottom: 0;
}

/* line 15915, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar .dropdown-menu input.form-control[type=text] {
  min-width: 150px;
}

/* line 15918, lib/assets/stylesheets/ace.css */
.wysiwyg-toolbar .dropdown-menu .btn {
  margin-right: 8px;
  margin-left: 8px;
}

/* line 15922, lib/assets/stylesheets/ace.css */
.wysiwyg-style1 .btn-colorpicker {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* for adding image resize functionality in chrome and safari */
  /* line 15929, lib/assets/stylesheets/ace.css */
  .wysiwyg-editor img {
    display: inline !important;
  }
  /* line 15932, lib/assets/stylesheets/ace.css */
  .wysiwyg-editor .ui-wrapper {
    border: 1px dotted #D00;
    overflow: visible !important;
    /* because it's image only, so it's ok */
    display: inline-block !important;
    vertical-align: middle;
  }
  /* line 15939, lib/assets/stylesheets/ace.css */
  .wysiwyg-editor .ui-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 7px;
    height: 7px;
    border: 1px solid #D00;
    background-color: #FFF;
    z-index: 1;
  }
}

/* inside widget */
/* line 15953, lib/assets/stylesheets/ace.css */
.widget-header .wysiwyg-toolbar {
  background-color: transparent;
}

/* line 15956, lib/assets/stylesheets/ace.css */
.widget-header .wysiwyg-toolbar .btn-group > .btn,
.widget-header .wysiwyg-toolbar .btn-group > .inline > .btn {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.25) !important;
  color: #FFF !important;
  min-width: 32px;
  border-width: 1px !important;
  border-radius: 4px !important;
  padding: 2px 1px 4px;
}

/* line 15966, lib/assets/stylesheets/ace.css */
.widget-header .wysiwyg-toolbar .btn-group > .btn.active,
.widget-header .wysiwyg-toolbar .btn-group > .inline > .btn.active {
  background: rgba(0, 0, 0, 0.25) !important;
}

/* line 15970, lib/assets/stylesheets/ace.css */
.widget-body .wysiwyg-editor {
  border-width: 0;
}

/* line 15973, lib/assets/stylesheets/ace.css */
.wysiwyg-speech-input {
  width: 20px !important;
  color: transparent !important;
  background: transparent none !important;
  border-width: 0 !important;
  -moz-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  transform: scale(2, 2);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: absolute;
  right: 0;
  top: -10px;
  cursor: pointer;
}

/* line 15990, lib/assets/stylesheets/ace.css */
.wysiwyg-speech-input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 15994, lib/assets/stylesheets/ace.css */
.widget-body .md-header {
  margin-top: -30px;
  margin-left: 9px;
}

/* line 15998, lib/assets/stylesheets/ace.css */
.widget-body .md-header .btn {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.25) !important;
  color: #FFF !important;
  text-align: center;
  min-width: 32px;
  border-width: 1px !important;
  border-radius: 4px !important;
  padding: 2px 4px 4px;
}

/* line 16008, lib/assets/stylesheets/ace.css */
.widget-body .md-header .btn > .ace-icon {
  font-size: 14px;
  width: 25px;
  max-width: 25px;
  display: inline-block;
}

/* line 16014, lib/assets/stylesheets/ace.css */
.widget-body .md-header .btn-inverse {
  background: rgba(0, 0, 0, 0.25) !important;
  padding-right: 5px;
  margin-left: 4px;
}

/* line 16019, lib/assets/stylesheets/ace.css */
.md-fullscreen-controls {
  display: none;
}

/* line 16022, lib/assets/stylesheets/ace.css */
.widget-body .md-preview {
  padding: 8px;
  min-height: 200px;
}

/* line 16026, lib/assets/stylesheets/ace.css */
.widget-body .md-input {
  border: none !important;
  box-shadow: none !important;
  display: block;
  margin-bottom: 0;
  background-color: rgba(48, 126, 204, 0.07);
  padding: 8px;
  width: 100%;
}

/* line 16035, lib/assets/stylesheets/ace.css */
.widget-body .md-input:focus {
  background-color: #FFF;
  box-shadow: none !important;
}

/* line 16039, lib/assets/stylesheets/ace.css */
.editable-container .popover-title {
  color: #438EB9;
}

/* line 16042, lib/assets/stylesheets/ace.css */
.editable-click {
  border-bottom: 1px dashed #BBB;
  cursor: pointer;
  font-weight: normal;
}

/* line 16047, lib/assets/stylesheets/ace.css */
img.editable-click {
  border: 1px dotted #BBB;
}

/* line 16050, lib/assets/stylesheets/ace.css */
.editable-click:hover {
  border-color: #0088CC;
  color: #0088CC;
}

/* line 16054, lib/assets/stylesheets/ace.css */
img.editable-click:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/* line 16058, lib/assets/stylesheets/ace.css */
.editable-buttons,
.editable-input {
  display: inline-block;
}

/* line 16062, lib/assets/stylesheets/ace.css */
.editable-buttons {
  margin-left: 1px;
}

/* line 16065, lib/assets/stylesheets/ace.css */
.editable-buttons .btn {
  padding: 0;
  width: 28px;
  line-height: 24px;
  border-width: 3px;
  font-size: 12px;
  margin: 0 1px 0 0;
}

/* line 16073, lib/assets/stylesheets/ace.css */
.editable-buttons .btn > .ace-icon {
  margin: 0;
}

/* line 16076, lib/assets/stylesheets/ace.css */
.editable-clear-x {
  cursor: pointer;
  color: #888;
  background: none;
}

/* line 16081, lib/assets/stylesheets/ace.css */
.editable-clear-x:hover {
  color: #D15B47;
}

/* line 16084, lib/assets/stylesheets/ace.css */
.editable-clear-x:before {
  display: inline-block;
  content: "\f057";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  margin-top: -9px;
  width: 16px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

/* line 16096, lib/assets/stylesheets/ace.css */
.editable-input .ace-spinner {
  margin-right: 8px;
}

/* line 16099, lib/assets/stylesheets/ace.css */
.editable-input .ace-spinner .spinner-input {
  width: 100%;
}

/* line 16102, lib/assets/stylesheets/ace.css */
.editable-inline .editable-slider {
  margin-top: 10px;
  margin-right: 4px;
}

/* line 16106, lib/assets/stylesheets/ace.css */
.editable-popup .editable-slider {
  display: block;
  margin-bottom: 16px;
  margin-top: 4px;
}

/* line 16111, lib/assets/stylesheets/ace.css */
.editable-slider input[type=text] {
  display: none;
}

/* line 16114, lib/assets/stylesheets/ace.css */
.editable-slider input[type=range] {
  outline: none !important;
}

/* line 16117, lib/assets/stylesheets/ace.css */
.editable-input .ace-file-input {
  display: block;
}

/* line 16120, lib/assets/stylesheets/ace.css */
.editable-image .ace-file-multiple .ace-file-container.selected {
  border-color: transparent;
}

/* line 16123, lib/assets/stylesheets/ace.css */
.editable-image + .editable-buttons,
.editable-wysiwyg + .editable-buttons {
  display: block;
  text-align: center;
  margin-top: 8px;
}

/* line 16129, lib/assets/stylesheets/ace.css */
.editable-wysiwyg {
  width: 95%;
}

/* line 16132, lib/assets/stylesheets/ace.css */
.editable-wysiwyg .wysiwyg-editor {
  height: auto;
  overflow-y: hidden;
}

/* line 16136, lib/assets/stylesheets/ace.css */
.editableform .input-append.dropdown-menu {
  display: none;
}

/* line 16139, lib/assets/stylesheets/ace.css */
.editableform .open .input-append.dropdown-menu {
  display: block;
}

/* line 16142, lib/assets/stylesheets/ace.css */
.editable-container .editableform {
  margin-bottom: 10px;
}

/* line 16145, lib/assets/stylesheets/ace.css */
.editable-inline .editableform {
  margin-bottom: 0;
}

/* line 16148, lib/assets/stylesheets/ace.css */
.editableform .control-group {
  display: block;
}

/* line 16151, lib/assets/stylesheets/ace.css */
.editableform-loading {
  background: none;
}

/* line 16154, lib/assets/stylesheets/ace.css */
.editableform-loading .ace-icon,
.editableform-loading .progress {
  position: relative;
  top: 35%;
}

/* line 16159, lib/assets/stylesheets/ace.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 16162, lib/assets/stylesheets/ace.css */
.datepicker td,
.daterangepicker td,
.datepicker th,
.daterangepicker th {
  border-radius: 0 !important;
  font-size: 13px;
}

/* line 16169, lib/assets/stylesheets/ace.css */
.datepicker td.active,
.daterangepicker td.active,
.datepicker td.active:hover,
.daterangepicker td.active:hover {
  background: #2283c5 !important;
}

/* line 16175, lib/assets/stylesheets/ace.css */
.datepicker td.active.disabled,
.daterangepicker td.active.disabled,
.datepicker td.active.disabled:hover,
.daterangepicker td.active.disabled:hover {
  background: #8b9aa3 !important;
}

/* line 16181, lib/assets/stylesheets/ace.css */
.datepicker td,
.datepicker th {
  min-width: 32px;
}

/* line 16185, lib/assets/stylesheets/ace.css */
.datepicker-dropdown.datepicker-orient-bottom:after,
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: auto;
}

/* line 16189, lib/assets/stylesheets/ace.css */
.daterangepicker .calendar-date {
  border-radius: 0;
}

/* line 16192, lib/assets/stylesheets/ace.css */
.datepicker-months .month,
.datepicker-years .year {
  border-radius: 0 !important;
}

/* line 16196, lib/assets/stylesheets/ace.css */
.datepicker-months .month.active,
.datepicker-years .year.active,
.datepicker-months .month.active:hover,
.datepicker-years .year.active:hover,
.datepicker-months .month.active:focus,
.datepicker-years .year.active:focus,
.datepicker-months .month.active:active,
.datepicker-years .year.active:active {
  background-image: none !important;
  background-color: #2283c5 !important;
}

/* line 16207, lib/assets/stylesheets/ace.css */
.bootstrap-timepicker-widget table td input {
  width: 32px;
}

/* line 16210, lib/assets/stylesheets/ace.css */
.well .datepicker table tr td.day:hover {
  background-color: #7d8893;
  color: #FFF;
}

/* line 16214, lib/assets/stylesheets/ace.css */
.bootstrap-timepicker-widget table td a:hover {
  border-radius: 0;
}

/* line 16217, lib/assets/stylesheets/ace.css */
.daterangepicker.opensleft:before,
.daterangepicker.opensright:before {
  -moz-border-bottom-colors: rgba(0, 0, 0, 0.2);
}

/* line 16221, lib/assets/stylesheets/ace.css */
.daterangepicker.opensleft:after,
.daterangepicker.opensright:after {
  -moz-border-bottom-colors: #fff;
}

/* line 16225, lib/assets/stylesheets/ace.css */
.datepicker-dropdown:before {
  -moz-border-bottom-colors: rgba(0, 0, 0, 0.2);
}

/* line 16228, lib/assets/stylesheets/ace.css */
.datepicker-dropdown:after {
  -moz-border-bottom-colors: #fff;
}

/* line 16231, lib/assets/stylesheets/ace.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  -moz-border-top-colors: #999;
}

/* line 16234, lib/assets/stylesheets/ace.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  -moz-border-top-colors: #FFF;
}

/* line 16237, lib/assets/stylesheets/ace.css */
.bootstrap-timepicker-widget.dropdown-menu:before {
  -moz-border-bottom-colors: rgba(0, 0, 0, 0.2);
}

/* line 16240, lib/assets/stylesheets/ace.css */
.bootstrap-timepicker-widget.dropdown-menu:after {
  -moz-border-bottom-colors: #FFF;
}

/* line 16243, lib/assets/stylesheets/ace.css */
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  -moz-border-top-colors: #999;
}

/* line 16246, lib/assets/stylesheets/ace.css */
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  -moz-border-top-colors: #FFF;
}

/* line 16249, lib/assets/stylesheets/ace.css */
.bootstrap-datetimepicker-widget [class=btn] {
  border-width: 0 !important;
  background-color: transparent !important;
  color: #7399b8 !important;
  text-shadow: none !important;
}

/* line 16255, lib/assets/stylesheets/ace.css */
.bootstrap-datetimepicker-widget [class=btn]:hover {
  color: #1B6AAA !important;
}

/* line 16258, lib/assets/stylesheets/ace.css */
.bootstrap-datetimepicker-widget .btn.btn-primary {
  border-width: 3px !important;
}

/* line 16261, lib/assets/stylesheets/ace.css */
.bootstrap-datetimepicker-widget .picker-switch {
  margin-bottom: 2px;
}

/* line 16264, lib/assets/stylesheets/ace.css */
.bootstrap-datetimepicker-widget .picker-switch .btn {
  width: 90% !important;
  background-color: #EEE !important;
  color: #478fca !important;
  font-size: 16px;
}

/* line 16270, lib/assets/stylesheets/ace.css */
.bootstrap-datetimepicker-widget .picker-switch .btn:hover {
  background-color: #e3edf5 !important;
}

/* line 16273, lib/assets/stylesheets/ace.css */
.bootstrap-datetimepicker-widget td span {
  border-radius: 0;
}

/* line 16276, lib/assets/stylesheets/ace.css */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  color: #555 !important;
}

/* line 16281, lib/assets/stylesheets/ace.css */
.ui-slider {
  background-color: #D5D5D5;
}

/* line 16284, lib/assets/stylesheets/ace.css */
.ui-slider-horizontal {
  height: 9px;
}

/* line 16287, lib/assets/stylesheets/ace.css */
.ui-slider-vertical {
  width: 9px;
}

/* line 16290, lib/assets/stylesheets/ace.css */
.ui-slider .ui-slider-handle {
  border-radius: 0;
  width: 1.45em;
  height: 1.45em;
  background-color: #F8F8F8;
  border: 1px solid;
}

/* line 16297, lib/assets/stylesheets/ace.css */
.ui-slider .ui-slider-handle:before,
.ui-slider .ui-slider-handle:after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: 1px solid;
  border-width: 0 1px;
  border-color: inherit;
}

/* line 16310, lib/assets/stylesheets/ace.css */
.ui-slider .ui-slider-handle:after {
  left: 8px;
  border-width: 0 1px 0 0;
}

/* line 16314, lib/assets/stylesheets/ace.css */
.ui-slider .ui-slider-handle:hover {
  background-color: #FFF;
}

/* line 16317, lib/assets/stylesheets/ace.css */
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:focus,
.ui-slider .ui-slider-handle:active {
  outline: none;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

/* line 16324, lib/assets/stylesheets/ace.css */
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.725em;
  top: -0.4em;
}

/* line 16328, lib/assets/stylesheets/ace.css */
.ui-slider-vertical .ui-slider-handle {
  left: -0.35em;
  margin-bottom: -0.65em;
}

/* line 16332, lib/assets/stylesheets/ace.css */
.ui-slider-small.ui-slider-horizontal {
  height: 5px;
}

/* line 16335, lib/assets/stylesheets/ace.css */
.ui-slider-small.ui-slider-vertical {
  width: 5px;
}

/* line 16338, lib/assets/stylesheets/ace.css */
.ui-slider-small .ui-slider-handle {
  border-radius: 100%;
  width: 17px;
  height: 17px;
  margin-bottom: -0.45em;
  left: -0.35em;
}

/* line 16345, lib/assets/stylesheets/ace.css */
.ui-slider-small .ui-slider-handle:before,
.ui-slider-small .ui-slider-handle:after {
  height: 7px;
  left: 5px;
  width: 3px;
}

/* line 16351, lib/assets/stylesheets/ace.css */
.ui-slider-small .ui-slider-handle:after {
  left: 7px;
}

/* line 16354, lib/assets/stylesheets/ace.css */
.ui-slider-simple .ui-slider-handle:after,
.ui-slider-simple .ui-slider-handle:before {
  display: none;
}

/* colors */
/* line 16359, lib/assets/stylesheets/ace.css */
.ui-slider-range {
  background-color: #4aa4ce;
}

/* line 16362, lib/assets/stylesheets/ace.css */
.ui-slider-handle {
  outline: none !important;
  border-color: #4aa4ce !important;
}

/* line 16366, lib/assets/stylesheets/ace.css */
.ui-state-disabled.ui-slider {
  background-color: #E5E5E5;
}

/* line 16369, lib/assets/stylesheets/ace.css */
.ui-state-disabled .ui-slider-range {
  background-color: #8daebe;
}

/* line 16372, lib/assets/stylesheets/ace.css */
.ui-state-disabled .ui-slider-handle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #8daebe !important;
}

/* line 16377, lib/assets/stylesheets/ace.css */
.ui-slider-green .ui-slider-range {
  background-color: #8bbc67;
}

/* line 16380, lib/assets/stylesheets/ace.css */
.ui-slider-green .ui-slider-handle {
  border-color: #8bbc67 !important;
}

/* line 16383, lib/assets/stylesheets/ace.css */
.ui-slider-green.ui-state-disabled .ui-slider-range {
  background-color: #aab0a6;
}

/* line 16386, lib/assets/stylesheets/ace.css */
.ui-slider-green.ui-state-disabled .ui-slider-handle {
  border-color: #aab0a6 !important;
}

/* line 16389, lib/assets/stylesheets/ace.css */
.ui-slider-red .ui-slider-range {
  background-color: #d36e6e;
}

/* line 16392, lib/assets/stylesheets/ace.css */
.ui-slider-red .ui-slider-handle {
  border-color: #d36e6e !important;
}

/* line 16395, lib/assets/stylesheets/ace.css */
.ui-slider-red.ui-state-disabled .ui-slider-range {
  background-color: #c8acac;
}

/* line 16398, lib/assets/stylesheets/ace.css */
.ui-slider-red.ui-state-disabled .ui-slider-handle {
  border-color: #c8acac !important;
}

/* line 16401, lib/assets/stylesheets/ace.css */
.ui-slider-purple .ui-slider-range {
  background-color: #ac68ba;
}

/* line 16404, lib/assets/stylesheets/ace.css */
.ui-slider-purple .ui-slider-handle {
  border-color: #ac68ba !important;
}

/* line 16407, lib/assets/stylesheets/ace.css */
.ui-slider-purple.ui-state-disabled .ui-slider-range {
  background-color: #ada7ae;
}

/* line 16410, lib/assets/stylesheets/ace.css */
.ui-slider-purple.ui-state-disabled .ui-slider-handle {
  border-color: #ada7ae !important;
}

/* line 16413, lib/assets/stylesheets/ace.css */
.ui-slider-orange .ui-slider-range {
  background-color: #efad62;
}

/* line 16416, lib/assets/stylesheets/ace.css */
.ui-slider-orange .ui-slider-handle {
  border-color: #efad62 !important;
}

/* line 16419, lib/assets/stylesheets/ace.css */
.ui-slider-orange.ui-state-disabled .ui-slider-range {
  background-color: #e0c4a4;
}

/* line 16422, lib/assets/stylesheets/ace.css */
.ui-slider-orange.ui-state-disabled .ui-slider-handle {
  border-color: #e0c4a4 !important;
}

/* line 16425, lib/assets/stylesheets/ace.css */
.ui-slider-dark .ui-slider-range {
  background-color: #606060;
}

/* line 16428, lib/assets/stylesheets/ace.css */
.ui-slider-dark .ui-slider-handle {
  border-color: #606060 !important;
}

/* line 16431, lib/assets/stylesheets/ace.css */
.ui-slider-dark.ui-state-disabled .ui-slider-range {
  background-color: #7a7a7a;
}

/* line 16434, lib/assets/stylesheets/ace.css */
.ui-slider-dark.ui-state-disabled .ui-slider-handle {
  border-color: #7a7a7a !important;
}

/* line 16437, lib/assets/stylesheets/ace.css */
.ui-slider-pink .ui-slider-range {
  background-color: #d6487e;
}

/* line 16440, lib/assets/stylesheets/ace.css */
.ui-slider-pink .ui-slider-handle {
  border-color: #d6487e !important;
}

/* line 16443, lib/assets/stylesheets/ace.css */
.ui-slider-pink.ui-state-disabled .ui-slider-range {
  background-color: #c38ea2;
}

/* line 16446, lib/assets/stylesheets/ace.css */
.ui-slider-pink.ui-state-disabled .ui-slider-handle {
  border-color: #c38ea2 !important;
}

/* line 16449, lib/assets/stylesheets/ace.css */
.ui-datepicker {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 16455, lib/assets/stylesheets/ace.css */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 26px;
  min-width: 32px;
  max-width: 32px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  line-height: 26px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 16468, lib/assets/stylesheets/ace.css */
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  color: transparent;
  visibility: hidden;
}

/* line 16473, lib/assets/stylesheets/ace.css */
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #EEE;
  text-decoration: none;
}

/* line 16478, lib/assets/stylesheets/ace.css */
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  display: inline;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f060";
  color: #393939;
}

/* line 16486, lib/assets/stylesheets/ace.css */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}

/* line 16490, lib/assets/stylesheets/ace.css */
.ui-datepicker .ui-datepicker-next:before {
  content: "\f061";
}

/* line 16493, lib/assets/stylesheets/ace.css */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

/* line 16496, lib/assets/stylesheets/ace.css */
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

/* line 16499, lib/assets/stylesheets/ace.css */
.ui-datepicker td {
  padding: 0;
}

/* line 16502, lib/assets/stylesheets/ace.css */
.ui-datepicker td > a,
.ui-datepicker td > span {
  display: inline-block;
  height: 22px;
  min-width: 24px;
  max-width: 24px;
  text-align: center;
  color: #393939;
  font-size: 13px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 16515, lib/assets/stylesheets/ace.css */
.ui-datepicker td > a:hover {
  background-color: #EEE;
}

/* line 16518, lib/assets/stylesheets/ace.css */
.ui-datepicker td > a.ui-state-highlight {
  background-color: #D5E5EF;
}

/* line 16521, lib/assets/stylesheets/ace.css */
.ui-datepicker td > a.ui-state-active {
  background-color: #2283c5;
  color: #FFF;
}

/* line 16525, lib/assets/stylesheets/ace.css */
.ui-datepicker td > a.ui-priority-secondary {
  color: #888;
}

/* line 16528, lib/assets/stylesheets/ace.css */
.ui-datepicker td > span {
  color: #999;
}

/* line 16531, lib/assets/stylesheets/ace.css */
.ui-datepicker td .ui-datepicker-title select {
  height: 24px;
  line-height: 24px;
  padding: 2px 3px;
}

/* line 16536, lib/assets/stylesheets/ace.css */
.ui-datepicker td .ui-datepicker-buttonpane {
  background-color: #DDD;
  height: 1px;
}

/* dialog */
/* line 16541, lib/assets/stylesheets/ace.css */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  z-index: 1039 !important;
}

/* line 16547, lib/assets/stylesheets/ace.css */
.ui-dialog,
.ui-jqdialog {
  z-index: 1040 !important;
  background-color: #FFF;
  padding: 0;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 16556, lib/assets/stylesheets/ace.css */
.ui-dialog .ui-dialog-titlebar,
.ui-jqdialog .ui-dialog-titlebar,
.ui-dialog .ui-jqdialog-titlebar,
.ui-jqdialog .ui-jqdialog-titlebar {
  background-color: #F1F1F1;
  font-size: 16px;
  color: #669fc7;
  padding: 0;
}

/* line 16565, lib/assets/stylesheets/ace.css */
.ui-dialog .ui-dialog-title,
.ui-jqdialog .ui-dialog-title,
.ui-dialog .ui-jqdialog-title,
.ui-jqdialog .ui-jqdialog-title {
  float: none !important;
  width: auto;
}

/* line 16572, lib/assets/stylesheets/ace.css */
.ui-dialog .widget-header,
.ui-jqdialog .widget-header {
  margin: 0;
  border-width: 0 0 1px 0;
}

/* line 16577, lib/assets/stylesheets/ace.css */
.ui-dialog .ui-dialog-buttonpane,
.ui-jqdialog .ui-dialog-buttonpane,
.ui-dialog .ui-jqdialog-buttonpane,
.ui-jqdialog .ui-jqdialog-buttonpane {
  background-color: #eff3f8;
  border-top: 1px solid #e4e9ee;
}

/* line 16584, lib/assets/stylesheets/ace.css */
.ui-dialog .ui-dialog-buttonpane button,
.ui-jqdialog .ui-dialog-buttonpane button,
.ui-dialog .ui-jqdialog-buttonpane button,
.ui-jqdialog .ui-jqdialog-buttonpane button {
  font-size: 14px;
}

/* line 16590, lib/assets/stylesheets/ace.css */
.ui-dialog .ui-dialog-titlebar-close,
.ui-jqdialog .ui-dialog-titlebar-close,
.ui-dialog .ui-jqdialog-titlebar-close,
.ui-jqdialog .ui-jqdialog-titlebar-close {
  border: none;
  background: transparent;
  opacity: 0.4;
  color: #d15b47;
  padding: 0;
  top: 50%;
  right: 8px !important;
  text-align: center;
}

/* line 16603, lib/assets/stylesheets/ace.css */
.ui-dialog .ui-dialog-titlebar-close:before,
.ui-jqdialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-jqdialog-titlebar-close:before,
.ui-jqdialog .ui-jqdialog-titlebar-close:before {
  content: "\f00d";
  display: inline;
  font-family: FontAwesome;
  font-size: 16px;
}

/* line 16612, lib/assets/stylesheets/ace.css */
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-jqdialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-jqdialog-titlebar-close:hover,
.ui-jqdialog .ui-jqdialog-titlebar-close:hover {
  opacity: 1;
  text-decoration: none;
  padding: 0;
}

/* line 16620, lib/assets/stylesheets/ace.css */
.ui-dialog .ui-dialog-titlebar-close .ui-button-text,
.ui-jqdialog .ui-dialog-titlebar-close .ui-button-text,
.ui-dialog .ui-jqdialog-titlebar-close .ui-button-text,
.ui-jqdialog .ui-jqdialog-titlebar-close .ui-button-text {
  text-indent: 0;
  visibility: hidden;
}

/* line 16627, lib/assets/stylesheets/ace.css */
.ui-dialog .widget-header .ui-dialog-titlebar-close,
.ui-jqdialog .widget-header .ui-dialog-titlebar-close,
.ui-dialog .widget-header .ui-jqdialog-titlebar-close,
.ui-jqdialog .widget-header .ui-jqdialog-titlebar-close {
  right: 10px !important;
}

/* accordion */
/* line 16634, lib/assets/stylesheets/ace.css */
.ui-accordion .ui-accordion-header {
  color: #478fca;
  font-weight: normal;
  background-color: #F9F9F9;
  border: 1px solid #cdd8e3;
  padding: 8px 8px 9px 24px;
}

/* line 16641, lib/assets/stylesheets/ace.css */
.ui-accordion .ui-accordion-header:hover {
  color: #6ea6cc;
  background-color: #f1f8fd;
}

/* line 16645, lib/assets/stylesheets/ace.css */
.ui-accordion .ui-accordion-header.ui-state-active {
  color: #4c8fbd;
  background-color: #eef4f9;
  position: relative;
  font-weight: bold;
}

/* line 16651, lib/assets/stylesheets/ace.css */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  text-indent: 0;
  margin-top: 0;
  position: absolute;
  left: 10px;
  top: 7px;
}

/* line 16658, lib/assets/stylesheets/ace.css */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
  display: inline;
  font-family: FontAwesome;
  font-size: 15px;
  content: "\f0da";
}

/* line 16664, lib/assets/stylesheets/ace.css */
.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
  content: "\f0d7";
  font-weight: normal;
}

/* line 16668, lib/assets/stylesheets/ace.css */
.ui-accordion .ui-accordion-content {
  border: 1px solid #cdd8e3;
  border-top-width: 0;
  padding: 11px 16px;
}

/* tabs */
/* line 16674, lib/assets/stylesheets/ace.css */
.ui-tabs .ui-tabs-nav {
  padding: 0;
  border-bottom: 1px solid #C5D0DC;
}

/* line 16678, lib/assets/stylesheets/ace.css */
.ui-tabs .ui-tabs-nav li.ui-state-default > a {
  background-color: #F9F9F9;
  border: 1px solid #C5D0DC;
  border-bottom-width: 0;
  color: #999;
  line-height: 16px;
  margin-right: -1px;
  z-index: 11;
  padding: 8px 12px;
  position: relative;
  top: 2px;
}

/* line 16690, lib/assets/stylesheets/ace.css */
.ui-tabs .ui-tabs-nav li > a:focus {
  outline: none;
}

/* line 16693, lib/assets/stylesheets/ace.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-active > a {
  background-color: #FFF;
  border: 1px solid;
  border-color: #4C8FBD #C5D0DC transparent;
  border-top-width: 2px;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
  color: #576373;
  position: relative;
  top: 1px;
}

/* line 16704, lib/assets/stylesheets/ace.css */
.ui-tabs .ui-tabs-panel {
  border: 1px solid #C5D0DC;
  border-top-width: 0;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

/* menu */
/* line 16714, lib/assets/stylesheets/ace.css */
.ui-menu {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px;
}

/* line 16725, lib/assets/stylesheets/ace.css */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: auto;
}

/* line 16729, lib/assets/stylesheets/ace.css */
.ui-menu .ui-menu-item {
  padding: 5px 10px 6px;
  color: #444;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 16738, lib/assets/stylesheets/ace.css */
.ui-menu .ui-menu-item .ui-menu-icon {
  float: right;
  position: relative;
  left: auto;
  right: 4px;
  bottom: auto;
  text-indent: 0;
}

/* line 16746, lib/assets/stylesheets/ace.css */
.ui-menu .ui-menu-item .ui-menu-icon:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline;
}

/* line 16752, lib/assets/stylesheets/ace.css */
.ui-menu .ui-menu-item:hover,
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active,
.ui-menu .ui-menu-item:hover > .ui-menu-icon,
.ui-menu .ui-state-focus > .ui-menu-icon,
.ui-menu .ui-state-active > .ui-menu-icon {
  text-decoration: none;
  background-color: #4f99c6;
  color: #FFF;
  margin: auto;
  font-weight: normal;
}

/* line 16764, lib/assets/stylesheets/ace.css */
.ui-menu .ui-menu-item:hover .ui-menu-icon,
.ui-menu .ui-state-focus .ui-menu-icon,
.ui-menu .ui-state-active .ui-menu-icon,
.ui-menu .ui-menu-item:hover > .ui-menu-icon .ui-menu-icon,
.ui-menu .ui-state-focus > .ui-menu-icon .ui-menu-icon,
.ui-menu .ui-state-active > .ui-menu-icon .ui-menu-icon {
  color: #FFF;
}

/* line 16772, lib/assets/stylesheets/ace.css */
.ui-menu .ui-state-disabled,
.ui-menu .ui-state-disabled .ui-menu-icon {
  color: #999;
  cursor: default;
}

/* line 16777, lib/assets/stylesheets/ace.css */
.ui-menu .ui-state-disabled:hover,
.ui-menu .ui-state-disabled.ui-state-focus,
.ui-menu .ui-state-disabled.ui-state-active,
.ui-menu .ui-state-disabled:hover .ui-menu-icon,
.ui-menu .ui-state-disabled.ui-state-focus .ui-menu-icon,
.ui-menu .ui-state-disabled.ui-state-active .ui-menu-icon {
  background-color: #FFF;
  color: #999;
}

/* auto complete */
/* line 16787, lib/assets/stylesheets/ace.css */
.ui-autocomplete {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 16793, lib/assets/stylesheets/ace.css */
.ui-autocomplete-category {
  padding: 6px;
  position: relative;
  background-color: #eef4f9;
  color: #478fca;
  font-weight: bolder;
  border: 1px solid #DAE6ED;
  border-width: 1px 0;
}

/* line 16802, lib/assets/stylesheets/ace.css */
.ui-spinner-button {
  border-width: 0 !important;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  width: 18px;
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  display: inline-block;
  position: absolute;
  text-align: center;
  padding: 0;
}

/* line 16815, lib/assets/stylesheets/ace.css */
.ui-spinner-button > .ace-icon {
  width: 18px;
  display: inline-block;
}

/* line 16819, lib/assets/stylesheets/ace.css */
.ui-spinner-up {
  top: 0;
  right: 5px;
}

/* line 16823, lib/assets/stylesheets/ace.css */
.ui-spinner-down {
  bottom: 3px;
  right: 5px;
}

/* line 16827, lib/assets/stylesheets/ace.css */
.ui-spinner-input {
  margin-top: 0;
  padding: 5px;
  max-width: 100px;
  font-size: 14px;
}

/* line 16833, lib/assets/stylesheets/ace.css */
.ui-tooltip {
  background-color: #444;
  color: #FFF;
}

/* line 16837, lib/assets/stylesheets/ace.css */
.ui-progressbar {
  background-color: #f5f5f5;
  height: 22px;
}

/* line 16841, lib/assets/stylesheets/ace.css */
.ui-progressbar .ui-progressbar-value {
  margin: 0;
}

/* line 16844, lib/assets/stylesheets/ace.css */
.ui-progressbar .ui-progressbar-value[class="progress-bar"] {
  background-color: #2a91d8;
}

/* line 16847, lib/assets/stylesheets/ace.css */
.ui-selectmenu-button {
  border: 1px solid #aaa;
}

/* line 16850, lib/assets/stylesheets/ace.css */
.ui-selectmenu-button[aria-expanded=true] {
  border-color: #4492C9;
}

/* line 16853, lib/assets/stylesheets/ace.css */
.ui-selectmenu-button span.ui-icon {
  text-indent: 0;
  margin-top: -10px;
}

/* line 16857, lib/assets/stylesheets/ace.css */
.ui-selectmenu-button .ui-icon:before {
  content: "\f0d7";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 14px;
}

/* line 16864, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid .ui-paging-info,
.ui-jqgrid .ui-pg-table,
.ui-jqgrid .ui-pg-selbox {
  font-size: 13px;
}

/* line 16870, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-title {
  float: left;
  margin: 8px;
}

/* line 16874, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-title-rtl {
  float: right;
  margin: 8px;
}

/* line 16878, lib/assets/stylesheets/ace.css */
.ui-jqgrid-view > .ui-jqgrid-titlebar {
  height: 40px;
  line-height: 24px;
  color: #FFF;
  background: #307ecc;
  padding: 0;
  font-size: 15px;
}

/* line 16886, lib/assets/stylesheets/ace.css */
.ui-jqgrid tr.jqgrow.ui-row-rtl td:last-child {
  border-right: none;
  border-left: 1px solid #E1E1E1;
}

/* line 16890, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-hdiv {
  background-color: #eff3f8;
  border: 1px solid #D3D3D3;
  border-width: 1px 0 0 1px;
  line-height: 15px;
  font-weight: bold;
  color: #777;
  text-shadow: none;
}

/* line 16899, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-htable thead {
  background-color: #eff3f8;
}

/* line 16902, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize {
  height: 45px !important;
}

/* line 16905, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-htable th div {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 16909, lib/assets/stylesheets/ace.css */
.ui-jqgrid-hdiv .ui-jqgrid-htable {
  border-top: none;
}

/* line 16912, lib/assets/stylesheets/ace.css */
.ui-jqgrid-hdiv .ui-jqgrid-htable {
  border-top: 1px solid #E1E1E1;
}

/* line 16915, lib/assets/stylesheets/ace.css */
.ui-jqgrid-titlebar {
  position: relative;
  top: 1px;
  z-index: 1;
}

/* line 16920, lib/assets/stylesheets/ace.css */
.ui-jqgrid tr.jqgrow,
.ui-jqgrid tr.ui-row-ltr,
.ui-jqgrid tr.ui-row-rtl {
  border: none;
}

/* line 16925, lib/assets/stylesheets/ace.css */
.ui-jqgrid tr.ui-row-ltr td,
.ui-jqgrid tr.ui-row-rtl td {
  border-bottom: 1px solid #E1E1E1;
  padding: 6px 4px;
  border-color: #E1E1E1;
}

/* line 16931, lib/assets/stylesheets/ace.css */
.ui-jqgrid tr.ui-state-highlight.ui-row-ltr td {
  border-right-color: #C7D3A9;
}

/* line 16934, lib/assets/stylesheets/ace.css */
.ui-jqgrid tr.ui-state-highlight.ui-row-rtl td {
  border-left-color: #C7D3A9;
}

/* line 16937, lib/assets/stylesheets/ace.css */
.ui-jqgrid-btable .ui-widget-content.ui-priority-secondary {
  background-image: none;
  background-color: #F9F9F9;
  opacity: 1;
}

/* line 16942, lib/assets/stylesheets/ace.css */
.ui-jqgrid-btable .ui-widget-content.ui-state-hover {
  background-image: none;
  background-color: #EFF4F7;
  opacity: 1;
}

/* line 16947, lib/assets/stylesheets/ace.css */
.ui-jqgrid-btable .ui-widget-content.ui-state-highlight {
  background-color: #E4EFC9;
}

/* line 16950, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-pager {
  line-height: 15px;
  height: 55px;
  padding-top: 3px !important;
  padding-bottom: 5px !important;
  background-color: #eff3f8 !important;
  border-bottom: 1px solid #E1E1E1 !important;
  border-top: 1px solid #E1E1E1 !important;
}

/* line 16959, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-pg-input {
  font-size: inherit;
  width: 24px;
  height: 20px;
  line-height: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 16971, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-pg-selbox {
  display: block;
  height: 24px;
  width: 60px;
  margin: 0;
  padding: 1px;
  line-height: normal;
}

/* line 16979, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-htable th div {
  overflow: visible;
}

/* line 16982, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-pager-control {
  height: 50px;
  position: relative;
  padding-left: 9px;
  padding-right: 9px;
}

/* line 16988, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-toppager {
  height: auto !important;
  background-color: #eff3f8;
  border-bottom: 1px solid #E1E1E1 !important;
}

/* line 16993, lib/assets/stylesheets/ace.css */
.ui-jqgrid .jqgrow .editable {
  max-width: 90%;
  max-width: calc(92%) !important;
}

/* line 16997, lib/assets/stylesheets/ace.css */
.ui-pg-table .navtable .ui-corner-all {
  border-radius: 0;
}

/* line 17000, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-pg-button:hover {
  padding: 1px;
}

/* line 17003, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-pg-button .ui-separator {
  margin-left: 4px;
  margin-right: 4px;
  border-color: #C9D4DB;
}

/* line 17008, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-btable {
  border-left: 1px solid #E1E1E1;
}

/* line 17011, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-bdiv {
  border-top: 1px solid #E1E1E1;
}

/* line 17014, lib/assets/stylesheets/ace.css */
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  background-color: #FFF;
  border: 2px solid #8EB8D1;
  color: #E2B018;
}

/* line 17030, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-search-toolbar {
  border-top: 1px solid #E1E1E1;
}

/* line 17033, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-labels {
  border-bottom: none;
  background: #F2F2F2;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
  padding: 0 !important;
  border-left: 1px solid #E1E1E1 !important;
}

/* line 17044, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-labels th {
  border-right: 1px solid #E1E1E1 !important;
  text-align: left !important;
}

/* checkbox container */
/* line 17049, lib/assets/stylesheets/ace.css */
.ui-jqgrid-labels th[id*="_cb"]:first-child > div {
  padding-top: 0;
  text-align: center !important;
}

/* line 17053, lib/assets/stylesheets/ace.css */
.ui-jqgrid-sortable {
  padding-left: 4px;
  font-size: 13px;
  color: #777;
  font-weight: bold;
}

/* line 17059, lib/assets/stylesheets/ace.css */
.ui-jqgrid-sortable:hover {
  color: #547ea8;
}

/* line 17062, lib/assets/stylesheets/ace.css */
th[aria-selected=true] {
  background-image: -webkit-linear-gradient(top, #eff3f8 0%, #e3e7ed 100%);
  background-image: -o-linear-gradient(top, #eff3f8 0%, #e3e7ed 100%);
  background-image: linear-gradient(to bottom, #eff3f8 0%, #e3e7ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}

/* line 17069, lib/assets/stylesheets/ace.css */
th[aria-selected=true] .ui-jqgrid-sortable {
  color: #307ecc;
}

/* line 17072, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-icon {
  text-indent: 0;
  color: #307ecc;
  float: none;
  right: 2px;
}

/* line 17078, lib/assets/stylesheets/ace.css */
.rtl .ui-jqgrid .ui-icon {
  right: auto;
  left: 2px;
}

/* line 17082, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-icon.ui-state-disabled {
  color: #BBB;
}

/* line 17085, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-icon.ui-state-disabled:hover {
  padding: 0;
}

/* line 17088, lib/assets/stylesheets/ace.css */
.ui-grid-ico-sort:before {
  display: inline;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 12px;
}

/* line 17094, lib/assets/stylesheets/ace.css */
.ui-icon-asc:before {
  content: "\f0d8";
}

/* line 17097, lib/assets/stylesheets/ace.css */
.ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon {
  display: inline-block;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  position: static;
  float: none;
  margin: 0 2px !important;
  color: #808080;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 100%;
}

/* line 17112, lib/assets/stylesheets/ace.css */
.ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon:hover {
  color: #699AB5;
  border-color: #699AB5;
}

/* line 17116, lib/assets/stylesheets/ace.css */
.ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon:before {
  width: 20px;
  text-align: center;
  display: inline-block;
}

/* line 17121, lib/assets/stylesheets/ace.css */
.ui-pg-table > tbody > tr > .ui-pg-button.ui-state-disabled .ui-icon {
  color: #B0B0B0;
  background-color: #F7F7F7;
  border-color: #DDD;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 17131, lib/assets/stylesheets/ace.css */
.ui-jqgrid-btable input,
.ui-jqgrid-btable textarea,
.ui-jqgrid-btable select {
  padding: 2px;
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
}

/* line 17139, lib/assets/stylesheets/ace.css */
.ui-jqgrid-btable select {
  padding: 1px;
  height: 25px;
  line-height: 25px;
}

/* line 17144, lib/assets/stylesheets/ace.css */
.ui-pg-div .ui-icon {
  display: inline-block;
  width: 18px;
  float: none;
  position: static;
  text-align: center;
  opacity: 0.85;
  -webkit-transition: all 0.12s;
  -o-transition: all 0.12s;
  transition: all 0.12s;
  margin: 0 1px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 17px;
}

/* line 17159, lib/assets/stylesheets/ace.css */
.ui-pg-div .ui-icon:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
  position: static;
  margin: 0 1px;
}

/* line 17169, lib/assets/stylesheets/ace.css */
.ui-pg-div .ui-icon:before {
  font-family: FontAwesome;
  display: inline;
}

/* line 17173, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-icon-pencil {
  color: #478FCA;
}

/* line 17176, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-icon-pencil:before {
  content: "\f040";
}

/* line 17179, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-icon-trash {
  color: #DD5A43;
}

/* line 17182, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-icon-trash:before {
  content: "\f014";
}

/* line 17185, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-icon-disk {
  color: #69AA46;
}

/* line 17188, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-icon-disk:before {
  content: "\f00c";
}

/* line 17191, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-icon-cancel {
  color: #DD5A43;
}

/* line 17194, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-icon-cancel:before {
  content: "\f00d";
}

/* line 17197, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content,
.ui-jqdialog .ui-jqdialog-content {
  font-size: 13px;
  padding: 4px 0 0;
}

/* line 17202, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .formdata,
.ui-jqdialog .ui-jqdialog-content .formdata {
  font-size: 13px;
  padding: 6px 12px;
}

/* line 17207, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .form-view-data,
.ui-jqdialog .ui-jqdialog-content .form-view-data {
  vertical-align: middle;
  font-size: 13px;
}

/* line 17212, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content[id*="alertcnt_"],
.ui-jqdialog .ui-jqdialog-content[id*="alertcnt_"] {
  padding: 8px 11px;
}

/* line 17216, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .CaptionTD {
  font-size: 12px;
  text-align: right;
  color: #666;
}

/* line 17221, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .FormData {
  border-bottom: 1px dotted #E8E8E8;
}

/* line 17224, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .FormData:last-child {
  border-bottom: none;
}

/* line 17227, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .FormData > td {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 17231, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content input.FormElement {
  width: auto;
}

/* line 17234, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content select.FormElement {
  padding: 1px;
  height: 25px;
  line-height: 25px;
  width: auto;
}

/* line 17240, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content td.EditButton {
  padding: 8px;
}

/* line 17243, lib/assets/stylesheets/ace.css */
.EditTable {
  background-color: #eff3f8;
  border-top: 1px solid #D6E1EA !important;
  padding: 8px;
}

/* line 17248, lib/assets/stylesheets/ace.css */
.EditTable tr:first-child {
  display: none;
}

/* line 17251, lib/assets/stylesheets/ace.css */
.EditTable .navButton .fm-button {
  float: none !important;
  width: auto !important;
  margin: 1px 1px 2px !important;
  background-color: transparent;
  border-radius: 100%;
}

/* line 17258, lib/assets/stylesheets/ace.css */
.EditTable .navButton .fm-button:hover {
  background-color: transparent;
}

/* line 17261, lib/assets/stylesheets/ace.css */
.EditTable .navButton .fm-button:focus {
  outline: none;
}

/* line 17264, lib/assets/stylesheets/ace.css */
.EditTable .navButton .fm-button .ace-icon {
  display: inline-block;
  color: #999;
  border: 1px solid #AAA;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  background-color: #FFF;
}

/* line 17275, lib/assets/stylesheets/ace.css */
.EditTable .navButton .fm-button:hover .ace-icon {
  color: #699AB5;
  border-color: #699AB5;
}

/* line 17279, lib/assets/stylesheets/ace.css */
.EditTable .navButton .fm-button.ui-state-disabled .ace-icon,
.EditTable .navButton .fm-button.ui-state-disabled:hover .ace-icon {
  color: #BBB;
  border-color: #CCC;
  -moz-transform: scale(0.88);
  -webkit-transform: scale(0.88);
  -o-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
}

/* line 17289, lib/assets/stylesheets/ace.css */
.FormGrid .EditTable {
  background-color: #FFF;
  border-top: none !important;
  padding: 0;
}

/* line 17294, lib/assets/stylesheets/ace.css */
.FormGrid .EditTable tr:first-child {
  display: none;
}

/* line 17297, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
  font-size: 13px;
}

/* line 17303, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .searchFilter select {
  padding: 1px;
  height: 26px;
  line-height: 26px;
  width: auto;
  max-width: 95%;
  margin-bottom: 0;
}

/* line 17311, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .searchFilter .input-elm {
  margin-bottom: 0;
  height: 18px;
  line-height: 18px;
  width: 95% !important;
  padding-left: 1px;
  padding-right: 1px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 17322, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .searchFilter table {
  margin-left: 4px;
}

/* line 17325, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .searchFilter tr td {
  padding: 5px 0;
}

/* line 17328, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .searchFilter .add-group,
.ui-jqdialog-content .searchFilter .add-rule,
.ui-jqdialog-content .searchFilter .delete-group {
  margin-left: 4px !important;
  font-size: 15px !important;
}

/* line 17334, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .searchFilter .delete-rule {
  border: none;
  background-color: #FFF;
  color: #D15B47;
  font-size: 20px;
  width: 22px;
  line-height: 10px;
  padding: 0;
  text-shadow: none !important;
  display: inline-block;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0.85;
}

/* line 17349, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .searchFilter .delete-rule:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #B74635;
  opacity: 1;
}

/* line 17358, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .searchFilter .queryresult {
  margin-bottom: 11px;
}

/* line 17361, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .searchFilter .queryresult td.query {
  padding: 6px 11px;
  border: 1px solid #E1E1E1;
  background-color: #EEEEEE;
}

/* line 17366, lib/assets/stylesheets/ace.css */
.ui-jqdialog-content .searchFilter .queryresult td.query:empty {
  display: none;
}

/* line 17369, lib/assets/stylesheets/ace.css */
.ui-state-error {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
  margin: 4px 4px 8px;
  padding: 6px 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

/* line 17378, lib/assets/stylesheets/ace.css */
.ui-jqdialog .ui-widget-header {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-image: none;
  border-bottom: 1px solid solid;
  color: #669FC7;
  min-height: 38px;
  position: relative;
}

/* line 17390, lib/assets/stylesheets/ace.css */
.ui-jqdialog .ui-widget-header .ui-jqdialog-title {
  line-height: 38px;
  margin: 0;
  padding: 0;
  padding-left: 12px;
  text-align: left;
}

/* line 17397, lib/assets/stylesheets/ace.css */
.widget-header .ui-jqdialog-title {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 17401, lib/assets/stylesheets/ace.css */
.ui-jqdialog .ui-widget-header .widget-header {
  border-bottom: none;
}

/* line 17404, lib/assets/stylesheets/ace.css */
.ui-jqdialog .ui-jqdialog-titlebar {
  border-bottom: 1px solid #DDD !important;
}

/* line 17407, lib/assets/stylesheets/ace.css */
.fm-button {
  margin: 0 4px;
}

/* line 17410, lib/assets/stylesheets/ace.css */
.fm-button:not(.btn) {
  background-color: #abbac3;
  border-radius: 0;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  padding: 0 12px 1px;
  margin: 0 8px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  vertical-align: middle;
}

/* line 17428, lib/assets/stylesheets/ace.css */
.fm-button.ui-state-default:hover {
  background-color: #8b9aa3;
}

/* line 17431, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
  height: 30px;
  padding-top: 2px;
  white-space: normal;
}

/* line 17436, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th div {
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  line-height: 26px;
}

/* line 17442, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-titlebar-close {
  top: 10%;
  height: auto;
  padding: 0;
  margin: 2px 8px 0 0;
  text-align: center;
  border-radius: 4px;
}

/* line 17450, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 17453, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f077";
  color: #FFF;
}

/* line 17459, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon-circle-triangle-s:before {
  content: "\f078";
}

/* line 17462, lib/assets/stylesheets/ace.css */
.ui-jqgrid .tree-wrap-ltr {
  margin: 0 4px;
  float: none;
  display: inline;
}

/* line 17467, lib/assets/stylesheets/ace.css */
.ui-jqgrid .tree-wrap-rtl {
  margin: 2px 4px 0;
}

/* line 17470, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-subgrid {
  border-bottom: 1px solid #E1E1E1;
  background-color: #F6FAFF;
}

/* line 17474, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-subgrid .ui-jqgrid-btable {
  background-color: #FFF;
}

/* line 17477, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv {
  background-color: transparent;
  margin-top: 4px;
}

/* line 17481, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels {
  border-bottom: 1px solid #E1E1E1;
  background: #F1F1F1;
}

/* line 17485, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th[aria-selected="true"] {
  background: #E5E9EF;
}

/* line 17488, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th .ui-jqgrid-sortable {
  font-size: 12px;
}

/* line 17491, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th div {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 17495, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th span.ui-jqgrid-resize {
  height: 36px !important;
}

/* line 17498, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-bdiv {
  height: auto !important;
  max-height: 150px;
  margin-bottom: 4px;
  border-top-width: 0;
  border-bottom: 1px solid #E1E1E1;
}

/* line 17505, lib/assets/stylesheets/ace.css */
.ui-jqgrid .ui-sgcollapsed > a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  /* line 17509, lib/assets/stylesheets/ace.css */
  .ui-jqgrid .ui-jqgrid-pager {
    height: 90px;
  }
  /* line 17512, lib/assets/stylesheets/ace.css */
  .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control {
    height: 85px;
    padding-top: 9px;
  }
  /* line 17516, lib/assets/stylesheets/ace.css */
  .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td {
    vertical-align: top;
  }
  /* line 17519, lib/assets/stylesheets/ace.css */
  .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td#grid-pager_center {
    width: 0 !important;
    position: static;
  }
  /* line 17523, lib/assets/stylesheets/ace.css */
  .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td#grid-pager_center > .ui-pg-table {
    margin: 36px auto 0;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 17532, lib/assets/stylesheets/ace.css */
  .ui-jqgrid .ui-jqgrid-pager > .ui-pager-control > .ui-pg-table > tbody > tr > td#grid-pager_center > .ui-pg-table {
    width: 300px;
  }
}

/* line 17536, lib/assets/stylesheets/ace.css */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  line-height: 20px;
}

/* line 17545, lib/assets/stylesheets/ace.css */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 17552, lib/assets/stylesheets/ace.css */
.dd-list .dd-list {
  padding-left: 30px;
}

/* line 17555, lib/assets/stylesheets/ace.css */
.dd-collapsed .dd-list {
  display: none;
}

/* line 17558, lib/assets/stylesheets/ace.css */
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}

/* line 17568, lib/assets/stylesheets/ace.css */
.dd-handle,
.dd2-content {
  display: block;
  min-height: 38px;
  margin: 5px 0;
  padding: 8px 12px;
  background: #F8FAFF;
  border: 1px solid #DAE2EA;
  color: #7C9EB2;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17583, lib/assets/stylesheets/ace.css */
.dd-handle:hover,
.dd2-content:hover {
  color: #438EB9;
  background: #F4F6F7;
  border-color: #DCE2E8;
}

/* line 17589, lib/assets/stylesheets/ace.css */
.dd-handle[class*="btn-"],
.dd2-content[class*="btn-"] {
  color: #FFF;
  border: none;
  padding: 9px 12px;
}

/* line 17595, lib/assets/stylesheets/ace.css */
.dd-handle[class*="btn-"]:hover,
.dd2-content[class*="btn-"]:hover {
  opacity: 0.85;
  color: #FFF;
}

/* line 17600, lib/assets/stylesheets/ace.css */
.dd2-handle + .dd2-content,
.dd2-handle + .dd2-content[class*="btn-"] {
  padding-left: 44px;
}

/* line 17604, lib/assets/stylesheets/ace.css */
.dd-handle[class*="btn-"]:hover,
.dd2-content[class*="btn-"] .dd2-handle[class*="btn-"]:hover + .dd2-content[class*="btn-"] {
  color: #FFF;
}

/* line 17608, lib/assets/stylesheets/ace.css */
.dd-item > button:hover ~ .dd-handle,
.dd-item > button:hover ~ .dd2-content {
  color: #438EB9;
  background: #F4F6F7;
  border-color: #DCE2E8;
}

/* line 17614, lib/assets/stylesheets/ace.css */
.dd-item > button:hover ~ .dd-handle[class*="btn-"],
.dd-item > button:hover ~ .dd2-content[class*="btn-"] {
  opacity: 0.85;
  color: #FFF;
}

/* line 17619, lib/assets/stylesheets/ace.css */
.dd2-handle:hover ~ .dd2-content {
  color: #438EB9;
  background: #F4F6F7;
  border-color: #DCE2E8;
}

/* line 17624, lib/assets/stylesheets/ace.css */
.dd2-handle:hover ~ .dd2-content[class*="btn-"] {
  opacity: 0.85;
  color: #FFF;
}

/* line 17628, lib/assets/stylesheets/ace.css */
.dd2-item.dd-item > button {
  margin-left: 34px;
}

/* line 17631, lib/assets/stylesheets/ace.css */
.dd-item > button {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 1px 5px 5px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  top: 4px;
  left: 1px;
  color: #707070;
}

/* line 17654, lib/assets/stylesheets/ace.css */
.dd-item > button:before {
  font-family: FontAwesome;
  content: '\f067';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-weight: normal;
  font-size: 14px;
}

/* line 17665, lib/assets/stylesheets/ace.css */
.dd-item > button[data-action="collapse"]:before {
  content: '\f068';
}

/* line 17668, lib/assets/stylesheets/ace.css */
.dd-item > button:hover {
  color: #707070;
}

/* line 17671, lib/assets/stylesheets/ace.css */
.dd-item.dd-colored > button,
.dd-item.dd-colored > button:hover {
  color: #EEE;
}

/* line 17675, lib/assets/stylesheets/ace.css */
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #F0F9FF;
  border: 2px dashed #BED2DB;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17686, lib/assets/stylesheets/ace.css */
.dd-empty {
  border-color: #AAA;
  border-style: solid;
  background-color: #e5e5e5;
}

/* line 17691, lib/assets/stylesheets/ace.css */
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: 0.8;
}

/* line 17697, lib/assets/stylesheets/ace.css */
.dd-dragel > li > .dd-handle {
  color: #4B92BE;
  background: #F1F5FA;
  border-color: #D6E1EA;
  border-left: 2px solid #777;
  position: relative;
}

/* line 17704, lib/assets/stylesheets/ace.css */
.dd-dragel > li > .dd-handle[class*="btn-"] {
  color: #FFF;
}

/* line 17707, lib/assets/stylesheets/ace.css */
.dd-dragel > .dd-item > .dd-handle {
  margin-top: 0;
}

/* line 17710, lib/assets/stylesheets/ace.css */
.dd-list > li[class*="item-"] {
  border-width: 0;
  padding: 0;
}

/* line 17714, lib/assets/stylesheets/ace.css */
.dd-list > li[class*="item-"] > .dd-handle {
  border-left: 2px solid;
  border-left-color: inherit;
}

/* line 17718, lib/assets/stylesheets/ace.css */
.dd-list > li > .dd-handle .sticker {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 17723, lib/assets/stylesheets/ace.css */
.dd2-handle,
.dd-dragel > li > .dd2-handle {
  left: 0;
  top: 0;
  width: 36px;
  margin: 0;
  border-width: 1px 1px 0 0;
  text-align: center;
  padding: 0 !important;
  line-height: 38px;
  height: 38px;
  background: #EBEDF2;
  border: 1px solid #DEE4EA;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

/* line 17741, lib/assets/stylesheets/ace.css */
.dd2-handle:hover,
.dd-dragel > li > .dd2-handle {
  background: #E3E8ED;
}

/* line 17745, lib/assets/stylesheets/ace.css */
.dd2-content[class*="btn-"] {
  text-shadow: none !important;
}

/* line 17748, lib/assets/stylesheets/ace.css */
.dd2-handle[class*="btn-"] {
  text-shadow: none !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-right: 1px solid #EEE;
}

/* line 17753, lib/assets/stylesheets/ace.css */
.dd2-handle[class*="btn-"]:hover {
  background: rgba(0, 0, 0, 0.08) !important;
}

/* line 17756, lib/assets/stylesheets/ace.css */
.dd-dragel .dd2-handle[class*="btn-"] {
  border-color: transparent;
  border-right-color: #EEE;
}

/* line 17760, lib/assets/stylesheets/ace.css */
.dd2-handle.btn-yellow {
  text-shadow: none !important;
  background: rgba(0, 0, 0, 0.05) !important;
  border-right: 1px solid #FFF;
}

/* line 17765, lib/assets/stylesheets/ace.css */
.dd2-handle.btn-yellow:hover {
  background: rgba(0, 0, 0, 0.08) !important;
}

/* line 17768, lib/assets/stylesheets/ace.css */
.dd-dragel .dd2-handle.btn-yellow {
  border-color: transparent;
  border-right-color: #FFF;
}

/* line 17772, lib/assets/stylesheets/ace.css */
.dd-item > .dd2-handle .drag-icon {
  display: none;
}

/* line 17775, lib/assets/stylesheets/ace.css */
.dd-dragel > .dd-item > .dd2-handle .drag-icon {
  display: inline;
}

/* line 17778, lib/assets/stylesheets/ace.css */
.dd-dragel > .dd-item > .dd2-handle .normal-icon {
  display: none;
}

/* line 17781, lib/assets/stylesheets/ace.css */
.dropzone {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 17785, lib/assets/stylesheets/ace.css */
.dropzone .dz-default.dz-message {
  background-image: none;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  left: 0;
  width: 100%;
  margin-left: auto;
}

/* line 17794, lib/assets/stylesheets/ace.css */
.dropzone .dz-default.dz-message span {
  display: inline;
  color: #555;
}

/* line 17798, lib/assets/stylesheets/ace.css */
.dropzone .dz-default.dz-message span .upload-icon {
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-top: 8px;
  cursor: pointer;
}

/* line 17804, lib/assets/stylesheets/ace.css */
.dropzone .dz-default.dz-message span .upload-icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 17808, lib/assets/stylesheets/ace.css */
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
}

/* line 17818, lib/assets/stylesheets/ace.css */
.dropzone .dz-preview .dz-error-mark:before,
.dropzone-previews .dz-preview .dz-error-mark:before {
  font-family: FontAwesome;
  font-size: 30px;
  color: #DB6262;
  content: "\f00d";
}

/* line 17825, lib/assets/stylesheets/ace.css */
.dropzone .dz-preview .dz-success-mark:before,
.dropzone-previews .dz-preview .dz-success-mark:before {
  font-family: FontAwesome;
  font-size: 30px;
  color: #6DA552;
  content: "\f00c";
}

/* line 17832, lib/assets/stylesheets/ace.css */
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  border: none;
  border-radius: 0;
  color: #FFF;
  background: #D15B47;
  cursor: pointer;
}

/* line 17840, lib/assets/stylesheets/ace.css */
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #FFF;
  background: #B74635;
}

/* line 17845, lib/assets/stylesheets/ace.css */
.dropzone .progress,
.dropzone-previews .progress {
  margin-bottom: 0;
}

/* line 17849, lib/assets/stylesheets/ace.css */
.dropzone .dz-preview.dz-success .progress,
.dropzone-previews .dz-preview.dz-success .progress,
.dropzone .dz-preview.dz-error .progress,
.dropzone-previews .dz-preview.dz-error .progress {
  display: none;
}

/* line 17855, lib/assets/stylesheets/ace.css */
input.typeahead,
input.tt-query,
input.tt-hint {
  min-width: 175px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #CCC;
  border-radius: 0;
  outline: none;
}

/* line 17865, lib/assets/stylesheets/ace.css */
input.tt-hint,
.form-group input.tt-hint {
  background-color: #FFF !important;
  color: #B0B0B0 !important;
}

/* line 17870, lib/assets/stylesheets/ace.css */
.tt-dropdown-menu {
  text-align: left;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  min-width: 175px;
  margin-top: 2px;
  padding: 8px 0;
  background-color: #FFF;
  border: 1px solid #D0D0D0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 17885, lib/assets/stylesheets/ace.css */
.tt-suggestion {
  padding: 3px 12px 4px;
  font-size: 16px;
  line-height: 24px;
}

/* line 17890, lib/assets/stylesheets/ace.css */
.tt-suggestion.tt-cursor {
  color: #FFF;
  background-color: #4F99C6;
  cursor: pointer;
}

/* line 17895, lib/assets/stylesheets/ace.css */
.tt-suggestion p {
  margin: 0;
}

/* line 17898, lib/assets/stylesheets/ace.css */
input.typeahead.scrollable ~ .tt-dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}

/* line 17902, lib/assets/stylesheets/ace.css */
.btn-group > .btn.moveall:first-child,
.btn-group > .btn.remove:first-child {
  margin: 0;
}

/* line 17906, lib/assets/stylesheets/ace.css */
.btn-group > .btn.moveall:first-child + .btn.move,
.btn-group > .btn.remove:first-child + .btn.removeall {
  margin: 0;
}

/* line 17910, lib/assets/stylesheets/ace.css */
.bootstrap-duallistbox-container .info {
  font-size: 12px;
}

/* line 17913, lib/assets/stylesheets/ace.css */
.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
  font-size: 12px;
}

/* line 17917, lib/assets/stylesheets/ace.css */
.multiselect-container > li > a {
  padding: 0;
}

/* line 17920, lib/assets/stylesheets/ace.css */
.multiselect-container > li > a > label {
  padding: 7px 10px 7px 20px;
}

/* line 17923, lib/assets/stylesheets/ace.css */
.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
  font-size: 2em;
}

/* line 17930, lib/assets/stylesheets/ace.css */
.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #777777;
}

/* line 17946, lib/assets/stylesheets/ace.css */
.cancel-on-png {
  color: #dd5a43;
}

/* line 17949, lib/assets/stylesheets/ace.css */
.cancel-on-png:before {
  content: "\f057";
}

/* line 17952, lib/assets/stylesheets/ace.css */
.cancel-off-png {
  color: #e08374;
}

/* line 17955, lib/assets/stylesheets/ace.css */
.cancel-off-png:before {
  content: "\f05c";
}

/* line 17958, lib/assets/stylesheets/ace.css */
.star-on-png {
  color: #feb902;
}

/* line 17961, lib/assets/stylesheets/ace.css */
.star-on-png:before {
  content: "\f005";
}

/* line 17964, lib/assets/stylesheets/ace.css */
.star-off-png {
  color: #777777;
}

/* line 17967, lib/assets/stylesheets/ace.css */
.star-off-png:before {
  content: "\f006";
}

/* line 17970, lib/assets/stylesheets/ace.css */
.star-half-png {
  color: #feb902;
}

/* line 17973, lib/assets/stylesheets/ace.css */
.star-half-png:before {
  content: "\f123";
}

/* custom animated icons */
/* line 17977, lib/assets/stylesheets/ace.css */
.icon-animated-bell {
  display: inline-block;
  -moz-animation: ringing 2.0s 5 ease 1.0s;
  -webkit-animation: ringing 2.0s 5 ease 1.0s;
  -o-animation: ringing 2.0s 5 ease 1.0s;
  -ms-animation: ringing 2.0s 5 ease 1.0s;
  animation: ringing 2.0s 5 ease 1.0s;
  -moz-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

@-moz-keyframes ringing {
  0% {
    -moz-transform: rotate(-15deg);
  }
  2% {
    -moz-transform: rotate(15deg);
  }
  4% {
    -moz-transform: rotate(-18deg);
  }
  6% {
    -moz-transform: rotate(18deg);
  }
  8% {
    -moz-transform: rotate(-22deg);
  }
  10% {
    -moz-transform: rotate(22deg);
  }
  12% {
    -moz-transform: rotate(-18deg);
  }
  14% {
    -moz-transform: rotate(18deg);
  }
  16% {
    -moz-transform: rotate(-12deg);
  }
  18% {
    -moz-transform: rotate(12deg);
  }
  20% {
    -moz-transform: rotate(0deg);
  }
}

@-webkit-keyframes ringing {
  0% {
    -webkit-transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
  }
}

@-ms-keyframes ringing {
  /* line 18061, lib/assets/stylesheets/ace.css */
  0% {
    -ms-transform: rotate(-15deg);
  }
  /* line 18064, lib/assets/stylesheets/ace.css */
  2% {
    -ms-transform: rotate(15deg);
  }
  /* line 18067, lib/assets/stylesheets/ace.css */
  4% {
    -ms-transform: rotate(-18deg);
  }
  /* line 18070, lib/assets/stylesheets/ace.css */
  6% {
    -ms-transform: rotate(18deg);
  }
  /* line 18073, lib/assets/stylesheets/ace.css */
  8% {
    -ms-transform: rotate(-22deg);
  }
  /* line 18076, lib/assets/stylesheets/ace.css */
  10% {
    -ms-transform: rotate(22deg);
  }
  /* line 18079, lib/assets/stylesheets/ace.css */
  12% {
    -ms-transform: rotate(-18deg);
  }
  /* line 18082, lib/assets/stylesheets/ace.css */
  14% {
    -ms-transform: rotate(18deg);
  }
  /* line 18085, lib/assets/stylesheets/ace.css */
  16% {
    -ms-transform: rotate(-12deg);
  }
  /* line 18088, lib/assets/stylesheets/ace.css */
  18% {
    -ms-transform: rotate(12deg);
  }
  /* line 18091, lib/assets/stylesheets/ace.css */
  20% {
    -ms-transform: rotate(0deg);
  }
}

@keyframes ringing {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}

/* line 18130, lib/assets/stylesheets/ace.css */
.icon-animated-vertical {
  display: inline-block;
  -moz-animation: vertical 2.0s 5 ease 2.0s;
  -webkit-animation: vertical 2.0s 5 ease 2.0s;
  -o-animation: vertical 2.0s 5 ease 2.0s;
  -ms-animation: vertical 2.0s 5 ease 2.0s;
  animation: vertical 2.0s 5 ease 2.0s;
}

@-moz-keyframes vertical {
  0% {
    -moz-transform: translate(0, -3px);
  }
  4% {
    -moz-transform: translate(0, 3px);
  }
  8% {
    -moz-transform: translate(0, -3px);
  }
  12% {
    -moz-transform: translate(0, 3px);
  }
  16% {
    -moz-transform: translate(0, -3px);
  }
  20% {
    -moz-transform: translate(0, 3px);
  }
  22% {
    -moz-transform: translate(0, 0);
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
  }
  22% {
    -webkit-transform: translate(0, 0);
  }
}

@-ms-keyframes vertical {
  /* line 18185, lib/assets/stylesheets/ace.css */
  0% {
    -ms-transform: translate(0, -3px);
  }
  /* line 18188, lib/assets/stylesheets/ace.css */
  4% {
    -ms-transform: translate(0, 3px);
  }
  /* line 18191, lib/assets/stylesheets/ace.css */
  8% {
    -ms-transform: translate(0, -3px);
  }
  /* line 18194, lib/assets/stylesheets/ace.css */
  12% {
    -ms-transform: translate(0, 3px);
  }
  /* line 18197, lib/assets/stylesheets/ace.css */
  16% {
    -ms-transform: translate(0, -3px);
  }
  /* line 18200, lib/assets/stylesheets/ace.css */
  20% {
    -ms-transform: translate(0, 3px);
  }
  /* line 18203, lib/assets/stylesheets/ace.css */
  22% {
    -ms-transform: translate(0, 0);
  }
}

@keyframes vertical {
  0% {
    transform: translate(0, -3px);
  }
  4% {
    transform: translate(0, 3px);
  }
  8% {
    transform: translate(0, -3px);
  }
  12% {
    transform: translate(0, 3px);
  }
  16% {
    transform: translate(0, -3px);
  }
  20% {
    transform: translate(0, 3px);
  }
  22% {
    transform: translate(0, 0);
  }
}

/* line 18230, lib/assets/stylesheets/ace.css */
.icon-animated-hand-pointer {
  display: inline-block;
  -moz-animation: hand-pointer 2.0s 4 ease 2.0s;
  -webkit-animation: hand-pointer 2.0s 4 ease 2.0s;
  -o-animation: hand-pointer 2.0s 4 ease 2.0s;
  -ms-animation: hand-pointer 2.0s 4 ease 2.0s;
  animation: hand-pointer 2.0s 4 ease 2.0s;
}

@-moz-keyframes hand-pointer {
  0% {
    -moz-transform: translate(0, 0);
  }
  6% {
    -moz-transform: translate(5px, 0);
  }
  12% {
    -moz-transform: translate(0, 0);
  }
  18% {
    -moz-transform: translate(5px, 0);
  }
  24% {
    -moz-transform: translate(0, 0);
  }
  30% {
    -moz-transform: translate(5px, 0);
  }
  36% {
    -moz-transform: translate(0, 0);
  }
}

/* line 18261, lib/assets/stylesheets/ace.css */
.icon-animated-wrench {
  display: inline-block;
  -moz-animation: wrenching 2.5s 4 ease;
  -webkit-animation: wrenching 2.5s 4 ease;
  -o-animation: wrenching 2.5s 4 ease;
  -ms-animation: wrenching 2.5s 4 ease;
  animation: wrenching 2.5s 4 ease;
  -moz-transform-origin: 90% 35%;
  -webkit-transform-origin: 90% 35%;
  -o-transform-origin: 90% 35%;
  -ms-transform-origin: 90% 35%;
  transform-origin: 90% 35%;
}

@-moz-keyframes wrenching {
  0% {
    -moz-transform: rotate(-12deg);
  }
  8% {
    -moz-transform: rotate(12deg);
  }
  10% {
    -moz-transform: rotate(24deg);
  }
  18% {
    -moz-transform: rotate(-24deg);
  }
  20% {
    -moz-transform: rotate(-24deg);
  }
  28% {
    -moz-transform: rotate(24deg);
  }
  30% {
    -moz-transform: rotate(24deg);
  }
  38% {
    -moz-transform: rotate(-24deg);
  }
  40% {
    -moz-transform: rotate(-24deg);
  }
  48% {
    -moz-transform: rotate(24deg);
  }
  50% {
    -moz-transform: rotate(24deg);
  }
  58% {
    -moz-transform: rotate(-24deg);
  }
  60% {
    -moz-transform: rotate(-24deg);
  }
  68% {
    -moz-transform: rotate(24deg);
  }
  75% {
    -moz-transform: rotate(0deg);
  }
}

@-webkit-keyframes wrenching {
  0% {
    -webkit-transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
}

@-o-keyframes wrenching {
  0% {
    -o-transform: rotate(-12deg);
  }
  8% {
    -o-transform: rotate(12deg);
  }
  10% {
    -o-transform: rotate(24deg);
  }
  18% {
    -o-transform: rotate(-24deg);
  }
  20% {
    -o-transform: rotate(-24deg);
  }
  28% {
    -o-transform: rotate(24deg);
  }
  30% {
    -o-transform: rotate(24deg);
  }
  38% {
    -o-transform: rotate(-24deg);
  }
  40% {
    -o-transform: rotate(-24deg);
  }
  48% {
    -o-transform: rotate(24deg);
  }
  50% {
    -o-transform: rotate(24deg);
  }
  58% {
    -o-transform: rotate(-24deg);
  }
  60% {
    -o-transform: rotate(-24deg);
  }
  68% {
    -o-transform: rotate(24deg);
  }
  75% {
    -o-transform: rotate(0deg);
  }
}

@-ms-keyframes wrenching {
  /* line 18416, lib/assets/stylesheets/ace.css */
  0% {
    -ms-transform: rotate(-12deg);
  }
  /* line 18419, lib/assets/stylesheets/ace.css */
  8% {
    -ms-transform: rotate(12deg);
  }
  /* line 18422, lib/assets/stylesheets/ace.css */
  10% {
    -ms-transform: rotate(24deg);
  }
  /* line 18425, lib/assets/stylesheets/ace.css */
  18% {
    -ms-transform: rotate(-24deg);
  }
  /* line 18428, lib/assets/stylesheets/ace.css */
  20% {
    -ms-transform: rotate(-24deg);
  }
  /* line 18431, lib/assets/stylesheets/ace.css */
  28% {
    -ms-transform: rotate(24deg);
  }
  /* line 18434, lib/assets/stylesheets/ace.css */
  30% {
    -ms-transform: rotate(24deg);
  }
  /* line 18437, lib/assets/stylesheets/ace.css */
  38% {
    -ms-transform: rotate(-24deg);
  }
  /* line 18440, lib/assets/stylesheets/ace.css */
  40% {
    -ms-transform: rotate(-24deg);
  }
  /* line 18443, lib/assets/stylesheets/ace.css */
  48% {
    -ms-transform: rotate(24deg);
  }
  /* line 18446, lib/assets/stylesheets/ace.css */
  50% {
    -ms-transform: rotate(24deg);
  }
  /* line 18449, lib/assets/stylesheets/ace.css */
  58% {
    -ms-transform: rotate(-24deg);
  }
  /* line 18452, lib/assets/stylesheets/ace.css */
  60% {
    -ms-transform: rotate(-24deg);
  }
  /* line 18455, lib/assets/stylesheets/ace.css */
  68% {
    -ms-transform: rotate(24deg);
  }
  /* line 18458, lib/assets/stylesheets/ace.css */
  75% {
    -ms-transform: rotate(0deg);
  }
}

@keyframes wrenching {
  0% {
    transform: rotate(-12deg);
  }
  8% {
    transform: rotate(12deg);
  }
  10% {
    transform: rotate(24deg);
  }
  18% {
    transform: rotate(-24deg);
  }
  20% {
    transform: rotate(-24deg);
  }
  28% {
    transform: rotate(24deg);
  }
  30% {
    transform: rotate(24deg);
  }
  38% {
    transform: rotate(-24deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  48% {
    transform: rotate(24deg);
  }
  50% {
    transform: rotate(24deg);
  }
  58% {
    transform: rotate(-24deg);
  }
  60% {
    transform: rotate(-24deg);
  }
  68% {
    transform: rotate(24deg);
  }
  75% {
    transform: rotate(0deg);
  }
}

@-moz-keyframes blinking {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

@-webkit-keyframes blinking {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

@-ms-keyframes blinking {
  /* line 18532, lib/assets/stylesheets/ace.css */
  0% {
    opacity: 1;
  }
  /* line 18535, lib/assets/stylesheets/ace.css */
  40% {
    opacity: 0;
  }
  /* line 18538, lib/assets/stylesheets/ace.css */
  80% {
    opacity: 1;
  }
}

@keyframes blinking {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

@-moz-keyframes pulsating {
  0% {
    -moz-transform: scale(1);
  }
  5% {
    -moz-transform: scale(0.75);
  }
  10% {
    -moz-transform: scale(1);
  }
  15% {
    -moz-transform: scale(1.25);
  }
  20% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.75);
  }
  30% {
    -moz-transform: scale(1);
  }
  35% {
    -moz-transform: scale(1.25);
  }
  40% {
    -moz-transform: scale(1);
  }
}

@-webkit-keyframes pulsating {
  0% {
    -webkit-transform: scale(1);
  }
  5% {
    -webkit-transform: scale(0.75);
  }
  10% {
    -webkit-transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.25);
  }
  20% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.75);
  }
  30% {
    -webkit-transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.25);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@-ms-keyframes pulsating {
  /* line 18612, lib/assets/stylesheets/ace.css */
  0% {
    -ms-transform: scale(1);
  }
  /* line 18615, lib/assets/stylesheets/ace.css */
  5% {
    -ms-transform: scale(0.75);
  }
  /* line 18618, lib/assets/stylesheets/ace.css */
  10% {
    -ms-transform: scale(1);
  }
  /* line 18621, lib/assets/stylesheets/ace.css */
  15% {
    -ms-transform: scale(1.25);
  }
  /* line 18624, lib/assets/stylesheets/ace.css */
  20% {
    -ms-transform: scale(1);
  }
  /* line 18627, lib/assets/stylesheets/ace.css */
  25% {
    -ms-transform: scale(0.75);
  }
  /* line 18630, lib/assets/stylesheets/ace.css */
  30% {
    -ms-transform: scale(1);
  }
  /* line 18633, lib/assets/stylesheets/ace.css */
  35% {
    -ms-transform: scale(1.25);
  }
  /* line 18636, lib/assets/stylesheets/ace.css */
  40% {
    -ms-transform: scale(1);
  }
}

@keyframes pulsating {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(0.75);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.25);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.75);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.25);
  }
  40% {
    transform: scale(1);
  }
}

/* line 18669, lib/assets/stylesheets/ace.css */
.btn-scroll-up {
  border-width: 0;
  position: fixed;
  right: 2px;
  z-index: 99;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: -24px;
  visibility: hidden;
}

/* line 18681, lib/assets/stylesheets/ace.css */
.btn-scroll-up.display {
  opacity: 0.7;
  filter: alpha(opacity=70);
  bottom: 2px;
  visibility: visible;
}

/* line 18687, lib/assets/stylesheets/ace.css */
.btn-scroll-up:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 18691, lib/assets/stylesheets/ace.css */
.btn-scroll-up:focus {
  outline: none;
}

@media (min-width: 768px) {
  /* line 18695, lib/assets/stylesheets/ace.css */
  .main-container.container > .btn-scroll-up {
    right: auto;
    margin-left: 714px;
  }
}

@media (min-width: 992px) {
  /* line 18701, lib/assets/stylesheets/ace.css */
  .main-container.container > .btn-scroll-up {
    right: auto;
    margin-left: 934px;
  }
}

@media (min-width: 1200px) {
  /* line 18707, lib/assets/stylesheets/ace.css */
  .main-container.container > .btn-scroll-up {
    right: auto;
    margin-left: 1134px;
  }
}

/* line 18712, lib/assets/stylesheets/ace.css */
.ace-settings-container {
  position: absolute;
  right: 0;
  top: auto;
  z-index: 12;
}

/* line 18718, lib/assets/stylesheets/ace.css */
.btn.btn-app.ace-settings-btn {
  float: left;
  display: block;
  text-align: center;
  border-radius: 6px 0 0 6px;
  opacity: 0.55;
  vertical-align: top;
  margin: 0;
}

/* line 18727, lib/assets/stylesheets/ace.css */
.btn.btn-app.ace-settings-btn:hover,
.btn.btn-app.ace-settings-btn.open {
  opacity: 1;
}

/* line 18731, lib/assets/stylesheets/ace.css */
.btn.btn-app.ace-settings-btn.btn-xs, .btn-group-xs > .ace-settings-btn.btn {
  width: 42px;
}

/* line 18734, lib/assets/stylesheets/ace.css */
.ace-settings-box {
  display: block;
  float: left;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: #FFF;
  border: 0 solid #ffb34b;
  -webkit-transition: max-width 0.25s linear 0s, max-height 0s linear 0.25s, padding 0s linear 0.25s, border-width 0s linear 0.25s;
  -o-transition: max-width 0.25s linear 0s, max-height 0s linear 0.25s, padding 0s linear 0.25s, border-width 0s linear 0.25s;
  transition: max-width 0.25s linear 0s, max-height 0s linear 0.25s, padding 0s linear 0.25s, border-width 0s linear 0.25s;
}

/* line 18752, lib/assets/stylesheets/ace.css */
.ace-settings-box.open {
  max-width: 320px;
  max-height: 1000px;
  padding: 0 14px;
  border-width: 2px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 18762, lib/assets/stylesheets/ace.css */
.ace-settings-box.open .ace-settings-item {
  z-index: auto;
  min-width: 140px;
}

/* line 18766, lib/assets/stylesheets/ace.css */
.ace-settings-box .ace-settings-item {
  margin: 6px 0;
  color: #444;
  max-height: 24px;
  position: relative;
  z-index: -1;
  white-space: nowrap;
}

/* line 18774, lib/assets/stylesheets/ace.css */
.ace-settings-box .ace-settings-item > label.lbl {
  font-size: 13px;
}

@media (max-width: 480px) {
  /* line 18778, lib/assets/stylesheets/ace.css */
  .ace-settings-container {
    text-align: right;
  }
  /* line 18781, lib/assets/stylesheets/ace.css */
  .ace-settings-box {
    float: none !important;
    text-align: left;
  }
  /* line 18785, lib/assets/stylesheets/ace.css */
  .btn.ace-settings-btn {
    float: none !important;
    display: inline-block;
  }
}

@media (max-width: 320px) {
  /* line 18791, lib/assets/stylesheets/ace.css */
  .ace-settings-box > .clearfix > .pull-left,
.ace-settings-box > .clearfix > .pull-right {
    float: none !important;
  }
}

/* line 18796, lib/assets/stylesheets/ace.css */
.grid2,
.grid3,
.grid4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 1%;
  padding: 0 2%;
  float: left;
  border-left: 1px solid #E3E3E3;
}

/* line 18808, lib/assets/stylesheets/ace.css */
.grid2:first-child,
.grid3:first-child,
.grid4:first-child {
  border-left: none;
}

/* line 18813, lib/assets/stylesheets/ace.css */
.grid2 {
  width: 48%;
}

/* line 18816, lib/assets/stylesheets/ace.css */
.grid3 {
  width: 31.33%;
}

/* line 18819, lib/assets/stylesheets/ace.css */
.grid4 {
  width: 23%;
  padding: 0 1%;
}

/* line 18823, lib/assets/stylesheets/ace.css */
.draggable-placeholder {
  border: 2px dashed #D9D9D9 !important;
  background-color: #F7F7F7 !important;
}

/* line 18827, lib/assets/stylesheets/ace.css */
.easyPieChart,
.easy-pie-chart {
  position: relative;
  text-align: center;
}

/* line 18832, lib/assets/stylesheets/ace.css */
.easyPieChart canvas,
.easy-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 18838, lib/assets/stylesheets/ace.css */
.knob-container {
  direction: ltr;
  text-align: left;
}

/* line 18842, lib/assets/stylesheets/ace.css */
.tags {
  display: inline-block;
  padding: 4px 6px;
  color: #777777;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #d5d5d5;
  width: 206px;
}

/* line 18851, lib/assets/stylesheets/ace.css */
.tags:hover {
  border-color: #b5b5b5;
}

/* line 18854, lib/assets/stylesheets/ace.css */
.tags-hover,
.tags-hover:hover {
  border-color: #f59942;
  outline: 0;
}

/* line 18859, lib/assets/stylesheets/ace.css */
.tags[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 18863, lib/assets/stylesheets/ace.css */
.tags input[type="text"],
.tags input[type="text"]:focus {
  border: none;
  display: inline;
  outline: 0;
  margin: 0;
  padding: 0;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

/* line 18875, lib/assets/stylesheets/ace.css */
.tags .tag {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #91b8d0;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 4px 22px 5px 9px;
  margin-bottom: 3px;
  margin-right: 3px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  /**
  &:nth-child(5n+1) {
	background-color:#48A2E0;
  }
  &:nth-child(5n+2) {
	background-color:#34C896;
  }
  &:nth-child(5n+3) {
	background-color:#B57BB3;
  }
  &:nth-child(5n+4) {
	background-color:#CC7DA8;
  }
  &:nth-child(5n+5) {
	background-color:#666;
  }
*/
}

/* line 18909, lib/assets/stylesheets/ace.css */
.tags .tag:empty {
  display: none;
}

/* line 18912, lib/assets/stylesheets/ace.css */
.tags .tag-important {
  background-color: #d15b47;
}

/* line 18915, lib/assets/stylesheets/ace.css */
.tags .tag-warning {
  background-color: #ffb752;
}

/* line 18918, lib/assets/stylesheets/ace.css */
.tags .tag-success {
  background-color: #87b87f;
}

/* line 18921, lib/assets/stylesheets/ace.css */
.tags .tag-info {
  background-color: #6fb3e0;
}

/* line 18924, lib/assets/stylesheets/ace.css */
.tags .tag-inverse {
  background-color: #555555;
}

/* line 18927, lib/assets/stylesheets/ace.css */
.tags .tag .close {
  font-size: 15px;
  line-height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #FFF;
  text-shadow: none;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 18px;
  text-align: center;
}

/* line 18942, lib/assets/stylesheets/ace.css */
.tags .tag .close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 18945, lib/assets/stylesheets/ace.css */
.page-content > .row .col-xs-12,
.page-content > .row .col-sm-12,
.page-content > .row .col-md-12,
.page-content > .row .col-lg-12 {
  float: left;
  max-width: 100%;
}

/* line 18952, lib/assets/stylesheets/ace.css */
.col-xs-reset {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  float: none !important;
}

@media (min-width: 768px) {
  /* line 18959, lib/assets/stylesheets/ace.css */
  .col-sm-reset {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 18967, lib/assets/stylesheets/ace.css */
  .col-md-reset {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 18975, lib/assets/stylesheets/ace.css */
  .col-lg-reset {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none !important;
  }
}

/* line 18982, lib/assets/stylesheets/ace.css */
.jqstooltip,
.legendColorBox div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 18988, lib/assets/stylesheets/ace.css */
.legendLabel {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 22px;
  padding-left: 2px;
  font-size: 10px;
}

@media only screen and (max-width: 991px) {
  /* line 18997, lib/assets/stylesheets/ace.css */
  body {
    overflow-x: hidden;
  }
}

/* line 19001, lib/assets/stylesheets/ace.css */
.navbar-fixed-top + .main-container {
  padding-top: 45px;
}

@media (max-width: 479px) {
  /* line 19005, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top + .main-container {
    padding-top: 90px;
  }
  /* line 19008, lib/assets/stylesheets/ace.css */
  .navbar-fixed-top.navbar-collapse + .main-container {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 360px) {
  /* line 19013, lib/assets/stylesheets/ace.css */
  .grid2,
.grid3,
.grid4 {
    float: none;
    display: block;
    width: 96%;
    border-left-width: 0;
    position: relative;
    margin-bottom: 11px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 4px;
  }
  /* line 19025, lib/assets/stylesheets/ace.css */
  .grid2 > [class*="pull-"],
.grid3 > [class*="pull-"],
.grid4 > [class*="pull-"] {
    float: none !important;
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 0;
    margin-top: 0;
  }
  /* line 19035, lib/assets/stylesheets/ace.css */
  .grid2:last-child,
.grid3:last-child,
.grid4:last-child {
    border-bottom-width: 0;
  }
}

@media only screen and (max-width: 480px) {
  /* line 19042, lib/assets/stylesheets/ace.css */
  .hidden-480 {
    display: none !important;
  }
}

@media only screen and (max-width: 320px) {
  /* line 19047, lib/assets/stylesheets/ace.css */
  .hidden-320 {
    display: none !important;
  }
}

/* line 19051, lib/assets/stylesheets/ace.css */
.no-skin {
  /**
	.nav-list > li.disabled.active:after {
		border-color: #999;
	}
	.nav-list li.disabled li.active > a:after,
	.nav-list li.active.disabled > a:after {
		-moz-border-right-colors: #999 !important;
		border-right-color: #999 !important;
	}
	*/
}

/* line 19063, lib/assets/stylesheets/ace.css */
.no-skin .navbar .navbar-toggle {
  background-color: #75B3D7;
}

/* line 19066, lib/assets/stylesheets/ace.css */
.no-skin .navbar .navbar-toggle:focus {
  background-color: #75B3D7;
  border-color: transparent;
}

/* line 19070, lib/assets/stylesheets/ace.css */
.no-skin .navbar .navbar-toggle:hover {
  background-color: #61a8d1;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 19074, lib/assets/stylesheets/ace.css */
.no-skin .navbar .navbar-toggle.display,
.no-skin .navbar .navbar-toggle[data-toggle=collapse]:not(.collapsed) {
  background-color: #4d9dcc;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.35);
}

/* line 19080, lib/assets/stylesheets/ace.css */
.no-skin .sidebar {
  background-color: #f2f2f2;
  border-style: solid;
  border-color: #cccccc;
  border-width: 0 1px 0 0;
}

/* line 19086, lib/assets/stylesheets/ace.css */
.no-skin .nav-list .open > a,
.no-skin .nav-list .open > a:hover,
.no-skin .nav-list .open > a:focus {
  background-color: #fafafa;
}

/* line 19091, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li {
  border-color: #e5e5e5;
}

/* line 19094, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li > a {
  background-color: #f8f8f8;
  color: #585858;
}

/* line 19098, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li > a:focus {
  background-color: #f8f8f8;
  color: #1963aa;
}

/* line 19102, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li:hover > a {
  background-color: #ffffff;
  color: #266cad;
}

/* line 19106, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.open > a {
  background-color: #fafafa;
  color: #1963aa;
}

/* line 19110, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.active > a {
  font-weight: bold;
  color: #2b7dbc;
}

/* line 19114, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.active > a,
.no-skin .nav-list > li.active > a:hover,
.no-skin .nav-list > li.active > a:focus {
  background-color: #ffffff;
}

/* line 19119, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li .submenu {
  background-color: #ffffff;
  border-color: #e5e5e5;
}

/* line 19123, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li .submenu > li > a {
  border-top-color: #e4e4e4;
  background-color: #ffffff;
  color: #616161;
}

/* line 19128, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li .submenu > li > a:hover {
  color: #4b88b7;
  background-color: #f1f5f9;
}

/* line 19132, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li .submenu > li.active > a {
  color: #2b7dbc;
}

/* line 19135, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li .submenu > li.active > a > .menu-icon {
  color: #c86139;
}

/* line 19138, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li .submenu > li.active.open > a > .menu-icon {
  color: inherit;
}

@media only screen and (min-width: 992px) {
  /* line 19142, lib/assets/stylesheets/ace.css */
  .no-skin .nav-list > li .submenu > li.active.hover > a.dropdown-toggle > .menu-icon {
    color: inherit;
  }
}

/* line 19146, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li .submenu > li.active:not(.open) > a {
  background-color: #f5f7fa;
}

/* line 19149, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li .submenu > li.active:not(.open) > a:hover {
  background-color: #f1f5f9;
}

/* line 19152, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li > .submenu .open > a,
.no-skin .nav-list > li > .submenu .open > a:hover,
.no-skin .nav-list > li > .submenu .open > a:focus {
  border-color: #e4e4e4;
}

/* line 19157, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li > .submenu li > .submenu > li a {
  color: #757575;
}

/* line 19160, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li > .submenu li > .submenu > li a:hover {
  color: #4b88b7;
  background-color: #f1f5f9;
}

/* line 19164, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li > .submenu li.open > a {
  color: #4b88b7;
}

/* line 19167, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li > .submenu li > .submenu li.open > a,
.no-skin .nav-list > li > .submenu li > .submenu li.active > a {
  color: #4b88b7;
}

/* line 19171, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li > .submenu:before,
.no-skin .nav-list > li > .submenu > li:before {
  border-color: #9dbdd6;
}

/* line 19175, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.active > .submenu:before,
.no-skin .nav-list > li.active > .submenu > li:before {
  border-color: #8eb3d0;
}

/* line 19179, lib/assets/stylesheets/ace.css */
.no-skin .sidebar-toggle {
  background-color: #f3f3f3;
  border-color: #e0e0e0;
}

/* line 19183, lib/assets/stylesheets/ace.css */
.no-skin .sidebar-toggle > .ace-icon {
  border-color: #bbbbbb;
  color: #aaaaaa;
  background-color: #ffffff;
}

/* line 19188, lib/assets/stylesheets/ace.css */
.no-skin .sidebar-shortcuts {
  background-color: #fafafa;
}

/* line 19191, lib/assets/stylesheets/ace.css */
.no-skin .sidebar-fixed .sidebar-shortcuts {
  border-color: #dddddd;
}

/* line 19194, lib/assets/stylesheets/ace.css */
.no-skin .sidebar-shortcuts-mini {
  background-color: #ffffff;
}

/* line 19197, lib/assets/stylesheets/ace.css */
.no-skin .nav-list li > .arrow:before {
  border-right-color: #B8B8B8;
  -moz-border-right-colors: #B8B8B8;
  border-width: 10px 10px 10px 0;
  left: -11px;
}

/* line 19203, lib/assets/stylesheets/ace.css */
.no-skin .nav-list li > .arrow:after {
  border-right-color: #ffffff;
  -moz-border-right-colors: #ffffff;
  border-width: 10px 10px 10px 0;
  left: -10px;
}

/* line 19209, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.pull_up > .arrow:after {
  border-right-color: #ffffff !important;
  -moz-border-right-colors: #ffffff !important;
  border-width: 10px 10px 10px 0 !important;
  left: -10px !important;
}

/* line 19215, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.pull_up > .arrow:before {
  border-width: 10px 10px 10px 0 !important;
  left: -11px !important;
}

/* line 19219, lib/assets/stylesheets/ace.css */
.no-skin .nav-list li.active > a:after {
  border-right-color: #2b7dbc;
  -moz-border-right-colors: #2b7dbc;
}

/* line 19223, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.active:after {
  display: block;
  content: "";
  position: absolute;
  right: -2px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid;
  border-width: 0 2px 0 0;
  border-color: #2b7dbc;
}

/* line 19235, lib/assets/stylesheets/ace.css */
.no-skin .sidebar-scroll .nav-list > li.active:after {
  right: 0;
}

@media only screen and (max-width: 991px) {
  /* line 19239, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive .nav-list > li.active.open > a:after,
.no-skin .sidebar.responsive-max .nav-list > li.active.open > a:after {
    display: block;
  }
  /* line 19243, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive .nav-list li li.active > a:after,
.no-skin .sidebar.responsive-max .nav-list li li.active > a:after {
    display: none;
  }
  /* line 19247, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive .nav-list > li.active:after,
.no-skin .sidebar.responsive-max .nav-list > li.active:after {
    height: 41px;
  }
}

/* line 19252, lib/assets/stylesheets/ace.css */
.no-skin .sidebar.menu-min .nav-list > li > a > .menu-text {
  background-color: #f5f5f5;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-color: #cccccc;
}

/* line 19258, lib/assets/stylesheets/ace.css */
.no-skin .sidebar.menu-min .nav-list > li > a.dropdown-toggle > .menu-text {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

/* line 19262, lib/assets/stylesheets/ace.css */
.no-skin .sidebar.menu-min .nav-list > li.active > .submenu {
  border-left-color: #83b6d1;
}

/* line 19265, lib/assets/stylesheets/ace.css */
.no-skin .sidebar.menu-min .nav-list > li > .submenu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

/* line 19272, lib/assets/stylesheets/ace.css */
.no-skin .sidebar.menu-min .nav-list > li > .arrow:after {
  border-right-color: #f5f5f5;
  -moz-border-right-colors: #f5f5f5;
  border-width: 8px 8px 8px 0;
  left: -8px;
}

/* line 19278, lib/assets/stylesheets/ace.css */
.no-skin .sidebar.menu-min .nav-list > li > .arrow:before {
  border-width: 8px 8px 8px 0;
  left: -9px;
}

/* line 19282, lib/assets/stylesheets/ace.css */
.no-skin .sidebar.menu-min .nav-list > li.active > .arrow:before {
  border-right-color: #5a9ec2;
  -moz-border-right-colors: #5a9ec2;
}

/* line 19286, lib/assets/stylesheets/ace.css */
.no-skin .sidebar.menu-min .nav-list > li.active > a > .menu-text {
  border-left-color: #83b6d1;
}

/* line 19289, lib/assets/stylesheets/ace.css */
.no-skin .sidebar.menu-min .sidebar-shortcuts-large {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-color: #cccccc;
}

/* line 19295, lib/assets/stylesheets/ace.css */
.no-skin .sidebar.menu-min .sidebar-toggle > .ace-icon {
  border-color: #b1b1b1;
}

@media (max-width: 991px) {
  /* line 19299, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive-min .nav-list > li > a > .menu-text {
    background-color: #f5f5f5;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-color: #cccccc;
  }
  /* line 19305, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive-min .nav-list > li > a.dropdown-toggle > .menu-text {
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
  /* line 19309, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive-min .nav-list > li.active > .submenu {
    border-left-color: #83b6d1;
  }
  /* line 19312, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive-min .nav-list > li > .submenu {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top-color: #e6e6e6;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
  /* line 19319, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive-min .nav-list > li > .arrow:after {
    border-right-color: #f5f5f5;
    -moz-border-right-colors: #f5f5f5;
    border-width: 8px 8px 8px 0;
    left: -8px;
  }
  /* line 19325, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive-min .nav-list > li > .arrow:before {
    border-width: 8px 8px 8px 0;
    left: -9px;
  }
  /* line 19329, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive-min .nav-list > li.active > .arrow:before {
    border-right-color: #5a9ec2;
    -moz-border-right-colors: #5a9ec2;
  }
  /* line 19333, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive-min .nav-list > li.active > a > .menu-text {
    border-left-color: #83b6d1;
  }
  /* line 19336, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive-min .sidebar-shortcuts-large {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-color: #cccccc;
  }
  /* line 19342, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive-min .sidebar-toggle > .ace-icon {
    border-color: #b1b1b1;
  }
}

@media only screen and (min-width: 992px) {
  /* line 19347, lib/assets/stylesheets/ace.css */
  .no-skin .nav-list li.hover > .submenu {
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-color: #cccccc;
  }
  /* line 19352, lib/assets/stylesheets/ace.css */
  .no-skin .nav-list li.hover > .submenu > li.active > a {
    background-color: #f5f5f5;
  }
  /* line 19355, lib/assets/stylesheets/ace.css */
  .no-skin .nav-list li.hover > .submenu > li:hover > a {
    background-color: #eef3f7;
    color: #2e7db4;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  /* line 19361, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse .nav-list li li.hover.active.open > a {
    background-color: #ffffff;
  }
  /* line 19364, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse .nav-list li li.hover:hover > a {
    background-color: #ffffff;
  }
  /* line 19367, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse .nav-list li li.hover > a:hover,
.no-skin .sidebar.navbar-collapse .nav-list li li.hover.open > a:hover,
.no-skin .sidebar.navbar-collapse .nav-list li li.hover.open.active > a:hover {
    background-color: #f1f5f9;
  }
  /* line 19372, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse .nav-list > li .submenu > li.active.hover > a.dropdown-toggle > .menu-icon {
    color: #c86139;
  }
  /* line 19375, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse .nav-list > li .submenu > li.active.open.hover > a.dropdown-toggle > .menu-icon {
    color: inherit;
  }
}

@media only screen and (min-width: 992px) {
  /* line 19380, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse .nav-list > li.open.hover:not(:hover):not(:focus):not(.active) > a {
    color: #585858;
  }
  /* line 19383, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse .nav-list > li.open.hover:not(:hover):not(:focus):not(.active) > a > .arrow {
    color: inherit;
  }
  /* line 19386, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse .nav-list > li.open.hover:hover > a {
    background-color: #ffffff;
  }
  /* line 19389, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse .nav-list > li > .submenu li.open.hover:not(:hover):not(:focus):not(.active) > a {
    color: #616161;
  }
  /* line 19392, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse .nav-list > li > .submenu li.open.hover:not(:hover):not(:focus):not(.active) > a > .arrow {
    color: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  /* line 19397, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse .nav-list li.hover > .submenu {
    border-top-color: #e5e5e5;
    background-color: #ffffff;
  }
  /* line 19401, lib/assets/stylesheets/ace.css */
  .no-skin .nav-list li.hover > .submenu > li.active:not(.open) > a {
    background-color: #f5f7fa;
  }
  /* line 19404, lib/assets/stylesheets/ace.css */
  .no-skin .nav-list li.hover > .submenu > li.active:not(.open) > a:hover {
    background-color: #f1f5f9;
  }
}

@media only screen and (min-width: 992px) {
  /* line 19409, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar {
    background-color: #f8f8f8;
  }
  /* line 19412, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar:before {
    background-color: #e4e4e4;
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05) inset;
  }
  /* line 19417, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li:hover,
.no-skin .sidebar.h-sidebar .nav-list > li:hover + li {
    border-left-color: #cedde5;
  }
  /* line 19421, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li:last-child:hover {
    border-right-color: #cedde5;
  }
  /* line 19424, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li.active,
.no-skin .sidebar.h-sidebar .nav-list > li.active + li,
.no-skin .sidebar.h-sidebar .nav-list > li:hover + li.active {
    border-left-color: #79b0ce;
  }
  /* line 19429, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li.active:last-child {
    border-right-color: #79b0ce;
  }
  /* line 19432, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li.active:before {
    background-color: #2b7dbc;
  }
  /* line 19435, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li.active > a:after {
    border-width: 0 0 2px 0;
    border-color: transparent;
    border-bottom-color: #FFF;
    left: 0;
    right: 0;
    top: auto;
    bottom: -2px;
  }
  /* line 19444, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .sidebar-shortcuts-large {
    background-color: #FFF;
    border-color: #cccccc;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
  }
  /* line 19450, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .sidebar-shortcuts-large:after {
    border-bottom-color: #FFF;
    -moz-border-bottom-colors: #FFF;
  }
  /* line 19454, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li.hover > .submenu {
    border-color: #cccccc;
  }
  /* line 19457, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar.menu-min .nav-list > li.hover > .submenu {
    border-top-color: #e6e6e6;
  }
  /* line 19460, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li.hover > .arrow:after {
    border-color: transparent;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-border-left-colors: none;
    border-bottom-color: #FFF;
    -moz-border-bottom-colors: #FFF;
  }
  /* line 19468, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li.hover > .arrow:before {
    border-color: transparent;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-border-left-colors: none;
    -moz-border-bottom-colors: #B8B8B8;
    border-bottom-color: #B8B8B8;
  }
  /* line 19476, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar.menu-min .nav-list > li.hover > .arrow:after {
    -moz-border-bottom-colors: #F5F5F5;
    border-bottom-color: #F5F5F5;
  }
  /* line 19480, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar.menu-min .nav-list > li.active > a > .menu-text {
    border-left-color: #cccccc;
  }
}

@media only screen and (max-width: 991px) {
  /* line 19485, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar {
    border-width: 0 1px 1px 0;
    border-top-color: #d6d6d6;
  }
  /* line 19489, lib/assets/stylesheets/ace.css */
  .no-skin .menu-toggler + .sidebar.responsive {
    border-top-width: 1px;
  }
  /* line 19492, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.responsive-min {
    border-width: 0 1px 0 0;
  }
  /* line 19495, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse {
    border-width: 0;
    border-bottom-width: 1px !important;
    border-bottom-color: #cccccc;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
  }
  /* line 19502, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu {
    background-color: #ffffff;
  }
}

/* line 19506, lib/assets/stylesheets/ace.css */
.no-skin .sidebar-scroll .sidebar-shortcuts {
  border-bottom-color: #dddddd;
}

/* line 19509, lib/assets/stylesheets/ace.css */
.no-skin .sidebar-scroll .sidebar-toggle {
  border-top-color: #dddddd;
}

/* line 19512, lib/assets/stylesheets/ace.css */
.no-skin .main-container .menu-toggler {
  background-color: #444444;
}

/* line 19515, lib/assets/stylesheets/ace.css */
.no-skin .main-container .menu-toggler:before {
  border-top-color: #87b87f;
  border-bottom-color: #6fb3e0;
}

/* line 19519, lib/assets/stylesheets/ace.css */
.no-skin .main-container .menu-toggler:after {
  border-top-color: #ffa24d;
  border-bottom-color: #d15b47;
}

/* line 19523, lib/assets/stylesheets/ace.css */
.no-skin .main-container .menu-toggler > .toggler-text {
  border-top-color: #444444;
  -moz-border-top-colors: #444444;
}

/* line 19527, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.disabled:before {
  display: none !important;
}

/* line 19530, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.disabled > a {
  background-color: #ebebeb !important;
  color: #656565 !important;
}

/* line 19534, lib/assets/stylesheets/ace.css */
.no-skin .nav-list li .submenu > li.disabled > a,
.no-skin .nav-list li.disabled .submenu > li > a {
  background-color: #f2f2f2 !important;
  color: #7a7a7a !important;
  cursor: not-allowed !important;
}

/* line 19540, lib/assets/stylesheets/ace.css */
.no-skin .nav-list li .submenu > li.disabled > a > .menu-icon,
.no-skin .nav-list li.disabled .submenu > li > a > .menu-icon {
  display: none;
}

/* line 19544, lib/assets/stylesheets/ace.css */
.nav-list li.highlight li.active > a:after,
.nav-list li li.highlight.active > a:after,
.nav-list li.highlight li.active > a:before,
.nav-list li li.highlight.active > a:before {
  display: none;
}

/* line 19550, lib/assets/stylesheets/ace.css */
.nav-list > li.highlight.active > a:after,
.nav-list > li.highlight.active > a:before {
  display: block;
}

/* line 19554, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.highlight:hover,
.no-skin .nav-list > li.highlight.active {
  border-color: #c8d8e2;
}

/* line 19558, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.highlight:hover + li,
.no-skin .nav-list > li.highlight.active + li {
  border-top-color: #c8d8e2;
}

/* line 19562, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.highlight:hover > a,
.no-skin .nav-list > li.highlight.active > a {
  background-color: #FFF;
}

/* line 19566, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.highlight.active:after {
  display: none;
}

/* line 19569, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.highlight.active:before {
  display: block;
  background-color: #4f90c2;
}

/* line 19573, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.highlight.active > a {
  background-color: #f2f6f9 !important;
}

/* line 19576, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.highlight.active > a:before,
.no-skin .nav-list > li.highlight.active > a:after {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  right: -10px;
  bottom: auto;
  z-index: 1;
  border-style: solid;
  border-width: 20px 0 21px 10px;
  border-color: transparent;
}

/* line 19589, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.highlight.active > a:before {
  border-left-color: #a0bccd;
  -moz-border-left-colors: #a0bccd;
  right: -11px;
}

/* line 19594, lib/assets/stylesheets/ace.css */
.no-skin .nav-list > li.highlight.active > a:after {
  border-left-color: #f2f6f9;
  -moz-border-left-colors: #f2f6f9;
}

/* line 19598, lib/assets/stylesheets/ace.css */
.no-skin .nav-list li li.highlight.active > a {
  background-color: #f2f6f9;
}

/* line 19601, lib/assets/stylesheets/ace.css */
.no-skin .nav-list li li.highlight.active.open > a {
  background-color: #FFF;
}

/* line 19604, lib/assets/stylesheets/ace.css */
.no-skin .nav-list li li.highlight.active.open > a:hover {
  background-color: #f1f5f9;
}

@media (min-width: 992px) {
  /* line 19608, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active > a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: -2px;
    left: 50%;
    margin-left: -7px;
    border-color: transparent;
    -moz-border-right-colors: none;
    -moz-border-left-colors: none;
    -moz-border-top-colors: none;
    border-width: 8px 7px;
    border-bottom-color: #FFF;
    -moz-border-bottom-colors: #FFF;
  }
  /* line 19626, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active > a:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    margin-left: -7px;
    border-width: 8px;
    border-color: transparent;
    -moz-border-right-colors: none;
    -moz-border-left-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #74add7;
    -moz-border-bottom-colors: #74add7;
  }
  /* line 19644, lib/assets/stylesheets/ace.css */
  .no-skin .sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:after,
.no-skin .sidebar.h-sidebar .nav-list > li.highlight.active.hover-show > a:after,
.no-skin .sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:before,
.no-skin .sidebar.h-sidebar .nav-list > li.highlight.active.hover-show > a:before {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 19652, lib/assets/stylesheets/ace.css */
  .sidebar.compact .nav-list li.highlight.active > a:after,
.sidebar.compact .nav-list li.highlight.active > a:before {
    display: none;
  }
  /* line 19656, lib/assets/stylesheets/ace.css */
  .sidebar.compact.menu-min .nav-list li.highlight.active > a:after,
.sidebar.compact.menu-min .nav-list li.highlight.active > a:before {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 19662, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list li.highlight.active > a:after,
.sidebar.h-sidebar .nav-list li.highlight.active > a:before {
    display: block;
    border-width: 8px !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
  }
  /* line 19671, lib/assets/stylesheets/ace.css */
  .sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:after,
.sidebar.h-sidebar .nav-list > li.highlight.active:hover > a:before {
    display: none !important;
  }
}

/* line 19676, lib/assets/stylesheets/ace.css */
.sidebar-scroll .nav-list > li.active.highlight > a:after,
.sidebar-scroll .nav-list > li.active.highlight > a:before {
  display: none !important;
}

/* line 19680, lib/assets/stylesheets/ace.css */
.onpage-help-backdrop {
  position: absolute;
  z-index: 99990;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  filter: alpha(opacity=5);
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 19691, lib/assets/stylesheets/ace.css */
.onpage-help-section {
  display: block;
  position: absolute;
  z-index: 100000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF', GradientType=0);
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px dashed #8BBCD3;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  text-align: center;
  vertical-align: middle;
  outline: none !important;
}

/* line 19705, lib/assets/stylesheets/ace.css */
.onpage-help-section > .ie-hover-fix {
  /* ie8-9 fix*/
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  filter: alpha(opacity=1);
}

/* line 19716, lib/assets/stylesheets/ace.css */
.onpage-help-section:focus,
.onpage-help-section:active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33C9D8EA', endColorstr='#33C9D8EA', GradientType=0);
  background-color: rgba(201, 216, 234, 0.2);
  border-color: #77ACC4;
}

/* line 19722, lib/assets/stylesheets/ace.css */
.onpage-help-section:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66C9D8EA', endColorstr='#66C9D8EA', GradientType=0);
  background-color: rgba(201, 216, 234, 0.4);
  border-color: #77ACC4;
  border-style: solid;
}

/* line 19728, lib/assets/stylesheets/ace.css */
.onpage-help-section > .help-icon-1 {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  color: #FFF;
  text-shadow: 0 0 2px black;
  background-color: #85B8DB;
  border: 2px solid #FFF;
  border-radius: 100%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  width: 48px;
  height: 48px;
  line-height: 46px;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

/* line 19751, lib/assets/stylesheets/ace.css */
.onpage-help-section:focus > .help-icon-1,
.onpage-help-section:active > .help-icon-1 {
  opacity: 0.5;
}

/* line 19755, lib/assets/stylesheets/ace.css */
.onpage-help-section:hover > .help-icon-1 {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 19759, lib/assets/stylesheets/ace.css */
.onpage-help-section.help-section-small > .help-icon-1 {
  font-size: 18px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 12px;
}

/* line 19766, lib/assets/stylesheets/ace.css */
.onpage-help-section.help-section-smaller > .help-icon-1 {
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 17px;
  border-radius: 8px;
}

/* line 19773, lib/assets/stylesheets/ace.css */
.onpage-help-section > .help-icon-2 {
  position: absolute;
  z-index: 2;
  left: -4px;
  top: -4px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  display: block;
  font-size: 16px;
  color: orange;
  background-color: #FFF;
  border: 1px solid orange;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

/* line 19791, lib/assets/stylesheets/ace.css */
.onpage-help-section:hover > .help-icon-2 {
  color: #59A34E;
  border-color: #59A34E;
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
}

/* line 19797, lib/assets/stylesheets/ace.css */
.onpage-help-modal {
  z-index: 100010;
}

/* line 19800, lib/assets/stylesheets/ace.css */
.onpage-help-modal + .modal-backdrop {
  z-index: 100009;
}

/* line 19803, lib/assets/stylesheets/ace.css */
.onpage-help-modal-buttons button {
  border-radius: 100%;
  border-width: 2px !important;
}

/* line 19807, lib/assets/stylesheets/ace.css */
.onpage-help-modal-buttons button:focus {
  outline: none !important;
}

/* line 19810, lib/assets/stylesheets/ace.css */
.onpage-help-modal-buttons button.disabled {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

/* line 19814, lib/assets/stylesheets/ace.css */
.onpage-help-content {
  max-width: 800px;
  margin: 0 auto;
}

/* line 19818, lib/assets/stylesheets/ace.css */
.code-modal.onpage-help-modal .modal-dialog {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 19822, lib/assets/stylesheets/ace.css */
.code-modal.onpage-help-modal .modal-header {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 19826, lib/assets/stylesheets/ace.css */
.code-modal.onpage-help-modal .modal-body {
  padding: 10px 12px;
}

/* line 19829, lib/assets/stylesheets/ace.css */
.onpage-help-modal pre {
  border-width: 0;
  box-shadow: none;
  border-radius: 0;
  margin-top: 8px;
}

/* line 19835, lib/assets/stylesheets/ace.css */
.onpage-help-modal .modal-title code {
  font-size: 13px;
}

/* line 19838, lib/assets/stylesheets/ace.css */
.onpage-help-modal .modal-body {
  font-size: 14px;
}

@media print {
  /* line 19842, lib/assets/stylesheets/ace.css */
  .navbar {
    display: none !important;
    /**
	background: transparent none !important;
	border-bottom: 1px solid #DDD;
	
	.navbar-brand {
		color: @text-color !important;
	}

	.ace-nav {
		display: none !important;
	}
	*/
  }
  /* line 19857, lib/assets/stylesheets/ace.css */
  .sidebar {
    display: none !important;
  }
  /* line 19860, lib/assets/stylesheets/ace.css */
  .main-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 19864, lib/assets/stylesheets/ace.css */
  .main-content .nav-search {
    display: none !important;
  }
  /* line 19867, lib/assets/stylesheets/ace.css */
  .main-content .breadcrumbs {
    float: right;
    border-width: 0 !important;
  }
  /* line 19871, lib/assets/stylesheets/ace.css */
  .main-content .breadcrumbs .breadcrumb > li + li:before {
    content: "/";
  }
  /* line 19874, lib/assets/stylesheets/ace.css */
  .main-content .breadcrumbs .breadcrumb .home-icon {
    display: none;
  }
  /* line 19877, lib/assets/stylesheets/ace.css */
  .ace-settings-container {
    display: none !important;
  }
  /* line 19880, lib/assets/stylesheets/ace.css */
  .footer {
    width: 100%;
    height: auto;
    position: relative;
  }
  /* line 19885, lib/assets/stylesheets/ace.css */
  .footer .footer-inner,
.footer .footer-inner .footer-content {
    width: 100%;
  }
  /* line 19889, lib/assets/stylesheets/ace.css */
  .btn-scroll-up {
    display: none !important;
  }
  /* line 19892, lib/assets/stylesheets/ace.css */
  .btn,
.btn.btn-app {
    background: transparent none !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    color: #555 !important;
  }
  /* line 19899, lib/assets/stylesheets/ace.css */
  .label {
    border: 1px solid #666 !important;
  }
  /* line 19902, lib/assets/stylesheets/ace.css */
  .label[class*=arrowed]:before,
.label[class*=arrowed]:after {
    display: none !important;
  }
}

/* skin 1 */
/* line 2, lib/assets/stylesheets/ace-skins.css */
.skin-1 {
  background-color: #4a4f56;
}

/* line 5, lib/assets/stylesheets/ace-skins.css */
.skin-1 .navbar {
  background: #2c6aa0;
}

/* line 8, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar {
  background-color: #222a2d;
  border-right-width: 0;
}

/* line 12, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li {
  border-color: #3f4e54;
}

/* line 15, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li > a {
  background-color: #222a2d;
  color: #bac2c8;
}

/* line 19, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li:hover > a {
  background-color: #414b51;
  color: #e1eaf1;
}

/* line 23, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.open > a,
.skin-1 .nav-list > li.open:hover > a {
  color: #85c0ec;
  background-color: #222a2d;
}

/* line 28, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active > a,
.skin-1 .nav-list > li.active:hover > a {
  background-color: #141a1b;
  color: #7bb7e5;
}

/* line 33, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li:hover:before {
  background-color: #629cc9;
}

/* line 36, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active:before {
  display: block;
  background-color: #4d96c6;
}

/* line 40, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list li.active > a:after {
  border-right-color: #FFF;
  -moz-border-right-colors: #FFF;
  border-width: 11px 7px;
  top: 8px;
  right: 0;
}

/* line 47, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active > .submenu li.active > a:after {
  top: 5px;
}

/* line 50, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li .submenu {
  background-color: #333d3f;
}

/* line 53, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active .submenu {
  background-color: #181e20;
}

/* line 56, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li .submenu > li > a {
  border-top-style: solid;
  border-top-color: #454d4e;
  background-color: #333d3f;
}

/* line 61, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li .submenu > li > a:hover {
  background-color: #2d3638;
}

/* line 64, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active .submenu > li > a {
  border-top-color: #222526;
  background-color: #181e20;
}

/* line 68, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active .submenu > li > a:hover {
  background-color: #14191a;
}

/* line 71, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li > .submenu {
  border-top-color: #505a5b;
}

/* line 74, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active > .submenu {
  border-top-color: #2f3e44;
}

/* line 77, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li > .submenu > li > a {
  color: #d9dfe6;
}

/* line 80, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li > .submenu > li:hover > a {
  color: #8ab4de;
}

/* line 83, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li > .submenu > li.active > a {
  color: #7bb7e5;
  background-color: #161b1d;
}

/* line 87, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li > .submenu:before,
.skin-1 .nav-list > li > .submenu > li:before {
  border-color: #646c70;
}

/* line 91, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active > .submenu:before,
.skin-1 .nav-list > li.active > .submenu > li:before {
  border-color: #3f4e54;
}

/* line 95, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li .submenu li > .submenu li > a {
  color: #d9dfe6;
}

/* line 98, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li .submenu li > .submenu li:hover > a {
  color: #8ab4de;
}

/* line 101, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li .submenu li.open > a,
.skin-1 .nav-list > li .submenu li > .submenu > li.open > a {
  color: #85c0ec;
}

/* line 105, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li .submenu li > .submenu li.active > a {
  color: #61a8dd;
}

/* line 108, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li .submenu li > .submenu li.active:hover > a {
  color: #85c0ec;
}

/* line 111, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar .nav-list > li.active.highlight,
.skin-1 .sidebar .nav-list > li.active.highlight + li {
  border-color: #506b7f;
}

/* line 115, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar .nav-list > li.active.highlight + li:last-child {
  border-bottom-color: #3f4e54;
}

/* line 118, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar .nav-list > li.active.highlight > a:after {
  border-right-color: transparent;
  -moz-border-right-colors: none;
  border-left-color: #141a1b;
  -moz-border-left-colors: #141a1b;
  border-width: 20px 0 20px 10px;
  z-index: 1;
  top: 0;
  right: -10px;
}

/* line 128, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar .nav-list > li.active.highlight > a:before {
  border-left-color: #506b7f;
  -moz-border-left-colors: #506b7f;
  border-style: solid;
  border-color: transparent;
  border-width: 20px 0 20px 10px;
  content: "";
  position: absolute;
  right: -11px;
  top: 0;
  z-index: 1;
}

/* line 140, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar-shortcuts,
.skin-1 .sidebar-shortcuts-mini {
  background-color: #222a2d;
  border-color: #3f4e54;
}

/* line 145, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar > .nav-search {
  background-color: #222a2d;
  border-color: #3f4e54;
}

/* line 149, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar-toggle {
  background-color: #181e21;
  border-color: #3f4e54;
}

/* line 153, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar-toggle > .ace-icon {
  background-color: #222a2d;
  color: #aaaaaa;
  border-color: #aaaaaa;
}

/* line 158, lib/assets/stylesheets/ace-skins.css */
.skin-1 .breadcrumbs {
  border-width: 0;
  background-color: #f0f0f0;
}

@media (min-width: 992px) {
  /* line 163, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .breadcrumbs.breadcrumbs-fixed {
    border-bottom-width: 1px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 168, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive {
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 173, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive .nav-list li.active > a:after {
    display: none;
  }
  /* line 176, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive .nav-list > li.active.highlight > a:after {
    display: block;
  }
}

/* line 180, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.open > a {
  background-color: #222a2d;
  color: #bac2c8;
}

/* line 184, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.active > a:after {
  border-width: 9px 6px;
  top: 10px;
}

/* line 188, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.active.highlight > a:after {
  border-width: 20px 0 20px 10px;
  top: 0;
}

/* line 192, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.active:hover > a:after {
  border-right-color: #242a2b;
}

/* line 195, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.active > a,
.skin-1 .sidebar.menu-min .nav-list > li.active > a:hover {
  background-color: #141a1b;
  color: #7bb7e5;
}

/* line 200, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li:hover > a {
  color: #e1eaf1;
}

/* line 203, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li > a > .menu-text {
  background-color: #414b51;
}

/* line 206, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.active > a > .menu-text {
  background-color: #242a2b;
  border: 0px solid #3b4547;
  border-width: 1px 1px 0;
  border-left-color: #305675;
}

/* line 212, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.active > a:not(.dropdown-toggle) > .menu-text {
  border-width: 1px;
  border-top-color: #4a5c63;
  border-bottom-color: #4a5c63;
  border-right-color: #4a5c63;
}

/* line 218, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.active:hover > a,
.skin-1 .sidebar.menu-min .nav-list > li.active > a > .menu-text {
  color: #7bb7e5;
}

/* line 222, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.open.active > a {
  background-color: #141a1b;
}

/* line 225, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li > a > .menu-text,
.skin-1 .sidebar.menu-min .nav-list > li > .submenu {
  border-width: 0;
  border-left: 1px solid #181d1f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 232, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li > .submenu {
  border-top: 1px solid #3f4e54;
}

/* line 235, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li > .submenu:after {
  display: none;
}

/* line 238, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li > .submenu {
  background-color: #333d3f;
  border-top-color: #5a606a;
  border-top-width: 1px !important;
}

/* line 243, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.active > .submenu {
  background-color: #181e20;
  border-top-color: #3b4547;
  border-left-color: #305675;
}

/* line 248, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li > .arrow:after {
  border-right-color: #414b51;
  -moz-border-right-colors: #414b51;
}

/* line 252, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li > .arrow:before {
  border-right-color: #111415;
  -moz-border-right-colors: #242a2b;
}

/* line 256, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.active > .arrow:after {
  border-right-color: #242a2b;
  -moz-border-right-colors: #242a2b;
}

/* line 260, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .nav-list > li.active > .arrow:before {
  border-right-color: #50a0dd;
  -moz-border-right-colors: #50a0dd;
}

/* line 264, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.menu-min .sidebar-shortcuts-large {
  background-color: #222a2d;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #4a5c63;
  border-width: 0 1px 1px 0;
  top: 0;
}

@media (max-width: 991px) {
  /* line 273, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.open > a {
    background-color: #222a2d;
    color: #bac2c8;
  }
  /* line 277, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.active > a:after {
    border-width: 9px 6px;
    top: 10px;
  }
  /* line 281, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.active.highlight > a:after {
    border-width: 20px 0 20px 10px;
    top: 0;
  }
  /* line 285, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.active:hover > a:after {
    border-right-color: #242a2b;
  }
  /* line 288, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.active > a,
.skin-1 .sidebar.responsive-min .nav-list > li.active > a:hover {
    background-color: #141a1b;
    color: #7bb7e5;
  }
  /* line 293, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li:hover > a {
    color: #e1eaf1;
  }
  /* line 296, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li > a > .menu-text {
    background-color: #414b51;
  }
  /* line 299, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.active > a > .menu-text {
    background-color: #242a2b;
    border: 0px solid #3b4547;
    border-width: 1px 1px 0;
    border-left-color: #305675;
  }
  /* line 305, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.active > a:not(.dropdown-toggle) > .menu-text {
    border-width: 1px;
    border-top-color: #4a5c63;
    border-bottom-color: #4a5c63;
    border-right-color: #4a5c63;
  }
  /* line 311, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.active:hover > a,
.skin-1 .sidebar.responsive-min .nav-list > li.active > a > .menu-text {
    color: #7bb7e5;
  }
  /* line 315, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.open.active > a {
    background-color: #141a1b;
  }
  /* line 318, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li > a > .menu-text,
.skin-1 .sidebar.responsive-min .nav-list > li > .submenu {
    border-width: 0;
    border-left: 1px solid #181d1f;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 325, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li > .submenu {
    border-top: 1px solid #3f4e54;
  }
  /* line 328, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li > .submenu:after {
    display: none;
  }
  /* line 331, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li > .submenu {
    background-color: #333d3f;
    border-top-color: #5a606a;
    border-top-width: 1px !important;
  }
  /* line 336, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.active > .submenu {
    background-color: #181e20;
    border-top-color: #3b4547;
    border-left-color: #305675;
  }
  /* line 341, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li > .arrow:after {
    border-right-color: #414b51;
    -moz-border-right-colors: #414b51;
  }
  /* line 345, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li > .arrow:before {
    border-right-color: #111415;
    -moz-border-right-colors: #242a2b;
  }
  /* line 349, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.active > .arrow:after {
    border-right-color: #242a2b;
    -moz-border-right-colors: #242a2b;
  }
  /* line 353, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.active > .arrow:before {
    border-right-color: #50a0dd;
    -moz-border-right-colors: #50a0dd;
  }
  /* line 357, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .sidebar-shortcuts-large {
    background-color: #222a2d;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #4a5c63;
    border-width: 0 1px 1px 0;
    top: 0;
  }
  /* line 365, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-min .nav-list > li.active > a:after {
    display: block;
  }
  /* line 368, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-max .nav-list li.active > a:after {
    display: none;
  }
  /* line 371, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.responsive-max .nav-list > li.highlight.active > a:after {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  /* line 376, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .nav-list li.hover > .submenu {
    padding-left: 0;
    padding-bottom: 2px;
    padding-right: 0;
    border-color: #232828;
  }
  /* line 382, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .nav-list li.hover > .submenu > li > a {
    border-top-width: 1px;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 387, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .nav-list li.hover > .submenu > li:first-child > a {
    border-top-width: 0;
  }
  /* line 390, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .nav-list > li > .submenu li.hover > .submenu {
    padding: 3px 2px;
  }
  /* line 393, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .nav-list > li.active > .submenu li.hover > .submenu {
    border-left-color: #475561;
  }
  /* line 396, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .nav-list li.hover.active > .submenu,
.skin-1 .nav-list li.active > .submenu li.hover.active > .submenu {
    border-left-color: #305675;
  }
  /* line 400, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .nav-list > li.active > .submenu li.hover > .submenu {
    background-color: #171e1f;
  }
}

@media only screen and (min-width: 992px) {
  /* line 405, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.navbar-collapse .nav-list > li.open.hover:not(:hover):not(:focus):not(.active) > a {
    color: #bac2c8;
  }
  /* line 408, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.navbar-collapse .nav-list > li.open.hover:hover > a {
    color: #e1eaf1;
    background-color: #414b51;
  }
  /* line 412, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.navbar-collapse .nav-list > li.active.hover:hover > a {
    color: #7bb7e5;
    background-color: #141a1b;
  }
  /* line 416, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.navbar-collapse .nav-list > li > .submenu li.open.hover:not(:hover):not(:focus):not(.active) > a {
    color: #d9dfe6;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  /* line 421, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.navbar-collapse {
    /**.nav-list li li:hover > a {
		background-color: @submenu-item-background;
	}
	.nav-list li li > a:hover,
	.nav-list li li.open > a:hover {
		background-color: @submenu-item-hover-background;
	}

	.nav-list > li.active li:hover > a {
		background-color: @submenu-item-background-active;
	}
	.nav-list > li.active li > a:hover {
		background-color: @submenu-item-background-active-hover;
	}*/
  }
  /* line 437, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.navbar-collapse .nav-list li.hover > .submenu {
    padding-bottom: 0;
  }
  /* line 440, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.navbar-collapse .nav-list li.hover > .submenu {
    border-top-color: #505a5b;
  }
  /* line 443, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.navbar-collapse .nav-list li.hover.active > .submenu {
    border-top-color: #2f3e44;
  }
  /* line 446, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.navbar-collapse .nav-list li.hover.active > .submenu,
.skin-1 .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu,
.skin-1 .sidebar.navbar-collapse .nav-list li.active > .submenu li.hover.active > .submenu {
    border-left-width: 0;
  }
  /* line 451, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu {
    padding: 0;
  }
  /* line 454, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.navbar-collapse .nav-list li li.hover > .submenu > li:first-child > a {
    border-top-width: 1px;
  }
}

/* line 458, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.navbar-collapse .nav-list > li .submenu > li.hover:hover > a {
  background-color: #2d3638;
}

/* line 461, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar.navbar-collapse .nav-list > li.active .submenu > li.hover:hover > a {
  background-color: #14191a;
}

@media only screen and (min-width: 992px) {
  /* line 465, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar:not(.navbar-collapse) .nav-list > li .submenu > li.hover:hover > a {
    background-color: #2d3638;
  }
  /* line 468, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar:not(.navbar-collapse) .nav-list > li.active .submenu > li.hover:hover > a {
    background-color: #14191a;
  }
}

/* line 472, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list li > .arrow:after {
  border-right-color: #353c3d;
  -moz-border-right-colors: #353c3d;
}

/* line 476, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list li > .arrow:before {
  border-right-color: #1d2122;
  -moz-border-right-colors: #1d2122;
}

/* line 480, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active > .arrow:after {
  border-right-color: #171e1f;
  -moz-border-right-colors: #171e1f;
}

/* line 484, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active > .arrow:before {
  border-right-color: #50a0dd;
  -moz-border-right-colors: #50a0dd;
}

/* line 488, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active > .submenu li.hover > .arrow:before {
  border-right-color: #4f6e86;
  -moz-border-right-colors: #8fb6d5;
}

/* line 492, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active > .submenu li.hover.active > .arrow:before {
  border-right-color: #305675;
  -moz-border-right-colors: #2290e9;
}

/* line 496, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.active > .submenu li.hover > .arrow:after {
  border-right-color: #171e1f;
  -moz-border-right-colors: #171e1f;
}

/* line 500, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list li.pull_up > .arrow:after {
  border-right-color: #353c3d !important;
  -moz-border-right-colors: #353c3d !important;
}

/* line 504, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list li.pull_up > .arrow:before {
  border-right-color: #1d2122 !important;
  -moz-border-right-colors: #1d2122 !important;
}

/* line 508, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list li.pull_up.active > .arrow:after {
  border-right-color: #171e1f !important;
  -moz-border-right-colors: #171e1f !important;
}

/* line 512, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list li.pull_up.active > .arrow:before {
  border-right-color: #50a0dd !important;
  -moz-border-right-colors: #50a0dd !important;
}

/* line 516, lib/assets/stylesheets/ace-skins.css */
.skin-1 .main-container .menu-toggler {
  background-color: #444444;
}

/* line 519, lib/assets/stylesheets/ace-skins.css */
.skin-1 .main-container .menu-toggler:before {
  border-top-color: #87b87f;
  border-bottom-color: #6fb3e0;
}

/* line 523, lib/assets/stylesheets/ace-skins.css */
.skin-1 .main-container .menu-toggler:after {
  border-top-color: #ffa24d;
  border-bottom-color: #d15b47;
}

/* line 527, lib/assets/stylesheets/ace-skins.css */
.skin-1 .main-container .menu-toggler > .toggler-text {
  border-top-color: #444444;
  -moz-border-top-colors: #444444;
}

/* line 531, lib/assets/stylesheets/ace-skins.css */
.skin-1.display {
  background-color: #5d82a2;
}

/* line 534, lib/assets/stylesheets/ace-skins.css */
.skin-1.display:before {
  border-top-color: #b5d3b0;
  border-bottom-color: #aed4ee;
}

/* line 538, lib/assets/stylesheets/ace-skins.css */
.skin-1.display:after {
  border-top-color: #ffca9a;
  border-bottom-color: #e09284;
}

/* line 542, lib/assets/stylesheets/ace-skins.css */
.skin-1.display > .toggler-text {
  border-top-color: #5d82a2;
  -moz-border-top-colors: #5d82a2;
}

/* line 546, lib/assets/stylesheets/ace-skins.css */
.skin-1 .navbar .navbar-toggle {
  background-color: #4D9DCC;
}

/* line 549, lib/assets/stylesheets/ace-skins.css */
.skin-1 .navbar .navbar-toggle:focus {
  background-color: #4D9DCC;
  border-color: transparent;
}

/* line 553, lib/assets/stylesheets/ace-skins.css */
.skin-1 .navbar .navbar-toggle:hover {
  background-color: #3992c6;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 557, lib/assets/stylesheets/ace-skins.css */
.skin-1 .navbar .navbar-toggle.display,
.skin-1 .navbar .navbar-toggle[data-toggle=collapse]:not(.collapsed) {
  background-color: #3384b3;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.35);
}

@media only screen and (min-width: 768px) {
  /* line 564, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .container.main-container:before {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 992px) {
  /* line 569, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar:before {
    background-color: #38424a;
    border-bottom-color: #4a5c63;
  }
  /* line 573, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list {
    border-bottom-width: 0;
  }
  /* line 576, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li.active:before {
    display: block;
  }
  /* line 579, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li.hover.active > a:after {
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: #FFF;
    border-color: transparent transparent #FFF;
    border-width: 8px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    margin-left: -8px;
    content: "";
    display: block;
  }
  /* line 593, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li.hover.active:hover > a:after,
.skin-1 .sidebar.h-sidebar .nav-list > li.hover.active.hover-show > a:after {
    display: none;
  }
  /* line 597, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar + .main-content .breadcrumbs {
    border-color: #E8E8E8;
  }
  /* line 600, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li {
    border-color: #3f4e54;
  }
  /* line 603, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li:hover,
.skin-1 .sidebar.h-sidebar .nav-list > li:hover + li {
    border-left-color: #506575;
  }
  /* line 607, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li:last-child:hover {
    border-right-color: #506575;
  }
  /* line 610, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li.active,
.skin-1 .sidebar.h-sidebar .nav-list > li.active + li,
.skin-1 .sidebar.h-sidebar .nav-list > li:hover + li.active {
    border-left-color: #55738a;
  }
  /* line 615, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li.active:last-child {
    border-right-color: #55738a;
  }
  /* line 618, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li.hover > .submenu {
    border-top-color: #232828;
  }
  /* line 621, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li.hover.active > .submenu {
    border-top-color: #305675;
    border-left-color: #232828;
  }
  /* line 625, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .sidebar-shortcuts-large {
    background-color: #222a2d;
    border: 1px solid #232828;
    border-top-color: #305675;
    top: 100%;
  }
  /* line 631, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li > .arrow:after {
    border-right-color: transparent;
    -moz-border-right-colors: none;
    border-bottom-color: #353c3d;
    -moz-border-bottom-colors: #353c3d;
  }
  /* line 637, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li > .arrow:before {
    -moz-border-right-colors: none;
    border-right-color: transparent;
    border-bottom-color: #191c1c;
    -moz-border-bottom-colors: #222727;
  }
  /* line 643, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li.active > .arrow:before,
.skin-1 .sidebar.h-sidebar .sidebar-shortcuts-large:before {
    border-right-color: transparent;
    -moz-border-right-colors: none;
    border-bottom-color: #50a0dd;
    -moz-border-bottom-colors: #216ca6;
  }
  /* line 650, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li.active > .arrow:after,
.skin-1 .sidebar.h-sidebar .sidebar-shortcuts-large:after {
    border-right-color: transparent;
    -moz-border-right-colors: none;
    border-bottom-color: #171e1f;
    -moz-border-bottom-colors: #171e1f;
  }
  /* line 657, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .sidebar-shortcuts-large:after {
    border-bottom-color: #222a2d;
    -moz-border-bottom-colors: #222a2d;
  }
  /* line 661, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar .nav-list > li.highlight.active > a:before {
    display: none;
  }
  /* line 664, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar.menu-min .nav-list > li > a > .menu-text {
    border-width: 1px 0 0;
    border-top-color: #181d1f;
  }
  /* line 668, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar.menu-min .nav-list > li.active > a > .menu-text {
    border-top-color: #305675;
  }
  /* line 671, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar.menu-min .nav-list > li.active > .submenu {
    border-top-color: #3b4547;
  }
  /* line 674, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar.menu-min .nav-list > li > .arrow:after {
    border-bottom-color: #414b51;
    -moz-border-bottom-colors: #414b51;
  }
  /* line 678, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar.menu-min .nav-list > li > .arrow:before {
    border-bottom-color: #111415;
    -moz-border-bottom-colors: #242a2b;
  }
  /* line 682, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar.menu-min .nav-list > li.active > .arrow:after {
    border-bottom-color: #242a2b;
    -moz-border-bottom-colors: #242a2b;
  }
  /* line 686, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .sidebar.h-sidebar.menu-min .nav-list > li.active > .arrow:before {
    border-bottom-color: #50a0dd;
    -moz-border-bottom-colors: #50a0dd;
  }
  /* line 690, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .h-sidebar.sidebar-fixed + .main-content {
    padding-top: 86px;
  }
  /* line 693, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .h-sidebar.sidebar-fixed.no-gap + .main-content {
    padding-top: 72px;
  }
  /* line 696, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .h-sidebar.sidebar-fixed.menu-min + .main-content {
    padding-top: 61px;
  }
  /* line 699, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .h-sidebar.sidebar-fixed.menu-min.no-gap + .main-content {
    padding-top: 47px;
  }
  /* line 702, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .main-content .h-sidebar.sidebar .nav-list {
    border-left: 1px solid #4a5c63;
  }
}

/* line 706, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar-scroll .sidebar-shortcuts {
  border-bottom-color: #4a5c63;
}

/* line 709, lib/assets/stylesheets/ace-skins.css */
.skin-1 .sidebar-scroll .sidebar-toggle {
  border-top-color: #4a5c63;
}

/* line 712, lib/assets/stylesheets/ace-skins.css */
.skin-1 .scrollout .scroll-track {
  background-color: transparent;
}

/* line 715, lib/assets/stylesheets/ace-skins.css */
.skin-1 .scrollout .scroll-bar {
  background-color: #CCC;
  background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 720, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .navbar.navbar-collapse {
    background-color: transparent;
  }
  /* line 723, lib/assets/stylesheets/ace-skins.css */
  .skin-1 .navbar.navbar-collapse:before,
.skin-1 .navbar.navbar-collapse .navbar-container {
    background: #2c6aa0;
  }
}

/* line 728, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.disabled:before {
  display: none !important;
}

/* line 731, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.disabled > a {
  background-color: #333 !important;
  color: #AAA !important;
}

/* line 735, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list li .submenu > li.disabled > a,
.skin-1 .nav-list li.disabled .submenu > li > a {
  background-color: #444 !important;
  color: #A0A0A0 !important;
  cursor: not-allowed !important;
}

/* line 741, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list li .submenu > li.disabled > a > .menu-icon,
.skin-1 .nav-list li.disabled .submenu > li > a > .menu-icon {
  display: none;
}

/* line 745, lib/assets/stylesheets/ace-skins.css */
.skin-1 .nav-list > li.disabled .submenu > li > a {
  border-top-color: #505050;
}

/* line 748, lib/assets/stylesheets/ace-skins.css */
.skin-2 {
  background-color: #5c5c5c;
}

/* line 751, lib/assets/stylesheets/ace-skins.css */
.skin-2 .navbar {
  background: #c6487e;
}

/* line 754, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar {
  background-color: #505050;
  border-right-width: 0;
}

/* line 758, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li {
  border-color: #484848;
}

/* line 761, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:first-child {
  border-top-color: #5a5a5a;
}

/* line 764, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:last-child {
  border-bottom-color: #626262;
}

/* line 767, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > a {
  background-color: #393939;
  color: #e6e6e6;
}

/* line 771, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > a > .menu-text,
.skin-2 .nav-list > li > a > .arrow {
  color: #e6e6e6;
}

/* line 775, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:hover > a,
.skin-2 .nav-list > li.hover-show > a {
  background-color: #bd5289;
}

/* line 779, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:hover > a > .menu-text,
.skin-2 .nav-list > li.hover-show > a > .menu-text {
  font-weight: bold;
  color: #ffffff;
  color: rgba(0, 0, 0, 0.6);
}

/* line 785, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:hover > a > .menu-icon,
.skin-2 .nav-list > li.hover-show > a > .menu-icon,
.skin-2 .nav-list > li:hover > a > .arrow,
.skin-2 .nav-list > li.hover-show > a > .arrow {
  color: #ffffff;
}

/* line 791, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.open > a {
  background-color: #bd5289;
}

/* line 794, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.open > a > .menu-text {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}

/* line 798, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.open > a > .menu-icon,
.skin-2 .nav-list > li.open > a > .arrow {
  color: #ffffff;
}

/* line 802, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active > a {
  background-color: #242424;
  color: #ffffff;
}

/* line 806, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active > a > .menu-icon {
  color: inherit;
}

/* line 809, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active > a > .menu-text,
.skin-2 .nav-list > li.active > a > .arrow {
  color: #ffffff;
}

/* line 813, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:hover > a,
.skin-2 .nav-list > li.active:not(.highlight):hover > a,
.skin-2 .nav-list > li.active.hover-show > a,
.skin-2 .nav-list > li.active.hover-show:not(.highlight) > a,
.skin-2 .nav-list > li.active.open > a,
.skin-2 .nav-list > li.active.open:not(.highlight) > a {
  background-color: #242424;
}

/* line 821, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight > a {
  background-color: #bd5289;
}

/* line 824, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight > a > .menu-icon {
  color: #ffffff;
}

/* line 827, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list li.active > a:after {
  border-right-color: #FFF;
  -moz-border-right-colors: #FFF;
  border-width: 11px 7px;
  top: 8px;
  right: 0;
}

/* line 834, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active > .submenu li.active > a:after {
  top: 6px;
}

/* line 837, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:before {
  top: 0;
  height: 39px;
}

/* line 841, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:before {
  display: block;
  background-color: #ce7da7;
}

/* line 845, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:before,
.skin-2 .nav-list > li:before {
  background-color: #dea8c4;
}

/* line 849, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > .submenu {
  border-top-width: 0;
  background-color: #45303b;
}

/* line 853, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > .submenu > li,
.skin-2 .nav-list > li > .submenu > li > .submenu,
.skin-2 .nav-list > li > .submenu > li > .submenu > li,
.skin-2 .nav-list > li > .submenu > li > .submenu > li .submenu,
.skin-2 .nav-list > li > .submenu > li > .submenu > li .submenu li {
  background-color: inherit;
}

/* line 860, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li .submenu > li > a {
  border-top: 1px solid;
  border-top-color: #555;
  border-top-color: rgba(255, 255, 255, 0.08);
  background-color: transparent;
}

/* line 866, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li .submenu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #FFF;
}

/* line 870, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li .submenu > li > a:hover > .menu-icon {
  background-color: transparent;
}

/* line 873, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active .submenu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 876, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > .submenu > li > a {
  color: #eeeeee;
}

/* line 879, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > .submenu > li:first-child > a {
  border-top-width: 0;
}

/* line 882, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > .submenu > li.active > a {
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
}

/* line 886, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > .submenu > li.active > a > .menu-icon {
  color: inherit;
  background-color: transparent;
}

/* line 890, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list li .submenu li > a {
  color: #eeeeee;
  font-size: 13px;
}

/* line 894, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > .submenu:before,
.skin-2 .nav-list > li > .submenu > li:before {
  display: none;
}

/* line 898, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li .submenu > li > a {
  padding-left: 32px;
}

/* line 901, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li .submenu > li > a > .menu-icon {
  left: 12px;
}

@media only screen and (min-width: 992px) {
  /* line 905, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list > li .submenu > li.hover > a {
    padding-left: 26px;
  }
  /* line 908, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list > li .submenu > li.hover > a > .menu-icon {
    left: 6px;
  }
}

/* line 912, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > .submenu li > .submenu > li > a {
  margin-left: 0;
  padding-left: 37px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-top-width: 0;
}

/* line 919, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
  margin-left: 0;
  padding-left: 51px;
}

@media only screen and (min-width: 992px) {
  /* line 924, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list > li > .submenu li > .submenu > li.hover > a {
    border-top-width: 1px;
    padding-bottom: 9px;
  }
  /* line 928, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list > li > .submenu li > .submenu > li.hover:first-child > a {
    border-top-width: 0;
  }
}

/* line 932, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > .submenu li:hover > a,
.skin-2 .nav-list > li > .submenu li.hover-show > a,
.skin-2 .nav-list > li > .submenu li.active > a,
.skin-2 .nav-list > li > .submenu li.open > a {
  color: #da81af;
}

/* line 938, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li > .submenu li > a > .ace-icon {
  background-color: transparent;
}

/* line 941, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:hover:not(.active) > a .badge,
.skin-2 .nav-list > li.hover-show:not(.active) > a .badge,
.skin-2 .nav-list > li.open:not(.active) > a .badge,
.skin-2 .nav-list > li.active.highlight .badge,
.skin-2 .nav-list > li:hover:not(.active) > a .label,
.skin-2 .nav-list > li.hover-show:not(.active) > a .label,
.skin-2 .nav-list > li.open:not(.active) > a .label,
.skin-2 .nav-list > li.active.highlight .label {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 951, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:hover:not(.active) > a .badge.badge-transparent,
.skin-2 .nav-list > li.hover-show:not(.active) > a .badge.badge-transparent,
.skin-2 .nav-list > li.open:not(.active) > a .badge.badge-transparent,
.skin-2 .nav-list > li.active.highlight .badge.badge-transparent,
.skin-2 .nav-list > li:hover:not(.active) > a .label.label-transparent,
.skin-2 .nav-list > li.hover-show:not(.active) > a .label.label-transparent,
.skin-2 .nav-list > li.open:not(.active) > a .label.label-transparent,
.skin-2 .nav-list > li.active.highlight .label.label-transparent {
  color: rgba(255, 255, 255, 0.8) !important;
  background-color: transparent !important;
}

/* line 962, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:hover:not(.active) > a .badge.badge-transparent .ace-icon,
.skin-2 .nav-list > li.hover-show:not(.active) > a .badge.badge-transparent .ace-icon,
.skin-2 .nav-list > li.open:not(.active) > a .badge.badge-transparent .ace-icon,
.skin-2 .nav-list > li.active.highlight .badge.badge-transparent .ace-icon,
.skin-2 .nav-list > li:hover:not(.active) > a .label.label-transparent .ace-icon,
.skin-2 .nav-list > li.hover-show:not(.active) > a .label.label-transparent .ace-icon,
.skin-2 .nav-list > li.open:not(.active) > a .label.label-transparent .ace-icon,
.skin-2 .nav-list > li.active.highlight .label.label-transparent .ace-icon {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 972, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list li > .arrow:after {
  border-right-color: #45303b;
  -moz-border-right-colors: #45303b;
}

/* line 976, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list li > .arrow:before {
  border-right-color: #191919;
  -moz-border-right-colors: #191919;
}

/* line 980, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up > .arrow:after {
  border-right-color: #45303b !important;
  -moz-border-right-colors: #45303b !important;
}

/* line 984, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up > .arrow:before {
  border-right-color: #191919 !important;
  -moz-border-right-colors: #191919 !important;
}

/* line 988, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight > a:after {
  border-right-color: transparent;
  -moz-border-right-colors: none;
  border-left-color: #bd5289;
  -moz-border-left-colors: #bd5289;
  border-width: 20px 0 20px 10px;
  z-index: 1;
  top: 0;
  right: -10px;
  display: block;
}

/* line 999, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 1) > a {
  color: #00be67;
}

/* line 1002, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 1):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 1) > a,
.skin-2 .nav-list > li.open:nth-child( 1) > a {
  background-color: #18a665;
}

/* line 1007, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 1) > .submenu {
  background-color: #2a4137;
}

/* line 1010, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 1) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 1) li > .arrow:after {
  border-right-color: #2a4137;
  -moz-border-right-colors: #2a4137;
}

/* line 1015, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 1) > .arrow:after {
  border-right-color: #2a4137 !important;
  -moz-border-right-colors: #2a4137 !important;
}

/* line 1019, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 1) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 1) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 1) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 1) > .submenu li.open > a {
  color: #1eed8e;
}

/* line 1025, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 1):before {
  background-color: #ce7da7;
  background-color: #52bc8c;
}

/* line 1029, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 1):before,
.skin-2 .nav-list > li:nth-child( 1):before {
  background-color: #8bd3b2;
}

/* line 1033, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 2) > a {
  color: #5ed02b;
}

/* line 1036, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 2):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 2) > a,
.skin-2 .nav-list > li.open:nth-child( 2) > a {
  background-color: #6ab14a;
}

/* line 1041, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 2) > .submenu {
  background-color: #36432f;
}

/* line 1044, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 2) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 2) li > .arrow:after {
  border-right-color: #36432f;
  -moz-border-right-colors: #36432f;
}

/* line 1049, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 2) > .arrow:after {
  border-right-color: #36432f !important;
  -moz-border-right-colors: #36432f !important;
}

/* line 1053, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 2) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 2) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 2) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 2) > .submenu li.open > a {
  color: #92d275;
}

/* line 1059, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 2):before {
  background-color: #ce7da7;
  background-color: #8fc478;
}

/* line 1063, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 2):before,
.skin-2 .nav-list > li:nth-child( 2):before {
  background-color: #b4d8a5;
}

/* line 1067, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 3) > a {
  color: #a7d700;
}

/* line 1070, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 3):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 3) > a,
.skin-2 .nav-list > li.open:nth-child( 3) > a {
  background-color: #98bc1b;
}

/* line 1075, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 3) > .submenu {
  background-color: #3e442a;
}

/* line 1078, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 3) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 3) li > .arrow:after {
  border-right-color: #3e442a;
  -moz-border-right-colors: #3e442a;
}

/* line 1083, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 3) > .arrow:after {
  border-right-color: #3e442a !important;
  -moz-border-right-colors: #3e442a !important;
}

/* line 1087, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 3) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 3) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 3) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 3) > .submenu li.open > a {
  color: #c5ef35;
}

/* line 1093, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 3):before {
  background-color: #ce7da7;
  background-color: #b2cd54;
}

/* line 1097, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 3):before,
.skin-2 .nav-list > li:nth-child( 3):before {
  background-color: #ccde8d;
}

/* line 1101, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 4) > a {
  color: #cee100;
}

/* line 1104, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 4):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 4) > a,
.skin-2 .nav-list > li.open:nth-child( 4) > a {
  background-color: #b7c51c;
}

/* line 1109, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 4) > .submenu {
  background-color: #43452a;
}

/* line 1112, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 4) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 4) li > .arrow:after {
  border-right-color: #43452a;
  -moz-border-right-colors: #43452a;
}

/* line 1117, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 4) > .arrow:after {
  border-right-color: #43452a !important;
  -moz-border-right-colors: #43452a !important;
}

/* line 1121, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 4) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 4) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 4) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 4) > .submenu li.open > a {
  color: #e0ef3e;
}

/* line 1127, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 4):before {
  background-color: #ce7da7;
  background-color: #c9d355;
}

/* line 1131, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 4):before,
.skin-2 .nav-list > li:nth-child( 4):before {
  background-color: #dbe28e;
}

/* line 1135, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 5) > a {
  color: #f8c600;
}

/* line 1138, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 5):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 5) > a,
.skin-2 .nav-list > li.open:nth-child( 5) > a {
  background-color: #d9b41f;
}

/* line 1143, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 5) > .submenu {
  background-color: #48422a;
}

/* line 1146, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 5) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 5) li > .arrow:after {
  border-right-color: #48422a;
  -moz-border-right-colors: #48422a;
}

/* line 1151, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 5) > .arrow:after {
  border-right-color: #48422a !important;
  -moz-border-right-colors: #48422a !important;
}

/* line 1155, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 5) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 5) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 5) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 5) > .submenu li.open > a {
  color: #f1d153;
}

/* line 1161, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 5):before {
  background-color: #ce7da7;
  background-color: #e3c657;
}

/* line 1165, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 5):before,
.skin-2 .nav-list > li:nth-child( 5):before {
  background-color: #ecd98f;
}

/* line 1169, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 6) > a {
  color: #ffab00;
}

/* line 1172, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 6):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 6) > a,
.skin-2 .nav-list > li.open:nth-child( 6) > a {
  background-color: #dfa020;
}

/* line 1177, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 6) > .submenu {
  background-color: #493f2a;
}

/* line 1180, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 6) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 6) li > .arrow:after {
  border-right-color: #493f2a;
  -moz-border-right-colors: #493f2a;
}

/* line 1185, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 6) > .arrow:after {
  border-right-color: #493f2a !important;
  -moz-border-right-colors: #493f2a !important;
}

/* line 1189, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 6) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 6) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 6) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 6) > .submenu li.open > a {
  color: #f2c05a;
}

/* line 1195, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 6):before {
  background-color: #ce7da7;
  background-color: #e7b858;
}

/* line 1199, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 6):before,
.skin-2 .nav-list > li:nth-child( 6):before {
  background-color: #efd08f;
}

/* line 1203, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 7) > a {
  color: #ff6e00;
}

/* line 1206, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 7):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 7) > a,
.skin-2 .nav-list > li.open:nth-child( 7) > a {
  background-color: #df7220;
}

/* line 1211, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 7) > .submenu {
  background-color: #49372a;
}

/* line 1214, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 7) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 7) li > .arrow:after {
  border-right-color: #49372a;
  -moz-border-right-colors: #49372a;
}

/* line 1219, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 7) > .arrow:after {
  border-right-color: #49372a !important;
  -moz-border-right-colors: #49372a !important;
}

/* line 1223, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 7) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 7) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 7) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 7) > .submenu li.open > a {
  color: #f29b5a;
}

/* line 1229, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 7):before {
  background-color: #ce7da7;
  background-color: #e79658;
}

/* line 1233, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 7):before,
.skin-2 .nav-list > li:nth-child( 7):before {
  background-color: #efb98f;
}

/* line 1237, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 8) > a {
  color: #f21c30;
}

/* line 1240, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 8):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 8) > a,
.skin-2 .nav-list > li.open:nth-child( 8) > a {
  background-color: #d43a48;
}

/* line 1245, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 8) > .submenu {
  background-color: #472e30;
}

/* line 1248, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 8) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 8) li > .arrow:after {
  border-right-color: #472e30;
  -moz-border-right-colors: #472e30;
}

/* line 1253, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 8) > .arrow:after {
  border-right-color: #472e30 !important;
  -moz-border-right-colors: #472e30 !important;
}

/* line 1257, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 8) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 8) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 8) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 8) > .submenu li.open > a {
  color: #ea717c;
}

/* line 1263, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 8):before {
  background-color: #ce7da7;
  background-color: #df6b76;
}

/* line 1267, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 8):before,
.skin-2 .nav-list > li:nth-child( 8):before {
  background-color: #ea9da4;
}

/* line 1271, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 9) > a {
  color: #db348a;
}

/* line 1274, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 9):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 9) > a,
.skin-2 .nav-list > li.open:nth-child( 9) > a {
  background-color: #bd5289;
}

/* line 1279, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 9) > .submenu {
  background-color: #45303b;
}

/* line 1282, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 9) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 9) li > .arrow:after {
  border-right-color: #45303b;
  -moz-border-right-colors: #45303b;
}

/* line 1287, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 9) > .arrow:after {
  border-right-color: #45303b !important;
  -moz-border-right-colors: #45303b !important;
}

/* line 1291, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 9) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 9) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 9) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 9) > .submenu li.open > a {
  color: #da81af;
}

/* line 1297, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 9):before {
  background-color: #ce7da7;
}

/* line 1300, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 9):before,
.skin-2 .nav-list > li:nth-child( 9):before {
  background-color: #dea8c4;
}

/* line 1304, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 10) > a {
  color: #c55ee7;
}

/* line 1307, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 10):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 10) > a,
.skin-2 .nav-list > li.open:nth-child( 10) > a {
  background-color: #b975d0;
}

/* line 1312, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 10) > .submenu {
  background-color: #423646;
}

/* line 1315, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 10) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 10) li > .arrow:after {
  border-right-color: #423646;
  -moz-border-right-colors: #423646;
}

/* line 1320, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 10) > .arrow:after {
  border-right-color: #423646 !important;
  -moz-border-right-colors: #423646 !important;
}

/* line 1324, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 10) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 10) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 10) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 10) > .submenu li.open > a {
  color: #d9a9e9;
}

/* line 1330, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 10):before {
  background-color: #ce7da7;
  background-color: #cb98dc;
}

/* line 1334, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 10):before,
.skin-2 .nav-list > li:nth-child( 10):before {
  background-color: #dcbae7;
}

/* line 1338, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 11) > a {
  color: #218bee;
}

/* line 1341, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 11):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 11) > a,
.skin-2 .nav-list > li.open:nth-child( 11) > a {
  background-color: #3f8ad0;
}

/* line 1346, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 11) > .submenu {
  background-color: #2e3b47;
}

/* line 1349, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 11) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 11) li > .arrow:after {
  border-right-color: #2e3b47;
  -moz-border-right-colors: #2e3b47;
}

/* line 1354, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 11) > .arrow:after {
  border-right-color: #2e3b47 !important;
  -moz-border-right-colors: #2e3b47 !important;
}

/* line 1358, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 11) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 11) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 11) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 11) > .submenu li.open > a {
  color: #74b0e7;
}

/* line 1364, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 11):before {
  background-color: #ce7da7;
  background-color: #6fa7dc;
}

/* line 1368, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 11):before,
.skin-2 .nav-list > li:nth-child( 11):before {
  background-color: #9fc4e8;
}

/* line 1372, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 12) > a {
  color: #2ecee7;
}

/* line 1375, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 12):hover > a,
.skin-2 .nav-list > li.hover-show:nth-child( 12) > a,
.skin-2 .nav-list > li.open:nth-child( 12) > a {
  background-color: #4bb9ca;
}

/* line 1380, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 12) > .submenu {
  background-color: #304346;
}

/* line 1383, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 12) > .arrow:after,
.skin-2 .nav-list > li:nth-child( 12) li > .arrow:after {
  border-right-color: #304346;
  -moz-border-right-colors: #304346;
}

/* line 1388, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.pull_up:nth-child( 12) > .arrow:after {
  border-right-color: #304346 !important;
  -moz-border-right-colors: #304346 !important;
}

/* line 1392, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li:nth-child( 12) > .submenu li:hover > a,
.skin-2 .nav-list > li:nth-child( 12) > .submenu li.hover-show > a,
.skin-2 .nav-list > li:nth-child( 12) > .submenu li.active > a,
.skin-2 .nav-list > li:nth-child( 12) > .submenu li.open > a {
  color: #7ed6e3;
}

/* line 1398, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active:nth-child( 12):before {
  background-color: #ce7da7;
  background-color: #78cad7;
}

/* line 1402, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 12):before,
.skin-2 .nav-list > li:nth-child( 12):before {
  background-color: #a5dce4;
}

@media only screen and (min-width: 992px) {
  /* line 1407, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 1) > a {
    color: #00be67;
  }
  /* line 1410, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 1) > .arrow:after {
    border-bottom-color: #2a4137;
    -moz-border-bottom-colors: #2a4137;
  }
  /* line 1414, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 2) > a {
    color: #5ed02b;
  }
  /* line 1417, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 2) > .arrow:after {
    border-bottom-color: #36432f;
    -moz-border-bottom-colors: #36432f;
  }
  /* line 1421, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 3) > a {
    color: #a7d700;
  }
  /* line 1424, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 3) > .arrow:after {
    border-bottom-color: #3e442a;
    -moz-border-bottom-colors: #3e442a;
  }
  /* line 1428, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 4) > a {
    color: #cee100;
  }
  /* line 1431, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 4) > .arrow:after {
    border-bottom-color: #43452a;
    -moz-border-bottom-colors: #43452a;
  }
  /* line 1435, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 5) > a {
    color: #f8c600;
  }
  /* line 1438, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 5) > .arrow:after {
    border-bottom-color: #48422a;
    -moz-border-bottom-colors: #48422a;
  }
  /* line 1442, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 6) > a {
    color: #ffab00;
  }
  /* line 1445, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 6) > .arrow:after {
    border-bottom-color: #493f2a;
    -moz-border-bottom-colors: #493f2a;
  }
  /* line 1449, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 7) > a {
    color: #ff6e00;
  }
  /* line 1452, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 7) > .arrow:after {
    border-bottom-color: #49372a;
    -moz-border-bottom-colors: #49372a;
  }
  /* line 1456, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 8) > a {
    color: #f21c30;
  }
  /* line 1459, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 8) > .arrow:after {
    border-bottom-color: #472e30;
    -moz-border-bottom-colors: #472e30;
  }
  /* line 1463, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 9) > a {
    color: #db348a;
  }
  /* line 1466, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 9) > .arrow:after {
    border-bottom-color: #45303b;
    -moz-border-bottom-colors: #45303b;
  }
  /* line 1470, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 10) > a {
    color: #c55ee7;
  }
  /* line 1473, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 10) > .arrow:after {
    border-bottom-color: #423646;
    -moz-border-bottom-colors: #423646;
  }
  /* line 1477, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 11) > a {
    color: #218bee;
  }
  /* line 1480, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 11) > .arrow:after {
    border-bottom-color: #2e3b47;
    -moz-border-bottom-colors: #2e3b47;
  }
  /* line 1484, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 12) > a {
    color: #2ecee7;
  }
  /* line 1487, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover:nth-child( 12) > .arrow:after {
    border-bottom-color: #304346;
    -moz-border-bottom-colors: #304346;
  }
}

/* line 1492, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 1) > a {
  background-color: #18a665;
}

/* line 1495, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 1) > a:after {
  border-left-color: #18a665;
  -moz-border-left-colors: #18a665;
}

/* line 1499, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 2) > a {
  background-color: #6ab14a;
}

/* line 1502, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 2) > a:after {
  border-left-color: #6ab14a;
  -moz-border-left-colors: #6ab14a;
}

/* line 1506, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 3) > a {
  background-color: #98bc1b;
}

/* line 1509, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 3) > a:after {
  border-left-color: #98bc1b;
  -moz-border-left-colors: #98bc1b;
}

/* line 1513, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 4) > a {
  background-color: #b7c51c;
}

/* line 1516, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 4) > a:after {
  border-left-color: #b7c51c;
  -moz-border-left-colors: #b7c51c;
}

/* line 1520, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 5) > a {
  background-color: #d9b41f;
}

/* line 1523, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 5) > a:after {
  border-left-color: #d9b41f;
  -moz-border-left-colors: #d9b41f;
}

/* line 1527, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 6) > a {
  background-color: #dfa020;
}

/* line 1530, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 6) > a:after {
  border-left-color: #dfa020;
  -moz-border-left-colors: #dfa020;
}

/* line 1534, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 7) > a {
  background-color: #df7220;
}

/* line 1537, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 7) > a:after {
  border-left-color: #df7220;
  -moz-border-left-colors: #df7220;
}

/* line 1541, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 8) > a {
  background-color: #d43a48;
}

/* line 1544, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 8) > a:after {
  border-left-color: #d43a48;
  -moz-border-left-colors: #d43a48;
}

/* line 1548, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 9) > a {
  background-color: #bd5289;
}

/* line 1551, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 9) > a:after {
  border-left-color: #bd5289;
  -moz-border-left-colors: #bd5289;
}

/* line 1555, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 10) > a {
  background-color: #b975d0;
}

/* line 1558, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 10) > a:after {
  border-left-color: #b975d0;
  -moz-border-left-colors: #b975d0;
}

/* line 1562, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 11) > a {
  background-color: #3f8ad0;
}

/* line 1565, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 11) > a:after {
  border-left-color: #3f8ad0;
  -moz-border-left-colors: #3f8ad0;
}

/* line 1569, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.highlight.active:nth-child( 12) > a {
  background-color: #4bb9ca;
}

/* line 1572, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight:nth-child( 12) > a:after {
  border-left-color: #4bb9ca;
  -moz-border-left-colors: #4bb9ca;
}

/* line 1576, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar-shortcuts .btn {
  background-color: #555 !important;
  border-radius: 32px;
  border-width: 2px;
}

/* line 1581, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar-shortcuts .btn:hover {
  background-color: #222 !important;
}

/* line 1584, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar-shortcuts .btn:focus {
  outline: none;
}

/* line 1587, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar-shortcuts-mini .btn {
  border-radius: 32px;
  border-width: 2px;
  opacity: 1;
  padding: 6px;
}

/* line 1593, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar-shortcuts,
.skin-2 .sidebar-shortcuts-mini {
  background-color: #393939;
}

/* line 1597, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar > .nav-search {
  background-color: #393939;
}

/* line 1600, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar-toggle {
  background-color: #2f2f2f;
  border-color: #767676;
}

/* line 1604, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar-toggle:before {
  border-color: inherit;
}

/* line 1607, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar-toggle > .ace-icon {
  background-color: #333333;
  border-color: #aaaaaa;
  color: #aaaaaa;
}

/* line 1612, lib/assets/stylesheets/ace-skins.css */
.skin-2 .breadcrumbs {
  border-width: 0;
  background-color: #e7f2f8;
  border-radius: 4px;
  margin: 8px 8px 0;
}

@media only screen and (max-width: 991px) {
  /* line 1619, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .breadcrumbs {
    margin: 5px 5px 0;
  }
  /* line 1622, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .menu-toggler + .sidebar.responsive + .main-content .breadcrumbs {
    margin: 0;
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 1628, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .breadcrumbs.breadcrumbs-fixed + .page-content {
    padding-top: 57px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 1633, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .breadcrumbs.breadcrumbs-fixed + .page-content {
    padding-top: 54px;
  }
  /* line 1636, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .menu-toggler + .sidebar.reponsive + .main-content .breadcrumbs.breadcrumbs-fixed + .page-content {
    padding-top: 49px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 1641, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
    width: 734px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 1646, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .breadcrumbs-fixed {
    width: 734px;
  }
  /* line 1649, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
    width: 734px;
  }
  /* line 1652, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .sidebar.responsive-min + .main-content .breadcrumbs-fixed {
    width: 691px;
  }
}

@media (min-width: 992px) {
  /* line 1657, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
    width: 843px;
  }
}

@media (min-width: 992px) {
  /* line 1662, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .breadcrumbs-fixed {
    width: 964px;
  }
  /* line 1665, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .sidebar + .main-content .breadcrumbs-fixed {
    width: 758px;
  }
  /* line 1668, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
    width: 905px;
  }
}

@media (min-width: 1200px) {
  /* line 1673, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
    width: 1043px;
  }
}

@media (min-width: 1200px) {
  /* line 1678, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .breadcrumbs-fixed {
    width: 1148px;
  }
  /* line 1681, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .sidebar + .main-content .breadcrumbs-fixed {
    width: 958px;
  }
  /* line 1684, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
    width: 1105px;
  }
}

@media (min-width: 768px) {
  /* line 1689, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container .sidebar.h-sidebar + .main-content .breadcrumbs-fixed {
    width: auto;
  }
}

@media only screen and (max-width: 991px) {
  /* line 1694, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar {
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 1699, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list li.active > a:after {
    display: none;
  }
}

/* line 1703, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.open > a {
  color: #e6e6e6;
}

/* line 1706, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.active > a {
  color: #ffffff;
}

/* line 1709, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.active > a:after {
  border-width: 9px 6px;
  top: 10px;
}

/* line 1713, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight > a:after {
  border-width: 20px 0 20px 10px;
  top: 0;
}

/* line 1717, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li > a > .menu-text {
  background-color: inherit;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #333;
  border-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 1px;
}

/* line 1729, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.active > a > .menu-text {
  background-color: inherit;
  color: #FFF;
}

/* line 1733, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li > .submenu {
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #444;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 1px;
}

/* line 1742, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li > .submenu:after {
  display: none;
}

/* line 1745, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.active > .submenu {
  border-top-color: rgba(0, 0, 0, 0.5);
}

/* line 1748, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .sidebar-shortcuts-large {
  background-color: #393939;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #555555;
  border-width: 0 1px 1px 0;
  top: 0;
  border-color: #666;
}

/* line 1757, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight > .arrow:after {
  border-right-color: #bd5289;
  -moz-border-right-colors: #bd5289;
}

/* line 1762, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li > .arrow:before,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight > .arrow:before {
  border-right-color: #333;
  border-right-color: rgba(0, 0, 0, 0.7);
  -moz-border-right-colors: rgba(0, 0, 0, 0.7);
}

/* line 1768, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.active:not(.highlight) > a:not(.dropdown-toggle) > .menu-text {
  border-width: 1px;
  border-top-color: #555555;
  border-bottom-color: #555555;
  border-right-color: #555555;
}

/* line 1774, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li > a > .menu-text,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight > a > .menu-text {
  border-left-color: #333;
  border-left-color: rgba(0, 0, 0, 0.5);
}

/* line 1779, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.pull_up > a > .menu-text,
.skin-2 .sidebar.menu-min .nav-list > li.pull_up.active.highlight > a > .menu-text {
  border-left-color: #222;
  border-left-color: rgba(0, 0, 0, 0.7);
}

/* line 1784, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.pull_up.active:not(.highlight) > a > .menu-text {
  border-left-color: #666;
}

/* line 1787, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 1) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 1) > .arrow:after {
  border-right-color: #18a665;
  -moz-border-right-colors: #18a665;
}

/* line 1792, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 2) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 2) > .arrow:after {
  border-right-color: #6ab14a;
  -moz-border-right-colors: #6ab14a;
}

/* line 1797, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 3) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 3) > .arrow:after {
  border-right-color: #98bc1b;
  -moz-border-right-colors: #98bc1b;
}

/* line 1802, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 4) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 4) > .arrow:after {
  border-right-color: #b7c51c;
  -moz-border-right-colors: #b7c51c;
}

/* line 1807, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 5) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 5) > .arrow:after {
  border-right-color: #d9b41f;
  -moz-border-right-colors: #d9b41f;
}

/* line 1812, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 6) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 6) > .arrow:after {
  border-right-color: #dfa020;
  -moz-border-right-colors: #dfa020;
}

/* line 1817, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 7) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 7) > .arrow:after {
  border-right-color: #df7220;
  -moz-border-right-colors: #df7220;
}

/* line 1822, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 8) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 8) > .arrow:after {
  border-right-color: #d43a48;
  -moz-border-right-colors: #d43a48;
}

/* line 1827, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 9) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 9) > .arrow:after {
  border-right-color: #bd5289;
  -moz-border-right-colors: #bd5289;
}

/* line 1832, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 10) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 10) > .arrow:after {
  border-right-color: #b975d0;
  -moz-border-right-colors: #b975d0;
}

/* line 1837, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 11) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 11) > .arrow:after {
  border-right-color: #3f8ad0;
  -moz-border-right-colors: #3f8ad0;
}

/* line 1842, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li:nth-child( 12) > .arrow:after,
.skin-2 .sidebar.menu-min .nav-list > li.active.highlight:nth-child( 12) > .arrow:after {
  border-right-color: #4bb9ca;
  -moz-border-right-colors: #4bb9ca;
}

/* line 1847, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.active > a > .menu-text {
  border-left-color: #777;
}

/* line 1850, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.active > .arrow:after {
  border-right-color: #242424;
  -moz-border-right-colors: #242424;
}

/* line 1854, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar.menu-min .nav-list > li.active > .arrow:before {
  border-right-color: #888;
  -moz-border-right-colors: #FFF;
}

@media (max-width: 991px) {
  /* line 1859, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive .nav-list > li.active > a:after {
    display: none;
  }
  /* line 1862, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive .nav-list > li.active.highlight > a:after {
    display: block;
  }
}

@media (max-width: 991px) {
  /* line 1867, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.open > a {
    color: #e6e6e6;
  }
  /* line 1870, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.active > a {
    color: #ffffff;
  }
  /* line 1873, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.active > a:after {
    border-width: 9px 6px;
    top: 10px;
  }
  /* line 1877, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.active.highlight > a:after {
    border-width: 20px 0 20px 10px;
    top: 0;
  }
  /* line 1881, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li > a > .menu-text {
    background-color: inherit;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #333;
    border-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 1px;
  }
  /* line 1893, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.active > a > .menu-text {
    background-color: inherit;
    color: #FFF;
  }
  /* line 1897, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li > .submenu {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #444;
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 1px;
  }
  /* line 1906, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li > .submenu:after {
    display: none;
  }
  /* line 1909, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.active > .submenu {
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  /* line 1912, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .sidebar-shortcuts-large {
    background-color: #393939;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #555555;
    border-width: 0 1px 1px 0;
    top: 0;
    border-color: #666;
  }
  /* line 1921, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight > .arrow:after {
    border-right-color: #bd5289;
    -moz-border-right-colors: #bd5289;
  }
  /* line 1926, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li > .arrow:before,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight > .arrow:before {
    border-right-color: #333;
    border-right-color: rgba(0, 0, 0, 0.7);
    -moz-border-right-colors: rgba(0, 0, 0, 0.7);
  }
  /* line 1932, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.active:not(.highlight) > a:not(.dropdown-toggle) > .menu-text {
    border-width: 1px;
    border-top-color: #555555;
    border-bottom-color: #555555;
    border-right-color: #555555;
  }
  /* line 1938, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li > a > .menu-text,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight > a > .menu-text {
    border-left-color: #333;
    border-left-color: rgba(0, 0, 0, 0.5);
  }
  /* line 1943, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.pull_up > a > .menu-text,
.skin-2 .sidebar.responsive-min .nav-list > li.pull_up.active.highlight > a > .menu-text {
    border-left-color: #222;
    border-left-color: rgba(0, 0, 0, 0.7);
  }
  /* line 1948, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.pull_up.active:not(.highlight) > a > .menu-text {
    border-left-color: #666;
  }
  /* line 1951, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 1) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 1) > .arrow:after {
    border-right-color: #18a665;
    -moz-border-right-colors: #18a665;
  }
  /* line 1956, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 2) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 2) > .arrow:after {
    border-right-color: #6ab14a;
    -moz-border-right-colors: #6ab14a;
  }
  /* line 1961, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 3) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 3) > .arrow:after {
    border-right-color: #98bc1b;
    -moz-border-right-colors: #98bc1b;
  }
  /* line 1966, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 4) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 4) > .arrow:after {
    border-right-color: #b7c51c;
    -moz-border-right-colors: #b7c51c;
  }
  /* line 1971, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 5) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 5) > .arrow:after {
    border-right-color: #d9b41f;
    -moz-border-right-colors: #d9b41f;
  }
  /* line 1976, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 6) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 6) > .arrow:after {
    border-right-color: #dfa020;
    -moz-border-right-colors: #dfa020;
  }
  /* line 1981, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 7) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 7) > .arrow:after {
    border-right-color: #df7220;
    -moz-border-right-colors: #df7220;
  }
  /* line 1986, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 8) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 8) > .arrow:after {
    border-right-color: #d43a48;
    -moz-border-right-colors: #d43a48;
  }
  /* line 1991, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 9) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 9) > .arrow:after {
    border-right-color: #bd5289;
    -moz-border-right-colors: #bd5289;
  }
  /* line 1996, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 10) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 10) > .arrow:after {
    border-right-color: #b975d0;
    -moz-border-right-colors: #b975d0;
  }
  /* line 2001, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 11) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 11) > .arrow:after {
    border-right-color: #3f8ad0;
    -moz-border-right-colors: #3f8ad0;
  }
  /* line 2006, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li:nth-child( 12) > .arrow:after,
.skin-2 .sidebar.responsive-min .nav-list > li.active.highlight:nth-child( 12) > .arrow:after {
    border-right-color: #4bb9ca;
    -moz-border-right-colors: #4bb9ca;
  }
  /* line 2011, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.active > a > .menu-text {
    border-left-color: #777;
  }
  /* line 2014, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.active > .arrow:after {
    border-right-color: #242424;
    -moz-border-right-colors: #242424;
  }
  /* line 2018, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.active > .arrow:before {
    border-right-color: #888;
    -moz-border-right-colors: #FFF;
  }
  /* line 2022, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.responsive-min .nav-list > li.active > a:after {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  /* line 2027, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list li.hover > .submenu {
    padding-left: 0;
    padding-right: 0;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.4);
  }
  /* line 2033, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list li.hover > .submenu > li > a {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 2037, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list li.hover > .submenu > li:first-child > a {
    border-top-width: 0;
  }
  /* line 2040, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list li .submenu > li.hover.active > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  /* line 2043, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list > li > .submenu li.hover > .submenu {
    padding: 2px;
  }
  /* line 2046, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list > li > .submenu li > .submenu > li.hover > a {
    border-top-color: #222;
    border-top-color: rgba(255, 255, 255, 0.08);
  }
  /* line 2050, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .nav-list > li.active.hover:hover > a.dropdown-toggle:after,
.skin-2 .nav-list > li.active.hover.hover-show > a.dropdown-toggle:after,
.skin-2 .menu-min .nav-list > li.active:hover > a:after,
.skin-2 .menu-min .nav-list > li.active.hover-show > a:after {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  /* line 2058, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li.open.hover:not(:hover):not(:focus):not(.active) > a {
    background-color: #393939;
    font-weight: normal;
  }
  /* line 2062, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li.open.hover:not(:hover):not(:focus):not(.active) > a > .menu-icon,
.skin-2 .sidebar.navbar-collapse .nav-list > li.open.hover:not(:hover):not(:focus):not(.active) > a > .menu-text,
.skin-2 .sidebar.navbar-collapse .nav-list > li.open.hover:not(:hover):not(:focus):not(.active) > a > .arrow {
    color: inherit;
  }
  /* line 2067, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu li.open.hover:not(:hover):not(:focus):not(.active) > a {
    color: #eeeeee;
  }
  /* line 2070, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu > li.open.hover:not(:hover):not(:focus):not(.active) > a > .menu-icon {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  /* line 2075, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar:not(.navbar-collapse) .nav-list > li .submenu > li.hover:hover > a,
.skin-2 .sidebar:not(.navbar-collapse) .nav-list > li .submenu > li.hover.hover-show > a {
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 2079, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar:not(.navbar-collapse) .nav-list > li.active .submenu > li.hover:hover > a,
.skin-2 .sidebar:not(.navbar-collapse) .nav-list > li.active .submenu > li.hover.hover-show > a {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 991px) {
  /* line 2085, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu:before,
.skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu > li:before,
.skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu > li > .submenu:before {
    display: none;
  }
  /* line 2090, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li:before {
    height: 41px !important;
    top: 0;
  }
  /* line 2094, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu li > .submenu > li > a {
    margin-left: 0;
    padding-left: 42px;
  }
  /* line 2098, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
    margin-left: 0;
    padding-left: 58px;
  }
  /* line 2102, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > a > .menu-text,
.skin-2 .sidebar.navbar-collapse .nav-list > li.active.highlight > a > .menu-text {
    border-width: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  /* line 2108, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li.hover > .submenu {
    padding-bottom: 0;
  }
  /* line 2111, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list li.hover > .submenu {
    border-width: 0;
  }
  /* line 2114, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list li li.hover:hover > a,
.skin-2 .sidebar.navbar-collapse .nav-list li li.hover.hover-show > a {
    background-color: transparent;
  }
  /* line 2118, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list li li.hover > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 2121, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu > li.active.hover:hover > a,
.skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu > li.active.hover.hover-show > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  /* line 2125, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu > li.active.hover > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 2128, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu {
    border-left-width: 0t;
    padding: 0;
  }
  /* line 2132, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu li.hover > .submenu > li > a {
    margin-left: 0 !important;
    padding-left: 37px !important;
  }
  /* line 2136, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
    margin-left: 0 !important;
    padding-left: 51px !important;
  }
  /* line 2140, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list li.hover > .submenu li > a {
    padding-left: 32px !important;
  }
  /* line 2143, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list li.hover > .submenu li > a > .menu-icon {
    background-color: transparent;
  }
  /* line 2146, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list li.hover > .submenu > li.active > a {
    background-color: transparent;
    font-weight: normal;
  }
  /* line 2150, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li.hover > .submenu > li.active > a {
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: bold;
  }
  /* line 2154, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list li.hover > .submenu > li.active > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 2157, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li > .submenu li > .submenu > li.hover > a {
    border-top-width: 0;
  }
  /* line 2160, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li .submenu > li.hover > a > .menu-icon {
    left: 12px;
  }
  /* line 2163, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li .submenu > li.hover:hover > a,
.skin-2 .sidebar.navbar-collapse .nav-list > li .submenu > li.hover.hover-show > a {
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 2167, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse .nav-list > li.active .submenu > li.hover:hover > a,
.skin-2 .sidebar.navbar-collapse .nav-list > li.active .submenu > li.hover.hover-show > a {
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 2171, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse.menu-min .nav-list li.hover > .submenu li > a {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 2176, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse.menu-min .sidebar-shortcuts-large {
    border-width: 0;
  }
  /* line 2179, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse.menu-min .nav-list > li > a > .menu-text {
    font-weight: normal;
    color: #e6e6e6;
    margin-left: 0;
  }
  /* line 2184, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse.menu-min .nav-list > li:hover > a > .menu-text {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
  }
  /* line 2188, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse.menu-min .nav-list > li.active > a > .menu-text {
    font-weight: bold;
    color: #ffffff;
  }
  /* line 2192, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu {
    margin-left: 0;
    border-top-width: 0;
  }
  /* line 2196, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.navbar-collapse.menu-min .nav-list > li > .submenu li > a > .menu-icon {
    left: 12px;
  }
}

@media (min-width: 992px) {
  /* line 2201, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.compact .nav-list > li:before {
    height: auto;
    bottom: 0;
  }
}

/* line 2206, lib/assets/stylesheets/ace-skins.css */
.skin-2 .main-container .menu-toggler {
  background-color: #d685b0;
}

/* line 2209, lib/assets/stylesheets/ace-skins.css */
.skin-2 .main-container .menu-toggler:before {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}

/* line 2213, lib/assets/stylesheets/ace-skins.css */
.skin-2 .main-container .menu-toggler:after {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}

/* line 2217, lib/assets/stylesheets/ace-skins.css */
.skin-2 .main-container .menu-toggler > .toggler-text {
  border-top-color: #d685b0;
  -moz-border-top-colors: #d685b0;
}

/* line 2221, lib/assets/stylesheets/ace-skins.css */
.skin-2 .navbar .navbar-toggle {
  background-color: #DB78A1;
}

/* line 2224, lib/assets/stylesheets/ace-skins.css */
.skin-2 .navbar .navbar-toggle:focus {
  background-color: #DB78A1;
  border-color: transparent;
}

/* line 2228, lib/assets/stylesheets/ace-skins.css */
.skin-2 .navbar .navbar-toggle:hover {
  background-color: #d76896;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 2232, lib/assets/stylesheets/ace-skins.css */
.skin-2 .navbar .navbar-toggle.display,
.skin-2 .navbar .navbar-toggle[data-toggle=collapse]:not(.collapsed) {
  background-color: #d2588b;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.35);
}

@media only screen and (min-width: 768px) {
  /* line 2239, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .container.main-container:before {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 992px) {
  /* line 2244, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar {
    background-color: #393939;
  }
  /* line 2247, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar:before {
    background-color: #767676;
    border-bottom-color: #7b7b7b;
  }
  /* line 2251, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list {
    border-bottom-width: 0;
  }
  /* line 2254, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li > a > .menu-text {
    color: #e6e6e6;
    font-weight: normal;
  }
  /* line 2258, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li:hover > a > .menu-text,
.skin-2 .sidebar.h-sidebar .nav-list > li.hover-show > a > .menu-text {
    color: #ffffff;
    font-weight: normal;
  }
  /* line 2263, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.active > a > .menu-text {
    font-weight: bold;
    color: #ffffff;
  }
  /* line 2267, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li:before {
    left: 0;
    right: 0;
  }
  /* line 2271, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover > .submenu {
    margin-left: -1px;
    border-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.4);
  }
  /* line 2276, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li .submenu > li.hover > a {
    padding-left: 22px;
  }
  /* line 2279, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li .submenu > li.hover > a > .menu-icon {
    left: 4px;
  }
  /* line 2282, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.compact .nav-list > li.active:before {
    height: 2px;
    bottom: auto;
  }
  /* line 2286, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.highlight.active > a:after {
    display: none;
  }
  /* line 2289, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover.active > a:after {
    display: block;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: #FFF;
    border-color: transparent transparent #FFF;
    border-width: 8px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    margin-left: -8px;
  }
  /* line 2302, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover.active:hover > a:after,
.skin-2 .sidebar.h-sidebar .nav-list > li.hover.active.hover-show > a:after {
    display: none;
  }
  /* line 2306, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .sidebar-shortcuts-large {
    background-color: #505050;
    border-width: 1px 0 0 !important;
    border-top: 1px solid #777;
    top: 100%;
  }
  /* line 2312, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .sidebar-shortcuts-mini {
    padding-top: 2px;
  }
  /* line 2315, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .sidebar-shortcuts-mini > .btn {
    padding: 7px;
  }
  /* line 2318, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.active.highlight > .arrow:after {
    border-right-color: transparent;
    border-bottom-color: #bd5289;
  }
  /* line 2322, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.active.highlight > .arrow:before {
    border-right-color: transparent;
    -moz-border-right-colors: none;
    border-bottom-color: #191919;
    -moz-border-bottom-colors: #191919;
  }
  /* line 2328, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover > .arrow:after {
    border-right-color: transparent;
    -moz-border-right-colors: none;
    border-bottom-color: #45303b;
    -moz-border-bottom-colors: #45303b;
  }
  /* line 2334, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .nav-list > li.hover > .arrow:before {
    -moz-border-right-colors: none;
    border-right-color: transparent;
    border-bottom-color: #191919;
    -moz-border-bottom-colors: #191919;
  }
  /* line 2340, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .sidebar-shortcuts-large:after {
    border-bottom-color: #505050;
  }
  /* line 2343, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar .sidebar-shortcuts-large:before {
    border-bottom-color: #999;
    -moz-border-bottom-colors: #999;
  }
  /* line 2347, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .sidebar-shortcuts-mini {
    padding-top: 3px;
  }
  /* line 2350, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .sidebar-shortcuts-mini > .btn {
    padding: 6px;
  }
  /* line 2353, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li > a > .menu-text {
    border-width: 1px 0 0 0;
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  /* line 2357, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li > .arrow:before,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight > .arrow:before {
    -moz-border-bottom-colors: rgba(0, 0, 0, 0.7);
    border-bottom-color: rgba(0, 0, 0, 0.7);
  }
  /* line 2362, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 1) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 1) > .arrow:after {
    border-bottom-color: #18a665;
    -moz-border-bottom-colors: #18a665;
  }
  /* line 2367, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 2) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 2) > .arrow:after {
    border-bottom-color: #6ab14a;
    -moz-border-bottom-colors: #6ab14a;
  }
  /* line 2372, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 3) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 3) > .arrow:after {
    border-bottom-color: #98bc1b;
    -moz-border-bottom-colors: #98bc1b;
  }
  /* line 2377, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 4) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 4) > .arrow:after {
    border-bottom-color: #b7c51c;
    -moz-border-bottom-colors: #b7c51c;
  }
  /* line 2382, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 5) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 5) > .arrow:after {
    border-bottom-color: #d9b41f;
    -moz-border-bottom-colors: #d9b41f;
  }
  /* line 2387, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 6) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 6) > .arrow:after {
    border-bottom-color: #dfa020;
    -moz-border-bottom-colors: #dfa020;
  }
  /* line 2392, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 7) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 7) > .arrow:after {
    border-bottom-color: #df7220;
    -moz-border-bottom-colors: #df7220;
  }
  /* line 2397, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 8) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 8) > .arrow:after {
    border-bottom-color: #d43a48;
    -moz-border-bottom-colors: #d43a48;
  }
  /* line 2402, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 9) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 9) > .arrow:after {
    border-bottom-color: #bd5289;
    -moz-border-bottom-colors: #bd5289;
  }
  /* line 2407, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 10) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 10) > .arrow:after {
    border-bottom-color: #b975d0;
    -moz-border-bottom-colors: #b975d0;
  }
  /* line 2412, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 11) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 11) > .arrow:after {
    border-bottom-color: #3f8ad0;
    -moz-border-bottom-colors: #3f8ad0;
  }
  /* line 2417, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li:nth-child( 12) > .arrow:after,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight:nth-child( 12) > .arrow:after {
    border-bottom-color: #4bb9ca;
    -moz-border-bottom-colors: #4bb9ca;
  }
  /* line 2422, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active > .arrow:after {
    border-bottom-color: #242424;
    -moz-border-bottom-colors: #242424;
  }
  /* line 2426, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active > .arrow:before {
    border-bottom-color: #888;
    -moz-border-bottom-colors: #FFF;
  }
  /* line 2430, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li > a > .menu-text,
.skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active.highlight > a > .menu-text {
    border-top-color: #333;
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  /* line 2435, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar.menu-min .nav-list > li.active > a > .menu-text {
    border-top-color: #777;
  }
  /* line 2438, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .sidebar.h-sidebar + .main-content .breadcrumbs {
    border-color: #d5e7f1;
    top: 2px;
  }
  /* line 2442, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .h-sidebar.sidebar-fixed + .main-content {
    padding-top: 86px;
  }
  /* line 2445, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .h-sidebar.sidebar-fixed.no-gap + .main-content {
    padding-top: 72px;
  }
  /* line 2448, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .h-sidebar.sidebar-fixed.menu-min + .main-content {
    padding-top: 61px;
  }
  /* line 2451, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .h-sidebar.sidebar-fixed.menu-min.no-gap + .main-content {
    padding-top: 47px;
  }
  /* line 2454, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .main-content .h-sidebar.sidebar .nav-list {
    border-left: 1px solid #575757;
  }
}

/* line 2458, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar-scroll .sidebar-shortcuts {
  border-bottom-color: #555555;
}

/* line 2461, lib/assets/stylesheets/ace-skins.css */
.skin-2 .sidebar-scroll .sidebar-toggle {
  border-top-color: #555555;
}

/* line 2464, lib/assets/stylesheets/ace-skins.css */
.skin-2 .scrollout .scroll-track {
  background-color: transparent;
}

/* line 2467, lib/assets/stylesheets/ace-skins.css */
.skin-2 .scrollout .scroll-bar {
  background-color: #CCC;
  background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2472, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .navbar.navbar-collapse {
    background-color: transparent;
  }
  /* line 2475, lib/assets/stylesheets/ace-skins.css */
  .skin-2 .navbar.navbar-collapse:before,
.skin-2 .navbar.navbar-collapse .navbar-container {
    background: #c6487e;
  }
}

/* line 2480, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.disabled:before {
  display: none !important;
}

/* line 2483, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.disabled > a,
.skin-2 .nav-list > li > a.disabled {
  background-color: #555 !important;
  color: #CCC !important;
}

/* line 2488, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.disabled > a > .menu-text,
.skin-2 .nav-list > li > a.disabled > .menu-text {
  color: #CCC !important;
}

/* line 2492, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.disabled > a .label,
.skin-2 .nav-list > li > a.disabled .label,
.skin-2 .nav-list > li.disabled > a .badge,
.skin-2 .nav-list > li > a.disabled .badge {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 2498, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list > li.active.highlight.disabled > a:after,
.skin-2 .nav-list > li.active.highlight > a.disabled:after {
  -moz-border-left-colors: #555 !important;
  border-left-color: #555 !important;
}

/* line 2503, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list li .submenu > li.disabled > a,
.skin-2 .nav-list li .submenu > li > a.disabled,
.skin-2 .nav-list li.disabled .submenu > li > a,
.skin-2 .nav-list li > a.disabled + .submenu > li > a {
  background-color: #666 !important;
  color: #DDD !important;
  cursor: not-allowed !important;
}

/* line 2511, lib/assets/stylesheets/ace-skins.css */
.skin-2 .nav-list li .submenu > li.disabled > a > .menu-icon,
.skin-2 .nav-list li .submenu > li > a.disabled > .menu-icon,
.skin-2 .nav-list li.disabled .submenu > li > a > .menu-icon,
.skin-2 .nav-list li > a.disabled + .submenu > li > a > .menu-icon {
  display: none;
}

/* skin 3 */
/* line 2518, lib/assets/stylesheets/ace-skins.css */
.skin-3 {
  background-color: #bbbbbb;
}

/* line 2521, lib/assets/stylesheets/ace-skins.css */
.skin-3 .main-container:before {
  background: #FFF;
  background: -moz-linear-gradient(top, #eef5fa 0%, #ffffff 8%) 0 4px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#eef5fa), color-stop(4%, #ffffff)) 0 4px;
  background: -webkit-linear-gradient(top, #eef5fa 0%, #ffffff 8%) 0 4px;
  background: -o-linear-gradient(top, #eef5fa 0%, #ffffff 8%) 0 4px;
  background: -ms-linear-gradient(top, #eef5fa 0%, #ffffff 8%) 0 4px;
  background: linear-gradient(top, #eef5fa 0%, #ffffff 8%) 0 4px;
  -moz-background-size: 100% 26px;
  -webkit-background-size: 100% 26px;
  -o-background-size: 100% 26px;
  -ms-background-size: 100% 26px;
  background-size: 100% 26px;
}

@media (min-width: 768px) {
  /* line 2536, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .main-container.container:before {
    -webkit-box-shadow: 0 0 0 1px rgba(50, 100, 200, 0.1);
    box-shadow: 0 0 0 1px rgba(50, 100, 200, 0.1);
  }
}

/* line 2541, lib/assets/stylesheets/ace-skins.css */
.skin-3 .navbar {
  background: #404040;
}

/* line 2544, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar {
  background-color: #dbdbdb;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #a4c6dd;
}

/* line 2550, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li {
  border-color: #f2f2f2;
}

/* line 2553, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li > a {
  background-color: #e3e3e3;
  color: #5a5a5a;
}

/* line 2557, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li > a > .arrow {
  color: inherit;
}

/* line 2560, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li > a:focus {
  background-color: #e8e8e8;
  color: #5a5a5a;
}

/* line 2564, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li:hover {
  border-color: #95bad2 !important;
}

/* line 2567, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li:hover + li {
  border-top-color: #95bad2 !important;
}

/* line 2570, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.open {
  border-color: #95bad2 !important;
}

/* line 2573, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.open + li {
  border-top-color: #95bad2 !important;
}

/* line 2576, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.active {
  border-color: #a4c6dd !important;
}

/* line 2579, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.active + li {
  border-color: #a4c6dd !important;
}

/* line 2582, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.active + li:last-child {
  border-bottom-color: #f2f2f2 !important;
}

/* line 2585, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.active + li:last-child:hover {
  border-bottom-color: #95bad2 !important;
}

/* line 2588, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li:hover > a {
  background-color: #ffffff;
  color: #337dbb;
}

/* line 2592, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.open > a,
.skin-3 .nav-list > li.open:hover > a {
  color: #337dbb;
  background-color: #f8f8f8;
}

/* line 2597, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.open > a > .arrow {
  color: inherit;
}

/* line 2600, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.active > a,
.skin-3 .nav-list > li.active.highlight > a {
  background-color: #f3faff !important;
  color: #4d96cb !important;
}

/* line 2605, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li:hover:before,
.skin-3 .nav-list > li.open:before {
  display: block;
  background-color: #4f8ab4 !important;
}

/* line 2610, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.active:before {
  display: block;
  background-color: #4D96CB !important;
}

/* line 2614, lib/assets/stylesheets/ace-skins.css */
.skin-3 .page-content {
  background-color: transparent;
}

/* line 2617, lib/assets/stylesheets/ace-skins.css */
.skin-3 .infobox-container .infobox:not(.infobox-dark) {
  border-style: solid;
  background-color: transparent;
}

/* line 2621, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.active:after {
  display: none;
}

/* line 2624, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list li.active > a:after {
  border-right-color: #FFF;
  -moz-border-right-colors: #FFF;
  border-width: 12px 8px;
  top: 7px;
  right: -1px;
}

/* line 2631, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list li.active > a:before {
  display: block;
  content: "";
  position: absolute;
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-right-color: #91bad6;
  -moz-border-right-colors: #91bad6;
  right: 0;
  border-width: 12px 8px;
  top: 7px;
}

/* line 2644, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.active > .submenu li.active > a:before,
.skin-3 .nav-list > li.active > .submenu li.active > a:after {
  top: 4px;
}

/* line 2648, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list li.active.open > a:before {
  display: none;
}

/* line 2651, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list li.highlight.active.open > a:before {
  display: block;
}

/* line 2654, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list li.active:not(.open) li.active > a:before {
  display: none !important;
}

/* line 2657, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.highlight.active > a:after {
  border-left-color: #f3faff;
  -moz-border-left-colors: #f3faff;
}

/* line 2661, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.highlight.active > a:before {
  border-left-color: #91bad6;
  -moz-border-left-colors: #91bad6;
}

/* line 2665, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list li > .arrow:before {
  border-right-color: #7fafcf;
  -moz-border-right-colors: #7fafcf;
}

/* line 2669, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li .submenu > li.active:not(.open) > a {
  background-color: #f5f7fa;
}

/* line 2672, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li .submenu > li.active:not(.open) > a:hover {
  background-color: #f1f5f9;
}

@media only screen and (max-width: 991px) {
  /* line 2676, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive .nav-list > li.active.open > a:after {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  /* line 2681, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .nav-list li.hover > .submenu {
    border-color: #99bfd9;
  }
}

@media only screen and (min-width: 992px) {
  /* line 2686, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .nav-list li.hover.active > a:before {
    display: block;
  }
  /* line 2689, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .nav-list li.hover .submenu > li.active > a:before {
    display: none;
  }
}

/* line 2693, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar.menu-min .nav-list > li > a > .menu-text {
  background-color: #f1f5f9;
  border-color: #A4C6DD;
}

/* line 2697, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar.menu-min .nav-list > li.active > a > .menu-text {
  background-color: #EDF3F7;
}

/* line 2700, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar.menu-min .nav-list > li > .submenu {
  border-color: #A4C6DD;
  border-top-color: #C9DAE5;
}

/* line 2704, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar.menu-min .nav-list > li.active > .arrow:before {
  border-right-color: #709FBF;
  -moz-border-right-colors: #709FBF;
}

/* line 2708, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar.menu-min .nav-list > li > .arrow:after {
  border-right-color: #EDF3F7;
  -moz-border-right-colors: #EDF3F7;
}

/* line 2712, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar.menu-min .nav-list li.active > a:after,
.skin-3 .sidebar.menu-min .nav-list li.active > a:before {
  display: none;
}

/* line 2716, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar.menu-min .nav-list > li.active > a:after,
.skin-3 .sidebar.menu-min .nav-list > li.active > a:before {
  display: block;
  border-width: 9px 7px;
  top: 10px;
}

/* line 2722, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar.menu-min .nav-list > li.active.highlight > a:after,
.skin-3 .sidebar.menu-min .nav-list > li.active.highlight > a:before {
  border-width: 20px 0 21px 10px;
  top: -1px;
}

/* line 2727, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar.menu-min .nav-list > li.active:hover > a:after,
.skin-3 .sidebar.menu-min .nav-list > li.active.hover-show > a:after,
.skin-3 .sidebar.menu-min .nav-list > li.active:hover > a:before,
.skin-3 .sidebar.menu-min .nav-list > li.active.hover-show > a:before {
  display: none;
}

/* line 2733, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar.menu-min .sidebar-shortcuts-large {
  background-color: #F5F5F5;
}

@media only screen and (max-width: 991px) {
  /* line 2737, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.menu-min.responsive .nav-list > li.active > a:after,
.skin-3 .sidebar.menu-min.responsive .nav-list > li.active > a:before {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  /* line 2743, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive {
    border-bottom-width: 1px !important;
  }
  /* line 2746, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive .nav-list > li.active.open > a:after {
    display: none;
  }
  /* line 2749, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive .nav-list > li.active.highlight > a:after,
.skin-3 .sidebar.responsive .nav-list > li.active.highlight > a:before {
    display: block;
  }
  /* line 2753, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.navbar-collapse {
    border-bottom-color: #A4C6DD;
  }
  /* line 2756, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .nav-list li.active > a:after,
.skin-3 .nav-list li.active > a:before {
    display: none;
  }
  /* line 2760, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-min .nav-list > li > a > .menu-text {
    background-color: #f1f5f9;
    border-color: #A4C6DD;
  }
  /* line 2764, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-min .nav-list > li.active > a > .menu-text {
    background-color: #EDF3F7;
  }
  /* line 2767, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-min .nav-list > li > .submenu {
    border-color: #A4C6DD;
    border-top-color: #C9DAE5;
  }
  /* line 2771, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-min .nav-list > li.active > .arrow:before {
    border-right-color: #709FBF;
    -moz-border-right-colors: #709FBF;
  }
  /* line 2775, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-min .nav-list > li > .arrow:after {
    border-right-color: #EDF3F7;
    -moz-border-right-colors: #EDF3F7;
  }
  /* line 2779, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-min .nav-list li.active > a:after,
.skin-3 .sidebar.responsive-min .nav-list li.active > a:before {
    display: none;
  }
  /* line 2783, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-min .nav-list > li.active > a:after,
.skin-3 .sidebar.responsive-min .nav-list > li.active > a:before {
    display: block;
    border-width: 9px 7px;
    top: 10px;
  }
  /* line 2789, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-min .nav-list > li.active.highlight > a:after,
.skin-3 .sidebar.responsive-min .nav-list > li.active.highlight > a:before {
    border-width: 20px 0 21px 10px;
    top: -1px;
  }
  /* line 2794, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-min .nav-list > li.active:hover > a:after,
.skin-3 .sidebar.responsive-min .nav-list > li.active.hover-show > a:after,
.skin-3 .sidebar.responsive-min .nav-list > li.active:hover > a:before,
.skin-3 .sidebar.responsive-min .nav-list > li.active.hover-show > a:before {
    display: none;
  }
  /* line 2800, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-min .sidebar-shortcuts-large {
    background-color: #F5F5F5;
  }
  /* line 2803, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-max {
    border-width: 0 1px 1px 0;
  }
  /* line 2806, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-max .nav-list li.hover.active > a:before {
    display: none;
  }
  /* line 2809, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-max .nav-list > li.active.open > a:after {
    display: none;
  }
  /* line 2812, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.responsive-max .nav-list > li.active.highlight > a:after,
.skin-3 .sidebar.responsive-max .nav-list > li.active.highlight > a:before {
    display: block;
  }
  /* line 2816, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.navbar-collapse .sidebar-shortcuts-large {
    background-color: transparent;
  }
}

/* line 2820, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar-shortcuts,
.skin-3 .sidebar-shortcuts-mini {
  background-color: #dbdbdb;
}

/* line 2824, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar-shortcuts-large > .btn:focus {
  outline: none;
}

/* line 2827, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar > .nav-search {
  background-color: #dbdbdb;
}

/* line 2830, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar-toggle {
  background-color: #d0d0d0;
  border-color: #f2f2f2;
}

/* line 2834, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar-toggle:before {
  border-color: #f2f2f2;
}

/* line 2837, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar-toggle > .ace-icon {
  background-color: #ffffff;
  background-color: #FFF;
  border-color: #999;
  color: #999;
}

/* line 2843, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar-scroll .nav-wrap-up + .sidebar-toggle:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  border-right: 1px solid #a4c6dd;
}

@media only screen and (max-width: 991px) {
  /* line 2853, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.navbar-collapse .nav-list > li:before {
    height: 43px !important;
  }
  /* line 2856, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.navbar-collapse .sidebar-shortcuts {
    padding: 0 0 3px !important;
  }
}

@media only screen and (min-width: 992px) {
  /* line 2861, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .nav-list > li.active.hover:hover > a.dropdown-toggle:after,
.skin-3 .nav-list > li.active.hover.hover-show > a.dropdown-toggle:after,
.skin-3 .nav-list > li.active.hover:hover > a.dropdown-toggle:before,
.skin-3 .nav-list > li.active.hover.hover-show > a.dropdown-toggle:before {
    display: none;
  }
}

/* line 2868, lib/assets/stylesheets/ace-skins.css */
.skin-3 .main-container .menu-toggler {
  background-color: #62A8D1;
  color: #FFF;
}

/* line 2872, lib/assets/stylesheets/ace-skins.css */
.skin-3 .main-container .menu-toggler:before,
.skin-3 .main-container .menu-toggler:after {
  border-color: #FFF;
}

/* line 2876, lib/assets/stylesheets/ace-skins.css */
.skin-3 .main-container .menu-toggler > .toggler-text {
  border-top-color: #62A8D1;
  -moz-border-top-colors: #62A8D1;
}

/* line 2880, lib/assets/stylesheets/ace-skins.css */
.skin-3 .main-container .menu-toggler > .toggler-text:after {
  color: #FFF;
}

/* line 2883, lib/assets/stylesheets/ace-skins.css */
.skin-3 .navbar .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.15);
  transition: background-color 0.1s ease 0s;
  background-color: #648CAE;
}

/* line 2888, lib/assets/stylesheets/ace-skins.css */
.skin-3 .navbar .navbar-toggle:focus {
  background-color: #648CAE;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 2892, lib/assets/stylesheets/ace-skins.css */
.skin-3 .navbar .navbar-toggle:hover {
  background-color: #5782a7;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 2896, lib/assets/stylesheets/ace-skins.css */
.skin-3 .navbar .navbar-toggle.display,
.skin-3 .navbar .navbar-toggle[data-toggle=collapse]:not(.collapsed) {
  background-color: #507899;
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 2901, lib/assets/stylesheets/ace-skins.css */
.skin-3 .breadcrumbs {
  border-width: 0;
  background-color: #e7f2f8;
  border-radius: 4px;
  margin: 8px 8px 0;
}

@media only screen and (max-width: 991px) {
  /* line 2908, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .breadcrumbs {
    margin: 5px 5px 0;
  }
  /* line 2911, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .menu-toggler + .sidebar.responsive + .main-content .breadcrumbs {
    margin: 0;
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 2917, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .breadcrumbs.breadcrumbs-fixed + .page-content {
    padding-top: 57px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 2922, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .breadcrumbs.breadcrumbs-fixed + .page-content {
    padding-top: 54px;
  }
  /* line 2925, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .menu-toggler + .sidebar.reponsive + .main-content .breadcrumbs.breadcrumbs-fixed + .page-content {
    padding-top: 49px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 2930, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
    width: 734px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  /* line 2935, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .breadcrumbs-fixed {
    width: 734px;
  }
  /* line 2938, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
    width: 734px;
  }
  /* line 2941, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .sidebar.responsive-min + .main-content .breadcrumbs-fixed {
    width: 691px;
  }
}

@media (min-width: 992px) {
  /* line 2946, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
    width: 843px;
  }
}

@media (min-width: 992px) {
  /* line 2951, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .breadcrumbs-fixed {
    width: 964px;
  }
  /* line 2954, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .sidebar + .main-content .breadcrumbs-fixed {
    width: 758px;
  }
  /* line 2957, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
    width: 905px;
  }
}

@media (min-width: 1200px) {
  /* line 2962, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .sidebar.compact + .main-content .breadcrumbs-fixed {
    width: 1043px;
  }
}

@media (min-width: 1200px) {
  /* line 2967, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .breadcrumbs-fixed {
    width: 1148px;
  }
  /* line 2970, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .sidebar + .main-content .breadcrumbs-fixed {
    width: 958px;
  }
  /* line 2973, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .container.main-container .sidebar.menu-min + .main-content .breadcrumbs-fixed {
    width: 1105px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 2978, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .nav-list li.active > a:before,
.skin-3 .nav-list li.active > a:after {
    display: none;
  }
}

/* line 2983, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar-shortcuts-large > .btn {
  line-height: 26px;
  border-width: 1px;
}

/* line 2987, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar-shortcuts-mini {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 1px;
}

/* line 2992, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar-shortcuts-mini > .btn {
  border-width: 1px;
  opacity: 1;
  padding: 7px;
  margin: 1px 1px 0 0;
}

@media only screen and (min-width: 992px) {
  /* line 2999, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar {
    background-color: #e3e3e3;
  }
  /* line 3002, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar:before {
    background-color: #CBD0D6;
    border-bottom-width: 0;
  }
  /* line 3006, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar .sidebar-shortcuts-mini > .btn {
    padding: 8px;
  }
  /* line 3009, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar .sidebar-shortcuts-large {
    background-color: #FFF;
    line-height: 36px;
  }
  /* line 3013, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar + .main-content .breadcrumbs {
    border-color: #d5e7f1;
    top: 2px;
  }
  /* line 3017, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar .nav-list > li.hover > .submenu {
    border-color: #A4C6DD;
  }
  /* line 3020, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar .nav-list > li {
    border-color: #f2f2f2;
  }
  /* line 3023, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar .nav-list > li:hover,
.skin-3 .sidebar.h-sidebar .nav-list > li:hover + li {
    border-left-color: #95bad2;
  }
  /* line 3027, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar .nav-list > li:last-child:hover {
    border-right-color: #95bad2;
  }
  /* line 3030, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar .nav-list > li.active,
.skin-3 .sidebar.h-sidebar .nav-list > li.active + li,
.skin-3 .sidebar.h-sidebar .nav-list > li:hover + li.active {
    border-left-color: #a4c6dd;
  }
  /* line 3035, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar .nav-list > li.active:last-child {
    border-right-color: #a4c6dd;
  }
  /* line 3038, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar .nav-list > li.active > a:after {
    left: 0;
    top: auto;
    right: auto;
    bottom: -2px;
    left: 50%;
    margin-left: -7px;
    border-color: transparent;
    -moz-border-right-colors: none;
    border-width: 8px 7px !important;
    border-bottom-color: #FFF;
    -moz-border-bottom-colors: #FFF;
  }
  /* line 3051, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar .nav-list > li.active > a:before {
    display: block;
    left: 0;
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    margin-left: -8px !important;
    border-width: 8px !important;
    border-color: transparent;
    -moz-border-right-colors: none;
    border-bottom-color: #74add7;
    -moz-border-bottom-colors: #74add7;
  }
  /* line 3065, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar .nav-list > li.hover > .arrow:before {
    -moz-border-right-colors: none;
    border-right-color: transparent;
    border-bottom-color: #7fafcf;
    -moz-border-bottom-colors: #7fafcf;
  }
  /* line 3071, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar.menu-min .sidebar-shortcuts {
    max-width: 52px;
    padding-left: 2px;
    padding-right: 2px;
  }
  /* line 3076, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar.menu-min .sidebar-shortcuts-mini > .btn {
    padding: 7px;
  }
  /* line 3079, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar.menu-min .nav-list > li.hover > .submenu {
    border-top-color: #C9DAE5;
  }
  /* line 3082, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar.menu-min .nav-list > li.active > a > .menu-text {
    border-left-color: #A4C6DD;
  }
  /* line 3085, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .sidebar.h-sidebar.menu-min .nav-list > li > .arrow:after {
    -moz-border-bottom-colors: #EDF3F7;
    border-bottom-color: #EDF3F7;
  }
}

/* line 3090, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar-scroll .sidebar-shortcuts {
  border-bottom-color: 1px solid #99B6C9;
}

/* line 3093, lib/assets/stylesheets/ace-skins.css */
.skin-3 .sidebar-scroll .sidebar-toggle {
  border-top-color: #99B6C9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3097, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .navbar.navbar-collapse {
    background-color: transparent;
  }
  /* line 3100, lib/assets/stylesheets/ace-skins.css */
  .skin-3 .navbar.navbar-collapse:before,
.skin-3 .navbar.navbar-collapse .navbar-container {
    background: #404040;
  }
}

/* line 3105, lib/assets/stylesheets/ace-skins.css */
.skin-3 .nav-list > li.disabled:before {
  display: none !important;
}

/* line 1, app/assets/stylesheets/scaffolds.scss */
.height-limit {
  height: 300px;
}

/* line 5, app/assets/stylesheets/scaffolds.scss */
#accountBucket, #accountBucket1, #accountBucket2, #accountBucket3, #accountBucket4, #tdt-account-bucket, #tdt-account-bucket-3, #tdt-account-bucket-4, #tdt-account-bucket-6 {
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/scaffolds.scss */
#accountBucket:hover, #accountBucket1:hover, #accountBucket2:hover, #accountBucket3:hover, #accountBucket4:hover {
  background-color: #d3d3d3;
}

/* line 13, app/assets/stylesheets/scaffolds.scss */
h1 > a:hover {
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/scaffolds.scss */
.btn > a {
  color: white !important;
}

/* line 21, app/assets/stylesheets/scaffolds.scss */
.profile-info-value > address {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/scaffolds.scss */
.widget-body > .profile-user-info {
  margin: 0;
}

/* line 29, app/assets/stylesheets/scaffolds.scss */
.tools {
  margin-bottom: 12px;
}

/* line 33, app/assets/stylesheets/scaffolds.scss */
.time-width {
  max-width: 47%;
}

/* line 37, app/assets/stylesheets/scaffolds.scss */
html.turbolinks-progress-bar::before {
  background-color: #3F6188 !important;
  height: 5px !important;
}

/* line 42, app/assets/stylesheets/scaffolds.scss */
.search-main-page {
  width: 340px !important;
}

/* line 47, app/assets/stylesheets/scaffolds.scss */
.queryreport-td-align-left {
  max-width: 200px;
}

@-moz-document url-prefix() {
  /* line 52, app/assets/stylesheets/scaffolds.scss */
  fieldset {
    display: table-cell;
  }
}

/* line 56, app/assets/stylesheets/scaffolds.scss */
.modal .form-buttons {
  display: none;
}

/* line 6, app/assets/stylesheets/searches.scss */
#search-form {
  margin-top: 48px;
}

/* line 10, app/assets/stylesheets/searches.scss */
form.form-inline .form-group > div.col-xs-8 {
  padding-left: 0;
  padding-right: 0;
}

/* line 15, app/assets/stylesheets/searches.scss */
form.form-inline label {
  line-height: 34px;
  padding-top: 10px;
}

/* line 20, app/assets/stylesheets/searches.scss */
form.form-inline .form-control {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 25, app/assets/stylesheets/searches.scss */
  form.form-inline .form-group {
    margin-bottom: 15px;
  }
}

/* line 6, app/assets/stylesheets/tax_years.scss */
table#tax_year tr[data-deleted] td a {
  color: red;
}

/* line 1, app/assets/stylesheets/reports.scss */
#report_title {
  margin-top: 10px;
}

/* line 5, app/assets/stylesheets/reports.scss */
.margin-2 {
  margin-bottom: 1px;
}

/* line 5, app/assets/stylesheets/dashboards.scss */
#account-bucket, #account-bucket-1, #account-bucket-2, #account-bucket-3, #account-bucket-4, .dashboard-box {
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/dashboards.scss */
#account-bucket:hover, #account-bucket-1:hover, #account-bucket-2:hover, #account-bucket-3:hover, #account-bucket-4:hover, .dashboard-box:hover {
  background-color: #d3d3d3;
}

/* line 12, app/assets/stylesheets/dashboards.scss */
#account-bucket .badge, #account-bucket-1 .badge, #account-bucket-2 .badge, #account-bucket-3 .badge, #account-bucket-4 .badge, .dashboard-box .badge {
  background: none !important;
  color: #3983c2 !important;
}

/* line 18, app/assets/stylesheets/dashboards.scss */
.name {
  padding-right: 100px;
}

/* line 22, app/assets/stylesheets/dashboards.scss */
.dashboard-table > tbody > tr > th {
  max-width: 75px;
}

/* line 26, app/assets/stylesheets/dashboards.scss */
#payments span.badge.badge-danger {
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/dashboards.scss */
.small-height {
  height: 130px !important;
}

/* line 36, app/assets/stylesheets/dashboards.scss */
.pull-right ul.pagination {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: -10px !important;
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/accounts.scss */
  .navbar-toggle {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 6, app/assets/stylesheets/accounts.scss */
  .navbar-toggle {
    display: block !important;
  }
}

/* line 16, app/assets/stylesheets/accounts.scss */
.display-none {
  display: none;
}

/* line 20, app/assets/stylesheets/accounts.scss */
.datepicker {
  z-index: 10000 !important;
}

/* line 25, app/assets/stylesheets/accounts.scss */
#my-address-modal .address-result {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 5px;
}

/* line 30, app/assets/stylesheets/accounts.scss */
#my-address-modal .address-result:hover {
  background-color: lightgray;
}

/* line 34, app/assets/stylesheets/accounts.scss */
#my-address-modal .address-result .complete-address {
  display: none;
}

/* line 39, app/assets/stylesheets/accounts.scss */
#my-address-modal #invalid {
  color: red;
  margin-bottom: 20px;
}

/* line 44, app/assets/stylesheets/accounts.scss */
#my-address-modal #my_line_id {
  display: none;
}

/* line 50, app/assets/stylesheets/accounts.scss */
.address-hide .btn-sm, .address-hide .btn-group-sm > .btn {
  border-width: 2px;
}

/* line 55, app/assets/stylesheets/accounts.scss */
h1#pdf_parent {
  margin-right: 0;
}

/* line 59, app/assets/stylesheets/accounts.scss */
.garnishment-dropdown {
  height: 30px;
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/accounts.scss */
.garnishment-dropdown .dropdown {
  position: absolute;
}

/* line 68, app/assets/stylesheets/accounts.scss */
.rr-text-left {
  text-align: left !important;
}

/* line 73, app/assets/stylesheets/accounts.scss */
#account-notes .itemdiv.highlight {
  background-color: #dff0d8;
}

/* line 6, app/assets/stylesheets/admin/users.scss */
#checkbox_container .controls .checkbox {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
}

/* line 12, app/assets/stylesheets/admin/users.scss */
#checkbox_container .collection_check_boxes {
  display: inline;
  vertical-align: -5px;
}

/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
/* line 8, lib/assets/stylesheets/fullcalendar.css */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 13, lib/assets/stylesheets/fullcalendar.css */
.fc-rtl {
  text-align: right;
}

/* line 17, lib/assets/stylesheets/fullcalendar.css */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 25, lib/assets/stylesheets/fullcalendar.css */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}

/* line 35, lib/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 39, lib/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

/* line 44, lib/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 48, lib/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-today {
  background: #fcf8e3;
}

/* line 52, lib/assets/stylesheets/fullcalendar.css */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 58, lib/assets/stylesheets/fullcalendar.css */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 64, lib/assets/stylesheets/fullcalendar.css */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 73, lib/assets/stylesheets/fullcalendar.css */
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
/* line 100, lib/assets/stylesheets/fullcalendar.css */
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */
}

/* line 105, lib/assets/stylesheets/fullcalendar.css */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

/* line 113, lib/assets/stylesheets/fullcalendar.css */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%;
}

/* line 121, lib/assets/stylesheets/fullcalendar.css */
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

/* line 127, lib/assets/stylesheets/fullcalendar.css */
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

/* line 133, lib/assets/stylesheets/fullcalendar.css */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%;
}

/* line 140, lib/assets/stylesheets/fullcalendar.css */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%;
}

/* line 147, lib/assets/stylesheets/fullcalendar.css */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 153, lib/assets/stylesheets/fullcalendar.css */
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 163, lib/assets/stylesheets/fullcalendar.css */
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
/* line 181, lib/assets/stylesheets/fullcalendar.css */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 183, lib/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* line 187, lib/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 192, lib/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
/* line 199, lib/assets/stylesheets/fullcalendar.css */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 211, lib/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 226, lib/assets/stylesheets/fullcalendar.css */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 234, lib/assets/stylesheets/fullcalendar.css */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 244, lib/assets/stylesheets/fullcalendar.css */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 251, lib/assets/stylesheets/fullcalendar.css */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 263, lib/assets/stylesheets/fullcalendar.css */
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
/* line 272, lib/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

/* line 277, lib/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 285, lib/assets/stylesheets/fullcalendar.css */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 290, lib/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

/* line 294, lib/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 298, lib/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

/* line 302, lib/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 307, lib/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
/* line 314, lib/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 319, lib/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* jqui themed */
/* line 326, lib/assets/stylesheets/fullcalendar.css */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 334, lib/assets/stylesheets/fullcalendar.css */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 339, lib/assets/stylesheets/fullcalendar.css */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 346, lib/assets/stylesheets/fullcalendar.css */
.fc-clear {
  clear: both;
}

/* line 350, lib/assets/stylesheets/fullcalendar.css */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 361, lib/assets/stylesheets/fullcalendar.css */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 365, lib/assets/stylesheets/fullcalendar.css */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 373, lib/assets/stylesheets/fullcalendar.css */
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 381, lib/assets/stylesheets/fullcalendar.css */
.fc th {
  text-align: center;
}

/* line 385, lib/assets/stylesheets/fullcalendar.css */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 393, lib/assets/stylesheets/fullcalendar.css */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 401, lib/assets/stylesheets/fullcalendar.css */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 407, lib/assets/stylesheets/fullcalendar.css */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 417, lib/assets/stylesheets/fullcalendar.css */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 425, lib/assets/stylesheets/fullcalendar.css */
.fc-row {
  position: relative;
}

/* line 429, lib/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
/* line 435, lib/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 440, lib/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 445, lib/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 450, lib/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 455, lib/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* line 464, lib/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 470, lib/assets/stylesheets/fullcalendar.css */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 474, lib/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 484, lib/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 494, lib/assets/stylesheets/fullcalendar.css */
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 499, lib/assets/stylesheets/fullcalendar.css */
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 509, lib/assets/stylesheets/fullcalendar.css */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
/* line 521, lib/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 528, lib/assets/stylesheets/fullcalendar.css */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 533, lib/assets/stylesheets/fullcalendar.css */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 538, lib/assets/stylesheets/fullcalendar.css */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}

/* line 545, lib/assets/stylesheets/fullcalendar.css */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* line 550, lib/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 561, lib/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 570, lib/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer */
/* line 581, lib/assets/stylesheets/fullcalendar.css */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}

/* left resizer  */
/* line 590, lib/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}

/* right resizer */
/* line 601, lib/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 618, lib/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 624, lib/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 629, lib/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* line 633, lib/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 645, lib/assets/stylesheets/fullcalendar.css */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 652, lib/assets/stylesheets/fullcalendar.css */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 656, lib/assets/stylesheets/fullcalendar.css */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 662, lib/assets/stylesheets/fullcalendar.css */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 666, lib/assets/stylesheets/fullcalendar.css */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 671, lib/assets/stylesheets/fullcalendar.css */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 678, lib/assets/stylesheets/fullcalendar.css */
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

/* line 683, lib/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-left {
  float: left;
}

/* line 687, lib/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-right {
  float: right;
}

/* line 691, lib/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
/* line 696, lib/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
/* line 702, lib/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
/* line 708, lib/assets/stylesheets/fullcalendar.css */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
/* line 714, lib/assets/stylesheets/fullcalendar.css */
.fc-toolbar button {
  position: relative;
}

/* line 718, lib/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 723, lib/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 727, lib/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 732, lib/assets/stylesheets/fullcalendar.css */
.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 742, lib/assets/stylesheets/fullcalendar.css */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 750, lib/assets/stylesheets/fullcalendar.css */
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 761, lib/assets/stylesheets/fullcalendar.css */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 768, lib/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 774, lib/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 778, lib/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 787, lib/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

/* line 792, lib/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 798, lib/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-week-number {
  text-align: center;
}

/* line 802, lib/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* line 808, lib/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

/* line 812, lib/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

/* line 816, lib/assets/stylesheets/fullcalendar.css */
.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 827, lib/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 832, lib/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 836, lib/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 845, lib/assets/stylesheets/fullcalendar.css */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 851, lib/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 855, lib/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-axis {
  text-align: left;
}

/* line 859, lib/assets/stylesheets/fullcalendar.css */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 867, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 873, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 877, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 881, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 885, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 891, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 899, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}

/* line 903, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}

/* line 907, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}

/* line 911, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 919, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 924, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* line 928, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 936, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

/* line 940, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 951, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}

/* line 956, lib/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 960, lib/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 964, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 970, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
/* line 980, lib/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 990, lib/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 1007, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

/* line 1011, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 1016, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
/* line 1023, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 1028, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

/* line 1035, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 1039, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 1043, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 1047, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer */
/* line 1054, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 1067, lib/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

/* line 1, lib/assets/stylesheets/bootstrap-treeview.min.css */
.treeview .list-group-item {
  cursor: pointer;
}

/* line 1, lib/assets/stylesheets/bootstrap-treeview.min.css */
.treeview span.indent {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 1, lib/assets/stylesheets/bootstrap-treeview.min.css */
.treeview span.icon {
  width: 12px;
  margin-right: 5px;
}

/* line 1, lib/assets/stylesheets/bootstrap-treeview.min.css */
.treeview .node-disabled {
  color: silver;
  cursor: not-allowed;
}

/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker-dropdown:after, .datepicker-dropdown:before {
  content: '';
  position: absolute;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editableform {
  margin-bottom: 0;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editableform .control-group {
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 20px;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editableform .form-control {
  width: auto;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  zoom: 1;
  *display: inline;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-input {
  vertical-align: top;
  display: inline-block;
  width: auto;
  white-space: normal;
  zoom: 1;
  *display: inline;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-buttons .editable-cancel {
  margin-left: 7px;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editableform-loading {
  background: url(/assets/images/loading-d6863542aebeecab34023db5bd2781813a77fc52f0ef632afc2e23bb90bf23bc.gif) center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-inline .editableform-loading {
  background-position: left 5px;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0;
  width: auto;
  white-space: normal;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-error-block.ui-state-error {
  padding: 3px;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-error {
  color: red;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-checklist label input[type=checkbox], .editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-checklist label {
  white-space: nowrap;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-clear {
  clear: both;
  font-size: .9em;
  text-decoration: none;
  text-align: right;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-clear-x {
  background: url(/assets/clear-f8be614091b91809de65cd902bae9b3d4cd0aaa5f6a936b9458862ff4f79c98b.png) center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: .6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-clear-x:hover {
  opacity: 1;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-pre-wrapped {
  white-space: pre-wrap;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-container.editable-popup {
  max-width: none !important;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-container.popover {
  width: auto;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  zoom: 1;
  *display: inline;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-container.ui-widget {
  font-size: inherit;
  z-index: 9990;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-click, a.editable-click, a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #08c;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-click.editable-disabled, a.editable-click.editable-disabled, a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-empty, .editable-empty:focus, .editable-empty:hover {
  font-style: italic;
  color: #D14;
  text-decoration: none;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-unsaved {
  font-weight: 700;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.editable-bg-transition {
  -webkit-transition: background-color 1.4s ease-out;
  -moz-transition: background-color 1.4s ease-out;
  -o-transition: background-color 1.4s ease-out;
  -ms-transition: background-color 1.4s ease-out;
  transition: background-color 1.4s ease-out;
}

/* line 4, lib/assets/stylesheets/bootstrap-editable.min.css */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker-inline {
  width: 220px;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker-dropdown:before {
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 6px;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker-dropdown:after {
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 7px;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker > div {
  display: none;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
  display: block;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table {
  margin: 0;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled.active:hover, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active:hover, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled.active:hover, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active:hover, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, grey);
  background-image: -ms-linear-gradient(top, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(top, #b3b3b3, grey);
  background-image: -o-linear-gradient(top, #b3b3b3, grey);
  background-image: linear-gradient(top, #b3b3b3, grey);
  background-repeat: repeat-x;
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled.active:hover, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected[disabled] {
  background-color: grey;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active:hover, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected:hover:active {
  background-color: #666\9;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -ms-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled] {
  background-color: #04c;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active:hover:active {
  background-color: #039\9;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td span:hover {
  background: #eee;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -ms-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(top, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover:active {
  background-color: #039\9;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker th.datepicker-switch {
  width: 145px;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker tfoot tr th, .datepicker thead tr:first-child th {
  cursor: pointer;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker tfoot tr th:hover, .datepicker thead tr:first-child th:hover {
  background: #eee;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.input-daterange input {
  text-align: center;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 12, lib/assets/stylesheets/bootstrap-editable.min.css */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 * Datepicker for Bootstrap v1.6.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown:after, .datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-top: 0;
  position: absolute;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-inline {
  width: 220px;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker > div {
  display: none;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted.focus:active, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted.focus[disabled], .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.today.active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.focus:active, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.focus[disabled], .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.today.focused {
  background: #ffc966;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.active, .datepicker table tr td.range:active, .datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range.focus:active, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range.focus[disabled], .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted.focus:active, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted.focus[disabled], .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today.focus:active, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.focus[disabled], .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted.focus:active, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected.focus:active, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted.focus[disabled], .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected.focus[disabled], .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted.focus:active, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.focus:active, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted.focus[disabled], .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active.focus[disabled], .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th, .input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus:hover, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active.focus:hover, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled.focus:active, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled.active.focus:hover, .datepicker table tr td span.active.disabled.active:hover:focus, .datepicker table tr td span.active.disabled.active:hover:hover, .datepicker table tr td span.active.disabled.focus:hover:active, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.focus:active, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active.active.focus:hover, .datepicker table tr td span.active.active:hover:focus, .datepicker table tr td span.active.active:hover:hover, .datepicker table tr td span.active.focus:hover:active, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.disabled.focus:hover, .datepicker table tr td span.active.disabled.disabled:hover:focus, .datepicker table tr td span.active.disabled.disabled:hover:hover, .datepicker table tr td span.active.disabled.focus[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover:focus, .datepicker table tr td span.active.disabled[disabled]:hover:hover, .datepicker table tr td span.active.disabled.focus[disabled], .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled.focus:hover, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.focus[disabled]:hover, .datepicker table tr td span.active[disabled]:hover:focus, .datepicker table tr td span.active[disabled]:hover:hover, .datepicker table tr td span.active.focus[disabled], .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active.focus:hover, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.input-daterange {
  width: 100%;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.input-daterange input {
  text-align: center;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 7, lib/assets/stylesheets/bootstrap-datepicker3.min.css */
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container a {
  cursor: pointer;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) 0 2px no-repeat;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) 100% -20px no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
  cursor: default;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl {
  text-align: right;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-drop, .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -30px -20px no-repeat;
  direction: rtl;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 11, lib/assets/stylesheets/chosen.min.css */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 11, lib/assets/stylesheets/chosen.min.css */
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: url(/assets/chosen-sprite@2x-f811c9f3282470438df5d1b7fe6faf244a0a17124591b467957a91634aac16e8.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* line 1, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 25, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 28, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

/* line 39, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 43, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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;
}

/* line 50, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 53, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 64, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 67, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 72, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 77, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-results__option--selectable {
  cursor: pointer;
}

/* line 80, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 83, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 88, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 93, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 96, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 100, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 102, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 105, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 122, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 134, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 138, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 141, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 148, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 150, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 156, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 168, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 171, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 175, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 178, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 181, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 185, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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;
}

/* line 192, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

/* line 200, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .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 208, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 212, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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;
}

/* line 223, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 228, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 232, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 236, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 244, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

/* line 249, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 253, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 257, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 260, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 264, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 268, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 271, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 278, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 282, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 284, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 286, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 289, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 292, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 295, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 298, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 302, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--group {
  padding: 0;
}

/* line 305, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--disabled {
  color: #999;
}

/* line 308, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

/* line 311, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

/* line 315, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 320, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 330, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 332, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 335, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 341, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 343, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 359, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 371, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 374, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 383, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 385, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 388, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 392, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 402, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 412, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 420, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 422, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 424, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 432, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 436, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 446, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

/* line 450, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 454, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 458, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 464, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 467, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 472, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/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 477, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 481, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 485, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 489, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 492, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 495, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 499, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--group {
  padding: 0;
}

/* line 502, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

/* line 505, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

/* line 509, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 514, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
/* line 2, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}

/* line 57, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}

/* line 68, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

/* line 71, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 81, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}

/* line 90, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

/* line 93, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

/* line 96, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 100, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

/* line 103, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}

/* line 116, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

/* line 119, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

/* line 123, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 127, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

/* line 131, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

/* line 134, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 137, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

/* line 141, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

/* line 145, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

/* line 149, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

/* line 153, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

/* line 157, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}

/* line 165, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

/* line 176, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}

/* line 184, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

/* line 188, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

/* line 193, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

/* line 198, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 205, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

/* line 208, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 213, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

/* line 217, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

/* line 221, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

/* line 225, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 232, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}

/* line 235, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 239, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}

/* line 247, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

/* line 254, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 266, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

/* line 270, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 273, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}

/* line 287, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 301, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

/* line 306, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

/* line 316, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}

/* line 324, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

/* line 331, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 334, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

/* line 337, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control,
.select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-addon,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--single.btn, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

/* line 345, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control .select2-selection__arrow b,
.select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-addon .select2-selection__arrow b,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

/* line 348, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

/* line 352, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__choice,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__choice,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

/* line 358, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

/* line 364, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__clear,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__clear,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

/* line 367, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

/* line 375, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

/* line 378, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

/* line 384, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

/* line 388, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__choice,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__choice,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

/* line 395, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

/* line 401, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__clear,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__clear,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

/* line 404, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form-control .select2-selection--single,
.select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.input-group-addon .select2-selection--single,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 409, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 413, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 418, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 422, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}

/* line 433, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

/* line 437, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

/* line 443, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 446, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

/* line 450, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

/* line 453, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

/* line 457, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

/* line 461, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
/* line 479, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

/* line 483, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

/* line 489, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active {
  border-color: #66512c;
}

/* line 492, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

/* line 496, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

/* line 500, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

/* line 506, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active {
  border-color: #843534;
}

/* line 509, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

/* line 513, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

/* line 517, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

/* line 523, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active {
  border-color: #2b542c;
}

/* line 526, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/* line 548, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}

/* line 561, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

/* line 565, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 570, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/* line 582, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
/* line 600, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
/* line 608, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/bundler/gems/select2-rails-96839c7643f9/vendor/assets/stylesheets/select2-bootstrap.css */
.form-inline .select2-container--bootstrap {
  display: inline-block;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 25, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 42, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 100, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #cacaca;
}

/* line 106, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 118, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 121, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 136, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 153, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 159, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 172, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 187, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 213, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 250, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 260, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 270, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 273, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 276, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 281, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 285, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 288, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 291, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 297, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 301, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 305, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 318, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 323, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 327, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 330, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 16, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 24, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 28, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 32, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 41, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 51, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 54, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 62, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 65, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 68, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 71, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 75, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 99, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 102, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

/* line 105, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 108, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

/* line 111, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 117, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control {
  position: relative;
}

/* line 120, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

/* line 129, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 135, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 152, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

/* line 155, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 158, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 162, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 166, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 171, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 178, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 186, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 191, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

/* line 197, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 212, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 215, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 218, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 223, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 233, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 249, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 253, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 259, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

/* line 263, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 269, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 272, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 275, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}

/* line 280, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 284, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .active.create {
  color: #262626;
}

/* line 287, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

/* line 290, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 296, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 300, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 304, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

/* line 317, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

/* line 322, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

/* line 326, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 329, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}

/* line 333, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 348, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

/* line 352, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

/* line 355, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 365, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-content {
  padding: 5px 0;
}

/* line 368, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-dropdown-header {
  padding: 6px 12px;
}

/* line 371, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input {
  min-height: 34px;
}

/* line 374, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 379, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.dropdown-active::before {
  display: none;
}

/* line 382, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 388, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 393, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 398, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

/* line 402, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 407, ../../.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.bootstrap3.scss */
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 30, app/assets/stylesheets/application.scss */
.turbolinks-progress-bar {
  height: 5px;
}

/* line 34, app/assets/stylesheets/application.scss */
trix-toolbar [data-trix-attribute='strike'],
trix-toolbar [data-trix-attribute='code'],
trix-toolbar [data-trix-attribute='quote'] {
  display: none;
}

/* line 40, app/assets/stylesheets/application.scss */
trix-editor {
  height: 212px;
  overflow: auto;
}

/* line 45, app/assets/stylesheets/application.scss */
.select2-container {
  width: 100% !important;
}
