/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *





















 


 


 



 












 *= requite toc/toc-scroll
 




 













*/
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
.strike-trough {
  text-decoration: line-through;
}

/* line 4, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
.removed {
  color: gray;
  text-decoration: line-through;
}

/* line 8, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
.inserted {
  background-color: #fffbad;
}

/* line 11, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
.deprecated {
  color: gray;
}

/* line 15, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
div.job-offers,
div.technical-messages {
  background-color: rgba(255, 0, 0, 0.18);
  padding: 2px 5px 2px 5px;
  color: #962c2c;
  margin-top: 5px;
  border-color: rgba(150, 44, 44, 0.23);
  border-style: dashed;
  border-width: 1px;
  font-size: 0.9em;
}

/* line 27, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
div.user-input {
  background-color: rgba(255, 0, 0, 0.18);
  padding: 2px 5px 2px 5px;
  color: #962c2c;
  margin-top: 5px;
  border-color: rgba(150, 44, 44, 0.23);
  border-style: dashed;
  border-width: 1px;
  font-size: 1em;
  font-weight: bold;
  -webkit-animation: blinker 3s linear infinite;
          animation: blinker 3s linear infinite;
}

@-webkit-keyframes blinker {
  from {
    background-color: rgba(255, 0, 0, 0.18);
  }
  50% {
    background-color: rgba(255, 0, 0, 0.32);
  }
  to {
    background-color: rgba(255, 0, 0, 0.18);
  }
}

@keyframes blinker {
  from {
    background-color: rgba(255, 0, 0, 0.18);
  }
  50% {
    background-color: rgba(255, 0, 0, 0.32);
  }
  to {
    background-color: rgba(255, 0, 0, 0.18);
  }
}
/* line 46, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
div.job-offers:hover,
div.technical-messages:hover,
div.user-input:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}

/* line 53, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
#technical_messages, #job_offers, #user_input {
  display: none;
}

@media screen {
  /* line 59, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
  .status-disabled {
    opacity: 0.55;
  }

  /* line 63, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
  .status-disabled:after {
    color: #888;
    margin-top: 15px;
    margin-left: -12px;
    display: block;
    content: "disabled on public site";
  }

  /* line 71, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
  .status-disabled {
    margin: 10px;
    padding-left: 15px !important;
    padding-right: 5px !important;
    border-color: #efefef;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
  }

  /* line 81, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
  .status-hidden:not(.status-disabled) {
    margin: 10px;
    padding-left: 15px !important;
    padding-right: 5px !important;
    background-color: #ff050014;
    border-color: #ff050014;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
  }
}
@media screen and (max-width: 430px) {
  /* line 81, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
  .status-hidden:not(.status-disabled) {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0px;
  }
}

@media screen {
  /* line 98, /home/bcfi/repertorium/app/assets/stylesheets/global.css.scss */
  .status-hidden:not(.status-disabled):after {
    color: #a94442;
    margin-top: 15px;
    display: block;
    content: "latest version not published on public site";
  }
}
@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
hr, hr.gray, hr.lightgray {
  box-sizing: content-box;
  height: 0;
}

/* line 221, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot");
  src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box;
}

/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
hr, hr.gray, hr.lightgray {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
/* line 265, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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-left: 15px;
  padding-right: 15px;
}

/* line 27, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 41, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 57, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 88, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 101, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 52, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 83, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 114, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 202, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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-left: -20px;
  margin-top: 4px \9;
}

/* line 248, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 295, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 307, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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-left: 0;
  padding-right: 0;
}

/* line 71, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 340, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 366, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 388, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 410, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 417, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 508, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 58, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .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 37, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .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 37, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .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 37, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .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 37, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .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 37, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .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 37, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
/* line 109, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 78, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 163, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
/* line 193, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 207, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 127, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 108, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 128, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 251, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 255, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 232, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  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 478, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 508, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

/* line 327, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 425, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 433, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 482, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 490, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 506, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 531, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 559, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 567, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 577, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 622, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 630, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 641, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 52, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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;
  transition: border 0.2s ease-in-out;
}
/* line 17, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 46, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 55, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 81, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 87, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 96, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 101, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 4, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 24, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 123, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
/* line 36, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 36, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 52, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 66, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 73, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 80, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 87, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 94, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 6, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: 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;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 61, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 123, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  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);
}
/* line 109, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 207, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 229, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 249, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/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, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, /usr/local/rvm/gems/ruby-2.6.6/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* Body */
/* line 9, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
body {
  padding-top: 110px;
  font-family: 'Pt Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #222;
  width: 100%;
  height: 100%;
}
@media print {
  /* line 9, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
}

/* line 27, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.toc .nav .nav {
  margin-bottom: 0 !important;
}

@media print {
  /* line 32, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  a[href]:after {
    content: "";
  }
}
/* Container-fluid */
/* line 40, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.container-fluid {
  padding: 0px 0px;
  margin: 0;
}
/* line 45, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.container-fluid .row {
  margin: 0;
}

@media (max-width: 768px) {
  /* line 53, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .container-fluid {
    padding: 0px;
  }

  /* line 57, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .main {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 64, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.tooltip-inner {
  max-width: 250px;
  width: 250px;
  font-size: 14px;
}

/* line 70, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.popover {
  max-width: 425px;
  background-color: whitesmoke;
  font-size: 0.85em;
}

/* line 76, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.popover-title {
  background-color: #f0f0f0;
}

/* line 80, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.popover td,
.popover th {
  vertical-align: middle !important;
}

/* line 86, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default {
  border: none;
}
/* line 87, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .fa {
  color: white;
  padding-right: 2px;
}
/* line 92, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .search-box {
  padding: 0px !important;
}
/* line 96, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-header {
  background-color: white;
  color: #2a3b99;
  width: 100%;
}
/* line 104, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-brand {
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 6vw;
  background-color: white;
  color: white;
}
/* line 111, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  background-color: white;
  color: white;
}
/* line 118, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-text {
  color: white;
}
/* line 122, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-nav {
  max-width: 1200px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  height: 50px;
  float: right;
}
/* line 130, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-nav > li {
  padding-left: 4px;
}
/* line 133, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-nav > li > a {
  color: white;
}
/* line 136, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: white;
}
/* line 145, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: white;
}
/* line 154, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: white;
}
/* line 162, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-toggle {
  border-color: #f2f3f5;
}
/* line 165, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: white;
}
/* line 170, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 175, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-link {
  padding-left: 20px;
  color: white;
}
/* line 179, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-default .navbar-link:hover {
  color: white;
}

@media (max-width: 768px) {
  /* line 187, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2a3b99;
  }
  /* line 190, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2a3b99;
  }
  /* line 198, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.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: #2a3b99;
    background-color: white;
  }

  /* line 208, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .dropdown-submenu {
    position: relative;
  }

  /* line 212, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  /* line 220, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .navbar-nav {
    width: 100% !important;
    height: auto !important;
  }
}
/* line 226, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #2a3b99;
  text-decoration: none;
  background-color: white;
}

/* line 233, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
#menu_button,
#toc_button {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

/* line 239, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-brand {
  outline: 0;
  padding: 0px 5px 7px 5px;
}
@media (min-width: 460px) {
  /* line 239, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .navbar-brand {
    padding: 0px 17px 7px 10px;
  }
}

/* line 248, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-nav > li {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 4px;
  margin-right: 0px;
}

/* line 255, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-form {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1px;
}

/* line 261, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-form-alt {
  margin: 8px 0;
}

/* line 265, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-bcfidb {
  background-color: #2a3b99;
}

/* line 269, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-bcfidb_b {
  background-color: #d8eaf1;
}

/* line 273, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-bcfidb_p {
  background-color: #f1d8d8;
}

@media (min-width: 768px) {
  /* line 278, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .navbar:not(.border) {
    border-bottom: none;
  }

  /* line 282, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .navbar .navbar-brand {
    width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 293, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .navbar .navbar-brand {
    height: 70px;
    width: 100%;
    text-align: center;
    padding: 0px;
  }

  /* line 300, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .page-header {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  /* line 309, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .navbar .navbar-brand {
    height: 90px;
  }

  /* line 313, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .page-header {
    margin: 10px 5px 0px 5px;
  }
}
/* line 318, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  border-top: none;
  box-shadow: none;
}

/* line 330, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-form {
  border-bottom: none;
  box-shadow: none;
}

/* line 335, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.select2-container {
  border-radius: 0px;
}

/* line 339, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.select2-container .select2-chosen {
  color: #333 !important;
}

/* line 343, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.dropdown-header {
  color: rgba(20, 22, 23, 0.8);
}

/* List-group */
/* line 352, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.list-group.affix {
  padding-left: 10px;
}
/* line 355, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.list-group.affix li.list-group-item {
  padding-left: 10px;
  text-indent: -15px;
}
/* line 360, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.list-group.affix li.list-group-item > a {
  padding-left: 15px;
}
/* line 364, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.list-group.affix li.list-group-item > a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  color: rgba(48, 181, 79, 0.3);
  margin-left: -10px;
  margin-right: 10px;
}

/* line 374, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.list-group {
  font-size: 0.95em;
  padding-top: 0px;
}
/* line 376, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.list-group .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 388, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.list-group:not(.link-list) .list-group-item > a,
.list-group:not(.link-list) .list-group-item > a:active,
.list-group:not(.link-list) .list-group-item > a:visited,
.list-group:not(.link-list) .list-group-item > a:focus {
  color: #333;
}
/* line 395, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.list-group:not(.link-list) .list-group-item:hover {
  background-color: #2a3b99;
  color: white;
}
/* line 400, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.list-group:not(.link-list) .list-group-item.active,
.list-group:not(.link-list) .list-group-item:focus,
.list-group:not(.link-list) .list-group-item:active {
  background-color: #2a3b99;
  color: white;
}
/* line 407, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.list-group:not(.link-list) .list-group-item {
  padding: 4px;
  border-radius: 2px;
}

/* Affix */
/* line 417, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.affix {
  margin-top: 17px;
}

/* Rotated buttons */
/* line 424, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.btn.btn-rotated.alphabet {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* this one goes after the prefix-less one (for IE9) */
  -o-transform: rotate(90deg);
  position: fixed;
  right: -18px;
  height: 35px;
  top: 120px;
  z-index: 200;
  padding: 13px 10px 5px 10px !important;
}

/* line 441, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.btn.btn-rotated.contact-button {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* this one goes after the prefix-less one (for IE9) */
  -o-transform: rotate(90deg);
  position: fixed;
  right: -28px;
  height: 35px;
  top: 160px;
  z-index: 4000;
  padding: 13px 10px 5px 10px !important;
}

/* line 458, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.btn.btn-rotated.trade-family {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* this one goes after the prefix-less one (for IE9) */
  -o-transform: rotate(90deg);
  position: fixed;
  right: -18px;
  height: 35px;
  top: 180px;
  z-index: 200;
  padding: 13px 10px 5px 10px !important;
}

/* line 475, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.btn-success {
  background-color: #00a547;
}

/* line 479, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.btn-succes:hover {
  background-color: #2a3b99;
}

/* Misc */
/* line 485, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 495, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table.text-table {
  max-width: 90% !important;
}

/* line 499, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
table.borderless > tbody > tr > th,
table.borderless > tbody > tr > td {
  border-top: none !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

/* line 506, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
hr, hr.gray, hr.lightgray {
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px solid #ddd;
  opacity: 0.8;
}

/* line 517, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
hr.gray {
  border-top: 1px solid gray;
}

/* line 522, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
hr.lightgray {
  border-top: 1px solid #ddd;
}

/* line 528, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
small {
  font-size: 75%;
}

/* line 532, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: transparent !important;
}

/* line 538, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav.navbar-nav > li > a {
  height: 35px;
  padding-left: 3px;
  padding-right: 4px;
  padding-bottom: 0;
  padding-top: 5px;
}
@media (max-width: 860px) {
  /* line 538, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .nav.navbar-nav > li > a {
    padding-left: 0.3vw;
    padding-right: calc(2vw - 16px);
  }
}

/* line 552, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.fa-toggle {
  padding: 5px 10px !important;
}

/* line 556, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.alert {
  padding: 15px;
  margin-bottom: 0px;
  border-radius: 4px;
}

/* line 562, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.tab-content {
  overflow: hidden;
}

/* Additions */
/* line 568, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.page-header {
  padding-bottom: 0px;
  border-bottom: 0px;
}

/* line 573, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
section {
  border-bottom: 1px solid #e2dcdc;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin: 5px 0;
}

/* line 582, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.bcfi-head, .bcfi-head-2, .bcfi-head-grey {
  position: relative !important;
  font-size: 20px !important;
  font-weight: bold;
}
/* line 587, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.bcfi-head a, .bcfi-head-2 a, .bcfi-head-grey a {
  color: #ffffff !important;
}
/* line 591, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.bcfi-head .version, .bcfi-head-2 .version, .bcfi-head-grey .version {
  font-size: 14px;
  font-weight: normal;
}
/* line 596, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.bcfi-head .specifications, .bcfi-head-2 .specifications, .bcfi-head-grey .specifications {
  font-size: 14px;
  font-weight: normal;
}

/* line 602, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
a[data-content] {
  cursor: pointer !important;
}

/* line 606, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div[data-url],
div[data-url-ext] {
  cursor: pointer;
}

/* line 611, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div.bcfi-head[data-url]:hover, div[data-url].bcfi-head-2:hover, div[data-url].bcfi-head-grey:hover,
div.bcfi-head[data-url-ext]:hover,
div[data-url-ext].bcfi-head-2:hover,
div[data-url-ext].bcfi-head-grey:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}

/* line 617, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.bcfi-head-2 {
  opacity: 0.7;
}

/* line 622, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.bcfi-head-grey {
  color: #000 !important;
  background-color: #e7e7e7 !important;
}

@media (max-width: 768px) {
  /* line 629, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  section {
    margin: 0;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/* line 638, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
ul.links {
  list-style-type: none;
}

/* line 644, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.row-small-padding [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
}

/* line 652, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.row-no-top-padding [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 0px !important;
}

/* line 660, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.row-no-padding [class*="col-"] {
  padding-left: 0px;
  padding-right: 5px !important;
  padding-top: 5px !important;
}

/* line 667, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.file-size {
  color: gray;
  margin-left: 5px;
}

/* line 672, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.form-control:focus {
  border-color: #00a547;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00a547;
}

/* line 678, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
fieldset.gray {
  color: darkgray;
}

/* line 682, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.hide {
  display: none;
}

/* line 686, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.alert {
  padding: 15px;
  margin: 5px;
  margin-bottom: 0px;
  border-radius: 4px;
}

/* line 694, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.alert-success {
  color: forestgreen;
  background-color: #c9eec9;
  border-color: #d6e9c6;
}

/* line 700, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav-tabs > a {
  color: forestgreen;
}

@media (max-width: 768px) {
  /* line 705, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 710, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd !important;
    border-radius: 4px 4px 0 0 !important;
    margin-bottom: 0 !important;
  }
}
/* line 717, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav-tabs {
  border-bottom: 2px solid #DDD;
}

/* line 721, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0;
}

/* line 727, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav-tabs > li > a {
  border: none;
}

/* line 731, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  border: none;
  color: #2a3b99 !important;
  background: #fff;
}

/* line 738, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav-tabs > li:not(.active) > a {
  color: #00a547 !important;
}

/* line 742, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav-tabs > li > a::after {
  content: "";
  background: #2a3b99;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* line 754, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 759, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.tab-nav > li > a::after {
  background: #2a3b99 none repeat scroll 0% 0%;
  color: #fff;
}

/* line 764, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.nav-tabs > li {
  width: 20%;
  text-align: center;
}

@media all and (max-width: 724px) {
  /* line 770, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .nav-tabs > li > a > span {
    display: none;
  }

  /* line 774, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
  .nav-tabs > li > a {
    padding: 5px 5px;
  }
}
/* line 779, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
a.list-group-item {
  border: none;
}

/* line 783, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.label-default {
  background-color: #eee;
  color: inherit;
  font-weight: normal;
}

/* line 789, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.msg-alert {
  background-color: #f2dede;
  color: #a94442;
  font-size: 1.2em;
  padding: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ebcccc;
  border-radius: .25rem;
}

/* line 800, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
p.margin {
  margin-left: 50px;
}

/* line 805, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well-sm {
  margin-bottom: 5px;
}

/* line 809, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well-important {
  background-color: inherit;
  margin: 10px;
  color: red;
  text-align: center;
}
/* line 815, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well-important a {
  color: red !important;
}
/* line 820, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.well-important a:active,
.well-important a:hover,
.well-important a:focus,
.well-important a:visited {
  border-bottom-color: white !important;
}

/* line 829, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.fa-forestgreen {
  color: forestgreen !important;
}

/* line 834, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.fill-height {
  min-height: 100%;
  height: auto !important;
  /* cross-browser */
  height: 100%;
  /* cross-browser */
  overflow: none;
}

/* line 844, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
nav,
ul.dropdown-menu {
  font-size: 14px;
  background-color: white;
  border: none;
  border-top: 3px solid #2a3b99;
  border-radius: 0px;
  min-width: 200px !important;
}

/* line 854, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.dropdown-menu > li > a {
  color: #141617;
  white-space: pre-wrap;
  padding: 8px 20px;
}
/* line 859, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.dropdown-menu > li > a:hover {
  color: #141617;
  background-color: #f2f3f5;
}
/* line 864, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.dropdown-menu > li > a::after {
  display: none;
}

/* line 869, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.dropdown-menu > li > a:hover:before {
  opacity: 0.4;
  color: #2a3b99;
}

/* line 874, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.dropdown-menu .divider {
  opacity: 0.4;
  color: #2a3b99;
}

/* line 879, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.navbar hr {
  border-top-color: white;
  border-top-width: 2px;
}

/* line 884, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#swipe-symbol {
  opacity: 0.7;
  position: fixed;
  top: 140px;
  right: 50px;
  z-index: 2000;
}

/* line 892, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
div#scroll-symbol {
  opacity: 0.8;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -5px;
  z-index: 2000;
  color: #333;
  pointer-events: none;
}

/* line 903, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.expand-symbol.float-right {
  float: right;
  margin-right: 5px;
}

/* line 909, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.tab-pane {
  background: none !important;
}

/* line 913, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.tab-content {
  border-color: #e7e7e7;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
}

/* line 919, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-nonfluid {
  width: auto !important;
}

/* line 925, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-small-padding tr td {
  padding: 2px !important;
}
/* line 928, /home/bcfi/repertorium/app/assets/stylesheets/bootstrap_and_overrides.css.scss */
.table-small-padding tr td a {
  border-bottom: none !important;
}
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 5, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 12, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 26, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), color-stop(50%, #fff));
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 57, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 61, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(90%, #fff));
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 73, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 77, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 89, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 94, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 111, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 115, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 120, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 138, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 156, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 167, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 172, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 176, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 181, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), color-stop(60%, #eee));
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 202, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

/* line 211, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 0 1px;
}

/* line 218, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 222, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 235, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee)) 0 0;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 259, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee)) 0 0;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 269, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search input.select2-active {
  background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee)) 0 0;
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 277, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 286, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 302, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 314, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none;
}

/* line 319, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 323, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 327, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 331, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 343, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 353, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 358, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 363, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 369, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 373, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 387, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 388, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 389, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 390, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 391, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 392, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 393, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 395, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 400, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 405, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 409, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 414, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 426, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 432, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 438, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 442, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
}

/* line 446, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 450, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 457, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 464, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 470, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 477, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 495, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 499, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 503, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 507, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 514, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 518, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 522, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 528, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

/* line 542, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100% !important;
}

/* line 546, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 550, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 580, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 585, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 588, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 592, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
}

/* line 604, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 609, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 613, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 618, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 621, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 626, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 633, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 640, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 646, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 651, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 665, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-display-none {
  display: none;
}

/* line 669, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  /* line 681, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(/assets/select2x2-6fe28d687dc0ed4d96016238c608ba1e7198c9c9accfa0b360b78018b9fb9bc2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  /* line 690, /usr/local/rvm/gems/ruby-2.6.6/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.form-control .select2-choice {
    border: 0;
    border-radius: 2px;
}

.form-control .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0;   
}

.form-control.select2-container {
    height: auto !important;
    padding: 0;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #5897FB;
    border-radius: 3px 3px 0 0;
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #C09853 !important;
}

.control-group.warning .select2-container .select2-choice div {
    border-left: 1px solid #C09853 !important;
    background: #FCF8E3 !important;
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #B94A48 !important;
}

.control-group.error .select2-container .select2-choice div {
    border-left: 1px solid #B94A48 !important;
    background: #F2DEDE !important;
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #3A87AD !important;
}

.control-group.info .select2-container .select2-choice div {
    border-left: 1px solid #3A87AD !important;
    background: #D9EDF7 !important;
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #468847 !important;
}

.control-group.success .select2-container .select2-choice div {
    border-left: 1px solid #468847 !important;
    background: #DFF0D8 !important;
}
/* jsTree default theme */
/* line 3, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

/* line 12, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-node {
  white-space: nowrap;
}

/* line 15, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-anchor {
  display: inline-block;
  color: #222;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}

/* line 23, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-anchor:focus {
  outline: 0;
}

/* line 26, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}

/* line 34, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

/* line 42, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

/* line 50, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-ocl {
  cursor: pointer;
}

/* line 53, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-leaf > .jstree-ocl {
  cursor: default;
}

/* line 56, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree .jstree-open > .jstree-children {
  display: block;
}

/* line 59, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}

/* line 63, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}

/* line 66, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}

/* line 70, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}

/* line 73, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}

/* line 77, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-rtl .jstree-node {
  margin-left: 0;
}

/* line 80, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}

/* line 83, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}

/* line 88, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}

/* line 91, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}

/* line 95, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 105, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context {
  display: none;
}

/* line 108, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}

/* line 119, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}

/* line 125, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

/* line 131, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context li {
  list-style: none;
  display: inline;
}

/* line 135, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  -moz-text-shadow: 1px 1px 0 white;
  -webkit-text-shadow: 1px 1px 0 white;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}

/* line 150, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}

/* line 157, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}

/* line 162, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context li > a:focus {
  outline: 0;
}

/* line 165, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}

/* line 172, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}

/* line 193, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}

/* line 200, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}

/* line 211, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}

/* line 215, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}

/* line 223, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}

/* line 229, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

/* line 235, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 240, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}

/* line 245, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}

/* line 251, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}

/* line 254, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}

/* line 259, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 274, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}

/* line 279, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

/* line 288, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd .jstree-ok {
  background: green;
}

/* line 291, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd .jstree-er {
  background: red;
}

/* line 294, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}

/* line 297, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-node,
.jstree-proton .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 302, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-anchor,
.jstree-proton .jstree-wholerow {
  -webkit-transition: background-color 0.15s, box-shadow 0.15s, color 0.15s;
  transition: background-color 0.15s, box-shadow 0.15s, color 0.15s;
}

/* line 306, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-hovered {
  background: #00a547;
  color: #ffffff;
  box-shadow: inset 0 0 1px #00a547;
}

/* line 312, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-clicked {
  background: #00a547;
  color: #ffffff;
  box-shadow: inset 0 0 1px #00a547;
}

/* line 318, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}

/* line 321, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-disabled {
  background: transparent;
  color: #666666;
}

/* line 325, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}

/* line 329, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 332, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

/* line 341, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}

/* line 346, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}

/* line 349, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  color: inherit;
  box-shadow: none;
}

/* line 354, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #71c671;
  color: #ffffff;
}

/* line 358, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
  color: inherit;
}

/* line 362, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #71c671;
  color: #ffffff;
}

/* line 366, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}

/* line 369, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton > .jstree-wholerow-ul .jstree-hovered,
.jstree-proton > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

/* line 375, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-wholerow {
  box-sizing: border-box;
}

/* line 380, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-wholerow-hovered {
  background: #71c671;
}

/* line 383, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-wholerow-clicked {
  background: #228b22;
  background: -webkit-gradient(linear, left top, left bottom, from(#228b22), to(#228b22));
  background: linear-gradient(to bottom, #228b22 0%, #228b22 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
}

/* line 393, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-node {
  min-height: 22px;
  line-height: 22px;
  margin-left: 22px;
  min-width: 22px;
}

/* line 399, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-anchor {
  line-height: 22px;
  margin: 1px 1px 2px;
  height: 22px;
}

/* line 404, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-icon {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

/* line 409, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-icon:empty {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

/* line 414, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-rtl .jstree-node {
  margin-right: 22px;
}

/* line 417, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-wholerow {
  height: 22px;
}

/* line 420, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-node,
.jstree-proton .jstree-icon {
  background-size: 320px 96px;
  background-image: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png);
}

/* line 425, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-node {
  background-position: -293px -5px;
  background-repeat: repeat-y;
}

/* line 429, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-last {
  background: transparent;
}

/* line 432, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-open > .jstree-ocl {
  background-position: -133px -5px;
}

/* line 435, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-closed > .jstree-ocl {
  background-position: -101px -5px;
}

/* line 438, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-leaf > .jstree-ocl {
  background-position: -69px -5px;
}

/* line 441, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-themeicon {
  background-position: -261px -7px;
}

/* line 444, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton > .jstree-no-dots .jstree-node,
.jstree-proton > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 448, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -37px -5px;
}

/* line 451, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -5px -5px;
}

/* line 454, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-disabled {
  background: transparent;
}

/* line 457, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 460, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 463, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-checkbox {
  background-position: -165px -5px;
}

/* line 466, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-checkbox:hover {
  background-position: -165px -37px;
}

/* line 469, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-proton .jstree-checked > .jstree-checkbox {
  background-position: -229px -5px;
}

/* line 473, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-proton .jstree-checked > .jstree-checkbox:hover {
  background-position: -229px -37px;
}

/* line 477, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-anchor > .jstree-undetermined {
  background-position: -197px -5px;
}

/* line 480, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-anchor > .jstree-undetermined:hover {
  background-position: -197px -37px;
}

/* line 483, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton > .jstree-striped {
  background-size: auto 44px;
}

/* line 486, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-rtl .jstree-node {
  background-size: 320px 96px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 492, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 495, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -133px -37px;
}

/* line 498, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -101px -37px;
}

/* line 501, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -69px -37px;
}

/* line 504, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 508, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -37px -37px;
}

/* line 511, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -5px -37px;
}

/* line 514, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-themeicon-custom {
  background-color: transparent;
  background-size: 320px 96px;
  background-image: none;
  background-position: 0 0;
}

/* line 520, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/assets/throbber-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) center center no-repeat;
}

/* line 523, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-file {
  background: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png) -101px -69px no-repeat;
}

/* line 526, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton .jstree-folder {
  background: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png) -261px -5px no-repeat;
}

/* line 529, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 533, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton {
  line-height: 22px;
  padding: 0 4px;
}

/* line 537, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton .jstree-ok,
#jstree-dnd.jstree-proton .jstree-er {
  background-size: 320px 96px;
  background-image: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 544, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton i {
  background: transparent;
  width: 22px;
  height: 22px;
  line-height: 22px;
}

/* line 550, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton .jstree-ok {
  background-position: -5px -69px;
}

/* line 553, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton .jstree-er {
  background-position: -37px -69px;
}

/* line 556, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}

/* line 559, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 562, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}

/* line 568, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-anchor {
  line-height: 18px;
  margin: 1px 0 2px;
  height: 18px;
}

/* line 573, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 578, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 583, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}

/* line 586, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-wholerow {
  height: 18px;
}

/* line 589, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-node,
.jstree-proton-small .jstree-icon {
  background-size: 320px 96px;
  background-image: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png);
}

/* line 594, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}

/* line 598, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-last {
  background: transparent;
}

/* line 601, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}

/* line 604, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}

/* line 607, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}

/* line 610, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-themeicon {
  background-position: -263px -9px;
}

/* line 613, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small > .jstree-no-dots .jstree-node,
.jstree-proton-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 617, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}

/* line 620, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}

/* line 623, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-disabled {
  background: transparent;
}

/* line 626, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 629, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 632, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-checkbox {
  background-position: -167px -7px;
}

/* line 635, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}

/* line 638, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-proton-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}

/* line 642, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-proton-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}

/* line 646, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}

/* line 649, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}

/* line 652, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small > .jstree-striped {
  background-size: auto 36px;
}

/* line 655, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-rtl .jstree-node {
  background-size: 320px 96px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 661, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 664, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}

/* line 667, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}

/* line 670, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}

/* line 673, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 677, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}

/* line 680, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}

/* line 683, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-themeicon-custom {
  background-color: transparent;
  background-size: 320px 96px;
  background-image: none;
  background-position: 0 0;
}

/* line 689, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/assets/throbber-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) center center no-repeat;
}

/* line 692, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-file {
  background: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png) -103px -71px no-repeat;
}

/* line 695, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small .jstree-folder {
  background: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png) -263px -7px no-repeat;
}

/* line 698, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 702, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton-small {
  line-height: 18px;
  padding: 0 4px;
}

/* line 706, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton-small .jstree-ok,
#jstree-dnd.jstree-proton-small .jstree-er {
  background-size: 320px 96px;
  background-image: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 713, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 719, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton-small .jstree-ok {
  background-position: -7px -71px;
}

/* line 722, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton-small .jstree-er {
  background-position: -39px -71px;
}

/* line 725, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}

/* line 728, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-small.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 731, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}

/* line 737, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-anchor {
  line-height: 32px;
  margin: 1px 0 2px;
  height: 32px;
}

/* line 742, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 747, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 752, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}

/* line 755, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-wholerow {
  height: 32px;
}

/* line 758, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-node,
.jstree-proton-large .jstree-icon {
  background-size: 320px 96px;
  background-image: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png);
}

/* line 763, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}

/* line 767, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-last {
  background: transparent;
}

/* line 770, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}

/* line 773, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}

/* line 776, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}

/* line 779, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-themeicon {
  background-position: -256px -2px;
}

/* line 782, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large > .jstree-no-dots .jstree-node,
.jstree-proton-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 786, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}

/* line 789, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}

/* line 792, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-disabled {
  background: transparent;
}

/* line 795, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 798, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 801, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-checkbox {
  background-position: -160px 0px;
}

/* line 804, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}

/* line 807, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-proton-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}

/* line 811, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-proton-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}

/* line 815, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}

/* line 818, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}

/* line 821, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large > .jstree-striped {
  background-size: auto 64px;
}

/* line 824, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-rtl .jstree-node {
  background-size: 320px 96px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 830, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 833, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}

/* line 836, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}

/* line 839, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}

/* line 842, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 846, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}

/* line 849, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}

/* line 852, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-themeicon-custom {
  background-color: transparent;
  background-size: 320px 96px;
  background-image: none;
  background-position: 0 0;
}

/* line 858, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/assets/throbber-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) center center no-repeat;
}

/* line 861, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-file {
  background: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png) -96px -64px no-repeat;
}

/* line 864, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large .jstree-folder {
  background: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png) -256px 0px no-repeat;
}

/* line 867, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 871, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton-large {
  line-height: 32px;
  padding: 0 4px;
}

/* line 875, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton-large .jstree-ok,
#jstree-dnd.jstree-proton-large .jstree-er {
  background-size: 320px 96px;
  background-image: url(/assets/32px-f7ea73523fe0e4c69811b33600ede46ba0cf7b3d395544ea0ae927560d9390c2.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 882, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 888, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton-large .jstree-ok {
  background-position: 0px -64px;
}

/* line 891, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
#jstree-dnd.jstree-proton-large .jstree-er {
  background-position: -32px -64px;
}

/* line 894, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}

/* line 897, /home/bcfi/repertorium/app/assets/stylesheets/index_tree_proton.css.scss */
.jstree-proton-large.jstree-rtl .jstree-last {
  background: transparent;
}
/* line 4, /home/bcfi/repertorium/app/assets/stylesheets/index_tree.css.scss */
#index_tree_container {
  font-size: 1em;
  overflow-y: auto;
  height: calc(100% - 400px) !important;
  width: 100%;
  border-left: 2px #ffffff;
}

/* line 14, /home/bcfi/repertorium/app/assets/stylesheets/index_tree.css.scss */
#index_tree_container .jstree-proton,
#index_tree_container .jstree-anchor {
  line-height: 18px;
  max-width: 100vv;
}

/* line 20, /home/bcfi/repertorium/app/assets/stylesheets/index_tree.css.scss */
#index_tree a {
  white-space: normal !important;
  height: auto;
  padding: 1px 2px;
}

/* line 26, /home/bcfi/repertorium/app/assets/stylesheets/index_tree.css.scss */
#index_tree {
  outline: 0;
  width: 92%;
}

/* line 31, /home/bcfi/repertorium/app/assets/stylesheets/index_tree.css.scss */
.toc-header {
  cursor: default;
}

/* missing from proton jstree style */
/* line 36, /home/bcfi/repertorium/app/assets/stylesheets/index_tree.css.scss */
.jstree-hidden {
  display: none;
}

/* line 40, /home/bcfi/repertorium/app/assets/stylesheets/index_tree.css.scss */
.tree_pseudo_mps {
  opacity: 0.8;
}

/* line 46, /home/bcfi/repertorium/app/assets/stylesheets/index_tree.css.scss */
li[role='treeitem'] span.title {
  display: table;
}
/* line 48, /home/bcfi/repertorium/app/assets/stylesheets/index_tree.css.scss */
li[role='treeitem'] span.title span.number,
li[role='treeitem'] span.title span.symbol {
  display: table-cell;
  padding-right: 3px;
  white-space: nowrap;
  opacity: 0.8;
}
/* line 55, /home/bcfi/repertorium/app/assets/stylesheets/index_tree.css.scss */
li[role='treeitem'] span.title span.number {
  font-size: 65%;
}
/* line 58, /home/bcfi/repertorium/app/assets/stylesheets/index_tree.css.scss */
li[role='treeitem'] span.title span.text {
  display: table-cell;
}
/* Spinner */
/* line 4, /home/bcfi/repertorium/app/assets/stylesheets/spinner.css.scss */
.spinner {
  margin: 20px auto 0;
  width: 70px;
  text-align: center;
}
/* line 8, /home/bcfi/repertorium/app/assets/stylesheets/spinner.css.scss */
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 12, /home/bcfi/repertorium/app/assets/stylesheets/spinner.css.scss */
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/* line 18, /home/bcfi/repertorium/app/assets/stylesheets/spinner.css.scss */
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #71c671;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* All the default sidebar styles */
/* toggle button settings */
/* Note: this disables navbar-toggle class hide function. set visibility with the boostrap visible/hidden classes */

.navbar.navbar-static .navbar-header {
  float: left;
}

.navbar .navbar-toggle.toggle-left {
  float: left;
  margin-left: 15px;
}

.navbar .navbar-toggle.toggle-right {
  float: right;
  margin-right: 15px;
}

.navbar .navbar-toggle.toggle-sidebar,
[data-toggle="sidebar"] {
  display: block;
}

/* sidebar settings */
.sidebar {
  position: fixed;
  display: block;
  top: 110px;
  bottom: 0;
  z-index: 1000;
  overflow: auto;

  @media (max-width: 767px) {
    top: 125px;
  }
}

.sidebar-left {
  left: 0;
}

.sidebar-right {
  right: 0;
}

/* css to override hiding the sidebar according to different screen sizes */
.row .sidebar.sidebar-left.sidebar-xs-show {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: none;
  -ms-transform: none;
}

/*right sidebar is untested */
.row .sidebar.sidebar-right.sidebar-xs-show {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: none;
  -ms-transform: none;
}

@media (min-width: 768px) {
  .row .sidebar.sidebar-left.sidebar-sm-show {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: none;
    -ms-transform: none;
  }

  /*right sidebar is untested */
  .row .sidebar.sidebar-right.sidebar-sm-show {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: none;
    -ms-transform: none;
  }
}

@media (min-width: 992px) {
  .row .sidebar.sidebar-left.sidebar-md-show {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: none;
    -ms-transform: none;
  }
  .row .sidebar.sidebar-right.sidebar-md-show {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: none;
    -ms-transform: none;
  }
}

@media (min-width: 1170px) {
  .row .sidebar.sidebar-left.sidebar-lg-show {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: none;
    -ms-transform: none;
  }
  .row .sidebar.sidebar-right.sidebar-lg-show {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: none;
    -ms-transform: none;
  }
}

/* animation class - optional: without it the sidebar would just pop in and out*/
.sidebar-animate {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

/* Left panel positioning classes */
.sidebar.sidebar-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
}

.sidebar.sidebar-left.sidebar-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: none;
  -ms-transform: none;
}

/* TODO: TEST THIS! Right panel positioning classes*/
.sidebar.sidebar-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
}

.sidebar.sidebar-right.sidebar-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: none;
  -ms-transform: none;
}
/* line 3, /home/bcfi/repertorium/app/assets/stylesheets/sidebar_overrides.css.scss */
.sidebar {
  padding: 2px !important;
  background-color: #ffffff;
}
/* Make clicks pass-through */
/* line 6, /usr/local/rvm/gems/ruby-2.6.6/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 10, /usr/local/rvm/gems/ruby-2.6.6/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/* line 23, /usr/local/rvm/gems/ruby-2.6.6/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 38, /usr/local/rvm/gems/ruby-2.6.6/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

/* line 46, /usr/local/rvm/gems/ruby-2.6.6/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 60, /usr/local/rvm/gems/ruby-2.6.6/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 65, /usr/local/rvm/gems/ruby-2.6.6/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/nprogress_overrides.css.scss */
#nprogress .bar {
  background-color: #00a547;
  height: 3px;
  position: fixed;
  left: 0px;
  width: 100%;
}

/* line 9, /home/bcfi/repertorium/app/assets/stylesheets/nprogress_overrides.css.scss */
#nprogress .peg {
  box-shadow: 0 0 10px #2a3b99, 0 0 5px #2a3b99;
}

/* line 13, /home/bcfi/repertorium/app/assets/stylesheets/nprogress_overrides.css.scss */
#nprogress .spinner-icon {
  border-top-color: #2a3b99;
  border-left-color: #2a3b99;
  background-color: white;
  top: 55px;
  right: 10px;
  position: fixed;
}
#nprogress .bar,
#nprogress .spinner {
  z-index: 999999;
}
@charset "UTF-8";
/* line 26, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.economy-r {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 26, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .economy-r {
    background: url(/assets/R-aac7dbe5c1490e5ba2d76e73ff3cc814493853afba40eb2707f6d0557add4697.png) no-repeat;
    background: none, url(/assets/R-bdccf76a7417aafeefc6825b5385306961a71b23c298cd635e712396de0d4dd9.svg) no-repeat;
  }
}
@media print {
  /* line 26, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .economy-r {
    background: url(/assets/R-aac7dbe5c1490e5ba2d76e73ff3cc814493853afba40eb2707f6d0557add4697.png) no-repeat !important;
    background: none, url(/assets/R-bdccf76a7417aafeefc6825b5385306961a71b23c298cd635e712396de0d4dd9.svg) no-repeat !important;
  }
}

/* line 30, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.economy-g {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 30, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .economy-g {
    background: url(/assets/G-4bf53c64f37b0e98ae32ea1590ade42517a91c529457fc85fcd24e2d19625b61.png) no-repeat;
    background: none, url(/assets/G-fe398213d3fd666cf0191ea578d0e76908b4c29eb368feffcfa8b74bc9f31d01.svg) no-repeat;
  }
}
@media print {
  /* line 30, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .economy-g {
    background: url(/assets/G-4bf53c64f37b0e98ae32ea1590ade42517a91c529457fc85fcd24e2d19625b61.png) no-repeat !important;
    background: none, url(/assets/G-fe398213d3fd666cf0191ea578d0e76908b4c29eb368feffcfa8b74bc9f31d01.svg) no-repeat !important;
  }
}

/* line 34, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.economy-b {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 34, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .economy-b {
    background: url(/assets/B-112ed6ab6d4fb45ac1dae0784a74ea90cebff641538ec08f5f9717458ec747ee.png) no-repeat;
    background: none, url(/assets/B-df2f0114929598a94fe8d355739e15ee7d94601d7ad3fdd9d959c2ae374d8deb.svg) no-repeat;
  }
}
@media print {
  /* line 34, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .economy-b {
    background: url(/assets/B-112ed6ab6d4fb45ac1dae0784a74ea90cebff641538ec08f5f9717458ec747ee.png) no-repeat !important;
    background: none, url(/assets/B-df2f0114929598a94fe8d355739e15ee7d94601d7ad3fdd9d959c2ae374d8deb.svg) no-repeat !important;
  }
}

/* line 39, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 39, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-a {
    background: url(/assets/a-dfef8319fa816cec6703b3570d1f29f682aa409aebbd76f9481b2a0e45aee2df.png) no-repeat;
    background: none, url(/assets/a-441d69819ed4e39496b03abc63a8434b09f293b5b16ad71f5cc7a0125fe4d9e2.svg) no-repeat;
  }
}
@media print {
  /* line 39, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-a {
    background: url(/assets/a-dfef8319fa816cec6703b3570d1f29f682aa409aebbd76f9481b2a0e45aee2df.png) no-repeat !important;
    background: none, url(/assets/a-441d69819ed4e39496b03abc63a8434b09f293b5b16ad71f5cc7a0125fe4d9e2.svg) no-repeat !important;
  }
}

/* line 43, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-a2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 43, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-a2 {
    background: url(/assets/a2-d59bcf3e9d3c4cc7c50768bcb790373c2db5f195b53f3bbd675428878cada617.png) no-repeat;
    background: none, url(/assets/a2-2102af9a9827fcdbde76e963c2bd52c8c28bf0d55184bb9359e65354558ae2f4.svg) no-repeat;
  }
}
@media print {
  /* line 43, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-a2 {
    background: url(/assets/a2-d59bcf3e9d3c4cc7c50768bcb790373c2db5f195b53f3bbd675428878cada617.png) no-repeat !important;
    background: none, url(/assets/a2-2102af9a9827fcdbde76e963c2bd52c8c28bf0d55184bb9359e65354558ae2f4.svg) no-repeat !important;
  }
}

/* line 47, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-a4 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 47, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-a4 {
    background: url(/assets/a4-c4ea57fc613e15af01c3809d26f3c9ac3a4b0dd79d25dd63f9ae69e86fc9d257.png) no-repeat;
    background: none, url(/assets/a4-c157b550bac7f2183919dd3e45548afc32c094c3839c4483244e562455059a7f.svg) no-repeat;
  }
}
@media print {
  /* line 47, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-a4 {
    background: url(/assets/a4-c4ea57fc613e15af01c3809d26f3c9ac3a4b0dd79d25dd63f9ae69e86fc9d257.png) no-repeat !important;
    background: none, url(/assets/a4-c157b550bac7f2183919dd3e45548afc32c094c3839c4483244e562455059a7f.svg) no-repeat !important;
  }
}

/* line 51, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-fa {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 51, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-fa {
    background: url(/images/Fa.png) no-repeat;
    background: none, url(/assets/Fa-58ef950b18b0a245076f03019ff7683bbb91f6b8e7b245ce0bdbaa43fdade238.svg) no-repeat;
  }
}
@media print {
  /* line 51, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-fa {
    background: url(/images/Fa.png) no-repeat !important;
    background: none, url(/assets/Fa-58ef950b18b0a245076f03019ff7683bbb91f6b8e7b245ce0bdbaa43fdade238.svg) no-repeat !important;
  }
}

/* line 55, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-fa4 {
  display: inline-block;
  width: 23px;
  height: 16px;
  background-size: 23px 16px !important;
}
@media screen {
  /* line 55, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-fa4 {
    background: url(/images/Fa4.png) no-repeat;
    background: none, url(/assets/Fa4-ca3811e29a64686fea043096a56aa51df32f6ebc1ffa1892f439fdb02615e1fa.svg) no-repeat;
  }
}
@media print {
  /* line 55, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-fa4 {
    background: url(/images/Fa4.png) no-repeat !important;
    background: none, url(/assets/Fa4-ca3811e29a64686fea043096a56aa51df32f6ebc1ffa1892f439fdb02615e1fa.svg) no-repeat !important;
  }
}

/* line 59, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-fb {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 59, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-fb {
    background: url(/images/Fb.png) no-repeat;
    background: none, url(/assets/Fb-537667397d8433b389ba47d56b21ba2d8137df2ce543c60637af0f74ceb3053c.svg) no-repeat;
  }
}
@media print {
  /* line 59, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-fb {
    background: url(/images/Fb.png) no-repeat !important;
    background: none, url(/assets/Fb-537667397d8433b389ba47d56b21ba2d8137df2ce543c60637af0f74ceb3053c.svg) no-repeat !important;
  }
}

/* line 63, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-fb4 {
  display: inline-block;
  width: 23px;
  height: 16px;
  background-size: 23px 16px !important;
}
@media screen {
  /* line 63, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-fb4 {
    background: url(/images/Fb4.png) no-repeat;
    background: none, url(/assets/Fb4-3633fcf306dfffb362c746b0d6027a2c9179c7136e430f76c31a7d4087bf698c.svg) no-repeat;
  }
}
@media print {
  /* line 63, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-fb4 {
    background: url(/images/Fb4.png) no-repeat !important;
    background: none, url(/assets/Fb4-3633fcf306dfffb362c746b0d6027a2c9179c7136e430f76c31a7d4087bf698c.svg) no-repeat !important;
  }
}

/* line 67, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-b {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 67, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-b {
    background: url(/assets/b-e1adf6a47fa63e3736005a9ab63e6c22ca58d9a40ae4bcdad16d5529832c413b.png) no-repeat;
    background: none, url(/assets/b-b26c1674dbccbe24e9303739aca581a01510657af2e12c660352f99f805ece5d.svg) no-repeat;
  }
}
@media print {
  /* line 67, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-b {
    background: url(/assets/b-e1adf6a47fa63e3736005a9ab63e6c22ca58d9a40ae4bcdad16d5529832c413b.png) no-repeat !important;
    background: none, url(/assets/b-b26c1674dbccbe24e9303739aca581a01510657af2e12c660352f99f805ece5d.svg) no-repeat !important;
  }
}

/* line 71, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-b2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 71, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-b2 {
    background: url(/assets/b2-51b66b1a983a8f36c41e8dc16af2a0442aab79a89bfead93ce073eeaf958d4ea.png) no-repeat;
    background: none, url(/assets/b2-adf12a5c20df34a8bac0ea77627614898b0b82518ec7bfa1a5ed49440b3a2ad8.svg) no-repeat;
  }
}
@media print {
  /* line 71, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-b2 {
    background: url(/assets/b2-51b66b1a983a8f36c41e8dc16af2a0442aab79a89bfead93ce073eeaf958d4ea.png) no-repeat !important;
    background: none, url(/assets/b2-adf12a5c20df34a8bac0ea77627614898b0b82518ec7bfa1a5ed49440b3a2ad8.svg) no-repeat !important;
  }
}

/* line 75, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-b4 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 75, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-b4 {
    background: url(/assets/b4-1d1f1cdbe0eac92ffd28d49805f1b7a04912f7540a4b6eda738a21f0a98b5b55.png) no-repeat;
    background: none, url(/assets/b4-bfacabf9126f839de0e9117c7f3e4ed13164e1341f18482a6aff78d46e6fe78f.svg) no-repeat;
  }
}
@media print {
  /* line 75, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-b4 {
    background: url(/assets/b4-1d1f1cdbe0eac92ffd28d49805f1b7a04912f7540a4b6eda738a21f0a98b5b55.png) no-repeat !important;
    background: none, url(/assets/b4-bfacabf9126f839de0e9117c7f3e4ed13164e1341f18482a6aff78d46e6fe78f.svg) no-repeat !important;
  }
}

/* line 79, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-c {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 79, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-c {
    background: url(/assets/c-507c35b168681b08a608afd4ebadfce2c83aebd868d5debc16be79b14ccce607.png) no-repeat;
    background: none, url(/assets/c-cc7c17137ac3083e95be0a2764e35c7c67b720d63c5a41028d32c4d38cb971b7.svg) no-repeat;
  }
}
@media print {
  /* line 79, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-c {
    background: url(/assets/c-507c35b168681b08a608afd4ebadfce2c83aebd868d5debc16be79b14ccce607.png) no-repeat !important;
    background: none, url(/assets/c-cc7c17137ac3083e95be0a2764e35c7c67b720d63c5a41028d32c4d38cb971b7.svg) no-repeat !important;
  }
}

/* line 83, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-c2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 83, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-c2 {
    background: url(/assets/c2-be1cbd93fe23246b156d7462f0245aeb0519820e46c3f8dea6ce6f028277d834.png) no-repeat;
    background: none, url(/assets/c2-c154515384e6e12bb6cd0f2c92e490b907d7187fde6d270445b8ff696a2c7765.svg) no-repeat;
  }
}
@media print {
  /* line 83, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-c2 {
    background: url(/assets/c2-be1cbd93fe23246b156d7462f0245aeb0519820e46c3f8dea6ce6f028277d834.png) no-repeat !important;
    background: none, url(/assets/c2-c154515384e6e12bb6cd0f2c92e490b907d7187fde6d270445b8ff696a2c7765.svg) no-repeat !important;
  }
}

/* line 87, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-c4 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 87, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-c4 {
    background: url(/assets/c4-6c712574ef07afa97cfb57f20f01a3d38f736c39f079f69eb508f119cc1811d8.png) no-repeat;
    background: none, url(/assets/c4-f2dc3c66c9273c35279ca70f4438590f4b997c208d32b580e213fc5c20c0c1db.svg) no-repeat;
  }
}
@media print {
  /* line 87, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-c4 {
    background: url(/assets/c4-6c712574ef07afa97cfb57f20f01a3d38f736c39f079f69eb508f119cc1811d8.png) no-repeat !important;
    background: none, url(/assets/c4-f2dc3c66c9273c35279ca70f4438590f4b997c208d32b580e213fc5c20c0c1db.svg) no-repeat !important;
  }
}

/* line 91, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-J {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 91, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-J {
    background: url(/assets/J-9d884707fdc151505b4f9b0cdc29e0af5667437cc667c6c7cf7c76eebd8f3aa0.png) no-repeat;
    background: none, url(/assets/J-090699fd1c762bf368aa38fca3413c3c7f33d2b56a26272cd3944af9d6bccd80.svg) no-repeat;
  }
}
@media print {
  /* line 91, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-J {
    background: url(/assets/J-9d884707fdc151505b4f9b0cdc29e0af5667437cc667c6c7cf7c76eebd8f3aa0.png) no-repeat !important;
    background: none, url(/assets/J-090699fd1c762bf368aa38fca3413c3c7f33d2b56a26272cd3944af9d6bccd80.svg) no-repeat !important;
  }
}

/* line 95, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-h {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 95, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-h {
    background: url(/assets/h-2249d44f4a9e0e0a14fffda8bfbe2d1a84a0021080ceff0bc1264091e2149c68.png) no-repeat;
    background: none, url(/assets/h-400c9e6e1b59bd272ea8021733a50402daae549f7b451c37c4147c42709b26b4.svg) no-repeat;
  }
}
@media print {
  /* line 95, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-h {
    background: url(/assets/h-2249d44f4a9e0e0a14fffda8bfbe2d1a84a0021080ceff0bc1264091e2149c68.png) no-repeat !important;
    background: none, url(/assets/h-400c9e6e1b59bd272ea8021733a50402daae549f7b451c37c4147c42709b26b4.svg) no-repeat !important;
  }
}

/* line 99, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-h4 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 99, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-h4 {
    background: url(/assets/h4-9bcf764bf4597bfa51c501759f24787fc3e588f777748740dccca700610111d8.png) no-repeat;
    background: none, url(/assets/h4-bcd54a1f69e09349808bc7cde8ff6297cf6171a604ebf4c5421e46573f5e3898.svg) no-repeat;
  }
}
@media print {
  /* line 99, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-h4 {
    background: url(/assets/h4-9bcf764bf4597bfa51c501759f24787fc3e588f777748740dccca700610111d8.png) no-repeat !important;
    background: none, url(/assets/h4-bcd54a1f69e09349808bc7cde8ff6297cf6171a604ebf4c5421e46573f5e3898.svg) no-repeat !important;
  }
}

/* line 103, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 103, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-2 {
    background: url(/assets/aposteriori-0adf7c855717b0bda90f3573cde3e24eb2699f433d87a4c0da9aa4a1d77c66f7.png) no-repeat;
    background: none, url(/assets/aposteriori-1072ae8df003f42c68de44a96fec46e538a3955b0ff004d2493a7a78b9f96c70.svg) no-repeat;
  }
}
@media print {
  /* line 103, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-2 {
    background: url(/assets/aposteriori-0adf7c855717b0bda90f3573cde3e24eb2699f433d87a4c0da9aa4a1d77c66f7.png) no-repeat !important;
    background: none, url(/assets/aposteriori-1072ae8df003f42c68de44a96fec46e538a3955b0ff004d2493a7a78b9f96c70.svg) no-repeat !important;
  }
}

/* line 107, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-4 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 107, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-4 {
    background: url(/assets/apriori-d9cf457c5191612ae7615bd900b3b770ecf76baf911ae4bda82e28b22cae1f8b.png) no-repeat;
    background: none, url(/assets/apriori-746c71372fc08bbf04dfcfc0f92259af1bc46acc1a2bdfddce5de852b95537e8.svg) no-repeat;
  }
}
@media print {
  /* line 107, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-4 {
    background: url(/assets/apriori-d9cf457c5191612ae7615bd900b3b770ecf76baf911ae4bda82e28b22cae1f8b.png) no-repeat !important;
    background: none, url(/assets/apriori-746c71372fc08bbf04dfcfc0f92259af1bc46acc1a2bdfddce5de852b95537e8.svg) no-repeat !important;
  }
}

/* line 111, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-aJ {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 111, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-aJ {
    background: url(/assets/aJ-041bdeaa31e6c6e78f3c7babaa942c091af1de91ccd27c201c6e8b644b5e07c5.png) no-repeat;
    background: none, url(/assets/aJ-c49bc78ac68a98260eed61f6904498e53adc503d33435bd0cc6229a50f9fdbc1.svg) no-repeat;
  }
}
@media print {
  /* line 111, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-aJ {
    background: url(/assets/aJ-041bdeaa31e6c6e78f3c7babaa942c091af1de91ccd27c201c6e8b644b5e07c5.png) no-repeat !important;
    background: none, url(/assets/aJ-c49bc78ac68a98260eed61f6904498e53adc503d33435bd0cc6229a50f9fdbc1.svg) no-repeat !important;
  }
}

/* line 116, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-cs2 {
  display: inline-block;
  width: 21px;
  height: 16px;
  background-size: 21px 16px !important;
}
@media screen {
  /* line 116, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-cs2 {
    background: url(/assets/cs2-75e0c6f1c3ae9f3283ccd94dc706d9d6cf10ff860c3ee007411ad824a9399051.png) no-repeat;
    background: none, url(/assets/cs2-3861b7959eb8f2d3de4b031eff8b23ffccb0ababf47221ec4763c7d42fe4d7d4.svg) no-repeat;
  }
}
@media print {
  /* line 116, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-cs2 {
    background: url(/assets/cs2-75e0c6f1c3ae9f3283ccd94dc706d9d6cf10ff860c3ee007411ad824a9399051.png) no-repeat !important;
    background: none, url(/assets/cs2-3861b7959eb8f2d3de4b031eff8b23ffccb0ababf47221ec4763c7d42fe4d7d4.svg) no-repeat !important;
  }
}

/* line 120, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-cs4 {
  display: inline-block;
  width: 21px;
  height: 16px;
  background-size: 21px 16px !important;
}
@media screen {
  /* line 120, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-cs4 {
    background: url(/assets/cs4-5e3f35da025be2784549564c7f58490f5c45a7a96457ee6fb3bf2b636b5c7563.png) no-repeat;
    background: none, url(/assets/cs4-3c747bcbae9eec3f759117004021675e3fb2e984d766edfbb5445b94e2b4ca3d.svg) no-repeat;
  }
}
@media print {
  /* line 120, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-cs4 {
    background: url(/assets/cs4-5e3f35da025be2784549564c7f58490f5c45a7a96457ee6fb3bf2b636b5c7563.png) no-repeat !important;
    background: none, url(/assets/cs4-3c747bcbae9eec3f759117004021675e3fb2e984d766edfbb5445b94e2b4ca3d.svg) no-repeat !important;
  }
}

/* line 124, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-cx {
  display: inline-block;
  width: 21px;
  height: 16px;
  background-size: 21px 16px !important;
}
@media screen {
  /* line 124, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-cx {
    background: url(/assets/cx-1fe09fa788a71113c0791e90dc492e6f044d4f51faa49fa27ea8b470f3a9ba86.png) no-repeat;
    background: none, url(/assets/cx-f472ae0ea38545fbe2c95168d97a175fe718adcb3b99b696c21b50c201030a39.svg) no-repeat;
  }
}
@media print {
  /* line 124, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-cx {
    background: url(/assets/cx-1fe09fa788a71113c0791e90dc492e6f044d4f51faa49fa27ea8b470f3a9ba86.png) no-repeat !important;
    background: none, url(/assets/cx-f472ae0ea38545fbe2c95168d97a175fe718adcb3b99b696c21b50c201030a39.svg) no-repeat !important;
  }
}

/* line 128, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-cs {
  display: inline-block;
  width: 21px;
  height: 16px;
  background-size: 21px 16px !important;
}
@media screen {
  /* line 128, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-cs {
    background: url(/assets/cs-6bbf2126a621cca077d55f2e7b4ae42dae4e36545ee38964e8944dcabb616728.png) no-repeat;
    background: none, url(/assets/cs-37c0b6aefd43a7aaf6cf9590cc7a934cd84289e0f2644fa0bd7f51527eba3957.svg) no-repeat;
  }
}
@media print {
  /* line 128, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-cs {
    background: url(/assets/cs-6bbf2126a621cca077d55f2e7b4ae42dae4e36545ee38964e8944dcabb616728.png) no-repeat !important;
    background: none, url(/assets/cs-37c0b6aefd43a7aaf6cf9590cc7a934cd84289e0f2644fa0bd7f51527eba3957.svg) no-repeat !important;
  }
}

/* line 133, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ssecr-Chr {
  display: inline-block;
  width: 29px;
  height: 16px;
  background-size: 29px 16px !important;
}
@media screen {
  /* line 133, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-Chr {
    background: url(/assets/Chr-2066d1725f5e27c190980079763b2986f604d97c23c3018441672207eb285a39.png) no-repeat;
    background: none, url(/assets/Chr-159ae8eace34d3e3fb187124ab58396a260f80feb5d70a02a257c1cd5dfd2147.svg) no-repeat;
  }
}
@media print {
  /* line 133, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ssecr-Chr {
    background: url(/assets/Chr-2066d1725f5e27c190980079763b2986f604d97c23c3018441672207eb285a39.png) no-repeat !important;
    background: none, url(/assets/Chr-159ae8eace34d3e3fb187124ab58396a260f80feb5d70a02a257c1cd5dfd2147.svg) no-repeat !important;
  }
}

/* line 138, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
span.ssecr-group.loses-reimbursement {
  background: linear-gradient(to bottom left, transparent calc(50% - 3px), rgba(255, 140, 0, 0.5) calc(50% - 1px), rgba(255, 140, 0, 0.5) calc(50% + 1px), transparent calc(50% + 3px)), linear-gradient(to top left, transparent calc(50% - 3px), rgba(255, 140, 0, 0.5) calc(50% - 1px), rgba(255, 140, 0, 0.5) calc(50% + 1px), transparent calc(50% + 3px));
}

/* line 141, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.loses-reimbursement-date {
  color: darkorange;
}

/* line 145, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.pill {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  vertical-align: middle;
}
@media screen {
  /* line 145, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .pill {
    background: url(/assets/P-0c2de96397e87b5c53dbf4e6cb0843dfb4b80059cabfb0d589d2a4074f22524c.png) no-repeat;
    background: none, url(/assets/P-26642a9922dc9c890c423e820e93f60f5a2376e1a26fa7cd77f8432aaf152147.svg) no-repeat;
  }
}
@media print {
  /* line 145, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .pill {
    background: url(/assets/P-0c2de96397e87b5c53dbf4e6cb0843dfb4b80059cabfb0d589d2a4074f22524c.png) no-repeat !important;
    background: none, url(/assets/P-26642a9922dc9c890c423e820e93f60f5a2376e1a26fa7cd77f8432aaf152147.svg) no-repeat !important;
  }
}

/* line 150, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.pill-green {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  vertical-align: middle;
}
@media screen {
  /* line 150, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .pill-green {
    background: url(/assets/Pg-07b0a0ab5554145455078b1155e8cb2766f9e8957af1344028645f636e61d0d1.png) no-repeat;
    background: none, url(/assets/Pg-e3f6f3ad2b7eaf1cc489247adc8a6f33175bbf078ba6ad3bc6e70503dfeef373.svg) no-repeat;
  }
}
@media print {
  /* line 150, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .pill-green {
    background: url(/assets/Pg-07b0a0ab5554145455078b1155e8cb2766f9e8957af1344028645f636e61d0d1.png) no-repeat !important;
    background: none, url(/assets/Pg-e3f6f3ad2b7eaf1cc489247adc8a6f33175bbf078ba6ad3bc6e70503dfeef373.svg) no-repeat !important;
  }
}

/* line 155, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.pill-small {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  vertical-align: middle;
}
@media screen {
  /* line 155, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .pill-small {
    background: url(/assets/Ps-f72ace6aae7d9017c69f82df2cea592521c9e227e39693e1e12eaa991262238a.png) no-repeat;
    background: none, url(/assets/Ps-d917e291a993682cd82109c855fa371ca901491cfdbea32bc892fdc23c775f2c.svg) no-repeat;
  }
}
@media print {
  /* line 155, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .pill-small {
    background: url(/assets/Ps-f72ace6aae7d9017c69f82df2cea592521c9e227e39693e1e12eaa991262238a.png) no-repeat !important;
    background: none, url(/assets/Ps-d917e291a993682cd82109c855fa371ca901491cfdbea32bc892fdc23c775f2c.svg) no-repeat !important;
  }
}

/* line 161, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.supply-problem {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 2px;
  vertical-align: middle;
}
@media screen {
  /* line 161, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .supply-problem {
    background: url(/assets/supplyprob-ec36569533eb73548ceb28be76aa3cc0484a29830274075c5cbf1cd53fa5df6b.png) no-repeat;
    background: none, url(/assets/supplyprob-7cfa0397b94cbe8ad0ac6ad52234baeb6e8bb9ca78e100842cf7014ef27843cf.svg) no-repeat;
  }
}
@media print {
  /* line 161, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .supply-problem {
    background: url(/assets/supplyprob-ec36569533eb73548ceb28be76aa3cc0484a29830274075c5cbf1cd53fa5df6b.png) no-repeat !important;
    background: none, url(/assets/supplyprob-7cfa0397b94cbe8ad0ac6ad52234baeb6e8bb9ca78e100842cf7014ef27843cf.svg) no-repeat !important;
  }
}

/* line 170, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.supply-warning {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 2px;
  vertical-align: middle;
}
@media screen {
  /* line 170, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .supply-warning {
    background: url(/assets/derogation-8b0479e7f97824626331d2de036ae0db6838779de61bf21fbbb75dd2b1a00e20.png) no-repeat;
    background: none, url(/assets/derogation-130db396f869e433b080514d61d69c3fbc52a6e2c1ee6aa4f73bc812a2c09035.svg) no-repeat;
  }
}
@media print {
  /* line 170, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .supply-warning {
    background: url(/assets/derogation-8b0479e7f97824626331d2de036ae0db6838779de61bf21fbbb75dd2b1a00e20.png) no-repeat !important;
    background: none, url(/assets/derogation-130db396f869e433b080514d61d69c3fbc52a6e2c1ee6aa4f73bc812a2c09035.svg) no-repeat !important;
  }
}

/* line 180, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.temp-end-commercialization {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 2px;
  vertical-align: middle;
}
@media screen {
  /* line 180, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .temp-end-commercialization {
    background: url(/assets/tempend-97379df3cb8c744b7cbc786882cc08c516c884980fb22905849be75adce6c08d.png) no-repeat;
    background: none, url(/assets/tempend-9c67588ed5628437185fad7ac4907428ce226264b5b66d4d580a9979bedb7f24.svg) no-repeat;
  }
}
@media print {
  /* line 180, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .temp-end-commercialization {
    background: url(/assets/tempend-97379df3cb8c744b7cbc786882cc08c516c884980fb22905849be75adce6c08d.png) no-repeat !important;
    background: none, url(/assets/tempend-9c67588ed5628437185fad7ac4907428ce226264b5b66d4d580a9979bedb7f24.svg) no-repeat !important;
  }
}

/* line 189, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.derogations {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 2px;
  vertical-align: middle;
}
@media screen {
  /* line 189, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .derogations {
    background: url(/assets/derogation-8b0479e7f97824626331d2de036ae0db6838779de61bf21fbbb75dd2b1a00e20.png) no-repeat;
    background: none, url(/assets/derogation-130db396f869e433b080514d61d69c3fbc52a6e2c1ee6aa4f73bc812a2c09035.svg) no-repeat;
  }
}
@media print {
  /* line 189, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .derogations {
    background: url(/assets/derogation-8b0479e7f97824626331d2de036ae0db6838779de61bf21fbbb75dd2b1a00e20.png) no-repeat !important;
    background: none, url(/assets/derogation-130db396f869e433b080514d61d69c3fbc52a6e2c1ee6aa4f73bc812a2c09035.svg) no-repeat !important;
  }
}

/* line 198, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.switch-symbol {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  vertical-align: middle;
}
@media screen {
  /* line 198, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .switch-symbol {
    background: url(/images/switch.png) no-repeat;
    background: none, url(/assets/switch-284d387a8a867d12e7e9be5575ce10cf20468fd334ca79d5c5f89e4ded394cdc.svg) no-repeat;
  }
}
@media print {
  /* line 198, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .switch-symbol {
    background: url(/images/switch.png) no-repeat !important;
    background: none, url(/assets/switch-284d387a8a867d12e7e9be5575ce10cf20468fd334ca79d5c5f89e4ded394cdc.svg) no-repeat !important;
  }
}

/* line 204, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.prescription:before {
  color: #333;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 1em;
  content: "\f5b1";
  vertical-align: top;
  padding-left: 2px;
  margin-bottom: 2px;
}

/* line 214, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.written-patient-request:before {
  color: #333;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 1em;
  content: "(\f5b1)";
  vertical-align: top;
  padding-left: 2px;
  margin-bottom: 2px;
}

/* line 224, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.mp-kidney-m {
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  border-radius: 0.2em;
}
@media screen {
  /* line 224, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-kidney-m {
    background: url(/assets/Km-d882de50a47cf0288d6d8952be46ab28ff388e699ff25a86218641d4e09985d8.png) no-repeat;
    background: none, url(/assets/Km-aa195abe33c56ccfa734c0b8ac18dc1d3947e1c6b5979d8b5996cd536d39c054.svg) no-repeat;
  }
}
@media print {
  /* line 224, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-kidney-m {
    background: url(/assets/Km-d882de50a47cf0288d6d8952be46ab28ff388e699ff25a86218641d4e09985d8.png) no-repeat !important;
    background: none, url(/assets/Km-aa195abe33c56ccfa734c0b8ac18dc1d3947e1c6b5979d8b5996cd536d39c054.svg) no-repeat !important;
  }
}

/* line 233, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.mp-kidney-s {
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  border-radius: 0.2em;
}
@media screen {
  /* line 233, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-kidney-s {
    background: url(/assets/Ks-655b9436552395604ff927376a8aa2bb6c158fcf6e5d820f9d0f187997fabe85.png) no-repeat;
    background: none, url(/assets/Ks-ab04ee8ee9bb992ea218c479639a19d524195ca31e3eb6e934507d14481d732d.svg) no-repeat;
  }
}
@media print {
  /* line 233, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-kidney-s {
    background: url(/assets/Ks-655b9436552395604ff927376a8aa2bb6c158fcf6e5d820f9d0f187997fabe85.png) no-repeat !important;
    background: none, url(/assets/Ks-ab04ee8ee9bb992ea218c479639a19d524195ca31e3eb6e934507d14481d732d.svg) no-repeat !important;
  }
}

/* line 242, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.mp-kidney-ma {
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  border-radius: 0.2em;
}
@media screen {
  /* line 242, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-kidney-ma {
    background: url(/assets/KmA-40b86c7a80427289ebe955d15142a6e4327a635568e34f41d5133f96f58774f6.png) no-repeat;
    background: none, url(/assets/KmA-093513014f3bac14eefcf253b238c6adebe4e2fe0928369612dec4276736ca96.svg) no-repeat;
  }
}
@media print {
  /* line 242, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-kidney-ma {
    background: url(/assets/KmA-40b86c7a80427289ebe955d15142a6e4327a635568e34f41d5133f96f58774f6.png) no-repeat !important;
    background: none, url(/assets/KmA-093513014f3bac14eefcf253b238c6adebe4e2fe0928369612dec4276736ca96.svg) no-repeat !important;
  }
}

/* line 251, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.mp-kidney-sa {
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  border-radius: 0.2em;
}
@media screen {
  /* line 251, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-kidney-sa {
    background: url(/assets/KsA-471b343778048f524bdfd1d19bc7dfb92792ac966d95e737e76e0440c8e2c814.png) no-repeat;
    background: none, url(/assets/KsA-a1aa8782aa212c2f08119d800c6850fb230ab4f1039448ecd46771dc24abc9bc.svg) no-repeat;
  }
}
@media print {
  /* line 251, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-kidney-sa {
    background: url(/assets/KsA-471b343778048f524bdfd1d19bc7dfb92792ac966d95e737e76e0440c8e2c814.png) no-repeat !important;
    background: none, url(/assets/KsA-a1aa8782aa212c2f08119d800c6850fb230ab4f1039448ecd46771dc24abc9bc.svg) no-repeat !important;
  }
}

/* line 261, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.mp-formularium {
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  border-radius: 0.2em;
}
@media screen {
  /* line 261, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-formularium {
    background: url(/assets/form_small-4e77c452123d9e4f4ec847318c27c6f44a412d8770f86f8e8851dae936290e99.png) no-repeat;
    background: none, url(/assets/form_small-6c9a81fc8396ae985971c9ced2be27e72b0e6c67e6a5c2963c8baa5ce444b4b5.svg) no-repeat;
  }
}
@media print {
  /* line 261, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-formularium {
    background: url(/assets/form_small-4e77c452123d9e4f4ec847318c27c6f44a412d8770f86f8e8851dae936290e99.png) no-repeat !important;
    background: none, url(/assets/form_small-6c9a81fc8396ae985971c9ced2be27e72b0e6c67e6a5c2963c8baa5ce444b4b5.svg) no-repeat !important;
  }
}

/* line 271, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.mp-dop {
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  border-radius: 0.2em;
}
@media screen {
  /* line 271, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-dop {
    background: url(/assets/D-0c876d67645c8989266b0f1010d267fd7eedd3dd0dcb8005b6be065b8c620aae.png) no-repeat;
    background: none, url(/assets/D-f7c107696969f79c295a0603e1667042c9484873e88393612957f706724347ad.svg) no-repeat;
  }
}
@media print {
  /* line 271, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-dop {
    background: url(/assets/D-0c876d67645c8989266b0f1010d267fd7eedd3dd0dcb8005b6be065b8c620aae.png) no-repeat !important;
    background: none, url(/assets/D-f7c107696969f79c295a0603e1667042c9484873e88393612957f706724347ad.svg) no-repeat !important;
  }
}

/* line 280, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.mp-dopl {
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  border-radius: 0.2em;
}
@media screen {
  /* line 280, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-dopl {
    background: url(/assets/DL-146015c39655da817982d421bf183c37c9482d6b5ed7d437bf75c821891ce29a.png) no-repeat;
    background: none, url(/assets/DL-745dad8353c3636265a1e8e2b8889cc7f48efd091e723533c5b1d87b5c7323ca.svg) no-repeat;
  }
}
@media print {
  /* line 280, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .mp-dopl {
    background: url(/assets/DL-146015c39655da817982d421bf183c37c9482d6b5ed7d437bf75c821891ce29a.png) no-repeat !important;
    background: none, url(/assets/DL-745dad8353c3636265a1e8e2b8889cc7f48efd091e723533c5b1d87b5c7323ca.svg) no-repeat !important;
  }
}

/* line 290, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.bt {
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  border-radius: 0.2em;
}
@media screen {
  /* line 290, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .bt {
    background: url(/assets/BT-b689e9fcc3e03bf90432c2bf888cff36af39f268cc92cbbd78c18d0e9c85b298.png) no-repeat;
    background: none, url(/assets/BT-9d209931af2b78c51d044995471484913e5128e94d28b4d10cc62d2013c0cc84.svg) no-repeat;
  }
}
@media print {
  /* line 290, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .bt {
    background: url(/assets/BT-b689e9fcc3e03bf90432c2bf888cff36af39f268cc92cbbd78c18d0e9c85b298.png) no-repeat !important;
    background: none, url(/assets/BT-9d209931af2b78c51d044995471484913e5128e94d28b4d10cc62d2013c0cc84.svg) no-repeat !important;
  }
}

/* line 300, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.ot {
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  border-radius: 0.2em;
}
@media screen {
  /* line 300, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ot {
    background: url(/assets/OT-b1b5bc1ddde6515147c834d19ee049125b68f46182d645374784e111911c8ccc.png) no-repeat;
    background: none, url(/assets/OT-3ceb2023105fa2d7e5ade23c456b8ff8d6794b8b01712ceeeb7cafe33abdb27c.svg) no-repeat;
  }
}
@media print {
  /* line 300, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .ot {
    background: url(/assets/OT-b1b5bc1ddde6515147c834d19ee049125b68f46182d645374784e111911c8ccc.png) no-repeat !important;
    background: none, url(/assets/OT-3ceb2023105fa2d7e5ade23c456b8ff8d6794b8b01712ceeeb7cafe33abdb27c.svg) no-repeat !important;
  }
}

/* line 310, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.replink {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}

/* line 317, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.replink:hover:before {
  color: gray;
}

/* line 320, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.replink:before {
  color: #ddd;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1em;
  content: "\f14c";
  vertical-align: top;
  padding-left: 2px;
  margin-bottom: 2px;
}

/* line 330, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.mp_sym {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  height: 20px;
  padding: 1px 1px 1px 1px;
  margin-top: 2px;
}

/* line 338, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
group:not(.collapsed) .mp_sym {
  background-color: #333;
}

/* line 342, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.publink-symbol {
  display: inline-block;
  margin-left: 2px;
  width: 20px;
  height: 16px;
  background-size: 16px 16px;
  background-color: white;
  border-radius: 0.2em;
}

/* line 351, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.publink-symbol:hover {
  background-color: white !important;
}

/* line 354, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.publink-symbol:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 0.8em;
  content: "\f1ea";
  vertical-align: top;
  padding-left: 2px;
}

/* line 362, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.euro::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f153";
}

/* line 369, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.pharmacovigilance::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f658";
  color: #222;
  background: yellow;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 380, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.target-dentist::before {
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.7;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px !important;
}
@media screen {
  /* line 380, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .target-dentist::before {
    background: url(/images/tooth.png) no-repeat;
    background: none, url(/assets/tooth-ee79f16fd7c2ca1b8bb75fd39f3305765c24177624b88fdfcb2ed5594a48ac93.svg) no-repeat;
  }
}
@media print {
  /* line 380, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .target-dentist::before {
    background: url(/images/tooth.png) no-repeat !important;
    background: none, url(/assets/tooth-ee79f16fd7c2ca1b8bb75fd39f3305765c24177624b88fdfcb2ed5594a48ac93.svg) no-repeat !important;
  }
}

/* line 391, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.target-dentist.compact::before {
  opacity: 1;
  margin-left: 0px;
  margin-right: 2px;
}

/* line 397, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.target-dentist-white::before {
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.7;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px !important;
}
@media screen {
  /* line 397, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .target-dentist-white::before {
    background: url(/images/tooth_white.png) no-repeat;
    background: none, url(/assets/tooth_white-bc1da1360a255a45c843c4f2955bdf8a8be35917faf4c91f063175e5102573cb.svg) no-repeat;
  }
}
@media print {
  /* line 397, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .target-dentist-white::before {
    background: url(/images/tooth_white.png) no-repeat !important;
    background: none, url(/assets/tooth_white-bc1da1360a255a45c843c4f2955bdf8a8be35917faf4c91f063175e5102573cb.svg) no-repeat !important;
  }
}

/* line 408, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.target-dentist.compact-white::before {
  opacity: 1;
  margin-left: 0px;
  margin-right: 2px;
}

/* line 414, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.target-nurse::before {
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.7;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px !important;
}
@media screen {
  /* line 414, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .target-nurse::before {
    background: url(/images/nurse.png) no-repeat;
    background: none, url(/assets/nurse-22acdc24964e52d7c85fbaf4eb12e5bc7e9aa6b9612ebbf83713242824b3e1c0.svg) no-repeat;
  }
}
@media print {
  /* line 414, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .target-nurse::before {
    background: url(/images/nurse.png) no-repeat !important;
    background: none, url(/assets/nurse-22acdc24964e52d7c85fbaf4eb12e5bc7e9aa6b9612ebbf83713242824b3e1c0.svg) no-repeat !important;
  }
}

/* line 425, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.target-nurse.compact::before {
  opacity: 1;
  margin-left: 0px;
  margin-right: 2px;
}

/* line 431, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.target-nurse-white::before {
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.7;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px !important;
}
@media screen {
  /* line 431, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .target-nurse-white::before {
    background: url(/images/nurse_white.png) no-repeat;
    background: none, url(/assets/nurse_white-f4d83d8959513750ceb97273b0f30dbfdd12d133f20797f0eef8729d75ebaabf.svg) no-repeat;
  }
}
@media print {
  /* line 431, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .target-nurse-white::before {
    background: url(/images/nurse_white.png) no-repeat !important;
    background: none, url(/assets/nurse_white-f4d83d8959513750ceb97273b0f30dbfdd12d133f20797f0eef8729d75ebaabf.svg) no-repeat !important;
  }
}

/* line 442, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.target-nurse-white.compact::before {
  opacity: 1;
  margin-left: 0px;
  margin-right: 2px;
}

/* line 448, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
a[data-type='pdf']::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f1c1";
  color: #222;
  margin-left: 5px;
  margin-right: 5px;
  color: forestgreen;
}

/* line 457, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.posol_neg::before {
  content: " —";
}

/* line 461, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.detailed-content::before {
  content: "";
  display: block;
  margin-left: -8px;
  margin-top: -2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 461, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .detailed-content::before {
    background: url(/assets/plus-8580f5805762d710d367ded4081bd98f3c56337be177a6f54ef063b85c370df0.png) no-repeat;
    background: none, url(/assets/plus-af982d177b26cb92f33e126f2cd3562ecb88062b26ab2925867d3ace23cbab5a.svg) no-repeat;
  }
}
@media print {
  /* line 461, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .detailed-content::before {
    background: url(/assets/plus-8580f5805762d710d367ded4081bd98f3c56337be177a6f54ef063b85c370df0.png) no-repeat !important;
    background: none, url(/assets/plus-af982d177b26cb92f33e126f2cd3562ecb88062b26ab2925867d3ace23cbab5a.svg) no-repeat !important;
  }
}

/* line 472, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.new-molecules-small {
  opacity: 0.8;
  display: inline-block;
  margin-left: Opx;
  margin-right: 2px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px !important;
  float: left;
}
@media screen {
  /* line 472, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .new-molecules-small {
    background: url(/assets/new-036bae52702930da88704b6533e9837d35deeeac12ad8dbdd325461945263070.png) no-repeat;
    background: none, url(/assets/new-4e17fdf5f2642f04fe8e9c8112404f4b5982c166a1730b5124595c00a534a346.svg) no-repeat;
  }
}
@media print {
  /* line 472, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .new-molecules-small {
    background: url(/assets/new-036bae52702930da88704b6533e9837d35deeeac12ad8dbdd325461945263070.png) no-repeat !important;
    background: none, url(/assets/new-4e17fdf5f2642f04fe8e9c8112404f4b5982c166a1730b5124595c00a534a346.svg) no-repeat !important;
  }
}

/* line 484, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.removed-molecules-small {
  opacity: 0.8;
  display: inline-block;
  margin-left: Opx;
  margin-right: 2px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px !important;
  float: left;
}
@media screen {
  /* line 484, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .removed-molecules-small {
    background: url(/assets/rem-e4879fdd26db27850d8dba542149efed12b9922d3adaef596ca86c79a2f6bf09.png) no-repeat;
    background: none, url(/assets/rem-83f9283c1af71280baffff92ef2133fd855602049b806f6d59a1cc39e37fb591.svg) no-repeat;
  }
}
@media print {
  /* line 484, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .removed-molecules-small {
    background: url(/assets/rem-e4879fdd26db27850d8dba542149efed12b9922d3adaef596ca86c79a2f6bf09.png) no-repeat !important;
    background: none, url(/assets/rem-83f9283c1af71280baffff92ef2133fd855602049b806f6d59a1cc39e37fb591.svg) no-repeat !important;
  }
}

/* line 496, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.-category-symbol {
  /* padding-left: 2px;
   width: 20px;
   display: inline-block;
   opacity: 0.4;*/
}

/* line 503, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.recent-category-symbol, .drugnews-category-symbol {
  opacity: 0.8;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px !important;
  vertical-align: middle;
  margin-top: -2px;
}
@media screen {
  /* line 503, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .recent-category-symbol, .drugnews-category-symbol {
    background: url(/assets/recent-d40a694d0cfff03133946be5c1aa46103b622a5d625935595cbca4ca1598b003.png) no-repeat;
    background: none, url(/assets/recent-8368793f78c4854a4edcbb7d6dda97c6d057c3a03beb4a27e4af54285d240c70.svg) no-repeat;
  }
}
@media print {
  /* line 503, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .recent-category-symbol, .drugnews-category-symbol {
    background: url(/assets/recent-d40a694d0cfff03133946be5c1aa46103b622a5d625935595cbca4ca1598b003.png) no-repeat !important;
    background: none, url(/assets/recent-8368793f78c4854a4edcbb7d6dda97c6d057c3a03beb4a27e4af54285d240c70.svg) no-repeat !important;
  }
}

/* line 515, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.other-category-symbol, .-category-symbol {
  opacity: 0.8;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px !important;
  vertical-align: middle;
  margin-top: -2px;
}
@media screen {
  /* line 515, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .other-category-symbol, .-category-symbol {
    background: url(/assets/news-fa279b6b7c27e2ae344cddd137c555b39962cef0373afeb38147f3b9cd7fc495.png) no-repeat;
    background: none, url(/assets/news-1871a7b974b2acf993048f9bb96b61f77b7125550b50514bb8305644c7b565ed.svg) no-repeat;
  }
}
@media print {
  /* line 515, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .other-category-symbol, .-category-symbol {
    background: url(/assets/news-fa279b6b7c27e2ae344cddd137c555b39962cef0373afeb38147f3b9cd7fc495.png) no-repeat !important;
    background: none, url(/assets/news-1871a7b974b2acf993048f9bb96b61f77b7125550b50514bb8305644c7b565ed.svg) no-repeat !important;
  }
}

/* line 526, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.technical-category-symbol:before {
  opacity: 0.6;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f071";
  padding-left: 4px;
  display: inline;
  font-size: 16px;
  text-align: center;
}

/* line 537, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.job_offer-category-symbol:before {
  opacity: 0.6;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f0f0";
  padding-left: 4px;
  display: inline;
  font-size: 16px;
  text-align: center;
}

/* line 553, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.focus-category-symbol:before {
  opacity: 0.6;
  font-family: FontAwesome;
  content: "\f0e6";
  padding-left: 4px;
  display: inline;
  font-size: 16px;
  text-align: center;
}

/* line 563, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
div.img-PILVERGETEN::before {
  background-image: url(/assets/pilvergeten-bc545b51ba54a20247a2ed33d9aea9282b1fc59b3971d6b485837cd26fe4e998.gif);
  background-size: 124px 77px;
  width: 124px;
  height: 77px;
  display: inline-block;
  content: "";
  cursor: pointer;
}

/* line 572, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
div.img-PILULEOUBLIE::before {
  background-image: url(/assets/piluleoublie-2fa0db1fd6ae7ed4af11bfc5c4b6d67fdff6ab621d222276937a0b1330673035.gif);
  background-size: 124px 65px;
  width: 124px;
  height: 65px;
  display: inline-block;
  content: "";
  cursor: pointer;
}

/* line 582, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
div.img-PILVERGETEN.large::before {
  background-image: url(/assets/pilvergeten-bc545b51ba54a20247a2ed33d9aea9282b1fc59b3971d6b485837cd26fe4e998.gif);
  background-size: 1247px 773px;
  width: 1247px;
  height: 773px;
  display: inline-block;
  content: "";
}

/* line 590, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
div.img-PILULEOUBLIE.large::before {
  background-image: url(/assets/piluleoublie-2fa0db1fd6ae7ed4af11bfc5c4b6d67fdff6ab621d222276937a0b1330673035.gif);
  background-size: 1247px 653px;
  width: 1247px;
  height: 653px;
  display: inline-block;
  content: "";
}

/* line 600, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.bcfi-logo {
  display: none;
  width: 240px;
  height: 100%;
  background-size: 240px 100% !important;
}
@media screen {
  /* line 600, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .bcfi-logo {
    background: url(/assets/bcfi-d2047aa8ea6114fa82a603e5678814d5e1c80dc75b88c4afd71e957f25f37f94.png) no-repeat;
    background: none, url(/assets/bcfi-741419b71a0e04164dfddddc0aaa7b008547bb18f32c964436bb8a6e59f17cf9.svg) no-repeat;
  }
}
@media print {
  /* line 600, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .bcfi-logo {
    background: url(/assets/bcfi-d2047aa8ea6114fa82a603e5678814d5e1c80dc75b88c4afd71e957f25f37f94.png) no-repeat !important;
    background: none, url(/assets/bcfi-741419b71a0e04164dfddddc0aaa7b008547bb18f32c964436bb8a6e59f17cf9.svg) no-repeat !important;
  }
}

/* line 605, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.bcfi-logo-large {
  margin-top: 0px;
  padding: 10px;
  display: none;
  width: 240px;
  height: 100%;
  background-size: 240px 100% !important;
}
@media screen {
  /* line 605, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .bcfi-logo-large {
    background: url(/assets/bcfi-d2047aa8ea6114fa82a603e5678814d5e1c80dc75b88c4afd71e957f25f37f94.png) no-repeat;
    background: none, url(/assets/bcfi-741419b71a0e04164dfddddc0aaa7b008547bb18f32c964436bb8a6e59f17cf9.svg) no-repeat;
  }
}
@media print {
  /* line 605, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .bcfi-logo-large {
    background: url(/assets/bcfi-d2047aa8ea6114fa82a603e5678814d5e1c80dc75b88c4afd71e957f25f37f94.png) no-repeat !important;
    background: none, url(/assets/bcfi-741419b71a0e04164dfddddc0aaa7b008547bb18f32c964436bb8a6e59f17cf9.svg) no-repeat !important;
  }
}

@media (min-width: 767px) {
  /* line 613, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .bcfi-logo-large {
    display: none;
    margin-top: 40px;
    padding: 10px;
    display: inline-block;
    width: 240px;
    height: 90px;
    background-size: 240px 90px !important;
  }
}
@media screen and (min-width: 767px) {
  /* line 613, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .bcfi-logo-large {
    background: url(/assets/bcfi-d2047aa8ea6114fa82a603e5678814d5e1c80dc75b88c4afd71e957f25f37f94.png) no-repeat;
    background: none, url(/assets/bcfi-741419b71a0e04164dfddddc0aaa7b008547bb18f32c964436bb8a6e59f17cf9.svg) no-repeat;
  }
}
@media print and (min-width: 767px) {
  /* line 613, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .bcfi-logo-large {
    background: url(/assets/bcfi-d2047aa8ea6114fa82a603e5678814d5e1c80dc75b88c4afd71e957f25f37f94.png) no-repeat !important;
    background: none, url(/assets/bcfi-741419b71a0e04164dfddddc0aaa7b008547bb18f32c964436bb8a6e59f17cf9.svg) no-repeat !important;
  }
}

/* line 622, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.cbip-logo {
  display: none;
  display: none;
  width: 240px;
  height: 100%;
  background-size: 240px 100% !important;
}
@media screen {
  /* line 622, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .cbip-logo {
    background: url(/assets/cbip-c8ab99909a1a9119bf94c3e7d565bae8fe19805c7e7e538612a616df15b79d5f.png) no-repeat;
    background: none, url(/assets/cbip-9de6e53c7a863c2ddfcf772f6d4dbf3bf9271b445a646ac1b69146d6ebfba850.svg) no-repeat;
  }
}
@media print {
  /* line 622, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .cbip-logo {
    background: url(/assets/cbip-c8ab99909a1a9119bf94c3e7d565bae8fe19805c7e7e538612a616df15b79d5f.png) no-repeat !important;
    background: none, url(/assets/cbip-9de6e53c7a863c2ddfcf772f6d4dbf3bf9271b445a646ac1b69146d6ebfba850.svg) no-repeat !important;
  }
}

/* line 628, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.cbip-logo-large {
  margin-top: 0px;
  padding: 10px;
  display: none;
  width: 240px;
  height: 100%;
  background-size: 240px 100% !important;
}
@media screen {
  /* line 628, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .cbip-logo-large {
    background: url(/assets/cbip-c8ab99909a1a9119bf94c3e7d565bae8fe19805c7e7e538612a616df15b79d5f.png) no-repeat;
    background: none, url(/assets/cbip-9de6e53c7a863c2ddfcf772f6d4dbf3bf9271b445a646ac1b69146d6ebfba850.svg) no-repeat;
  }
}
@media print {
  /* line 628, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .cbip-logo-large {
    background: url(/assets/cbip-c8ab99909a1a9119bf94c3e7d565bae8fe19805c7e7e538612a616df15b79d5f.png) no-repeat !important;
    background: none, url(/assets/cbip-9de6e53c7a863c2ddfcf772f6d4dbf3bf9271b445a646ac1b69146d6ebfba850.svg) no-repeat !important;
  }
}

@media (min-width: 767px) {
  /* line 636, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .cbip-logo-large {
    display: none;
    margin-top: 40px;
    padding: 10px;
    display: inline-block;
    width: 240px;
    height: 90px;
    background-size: 240px 90px !important;
  }
}
@media screen and (min-width: 767px) {
  /* line 636, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .cbip-logo-large {
    background: url(/assets/cbip-c8ab99909a1a9119bf94c3e7d565bae8fe19805c7e7e538612a616df15b79d5f.png) no-repeat;
    background: none, url(/assets/cbip-9de6e53c7a863c2ddfcf772f6d4dbf3bf9271b445a646ac1b69146d6ebfba850.svg) no-repeat;
  }
}
@media print and (min-width: 767px) {
  /* line 636, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .cbip-logo-large {
    background: url(/assets/cbip-c8ab99909a1a9119bf94c3e7d565bae8fe19805c7e7e538612a616df15b79d5f.png) no-repeat !important;
    background: none, url(/assets/cbip-9de6e53c7a863c2ddfcf772f6d4dbf3bf9271b445a646ac1b69146d6ebfba850.svg) no-repeat !important;
  }
}

/* line 645, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.nihdi-logo-small {
  opacity: 0.8;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: 1em 1em !important;
  background: url(/assets/riziv_small-ba3dd26f78f42f44c6ebeee3a8906bee23eb419479b08de25b5d56a120932bb9.png) no-repeat;
}

/* line 651, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.famhp-logo-small {
  opacity: 0.8;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: 1em 1em !important;
  background: url(/assets/fagg_small-982e7af14ec2b76b4122897f5bb9e8df843f91de525cb3a461854e5b4046bc98.png) no-repeat;
}

/* line 657, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.substance-symbol-with-border::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0c3";
  padding-left: 4px;
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #ffa500;
  display: inline;
  width: 1.4em;
  text-align: center;
}

/* line 671, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.tf-symbol-with-border::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f25d";
  padding-left: 4px;
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #7dafda;
  display: inline;
  width: 1.4em;
  text-align: center;
}

/* line 686, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.substance-symbol::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0c3";
  margin-right: 2px;
  color: #b87700;
  display: inline-block;
  width: 1.4em;
  text-align: center;
}

/* line 697, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.tf-symbol::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f25d";
  margin-right: 2px;
  color: #24557f;
  display: inline-block;
  width: 1.4em;
  text-align: center;
}

/* line 707, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.positioning-symbol::before {
  font-weight: normal;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f14e";
  margin-right: 2px;
  display: inline-block;
  width: 1.4em;
  text-align: center;
}

/* line 718, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.pvt-symbol {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 25px 25px !important;
}
@media screen {
  /* line 718, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .pvt-symbol {
    background: url(/assets/pvt25-4110272bf59f099444f35f4f17828869ec310f2298d5abc2c479b69e94bd3269.png) no-repeat;
    background: none, url(/assets/pvt25-f95a848b3b1f63205a17bb6575120fe1b28270e3eede10afb7acb521d84839db.svg) no-repeat;
  }
}
@media print {
  /* line 718, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .pvt-symbol {
    background: url(/assets/pvt25-4110272bf59f099444f35f4f17828869ec310f2298d5abc2c479b69e94bd3269.png) no-repeat !important;
    background: none, url(/assets/pvt25-f95a848b3b1f63205a17bb6575120fe1b28270e3eede10afb7acb521d84839db.svg) no-repeat !important;
  }
}

/* line 723, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.name .pvt-symbol {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 25px 25px !important;
}
@media screen {
  /* line 723, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .name .pvt-symbol {
    background: url(/assets/pvtwhite25-b140b657631b1018bfe80b77d3a30aae66ba116f2017e0762fdca8011a2428a6.png) no-repeat;
    background: none, url(/assets/pvtwhite25-c484e7eb46c1d4525c1ca52c94a88fcb8d16fbacb3dbb3b79a79116f32c19ba8.svg) no-repeat;
  }
}
@media print {
  /* line 723, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .name .pvt-symbol {
    background: url(/assets/pvtwhite25-b140b657631b1018bfe80b77d3a30aae66ba116f2017e0762fdca8011a2428a6.png) no-repeat !important;
    background: none, url(/assets/pvtwhite25-c484e7eb46c1d4525c1ca52c94a88fcb8d16fbacb3dbb3b79a79116f32c19ba8.svg) no-repeat !important;
  }
}

/* line 728, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.in_forfait:before {
  content: 'F';
  padding-right: 5px;
  border-radius: 25%;
  background: #b1acac38;
  color: #525252;
  text-align: center;
  font-size: 0.8em;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 7px;
}

/* line 741, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.temporary_reimbursement:before {
  content: 'T';
  border-radius: 25%;
  background: #b1acac38;
  color: #525252;
  text-align: center;
  font-size: 0.8em;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 7px;
}

/* line 753, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.left {
  float: left;
}

/* line 758, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.folia-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px !important;
  vertical-align: middle;
}
@media screen {
  /* line 758, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .folia-icon {
    background: url(/assets/folia_alt-d0a959ad8c96194ff74d9e51338efa3452d61c7c6dd637735501383c0074138e.png) no-repeat;
    background: none, url(/assets/folia_alt-b0fac416f2e51920ad1b23acbc9751d01bfc7ab2bd60d31efb7141ff8e1f7581.svg) no-repeat;
  }
}
@media print {
  /* line 758, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .folia-icon {
    background: url(/assets/folia_alt-d0a959ad8c96194ff74d9e51338efa3452d61c7c6dd637735501383c0074138e.png) no-repeat !important;
    background: none, url(/assets/folia_alt-b0fac416f2e51920ad1b23acbc9751d01bfc7ab2bd60d31efb7141ff8e1f7581.svg) no-repeat !important;
  }
}

/* line 763, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.folia-icon-inv {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  vertical-align: middle;
}
@media screen {
  /* line 763, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .folia-icon-inv {
    background: url(/assets/folia_alt_inv-d64b1d6003148f5857183563433a9151eadcd2129c953556703a1aa2f828ac5d.png) no-repeat;
    background: none, url(/assets/folia_alt_inv-f0bb6fb613c1a095d2da0543cc64f095a72fcacb16f340c50af76231ae60dffa.svg) no-repeat;
  }
}
@media print {
  /* line 763, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .folia-icon-inv {
    background: url(/assets/folia_alt_inv-d64b1d6003148f5857183563433a9151eadcd2129c953556703a1aa2f828ac5d.png) no-repeat !important;
    background: none, url(/assets/folia_alt_inv-f0bb6fb613c1a095d2da0543cc64f095a72fcacb16f340c50af76231ae60dffa.svg) no-repeat !important;
  }
}

/* line 769, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.repertorium-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px !important;
  vertical-align: middle;
}
@media screen {
  /* line 769, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .repertorium-icon {
    background: url(/assets/rep-378cf48f86234cf3a422070386d108142012525cef747613e912a99f9414e355.png) no-repeat;
    background: none, url(/assets/rep-05e5af22ba00edb9120bf42209c2d860a39a204797f71d71c6466d81157f9dfb.svg) no-repeat;
  }
}
@media print {
  /* line 769, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .repertorium-icon {
    background: url(/assets/rep-378cf48f86234cf3a422070386d108142012525cef747613e912a99f9414e355.png) no-repeat !important;
    background: none, url(/assets/rep-05e5af22ba00edb9120bf42209c2d860a39a204797f71d71c6466d81157f9dfb.svg) no-repeat !important;
  }
}

/* line 774, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.repertorium-icon-inv {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  vertical-align: middle;
}
@media screen {
  /* line 774, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .repertorium-icon-inv {
    background: url(/assets/rep_inv-aa27c5f8f0394463388d721e7279f59935fea11b5ad53fd83a45d7ac02f6f131.png) no-repeat;
    background: none, url(/assets/rep_inv-7d9a0a8923123d6a9592fc5356e7c7241177a239ac8bd6e02f9785c39d2379ce.svg) no-repeat;
  }
}
@media print {
  /* line 774, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .repertorium-icon-inv {
    background: url(/assets/rep_inv-aa27c5f8f0394463388d721e7279f59935fea11b5ad53fd83a45d7ac02f6f131.png) no-repeat !important;
    background: none, url(/assets/rep_inv-7d9a0a8923123d6a9592fc5356e7c7241177a239ac8bd6e02f9785c39d2379ce.svg) no-repeat !important;
  }
}

/* line 780, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.formulary-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px !important;
  vertical-align: middle;
}
@media screen {
  /* line 780, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .formulary-icon {
    background: url(/assets/form-e809ae7f51c3601f313eee2b89613f7f21c1d96e40ad3871e6ad6c9e12b5cc2c.png) no-repeat;
    background: none, url(/assets/form-b2e440b510acf2ffbfe79764ac3eda5969c5d6d26defd2e5ec9eeb257663e8a3.svg) no-repeat;
  }
}
@media print {
  /* line 780, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .formulary-icon {
    background: url(/assets/form-e809ae7f51c3601f313eee2b89613f7f21c1d96e40ad3871e6ad6c9e12b5cc2c.png) no-repeat !important;
    background: none, url(/assets/form-b2e440b510acf2ffbfe79764ac3eda5969c5d6d26defd2e5ec9eeb257663e8a3.svg) no-repeat !important;
  }
}

/* line 785, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.formulary-icon-inv {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  vertical-align: middle;
}
@media screen {
  /* line 785, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .formulary-icon-inv {
    background: url(/assets/form_inv-ca8448264fd447a5f6fc199549944af17bc7eedbc45772df1fafa507898f8ec9.png) no-repeat;
    background: none, url(/assets/form_inv-6c5110b2623bb50bf09c29f02c840ac2f278d66fea845418051746a76d582dd8.svg) no-repeat;
  }
}
@media print {
  /* line 785, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .formulary-icon-inv {
    background: url(/assets/form_inv-ca8448264fd447a5f6fc199549944af17bc7eedbc45772df1fafa507898f8ec9.png) no-repeat !important;
    background: none, url(/assets/form_inv-6c5110b2623bb50bf09c29f02c840ac2f278d66fea845418051746a76d582dd8.svg) no-repeat !important;
  }
}

/* line 791, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.auditorium-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px !important;
  vertical-align: middle;
}
@media screen {
  /* line 791, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .auditorium-icon {
    background: url(/assets/auditorium-6ad80aad52ae196897f7506fa134518130aa90d1ab3e853c64bf344cce2db4b2.png) no-repeat;
    background: none, url(/assets/auditorium-bcf78f9a7dbbaf181376a729e805274595eaf6466b1a420c01d4da79ac3823c4.svg) no-repeat;
  }
}
@media print {
  /* line 791, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .auditorium-icon {
    background: url(/assets/auditorium-6ad80aad52ae196897f7506fa134518130aa90d1ab3e853c64bf344cce2db4b2.png) no-repeat !important;
    background: none, url(/assets/auditorium-bcf78f9a7dbbaf181376a729e805274595eaf6466b1a420c01d4da79ac3823c4.svg) no-repeat !important;
  }
}

/* line 796, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.auditorium-icon-inv {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  vertical-align: middle;
}
@media screen {
  /* line 796, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .auditorium-icon-inv {
    background: url(/assets/auditorium_inv-f16d7859bc9ebd08842e54792dfe2483e7ec3eb7cf882000b86c674f3cf5b9fc.png) no-repeat;
    background: none, url(/assets/auditorium_inv-4b19e66633fec1dd6ad8adf0cdf84595754ed2f5dbf2e9178c888452eb361f53.svg) no-repeat;
  }
}
@media print {
  /* line 796, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .auditorium-icon-inv {
    background: url(/assets/auditorium_inv-f16d7859bc9ebd08842e54792dfe2483e7ec3eb7cf882000b86c674f3cf5b9fc.png) no-repeat !important;
    background: none, url(/assets/auditorium_inv-4b19e66633fec1dd6ad8adf0cdf84595754ed2f5dbf2e9178c888452eb361f53.svg) no-repeat !important;
  }
}

/* line 801, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.auditorium-green-icon-inv {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  vertical-align: middle;
}
@media screen {
  /* line 801, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .auditorium-green-icon-inv {
    background: url(/images/auditorium_inv_green.png) no-repeat;
    background: none, url(/assets/auditorium_inv_green-ea4b5d150221b805a7208cd9be6c3990d6e9c9b72b591de94f577ef1582643c6.svg) no-repeat;
  }
}
@media print {
  /* line 801, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .auditorium-green-icon-inv {
    background: url(/images/auditorium_inv_green.png) no-repeat !important;
    background: none, url(/assets/auditorium_inv_green-ea4b5d150221b805a7208cd9be6c3990d6e9c9b72b591de94f577ef1582643c6.svg) no-repeat !important;
  }
}

/* line 807, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.tf-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px !important;
  vertical-align: middle;
}
@media screen {
  /* line 807, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .tf-icon {
    background: url(/assets/tf-f668695b1c1fc14386d85c9b376f7549b0137ab2496abbbb1dee4a23ab670cdb.png) no-repeat;
    background: none, url(/assets/tf-1565b83450033c4bf442d975e9121d6ae98918df21a647d45b709323ba2fc3d9.svg) no-repeat;
  }
}
@media print {
  /* line 807, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .tf-icon {
    background: url(/assets/tf-f668695b1c1fc14386d85c9b376f7549b0137ab2496abbbb1dee4a23ab670cdb.png) no-repeat !important;
    background: none, url(/assets/tf-1565b83450033c4bf442d975e9121d6ae98918df21a647d45b709323ba2fc3d9.svg) no-repeat !important;
  }
}

/* line 812, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.tf-icon-inv {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  vertical-align: middle;
}
@media screen {
  /* line 812, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .tf-icon-inv {
    background: url(/assets/tf_inv-92f9aa60c2e02f5c0f444cb6f49c65281a708898b37a18f67d215f3ebd371316.png) no-repeat;
    background: none, url(/assets/tf_inv-66e0ec3bc92ae3fa7d49fa9e12f2f655db35788b85042e32c15862048f878967.svg) no-repeat;
  }
}
@media print {
  /* line 812, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .tf-icon-inv {
    background: url(/assets/tf_inv-92f9aa60c2e02f5c0f444cb6f49c65281a708898b37a18f67d215f3ebd371316.png) no-repeat !important;
    background: none, url(/assets/tf_inv-66e0ec3bc92ae3fa7d49fa9e12f2f655db35788b85042e32c15862048f878967.svg) no-repeat !important;
  }
}

/* line 818, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.news-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px !important;
  vertical-align: middle;
}
@media screen {
  /* line 818, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .news-icon {
    background: url(/assets/news-fa279b6b7c27e2ae344cddd137c555b39962cef0373afeb38147f3b9cd7fc495.png) no-repeat;
    background: none, url(/assets/news-1871a7b974b2acf993048f9bb96b61f77b7125550b50514bb8305644c7b565ed.svg) no-repeat;
  }
}
@media print {
  /* line 818, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .news-icon {
    background: url(/assets/news-fa279b6b7c27e2ae344cddd137c555b39962cef0373afeb38147f3b9cd7fc495.png) no-repeat !important;
    background: none, url(/assets/news-1871a7b974b2acf993048f9bb96b61f77b7125550b50514bb8305644c7b565ed.svg) no-repeat !important;
  }
}

/* line 823, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.news-icon-inv {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  vertical-align: middle;
}
@media screen {
  /* line 823, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .news-icon-inv {
    background: url(/assets/news_inv-b2653bc09f76012a0be4fae47473649d310e79abb8d9b523724df78f7f8c6cdc.png) no-repeat;
    background: none, url(/assets/news_inv-f84bfb7574601b52150bbf436cb9cec9772332110f6a7e772120987507e6adf9.svg) no-repeat;
  }
}
@media print {
  /* line 823, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .news-icon-inv {
    background: url(/assets/news_inv-b2653bc09f76012a0be4fae47473649d310e79abb8d9b523724df78f7f8c6cdc.png) no-repeat !important;
    background: none, url(/assets/news_inv-f84bfb7574601b52150bbf436cb9cec9772332110f6a7e772120987507e6adf9.svg) no-repeat !important;
  }
}

/* line 829, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
.citation {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
}
@media screen {
  /* line 829, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .citation {
    background: url(/images/cit.png) no-repeat;
    background: none, url(/assets/cit-f924e00558a75ae570627d315a7dbddbeddff1e9fabeb8606d72735b5921473d.svg) no-repeat;
  }
}
@media print {
  /* line 829, /home/bcfi/repertorium/app/assets/stylesheets/symbols.css.scss */
  .citation {
    background: url(/images/cit.png) no-repeat !important;
    background: none, url(/assets/cit-f924e00558a75ae570627d315a7dbddbeddff1e9fabeb8606d72735b5921473d.svg) no-repeat !important;
  }
}
/* Color definitions */
/* Search substance + trade family in sidebar */
/* line 32, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
#search tr.version {
  height: 8px;
}
/* line 35, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
#search tr.version td {
  padding: 0px;
  margin: 0px;
}

/* Content */
/* line 43, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.content {
  display: none;
  margin-left: 10px;
}

@media (max-width: 768px) {
  /* line 49, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
  .content {
    margin-left: 0px;
  }
}
/* line 55, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.classified-vmp-set-wrapper {
  margin-top: 15px;
  /* wide tables on small screens should be scrollable if needed */
  overflow-x: auto;
}
/* line 58, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.classified-vmp-set-wrapper .positioning {
  display: none;
}
/* line 68, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.classified-vmp-set-wrapper .pvt-group {
  /* pvt table needs a lot of space to display properly. */
  min-width: 750px;
}

/* line 74, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame.positioning {
  margin-top: 22px;
}

/* line 78, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.classified-vmp-set {
  margin-top: -13px;
  margin-bottom: 15px;
  padding-top: 18px;
  padding-bottom: 10px;
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f8f8f8;
  border-color: #efefef !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background: -webkit-gradient(linear, left top, right top, from(#efefef), to(#fff));
}

/* Headings and expand/collapse styling */
/* line 101, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header {
  padding: 4px 10px 1px 6px;
  cursor: pointer;
  margin: 12px 0 12px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 113, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.head, div.head-blue, div.head-white {
  padding: 2px 5px 2px 5px;
  margin: 5px 0 5px 0;
  background-color: #00a547;
}
/* line 118, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.head .versions, div.head-blue .versions, div.head-white .versions {
  float: right;
  font-weight: normal;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 0.8em;
}
/* line 125, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.head a:hover, div.head a:active, div.head a:visited, div.head-blue a:hover, div.head-blue a:active, div.head-blue a:visited, div.head-white a:hover, div.head-white a:active, div.head-white a:visited {
  text-decoration: none;
}

/* line 130, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.head {
  color: #ffffff;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 137, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.head-blue {
  color: #ffffff;
  background-color: #8bb8c5 !important;
  margin-top: 10px;
}

/* line 143, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.head-white {
  background-color: #ffffff !important;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -4px;
  margin-bottom: 2px;
  color: #618a96 !important;
}
/* line 150, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.head-white a {
  color: #618a96 !important;
}

/*
div.head-no-top-padding {
  @extend div.head;
  padding: 2px 0px 2px 10px;
}
*/
/* line 162, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div > div.header {
  background-color: #e8e8e8;
  color: #222;
}
/* line 165, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div > div.header small {
  color: inherit;
}

/* line 180, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.expanded > div.header {
  color: white;
  background-color: #2a3b99;
}

/* line 185, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div > div.header:hover {
  color: white;
  background-color: #00a547;
}

/* line 190, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.expanded.root > div.header {
  /* override the header of the root to the fixed color */
  background-color: #2a3b99;
}

/* line 203, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.MP-GRP {
  font-weight: bold !important;
}

/* line 219, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header.h1 {
  margin-bottom: 23px !important;
  margin-top: 23px !important;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 224, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header.h2 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 8px;
}

/* line 227, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header.h3 {
  margin-bottom: 17px !important;
  margin-top: 17px !important;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 8px;
}

/* line 230, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header.h4 {
  margin-bottom: 14px !important;
  margin-top: 14px !important;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 8px;
}

/* line 233, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header.h5 {
  margin-bottom: 11px !important;
  margin-top: 11px !important;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 8px;
}

/* line 236, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header.h6 {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 8px;
}

/* line 239, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header.h7 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 8px;
}

/* line 243, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header h1 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.7em;
  padding-bottom: 2px;
}

/* line 246, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header h2 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8em;
  padding-bottom: 2px;
}

/* line 249, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header h3 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1em;
  padding-bottom: 2px;
}

/* line 252, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header h4 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2em;
  padding-bottom: 2px;
}

/* line 255, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header h5 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4em;
  padding-bottom: 2px;
}

/* line 258, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header h6 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5em;
  padding-bottom: 2px;
}

/* line 261, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.header h7 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6em;
  padding-bottom: 2px;
}

/* line 265, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
h2.expand > a,
h3.expand > a,
h4.expand > a,
h5.expand > a,
h6.expand > a,
h7.expand > a {
  font-weight: bold;
}

/* line 274, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.content a:hover {
  border-bottom-color: forestgreen !important;
}

/* line 278, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.expand a {
  display: block;
  padding: 3px 10px;
}

/* line 282, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.expand a:link, .expand a:visited {
  border-style: dotted;
  border-radius: 5px;
  border-width: 1px;
  background-image: url(img/arrow-down.gif);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  text-decoration: none;
}

/* line 291, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.expand a:hover, .expand a:active, .expand a:focus {
  border-radius: 5px;
  text-decoration: none;
}

/* line 295, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.expand a.open:link, .expand a.open:visited {
  border-style: dotted;
  border-radius: 5px;
  background: #eee url(img/arrow-up.gif) no-repeat 98% 50%;
  text-decoration: none;
}

/* line 302, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.section.expanded > .content, .section.root > .content {
  display: inherit;
}

/* line 308, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.truncate h1 i, .truncate h2 i, .truncate h3 i, .truncate h4 i, .truncate h5 i, .truncate h6 i {
  padding-left: 0em;
  text-indent: 0em;
}
/* line 312, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.truncate h1 span.title, .truncate h2 span.title, .truncate h3 span.title, .truncate h4 span.title, .truncate h5 span.title, .truncate h6 span.title {
  display: table;
}
/* line 314, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.truncate h1 span.title span.number,
.truncate h1 span.title span.symbol, .truncate h2 span.title span.number,
.truncate h2 span.title span.symbol, .truncate h3 span.title span.number,
.truncate h3 span.title span.symbol, .truncate h4 span.title span.number,
.truncate h4 span.title span.symbol, .truncate h5 span.title span.number,
.truncate h5 span.title span.symbol, .truncate h6 span.title span.number,
.truncate h6 span.title span.symbol {
  display: table-cell;
  padding-right: 5px;
  white-space: nowrap;
  opacity: 0.8;
}
/* line 321, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.truncate h1 span.title span.number, .truncate h2 span.title span.number, .truncate h3 span.title span.number, .truncate h4 span.title span.number, .truncate h5 span.title span.number, .truncate h6 span.title span.number {
  font-size: 65%;
}
/* line 324, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.truncate h1 span.title span.text, .truncate h2 span.title span.text, .truncate h3 span.title span.text, .truncate h4 span.title span.text, .truncate h5 span.title span.text, .truncate h6 span.title span.text {
  display: table-cell;
}

@media (min-width: 768px) {
  /* line 333, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
  .truncate {
    white-space: nowrap;
  }
}
/* line 338, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.expandcompress {
  position: relative;
  float: right;
}

/* line 342, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.expandcompress:before {
  font-size: 22px;
  vertical-align: top;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-weight: normal;
  left: -5px;
  content: "\f424";
}

/* line 351, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.section.expanded > .header > .expandcompress:before {
  content: "\f422";
}

/* line 356, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.btn-group .group-expand-all,
.btn-group .group-collapse-all {
  margin-left: 15px;
  cursor: pointer;
  color: #8F8F8F;
}

/* line 362, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.btn-group .group-expand-all:hover,
.btn-group .group-collapse-all:hover {
  font-weight: bold;
}

/* line 367, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.btn-group .positioning-show,
.btn-group .positioning-hide {
  cursor: pointer;
  background-color: #00a547;
  color: white;
  float: right;
  border-top-left-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #00a547;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 382, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.btn-group .positioning-show:hover,
.btn-group .positioning-hide:hover {
  background-color: #2a3b99;
  border-color: #2a3b99;
}

/* line 388, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.btn-group .positioning-show {
  opacity: 0.9;
}

/* line 391, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.btn-group .positioning-hide {
  opacity: 0.7;
}

@media (min-width: 1400px) {
  /* line 396, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
  .btn-group .group-expand-all,
  .btn-group .group-collapse-all {
    margin-left: 15px;
  }
}
/* Lists */
/* line 406, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
ul {
  margin-top: 0em;
  margin-bottom: 0.75em;
  padding-left: 1.2em;
}

/* line 411, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
ul.LIST-OTHER {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

/* line 416, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
ul.LIST-OTHER li {
  margin-left: 0;
  padding-left: 0;
}

/* line 421, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.content li {
  margin-top: 0em;
  margin-left: 7px;
}

/* Frame boxes for topiclists */
/* line 429, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame {
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  padding-left: 10px;
  padding-bottom: 2px;
  padding-top: 1px;
  padding-right: 10px;
  border-color: #eee !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 239, 239, 0.46)), to(#fff));
}

/* line 444, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame.posology {
  border-color: #888 !important;
}

/* line 447, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame.positioning {
  border-color: #00a547 !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px !important;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D0F0D0), to(#fff));
}

/* line 458, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame.positioning > div.text {
  margin-top: 10px;
  max-height: 300px;
  overflow-y: scroll;
}

/* line 464, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame.positioning .title {
  color: white;
}

/* line 468, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame .title {
  background-color: #eee;
  font-weight: bold;
  border-top-left-radius: 5px;
  padding: 0.05em 0.3em;
  width: 90%;
  margin: -0.9em 0 0.5em 0;
  z-index: 5;
}
/* line 477, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame .title a.topic-lst-info {
  color: #bbb;
}
/* line 479, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame .title a.topic-lst-info:link, .frame .title a.topic-lst-info:visited, .frame .title a.topic-lst-info:hover, .frame .title a.topic-lst-info:active {
  border: none;
}

/* line 484, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame.posology .title {
  background-color: #D0D0D0 !important;
}

/* line 487, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame.positioning .title {
  background-color: #00a547 !important;
}

/* line 491, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.frame ul {
  margin-bottom: 4px !important;
}

/* Paragraphs */
/* line 498, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
p {
  margin-top: 0.10em;
  margin-bottom: 0.50em;
}

/* line 503, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.collapse p {
  padding: 0 10px 1em;
}

/* Links */
/* line 510, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
a:not([href]),
a:not([href]):link,
a:not([href]):visited,
a:not([href]):hover,
a:not([href]):active {
  border: none !important;
  text-decoration: none !important;
  color: #222 !important;
}

/* line 520, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.content a:link
.link-list a:link,
p a:link,
h4 a:link,
ul.links a:link,
.popover a:link,
.article a:link,
.content a:visited,
.link-list a:visited,
p a:visited,
ul.links a:visited,
.popover a:visited,
.article a:visited {
  border: 1px dotted #ccc;
  border-width: 0 0 1px;
  text-decoration: none;
  color: forestgreen;
  cursor: pointer;
}

/* line 540, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
a > .hastext {
  color: #cac9d0;
}

/* line 544, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
a.jstree-clicked > .hastext, a:hover > .hastext {
  color: #fff;
}

/* Link context */
/* line 551, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
ul.context {
  margin: 0;
}
/* line 553, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
ul.context li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0px;
}

/* line 560, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
span.link-context {
  color: #00a547;
  font-size: 0.7em;
  margin-left: 0.3em;
  cursor: help;
}

/* External links */
/* line 570, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
span.ref {
  color: forestgreen;
  cursor: help;
}

/* line 575, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
a[href^="http://"]:not(.noicon):after,
a[href^="https://"]:not(.noicon):after,
a[href^="mailto:"]:not(.noicon):after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: " \f08e";
  text-decoration: none;
  opacity: 0.6;
}

/* line 585, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
a:link.nolink,
a:visited.nolink {
  color: #222;
  text-decoration: none;
}

/* line 591, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
a:hover.nolink,
a:active.nolink {
  color: white;
  text-decoration: none;
}

/* Buttons */
/* line 600, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.btn-tf, .btn-pvt, .btn-positioning {
  font-size: 1.1em;
  height: 36px;
}

/* line 605, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.btn-positioning,
.btn-positioning:hover,
.btn-positioning:visited,
.btn-positioning:active,
.btn-positioning:focus {
  background-color: #2a3b99 !important;
  color: white !important;
}

/* line 614, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.btn-tf, .btn-pvt {
  outline: 0 none !important;
  padding-left: 2px !important;
  padding-right: 10px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
/* line 615, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.btn-tf .text, .btn-pvt .text {
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

/* line 627, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.btn-tf:focus, .btn-tf:hover, .btn-tf:active,
.btn-pvt:focus, .btn-pvt:hover, .btn-pvt:active {
  outline: 0 none !important;
}

@media (max-width: 992px) {
  /* line 633, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
  .btn-tf, .btn-pvt {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
/* line 641, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.group.collapsed span.members {
  display: none;
}

/* Misc */
/* line 648, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
#switch, .switch {
  margin-bottom: 5px;
  text-align: right;
}

/* line 653, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
p.pos {
  margin: 0px;
  padding: 0px;
}

/* line 658, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.id {
  width: 100%;
  margin-top: -12px;
  border-bottom: 1px dashed #e9e9e9;
  color: #2a3b99;
}

/* line 665, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.ref-info {
  font-weight: normal !important;
  font-decoration: none !important;
  font-style: normal !important;
}

/* line 671, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.ref-info .info {
  max-height: 300px;
  overflow-y: auto;
}

/* line 676, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.pseudo-mps .collapse-mps {
  display: none;
}

/* line 681, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.pseudo-mps.mps-expanded .expand-mps {
  display: none;
}
/* line 684, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.pseudo-mps.mps-expanded .collapse-mps {
  display: inherit;
}

/* line 690, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.ggr-panel hr {
  margin: 1em 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 697, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.toggle-all-mp-grps {
  display: inline-block;
  padding-top: 1px;
  padding-left: 1px;
  margin-top: 15px;
  margin-left: -5px;
  margin-bottom: -5px;
  cursor: pointer;
  color: #8F8F8F;
}

/* line 713, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.toggle-all-mp-grps:hover {
  font-weight: bold;
}

/* line 719, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.toggle-all-mp-grps-toc {
  color: #8F8F8F;
}

/* line 726, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
div.content .collapse-all {
  display: none;
}

@media print {
  /* line 733, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
  .content .expandcompress, .content .id, .content .btn-rotated, .content .expand-all, .content .collapse-all, .content .expand-collapse-all, .content .positioning-show, .content .toggle-group, .content .toggle-all-mp-grps, .content .info-group,
  .content .expand-mps,
  .content .to-pvt, .content .to-mp, .content .skp_leaflet, .content .btn-group,
  .content .fa-location-arrow {
    display: none !important;
  }
  /* line 739, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
  .content .header {
    text-transform: uppercase;
  }
  /* line 742, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
  .content .name {
    text-transform: uppercase;
    font-weight: bold;
  }
  /* line 746, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
  .content .group, .content .TOPIC.LST {
    page-break-inside: avoid;
  }
}
/* line 754, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
#index_tree .title.BAPCOC::before {
  font-size: 16px;
  vertical-align: top;
}
/* line 758, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
#index_tree .title.BAPCOC {
  color: #2a3b99;
}

/* line 764, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.section.BAPCOC {
  background-color: #ecf0ff;
}
/* line 768, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.section.BAPCOC .header .title::before {
  left: -5px;
  padding-right: 5px;
  font-size: 65%;
  content: "BAPCOC";
}
/* line 775, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.section.BAPCOC .frame {
  max-width: 800px;
}
/* line 779, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.section.BAPCOC p, .section.BAPCOC ul {
  max-width: 800px;
}
/* line 783, /home/bcfi/repertorium/app/assets/stylesheets/repertorium.css.scss */
.section.BAPCOC .content {
  margin-bottom: 20px !important;
}
/* Buttons */
/* line 31, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.toggle-group {
  display: inline;
  margin-right: 20px;
  margin-left: 7px;
}
/* line 36, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.toggle-group .btn[data-view='mp'] {
  border-left-color: #7dafda;
  border-left-style: solid;
  border-left-width: 8px;
  height: 36px;
  letter-spacing: 0.05em;
}
/* line 41, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.toggle-group .btn[data-view='mp'] .text {
  vertical-align: top;
}
/* line 42, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.toggle-group .btn[data-view='mp'] i {
  color: #24557f;
}
/* line 45, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.toggle-group .btn[data-view='pvt'] {
  margin-left: 3px;
  border-left-color: #ffa500;
  border-left-style: solid;
  border-left-width: 8px;
  height: 36px;
  letter-spacing: 0.05em;
}
/* line 51, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.toggle-group .btn[data-view='pvt'] .text {
  vertical-align: top;
}
/* line 52, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.toggle-group .btn[data-view='pvt'] i {
  color: #b87700;
}
/* line 55, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.toggle-group .btn.positioning-show, div.classified-vmp-set-wrapper div.toggle-group .btn.positioning-hide {
  border-bottom-color: #228b22;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  margin-bottom: -3px;
  height: 36px;
  letter-spacing: 0.05em;
}
/* line 61, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.toggle-group .btn.positioning-show .text, div.classified-vmp-set-wrapper div.toggle-group .btn.positioning-hide .text {
  vertical-align: top;
}
/* line 62, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.toggle-group .btn.positioning-show i, div.classified-vmp-set-wrapper div.toggle-group .btn.positioning-hide i {
  color: #228b22;
}
/* line 70, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups[data-type='mp'] .name {
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #7dafda;
}
/* line 75, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups[data-type='pvt'] .name {
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #ffa500;
}
/* line 82, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group:not(.collapsed) {
  margin-bottom: 8px;
}
/* line 90, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group .name.mps {
  max-width: 700px;
}
/* line 92, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group .name.mps .infrsp {
  color: #d4d4d4;
}
/* line 96, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group .members .note, div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group .members .pos {
  opacity: 0.9;
}
/* line 99, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group .members .commnote {
  margin-left: 3px;
  opacity: 0.8;
  font-size: 0.7em;
}
/* line 104, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group .members .commnote.new {
  background-color: #FBFF85;
  border-radius: 4px;
  padding-left: 2px;
  padding-right: 2px;
}
/* line 110, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group .members table {
  margin-bottom: 5px;
}
/* line 116, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group .name,
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group .head {
  margin-top: 3px;
  padding: 2px;
}
/* line 122, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group .name {
  background-color: #555555;
  color: white;
  cursor: pointer;
  border-top-right-radius: 10px;
}
/* line 129, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group a.reset {
  filter: invert(100%);
  -webkit-filter: invert(100%);
  margin-left: 5px;
  display: none;
}
/* line 137, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group.collapsed .name {
  background-color: #8F8F8F;
}
/* line 140, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group.collapsed .name:hover,
div.classified-vmp-set-wrapper div.classified-vmp-set .groups .group.collapsed .name.highlight {
  background-color: #555555;
}
/* line 148, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.removals .removed-molecules-small {
  /*opacity: 0.3 !important;*/
  vertical-align: bottom;
  transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  margin-top: -2px;
}
/* line 157, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper div.removals .vmp {
  margin-left: 20px;
}
@media (max-width: 500px) {
  /* line 165, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
  div.classified-vmp-set-wrapper .group div.note, div.classified-vmp-set-wrapper .group div.pos {
    font-size: 0.75em;
  }
}
/* line 172, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.publinks span[class*='category-symbol'] {
  /*opacity: 0.3 !important;*/
  vertical-align: bottom;
  transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  margin-top: -2px;
}
/* line 182, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.publinks .fa-times {
  opacity: 0.3;
}
/* line 186, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.publinks div.publink {
  padding-left: 4px;
}
/* line 190, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.publinks .details {
  display: none;
}
/* line 194, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.publinks [class$=-category-symbol] {
  opacity: 0.7 !important;
}
/* line 198, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.publinks span.amp, div.classified-vmp-set-wrapper .group div.publinks span.ampp {
  text-decoration: line-through;
  cursor: pointer;
}
/* line 203, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.publinks p.vmp {
  margin-left: 20px;
}
/* line 211, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions div.body {
  display: none;
}
/* line 215, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions div[class*="mgroup"] {
  display: none;
  background-color: rgba(255, 255, 255, 0.4);
}
/* line 220, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions .interaction {
  cursor: pointer;
}
/* line 222, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions .interaction .interaction-desc {
  display: none;
  margin-top: 3px;
  margin-bottom: 3px;
}
/* line 227, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions .interaction span.dir-left::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f177";
  margin-right: 6px;
  margin-left: 6px;
}
/* line 233, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions .interaction .dir-right::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f178";
  margin-right: 6px;
  margin-left: 6px;
}
/* line 239, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions .interaction .dir-both::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0ec";
  margin-right: 6px;
  margin-left: 6px;
}
/* line 246, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions .interaction.hidden {
  display: none;
}
/* line 249, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions .interaction.collapsed-aggregator,
div.classified-vmp-set-wrapper .group div.interactions .interaction.collapsed-weight,
div.classified-vmp-set-wrapper .group div.interactions .aggregator.collapsed {
  display: none;
  opacity: 0.7;
}
/* line 255, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions .aggregator, div.classified-vmp-set-wrapper .group div.interactions .info-group-toggle-all {
  cursor: pointer;
}
/* line 258, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions .info-group-toggle-all {
  background: #e7e7e7;
}
/* line 261, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .group div.interactions .interaction:hover, div.classified-vmp-set-wrapper .group div.interactions .aggregator:hover, div.classified-vmp-set-wrapper .group div.interactions .toggle-all:hover {
  opacity: 1 !important;
}
/* line 270, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper table.group-table table {
  background-color: inherit !important;
}
/* line 271, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper table.group-table p {
  margin: 0;
}
/* line 272, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper table.group-table a {
  text-decoration: none;
  color: #222;
  outline: 0;
}
/* line 278, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper table.group-table tr.supply_problem td:not(.mpp) {
  opacity: 0.5;
}
/* line 280, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper table.group-table tr.supply_problem td.mpp a:not(.supply-problem, .derogations) {
  opacity: 0.5;
}
/* line 284, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper table.group-table tr.temp_end_commercialization td:not(.mpp) {
  opacity: 0.5;
}
/* line 286, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper table.group-table tr.temp_end_commercialization td.mpp a:not(.temp-end-commercialization, .derogations) {
  opacity: 0.5;
}
/* line 292, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .list-group {
  margin-bottom: 5px !important;
}
/* line 295, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .list-group .list-group-item {
  padding: 2px 10px 2px 10px !important;
}
/* line 302, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group.collapsed .info-group-title::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f103";
  float: right;
  margin-right: 5px;
}
/* line 311, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group.expanded .info-group-title::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f102";
  float: right;
  margin-right: 5px;
}
/* line 320, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .groups[data-type='mp'] .info-group {
  max-width: 700px;
}
/* line 326, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .groups[data-type='pvt'] .info-group {
  max-width: 100%;
}
/* line 331, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px;
  font-size: 0.9em;
}
/* line 333, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group .info-group-title {
  height: 24px;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d0d0;
  padding-left: 5px;
  padding-top: 2px;
}
/* line 342, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group .weight {
  float: right;
  opacity: 0.5;
}
/* line 352, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group a {
  border: none !important;
  color: #337ab7 !important;
}
/* line 357, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group .list-group {
  margin-left: 15px;
  background-color: rgba(255, 255, 255, 0.35);
}
/* line 361, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group .list-group-item {
  border: none;
}
@-webkit-keyframes color_change {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0.9;
  }
}
@keyframes color_change {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0.9;
  }
}
/* line 387, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group div.info-group-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #333;
  background-color: rgba(255, 255, 255, 0);
}
/* line 393, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group div.info-group-title.publinks::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0c1";
  margin-right: 6px;
  margin-left: 3px;
  color: gray;
}
/* line 401, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group div.info-group-title.removals::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f4ab";
  margin-right: 6px;
  margin-left: 3px;
  color: gray;
}
/* line 409, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group div.info-group-title.posol::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f2e5";
  margin-right: 6px;
  margin-left: 3px;
  color: gray;
}
/* line 417, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group div.info-group-title.int::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0ec";
  margin-right: 6px;
  margin-left: 3px;
  color: gray;
}
/* line 425, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group div.info-group-title.warning::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f071";
  margin-right: 5px;
  margin-left: 2px;
  width: 16px;
  -webkit-animation: color_change 0.5s infinite alternate;
  animation: color_change 0.5s infinite alternate;
}
/* line 440, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group.expanded .info-group-title:hover, div.classified-vmp-set-wrapper .info-group.collapsed .info-group-title:hover {
  border-color: #b7b7b7;
  background-color: #b7b7b755;
}
/* line 445, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.classified-vmp-set-wrapper .info-group.expanded .info-group-title {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Responsiveness MP/PVT tables */
/* line 455, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
span.expand-collapse {
  margin-left: 2px;
  margin-right: 8px;
  height: 22px;
}

/* line 461, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.mps span.expand-collapse {
  margin-top: 1px;
}

/* line 465, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.pvt-group .col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 470, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.vmpgroups span.expand-collapse {
  margin-top: 0px;
}

/* line 474, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
span.expand-collapse a {
  color: white !important;
  margin-right: 8px;
}

/* line 479, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
span.expand-collapse-all a {
  color: white !important;
  margin-right: 8px;
}

/* line 486, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
a .note {
  font-size: 0.8em;
}

/* line 490, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
div.pos, span.pos {
  color: #0b610b;
}

/* line 494, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.group table.borderless > tbody > tr > th, .group table.borderless > tbody > tr > td {
  border-top: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 500, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.group-table {
  line-height: 25px;
  min-height: 25px;
  height: 25px;
  margin-bottom: 0px;
  vertical-align: text-top;
}

/* PVT specific */
/* ------------ */
/* VOS & SWITCH */
/* line 518, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
span.novos {
  color: red;
  font-weight: normal;
  white-space: nowrap;
}

/* line 523, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
span.novos::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00d";
  margin-right: 2px;
  margin-left: 2px;
}

/* line 533, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
span.noswitch {
  color: #1c2163;
  font-weight: normal;
  white-space: nowrap;
}

/* line 538, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
span.noswitch::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f071";
  margin-right: 2px;
  margin-left: 2px;
}

/* line 548, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
span.cave {
  opacity: 0.85;
  color: #1c2163;
  font-weight: normal;
  white-space: nowrap;
}

/* line 554, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
span.cave::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f071";
  margin-right: 2px;
  margin-left: 2px;
}

/* Columns PVT table */
/* line 567, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups {
  max-width: 95%;
  min-width: 95%;
  margin-top: 0px !important;
}
/* line 573, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups td[class*='sorting'] {
  color: #228b22;
  font-weight: bold;
}
/* line 577, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups .copay-omnio,
table.vmpgroups .pupr-unit-price,
table.vmpgroups .reimb-unit-price {
  display: none;
}
/* line 584, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr th, table.vmpgroups tr td {
  padding-left: 0px !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  padding-right: 5px !important;
  line-height: 100% !important;
  height: 26px;
}
/* line 593, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr th.cont, table.vmpgroups tr th.price, table.vmpgroups tr th.index {
  text-align: right;
  padding-right: 18px !important;
}
/* line 598, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr td {
  vertical-align: middle !important;
}
/* line 602, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr td.switch, table.vmpgroups tr th.switch,
table.vmpgroups tr td.skp_leaflet, table.vmpgroups tr th.skp_leaflet,
table.vmpgroups tr td.economy, table.vmpgroups tr th.economy {
  padding-right: 0px !important;
  white-space: nowrap;
}
/* line 608, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr td.price,
table.vmpgroups tr td.cont,
table.vmpgroups tr td.law,
table.vmpgroups tr td.index {
  text-align: right;
  white-space: nowrap;
}
/* line 616, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr td.mp {
  padding-left: 4px !important;
}
/* line 618, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr td.mp i {
  color: #24557f;
}
/* line 621, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr td.mp a:hover {
  opacity: 0.8;
}
/* line 626, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr td.mpp {
  width: auto;
}
/* line 630, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr td.skp_leaflet {
  min-width: 30px;
}
/* line 632, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr td.skp_leaflet a:hover {
  opacity: 0.8;
}
/* line 637, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr td.price {
  font-size: 0.8em;
}
/* line 639, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr td.price table,
table.vmpgroups tr td.price table tr, table.vmpgroups tr td.price table td {
  padding: 0px !important;
  margin: 0px !important;
}
/* line 648, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups tr.focus {
  border-color: #7dafda;
}
/* line 652, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.vmpgroups thead.pvt-header {
  font-size: 0.8em;
  margin-top: -5px;
}

/* line 666, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.pvt-group .novos,
.pvt-group .noswitch,
.pvt-group .cave {
  background-color: #e8e8e8;
  padding: 1px 3px 0px 3px;
  border-radius: 4px;
  margin-right: 2px;
  margin-left: 5px;
}

/* line 679, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.groups table a:link:not(.btn),
.groups table a:visited:not(.btn),
.groups .name a:link:not(.btn),
.groups .name a:visited:not(.btn) {
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-color: transparent;
  color: #222;
  display: inline-block;
}

/* line 691, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.groups table a:hover:not(.btn),
.groups table a:active:not(.btn),
.groups table a:focus:not(.btn),
.groups .name a:hover:not(.btn),
.groups .name a:active:not(.btn),
.groups .name a:focus:not(.btn) {
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-color: transparent;
  color: #222;
}

/* line 708, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.group-table td.expand-collapse {
  text-align: right;
  color: #222;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}

/* line 717, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
td.price table {
  margin-bottom: 0px;
}

/* line 720, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.pupr, .hosppr {
  cursor: default;
}

/* line 724, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.hosppr span[data-toggle="tooltip"] {
  cursor: pointer;
  color: forestgreen;
  border-bottom-style: dotted;
  border-bottom-color: forestgreen;
  border-bottom-width: 1px;
}

/* line 732, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.group-table td.expand-collapse a:hover {
  color: #222;
}

/* line 736, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mp-table td.expand-collapse a {
  color: #222;
}

/* line 740, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
tr.mpp td {
  vertical-align: middle !important;
  padding-left: 1px;
  padding-right: 1px;
}

/* MP specific */
/* ----------- */
/* Responsiveness */
/* line 757, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps {
  max-width: 700px;
}
@media (max-width: 500px) {
  /* line 757, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
  table.mps {
    font-size: 0.75em;
  }
  /* line 763, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
  table.mps td.pr {
    width: 95px !important;
    text-align: right;
  }
  /* line 767, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
  table.mps td.pr-hosp {
    text-align: right;
  }
  /* line 770, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
  table.mps td.ssecr {
    width: 100px !important;
  }
}
/* line 777, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps tr td, table.mps tr th {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  vertical-align: middle !important;
}
/* line 787, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps .click_for_all_ing {
  color: #0b610b;
}
/* line 791, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps .show-ingredients {
  cursor: pointer;
}
/* line 795, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps table.ing-table {
  color: #0b610b;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 100%;
  min-width: 100% tr;
  min-width-line-height: 17px;
  min-width-min-height: 17px;
  min-width-height: 17px;
  min-width-margin-bottom: 0px;
  min-width-vertical-align: text-top;
}
/* line 811, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps table.ing-table a {
  color: #0b610b !important;
}
/* line 815, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps tr.focus {
  border-color: #ffa500;
}
/* line 818, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps tr.group {
  background-color: #71c671;
}
/* line 822, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps tr.ing {
  background-color: #eee;
}
/* line 826, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps tr.gal {
  background-color: #faf7f8;
}
/* line 830, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps tr.pp {
  background-color: #eee;
  color: #0b610b;
  font-weight: bold;
}
/* line 836, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.pvt {
  width: 18px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.9em;
}
/* line 841, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.pvt a {
  color: #b87700;
}
/* line 844, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.pvt a:hover {
  opacity: 0.8;
}
/* line 847, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.pvt .to-pvt {
  float: left;
  max-height: 25px;
}
/* line 852, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.skp_leaflet {
  width: 40px;
  white-space: nowrap;
  min-width: 30px;
}
/* line 857, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.skp_leaflet a:hover {
  opacity: 0.8;
}
/* line 861, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.mpp {
  white-space: nowrap;
  width: auto;
  height: 26px;
}
/* line 866, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.mpp .global_str .global_strength {
  font-weight: bold;
}
@media (max-width: 768px) {
  /* line 861, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
  table.mps td.mpp {
    height: 28px;
  }
}
/* line 874, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.law {
  width: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 879, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.ssecr {
  width: 80px;
}
/* line 882, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.ssecr a {
  line-height: inherit;
}
/* line 885, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.pr {
  width: 95px;
  text-align: right;
  font-size: 0.8em;
}
/* line 890, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.pr-hosp {
  width: 110px;
  text-align: right;
  font-size: 0.8em;
}
/* line 895, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps td.note {
  border-top: 0px !important;
}
/* line 899, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps .u,
table.mps .fu {
  margin-right: 5px;
}
/* line 904, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps table.ing-table tr, table.mps td {
  max-width: 700px;
}
/* line 907, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps div.note {
  max-width: 700px;
  word-wrap: break-word;
  margin-left: 5px;
}
/* line 912, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
table.mps div.pos {
  max-width: 700px;
  word-wrap: break-word;
  margin-left: 5px;
}

/* MP and PVT */
/* line 922, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
tr.cheapest {
  background-color: #dfffdf;
}

/* line 926, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
tr.focus {
  border-style: solid;
  border-width: 3px;
}

/* Popovers */
/* line 936, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.webui-popover {
  max-width: 600px;
  max-height: 300px;
}

/* line 941, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.webui-popover-content {
  background-color: #rgba 247, 247, 247, 0.4;
  max-width: 600px;
  max-height: 245px;
  color: #222;
}
/* line 946, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.webui-popover-content table {
  padding: 0;
  margin: 0;
  border-style: none;
  /* border-color: #f1f1f1 !important; */
}
/* line 951, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.webui-popover-content table tr {
  padding: 0 !important;
}
/* line 953, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.webui-popover-content table tr td {
  border-style: none;
  /* border-color: #f1f1f1 !important; */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
}

/* Misc */
/* line 968, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.right {
  float: right;
}

/* line 971, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.left {
  float: left;
}

/* line 975, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
progress {
  width: 16px;
  background: #fff;
  color: #a94442;
}

/* line 981, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
progress::-moz-progress-bar {
  background: #a94442;
}

/* line 983, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
progress::-webkit-progress-bar {
  background: #fff;
}

/* line 984, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
progress::-webkit-progress-value {
  background: #a94442;
}

/* line 986, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.show-all::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f204";
  margin-right: 5px;
}

/* line 991, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.hide-all::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f205";
  margin-right: 5px;
}

/* line 997, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
.groups > .info-group {
  padding-top: 15px !important;
  margin-left: -5px !important;
}

/* line 1002, /home/bcfi/repertorium/app/assets/stylesheets/repertorium_tables.css.scss */
td.citation_titles {
  width: 150px;
}
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  /* line 1, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
  #reimbursement {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 11, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .grayed {
  color: #666;
}
/* line 16, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .table.general td {
  width: 200px;
}
/* line 19, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .table.general td + td {
  width: auto;
}
/* line 26, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .table.reimbursement td {
  width: 230px;
}
/* line 29, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .table.reimbursement td + td {
  width: auto;
}
/* line 34, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement table {
  margin-bottom: 15px;
}
/* line 38, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .tab-pane {
  padding-top: 6px;
  padding-left: 15px;
}
/* line 43, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .section-header {
  font-size: 20px;
  font-weight: bold;
}
/* line 48, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .comment {
  color: #222;
  font-size: 90%;
  font-style: italic;
}
/* line 54, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .form {
  font-size: 90%;
}
/* line 58, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .lawtext {
  color: #222;
  font-size: 90%;
}
/* line 61, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .lawtext p {
  margin-top: 0px;
  margin-bottom: 7px;
}
/* line 65, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .lawtext p:empty {
  visibility: hidden;
}
/* line 69, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .lawtext .para-0 {
  margin-left: 0px;
  font-style: italic;
  display: none;
}
/* line 70, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .lawtext .para-1 {
  margin-left: 10px;
}
/* line 71, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .lawtext .para-2 {
  margin-left: 20px;
}
/* line 72, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .lawtext .para-3 {
  margin-left: 30px;
}
/* line 73, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .lawtext .para-4 {
  margin-left: 40px;
}
/* line 74, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .lawtext .para-5 {
  margin-left: 50px;
}
/* line 75, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .lawtext .para-6 {
  margin-left: 60px;
}
/* line 76, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement .lawtext .para-7 {
  margin-left: 70px;
}
/* line 79, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement tr.paragraph td {
  padding-left: 20px !important;
}
/* line 83, /home/bcfi/repertorium/app/assets/stylesheets/reimbursement.css.scss */
#reimbursement a.anchor {
  display: block;
  position: relative;
  top: -55px;
  visibility: hidden;
}
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
/* line 14, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}

/* line 22, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/* line 26, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bxslider {
  margin: 0;
  padding: 0;
}

/* line 30, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
ul.bxslider {
  list-style: none;
}

/* line 33, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
/* line 39, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper {
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

/* line 46, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 53, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/assets/bx_loader-6d46e2cf165a5a0584afba7bc9663da292ee08c97cfc7613de6013ed05be892a.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 64, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 72, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

/* line 84, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

/* line 89, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 95, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 100, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/assets/controls-257206c4fd6bcee36927eb0ef2ba087b5dfc6c9a18df7f8553878bf847616226.png) no-repeat 0 -32px;
}

/* line 104, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

/* line 108, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/assets/controls-257206c4fd6bcee36927eb0ef2ba087b5dfc6c9a18df7f8553878bf847616226.png) no-repeat -43px -32px;
}

/* line 112, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

/* line 116, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 126, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 130, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 133, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/assets/controls-257206c4fd6bcee36927eb0ef2ba087b5dfc6c9a18df7f8553878bf847616226.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 142, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

/* line 147, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/assets/controls-257206c4fd6bcee36927eb0ef2ba087b5dfc6c9a18df7f8553878bf847616226.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 156, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 162, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 166, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 171, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 179, /usr/local/rvm/gems/ruby-2.6.6/gems/bxslider-rails-4.2.5.1/vendor/assets/stylesheets/bxslider.css.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/bxslider_overrides.css.scss */
.bx-wrapper {
  margin: 0 auto 34px;
  min-height: 160px;
  width: 90%;
  max-width: 800px !important;
}

/* line 8, /home/bcfi/repertorium/app/assets/stylesheets/bxslider_overrides.css.scss */
.bx-next, .bx-prev {
  z-index: 20 !important;
}
/* line 11, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.table-wrapper {
  overflow-x: scroll;
}

/* line 26, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.startpage {
  margin-top: 5px;
}

/* line 30, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.update-info {
  font-size: 0.9em;
  opacity: 0.85;
  color: gray;
  margin-bottom: 12px;
}

/* line 37, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
#gow_bxslider {
  visibility: hidden;
}

/* line 58, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.folia-article-list {
  padding: 0px !important;
}

/* line 62, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.folia-article-list .month-header-large,
.folia-article-list .orphan-header-large, .article-list .month-header-large,
.article-list .orphan-header-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  width: 100%;
}

/* line 72, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list {
  padding: 5px 5px 5px 5px;
}
/* line 74, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .item,
.article-list .archive {
  padding: 5px 5px 5px 0px;
  cursor: pointer;
}
/* line 80, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .archive {
  color: #555;
}
/* line 84, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .disabled-item {
  padding: 7px 7px 7px 7px;
  color: gray;
}
/* line 89, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .title {
  font-size: 1em;
}
/* line 92, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .title.temporary {
  opacity: 0.85;
}
/* line 96, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .title {
  font-size: 18px;
  color: #333;
  /*#2a3b99;*/
  line-height: 1.25em;
}
/* line 101, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .title .name:hover {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #858585;
}
/* line 108, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .folia-number {
  margin-bottom: 10px;
}
/* line 112, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .tag:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f02c";
  margin-right: 5px;
}
/* line 119, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .date {
  margin-left: 8px;
  opacity: 0.85;
  font-size: 0.7em;
  color: gray !important;
  white-space: nowrap;
}
/* line 127, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .month, .article-list .month-header {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 0.9em;
  color: gray;
  padding: 2px 7px 2px 3px;
}
/* line 136, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .month-header {
  color: forestgreen;
}
/* line 141, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .category {
  color: forestgreen;
  font-weight: bold;
  opacity: 0.85;
  margin-top: 2px;
  margin-left: 10px;
  font-size: 0.85em;
  padding: 2px 7px 2px 3px;
}
/* line 151, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article-list .summary {
  padding-left: 15px;
  font-weight: normal;
  color: #666;
  font-size: 16px;
}

@media (min-width: 992px) {
  /* line 164, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .article-list {
    margin-left: 5px;
  }
  /* line 166, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .article-list .item.indent {
    margin-left: 10px;
  }
  /* line 169, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .article-list .item, .article-list .archive {
    margin-left: 5px;
  }
}
/* line 177, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article,
.folia_old .article,
.bxslider .article {
  padding: 7px 7px 7px 7px;
}
/* line 183, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article p,
.folia_old .article p,
.bxslider .article p {
  margin-top: 5px;
  margin-bottom: 15px;
}
/* line 188, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article a[name], .gow_old .article a[name]:hover, .gow_old .article a[name]:active,
.folia_old .article a[name],
.folia_old .article a[name]:hover,
.folia_old .article a[name]:active,
.bxslider .article a[name],
.bxslider .article a[name]:hover,
.bxslider .article a[name]:active {
  text-decoration: none;
  color: inherit;
  margin-left: 0px;
}
/* line 193, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article table:not([width='100%']),
.folia_old .article table:not([width='100%']),
.bxslider .article table:not([width='100%']) {
  border-width: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 95%;
}
/* line 200, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article table:not([width='100%']) tbody tr:nth-child(odd),
.folia_old .article table:not([width='100%']) tbody tr:nth-child(odd),
.bxslider .article table:not([width='100%']) tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}
/* line 203, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article table:not([width='100%']) tbody tr:nth-child(even),
.folia_old .article table:not([width='100%']) tbody tr:nth-child(even),
.bxslider .article table:not([width='100%']) tbody tr:nth-child(even) {
  background-color: #ffffff;
}
/* line 207, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article table:not([width='100%']) tbody tr td,
.folia_old .article table:not([width='100%']) tbody tr td,
.bxslider .article table:not([width='100%']) tbody tr td {
  background-color: transparent;
  padding-left: 10px !important;
  padding-right: 10px !important;
  vertical-align: top;
}
/* line 212, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article table:not([width='100%']) tbody tr td p,
.folia_old .article table:not([width='100%']) tbody tr td p,
.bxslider .article table:not([width='100%']) tbody tr td p {
  margin: 0px;
}
/* line 216, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article table:not([width='100%']) td.abstract,
.folia_old .article table:not([width='100%']) td.abstract,
.bxslider .article table:not([width='100%']) td.abstract {
  padding: 5px 15px 5px 15px !important;
  background-color: #bedfff;
}
/* line 220, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article table:not([width='100%']) td ul,
.folia_old .article table:not([width='100%']) td ul,
.bxslider .article table:not([width='100%']) td ul {
  margin-bottom: 0px;
}
/* line 224, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article table[width='100%'],
.folia_old .article table[width='100%'],
.bxslider .article table[width='100%'] {
  min-width: 0px;
  max-width: none;
  margin: 0;
  padding: 0;
  border-width: 0 !important;
}
/* line 230, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article table[width='100%'] tr, .gow_old .article table[width='100%'] td,
.folia_old .article table[width='100%'] tr,
.folia_old .article table[width='100%'] td,
.bxslider .article table[width='100%'] tr,
.bxslider .article table[width='100%'] td {
  border-width: 0 !important;
  padding: 0px !important;
}
/* line 233, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article table[width='100%'] tr p.tekst, .gow_old .article table[width='100%'] td p.tekst,
.folia_old .article table[width='100%'] tr p.tekst,
.folia_old .article table[width='100%'] td p.tekst,
.bxslider .article table[width='100%'] tr p.tekst,
.bxslider .article table[width='100%'] td p.tekst {
  margin-bottom: 10px;
}
/* line 239, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article h1, .gow_old .article .title,
.folia_old .article h1,
.folia_old .article .title,
.bxslider .article h1,
.bxslider .article .title {
  font-weight: bold;
  font-size: 20px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
  line-height: 1.25em;
}
/* line 249, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article .folia-referentie-titel,
.folia_old .article .folia-referentie-titel,
.bxslider .article .folia-referentie-titel {
  padding-top: 30px;
  opacity: 0.9;
}
/* line 254, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article h2,
.folia_old .article h2,
.bxslider .article h2 {
  font-weight: 600;
  color: #52a800;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 16px;
  margin-left: 0px;
  display: block;
  line-height: 1.25em;
}
/* line 263, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article h2 a[name],
.folia_old .article h2 a[name],
.bxslider .article h2 a[name] {
  color: #52a800 !important;
}
/* line 266, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article h3,
.folia_old .article h3,
.bxslider .article h3 {
  color: #52a800;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
  margin-left: 0px;
  display: block;
  line-height: 1.25em;
}
/* line 274, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article h3 a[name],
.folia_old .article h3 a[name],
.bxslider .article h3 a[name] {
  color: #52a800 !important;
}
/* line 277, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article h4,
.folia_old .article h4,
.bxslider .article h4 {
  color: #52a800;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0px;
  display: block;
  line-height: 1.25em;
}
/* line 285, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article h4 a[name],
.folia_old .article h4 a[name],
.bxslider .article h4 a[name] {
  color: #52a800 !important;
}
/* line 288, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article .tag,
.folia_old .article .tag,
.bxslider .article .tag {
  margin-left: 15px;
  opacity: 0.85;
}
/* line 292, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article .tag:before,
.folia_old .article .tag:before,
.bxslider .article .tag:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f02c";
}
/* line 300, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article .versions,
.folia_old .article .versions,
.bxslider .article .versions {
  float: right;
  margin-left: 15px;
  opacity: 0.85;
  font-size: 0.8em;
}
/* line 306, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article .versions a,
.folia_old .article .versions a,
.bxslider .article .versions a {
  border-bottom: none !important;
}
/* line 311, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article .date,
.folia_old .article .date,
.bxslider .article .date {
  opacity: 0.85;
  font-size: 0.7em;
  font-weight: normal;
  color: gray !important;
  white-space: nowrap;
}
/* line 320, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article td.abstract_titel b,
.folia_old .article td.abstract_titel b,
.bxslider .article td.abstract_titel b {
  display: none;
}
/* line 324, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.gow_old .article .anchor,
.folia_old .article .anchor,
.bxslider .article .anchor {
  display: block;
  height: 55px;
  margin-top: -105px;
  visibility: hidden;
  z-index: -1;
  position: absolute;
}

@media (min-width: 992px) {
  /* line 339, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .folia_old .article .year, .gow_old .article .year {
    margin-left: 40px;
  }
  /* line 340, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .folia_old .article h1, .folia_old .article .title, .gow_old .article h1, .gow_old .article .title {
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  /* line 345, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .folia_old .article h2, .gow_old .article h2 {
    margin-left: 40px;
  }
  /* line 346, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .folia_old .article h3, .gow_old .article h3 {
    margin-left: 40px;
  }
  /* line 347, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .folia_old .article h4, .gow_old .article h4 {
    margin-left: 0px;
  }
}
/* line 354, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.selection .article .title {
  font-weight: bold;
}

/* line 358, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article.clickable {
  cursor: pointer;
}

/* line 362, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article:not(.short) .body {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1em;
}
@media (max-width: 430px) {
  /* line 362, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .article:not(.short) .body {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 373, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article.short .body {
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 10px;
  font-size: 1em;
}

/* line 380, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article.full:not(.short) .body {
  font-size: 1em;
}

/* line 384, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.title.category-job_offer {
  color: #962c2c;
  background-color: rgba(255, 0, 0, 0.18);
}

/* line 389, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.title.category-user_input {
  color: #962c2c;
  background-color: rgba(255, 0, 0, 0.18);
}

/* line 394, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article.focus .title {
  border-left: 1px solid #e7e7e7;
  border-radius: 4px;
  font-weight: bold;
}

/* line 400, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article.inline {
  width: 80%;
  margin: 0 auto;
}
/* line 403, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article.inline .body {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 407, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article.inline .body table, .article.inline .body p, .article.inline .body hr, .article.inline .body ul, .article.inline .body ol {
  display: none;
}
/* line 411, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.article.inline .body div.abstract table, .article.inline .body div.abstract p, .article.inline .body div.abstract hr, .article.inline .body div.abstract ul, .article.inline .body div.abstract ol {
  display: block;
}

/* line 418, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.row.selection {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  background-color: #f8f8f8;
  border-color: #eee !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#fff));
}

/* line 432, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
div.ggr-panel {
  background-color: #c9eec9;
  border-color: #c9eec9 !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9eec9), to(#fff));
  padding: 0px;
}
/* line 442, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
div.ggr-panel .header {
  font-size: 18px;
}
/* line 444, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
div.ggr-panel .header a, div.ggr-panel .header a:hover, div.ggr-panel .header a:active, div.ggr-panel .header a:visited {
  text-decoration: none !important;
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
/* line 459, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
div.ggr-panel .header a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

/* line 467, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.message {
  font-size: 1em;
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* line 481, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia {
  border-radius: 0 0px 0px 0;
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  background-color: #fff;
}
@media (max-width: 1280px) {
  /* line 481, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  /* line 481, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: 125px;
  }
}
@media print {
  /* line 481, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia {
    display: none;
  }
}
/* line 501, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-select-open {
  z-index: 1050;
}
/* line 505, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .toggle-folia {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  z-index: 1060;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #2a3b99 !important;
}
/* line 517, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .toggle-folia i {
  color: white;
}
/* line 520, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .toggle-folia .fa-calendar:before {
  content: "\f133";
}
@media (min-width: 431px) {
  /* line 505, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .toggle-folia {
    display: none;
  }
}
/* line 527, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .toggle-folia.is-closed {
  background-color: white !important;
}
/* line 530, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .toggle-folia.is-closed i {
  color: #2a3b99;
}
/* line 533, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .toggle-folia.is-closed .fa-calendar:before {
  content: "\f00d";
}
/* line 537, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .folia-bar-wrapper {
  width: auto;
  float: left;
  background-color: #00a547 !important;
  padding: 10px 20px 10px 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 1280px) {
  /* line 537, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .folia-bar-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    border-radius: 0 0 0 0;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (max-width: 430px) {
  /* line 537, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .folia-bar-wrapper {
    border-radius: 0 0 40px 40px;
    margin-bottom: -1px;
  }
}
@media print {
  /* line 537, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .folia-bar-wrapper {
    display: none;
  }
}
/* line 560, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .folia-bar-wrapper .folia-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
/* line 564, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .folia-bar-wrapper .folia-logo .text-logo-folia {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  margin-left: 10px;
}
/* line 572, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .folia-bar-wrapper .pharmacotherapeutica-text {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
/* line 578, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-select.wrapper-select-open {
  display: -webkit-box;
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-bottom: 60px;
  padding-top: 40px;
  border-radius: 40px 40px 0 0;
  background-color: #2a3b99;
}
/* line 589, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-select {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
  background-color: white;
}
@media (max-width: 1280px) {
  /* line 589, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .wrapper-select {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 430px) {
  /* line 589, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .wrapper-select {
    display: none;
  }
}
/* line 601, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-select .wrapper-date {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  width: 80%;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media print {
  /* line 601, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .wrapper-select .wrapper-date {
    display: none;
  }
}
@media (max-width: 1280px) {
  /* line 601, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .wrapper-select .wrapper-date {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 430px) {
  /* line 601, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .wrapper-select .wrapper-date {
    width: 100%;
  }
}
/* line 622, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-select .wrapper-date .tab-year {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  flex-wrap: wrap;
  padding: 5px;
}
@media (max-width: 1280px) {
  /* line 622, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .wrapper-select .wrapper-date .tab-year {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
@media print {
  /* line 622, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .wrapper-select .wrapper-date .tab-year {
    display: none;
  }
}
/* line 639, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-select .wrapper-date .tab-year a {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 30px;
  white-space: nowrap;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  align-self: center;
  border-radius: 10px !important;
  background-color: #eee;
  margin: 2.5px;
}
/* line 650, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-select .wrapper-date .tab-year .list-group-item.active {
  background-color: #2a3b99 !important;
}
/* line 656, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-right {
  display: -webkit-box;
  display: flex;
  background-color: #2a3b99;
  color: #fff;
  float: right;
  padding: 10px;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 1280px) {
  /* line 656, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .wrapper-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    border-radius: 0 0 40px 40px;
  }
}
@media (max-width: 430px) {
  /* line 656, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .wrapper-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
/* line 675, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-right span {
  white-space: nowrap;
}
/* line 678, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-right a {
  display: -webkit-inline-box;
  display: inline-flex;
  white-space: nowrap;
  border-radius: 10px !important;
  padding: 0px 10px !important;
  background-color: #eee;
  margin-bottom: 5px;
}
/* line 686, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-right .tab-months {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
  overflow-x: auto;
  width: 100%;
  flex-wrap: wrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
  border-right: 2px dotted #fff;
}
@media (max-width: 430px) {
  /* line 686, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .wrapper-right .tab-months {
    border-right: none;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
/* line 700, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-right .tab-months a {
  height: 25px;
  display: -webkit-inline-box;
  display: inline-flex;
  align-content: center;
  align-self: center;
  white-space: nowrap;
  border-radius: 10px !important;
  color: green;
  background-color: #eee;
  margin-left: 5px;
  font-weight: 600;
}
/* line 711, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .wrapper-right .tab-months a.active-month {
  background-color: #00a547;
  color: #fff;
}
/* line 718, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .tab-fonction {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  width: auto;
}
@media (max-width: 430px) {
  /* line 718, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .tab-fonction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
  }
}
/* line 729, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .tab-fonction .densel,
.header-folia .tab-fonction .nursel {
  margin-top: 10px;
  padding-left: 10px;
}
/* line 735, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .tab-fonction .container-densel,
.header-folia .tab-fonction .container-nursel {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 1280px) {
  /* line 735, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .tab-fonction .container-densel,
  .header-folia .tab-fonction .container-nursel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (max-width: 992px) {
  /* line 735, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .tab-fonction .container-densel,
  .header-folia .tab-fonction .container-nursel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 430px) {
  /* line 735, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-folia .tab-fonction .container-densel,
  .header-folia .tab-fonction .container-nursel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
/* line 748, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-folia .tab-fonction .container-densel a,
.header-folia .tab-fonction .container-nursel a {
  margin-right: 10px;
}

/* line 755, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.head-densel,
.head-nursel {
  background-color: #2a3b99 !important;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

/* line 766, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.header-show {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media (max-width: 430px) {
  /* line 766, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .header-show {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

/* line 779, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.folia-abo-link {
  -webkit-box-flex: 0;
          flex: none;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #f1f1f1;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px 10px;
}
@media (max-width: 430px) {
  /* line 779, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .folia-abo-link {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
/* line 792, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.folia-abo-link a {
  color: #2a3b99;
}
/* line 795, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.folia-abo-link i {
  color: #2a3b99;
  font-size: medium;
}
/* line 799, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.folia-abo-link a::after {
  display: none;
}
@media print {
  /* line 779, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .folia-abo-link {
    display: none;
    margin-top: -20px;
  }
}

/* line 808, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
#year-toc-options {
  margin: 0px 5px 5px 5px;
}

/* line 813, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 817, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.click_for_full_version {
  font-size: 0.8em;
  opacity: 0.8;
}

/* line 822, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
div.references {
  font-size: 0.8em;
}

/* line 827, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
a.expander.collapsed:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f138";
  margin-right: 5px;
}

/* line 837, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
a.expander.expanded:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f13a";
  margin-right: 5px;
}

/* line 846, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.detailed-content {
  display: none;
  padding: 5px;
  background-color: #f8f8f8;
  margin-bottom: 7px;
  border-style: dotted;
  border-color: #ccc;
  border-width: 1px;
}

/* line 856, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
a.expander {
  font-size: 0.8em;
  border-bottom: none !important;
  margin-bottom: 5px !important;
}

/* line 862, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
div.p {
  margin-bottom: 5px;
}

/* line 867, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
.col-fixed-folia-toc {
  width: 240px;
  position: fixed;
  height: 100%;
}

@media (min-width: 992px) {
  /* line 876, /home/bcfi/repertorium/app/assets/stylesheets/folia_gow.css.scss */
  .col-offset-folia-toc {
    padding-left: 240px !important;
  }
}
@charset "UTF-8";
/* line 10, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.hidden {
  display: none;
}

/* line 14, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.short-summary {
  display: none;
}

/* line 20, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
#folia-content-wrapper a[href], #folia-content-wrapper .folia-referentie-link, #gow-content-wrapper a[href], #gow-content-wrapper .folia-referentie-link, #sam-portal-news-wrapper a[href], #sam-portal-news-wrapper .folia-referentie-link {
  border-bottom: none !important;
}
@media screen {
  /* line 20, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  #folia-content-wrapper a[href], #folia-content-wrapper .folia-referentie-link, #gow-content-wrapper a[href], #gow-content-wrapper .folia-referentie-link, #sam-portal-news-wrapper a[href], #sam-portal-news-wrapper .folia-referentie-link {
    color: #2a3b99 !important;
  }
}
@media print {
  /* line 20, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  #folia-content-wrapper a[href], #folia-content-wrapper .folia-referentie-link, #gow-content-wrapper a[href], #gow-content-wrapper .folia-referentie-link, #sam-portal-news-wrapper a[href], #sam-portal-news-wrapper .folia-referentie-link {
    color: #555 !important;
  }
}
/* line 30, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
#folia-content-wrapper a::after, #folia-content-wrapper .folia-referentie-link::after, #folia-content-wrapper .folia-abo-link a[href^="https://"]:not(.noicon):after, #gow-content-wrapper a::after, #gow-content-wrapper .folia-referentie-link::after, #gow-content-wrapper .folia-abo-link a[href^="https://"]:not(.noicon):after, #sam-portal-news-wrapper a::after, #sam-portal-news-wrapper .folia-referentie-link::after, #sam-portal-news-wrapper .folia-abo-link a[href^="https://"]:not(.noicon):after {
  content: "";
}
/* line 34, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
#folia-content-wrapper div.pdf-link, #gow-content-wrapper div.pdf-link, #sam-portal-news-wrapper div.pdf-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  /* line 34, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  #folia-content-wrapper div.pdf-link, #gow-content-wrapper div.pdf-link, #sam-portal-news-wrapper div.pdf-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (max-width: 992px) {
  /* line 34, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  #folia-content-wrapper div.pdf-link, #gow-content-wrapper div.pdf-link, #sam-portal-news-wrapper div.pdf-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (max-width: 430px) {
  /* line 34, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  #folia-content-wrapper div.pdf-link, #gow-content-wrapper div.pdf-link, #sam-portal-news-wrapper div.pdf-link {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 5px;
    width: 100%;
  }
}
@media print {
  /* line 34, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  #folia-content-wrapper div.pdf-link, #gow-content-wrapper div.pdf-link, #sam-portal-news-wrapper div.pdf-link {
    display: none;
  }
}
/* line 54, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
#folia-content-wrapper div.pdf-link a, #gow-content-wrapper div.pdf-link a, #sam-portal-news-wrapper div.pdf-link a {
  word-break: auto-phrase;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 0.6em;
  border-bottom: none !important;
  padding: 2.5px 10px;
  margin-left: 10px;
}
@media (max-width: 430px) {
  /* line 54, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  #folia-content-wrapper div.pdf-link a, #gow-content-wrapper div.pdf-link a, #sam-portal-news-wrapper div.pdf-link a {
    display: inline-block;
    margin-left: 0px;
    margin-top: 5px;
    width: 100%;
  }
}
/* line 70, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
#folia-content-wrapper div.pdf-link a:before, #gow-content-wrapper div.pdf-link a:before, #sam-portal-news-wrapper div.pdf-link a:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f1c1";
  color: red;
  margin-right: 5px;
}
/* line 78, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
#folia-content-wrapper div.pdf-link i, #gow-content-wrapper div.pdf-link i, #sam-portal-news-wrapper div.pdf-link i {
  color: red;
}
@media print {
  /* line 84, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  #folia-content-wrapper div.colofon, #gow-content-wrapper div.colofon, #sam-portal-news-wrapper div.colofon {
    zoom: 0.9;
    -moz-transform: scale(0.9);
    background-color: #efefef !important;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    page-break-inside: avoid;
  }
}

@media print {
  /* line 98, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  div.sidebar-left {
    display: none;
  }

  /* line 99, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  #colofon {
    page-break-inside: avoid;
  }

  /* line 100, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .avoid-page-break {
    page-break-inside: avoid;
  }

  /* line 101, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .new-page {
    page-break-before: always;
  }
}
/* line 104, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia, .gow, .sam-portal-news-message, #colofon {
  font-family: "PT Sans",helvetica,sans-serif;
  background-color: #fff;
  font-size: 1em;
}
/* line 111, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .year, .gow .article .year, .sam-portal-news-message .article .year, #colofon .article .year {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 117, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .folia-abo-link, .gow .article .folia-abo-link, .sam-portal-news-message .article .folia-abo-link, #colofon .article .folia-abo-link {
  position: absolute;
}
@media print {
  /* line 117, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .folia-abo-link, .gow .article .folia-abo-link, .sam-portal-news-message .article .folia-abo-link, #colofon .article .folia-abo-link {
    display: none;
    margin-top: -20px;
  }
}
/* line 125, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article p, .gow .article p, .sam-portal-news-message .article p, #colofon .article p {
  margin-top: 5px;
  margin-bottom: 15px;
}
/* line 130, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article div.detailed-content, .gow .article div.detailed-content, .sam-portal-news-message .article div.detailed-content, #colofon .article div.detailed-content {
  margin-top: 0px;
  border-radius: 10px;
}
/* line 135, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article blockquote, .gow .article blockquote, .sam-portal-news-message .article blockquote, #colofon .article blockquote {
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media print {
  /* line 142, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .hide-extra-text, .gow .article .hide-extra-text, .sam-portal-news-message .article .hide-extra-text, #colofon .article .hide-extra-text {
    display: none;
  }
  /* line 145, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .id, .gow .article .id, .sam-portal-news-message .article .id, #colofon .article .id {
    display: none;
  }
}
/* line 150, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article h1, .folia .article .folia-artikel-titel1, .folia .article .title, .gow .article h1, .gow .article .folia-artikel-titel1, .gow .article .title, .sam-portal-news-message .article h1, .sam-portal-news-message .article .folia-artikel-titel1, .sam-portal-news-message .article .title, #colofon .article h1, #colofon .article .folia-artikel-titel1, #colofon .article .title {
  page-break-after: avoid;
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
  line-height: 1.25em;
}
/* line 161, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article h2.folia-referentie-titel, .gow .article h2.folia-referentie-titel, .sam-portal-news-message .article h2.folia-referentie-titel, #colofon .article h2.folia-referentie-titel {
  page-break-after: avoid;
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  padding-top: 30px;
  break-after: avoid;
}
@media screen {
  /* line 161, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article h2.folia-referentie-titel, .gow .article h2.folia-referentie-titel, .sam-portal-news-message .article h2.folia-referentie-titel, #colofon .article h2.folia-referentie-titel {
    opacity: 0.90;
  }
}
/* line 171, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article h2, .folia .article .folia-artikel-titel2, .gow .article h2, .gow .article .folia-artikel-titel2, .sam-portal-news-message .article h2, .sam-portal-news-message .article .folia-artikel-titel2, #colofon .article h2, #colofon .article .folia-artikel-titel2 {
  page-break-after: avoid;
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  font-weight: 600;
  color: forestgreen;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 20px;
  display: block;
  line-height: 1.25em;
}
/* line 183, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article h3, .folia .article .folia-artikel-titel3, .gow .article h3, .gow .article .folia-artikel-titel3, .sam-portal-news-message .article h3, .sam-portal-news-message .article .folia-artikel-titel3, #colofon .article h3, #colofon .article .folia-artikel-titel3 {
  page-break-after: avoid;
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 6px;
  display: block;
  line-height: 1.25em;
}
@media screen {
  /* line 183, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article h3, .folia .article .folia-artikel-titel3, .gow .article h3, .gow .article .folia-artikel-titel3, .sam-portal-news-message .article h3, .sam-portal-news-message .article .folia-artikel-titel3, #colofon .article h3, #colofon .article .folia-artikel-titel3 {
    opacity: 0.75;
  }
}
@media print {
  /* line 183, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article h3, .folia .article .folia-artikel-titel3, .gow .article h3, .gow .article .folia-artikel-titel3, .sam-portal-news-message .article h3, .sam-portal-news-message .article .folia-artikel-titel3, #colofon .article h3, #colofon .article .folia-artikel-titel3 {
    color: #666 !important;
  }
}
/* line 201, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article h4, .folia .article .folia-artikel-titel4, .gow .article h4, .gow .article .folia-artikel-titel4, .sam-portal-news-message .article h4, .sam-portal-news-message .article .folia-artikel-titel4, #colofon .article h4, #colofon .article .folia-artikel-titel4 {
  page-break-after: avoid;
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-top: 6px;
  margin-bottom: 10px;
}
@media screen {
  /* line 201, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article h4, .folia .article .folia-artikel-titel4, .gow .article h4, .gow .article .folia-artikel-titel4, .sam-portal-news-message .article h4, .sam-portal-news-message .article .folia-artikel-titel4, #colofon .article h4, #colofon .article .folia-artikel-titel4 {
    opacity: 0.75;
  }
}
@media print {
  /* line 201, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article h4, .folia .article .folia-artikel-titel4, .gow .article h4, .gow .article .folia-artikel-titel4, .sam-portal-news-message .article h4, .sam-portal-news-message .article .folia-artikel-titel4, #colofon .article h4, #colofon .article .folia-artikel-titel4 {
    color: #666 !important;
  }
}
/* line 217, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article a[name], .folia .article .anchor, .gow .article a[name], .gow .article .anchor, .sam-portal-news-message .article a[name], .sam-portal-news-message .article .anchor, #colofon .article a[name], #colofon .article .anchor {
  display: block;
  height: 55px;
  margin-top: -125px;
  visibility: hidden;
  z-index: -1;
  position: absolute;
}
/* line 226, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .section-summary, .gow .article .section-summary, .sam-portal-news-message .article .section-summary, #colofon .article .section-summary {
  display: inline-block;
}
/* line 230, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .date, .gow .article .date, .sam-portal-news-message .article .date, #colofon .article .date {
  opacity: 0.85;
  font-size: 0.7em;
  font-weight: normal;
  color: gray !important;
  white-space: nowrap;
}
/* line 238, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article div.summary, .folia .article table.summary, .gow .article div.summary, .gow .article table.summary, .sam-portal-news-message .article div.summary, .sam-portal-news-message .article table.summary, #colofon .article div.summary, #colofon .article table.summary {
  margin-bottom: 15px;
}
@media screen {
  /* line 242, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .section-summary, .gow .article .section-summary, .sam-portal-news-message .article .section-summary, #colofon .article .section-summary {
    background-color: #FFF9C2;
  }
}
@media print {
  /* line 242, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .section-summary, .gow .article .section-summary, .sam-portal-news-message .article .section-summary, #colofon .article .section-summary {
    background-color: #bedfff !important;
  }
}
@media screen {
  /* line 250, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article div.summary, .folia .article table.summary, .gow .article div.summary, .gow .article table.summary, .sam-portal-news-message .article div.summary, .sam-portal-news-message .article table.summary, #colofon .article div.summary, #colofon .article table.summary {
    margin-top: 10px;
    background-color: #bedfff;
    padding: 10px;
    border-radius: 10px;
  }
}
@media print {
  /* line 250, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article div.summary, .folia .article table.summary, .gow .article div.summary, .gow .article table.summary, .sam-portal-news-message .article div.summary, .sam-portal-news-message .article table.summary, #colofon .article div.summary, #colofon .article table.summary {
    background-color: #bedfff !important;
    border-radius: 10px;
  }
}
/* line 263, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article div.summary, .folia .article table.summary, .folia .article .section-summary, .gow .article div.summary, .gow .article table.summary, .gow .article .section-summary, .sam-portal-news-message .article div.summary, .sam-portal-news-message .article table.summary, .sam-portal-news-message .article .section-summary, #colofon .article div.summary, #colofon .article table.summary, #colofon .article .section-summary {
  margin-left: -20px;
  padding: 4px 20px 4px 20px !important;
  width: 100%;
}
@media (max-width: 430px) {
  /* line 263, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article div.summary, .folia .article table.summary, .folia .article .section-summary, .gow .article div.summary, .gow .article table.summary, .gow .article .section-summary, .sam-portal-news-message .article div.summary, .sam-portal-news-message .article table.summary, .sam-portal-news-message .article .section-summary, #colofon .article div.summary, #colofon .article table.summary, #colofon .article .section-summary {
    margin-left: 0px;
  }
}
/* line 272, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article div.summary tr td, .folia .article table.summary tr td, .folia .article .section-summary tr td, .gow .article div.summary tr td, .gow .article table.summary tr td, .gow .article .section-summary tr td, .sam-portal-news-message .article div.summary tr td, .sam-portal-news-message .article table.summary tr td, .sam-portal-news-message .article .section-summary tr td, #colofon .article div.summary tr td, #colofon .article table.summary tr td, #colofon .article .section-summary tr td {
  background-color: #bedfff;
  border: none !important;
  padding: 4px 20px 4px 20px !important;
}
/* line 277, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article div.summary tr td p, .folia .article table.summary tr td p, .folia .article .section-summary tr td p, .gow .article div.summary tr td p, .gow .article table.summary tr td p, .gow .article .section-summary tr td p, .sam-portal-news-message .article div.summary tr td p, .sam-portal-news-message .article table.summary tr td p, .sam-portal-news-message .article .section-summary tr td p, #colofon .article div.summary tr td p, #colofon .article table.summary tr td p, #colofon .article .section-summary tr td p {
  margin-bottom: 0;
}
/* line 282, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article div.summary .title, .folia .article table.summary .title, .folia .article .section-summary .title, .gow .article div.summary .title, .gow .article table.summary .title, .gow .article .section-summary .title, .sam-portal-news-message .article div.summary .title, .sam-portal-news-message .article table.summary .title, .sam-portal-news-message .article .section-summary .title, #colofon .article div.summary .title, #colofon .article table.summary .title, #colofon .article .section-summary .title {
  margin-left: -10px;
  font-weight: bold;
  font-size: 1em;
  color: forestgreen;
}
/* line 291, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article table:not(.summary), .gow .article table:not(.summary), .sam-portal-news-message .article table:not(.summary), #colofon .article table:not(.summary) {
  width: 100%;
}
@media print {
  /* line 291, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article table:not(.summary), .gow .article table:not(.summary), .sam-portal-news-message .article table:not(.summary), #colofon .article table:not(.summary) {
    font-size: 0.8em;
  }
}
/* line 298, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article table:not(.summary) tbody tr:nth-child(odd), .gow .article table:not(.summary) tbody tr:nth-child(odd), .sam-portal-news-message .article table:not(.summary) tbody tr:nth-child(odd), #colofon .article table:not(.summary) tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}
/* line 301, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article table:not(.summary) tbody tr:nth-child(even), .gow .article table:not(.summary) tbody tr:nth-child(even), .sam-portal-news-message .article table:not(.summary) tbody tr:nth-child(even), #colofon .article table:not(.summary) tbody tr:nth-child(even) {
  background-color: #ffffff;
}
/* line 305, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article table:not(.summary) tbody tr td, .gow .article table:not(.summary) tbody tr td, .sam-portal-news-message .article table:not(.summary) tbody tr td, #colofon .article table:not(.summary) tbody tr td {
  background-color: transparent;
  padding-left: 10px !important;
  padding-right: 10px !important;
  vertical-align: top;
}
@media print {
  /* line 305, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article table:not(.summary) tbody tr td, .gow .article table:not(.summary) tbody tr td, .sam-portal-news-message .article table:not(.summary) tbody tr td, #colofon .article table:not(.summary) tbody tr td {
    border: 1px solid #999;
  }
}
/* line 313, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article table:not(.summary) tbody tr td p, .gow .article table:not(.summary) tbody tr td p, .sam-portal-news-message .article table:not(.summary) tbody tr td p, #colofon .article table:not(.summary) tbody tr td p {
  margin: 0px;
}
/* line 319, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .detailed-content, .folia .article p.folia-extra-tekst, .gow .article .detailed-content, .gow .article p.folia-extra-tekst, .sam-portal-news-message .article .detailed-content, .sam-portal-news-message .article p.folia-extra-tekst, #colofon .article .detailed-content, #colofon .article p.folia-extra-tekst {
  padding-left: 10px;
  width: 100%;
  margin-top: 5px;
  display: inline-block;
}
@media screen {
  /* line 319, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .detailed-content, .folia .article p.folia-extra-tekst, .gow .article .detailed-content, .gow .article p.folia-extra-tekst, .sam-portal-news-message .article .detailed-content, .sam-portal-news-message .article p.folia-extra-tekst, #colofon .article .detailed-content, #colofon .article p.folia-extra-tekst {
    font-size: 0.9em;
    opacity: 0.9;
  }
}
@media print {
  /* line 319, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .detailed-content, .folia .article p.folia-extra-tekst, .gow .article .detailed-content, .gow .article p.folia-extra-tekst, .sam-portal-news-message .article .detailed-content, .sam-portal-news-message .article p.folia-extra-tekst, #colofon .article .detailed-content, #colofon .article p.folia-extra-tekst {
    background-color: #f5f5f5 !important;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin-x: 0;
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 337, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .detailed-content p, .folia .article p.folia-extra-tekst p, .gow .article .detailed-content p, .gow .article p.folia-extra-tekst p, .sam-portal-news-message .article .detailed-content p, .sam-portal-news-message .article p.folia-extra-tekst p, #colofon .article .detailed-content p, #colofon .article p.folia-extra-tekst p {
  margin-top: 0px;
  margin-bottom: 5px;
}
/* line 344, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article p.extra-tekst, .gow .article p.extra-tekst, .sam-portal-news-message .article p.extra-tekst, #colofon .article p.extra-tekst {
  white-space: nowrap;
}
/* line 348, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article ul, .gow .article ul, .sam-portal-news-message .article ul, #colofon .article ul {
  list-style: none;
  -webkit-padding-start: 20px;
}
/* line 352, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article ul > li > p, .folia .article ul > li > p.folia-extra-tekst, .gow .article ul > li > p, .gow .article ul > li > p.folia-extra-tekst, .sam-portal-news-message .article ul > li > p, .sam-portal-news-message .article ul > li > p.folia-extra-tekst, #colofon .article ul > li > p, #colofon .article ul > li > p.folia-extra-tekst {
  display: inline;
  padding-left: 0px;
}
/* line 357, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article ul li::before, .gow .article ul li::before, .sam-portal-news-message .article ul li::before, #colofon .article ul li::before {
  content: "•";
  float: left;
  width: 1em;
  margin-left: -1em;
}
@media screen {
  /* line 357, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article ul li::before, .gow .article ul li::before, .sam-portal-news-message .article ul li::before, #colofon .article ul li::before {
    color: forestgreen;
  }
}
@media print {
  /* line 357, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article ul li::before, .gow .article ul li::before, .sam-portal-news-message .article ul li::before, #colofon .article ul li::before {
    color: gray;
  }
}
/* line 370, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article ul li li::before, .gow .article ul li li::before, .sam-portal-news-message .article ul li li::before, #colofon .article ul li li::before {
  content: "–";
  float: left;
  width: 1em;
  margin-left: -1em;
}
@media screen {
  /* line 370, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article ul li li::before, .gow .article ul li li::before, .sam-portal-news-message .article ul li li::before, #colofon .article ul li li::before {
    color: forestgreen;
  }
}
@media print {
  /* line 370, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article ul li li::before, .gow .article ul li li::before, .sam-portal-news-message .article ul li li::before, #colofon .article ul li li::before {
    color: gray;
  }
}
/* line 383, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article ul li li li::before, .gow .article ul li li li::before, .sam-portal-news-message .article ul li li li::before, #colofon .article ul li li li::before {
  content: "•";
  float: left;
  width: 1em;
  margin-left: -1em;
}
@media screen {
  /* line 383, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article ul li li li::before, .gow .article ul li li li::before, .sam-portal-news-message .article ul li li li::before, #colofon .article ul li li li::before {
    color: forestgreen;
  }
}
@media print {
  /* line 383, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article ul li li li::before, .gow .article ul li li li::before, .sam-portal-news-message .article ul li li li::before, #colofon .article ul li li li::before {
    color: gray;
  }
}
/* line 396, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article ul li li li li::before, .gow .article ul li li li li::before, .sam-portal-news-message .article ul li li li li::before, #colofon .article ul li li li li::before {
  content: "–";
  color: forestgreen;
  float: left;
  width: 1em;
  margin-left: -1em;
}
/* line 405, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article ul li li li li li::before, .gow .article ul li li li li li::before, .sam-portal-news-message .article ul li li li li li::before, #colofon .article ul li li li li li::before {
  content: "•";
  float: left;
  width: 1em;
  margin-left: -1em;
}
@media screen {
  /* line 405, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article ul li li li li li::before, .gow .article ul li li li li li::before, .sam-portal-news-message .article ul li li li li li::before, #colofon .article ul li li li li li::before {
    color: forestgreen;
  }
}
@media print {
  /* line 405, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article ul li li li li li::before, .gow .article ul li li li li li::before, .sam-portal-news-message .article ul li li li li li::before, #colofon .article ul li li li li li::before {
    color: gray;
  }
}
/* line 419, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article ul.dashed li::before, .gow .article ul.dashed li::before, .sam-portal-news-message .article ul.dashed li::before, #colofon .article ul.dashed li::before {
  content: "-";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* line 426, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .folia-artikel-vet, .folia .article .folia-samenvatting-vet, .gow .article .folia-artikel-vet, .gow .article .folia-samenvatting-vet, .sam-portal-news-message .article .folia-artikel-vet, .sam-portal-news-message .article .folia-samenvatting-vet, #colofon .article .folia-artikel-vet, #colofon .article .folia-samenvatting-vet {
  font-weight: bold;
}
/* line 430, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .folia-artikel-cursief, .folia .article .folia-samenvatting-cursief, .gow .article .folia-artikel-cursief, .gow .article .folia-samenvatting-cursief, .sam-portal-news-message .article .folia-artikel-cursief, .sam-portal-news-message .article .folia-samenvatting-cursief, #colofon .article .folia-artikel-cursief, #colofon .article .folia-samenvatting-cursief {
  font-style: italic;
}
/* line 434, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .folia-referentie-nummer, .gow .article .folia-referentie-nummer, .sam-portal-news-message .article .folia-referentie-nummer, #colofon .article .folia-referentie-nummer {
  font-weight: bold;
  color: forestgreen;
}
@media screen {
  /* line 434, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .folia-referentie-nummer, .gow .article .folia-referentie-nummer, .sam-portal-news-message .article .folia-referentie-nummer, #colofon .article .folia-referentie-nummer {
    opacity: 0.9;
  }
}
/* line 442, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .folia-referentie-note, .gow .article .folia-referentie-note, .sam-portal-news-message .article .folia-referentie-note, #colofon .article .folia-referentie-note {
  font-weight: bold;
  color: forestgreen;
  position: relative;
  top: -0.5em;
  font-size: 60%;
  white-space: nowrap;
}
@media screen {
  /* line 442, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .folia-referentie-note, .gow .article .folia-referentie-note, .sam-portal-news-message .article .folia-referentie-note, #colofon .article .folia-referentie-note {
    opacity: 0.9;
  }
}
/* line 454, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .folia-referentie-tekst, .folia .article .folia-referentie-link, .gow .article .folia-referentie-tekst, .gow .article .folia-referentie-link, .sam-portal-news-message .article .folia-referentie-tekst, .sam-portal-news-message .article .folia-referentie-link, #colofon .article .folia-referentie-tekst, #colofon .article .folia-referentie-link {
  font-size: 80%;
}
@media screen {
  /* line 454, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .folia-referentie-tekst, .folia .article .folia-referentie-link, .gow .article .folia-referentie-tekst, .gow .article .folia-referentie-link, .sam-portal-news-message .article .folia-referentie-tekst, .sam-portal-news-message .article .folia-referentie-link, #colofon .article .folia-referentie-tekst, #colofon .article .folia-referentie-link {
    opacity: 0.9;
  }
}
/* line 461, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article p.extra-tekst, .gow .article p.extra-tekst, .sam-portal-news-message .article p.extra-tekst, #colofon .article p.extra-tekst {
  margin-top: -10px;
  margin-bottom: 10px;
}
/* line 466, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article p.extra-section-summary, .gow .article p.extra-section-summary, .sam-portal-news-message .article p.extra-section-summary, #colofon .article p.extra-section-summary {
  margin-bottom: 10px;
  margin-left: -20px;
}
/* line 472, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .references, .gow .article .references, .sam-portal-news-message .article .references, #colofon .article .references {
  font-size: 0.8em;
}
/* line 476, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .references .title, .gow .article .references .title, .sam-portal-news-message .article .references .title, #colofon .article .references .title {
  font-weight: 600;
  color: forestgreen;
}
/* line 483, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .references .reference .number, .gow .article .references .reference .number, .sam-portal-news-message .article .references .reference .number, #colofon .article .references .reference .number {
  font-weight: 600;
  font-size: 0.8em;
  color: forestgreen;
}
/* line 489, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .references .reference .journal, .gow .article .references .reference .journal, .sam-portal-news-message .article .references .reference .journal, #colofon .article .references .reference .journal {
  font-style: italic;
}
/* line 497, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .versions, .gow .article .versions, .sam-portal-news-message .article .versions, #colofon .article .versions {
  display: -webkit-box;
  display: flex;
  font-size: 1em;
  z-index: 10000;
  -webkit-box-pack: end;
          justify-content: end;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media print {
  /* line 497, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .versions, .gow .article .versions, .sam-portal-news-message .article .versions, #colofon .article .versions {
    display: none;
  }
}
/* line 508, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia .article .versions a, .gow .article .versions a, .sam-portal-news-message .article .versions a, #colofon .article .versions a {
  padding: 5px;
}
@media print {
  /* line 514, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia .article .phvig, .gow .article .phvig, .sam-portal-news-message .article .phvig, #colofon .article .phvig {
    display: none;
  }
}

/* line 524, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc table {
  width: 154px;
  background-color: #ffffff;
  font-size: 14px;
  height: 100%;
}
/* line 532, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc td {
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #00a547;
  font-family: 'PT Sans',helvetica,sans-serif;
  line-height: 18px;
  width: 100%;
  color: #333;
}
/* line 549, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc td.folia-logo {
  background-color: #ffffff !important;
  height: 70px;
  padding-left: 0px;
}
/* line 555, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc a {
  color: white;
}
/* line 559, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc .pharmacotherapeutica-text {
  font-weight: bold;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 30px;
}
/* line 566, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc .orphan-text {
  font-weight: bold;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 20px;
}
/* line 573, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc .orphan-text a {
  background-color: #a94442;
}
/* line 577, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc #folia-bar-wrapper {
  background-color: #00a547 !important;
  width: 154px;
  margin-top: 10px;
}
@media screen {
  /* line 577, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-month-toc #folia-bar-wrapper {
    min-height: calc(100vh - 75px);
  }
}
@media print {
  /* line 577, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-month-toc #folia-bar-wrapper {
    display: none;
    min-height: 1200px;
  }
}
/* line 590, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc #folia-bar-wrapper #folia-bar {
  height: 200px;
}
/* line 593, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc #folia-bar-wrapper #folia-bar .months {
  font-size: 18px;
  line-height: 1.2em;
}
/* line 598, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc #folia-bar-wrapper #folia-bar .active-month {
  color: #000;
}
/* line 602, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-month-toc #folia-bar-wrapper #folia-bar .folia-disabled {
  background-color: #a94442;
}

/* line 611, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .month-header-large, .recent-info-archive .month-header-large {
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 1.2em;
  border-radius: 20px;
  background-color: #f1f1f1;
  padding: 5px 10px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
/* line 621, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .month-header-large a, .recent-info-archive .month-header-large a {
  font-size: 0.8em;
  margin-left: 10px;
}
@media (max-width: 1280px) {
  /* line 611, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .month-header-large, .recent-info-archive .month-header-large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (max-width: 992px) {
  /* line 611, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .month-header-large, .recent-info-archive .month-header-large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 430px) {
  /* line 611, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .month-header-large, .recent-info-archive .month-header-large {
    font-size: 16px;
    line-height: 1em;
  }
}
/* line 639, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .orphan-header-large, .recent-info-archive .orphan-header-large {
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 1.2em;
  border-radius: 20px;
  padding: 5px 10px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
/* line 648, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .orphan-header-large a, .recent-info-archive .orphan-header-large a {
  font-size: 0.8em;
}
@media (max-width: 1280px) {
  /* line 639, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .orphan-header-large, .recent-info-archive .orphan-header-large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (max-width: 992px) {
  /* line 639, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .orphan-header-large, .recent-info-archive .orphan-header-large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
/* line 659, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .focus, .recent-info-archive .focus {
  border: 2px solid #ff6633;
}
/* line 661, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .focus .category-name, .recent-info-archive .focus .category-name {
  background-color: #ff6633;
}
/* line 665, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .news, .recent-info-archive .news {
  border: 2px solid #7979b3;
}
/* line 667, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .news .category-name, .recent-info-archive .news .category-name {
  background-color: #7979b3;
}
/* line 671, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .auditorium, .recent-info-archive .auditorium {
  border: 2px solid #cc9966;
}
/* line 673, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .auditorium .category-name, .recent-info-archive .auditorium .category-name {
  background-color: #cc9966;
}
/* line 677, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .drugnews, .recent-info-archive .drugnews {
  border: 2px solid #33ccff;
}
/* line 679, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .drugnews .category-name, .recent-info-archive .drugnews .category-name {
  background-color: #33ccff;
}
/* line 683, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .partners, .recent-info-archive .partners {
  border: 2px solid #07348b;
}
/* line 685, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .partners .category-name, .recent-info-archive .partners .category-name {
  background-color: #07348b;
}
/* line 689, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .elderly, .recent-info-archive .elderly {
  border: 2px solid #ff6699;
}
/* line 691, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .elderly .category-name, .recent-info-archive .elderly .category-name {
  background-color: #ff6699;
}
/* line 695, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .fvig, .recent-info-archive .fvig {
  border: 2px solid #990033;
}
/* line 697, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .fvig .category-name, .recent-info-archive .fvig .category-name {
  background-color: #990033;
}
/* line 701, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .read, .recent-info-archive .read {
  border: 2px solid #660066;
}
/* line 703, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .read .category-name, .recent-info-archive .read .category-name {
  background-color: #660066;
}
/* line 707, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .category, .recent-info-archive .category {
  font-weight: 900;
  color: #1f1f1f;
  font-size: 20px;
  border-radius: 20px;
  margin-top: 15px;
}
/* line 713, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .category .category-name, .recent-info-archive .category .category-name {
  border-radius: 16px 16px 0 0;
  padding: 4px;
}
/* line 717, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .category .category-title, .recent-info-archive .category .category-title {
  background-color: #fff;
  color: #1f1f1f;
  padding: 2px 10px;
  border-radius: 15px;
  display: inline-block;
  font-weight: 900;
}
@media print {
  /* line 727, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .category .category-name, .recent-info-archive .category .category-name {
    text-transform: uppercase;
    color: forestgreen !important;
  }
  /* line 732, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .category .spotlight, .recent-info-archive .category .spotlight {
    color: #f06a6a;
  }
  /* line 735, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .category .news, .recent-info-archive .category .news {
    color: #aecf55;
  }
  /* line 738, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .category .focus, .recent-info-archive .category .focus {
    color: #f1bd6c;
  }
  /* line 741, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .category .auditorium, .recent-info-archive .category .auditorium {
    color: #5acfc8;
  }
  /* line 744, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .category .recent, .recent-info-archive .category .recent {
    color: #f8df72;
  }
  /* line 747, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .category .elderly, .recent-info-archive .category .elderly {
    color: #b269d3;
  }
  /* line 750, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .category .fvig, .recent-info-archive .category .fvig {
    color: #ec8d71;
  }
  /* line 753, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .category .read, .recent-info-archive .category .read {
    color: #4573d2;
  }
  /* line 756, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .category .partners, .recent-info-archive .category .partners {
    color: #f9aaef;
  }
}
/* line 761, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .category .title, .recent-info-archive .category .title {
  font-weight: normal;
}
/* line 768, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .title, .recent-info-archive .title {
  font-size: 20px;
  color: #333;
  line-height: 1.25em;
}
/* line 773, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .title .name:hover, .recent-info-archive .title .name:hover {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #858585;
}
/* line 779, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .disabled-item, .recent-info-archive .disabled-item {
  padding: 7px 7px 7px 7px;
  color: gray;
}
/* line 784, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .summary, .recent-info-archive .summary {
  padding-left: 15px;
  font-weight: normal;
  color: #333;
  font-size: 16px;
}
/* line 791, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .folia-issue, .recent-info-archive .folia-issue {
  margin-bottom: 35px;
  margin-top: 5px;
}
/* line 796, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .divider:after, .recent-info-archive .divider:after {
  margin-left: -5px;
  content: "• • • • • • • • • • • • • • • • • • • • • • • • • • •";
  color: #00a547;
}
/* line 802, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .item, .recent-info-archive .item {
  margin-bottom: 5px;
  cursor: pointer;
}
/* line 807, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .item.indent, .recent-info-archive .item.indent {
  margin-left: 0px;
  padding: 10px;
  display: block;
}
/* line 813, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .shortcut, .recent-info-archive .shortcut {
  cursor: pointer;
  margin-left: 10px;
}
/* line 818, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .shortcut .name:hover, .recent-info-archive .shortcut .name:hover {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #858585;
}
/* line 824, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-article-list .subtitle, .recent-info-archive .subtitle {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  line-height: 1.25em;
}

@media (min-width: 992px) {
  /* line 846, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-article-list .item.indent, .recent-info-archive .item.indent {
    margin-left: 15px;
  }

  /* line 849, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .folia-content-wrapper {
    padding: 0px;
  }
}
/* line 855, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.folia-border {
  float: left;
  width: 20px;
  height: 2000px;
  margin: 5px;
  background-color: forestgreen;
}

/* line 863, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 51px;
}

/* line 869, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.article-toc-closed {
  display: none;
}

/* line 872, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.toc {
  border-radius: 20px  0 0 20px !important;
}

/* line 876, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.toggle-toc {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: fixed;
  bottom: 60px;
  height: 40px;
  width: 40px;
  right: 10px;
  z-index: 910;
  background: #00a547;
  color: white;
  border-radius: 20px 20px 20px 20px;
  z-index: 1000;
}
@media (min-width: 992px) {
  /* line 876, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .toggle-toc {
    display: none;
  }
}

/* line 895, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.article-toc {
  display: block;
  min-height: 50px;
  padding: 0 !important;
  margin-top: 0 !important;
  position: fixed !important;
  right: 0px !important;
  max-height: 75%;
  overflow-y: scroll;
  overflow-x: auto;
  max-width: 100%;
  visibility: hidden;
  z-index: 975;
  -webkit-transform: translateZ(0);
}
/* line 909, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.article-toc li {
  background-color: #fff;
}
/* line 912, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.article-toc-open {
  display: block;
  bottom: 0px;
  opacity: 1;
  width: 100%;
}
/* line 919, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.article-toc-close {
  display: none;
  opacity: 0;
}
@media (max-width: 992px) {
  /* line 895, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .article-toc {
    display: none;
  }
  /* line 926, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .article-toc-open {
    display: block;
    top: auto;
    border-radius: 20px 20px 0 0 !important;
  }
  /* line 933, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .article-toc-close {
    display: none;
  }
}
/* line 940, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.article-toc a {
  line-height: 1.1em;
}
/* line 946, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.article-toc .toc-heading {
  font-size: 1.2em;
}
/* line 950, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.article-toc .sidenav > ul {
  list-style-type: none;
}
/* line 954, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.article-toc .sidenav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #666;
}
/* line 960, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.article-toc .sidenav > li > a:hover {
  background: #d4ecd4;
}
@media print {
  /* line 895, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
  .article-toc {
    display: none;
  }
}

/* line 970, /home/bcfi/repertorium/app/assets/stylesheets/efolia.css.scss */
.info {
  margin-top: 20px;
  margin-right: 20px;
  opacity: 0.6;
  font-size: 0.8em;
}
/* line 34, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
/* line 40, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
/* line 49, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
  display: none;
}
/* line 55, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
/* line 61, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
/* line 68, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
/* line 72, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px;
}
/* line 86, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
/* line 91, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
/* line 104, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
/* line 113, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
/* line 116, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
/* line 120, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 126, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
/* line 130, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
/* line 134, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
/* line 140, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/extras/dataTables.responsive.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
/*!
 * DataTables + Font Awesome integration
 * License: MIT - http://datatables.net/license
 */
/*
 * Sort styling
 */
/* line 10, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
table.dataTable thead th {
  position: relative;
  background-image: none !important;
  /* Remove the DataTables bootstrap integration styling */
}

/* line 15, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 28, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
table.dataTable thead th.sorting:after {
  content: "\f0dc";
  color: #ddd;
  font-size: 0.8em;
  padding-top: 0.12em;
}

/* line 34, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
table.dataTable thead th.sorting_asc:after {
  content: "\f0de";
}

/* line 37, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
table.dataTable thead th.sorting_desc:after {
  content: "\f0dd";
}

/* line 41, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_scrollBody table.dataTable thead th.sorting:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
  content: "";
}

/* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */
/* line 48, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
  top: 8px;
}

/*
 * DataTables style pagination controls
 */
/* line 58, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate a.paginate_button.first,
div.dataTables_paginate a.paginate_button.previous {
  position: relative;
  padding-left: 24px;
}

/* line 64, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate a.paginate_button.next,
div.dataTables_paginate a.paginate_button.last {
  position: relative;
  padding-right: 24px;
}

/* line 70, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate a.first:before,
div.dataTables_paginate a.previous:before {
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 82, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate a.next:after,
div.dataTables_paginate a.last:after {
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 94, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate a.first:before {
  content: "\f100";
}

/* line 98, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate a.previous:before {
  content: "\f104";
}

/* line 102, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate a.next:after {
  content: "\f105";
}

/* line 106, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate a.last:after {
  content: "\f101";
}

/*
 * Bootstrap and foundation style pagination controls
 */
/* line 114, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate li.first > a,
div.dataTables_paginate li.previous > a {
  position: relative;
  padding-left: 24px;
}

/* line 120, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate li.next > a,
div.dataTables_paginate li.last > a {
  position: relative;
  padding-right: 24px;
}

/* line 126, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate li.first a:before,
div.dataTables_paginate li.previous a:before {
  position: absolute;
  top: 6px;
  left: 10px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 138, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate li.next a:after,
div.dataTables_paginate li.last a:after {
  position: absolute;
  top: 6px;
  right: 10px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* line 150, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate li.first a:before {
  content: "\f100";
}

/* line 154, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate li.previous a:before {
  content: "\f104";
}

/* line 158, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate li.next a:after {
  content: "\f105";
}

/* line 162, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.dataTables_paginate li.last a:after {
  content: "\f101";
}

/* In Foundation we don't want the padding like in bootstrap */
/* line 167, /home/bcfi/repertorium/app/assets/stylesheets/datatables_font_awesome.css.scss */
div.columns div.dataTables_paginate li.first a:before,
div.columns div.dataTables_paginate li.previous a:before,
div.columns div.dataTables_paginate li.next a:after,
div.columns div.dataTables_paginate li.last a:after {
  top: 0;
}
/* line 1, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

/* line 12, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_filter {
  text-align: right;
}

/* line 16, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

/* line 33, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 39, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
  div.DTTT {
    margin-bottom: 0.5em;
  }
}
/* line 59, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

/* line 67, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}

/* line 97, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}

/* line 100, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable thead > tr > th {
  padding-right: 30px;
}

/* line 118, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable th:active {
  outline: none;
}

/* Condensed */
/* line 124, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.dataTable.table-condensed thead > tr > th {
  padding-right: 20px;
}

/* line 128, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.table-bordered.dataTable {
  border-collapse: separate !important;
}

/* line 171, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
table.DTTT_selectable tbody tr {
  cursor: pointer;
}

/* line 225, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT .btn:hover {
  text-decoration: none !important;
}

/* line 229, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

/* line 233, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

/* line 241, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_collection_background {
  z-index: 2002;
}

/* TableTools information display */
/* line 251, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

/* line 272, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

/* line 284, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.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, /usr/local/rvm/gems/ruby-2.6.6/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.scss */
div.FixedHeader_Cloned table {
  margin: 0 !important;
}
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/scrollspy.css.scss */
#index_tree_container {
  position: relative;
}

/* line 5, /home/bcfi/repertorium/app/assets/stylesheets/scrollspy.css.scss */
#scrollspy {
  position: absolute;
  width: 100%;
  z-index: -1;
  background-color: #f8f8f8;
  -webkit-transition: top 0.2s, height 0.2s;
  transition: top 0.2s, height 0.2s;
}
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/forms.css.scss */
.authform {
  padding-top: 30px;
  max-width: 320px;
  margin: 0 auto;
}

/* line 6, /home/bcfi/repertorium/app/assets/stylesheets/forms.css.scss */
.authform form {
  padding-bottom: 40px;
}

/* line 9, /home/bcfi/repertorium/app/assets/stylesheets/forms.css.scss */
.right {
  float: right !important;
}

/* line 13, /home/bcfi/repertorium/app/assets/stylesheets/forms.css.scss */
#error_explanation {
  color: #a94442;
  font-weight: bold;
}
/* line 16, /home/bcfi/repertorium/app/assets/stylesheets/forms.css.scss */
#error_explanation h2 {
  font-size: 16px;
}
/* from http://getbootstrap.com/examples/sticky-footer-navbar/ */
/* line 4, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 12, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer {
  border-top: 1px solid #e2dcdc;
  background-color: #efefef;
  font-size: 0.7em;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media print {
  /* line 12, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer {
    display: none;
  }
}

/* line 28, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.last-modification {
  opacity: 0.8;
}

/* line 32, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new {
  width: 50%;
  margin: auto;
  padding: 30px;
}
@media (max-width: 430px) {
  /* line 32, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new {
    width: 100%;
    padding: 0 20 px;
  }
}
/* line 40, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .footer-top-line {
  display: block;
  height: 6px;
  width: 100%;
  content: "";
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0, rgba(255, 255, 255, 0) 65%);
}
/* line 47, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new a {
  text-decoration: none;
  color: #434549;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
/* line 53, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new a::after {
  display: none;
}
/* line 57, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 30px;
}
/* line 66, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .footer-left {
  grid-area: 1 / 1 / 2 / 3;
}
/* line 68, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-flex: 1;
          flex: 1 1 0;
  margin-right: 20px;
  -webkit-box-align: center;
          align-items: center;
}
/* line 78, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .div1 {
  grid-area: 1 / 1 / 2 / 2;
}
/* line 79, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .div2 {
  grid-area: 2 / 1 / 3 / 2;
}
/* line 80, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .div3 {
  grid-area: 3 / 1 / 4 / 2;
}
/* line 81, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .div4 {
  grid-area: 4 / 1 / 5 / 2;
}
/* line 82, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .div5 {
  grid-area: 1 / 2 / 2 / 3;
}
/* line 83, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .div6 {
  grid-area: 2 / 2 / 3 / 3;
}
/* line 84, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .div7 {
  grid-area: 3 / 2 / 4 / 3;
}
/* line 85, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .div8 {
  grid-area: 4 / 2 / 5 / 3;
}
/* line 86, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .footer-right {
  grid-area: 1 / 3 / 5 / 4;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #434549;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
/* line 94, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .fa-capsules, .footer-new .fa-calendar, .footer-new .fa-folder {
  font-size: 18px;
  color: #00a547;
  width: 40px;
  text-align: center;
}
/* line 100, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .footer-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 20px;
}
/* line 104, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .footer-block p {
  font-size: 14px;
}
/* line 109, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .subscribe a {
  background-color: #00a547;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px 0px 5px 0px;
  padding: 13px 29px;
  color: white !important;
  font-size: 14px;
}
/* line 119, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
.footer-new .socials a {
  color: #2a3b99 !important;
  font-size: 24px;
  margin: 10px;
  display: inline-block;
}
@media (max-width: 640px) {
  /* line 127, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new .footer-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  /* line 131, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new .footer-left {
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  /* line 136, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  /* line 144, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  /* line 145, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  /* line 146, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new .div3 {
    grid-area: 3 / 1 / 4 / 2;
  }
  /* line 147, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new .div4 {
    grid-area: 4 / 1 / 5 / 2;
  }
  /* line 148, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new .div5 {
    grid-area: 5 / 1 / 6 / 2;
  }
  /* line 149, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new .div6 {
    grid-area: 6 / 1 / 7 / 2;
  }
  /* line 150, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new .div7 {
    grid-area: 7 / 1 / 8 / 2;
  }
  /* line 151, /home/bcfi/repertorium/app/assets/stylesheets/footer.css.scss */
  .footer-new .div8 {
    grid-area: 8 / 1 / 9 / 2;
  }
}
/* line 6, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#s2id_search-ggr-input,
#s2id_search-dummy-input,
#s2id_search-substance-input,
#s2id_search-trade-family-input {
  width: 100% !important;
}

/* line 13, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.navbar-white {
  background-color: white !important;
}

/* line 17, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
table.search-box {
  width: 100%;
  padding: 2px;
}

/* line 22, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#navbar-search {
  width: 1%;
  float: none;
  text-align: left;
}
/* line 26, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#navbar-search .input-group {
  width: 100%;
  max-width: 800px;
}

/* line 32, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#search {
  padding-top: 7px;
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  border-width: 1px 0 0 0;
}

/* line 39, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#search td {
  padding: 1px;
  height: 37px;
}

/* line 44, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#regs_button {
  padding-top: 10px;
  padding-bottom: 2px;
}
/* line 48, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#regs_button input {
  height: 33px;
  width: 300px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  font-size: 0.8em;
}

@media (min-width: 1000px) {
  /* line 59, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  #regs_button input {
    width: 500px;
  }
}
/* line 69, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results .select2-results-dept-1 .select2-result-label .hit {
  padding-top: 1px;
  padding-bottom: 1px;
}
/* line 76, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results .select2-disabled {
  background: white;
}

/* line 84, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-result-label .hit, .select2-result .hit {
  margin-bottom: 0;
}
/* line 88, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-result-label .chapter, .select2-result .chapter {
  margin-bottom: 0;
  font-size: 12px;
  opacity: 0.8;
}
/* line 93, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-result-label .title, .select2-result .title {
  font-weight: bold;
  color: #333;
}
/* line 97, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-result-label :not(.substance) .icon, .select2-result :not(.substance) .icon {
  text-indent: 0px;
}
/* line 101, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-result-label .highlight, .select2-result .highlight {
  margin-bottom: 0;
  margin-left: 25px;
  font-size: 12px;
  opacity: 0.8;
}

/* line 109, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.filter_selected {
  font-weight: bold;
}

/* line 113, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.substance > .select2-results {
  max-height: 310px;
}

/* line 117, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.trade_family > .select2-results {
  max-height: 273px;
}

/* line 121, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input > .select2-results {
  max-height: 400px;
}

/* line 125, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-results {
  max-height: 400px;
}
@media (min-height: 750px) {
  /* line 125, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  .select2-results {
    max-height: 600px;
  }
}

/* line 132, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-search input {
  font-family: 'Pt Sans' !important;
  font-size: 1.2em !important;
  color: #2a3b99;
}

/* makes sure that the select2 box blends in with the other components */
/* line 139, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-container {
  font-family: 'Pt Sans' !important;
  font-size: 1em !important;
  color: #222 !important;
}
/* line 145, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-container .select2-choice {
  margin-top: 3px;
  height: 29px;
  webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
/* line 154, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-container .select2-arrow {
  display: none !important;
}

/* line 159, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-container input:hover {
  color: #f8f8f8 !important;
}

/* line 163, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-input {
  background: none !important;
}

/* line 167, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-dropdown-open {
  border-style: none !important;
  border-color: #222;
}

/* line 172, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-choice:hover {
  border-color: #ccc !important;
}

/* line 175, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-choice {
  border-color: #222 !important;
  border-style: none !important;
}

/* line 180, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-search {
  padding-top: 0px;
}

/* line 184, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-search input {
  border-style: none !important;
}

/* line 188, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-drop-active {
  border: 1px solid #aaa !important;
}

/* line 192, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-search:after,
#s2id_search-dummy-input:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 16px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  content: "\f002";
}

/* line 204, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-no-results, .select2-searching {
  display: none !important;
}

/* line 210, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-font {
  color: forestgreen;
  font-family: 'Pt Sans' !important;
}

/* line 216, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results {
  margin-left: -3px;
  margin-right: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 223, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results li.select2-results-dept-0.select2-result-unselectable > div.select2-result-label {
  cursor: default;
}
/* line 227, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results li.select2-results-dept-0 > div.select2-result-label {
  background-color: #00a547;
  border-color: #00a547;
  color: #ffffff;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0px;
}
/* line 235, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results li.select2-results-dept-0.select2-result-selectable > div.select2-result-label {
  background-color: #00a547;
  border-color: #00a547;
}
/* line 239, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results li.select2-results-dept-0.select2-result-selectable.select2-result-with-children > div.select2-result-label {
  background-color: #2a3b99;
  border-color: #2a3b99;
}
/* line 243, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results li.select2-results-dept-0.select2-result-selectable > div.select2-result-label:hover {
  background-color: #00a547;
  border-color: #00a547;
}
/* line 247, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results li.select2-results-dept-0.select2-result-unselectable > div.select2-result-label {
  background-color: #00a547;
  border-color: #00a547;
}
/* line 252, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results li.select2-results-dept-0.select2-highlighted > div.select2-result-label {
  color: #ffffff;
  background-color: #00a547;
}
/* line 256, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results .select2-highlighted {
  background: #fff;
  color: #ffffff;
}
/* line 261, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results ul.select2-result-sub {
  margin-left: 4px;
  margin-right: 4px;
}
/* line 264, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results ul.select2-result-sub .select2-result-label > p.hit.substance {
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #ffa500;
}
/* line 269, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results ul.select2-result-sub .select2-result-label > p.hit.trade_family {
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #7dafda;
}
/* line 275, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results ul.select2-result-sub .select2-highlighted {
  background-color: #e7e7e7;
  color: #333;
}
/* line 279, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results ul.select2-result-sub .select2-highlighted .select2-result-label > p.hit.substance {
  background-color: #ffa500;
}
/* line 282, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results ul.select2-result-sub .select2-highlighted .select2-result-label > p.hit.trade_family {
  background-color: #7dafda;
}
/* line 287, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results .select2-result-label {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 292, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results .select2-result-label p {
  margin-bottom: 0px;
}
/* line 296, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results p.hit:not(.substance) {
  padding-left: 25px;
  text-indent: -25px;
}
/* line 301, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-ggr-dummy-input .select2-results .select2-result-selectable .search-header:hover {
  background-color: #2a3b99 !important;
}

/* line 307, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 16px;
}

/* line 311, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-drop.substance .select2-highlighted {
  background-color: #ffa500;
  color: #ffffff;
}

/* line 315, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.select2-drop.trade_family .select2-highlighted {
  background-color: #7dafda;
  color: #ffffff;
}

/* line 327, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-caption {
  font-weight: bold;
  font-size: 1.3em;
  text-transform: uppercase;
  padding-left: 10px;
  letter-spacing: 0.05em;
}

/* line 335, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.form-control.select2-container.select2-dropdown-open {
  border-color: #ccc;
  border-radius: 3px 3px 0 0;
}

/* line 340, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.match {
  color: #222;
  background-color: #ee9;
  font-weight: bold;
}

/* line 346, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
a .match {
  color: forestgreen;
  font-weight: bold;
  background-color: #ee9;
}

/* line 352, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.title-col {
  white-space: nowrap;
  width: 100%;
  display: table;
  min-height: 24px;
}
/* line 357, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.title-col .number {
  display: table-cell;
  color: gray !important;
  font-size: 0.8em;
  white-space: normal;
  vertical-align: middle;
}
/* line 364, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.title-col .toc-title {
  padding-left: 5px;
  font-size: 0.8em;
  display: table-cell;
  white-space: normal;
  vertical-align: middle;
  width: 100%;
  height: 23px;
}
/* line 372, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.title-col .toc-title a {
  white-space: normal;
  color: rgba(34, 34, 34, 0.8);
}

@media (min-width: 900px) {
  /* line 380, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.responsive-cols-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 384, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.responsive-cols-2 ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 2px 0;
    line-height: 1.3em;
  }

  /* line 391, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.responsive-cols-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  /* line 395, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.responsive-cols-4 ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 2px 0;
    line-height: 1.3em;
  }
}
@media (max-width: 900px) {
  /* line 405, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.responsive-cols-4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 409, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.responsive-cols-4 ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 5px 0;
    line-height: 1.3em;
  }
}
/* line 418, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.responsive-cols-2 div.keep-together,
div.responsive-cols-4 div.keep-together {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

/* line 430, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-ggr-dummy-input {
  position: fixed;
  z-index: 10000;
  margin-left: calc(25vw + 15px) !important;
  margin-right: 30px !important;
  margin-top: -2px !important;
  left: 0 !important;
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: stretch !important;
  min-height: 41px !important;
  top: 65px !important;
  border: 2px solid #00a547 !important;
  border-radius: 4px;
}
@media (max-width: 991px) {
  /* line 430, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-ggr-dummy-input {
    margin-left: 320px !important;
  }
}
@media (max-width: 768px) {
  /* line 430, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-ggr-dummy-input {
    top: 80px !important;
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

/* line 456, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-symbol {
  width: 30px;
  align: center;
}

/* line 462, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
ul.parents {
  padding-left: 0px;
  list-style-type: none;
}

/* line 467, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
ul.parents .number {
  color: gray;
}

/* line 473, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results a:not(:hover) {
  border: none !important;
}
@media (min-width: 768px) {
  /* line 479, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results div.summary div.title-col, div.search-results div.amps-col, div.search-results div.vmps-col {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #f1f1f1;
    border-width: 4px;
    border-style: solid;
    border-color: white;
  }
}
/* line 491, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-amps div.summary-amps {
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #7dafda;
  max-width: 100%;
  clear: both;
  margin-right: 12px;
  white-space: nowrap;
}
/* line 502, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-amps div.summary-amps div.tradefamily {
  whitespace: nowrap;
  display: table;
  width: 100%;
}
/* line 508, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-amps div.summary-amps div.tradefamily .tradefamily-col {
  display: table-cell;
}
/* line 510, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-amps div.summary-amps div.tradefamily .tradefamily-col span.tradefamily {
  font-weight: bold;
}
/* line 515, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-amps div.summary-amps div.tradefamily .gal-col {
  display: table-cell;
  width: 100%;
  padding-left: 25px;
  padding-top: 4px;
  white-space: normal;
  text-indent: -20px;
  line-height: 1.2em;
}
/* line 525, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-amps div.summary-amps div.tradefamily .gal-col div.gal {
  font-size: 0.8em;
}
/* line 529, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-amps div.summary-amps div.tradefamily .gal-col span.ing {
  color: gray;
  padding-left: 2px;
  font-size: 0.8em;
}
/* line 544, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-vmps div.summary-vmps {
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #ffa500;
  max-width: 100%;
  clear: both;
  margin-right: 12px;
}
/* line 554, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-vmps div.summary-vmps div.vmpgroup {
  white-space: nowrap;
  font-weight: bold;
  display: table;
  min-height: 24px;
  vertical-align: top;
}
/* line 558, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-vmps div.summary-vmps div.vmpgroup .symbol {
  display: table-cell;
  min-width: 25px;
  vertical-align: top;
}
/* line 563, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-vmps div.summary-vmps div.vmpgroup .name {
  padding-top: 2px;
  display: table-cell;
  white-space: normal;
  vertical-align: top;
  padding-left: 0.5em;
  text-indent: -0.5em;
  line-height: 1.2em;
}
/* line 571, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-vmps div.summary-vmps div.vmpgroup .name .first-common {
  opacity: 0.6;
}
/* line 574, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-vmps div.summary-vmps div.vmpgroup .name .first {
  color: forestgreen;
}
/* line 577, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-vmps div.summary-vmps div.vmpgroup .name .second {
  padding-left: 5px;
}
/* line 586, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-vmps div.summary-vmps div.vmpgroup.novos, div.search-results div.summaries-vmps div.summary-vmps div.vmpgroup.novos .first {
  opacity: 0.85 !important;
}
/* line 588, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.summaries-vmps div.summary-vmps div.vmpgroup.novos a, div.search-results div.summaries-vmps div.summary-vmps div.vmpgroup.novos .first a {
  opacity: 0.85 !important;
}
/* line 600, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.level-1 > div:first-child > .title-col {
  border-bottom-color: #e4e2e2;
  border-bottom-style: solid;
}
/* line 601, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.level-1 > div:first-child > .title-col .toc-title > a {
  color: #165d16;
  font-weight: bold;
  font-size: 1.3em;
}
/* line 606, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.level-1 > div:first-child > .title-col .number {
  font-size: 1em;
}
/* line 612, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.level-2 > div:first-child .number {
  padding-left: 25px;
}
/* line 613, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.level-3 > div:first-child .number {
  padding-left: 50px;
}
/* line 614, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.level-4 > div:first-child .number {
  padding-left: 75px;
}
/* line 615, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.level-5 > div:first-child .number {
  padding-left: 100px;
}
/* line 616, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.level-6 > div:first-child .number {
  padding-left: 125px;
}
/* line 617, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results div.level-7 > div:first-child .number {
  padding-left: 150px;
}
@media (max-width: 768px) {
  /* line 471, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results {
    background-color: #f1f1f1;
  }
  /* line 623, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results div.amps-col, div.search-results div.vmps-col {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 629, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results div.summary-amps, div.search-results div.summary-vmps {
    margin-left: 2px !important;
    margin-right: 0px !important;
  }
  /* line 633, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results div.level-2 > div:first-child .number {
    padding-left: 10px;
  }
  /* line 634, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results div.level-3 > div:first-child .number {
    padding-left: 10px;
  }
  /* line 635, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results div.level-4 > div:first-child .number {
    padding-left: 10px;
  }
  /* line 636, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results div.level-5 > div:first-child .number {
    padding-left: 10px;
  }
  /* line 637, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results div.level-6 > div:first-child .number {
    padding-left: 10px;
  }
  /* line 638, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results div.level-7 > div:first-child .number {
    padding-left: 10px;
  }
  /* line 640, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results span.number {
    font-size: 0.7em;
  }
  /* line 644, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results div.vmpgroup {
    font-size: 0.9em;
  }
  /* line 647, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results span.tradefamily {
    font-size: 0.9em;
  }
  /* line 651, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  div.search-results div.amps-col, div.search-results div.vmps-col {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: white;
    border-width: 8px;
    border-color: #f1f1f1;
    border-style: solid;
  }
}
/* line 661, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-results hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid rgba(201, 238, 201, 0.49);
}

/* line 670, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.page-info {
  color: gray;
}

/* line 674, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search_query {
  margin: 10px 5px 0px 5px !important;
}

/* line 678, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.extensive_search_for {
  font-size: 1.2em;
}

/* line 682, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-term {
  color: black;
  font-style: italic;
}

/* line 688, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.search-context-choice-dialog {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 250px;
  height: 100px;
  background-color: rgba(92, 184, 92, 0.8);
  border-radius: 10px;
  color: #333;
  padding: 10px;
}

/* line 700, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

/* line 710, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.swiper-container {
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1025;
}

/* line 715, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#swiper-pagination {
  position: fixed;
  right: 45px;
  top: 105px;
  z-index: 2000;
}

@media (min-width: 1200px) {
  /* line 724, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  #swiper-pagination .swiper-pagination-bullet {
    display: none;
  }
}
/* line 729, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  /* line 729, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
  #swiper-pagination .swiper-pagination-bullet {
    width: 180px;
  }
}

/* line 743, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#swiper-pagination .swiper-pagination-bullet {
  color: white;
  background: #00a547;
  opacity: 0.5;
}

/* line 749, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#swiper-pagination .swiper-pagination-bullet-active {
  color: white;
  background: #00a547;
  opacity: 1;
}

/* line 755, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#swiper-pagination .swiper-pagination-bullet.substance {
  border-left-color: #ffa500;
  border-left-style: solid;
  border-left-width: 8px;
}

/* line 760, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
#swiper-pagination .swiper-pagination-bullet.trade_family {
  border-left-color: #7dafda;
  border-left-style: solid;
  border-left-width: 8px;
}

/* line 768, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.divider {
  color: #adadad;
}

/* line 772, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.inactive {
  opacity: 0.65;
  text-decoration: line-through;
}

/* line 777, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-message {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  /*margin-bottom: 5px;*/
}
/* line 787, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-message .details {
  font-size: 60%;
}

/* line 791, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.error2 {
  color: orange;
  background-color: #ffe8bd;
}

/* line 795, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.error {
  color: red;
  background-color: #f2dede;
}

/* line 801, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.error .removed-molecules-small, div.error2 .removed-molecules-small {
  transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
}

/* line 807, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.info {
  color: #24656B;
  background-color: #e3fdff;
}

/* line 811, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.suggestion {
  background-color: #dcecdd;
}

/* line 814, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-message-sub {
  color: #333;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/* line 824, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-message-sub p {
  clear: both;
}
/* line 828, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-message-sub span.float-left {
  float: left;
  margin-top: 8px;
  margin-left: 5px;
}
/* line 833, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.search-message-sub .details {
  font-size: 78%;
}

/* line 839, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
.toggle-detail .detail {
  display: none;
  opacity: 0.8;
}

/* line 844, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.embedded-search-context {
  /*opacity: 0.85;*/
  padding: 20px;
  background-color: #ffffff;
  border-width: 0px 10px 10px 10px;
  border-style: solid;
  margin-top: -15px;
}

/* line 852, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.embedded-search-context.info {
  border-color: #e3fdff;
}

/* line 855, /home/bcfi/repertorium/app/assets/stylesheets/search.css.scss */
div.embedded-search-context.suggestion {
  border-color: #dcecdd;
}

/*
.toggle-detail:hover .detail {
  display: block;
}
*/
/* responsive search page with multiple search contexts */
/* line 30, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context-grey {
  background-color: #eee !important;
}

/* line 35, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context {
  /* right panel expands to full screen width by default */
  /* wrt parent */
  overflow: hidden;
  position: relative;
}
/* line 9, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context .slide {
  width: 200%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 14, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context .left {
  width: 50%;
}
/* line 18, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context .right {
  width: 50%;
  left: 50%;
}
/* line 23, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context .rolloff {
  /* same as .right */
  width: 50%;
  left: 50%;
}
/* line 45, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context .slide {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  /* truncate */
  overflow: hidden;
  position: relative;
}
/* line 53, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context .left {
  padding: 5px;
}
/* line 58, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context.start-short-true .left {
  /* only set min-height when the context should be shortened */
  min-height: 300px;
}
/* line 64, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context.start-short-true.right-expanded .left {
  /* left min-height serves only to prevent right from being squished; when expanded, right is safe from squishing */
  min-height: inherit;
}
/* line 74, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context.has-buckets-false .left .bcfi-head {
  background-color: inherit !important;
}
/* line 79, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context.has-buckets-false .toggle-cats {
  /* hide show-cats button when there are none */
  display: none;
}
/* line 85, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context .right {
  /* truncate */
  position: absolute;
  padding: 5px;
}
/* line 91, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context .rolloff {
  bottom: 0px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: linear-gradient(to bottom, transparent, white);
  height: auto;
  position: absolute;
}
/* line 99, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context .icon-cats-hide {
  display: none;
}
/* line 103, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context .toggle-cats {
  position: absolute;
  left: -10px;
  top: 40px;
  width: 33px;
  padding: 12px 5px 9px 13px;
}
/* line 111, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context .nav-bar {
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 119, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context.left-shown .slide {
  -webkit-transform: none;
          transform: none;
}
/* line 122, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context.left-shown .show-cats {
  opacity: 1.0;
}
/* line 125, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context.left-shown .icon-cats-hide {
  display: initial;
}
/* line 128, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context.left-shown .icon-cats-show {
  display: none;
}
/* line 133, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context.right-expanded, .search-context.start-short-false {
  /* don't collapse if expanded (duh) or if not wanted */
}
/* line 137, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context.right-expanded .right, .search-context.start-short-false .right {
  position: inherit;
  left: auto;
}
/* line 142, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
.search-context.right-expanded .rolloff, .search-context.start-short-false .rolloff {
  display: none;
}
@media (min-width: 400px) {
  /* line 35, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
  .search-context {
    /* right panel expands to 0.75 of screen */
    /* wrt parent */
  }
  /* line 9, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
  .search-context .slide {
    width: 175%;
    -webkit-transform: translateX(-42.8571428571%);
            transform: translateX(-42.8571428571%);
  }
  /* line 14, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
  .search-context .left {
    width: 42.8571428571%;
  }
  /* line 18, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
  .search-context .right {
    width: 57.1428571429%;
    left: 42.8571428571%;
  }
  /* line 23, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
  .search-context .rolloff {
    /* same as .right */
    width: 57.1428571429%;
    left: 42.8571428571%;
  }
}
@media (min-width: 768px) {
  /* line 156, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
  .search-context .slide {
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
  /* line 161, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
  .search-context .left {
    width: 25%;
  }
  /* line 165, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
  .search-context .right {
    width: 75%;
    left: 25%;
  }
  /* line 170, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
  .search-context .rolloff {
    /* same as .right */
    width: 75%;
    left: 25%;
  }
  /* line 176, /home/bcfi/repertorium/app/assets/stylesheets/search_page.css.scss */
  .search-context .toggle-cats {
    display: none;
  }
}
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar {
  transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  /* very small screens: when should "Search" and "Table of contents" appear? */
  /* when should "Menu" also apppear */
  /* when navbar uncollapses, should be set to same as bootstrap css (default: 768) */
  /* only show toc button when requested and page width <= 992px */
  /* toc is shown and screen is very narrow */
}
/* line 21, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar #toc_button {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px !important;
}
@media (max-width: 991px) {
  /* line 33, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar.show-toc-true #toc_button {
    display: block;
    position: absolute;
    bottom: 0;
    left: 270px;
  }
}
@media (max-width: 767px) {
  /* line 42, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar.show-toc-true #toc_button {
    left: 30px;
  }
}
/* line 48, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar #menu_button {
  position: absolute;
  bottom: 0;
  right: 0px;
}
@media (max-width: 768px) {
  /* line 48, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar #menu_button {
    margin-right: 30px;
  }
}
/* line 57, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar .navbar-header {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  height: 103px;
}
@media (max-width: 860px) {
  /* line 57, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar .navbar-header {
    padding-left: 0.3vw;
    padding-right: 0.3vw;
  }
}
@media (max-width: 767px) {
  /* line 57, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar .navbar-header {
    height: 70px;
  }
}
/* line 74, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar #navbar-search {
  display: none;
}
/* line 78, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar #navbar {
  background-color: white !important;
  max-height: inherit;
}
@media (max-width: 767px) {
  /* line 78, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar #navbar {
    position: relative;
    top: 45px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px !important;
  }
}
/* line 89, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar.show-search {
  /* hide navbar links and show search box */
}
/* line 93, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar.show-search #navbar-links {
  display: none;
}
/* line 97, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar.show-search #navbar-search {
  display: table-cell;
  padding-left: 68px;
  font-size: 14px;
}
@media (max-width: 460px) {
  /* line 105, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar.show-toc-true {
    /* hide button hints shown in navbar (at this size) */
    /* if only icon, then should be wide enough */
  }
  /* line 109, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar.show-toc-true button .hint {
    display: none;
  }
  /* line 114, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar.show-toc-true #toc_button {
    padding-right: 10px !important;
  }
}
@media (max-width: 500px) {
  /* line 123, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar #menu_button .hint {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 1, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar {
    /* hide regular search in collapsed navbar */
  }
  /* line 131, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar #regs_li {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  /* line 138, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar .hint.prio2 {
    display: none;
  }
  /* line 142, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar #toc_button {
    /* to squeeze everyting in nicely */
    margin-left: 0px;
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 150, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar .hint.prio3 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  /* line 156, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar .hint.prio4 {
    display: none;
  }
}

/* line 162, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new {
  height: 110px;
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px;
}
@media (max-width: 767px) {
  /* line 162, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar-new {
    height: 125px;
  }
}
/* line 171, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .dark-gray {
  color: #434549;
}
/* line 175, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element {
  display: none;
  padding-right: 0.2vw !important;
  padding-left: 0 !important;
  height: 100%;
}
/* line 181, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element .button-find {
  height: auto;
  margin: 18px 0px;
  padding: 0px 0px !important;
  line-height: 14px;
  font-size: 12px;
  background-color: #00a547;
  align-self: center;
  border-radius: 5px 0px 5px 0px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* line 192, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element .button-find:hover {
  background-color: #036d31;
}
/* line 196, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element .button-find:focus {
  background-color: #00a547 !important;
}
/* line 200, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element .button-find .logo {
  padding: 9px;
}
/* line 204, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element .button-find .find-text {
  padding: 8px 20px 8px 9px;
  border-left: 1px solid white;
}
/* line 210, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element .link {
  border-top: 3px solid transparent;
  height: 100%;
  color: #141617;
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
/* line 218, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element .link:hover {
  border-top: 3px solid #2a3b99;
  color: #2a3b99 !important;
  background-color: transparent !important;
}
/* line 224, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element .link:focus {
  color: #141617;
}
/* line 228, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element .link::after {
  display: none;
}
/* line 232, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element .link span {
  align-self: center;
}
/* line 237, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .list-element .switch-env {
  right: 0;
  left: auto;
}
/* line 243, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new #site-env-selector {
  padding: 0px !important;
}
@media (min-width: 768px) {
  /* line 248, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar-new .list-element {
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 914px) {
  /* line 254, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar-new .list-element {
    padding-right: 0.5vw !important;
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 951px) {
  /* line 261, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar-new .list-element {
    padding-right: 1vw !important;
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 990px) {
  /* line 268, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar-new .list-element {
    padding-right: 1.5vw !important;
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 1055px) {
  /* line 275, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar-new .list-element {
    padding-right: 2.8vw !important;
    display: -webkit-box;
    display: flex;
  }
}
/* line 281, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .phone-link a {
  color: #141617 !important;
}
/* line 284, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-new .phone-link a::after {
  display: none;
}

/* line 290, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
.navbar-search {
  height: 45px;
}

/* line 294, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
#s2id_search-dummy-input {
  display: block;
  position: absolute;
  bottom: 2px;
  margin-right: 30px !important;
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: stretch !important;
  height: 41px !important;
  border: 2px solid #00a547 !important;
  border-radius: 4px;
  margin-left: calc(25vw + 15px) !important;
}
@media (max-width: 991px) {
  /* line 294, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  #s2id_search-dummy-input {
    margin-left: 320px !important;
  }
}
@media (max-width: 767px) {
  /* line 294, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  #s2id_search-dummy-input {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media (max-width: 767px) {
  /* line 320, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar-new {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100% !important;
  }
  /* line 325, /home/bcfi/repertorium/app/assets/stylesheets/navbar.css.scss */
  .navbar-new .pt-20 {
    padding-top: 10px;
  }
}
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal {
  padding-top: 0px;
  font-size: 0.8em;
}
/* line 7, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal h2, .sam-portal h3, .sam-portal h4 {
  font-weight: bold;
}
/* line 11, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal a, .sam-portal p a {
  text-decoration: none !important;
  color: #22678c;
}
/* line 18, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal table a, .sam-portal p a {
  border-bottom: dotted 1px;
}
/* line 25, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal p a, .sam-portal ul a {
  border: 1px dotted #ccc;
  border-width: 0 0 1px;
  text-decoration: none;
}
@media (max-width: 450px) {
  /* line 25, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal p a, .sam-portal ul a {
    font-size: 1.1em;
  }
}
/* line 33, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal p a:hover, .sam-portal ul a:hover {
  border-color: #22678c;
}
/* line 40, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .article-list .date {
  margin-left: 0px;
}
/* line 44, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .article-list .title {
  font-weight: bold;
}
/* line 49, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .section {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 15px;
}
/* line 53, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .section p {
  margin-bottom: 10px;
}
/* line 56, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .section p + ul {
  margin-top: -10px;
}
/* line 59, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .section h1, .sam-portal .section h2, .sam-portal .section h3, .sam-portal .section h4, .sam-portal .section h5, .sam-portal .section h6 {
  margin-left: -15px;
}
/* line 64, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos {
  text-align: center;
  margin-bottom: 10px;
}
/* line 66, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos img.logo-riziv, .sam-portal .logos img.logo-fagg {
  width: 34px;
}
/* line 69, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos img.logo-fodeco {
  width: 92px;
}
/* line 72, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos img.logo-bcfi {
  width: 50px;
  opacity: 0.65;
}
/* line 76, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos img.logo-smals {
  width: 86px;
}
/* line 79, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos img.logo-ehealth {
  width: 92px;
}
/* line 82, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos img.logo-apb {
  width: 82px;
}
/* line 88, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos img {
  opacity: 0.85;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 10px;
}
/* line 96, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos-small {
  float: right;
  margin-left: 20px;
  text-align: center;
  margin-bottom: 10px;
}
/* line 98, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos-small img.logo-riziv, .sam-portal .logos-small img.logo-fagg {
  width: 37px;
}
/* line 101, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos-small img.logo-riziv, .sam-portal .logos-small img.logo-fodeco {
  width: 45px;
}
/* line 104, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos-small img.logo-bcfi {
  width: 30px;
  opacity: 0.65;
}
/* line 113, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .logos-small img {
  opacity: 0.85;
}
/* line 119, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal h1, .sam-portal h2, .sam-portal h3, .sam-portal h4 {
  color: #333;
}
/* line 123, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
/* line 128, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal a:hover {
  text-decoration: none !important;
}
/* line 132, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .jumbotron {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: fixed;
  z-index: 800;
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #c7c7c7;
  line-height: 1.2em;
  background-color: #f4f4f4;
}
/* line 145, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .jumbotron.small {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 151, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .jumbotron + .header-offset {
  height: 140px;
}
/* line 155, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .jumbotron.small + .header-offset {
  height: 40px;
}
/* line 160, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .jumbotron.small, .sam-portal .jumbotron {
  padding: 0px;
}
/* line 162, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .jumbotron.small h1, .sam-portal .jumbotron h1 {
  font-size: 26px;
  color: #22678c;
}
/* line 165, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .jumbotron.small h1 small, .sam-portal .jumbotron h1 small {
  font-size: 12px;
  color: #999;
}
/* line 171, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .jumbotron.small h2, .sam-portal .jumbotron h2 {
  font-size: 22px;
}
/* line 174, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .jumbotron.small p, .sam-portal .jumbotron.small li, .sam-portal .jumbotron p, .sam-portal .jumbotron li {
  font-size: 14px;
  margin-bottom: 3px;
}
/* line 179, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .jumbotron.small .page-header, .sam-portal .jumbotron .page-header {
  background-color: white;
}
@media (min-width: 767px) {
  /* line 1, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal {
    font-size: 1em;
  }
  /* line 189, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 194, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .logos {
    margin-bottom: 0px;
  }
  /* line 195, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .logos img.logo-riziv, .sam-portal .logos img.logo-fagg {
    width: 100px;
  }
  /* line 198, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .logos img.logo-bcfi {
    width: 80px;
  }
  /* line 202, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .logos img {
    opacity: 0.85;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
  }
  /* line 208, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .logos a {
    display: inline-block;
    width: 115px;
  }
  /* line 215, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .logos-small img.logo-riziv, .sam-portal .logos-small img.logo-fagg {
    width: 75px;
  }
  /* line 218, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .logos-small img.logo-bcfi {
    width: 60px;
  }
  /* line 221, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .logos-small img {
    opacity: 0.85;
  }
  /* line 225, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .jumbotron {
    background-color: #f4f4f4;
    padding: 15px;
    margin-bottom: 20px;
  }
  /* line 228, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .jumbotron h1 {
    font-size: 48px;
  }
  /* line 230, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .jumbotron h1 small {
    font-size: 28px;
  }
  /* line 234, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .jumbotron h2 {
    font-size: 36px;
  }
  /* line 237, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .jumbotron p, .sam-portal .jumbotron li {
    font-size: 16px;
  }
  /* line 242, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .jumbotron + .header-offset {
    height: 300px;
  }
  /* line 246, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .jumbotron.small h1 {
    font-size: 36px;
  }
  /* line 248, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .jumbotron.small h1 small {
    font-size: 20px;
  }
  /* line 252, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .jumbotron.small h2 {
    font-size: 24px;
  }
  /* line 255, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .jumbotron.small p {
    font-size: 16px;
  }
  /* line 259, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
  .sam-portal .jumbotron.small + .header-offset {
    height: 56px;
  }
}
/* line 264, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .date {
  color: gray;
  font-size: 0.8em;
}
/* line 269, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .sam-news {
  margin-bottom: 20px;
}
/* line 273, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .sam-category {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  background-color: rgba(66, 139, 202, 0.21);
  border-bottom-style: solid;
  border-bottom-width: 15px;
  border-bottom-color: #ffffff;
  height: 125px;
  cursor: pointer;
}
/* line 288, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .sam-category a {
  color: #333 !important;
}
/* line 292, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .sam-category ul {
  list-style-type: none;
  margin-left: 0px;
}
/* line 298, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .sam-category:hover {
  background-color: rgba(66, 139, 202, 0.37);
}
/* line 302, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .sam-header {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #22678c;
}
/* line 306, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .sam-header a {
  color: #22678c !important;
  text-decoration: none;
}
/* line 312, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal .sam-news-header {
  font-size: 1.4em;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 318, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal div.sam-status {
  padding: 5px;
  font-size: 1.2em;
  text-align: center;
  color: white;
  background-color: green;
  border-radius: 3px;
}
/* line 327, /home/bcfi/repertorium/app/assets/stylesheets/sam.css.scss */
.sam-portal hr {
  border-color: rgba(34, 103, 140, 0.19);
  width: 100%;
}
/**
 * TocJS (https://github.com/nghuuphuoc/tocjs)
 *
 * Generate a table of contents based on headings
 *
 * @author      Nguyen Huu Phuoc <phuoc@huuphuoc.me>
 * @copyright   (c) 2013 Nguyen Huu Phuoc
 * @license     MIT
 */

.toc {
  border: 1px solid #ddd;
  border-radius: 4px; }
  .toc.affix {
    position: static; }
  .toc .nav > .active > a, .toc .nav > .active:hover > a,
  .toc .nav > .active :focus > a {
    border-right: 2px solid #428bca; }
  .toc .nav .nav {
    /*
     * If you want to hide the sub UL elements, then add the following line
     * display: none;
     */
    display: block;
    margin-bottom: 8px; }
    .toc .nav .nav > li > a {
      font-size: 90%; }
  .toc .toc-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd; }
  .toc .toc-link-2 {
    padding-left: 25px; }
  .toc .toc-link-3 {
    padding-left: 50px; }
  .toc .toc-link-4 {
    padding-left: 75px; }
  .toc .toc-link-5 {
    padding-left: 100px; }
  .toc .toc-link-6 {
    padding-left: 125px; }

@media screen and (min-width: 992px) and (min-height: 700px) {
  .toc.affix {
    position: fixed; }
  .toc .nav > .active > ul {
    display: block; } }
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper {
  margin: auto;
  width: 100%;
  max-width: 450px;
  padding-right: 3px;
  padding-bottom: 5px;
}
/* line 9, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .header {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0px;
}
/* line 15, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .alphabet {
  margin-left: 10px;
  margin-right: 12px;
  margin-bottom: 5px;
}
/* line 21, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .alphabet .btn {
  color: white;
}
/* line 25, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .alphabet .btn {
  padding: 2px 4px;
  border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* line 33, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .alphabet .btn:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
/* line 36, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .alphabet .btn:hover,
div.alphabet-wrapper .alphabet .btn:active,
div.alphabet-wrapper .alphabet .btn:focus {
  background-color: #00a547 !important;
  border-color: #3c763d !important;
  color: white;
}
/* line 44, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .alphabet .blocks .btn {
  padding: 2px 2px;
  border-radius: 0;
}
/* line 48, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .alphabet .blocks {
  border-spacing: 2px 1px;
}
/* line 50, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .alphabet a {
  font-size: 1em;
}
/* line 54, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .alphabet p {
  margin-bottom: 2px;
}
/* line 60, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .form-control {
  height: 32px !important;
}
/* line 65, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
div.alphabet-wrapper .header a {
  color: black;
}

/* line 72, /home/bcfi/repertorium/app/assets/stylesheets/alphabet.css.scss */
.search-alphabet-footer {
  opacity: 0.9;
}
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/static_pages.scss */
.max-750px {
  max-width: 750px;
  margin-right: 5px;
}

/* line 8, /home/bcfi/repertorium/app/assets/stylesheets/static_pages.scss */
section p {
  margin-top: 0.70em;
  margin-bottom: 0.70em;
}
/* line 14, /home/bcfi/repertorium/app/assets/stylesheets/static_pages.scss */
section table p {
  margin-top: 0.10em;
  margin-bottom: 0.10em;
}
/* line 20, /home/bcfi/repertorium/app/assets/stylesheets/static_pages.scss */
section h1, section h2, section h3, section h4, section h5, section h6 {
  font-weight: bold;
}

/* line 26, /home/bcfi/repertorium/app/assets/stylesheets/static_pages.scss */
.last-update {
  position: fixed;
  bottom: 0;
  height: 40px;
  margin: 0 auto;
  color: #555;
  z-index: 1000;
}
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/recent_info.css.scss */
.parallel-circuit {
  display: none;
}

/* line 5, /home/bcfi/repertorium/app/assets/stylesheets/recent_info.css.scss */
.slider {
  margin-left: 10px;
}
/*! =======================================================
                      VERSION  9.8.0              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89cdef), to(#81bfde));
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-filter: none;
          filter: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-filter: none;
          filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89cdef), to(#81bfde));
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
.webui-popover-content {
  display: none;
}
.webui-popover-rtl {
  direction: rtl;
  text-align: right;
}
/*  webui popover  */
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
}
.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px;
}
.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px;
}
.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px;
}
.webui-popover.pop {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5), -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.in {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: block;
}
.webui-popover .webui-popover-content > div:first-child {
  width: 99%;
}
.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}
.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.webui-popover-inner .close:after {
  content: "\00D7";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative;
}
.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
}
.webui-popover-inverse {
  background-color: #333333;
  color: #eeeeee;
}
.webui-popover-inverse .webui-popover-title {
  background: #333333;
  border-bottom: 1px solid #3b3b3b;
  color: #eeeeee;
}
.webui-no-padding .webui-popover-content {
  padding: 0;
}
.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}
.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}
.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}
.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.webui-popover > .webui-arrow {
  border-width: 11px;
}
.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: "";
}
.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-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;
}
.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}
.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-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);
}
.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333333;
}
.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333333;
}
.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333333;
}
.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333333;
}
.webui-popover i.icon-refresh:before {
  content: "";
}
.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none;
}
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/mult_env.css.scss */
span.pub_env {
  background-color: #008000;
  color: white;
  border-radius: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 11, /home/bcfi/repertorium/app/assets/stylesheets/mult_env.css.scss */
span.amb_env {
  background-color: #802f00;
  color: white;
  border-radius: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 21, /home/bcfi/repertorium/app/assets/stylesheets/mult_env.css.scss */
span.hos_env {
  background-color: #000a80;
  color: white;
  border-radius: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 32, /home/bcfi/repertorium/app/assets/stylesheets/mult_env.css.scss */
span.rvt_env {
  background-color: #9a8001;
  color: white;
  border-radius: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 42, /home/bcfi/repertorium/app/assets/stylesheets/mult_env.css.scss */
.navbar-public {
  border-bottom: 4px solid #008000 !important;
}

/* line 56, /home/bcfi/repertorium/app/assets/stylesheets/mult_env.css.scss */
.navbar-inpatient {
  border-bottom: 4px solid #000a80 !important;
}

/* line 70, /home/bcfi/repertorium/app/assets/stylesheets/mult_env.css.scss */
.navbar-outpatient {
  border-bottom: 4px solid #802f00 !important;
}

/* line 84, /home/bcfi/repertorium/app/assets/stylesheets/mult_env.css.scss */
.navbar-residential_care {
  border-bottom: 4px solid #9a8001 !important;
}

/* line 93, /home/bcfi/repertorium/app/assets/stylesheets/mult_env.css.scss */
.hg {
  cursor: pointer;
}
/* ========================================================================
 * bootstrap-tour - v0.11.0
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2015 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the MIT License (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://opensource.org/licenses/MIT
 *
 * 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.
 * ========================================================================
 */


.tour-backdrop {
  position: absolute;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.popover[class*="tour-"] {
  z-index: 1102;
}
.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px;
  overflow: hidden;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}
/* line 1, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
* {
  box-sizing: border-box;
}

/* line 5, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tiles, .tiles-static, .auditorium-tiles {
  /* max-width: 1500px; */
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  justify-content: space-around;
  -webkit-box-align: stretch;
          align-items: stretch;
}
/* line 7, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tiles *[class*="col-"], .tiles-static *[class*="col-"], .auditorium-tiles *[class*="col-"] {
  padding: 3px !important;
}
@media only screen and (min-width: 768px) {
  /* line 7, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
  .tiles *[class*="col-"], .tiles-static *[class*="col-"], .auditorium-tiles *[class*="col-"] {
    padding: 10px !important;
  }
}

/* line 18, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tiles:after,
.tiles-news:static {
  content: '';
  display: block;
  clear: both;
}

/* line 25, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tiles .tile {
  opacity: 0;
  /* hide by default */
}

/* line 29, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile {
  background: white;
  font-family: "PT Sans";
  font-weight: 100;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  padding-right: 10px;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.07), 0 5px 5px rgba(0, 0, 0, 0.1), inset 0 0 70px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  -webkit-box-flex: 0;
          flex: 0 1 48%;
  display: -webkit-box;
  display: flex;
}
/* line 38, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile span[class*="-icon"] {
  margin-left: -20px;
}
@media only screen and (min-width: 768px) {
  /* line 29, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
  .tile {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 59, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile {
  min-height: 200px;
}

@media only screen and (min-width: 768px) {
  /* line 65, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
  .tile {
    min-height: 280px;
  }
}
/* line 71, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

/* line 77, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-soft {
  font-family: "PT Sans";
  font-weight: 100;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: whitesmoke;
}

/* line 89, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.is-showing-items .tile {
  opacity: 1;
  /* reveal when ready */
}

/* line 93, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.12), 0 5px 5px rgba(0, 0, 0, 0.1), inset 0 0 70px rgba(0, 0, 0, 0.1);
}

/* line 99, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile a,
.tile-static a {
  text-decoration: none;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

/* line 106, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile.priority-high {
  background-color: #d0f0d047;
}

/* line 109, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile.priority-high .tile-title {
  font-weight: bold;
  color: forestgreen;
}

/* line 114, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile.priority-medium {
  background-color: white;
}

/* line 117, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile.priority-medium .tile-title {
  font-weight: bold;
}

/* line 121, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile.priority-low {
  background-color: white;
}

/* line 124, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile.priority-low .tile-title {
  font-weight: bold;
}

/* line 128, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-title {
  padding-top: 12px;
  margin-bottom: 20px;
  font-size: 1.30em;
  line-height: 1.3em;
  padding-left: 37px;
}

/* line 136, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-summary {
  color: #4d4d4d;
  font-size: 0.9em;
  padding-left: 37x;
  line-height: 1.4em;
}

/* line 142, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-summary p {
  margin-top: 10px;
  margin-bottom: 2px;
}

/* line 148, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer .tile-actions ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: right;
}

/* line 156, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile .theme,
.tile-static .theme {
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.6;
}

/* line 163, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer div.tile-date {
  float: left;
  position: absolute;
  bottom: 6px;
  left: 25px;
  padding-bottom: 7px;
  opacity: 0.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) {
  /* line 163, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
  .tile-footer div.tile-date {
    bottom: 19px;
  }
}

/* line 177, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer div.tile-date:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f672";
  opacity: 0.4;
}

/* line 184, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer .tile-tags ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 200, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer .tile-tags li + li {
  margin-left: .5rem;
}

/* line 204, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer .tile-tags a {
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

/* line 209, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer .tile-tags a {
  padding: 0.25rem 1rem;
  text-align: center;
  line-height: 1.8rem;
  height: 1.8rem;
}

/* line 216, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer .tile-tags a {
  font-size: .9rem;
}

/* line 220, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer .tile-tags a {
  color: #636060;
}

/* line 223, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer .tile-tags a:hover {
  font-weight: bold;
}

/* line 226, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer .tile-actions a {
  font-size: 0.8em;
  color: forestgreen;
}

/* line 231, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer .tile-tags a,
.tile-footer .tile-actions a {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
}

/* line 239, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-footer {
  margin-top: auto;
  padding-top: .5rem;
  padding-bottom: .125rem;
}

/* line 245, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-actions ul > li:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f137";
  padding-left: 6px;
  opacity: 0.3;
  color: black;
}

/* line 253, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-actions ul > li:hover a {
  border-bottom-style: dotted;
  border-bottom-color: #333;
  border-bottom-width: 1px;
}

/* line 259, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-event .tile-title {
  /* padding-right: 20px; */
  font-weight: bold;
  color: #333;
}

/* line 264, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tiles-event .tile-news {
  opacity: 1;
}

/* line 267, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-event .tile-title:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f736";
  font-size: 2em;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 0.8;
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 60px;
}

/* line 280, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-news .tile-title {
  /* padding-right: 20px; */
  font-weight: bold;
}

/* line 284, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-news:not(.tile-nocolor) .tile-title,
.tile-gow .tile-title {
  font-weight: bold;
  color: #a94442;
}

/* line 289, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.gow-tag {
  color: #a94442 !important;
}

/* line 293, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tiles-news .tile-news {
  opacity: 1;
}

/*.tile-news .tile-title:before {
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f09e";
  font-size: 2em;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 60px;
}*/
/* line 309, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-news .tile-actions a {
  color: #a94442;
}

/* line 313, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-article .tile-title {
  /* padding-right: 20px; */
  font-weight: bold;
  color: #00a547;
}

/*.tile-article .tile-title:before {
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f518";
  font-size: 2em;
  padding-right: 10px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 60px;
}*/
/* line 330, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-learning .tile-actions a {
  color: #00a547;
}

/* line 334, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-learning .tile-title {
  /* padding-right: 20px; */
  font-weight: bold;
  color: #2a3b99;
}

/*.tile-learning .tile-title:before {
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f19d";
  font-size: 2em;
  padding-right: 10px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 60px;
}*/
/* line 351, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-learning .tile-actions a {
  color: #2a3b99;
}

/* line 355, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-repertorium {
  margin-top: 10px !important;
}

/* line 359, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-repertorium .tile-title {
  padding-right: 10px;
  font-weight: bold;
  margin-bottom: 18px;
  text-transform: uppercase;
  /* padding-right: 20px; */
  font-weight: bold;
  color: #00a547;
}

/*.tile-repertorium .tile-title:before {
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f6b8";
  font-size: 2em;
  padding-right: 10px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 60px;
}*/
/* line 380, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-repertorium .tile-actions a {
  color: forestgreen;
}

/* line 383, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-repertorium a:not(.btn):not(.ghost-btn):not([data-toggle="tab"]),
.tile-repertorium a:not(.btn):not(.ghost-btn):not([data-toggle="tab"]):hover,
.tile-repertorium a:not(.btn):not(.ghost-btn):not([data-toggle="tab"]):focus,
.tile-repertorium a:not(.btn):not(.ghost-btn):not([data-toggle="tab"]):active {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #333;
}

/* line 392, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.startpage {
  min-height: calc(100vh - 300px);
}

/* line 395, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.page {
  background-color: #00a547;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 90%;
}

/* line 403, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.scroll-to {
  padding-top: -12px;
  height: 50px;
  cursor: pointer;
  background-color: #00a547;
  color: white;
  -webkit-transition: color .6s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition: color .6s ease-out, background 1s ease-in;
}

/* line 416, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.scroll-to:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f078";
  font-size: 4em;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: -25px;
}

/* line 427, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.scroll-to.white {
  height: 50px;
  cursor: pointer;
  background-color: white;
  color: #00a547;
}

/* line 433, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.scroll-to.gradient {
  background: #00a547;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00a547), color-stop(64%, #00a547), to(#ffffff));
  background: linear-gradient(to bottom, #00a547 1%, #00a547 64%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a547', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

/* line 440, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.skewed-bg-top-1 {
  margin-top: 25px;
  border-bottom: 40px solid #00a547;
  border-left: 98.8vw solid white;
  top: -100px;
  cursor: pointer;
  pointer-events: none;
}

/* line 448, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.skewed-bg-top-2 {
  margin-top: 25px;
  border-bottom: 40px solid #00a547;
  border-right: 98.8vw solid white;
  top: -100px;
  cursor: pointer;
  pointer-events: none;
}

/* line 456, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.scroll-to:hover {
  color: #2a3b99;
}

/* line 459, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.skewed-bg-bottom-1 {
  border-top: 30px solid #00a547;
  border-left: 98.8vw solid white;
  bottom: -100px;
}

/* line 465, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.skewed-bg-bottom-2 {
  border-top: 30px solid #00a547;
  border-right: 98.8vw solid white;
  bottom: -100px;
}

/* line 471, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.boilerplate {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.9em;
}

@media only screen and (min-width: 768px) {
  /* line 480, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
  .boilerplate {
    font-size: 1.2em;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 487, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.boilerplate {
  letter-spacing: 0.04em;
  color: white;
}

/* line 491, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.boilerplate:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f10d";
  font-size: 2em;
  padding-right: 20px;
  display: inline-block;
  position: absolute;
  left: 20px;
  width: 60px;
}

/*.boilerplate:after {
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f10e";
  font-size: 2em;
  padding-left: 20px;
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 60px; 
}*/
/* line 515, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.full-height-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

/* line 520, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.full-height {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

/* line 524, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
#readmore-button {
  color: forestgreen;
  background-color: white;
  border-color: white;
  height: 20px;
  width: 100px;
  margin: -20px -50px;
  position: relative;
  top: 50%;
  left: 50%;
}

/* line 536, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.ghost-btn.large {
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  /* line 536, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
  .ghost-btn.large {
    font-size: 1.2em;
  }
}

/* line 545, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.ghost-btn.small {
  font-size: 1em;
  padding: 0.1em 0.4em;
}

/* line 549, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.ghost-btn.green {
  text-transform: uppercase;
  color: #ffffff;
  border: 0.15em solid #fff;
  background-color: #00a547;
}

/* line 555, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.ghost-btn.green.active {
  text-transform: uppercase;
  color: #ffffff;
  border: 0.15em solid #fff;
  background-color: #2a3b99;
}

/* line 561, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.ghost-btn.gray {
  font-size: 1.2em;
  text-transform: uppercase;
  color: black;
  border: none;
  background-color: #e8e8e8;
}

/* line 568, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.ghost-btn {
  font-size: 1em;
  letter-spacing: 0.05em;
  background-color: whitesmoke;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  border: 0.15em solid #333;
  padding: 0.4em 0.6em;
  -webkit-transition: color 150ms, background 250ms, border-color 350ms;
  transition: color 150ms, background 250ms, border-color 350ms;
  cursor: pointer;
  text-align: center;
  margin: 3px;
}

/* line 582, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.ghost-btn:hover, .ghost-btn:active, .ghost-btn:focus {
  background: #00a547;
  border-color: #00a547;
  color: #fff;
  text-decoration: none;
}

/* line 588, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.ghost-btn.green:hover, .ghost-btn.green:active, .ghost-btn.green:focus {
  background: #2a3b99;
  border-color: white;
  color: white;
}

@media only screen and (min-width: 768px) {
  /* line 594, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
  .row-eq-height {
    display: table;
  }

  /* line 597, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
  .row-eq-height [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
/* line 604, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
span.paper-clip:after {
  width: 11px;
  height: 20px;
  content: " ";
  background: transparent;
  display: block;
  position: absolute;
  right: 2px;
  top: 5px;
  border-radius: 10px;
  border: 2px solid #ccc;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 619, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
span.paper-clip {
  top: -6px;
  right: 20px;
  height: 40px;
  width: 15px;
  border-radius: 10px;
  border: 2px solid #ccc;
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}

/* line 631, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-corner {
  float: right;
}

/* line 635, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-news-list .tile-title {
  padding-right: 10px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}
/* line 640, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-news-list .tile-title .theme {
  opacity: 1;
}

/*.tile-news-list .tile-title:before {
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f143";
  font-size: 2em;
  padding-left: 10px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  left: 35px;
  width: 20px;
}*/
/* line 654, /home/bcfi/repertorium/app/assets/stylesheets/tiles.css.scss */
.tile-news-list .tile-actions a {
  color: forestgreen;
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  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 */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.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/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#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); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

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

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.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...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

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

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.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; }

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

.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)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.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).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.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
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.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 */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.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; }

.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 (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* 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.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  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;
  -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
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.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 */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box; }

.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 */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.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 */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  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)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.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 */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.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; }

.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.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

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

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.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 (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .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; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }
/* line 3, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile .auditorium-icon {
  margin-top: -35px;
  float: right;
  margin-right: 20px;
}
/* line 10, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .auditorium-title {
  background-color: #30b54f !important;
  color: white;
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 10, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
  div.auditorium .auditorium-title {
    padding-top: 20px;
  }
}
/* line 22, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .auditorium-title a {
  color: white !important;
}
/* line 26, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .auditorium-title p {
  font-size: 1em;
  padding: 5px;
}
@media (min-width: 768px) {
  /* line 26, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
  div.auditorium .auditorium-title p {
    padding: 10px;
    font-size: 1.2em;
  }
}
/* line 37, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .auditorium-title h1 {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 768px) {
  /* line 37, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
  div.auditorium .auditorium-title h1 {
    font-size: 42px;
  }
}
/* line 46, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .text-center {
  text-align: center;
}
/* line 49, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile {
  background: white;
  font-family: "PT Sans";
  font-weight: 100;
  padding: 2px;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.07), 0 5px 5px rgba(0, 0, 0, 0.1), inset 0 0 70px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  -webkit-box-flex: 0;
          flex: 0 1 48%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
/* line 67, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture {
  height: 250px;
  width: 100%;
  background-color: white;
}
/* line 72, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-ppi {
  background-image: url(images/ppi.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 78, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-dem {
  background-image: url(images/dem.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 84, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-odds {
  background-image: url(images/odds.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 90, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-ong {
  background-image: url(images/ong.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 96, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-ris {
  background-image: url(images/ris.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 102, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-cannabis {
  background-image: url(images/cannabis.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 109, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-oudmed {
  background-image: url(images/oudmed.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 116, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-ouddep {
  background-image: url(images/ouddep.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 123, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-oudgeb {
  background-image: url(images/oudgeb.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 130, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-medquiz2020 {
  background-image: url(images/medquiz2020.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 137, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-rct_audit {
  background-image: url(images/rct_audit.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 144, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-hypertensie {
  background-image: url(images/hypertensie.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 151, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-medquizaut2020 {
  background-image: url(images/medquizaut2020.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 158, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-medquiz2020doacs {
  background-image: url(images/medquiz2020doacs.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 166, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-guidecover {
  background-image: url(images/guidecover.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 173, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-medquizjan2021 {
  background-image: url(images/medquizjan2021.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 180, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-medquizmar2021 {
  background-image: url(images/medquizmar2021.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 187, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-medquizmei2021 {
  background-image: url(images/medquizmei2021.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 194, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-rct2 {
  background-image: url(images/rct2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 201, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-bapcoc1 {
  background-image: url(images/bapcoc1.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 208, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-medquizau2021 {
  background-image: url(images/tegelmq5.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 214, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-medquizap2022 {
  background-image: url(images/tegelmq6.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 220, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-folquizsep2021 {
  background-image: url(images/folquizsep2021.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 227, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-folquizoct2021 {
  background-image: url(images/folquizoct2021.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 234, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-interacties2021 {
  background-image: url(images/interacties2021.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 241, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-bapcoc2 {
  background-image: url(images/bapcoc2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 248, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-interacties2022 {
  background-image: url(images/interacties2022.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 255, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-opioid2022 {
  background-image: url(images/opioid2022.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 262, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-horm_contraception2022 {
  background-image: url(images/horm_contraception2022.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 269, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-animalmeds2022 {
  background-image: url(images/animalmeds2022.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 275, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-opioids2022 {
  background-image: url(images/Phase_Out_Opioiden.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 281, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-picture.picture-MQ7 {
  background-image: url(images/MQ7.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 287, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-border {
  height: 20px;
  width: 100%;
  background-color: #2a3b99;
}
/* line 292, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-caption {
  float: right;
  margin-right: 75px;
  color: white;
  margin-top: -2px;
}
/* line 298, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-content {
  height: 250px;
}
/* line 301, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-content-frame {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: 1em;
}
/* line 307, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-content-more {
  padding: 10px;
}
/* line 310, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-content-frame {
  max-height: 200px;
}
/* line 313, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-content-frame:not([data-type='desc']) {
  display: none;
}
/* line 316, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium a.aud-more {
  font-size: 0.8em;
}
/* line 319, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium a.aud-more[data-type='desc'] {
  display: none;
}
/* line 322, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-scroll-y {
  overflow-y: scroll;
  max-height: 170px;
}
/* line 326, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .aud-title {
  margin: 10px;
  padding-top: 10px;
  font-size: 1.25em;
  font-weight: bold;
}
/* line 332, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium a.aud-more {
  margin-right: 10px;
  text-transform: uppercase;
  color: #2a3b99;
}
/* line 338, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer .tile-actions ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: right;
}
/* line 346, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer .tile-tags {
  padding-bottom: 25px;
  padding-left: 10px;
}
/* line 351, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer div.tile-date {
  float: left;
  position: absolute;
  padding-bottom: 0px !important;
  bottom: 15px;
  left: 20px;
  opacity: 0.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
/* line 362, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer div.tile-date:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f672";
  opacity: 0.4;
}
/* line 368, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer span.cp-badge:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f00c";
  opacity: 0.4;
}
/* line 375, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer .tile-tags ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 391, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer .tile-tags li + li {
  margin-left: .5rem;
}
/* line 395, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer .tile-tags a {
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
/* line 400, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer .tile-tags a {
  padding: 0.25rem 1rem;
  text-align: center;
  line-height: 1.8rem;
  height: 1.8rem;
}
/* line 407, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer .tile-tags a {
  font-size: .9rem;
}
/* line 411, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer .tile-tags a {
  color: #636060;
}
/* line 414, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer .tile-tags a:hover {
  font-weight: bold;
}
/* line 417, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer .tile-actions a {
  font-size: 0.8em;
  color: forestgreen;
}
/* line 422, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer .tile-tags a,
div.auditorium .tile-footer .tile-actions a {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
}
/* line 430, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .tile-footer {
  margin-top: auto;
  padding-top: .5rem;
  padding-bottom: .125rem;
}
/* line 436, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .auditorium-filters {
  padding: 10px;
}
/* line 440, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .auditorium-filters label {
  margin: 0;
}
/* line 444, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .auditorium-news {
  position: relative;
  background-color: #ff000014;
  min-height: 80px;
}
@media (max-width: 768px) {
  /* line 444, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
  div.auditorium .auditorium-news {
    font-size: 0.8em;
  }
}
/* line 453, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .auditorium-news p {
  padding-left: 10px;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 5px;
}
/* line 459, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .auditorium-news .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 465, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .time-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  background: white;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: black;
  padding: 2px 4px;
  font-size: 0.8em;
}
/* line 477, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .cp-badge {
  background: #2a3b99;
  color: white;
  text-align: center;
  border-radius: 3px;
  padding: 3px 4px;
  font-size: .9rem;
  text-transform: uppercase;
}
/* line 487, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .has-search .form-control {
  padding-left: 2.375rem;
}
/* line 491, /home/bcfi/repertorium/app/assets/stylesheets/auditorium.css.scss */
div.auditorium .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
/* line 5, /home/bcfi/repertorium/app/assets/stylesheets/older_adults_meds.scss */
.display-flex-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

/* line 10, /home/bcfi/repertorium/app/assets/stylesheets/older_adults_meds.scss */
.olderadultsmeds_img img {
  height: 125px;
}
