@charset "UTF-8";
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 10, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 26, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 54, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 62, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 91, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 100, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 108, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 113, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 118, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 125, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 135, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 139, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 155, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 162, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 167, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 171, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 176, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 182, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 188, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  thead {
    display: table-header-group;
  }
  /* line 192, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 197, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 205, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 212, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 9, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  background-color: white;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #69b1ff;
  text-decoration: none;
}

/* line 26, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover,
a:focus {
  color: #1d89ff;
  text-decoration: underline;
}

/* line 37, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 42, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 51, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 567, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

/* line 572, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 579, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span3 {
  width: 220px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span6 {
  width: 460px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span12 {
  width: 940px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset3 {
  margin-left: 260px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset12 {
  margin-left: 980px;
}

/* line 614, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid:after {
  clear: both;
}

/* line 617, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595745%;
  *margin-left: 2.0744680851%;
}

/* line 623, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 628, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.1276595745%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span1 {
  width: 6.3829787234%;
  *width: 6.329787234%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span2 {
  width: 14.8936170213%;
  *width: 14.8404255319%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span3 {
  width: 23.4042553191%;
  *width: 23.3510638298%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span4 {
  width: 31.914893617%;
  *width: 31.8617021277%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span5 {
  width: 40.4255319149%;
  *width: 40.3723404255%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span6 {
  width: 48.9361702128%;
  *width: 48.8829787234%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span7 {
  width: 57.4468085106%;
  *width: 57.3936170213%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span8 {
  width: 65.9574468085%;
  *width: 65.9042553191%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span9 {
  width: 74.4680851064%;
  *width: 74.414893617%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span10 {
  width: 82.9787234043%;
  *width: 82.9255319149%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span11 {
  width: 91.4893617021%;
  *width: 91.4361702128%;
}

/* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.9468085106%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 10.6382978723%;
  *margin-left: 10.5319148936%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.5106382979%;
  *margin-left: 8.4042553191%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 19.1489361702%;
  *margin-left: 19.0425531915%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.0212765957%;
  *margin-left: 16.914893617%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 27.6595744681%;
  *margin-left: 27.5531914894%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.5319148936%;
  *margin-left: 25.4255319149%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 36.170212766%;
  *margin-left: 36.0638297872%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.0425531915%;
  *margin-left: 33.9361702128%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 44.6808510638%;
  *margin-left: 44.5744680851%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914894%;
  *margin-left: 42.4468085106%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 53.1914893617%;
  *margin-left: 53.085106383%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.0638297872%;
  *margin-left: 50.9574468085%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 61.7021276596%;
  *margin-left: 61.5957446809%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.5744680851%;
  *margin-left: 59.4680851064%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574%;
  *margin-left: 70.1063829787%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.085106383%;
  *margin-left: 67.9787234043%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 78.7234042553%;
  *margin-left: 78.6170212766%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.5957446809%;
  *margin-left: 76.4893617021%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 87.2340425532%;
  *margin-left: 87.1276595745%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787%;
  *margin-left: 85%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 95.7446808511%;
  *margin-left: 95.6382978723%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.6170212766%;
  *margin-left: 93.5106382979%;
}

/* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 104.2553191489%;
  *margin-left: 104.1489361702%;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.1276595745%;
  *margin-left: 102.0212765957%;
}

/* line 13, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_grid.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

/* line 18, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_grid.scss */
.pull-right[class*="span"],
.row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 7, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 12, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 30px;
}

/* line 24, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
small {
  font-size: 85%;
}

/* line 26, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
strong {
  font-weight: bold;
}

/* line 27, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
em {
  font-style: italic;
}

/* line 28, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 31, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.muted {
  color: #999;
}

/* line 32, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.muted:hover,
a.muted:focus {
  color: gray;
}

/* line 35, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 36, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 39, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-error {
  color: #ff7875;
}

/* line 40, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #ff4642;
}

/* line 43, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-info {
  color: #69B1ff;
}

/* line 44, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #3696ff;
}

/* line 47, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-success {
  color: #d9f7be;
}

/* line 48, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #bef191;
}

/* line 51, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 52, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 53, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 59, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* line 66, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

/* line 73, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 77, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 {
  font-size: 35.75px;
}

/* line 78, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h2 {
  font-size: 29.25px;
}

/* line 79, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h3 {
  font-size: 22.75px;
}

/* line 80, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h4 {
  font-size: 16.25px;
}

/* line 81, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h5 {
  font-size: 13px;
}

/* line 82, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h6 {
  font-size: 11.05px;
}

/* line 84, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small {
  font-size: 22.75px;
}

/* line 85, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h2 small {
  font-size: 16.25px;
}

/* line 86, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h3 small {
  font-size: 13px;
}

/* line 87, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h4 small {
  font-size: 13px;
}

/* line 93, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

/* line 105, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 109, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 115, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
li {
  line-height: 20px;
}

/* line 120, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 127, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 131, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 140, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 143, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 20px;
}

/* line 147, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 150, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 10px;
}

/* line 154, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 156, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/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 163, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 172, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

/* line 180, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 186, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 192, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 202, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}

/* line 206, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 212, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 218, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 223, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 226, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 234, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 242, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 7, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 17, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 26, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 42, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 47, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 58, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
form {
  margin: 0 0 20px;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 33, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend small {
  font-size: 15px;
  color: #999;
}

/* line 40, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}

/* line 47, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

/* line 55, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 64, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 94, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 100, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea {
  height: auto;
}

/* line 104, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* line 126, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 135, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 144, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 155, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

/* line 163, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 170, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 176, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 188, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 198, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 204, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

/* line 86, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

/* line 89, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 224, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 229, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 236, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 243, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 250, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 261, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 262, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-small {
  width: 90px;
}

/* line 263, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 264, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-large {
  width: 210px;
}

/* line 265, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 266, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 269, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 282, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 669, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 676, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 304, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row {
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row:after {
  clear: both;
}

/* line 309, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 315, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 327, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 337, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 162, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 168, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 175, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 186, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 162, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #ff7875;
}

/* line 168, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #ff7875;
}

/* line 175, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #ff7875;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #ff4642;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdcdb;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdcdb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdcdb;
}

/* line 186, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #ff7875;
  background-color: #ffccc7;
  border-color: #ff7875;
}

/* line 162, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #d9f7be;
}

/* line 168, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #d9f7be;
}

/* line 175, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #d9f7be;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #bef191;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

/* line 186, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #d9f7be;
  background-color: #dff0d8;
  border-color: #d9f7be;
}

/* line 162, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #69B1ff;
}

/* line 168, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #69B1ff;
}

/* line 175, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #69B1ff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #3696ff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cfe6ff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cfe6ff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cfe6ff;
}

/* line 186, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #69B1ff;
  background-color: #d9edf7;
  border-color: #69B1ff;
}

/* line 369, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 374, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 385, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 399, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 404, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 409, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 422, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

/* line 431, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 13px;
}

/* line 439, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 448, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 452, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* line 466, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .action-menu .action,
.action-menu .input-append .action,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .action-menu .action,
.action-menu .input-prepend .action,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 472, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 479, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .action-menu .action,
.action-menu .input-prepend .action {
  margin-right: -1px;
}

/* line 483, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend .action-menu .action:first-child,
.action-menu .input-prepend .action:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 491, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 495, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input + .btn-group .btn:last-child, .input-append input + .btn-group .action-menu .action:last-child, .action-menu .input-append input + .btn-group .action:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append select + .btn-group .action-menu .action:last-child,
.action-menu .input-append select + .btn-group .action:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .action-menu .action:last-child,
.action-menu .input-append .uneditable-input + .btn-group .action:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 499, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .action-menu .action,
.action-menu .input-append .action,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 504, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .action-menu .action:last-child,
.action-menu .input-append .action:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 513, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 517, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append input + .btn-group .action-menu .action, .action-menu .input-prepend.input-append input + .btn-group .action,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append select + .btn-group .action-menu .action,
.action-menu .input-prepend.input-append select + .btn-group .action,
.input-prepend.input-append .uneditable-input + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .action-menu .action,
.action-menu .input-prepend.input-append .uneditable-input + .btn-group .action {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 521, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .action-menu .action:first-child,
.action-menu .input-prepend.input-append .action:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 526, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .action-menu .action:last-child,
.action-menu .input-prepend.input-append .action:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 531, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 542, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 552, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 556, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 559, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .btn, .form-search .input-append .action-menu .action, .action-menu .form-search .input-append .action {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 562, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 565, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-prepend .btn, .form-search .input-prepend .action-menu .action, .action-menu .form-search .input-prepend .action {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 581, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 594, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 598, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 605, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 612, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 621, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 632, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 637, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 652, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 659, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 666, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 671, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 681, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

/* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 9, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table, form .table-form, #results #results-table table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 23, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th, form .table-form th, #results #results-table table th,
.table td,
form .table-form td,
#results #results-table table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 31, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th, form .table-form th, #results #results-table table th {
  font-weight: bold;
}

/* line 35, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table thead th, form .table-form thead th, #results #results-table table thead th {
  vertical-align: bottom;
}

/* line 39, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table caption + thead tr:first-child th, form .table-form caption + thead tr:first-child th, #results #results-table table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
form .table-form caption + thead tr:first-child td,
#results #results-table table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
form .table-form colgroup + thead tr:first-child th,
#results #results-table table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
form .table-form colgroup + thead tr:first-child td,
#results #results-table table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
form .table-form thead:first-child tr:first-child th,
#results #results-table table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
form .table-form thead:first-child tr:first-child td,
#results #results-table table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 48, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody, form .table-form tbody + tbody, #results #results-table table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 53, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .table, form .table-form .table, .table form .table-form, form .table .table-form, form .table-form .table-form, #results #results-table table .table, #results #results-table table form .table-form, form #results #results-table table .table-form, .table #results #results-table table, form .table-form #results #results-table table, #results #results-table .table table, #results #results-table form .table-form table, form #results #results-table .table-form table, #results #results-table table table {
  background-color: white;
}

/* line 64, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 80, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

/* line 85, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* line 97, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 103, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 109, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 117, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 126, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

/* line 134, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 140, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 158, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 171, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 183, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span1, form .table-form td.span1, #results #results-table table td.span1,
.table th.span1,
form .table-form th.span1,
#results #results-table table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span2, form .table-form td.span2, #results #results-table table td.span2,
.table th.span2,
form .table-form th.span2,
#results #results-table table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span3, form .table-form td.span3, #results #results-table table td.span3,
.table th.span3,
form .table-form th.span3,
#results #results-table table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span4, form .table-form td.span4, #results #results-table table td.span4,
.table th.span4,
form .table-form th.span4,
#results #results-table table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span5, form .table-form td.span5, #results #results-table table td.span5,
.table th.span5,
form .table-form th.span5,
#results #results-table table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span6, form .table-form td.span6, #results #results-table table td.span6,
.table th.span6,
form .table-form th.span6,
#results #results-table table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span7, form .table-form td.span7, #results #results-table table td.span7,
.table th.span7,
form .table-form th.span7,
#results #results-table table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span8, form .table-form td.span8, #results #results-table table td.span8,
.table th.span8,
form .table-form th.span8,
#results #results-table table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span9, form .table-form td.span9, #results #results-table table td.span9,
.table th.span9,
form .table-form th.span9,
#results #results-table table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span10, form .table-form td.span10, #results #results-table table td.span10,
.table th.span10,
form .table-form th.span10,
#results #results-table table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span11, form .table-form td.span11, #results #results-table table td.span11,
.table th.span11,
form .table-form th.span11,
#results #results-table table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span12, form .table-form td.span12, #results #results-table table td.span12,
.table th.span12,
form .table-form th.span12,
#results #results-table table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 207, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.success > td, form .table-form tbody tr.success > td, #results #results-table table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 210, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.error > td, form .table-form tbody tr.error > td, #results #results-table table tbody tr.error > td {
  background-color: #ffccc7;
}

/* line 213, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.warning > td, form .table-form tbody tr.warning > td, #results #results-table table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 216, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.info > td, form .table-form tbody tr.info > td, #results #results-table table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 223, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 226, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ffb5ae;
}

/* line 229, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 232, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 17, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/assets/glyphicons-halflings-d99e3fa32c641032f08149914b28c2dc6acf2ec62f70987f2259eabbfa7fc0de.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
/* line 32, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url(/assets/glyphicons-halflings-white-f0e0d95a9c8abcdfabf46348e2d4285829bb0491f5f6af0e05af52bffb6324c4.png);
}

/* line 52, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 53, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-music {
  background-position: -24px  0;
}

/* line 54, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-search {
  background-position: -48px  0;
}

/* line 55, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-envelope {
  background-position: -72px  0;
}

/* line 56, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-heart {
  background-position: -96px  0;
}

/* line 57, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 58, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 59, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 60, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 61, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 62, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 63, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 64, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 65, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 66, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 67, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 68, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 69, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 70, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 71, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 73, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-home {
  background-position: 0      -24px;
}

/* line 74, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-file {
  background-position: -24px  -24px;
}

/* line 75, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-time {
  background-position: -48px  -24px;
}

/* line 76, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-road {
  background-position: -72px  -24px;
}

/* line 77, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px;
}

/* line 78, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 79, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 80, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 81, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 82, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 83, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 84, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 85, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 86, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 87, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 88, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 89, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 90, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 91, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 92, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 94, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tag {
  background-position: 0      -48px;
}

/* line 95, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px;
}

/* line 96, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-book {
  background-position: -48px  -48px;
}

/* line 97, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px;
}

/* line 98, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-print {
  background-position: -96px  -48px;
}

/* line 99, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 100, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 101, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 102, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 103, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 104, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 105, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 106, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 107, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 108, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 109, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 110, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 111, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 112, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 113, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 115, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px;
}

/* line 116, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px;
}

/* line 117, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px;
}

/* line 118, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px;
}

/* line 119, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px;
}

/* line 120, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 121, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 122, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 123, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 124, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 125, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 126, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play, .videos .video-list tr.active a.play:before {
  background-position: -264px -72px;
}

/* line 127, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 128, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 129, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 130, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 131, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 132, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 133, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 134, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 136, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px;
}

/* line 137, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px;
}

/* line 138, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px;
}

/* line 139, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px;
}

/* line 140, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px;
}

/* line 141, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 142, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 143, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 144, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 145, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 146, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 147, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 148, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 149, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 150, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 151, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 152, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 153, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 154, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 155, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 157, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px;
}

/* line 158, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px;
}

/* line 159, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px;
}

/* line 160, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px;
}

/* line 161, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px;
}

/* line 162, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 163, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 164, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 165, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 166, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

/* line 167, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 168, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 169, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 170, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 171, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 172, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 173, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

/* line 174, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

/* line 175, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 176, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 178, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px;
}

/* line 179, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px;
}

/* line 180, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px;
}

/* line 181, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px;
}

/* line 182, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px;
}

/* line 183, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 184, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 185, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 186, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 187, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 188, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 189, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 190, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 191, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 192, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 193, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 194, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 195, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 197, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 7, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 15, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 64, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 70, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 75, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

/* line 88, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #5facff;
  background-image: -moz-linear-gradient(top, #69b1ff, #50a4ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#69b1ff), to(#50a4ff));
  background-image: -webkit-linear-gradient(top, #69b1ff, #50a4ff);
  background-image: -o-linear-gradient(top, #69b1ff, #50a4ff);
  background-image: linear-gradient(to bottom, #69b1ff, #50a4ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF69B1FF', endColorstr='#FF50A4FF', GradientType=0);
}

/* line 99, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/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: #5facff;
  background-image: -moz-linear-gradient(top, #69b1ff, #50a4ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#69b1ff), to(#50a4ff));
  background-image: -webkit-linear-gradient(top, #69b1ff, #50a4ff);
  background-image: -o-linear-gradient(top, #69b1ff, #50a4ff);
  background-image: linear-gradient(to bottom, #69b1ff, #50a4ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF69B1FF', endColorstr='#FF50A4FF', GradientType=0);
}

/* line 111, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 117, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/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: default;
}

/* line 128, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open {
  *z-index: 1000;
}

/* line 133, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 140, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 151, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 163, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

/* line 169, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 178, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 182, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 189, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 194, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 203, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 216, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 221, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 227, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 237, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 244, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 7, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  border: 1px solid #dedede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 26, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 9, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 19, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 6, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 26, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 10, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn, .action-menu .action {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(top, #fafafa, #d3d3d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#d3d3d3));
  background-image: -webkit-linear-gradient(top, #fafafa, #d3d3d3);
  background-image: -o-linear-gradient(top, #fafafa, #d3d3d3);
  background-image: linear-gradient(to bottom, #fafafa, #d3d3d3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFD3D3D3', GradientType=0);
  border-color: #d3d3d3 #d3d3d3 #adadad;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d3d3d3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 513, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:hover, .action-menu .action:hover, .btn:focus, .action-menu .action:focus, .btn:active, .action-menu .action:active, .btn.active, .action-menu .active.action, .btn.disabled, .action-menu .disabled.action, .btn[disabled], .action-menu .action[disabled] {
  color: #333;
  background-color: #d3d3d3;
  *background-color: #c6c6c6;
}

/* line 520, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:active, .action-menu .action:active, .btn.active, .action-menu .active.action {
  background-color: #bababa \9;
}

/* line 61, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:first-child, .action-menu .action:first-child {
  *margin-left: 0;
}

/* line 29, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .action-menu .action:hover, .btn:focus, .action-menu .action:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 41, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .action-menu .action:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 46, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn.active, .action-menu .active.action, .btn:active, .action-menu .action:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 54, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .action-menu .disabled.action, .btn[disabled], .action-menu .action[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 70, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 75, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 81, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.05px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 86, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 90, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 96, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-mini {
  padding: 0px 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 106, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 115, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 123, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 134, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 145, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #89c4ff;
  background-image: -moz-linear-gradient(top, #69b1ff, #bae0ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#69b1ff), to(#bae0ff));
  background-image: -webkit-linear-gradient(top, #69b1ff, #bae0ff);
  background-image: -o-linear-gradient(top, #69b1ff, #bae0ff);
  background-image: linear-gradient(to bottom, #69b1ff, #bae0ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF69B1FF', endColorstr='#FFBAE0FF', GradientType=0);
  border-color: #bae0ff #bae0ff #6ebeff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bae0ff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #bae0ff;
  *background-color: #a1d5ff;
}

/* line 520, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #87c9ff \9;
}

/* line 149, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffd089;
  background-image: -moz-linear-gradient(top, #ffc069, #ffe7ba);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc069), to(#ffe7ba));
  background-image: -webkit-linear-gradient(top, #ffc069, #ffe7ba);
  background-image: -o-linear-gradient(top, #ffc069, #ffe7ba);
  background-image: linear-gradient(to bottom, #ffc069, #ffe7ba);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFC069', endColorstr='#FFFFE7BA', GradientType=0);
  border-color: #ffe7ba #ffe7ba #ffcc6e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffe7ba;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #ffe7ba;
  *background-color: #ffdea1;
}

/* line 520, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #ffd587 \9;
}

/* line 153, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff9a96;
  background-image: -moz-linear-gradient(top, #ff7875, #ffccc7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7875), to(#ffccc7));
  background-image: -webkit-linear-gradient(top, #ff7875, #ffccc7);
  background-image: -o-linear-gradient(top, #ff7875, #ffccc7);
  background-image: linear-gradient(to bottom, #ff7875, #ffccc7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF7875', endColorstr='#FFFFCCC7', GradientType=0);
  border-color: #ffccc7 #ffccc7 #ff867b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffccc7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #ffccc7;
  *background-color: #ffb5ae;
}

/* line 520, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #ff9e94 \9;
}

/* line 157, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #93e888;
  background-image: -moz-linear-gradient(top, #65de64, #d9f7be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#65de64), to(#d9f7be));
  background-image: -webkit-linear-gradient(top, #65de64, #d9f7be);
  background-image: -o-linear-gradient(top, #65de64, #d9f7be);
  background-image: linear-gradient(to bottom, #65de64, #d9f7be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF65DE64', endColorstr='#FFD9F7BE', GradientType=0);
  border-color: #d9f7be #d9f7be #b1ef7a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d9f7be;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #d9f7be;
  *background-color: #ccf4a7;
}

/* line 520, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #bef191 \9;
}

/* line 161, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #80e5dd;
  background-image: -moz-linear-gradient(top, #5cdbd3, #b5f5ec);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5cdbd3), to(#b5f5ec));
  background-image: -webkit-linear-gradient(top, #5cdbd3, #b5f5ec);
  background-image: -o-linear-gradient(top, #5cdbd3, #b5f5ec);
  background-image: linear-gradient(to bottom, #5cdbd3, #b5f5ec);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CDBD3', endColorstr='#FFB5F5EC', GradientType=0);
  border-color: #b5f5ec #b5f5ec #72ecdb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b5f5ec;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #b5f5ec;
  *background-color: #9ff2e6;
}

/* line 520, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #88efe0 \9;
}

/* line 165, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #383838;
  background-image: -moz-linear-gradient(top, #000000, #8c8c8c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#8c8c8c));
  background-image: -webkit-linear-gradient(top, #000000, #8c8c8c);
  background-image: -o-linear-gradient(top, #000000, #8c8c8c);
  background-image: linear-gradient(to bottom, #000000, #8c8c8c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#FF8C8C8C', GradientType=0);
  border-color: #8c8c8c #8c8c8c #666666;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #8c8c8c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #8c8c8c;
  *background-color: #7f7f7f;
}

/* line 520, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #737373 \9;
}

/* line 173, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn, .action-menu button.action,
input.btn[type="submit"],
.action-menu .action[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 177, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn::-moz-focus-inner, .action-menu button.action::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner,
.action-menu .action[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 186, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-large, .action-menu button.btn-large.action,
input.btn.btn-large[type="submit"],
.action-menu .btn-large.action[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 190, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-small, .action-menu button.btn-small.action,
input.btn.btn-small[type="submit"],
.action-menu .btn-small.action[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 194, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
button.btn.btn-mini, .action-menu button.btn-mini.action,
input.btn.btn-mini[type="submit"],
.action-menu .btn-mini.action[type="submit"] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 205, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 212, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #69b1ff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 218, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #1d89ff;
  text-decoration: underline;
  background-color: transparent;
}

/* line 224, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

/* line 7, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

/* line 61, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 18, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 23, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 27, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn + .btn, .action-menu .btn-toolbar > .action + .btn, .action-menu .btn-toolbar > .btn + .action, .action-menu .btn-toolbar > .action + .action,
.btn-toolbar > .btn-group + .btn,
.action-menu .btn-toolbar > .btn-group + .action,
.btn-toolbar > .btn + .btn-group,
.action-menu .btn-toolbar > .action + .btn-group {
  margin-left: 5px;
}

/* line 35, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn, .action-menu .btn-group > .action {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 39, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .btn, .action-menu .btn-group > .action + .btn, .action-menu .btn-group > .btn + .action, .action-menu .btn-group > .action + .action {
  margin-left: -1px;
}

/* line 42, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn, .action-menu .btn-group > .action,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}

/* line 49, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 9.75px;
}

/* line 52, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 11.05px;
}

/* line 55, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 16.25px;
}

/* line 60, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child, .action-menu .btn-group > .action:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 66, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child, .action-menu .btn-group > .action:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 72, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:first-child, .action-menu .btn-group > .large.action:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 77, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:last-child, .action-menu .btn-group > .large.action:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 84, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .action-menu .btn-group > .action:hover,
.btn-group > .btn:focus,
.action-menu .btn-group > .action:focus,
.btn-group > .btn:active,
.action-menu .btn-group > .action:active,
.btn-group > .btn.active,
.action-menu .btn-group > .active.action {
  z-index: 2;
}

/* line 92, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 103, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, .action-menu .btn-group > .action + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 110, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 116, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 120, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 131, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 137, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle, .btn-group.open .action-menu .dropdown-toggle.action, .action-menu .btn-group.open .dropdown-toggle.action {
  background-color: #d3d3d3;
}

/* line 140, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #bae0ff;
}

/* line 143, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #ffe7ba;
}

/* line 146, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #ffccc7;
}

/* line 149, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #d9f7be;
}

/* line 152, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #b5f5ec;
}

/* line 155, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #8c8c8c;
}

/* line 162, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret, .action-menu .action .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 167, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 170, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 175, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 180, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 193, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 204, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 208, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn, .action-menu .btn-group-vertical > .action {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 214, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn, .action-menu .btn-group-vertical > .action + .btn, .action-menu .btn-group-vertical > .btn + .action, .action-menu .btn-group-vertical > .action + .action {
  margin-left: 0;
  margin-top: -1px;
}

/* line 218, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child, .action-menu .btn-group-vertical > .action:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 221, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child, .action-menu .btn-group-vertical > .action:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 224, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 227, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 9, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin: 0;
}

/* line 27, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 38, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #d9f7be;
}

/* line 43, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success h4 {
  color: #d9f7be;
}

/* line 46, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #ffccc7;
  border-color: #ffb8bd;
  color: #ff7875;
}

/* line 52, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: #ff7875;
}

/* line 56, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #69B1ff;
}

/* line 61, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info h4 {
  color: #69B1ff;
}

/* line 69, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 73, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 77, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 9, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

/* line 16, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 19, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 27, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 32, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 37, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 48, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 57, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 62, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 68, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 71, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #69b1ff;
}

/* line 78, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 83, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 93, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 97, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 101, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 113, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 117, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 121, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 127, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

/* line 133, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 148, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 157, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #69b1ff;
}

/* line 170, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 173, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 178, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 181, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 185, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 188, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 191, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 198, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 201, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 210, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 213, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 220, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #69b1ff;
  border-bottom-color: #69b1ff;
  margin-top: 6px;
}

/* line 225, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #1d89ff;
  border-bottom-color: #1d89ff;
}

/* move down carets for tabs */
/* line 231, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 237, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 241, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 248, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 255, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* line 263, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 273, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

/* line 288, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabbable {
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 291, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 296, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 303, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 307, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 316, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 319, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 323, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 325, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 331, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 341, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 345, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 353, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 358, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 362, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

/* line 366, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 374, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 379, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 383, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

/* line 387, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 400, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .disabled > a {
  color: #999;
}

/* line 404, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 10, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

/* line 21, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 36, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 41, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 49, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 59, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

/* line 67, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

/* line 75, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-link {
  color: #777;
}

/* line 77, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-link:hover, .navbar-link:focus {
  color: #333;
}

/* line 85, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

/* line 94, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn, .navbar .action-menu .action, .action-menu .navbar .action,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 98, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-group .btn, .navbar .btn-group .action-menu .action, .action-menu .navbar .btn-group .action,
.navbar .input-prepend .btn,
.navbar .input-prepend .action-menu .action,
.action-menu .navbar .input-prepend .action,
.navbar .input-append .btn,
.navbar .input-append .action-menu .action,
.action-menu .navbar .input-append .action,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 108, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-form:after {
  clear: both;
}

/* line 111, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 117, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn,
.navbar-form .action-menu .action,
.action-menu .navbar-form .action {
  display: inline-block;
  margin-bottom: 0;
}

/* line 123, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 128, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 132, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 140, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 145, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 158, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 161, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 172, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 180, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 184, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 187, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 196, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 203, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 208, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 214, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 216, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 226, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 233, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 237, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 242, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 250, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 255, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

/* line 263, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 274, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  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);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

/* line 513, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 520, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 283, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 291, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 302, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

/* line 313, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 326, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}

/* line 333, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 342, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 349, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

/* line 355, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

/* line 359, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 367, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 371, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

/* line 375, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

/* line 379, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 394, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}

/* line 399, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 403, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}

/* line 409, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand {
  color: #999;
}

/* line 413, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999;
}

/* line 417, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}

/* line 423, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}

/* line 431, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999;
}

/* line 433, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}

/* line 440, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}

/* line 446, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}

/* line 452, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}

/* line 457, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

/* line 461, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 470, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 83, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

/* line 86, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

/* line 89, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}

/* line 479, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

/* line 493, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}

/* line 520, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

/* line 6, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 12, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}

/* line 16, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 21, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb .active {
  color: #999;
}

/* line 6, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  margin: 20px 0;
}

/* line 10, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 21, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 24, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 34, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 40, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

/* line 45, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 53, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 58, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 67, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 70, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 80, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}

/* line 85, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 89, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 98, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

/* line 102, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 110, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.05px;
}

/* line 118, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 9.75px;
}

/* line 6, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 15, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 23, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 28, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 32, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 36, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/* line 6, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 15, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 41, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

/* line 45, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade.in {
  top: 10%;
}

/* line 47, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 51, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 53, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 60, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 67, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 72, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}

/* line 83, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn, .modal-footer .action-menu .action + .btn, .action-menu .modal-footer .action + .btn, .modal-footer .action-menu .btn + .action, .action-menu .modal-footer .btn + .action, .modal-footer .action-menu .action + .action, .action-menu .modal-footer .action + .action {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 88, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .action-menu .action + .btn, .action-menu .modal-footer .btn-group .action + .btn, .modal-footer .btn-group .action-menu .btn + .action, .action-menu .modal-footer .btn-group .btn + .action, .modal-footer .btn-group .action-menu .action + .action, .action-menu .modal-footer .btn-group .action + .action {
  margin-left: -1px;
}

/* line 92, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 7, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 15, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 16, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 17, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 18, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 19, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 23, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 34, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 42, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/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 49, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/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 56, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/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 63, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/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 6, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 28, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 29, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 30, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 31, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 34, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 44, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title:empty {
  display: none;
}

/* line 49, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 57, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/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 66, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 69, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 75, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 82, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 89, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 96, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 103, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 110, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 118, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 125, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 9, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 20, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 27, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 37, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #69b1ff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 44, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

/* line 10, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 18, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 32, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 52, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 7, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

/* line 21, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 24, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 33, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 40, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 54, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important {
  background-color: #ff7875;
}

/* line 55, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important[href] {
  background-color: #ff4642;
}

/* line 57, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning {
  background-color: #ffe7ba;
}

/* line 58, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning[href] {
  background-color: #ffd587;
}

/* line 60, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success {
  background-color: #d9f7be;
}

/* line 61, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success[href] {
  background-color: #bef191;
}

/* line 63, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info {
  background-color: #69B1ff;
}

/* line 64, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info[href] {
  background-color: #3696ff;
}

/* line 66, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse {
  background-color: #333;
}

/* line 67, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse[href] {
  background-color: #1a1a1a;
}

/* line 54, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-important {
  background-color: #ff7875;
}

/* line 55, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-important[href] {
  background-color: #ff4642;
}

/* line 57, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning {
  background-color: #ffe7ba;
}

/* line 58, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning[href] {
  background-color: #ffd587;
}

/* line 60, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success {
  background-color: #d9f7be;
}

/* line 61, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success[href] {
  background-color: #bef191;
}

/* line 63, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info {
  background-color: #69B1ff;
}

/* line 64, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info[href] {
  background-color: #3696ff;
}

/* line 66, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse {
  background-color: #333;
}

/* line 67, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 72, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.btn .label, .action-menu .action .label,
.btn .badge,
.action-menu .action .badge {
  position: relative;
  top: -1px;
}

/* line 79, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  /* line 23, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }
  /* line 24, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 45, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 55, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 68, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 73, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 79, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 93, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 96, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 101, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 104, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 109, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 112, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 117, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #fff5e3;
  background-image: -moz-linear-gradient(top, white, #ffe7ba);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#ffe7ba));
  background-image: -webkit-linear-gradient(top, white, #ffe7ba);
  background-image: -o-linear-gradient(top, white, #ffe7ba);
  background-image: linear-gradient(to bottom, white, #ffe7ba);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFE7BA', GradientType=0);
}

/* line 120, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: white;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 12, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 20, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 26, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 31, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 6, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 12, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 20, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 26, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 33, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 37, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 41, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 48, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 51, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 54, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 59, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 62, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 71, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 96, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 102, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 112, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 120, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

/* line 131, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 139, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 148, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

/* line 153, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 156, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 15, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 7, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none;
}

/* line 18, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block;
}

/* line 23, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.clearfix {
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}

/* line 15, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 23, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 24, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 27, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 28, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 33, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 34, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 36, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }
  /* line 38, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 44, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 45, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 47, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }
  /* line 49, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}

/* line 53, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 57, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print {
    display: inherit !important;
  }
  /* line 58, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 62, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.clearfix {
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 67, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 72, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  /* line 567, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 572, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  /* line 579, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 1170px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 70px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 170px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 270px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 370px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 470px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 570px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 670px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 770px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 870px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 970px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 1070px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 1170px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 130px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 230px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 330px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 430px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 530px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 630px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 730px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 830px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 930px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 1030px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 1130px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 1230px;
  }
  /* line 614, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641025641%;
    *margin-left: 2.5109110747%;
  }
  /* line 623, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641025641%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 5.9829059829%;
    *width: 5.9297144935%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.5299145299%;
    *width: 14.4767230406%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 23.0769230769%;
    *width: 23.0237315876%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.6239316239%;
    *width: 31.5707401346%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.1709401709%;
    *width: 40.1177486816%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.7179487179%;
    *width: 48.6647572286%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.1111111111%;
    *margin-left: 11.0047281324%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547%;
    *margin-left: 8.4406255683%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.6581196581%;
    *margin-left: 19.5517366794%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094%;
    *margin-left: 16.9876341153%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.2051282051%;
    *margin-left: 28.0987452264%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641%;
    *margin-left: 25.5346426623%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.7521367521%;
    *margin-left: 36.6457537734%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.188034188%;
    *margin-left: 34.0816512093%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.2991452991%;
    *margin-left: 45.1927623204%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.735042735%;
    *margin-left: 42.6286597563%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.8461538462%;
    *margin-left: 53.7397708674%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.2820512821%;
    *margin-left: 51.1756683033%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.3931623932%;
    *margin-left: 62.2867794144%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.8290598291%;
    *margin-left: 59.7226768503%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.9401709402%;
    *margin-left: 70.8337879614%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.3760683761%;
    *margin-left: 68.2696853973%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.4871794872%;
    *margin-left: 79.3807965085%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.9230769231%;
    *margin-left: 76.8166939444%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.0341880342%;
    *margin-left: 87.9278050555%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.4700854701%;
    *margin-left: 85.3637024914%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.5811965812%;
    *margin-left: 96.4748136025%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.0170940171%;
    *margin-left: 93.9107110384%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.1282051282%;
    *margin-left: 105.0218221495%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.5641025641%;
    *margin-left: 102.4577195854%;
  }
  /* line 669, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 676, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 56px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 156px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 256px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 356px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 456px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 556px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 656px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 756px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 856px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 956px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 1056px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 1156px;
  }
  /* line 18, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -30px;
  }
  /* line 21, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 30px;
  }
  /* line 24, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 567, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 572, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  /* line 579, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 724px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 42px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 104px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 166px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 228px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 290px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 352px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 414px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 476px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 538px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 600px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 662px;
  }
  /* line 593, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 724px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 82px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 144px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 206px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 268px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 330px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 392px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 454px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 516px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 578px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 640px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 702px;
  }
  /* line 599, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 764px;
  }
  /* line 614, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392%;
    *margin-left: 2.7092394499%;
  }
  /* line 623, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 5.8011049724%;
    *width: 5.747913483%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.364640884%;
    *width: 14.3114493946%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 22.9281767956%;
    *width: 22.8749853062%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.4917127072%;
    *width: 31.4385212178%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.0552486188%;
    *width: 40.0020571294%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.6187845304%;
    *width: 48.565593041%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.182320442%;
    *width: 57.1291289526%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.7458563536%;
    *width: 65.6926648642%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.3093922652%;
    *width: 74.2562007758%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.8729281768%;
    *width: 82.8197366874%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.4364640884%;
    *width: 91.383272599%;
  }
  /* line 640, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
    *margin-left: 11.2195838721%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
    *margin-left: 8.4571529329%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
    *margin-left: 19.7831197837%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
    *margin-left: 17.0206888445%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.453038674%;
    *margin-left: 28.3466556953%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
    *margin-left: 25.5842247561%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
    *margin-left: 36.9101916069%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
    *margin-left: 34.1477606677%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
    *margin-left: 45.4737275185%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
    *margin-left: 42.7112965793%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
    *margin-left: 54.0372634301%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
    *margin-left: 51.2748324909%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
    *margin-left: 62.6007993417%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
    *margin-left: 59.8383684025%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 71.270718232%;
    *margin-left: 71.1643352533%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
    *margin-left: 68.4019043141%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
    *margin-left: 79.7278711649%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
    *margin-left: 76.9654402257%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
    *margin-left: 88.2914070765%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
    *margin-left: 85.5289761373%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
    *margin-left: 96.8549429881%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
    *margin-left: 94.0925120489%;
  }
  /* line 646, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
    *margin-left: 105.4184788997%;
  }
  /* line 647, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
    *margin-left: 102.6560479605%;
  }
  /* line 669, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 676, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 28px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 90px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 152px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 214px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 276px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 338px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 400px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 462px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 524px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 586px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 648px;
  }
  /* line 686, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 710px;
  }
}

@media (max-width: 767px) {
  /* line 9, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 21, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }
  /* line 29, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 35, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }
  /* line 43, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container {
    width: auto;
  }
  /* line 47, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }
  /* line 51, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row,
.thumbnails {
    margin-left: 0;
  }
  /* line 55, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  /* line 60, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  [class*="span"],
.uneditable-input[class*="span"],
.row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 69, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .span12,
.row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 74, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  /* line 81, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 91, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-prepend input,
.input-append input,
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  /* line 98, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  /* line 103, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 110, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 111, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  /* line 124, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 129, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  /* line 135, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #ccc;
  }
  /* line 142, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 149, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 153, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 157, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 165, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .media .pull-left,
.media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  /* line 172, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 178, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  /* line 183, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  /* line 189, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  /* line 13, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }
  /* line 17, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    position: static;
  }
  /* line 21, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  /* line 24, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  /* line 27, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  /* line 31, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }
  /* line 36, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  /* line 45, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }
  /* line 49, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  /* line 53, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }
  /* line 56, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  /* line 59, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  /* line 62, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  /* line 67, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 75, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .btn, .nav-collapse .action-menu .action, .action-menu .nav-collapse .action {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 80, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  /* line 83, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  /* line 89, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  /* line 93, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li > a:focus,
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  /* line 100, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  /* line 105, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 119, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  /* line 123, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after {
    display: none;
  }
  /* line 127, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  /* line 131, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  /* line 137, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
.nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 146, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form,
.navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  /* line 152, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  /* line 157, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse,
.nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  /* line 163, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }
  /* line 169, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 980px) {
  /* line 184, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* line 1, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 301px;
  z-index: 9999;
}

/* line 8, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}

/* line 13, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}

/* line 20, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}

/* line 28, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px 0;
  background: url(/url(/assets/ie-spacer-548f2d6f4d0d820c6c5ffbeffcbd7f0e73193e2932eefe542accc84762deec87.gif));
}

/* line 34, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-top {
  background: url(/url(/assets/gritter-25e1cc73a3dd60281ade9c1257ed8b772fc99c4ce5b3c6e07134115fa4a38a04.png)) no-repeat left -30px;
  height: 10px;
}

/* line 38, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.hover .gritter-top {
  background-position: right -30px;
}

/* line 41, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-bottom {
  background: url(/url(/assets/gritter-25e1cc73a3dd60281ade9c1257ed8b772fc99c4ce5b3c6e07134115fa4a38a04.png)) no-repeat left bottom;
  height: 8px;
  margin: 0;
}

/* line 46, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.hover .gritter-bottom {
  background-position: bottom right;
}

/* line 50, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-item {
  display: block;
  color: #eee;
  padding: 2px 11px 8px 11px;
  font-size: 11px;
  font-family: verdana;
  filter: inherit;
}

/* line 58, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-item.gritter-css2 {
  background: url(/url(/assets/gritter-25e1cc73a3dd60281ade9c1257ed8b772fc99c4ce5b3c6e07134115fa4a38a04.png)) no-repeat left -40px;
}

/* line 61, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-item.gritter-css3 {
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 16px;
}

/* line 70, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-item p {
  padding: 0;
  margin: 0;
}

/* line 75, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.hover .gritter-item.gritter-css2 {
  background-position: right -40px;
}

/* line 78, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.hover .gritter-item.gritter-css3 {
  padding: 10px 9px 14px 9px;
  border: solid 2px #fff;
}

/* line 83, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-close {
  display: none;
  position: absolute;
  top: 5px;
  left: 3px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  filter: inherit;
}

/* line 93, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-css2 .gritter-close {
  background: url(/url(/assets/gritter-25e1cc73a3dd60281ade9c1257ed8b772fc99c4ce5b3c6e07134115fa4a38a04.png)) no-repeat left top;
}

/* line 96, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-css3 .gritter-close {
  background: url(/url(/assets/gritter-close-76efc9d3f6a516a817908cad53584510a8cbf5d4ac482e80c5ec93bababccf15.png)) no-repeat;
}

/* line 100, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 7px 0;
  display: block;
  text-shadow: 1px 1px #000;
  /* Not supported by IE :( */
}

/* line 107, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-image {
  width: 48px;
  height: 48px;
  float: left;
}

/* line 112, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-with-image,
.gritter-without-image {
  padding: 0 0 5px 0;
}

/* line 116, ../../../../.rvm/gems/ruby-3.2.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-with-image {
  width: 220px;
  float: right;
}

/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 4, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 25, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 56, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 60, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 72, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 76, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 88, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 93, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 110, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 114, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 119, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 137, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 155, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 166, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 171, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 175, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 180, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 201, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 210, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 217, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 221, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 234, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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;
  -webkit-box-shadow: none;
  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 bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 258, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 268, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 276, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 285, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 301, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 313, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 318, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 322, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 326, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 330, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 342, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 352, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 357, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 362, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 368, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 372, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 386, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 387, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 388, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 389, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 390, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 391, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 392, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 394, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 399, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 404, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 408, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 413, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 425, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 431, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 437, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 441, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
}

/* line 445, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 449, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 456, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 463, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 469, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 476, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 494, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 498, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 502, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 506, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 513, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 517, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 521, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 527, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

/* line 541, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 545, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 549, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  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, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 579, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 584, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 587, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 591, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 603, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 608, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 612, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 617, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 620, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 625, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 632, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 639, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 645, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 650, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 664, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-display-none {
  display: none;
}

/* line 668, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 (min-resolution: 2dppx) {
  /* line 680, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/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 689, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* line 1, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control .select2-choice {
  border: 0;
  border-radius: 2px;
}

/* line 6, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control .select2-choice .select2-arrow {
  border-radius: 0 2px 2px 0;
}

/* line 10, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control.select2-container {
  height: auto !important;
  padding: 0;
}

/* line 15, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control.select2-container.select2-dropdown-open {
  border-color: #5897FB;
  border-radius: 3px 3px 0 0;
}

/* line 20, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control .select2-container.select2-dropdown-open .select2-choices {
  border-radius: 3px 3px 0 0;
}

/* line 24, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control.select2-container .select2-choices {
  border: 0 !important;
  border-radius: 3px;
}

/* line 29, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.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;
}

/* line 39, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.control-group.warning .select2-container .select2-choice div {
  border-left: 1px solid #C09853 !important;
  background: #FCF8E3 !important;
}

/* line 44, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.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;
}

/* line 54, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.control-group.error .select2-container .select2-choice div {
  border-left: 1px solid #B94A48 !important;
  background: #F2DEDE !important;
}

/* line 59, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.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;
}

/* line 69, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.control-group.info .select2-container .select2-choice div {
  border-left: 1px solid #3A87AD !important;
  background: #D9EDF7 !important;
}

/* line 74, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.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;
}

/* line 84, ../../../../.rvm/gems/ruby-3.2.1/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2-bootstrap.css */
.control-group.success .select2-container .select2-choice div {
  border-left: 1px solid #468847 !important;
  background: #DFF0D8 !important;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 15, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

/* line 24, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 35, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 45, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker > div {
  display: none;
}

/* line 48, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker table {
  width: 100%;
  margin: 0;
  font-size: 90%;
}

/* line 53, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}

/* line 59, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 63, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td.day.disabled {
  color: #eee;
}

/* line 66, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}

/* line 70, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td.today {
  background-color: #dddddd;
  font-weight: bold;
}

/* line 74, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #0088cc;
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 81, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active.active:hover,
.datepicker td.active.disabled,
.datepicker td.active.disabled:hover,
.datepicker td.active[disabled],
.datepicker td.active[disabled]:hover {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 96, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active.active:hover {
  background-color: #005580;
}

/* line 102, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}

/* line 111, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td span:hover {
  background: #eeeeee;
}

/* line 114, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td span.active {
  color: #ffffff;
  background-color: #0088cc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 119, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 128, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #005580;
}

/* line 132, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker td span.old {
  color: #999999;
}

/* line 135, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker th.switch {
  width: 145px;
}

/* line 138, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

/* line 142, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker thead tr:first-child th {
  cursor: pointer;
}

/* line 145, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 148, vendor/assets/stylesheets/bootstrap-datepicker.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 1, vendor/assets/stylesheets/jquery.timepicker.css */
.ui-timepicker-wrapper {
  overflow-y: auto;
  max-height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

/* line 15, vendor/assets/stylesheets/jquery.timepicker.css */
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

/* line 19, vendor/assets/stylesheets/jquery.timepicker.css */
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

/* line 24, vendor/assets/stylesheets/jquery.timepicker.css */
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 30, vendor/assets/stylesheets/jquery.timepicker.css */
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

/* line 34, vendor/assets/stylesheets/jquery.timepicker.css */
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

/* line 38, vendor/assets/stylesheets/jquery.timepicker.css */
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #333;
  list-style: none;
  margin: 0;
}

/* line 47, vendor/assets/stylesheets/jquery.timepicker.css */
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

/* line 51, vendor/assets/stylesheets/jquery.timepicker.css */
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #0088cc;
  color: #fff;
}

/* line 57, vendor/assets/stylesheets/jquery.timepicker.css */
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

/* line 62, vendor/assets/stylesheets/jquery.timepicker.css */
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

/* line 69, vendor/assets/stylesheets/jquery.timepicker.css */
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 9, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.clearfix {
  *zoom: 1;
}

/* line 13, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 19, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.clearfix:after {
  clear: both;
}

/* line 23, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 31, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 40, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 6000;
  background-color: white;
}

/* line 50, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 62, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 73, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 78, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 83, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}

/* line 88, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget > ul > li {
  background-color: transparent;
}

/* line 90, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget > ul > li:hover {
  background-color: transparent;
}

/* line 95, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 101, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}

/* line 107, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}

/* line 111, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 115, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 120, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
}

/* line 126, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 131, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
  color: #999;
}

/* line 135, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
  color: #ffffff;
  background-color: #0088cc;
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 142, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active.active:hover, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active.disabled:hover, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active[disabled]:hover {
  color: #fff;
  background-color: #0088cc;
}

/* line 147, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active.active:hover {
  background-color: #005580;
}

/* line 151, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

/* line 157, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 170, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span:hover {
  background-color: #eeeeee;
}

/* line 174, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch:hover {
  background-color: #eeeeee;
}

/* line 178, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.active {
  color: #ffffff;
  background-color: #0088cc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 184, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled] {
  color: #fff;
  background-color: #0088cc;
}

/* line 189, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active {
  background-color: #005580;
}

/* line 193, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.old {
  color: #999;
}

/* line 197, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

/* line 203, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}

/* line 207, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}

/* line 211, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

/* line 217, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}

/* line 221, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 225, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 232, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}

/* line 237, vendor/assets/stylesheets/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}

/* line 1, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 7, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar::after {
  clear: both;
  display: table;
  content: "";
}

/* line 13, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}

/* line 20, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold;
}

/* line 24, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}

/* line 28, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}

/* line 32, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active, ul.wysihtml5-toolbar .action-menu a.wysihtml5-command-active.action, .action-menu ul.wysihtml5-toolbar a.wysihtml5-command-active.action {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #E6E6E6;
  background-color: #D9D9D9;
  outline: 0;
}

/* line 42, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important;
}

/* line 46, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div.wysihtml5-colors {
  display: block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

/* line 56, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

/* line 60, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

/* line 64, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

/* line 68, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

/* line 72, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

/* line 76, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

/* line 80, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

/* line 84, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

/* line 88, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

/* line 92, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

/* line 96, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

/* line 100, vendor/assets/stylesheets/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}

/*!
* bootstrap-lightbox.css v0.6.1 
* Copyright 2013 Jason Butz
* http://www.apache.org/licenses/LICENSE-2.0.txt
*/
/* line 6, vendor/assets/stylesheets/bootstrap-lightbox.css */
.lightbox {
  position: relative;
  top: 70px;
  z-index: 1050;
  line-height: 0;
  text-align: center;
  background-color: transparent;
  outline: none;
}

/* line 16, vendor/assets/stylesheets/bootstrap-lightbox.css */
.lightbox .hide {
  display: none;
}

/* line 20, vendor/assets/stylesheets/bootstrap-lightbox.css */
.lightbox .in {
  display: block;
}

/* line 24, vendor/assets/stylesheets/bootstrap-lightbox.css */
.lightbox-content {
  display: inline-block;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 44, vendor/assets/stylesheets/bootstrap-lightbox.css */
.lightbox-content .lightbox-caption {
  position: absolute;
  right: 12px;
  bottom: 11px;
  left: 11px;
  padding: 2%;
  font-size: 14px;
  line-height: 18px;
  color: white;
  text-align: center;
  text-shadow: 0 -1px 0 #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}

/* line 60, vendor/assets/stylesheets/bootstrap-lightbox.css */
.lightbox-header .close {
  margin-top: -16px;
  margin-right: -16px;
  font-size: 2em;
  color: white;
  opacity: .8;
  filter: alpha(opacity=80);
}

/* line 69, vendor/assets/stylesheets/bootstrap-lightbox.css */
.lightbox-header .close :hover {
  opacity: .4;
  filter: alpha(opacity=40);
}

/* line 1, vendor/assets/stylesheets/jquery.tagsinput.css */
div.tagsinput {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 5px;
  width: 300px;
  height: 50px;
  overflow-y: auto;
}

/* line 2, vendor/assets/stylesheets/jquery.tagsinput.css */
div.tagsinput span.tag {
  border: 1px solid #a5d24a;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  background: #cde69c;
  color: #638421;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
}

/* line 3, vendor/assets/stylesheets/jquery.tagsinput.css */
div.tagsinput span.tag a {
  font-weight: bold;
  color: #82ad2b;
  text-decoration: none;
  font-size: 11px;
}

/* line 4, vendor/assets/stylesheets/jquery.tagsinput.css */
div.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: #000;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 5, vendor/assets/stylesheets/jquery.tagsinput.css */
div.tagsinput div {
  display: block;
  float: left;
}

/* line 6, vendor/assets/stylesheets/jquery.tagsinput.css */
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

/* line 7, vendor/assets/stylesheets/jquery.tagsinput.css */
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}

/* line 3, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.navbar .nav > li > a {
  text-shadow: none;
}

/* line 7, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle {
  background-color: inherit;
  color: inherit;
}

/* line 14, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 21, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.btn, .action-menu .action {
  -webkit-box-shadow: 2px 2px 4px #dddddd;
  -moz-box-shadow: 2px 2px 4px #dddddd;
  box-shadow: 2px 2px 4px #dddddd;
  border: 0;
  text-shadow: none;
  padding: 4px 20px;
  background: #fafafa;
}

/* line 29, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.btn.active, .action-menu .active.action {
  -webkit-box-shadow: 2px 2px 4px #dddddd;
  -moz-box-shadow: 2px 2px 4px #dddddd;
  box-shadow: 2px 2px 4px #dddddd;
}

/* line 34, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.well {
  border: 0;
}

/* line 38, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.label,
.badge {
  font-weight: normal;
  color: black;
  border: 1px solid #8c8c8c;
  background-color: #d2d2d2;
  text-shadow: none;
}

/* line 48, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.label-important {
  background-color: #ffccc7;
  border-color: #ff7875;
}

/* line 52, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.label-warning {
  background-color: #ffe7ba;
  border-color: #ffc069;
}

/* line 56, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.label-success {
  background-color: #d9f7be;
  border-color: #65de64;
}

/* line 60, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.label-info {
  background-color: #b5f5ec;
  border-color: #5cdbd3;
}

/* line 64, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.label-inverse {
  background-color: #8c8c8c;
  border-color: #000000;
}

/* line 48, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.badge-important {
  background-color: #ffccc7;
  border-color: #ff7875;
}

/* line 52, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.badge-warning {
  background-color: #ffe7ba;
  border-color: #ffc069;
}

/* line 56, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.badge-success {
  background-color: #d9f7be;
  border-color: #65de64;
}

/* line 60, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.badge-info {
  background-color: #b5f5ec;
  border-color: #5cdbd3;
}

/* line 64, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.badge-inverse {
  background-color: #8c8c8c;
  border-color: #000000;
}

/* line 70, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
input[type="checkbox"],
input[type="radio"] {
  accent-color: black;
}

/* line 82, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.bootstrap-datepicker input, .input-append input, .datepicker input {
  border-right: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 87, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.bootstrap-datepicker input.required:focus, .input-append input.required:focus, .datepicker input.required:focus {
  border: 1px solid black;
  caret-color: black;
}

/* line 92, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.bootstrap-datepicker input + span, .input-append input + span, .datepicker input + span {
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.2s;
}

/* line 95, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.bootstrap-datepicker input:focus + span, .input-append input:focus + span, .datepicker input:focus + span {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

/* line 101, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.bootstrap-datepicker span.add-on, .input-append span.add-on, .datepicker span.add-on {
  cursor: pointer;
  background-color: #ffffff;
  height: 20px;
  padding: 6px 8px 6px 8px;
}

/* line 109, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.datepicker {
  background-color: white;
}

/* line 115, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.datepicker table thead {
  border-bottom: 1px solid #d2d2d2;
}

/* line 141, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.icon-calendar {
  background-image: url(/assets/trs/icons/trison-icon-calendario-6035e2c875f9cda61c60682c49aa2ea746e189a04394232d5e8d304c8dc97f09.svg);
  background-position: 0 0;
}

/* line 150, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.icon-chevron-up {
  background-image: url(/assets/trs/icons/trison-icon-desplegar-b83655e6819d5f01af025b702951c6ecc4d541f3ee71c2734420390b961a617b.svg);
  background-position: 0 0;
}

/* line 158, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.icon-chevron-down {
  background-image: url(/assets/trs/icons/trison-icon-replegar-763b126d2cfa1d699af55a581c752ec6979730b0893455f4263852f2893397de.svg);
  background-position: 0 0;
}

/* line 166, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.icon-plus-sign {
  background-image: url(/assets/trs/icons/trison-icon-mas-392248ef74e2080b01e3b6328f1a5e5cb7ead7f50dec07140e3a00af11fb77b6.svg);
  background-position: 0 0;
}

/* line 174, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.icon-edit {
  background-image: url(/assets/trs/icons/trison-icon-editar-707122135842c008323f0c8533f082efeeaa6eb90049162e0070eefd7892c53a.svg);
  background-position: 0 0;
}

/* line 183, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.icon-ok {
  background-image: url(/assets/trs/icons/trison-icon-check-e003a2a07d6c0daded320cdd25e1e9239a5f099db88d2d91e12fc4cd622b7c4b.svg);
  background-position: 0 0;
}

/* line 191, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.icon-remove {
  background-image: url(/assets/trs/icons/trison-icon-aspa-d3cbc0cf33aec3875e9b0abf1603d6b7cac51ebbb8a054f04a33c12c815137d2.svg);
  background-position: 0 0;
}

/* line 200, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.icon-trash {
  background-image: url(/assets/trs/icons/trison-icon-papelera-de9498e5e27137426be3492c906420b42ce6f83d8f377730170f8ee114e1bd97.svg);
  background-position: 0 0;
}

/* line 209, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.icon-share {
  background-image: url(/assets/trs/icons/trison-icon_share-alt-2-9cc07645474a0add450f4e9be73c11a47fcbe029196fac93c0056293fa063f5a.svg);
  background-position: 0 0;
}

/* line 218, app/assets/stylesheets/trs/includes/overrides/_bootstrap.scss */
.icon-download {
  background-image: url(/assets/trs/icons/trison-icon-download-d168aebea6379098b92c1f6d230cdff5da9eba345d0e316eab3bfe329d226d89.svg);
  background-position: 0 0;
}

/* line 2, app/assets/stylesheets/trs/includes/overrides/_pagination.scss */
.pagination > ul {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 7, app/assets/stylesheets/trs/includes/overrides/_pagination.scss */
.pagination > ul > li a {
  border: 0 !important;
  color: black;
}

/* line 23, app/assets/stylesheets/trs/includes/overrides/_pagination.scss */
.pagination > ul > li.active a {
  background: transparent;
  border: 1px solid white !important;
  color: black;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2, app/assets/stylesheets/trs/includes/overrides/_select2.scss */
.select2-container .select2-choice {
  background: white;
  padding: 4px 6px;
  border-color: #ccc;
}

/* line 9, app/assets/stylesheets/trs/includes/overrides/_select2.scss */
.select2-container .select2-choice .select2-arrow {
  border: 0;
  background: transparent;
}

/* line 15, app/assets/stylesheets/trs/includes/overrides/_select2.scss */
.select2-container .select2-choices {
  border: 1px solid #ccc;
  padding: 4px 6px;
  background-image: none;
  background-color: white;
}

/* line 20, app/assets/stylesheets/trs/includes/overrides/_select2.scss */
.select2-container .select2-choices .select2-search-choice {
  background: #d3d3d3;
}

/* line 25, app/assets/stylesheets/trs/includes/overrides/_select2.scss */
.select2-container.select2-dropdown-open .select2-choice, .select2-container.select2-dropdown-open .select2-choices, .select2-container.select2-container-active .select2-choice, .select2-container.select2-container-active .select2-choices {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: black;
}

/* line 40, app/assets/stylesheets/trs/includes/overrides/_select2.scss */
.select2-drop {
  border-color: black;
}

/* line 43, app/assets/stylesheets/trs/includes/overrides/_select2.scss */
.select2-drop .select2-results li.select2-highlighted {
  background-color: black;
}

/** =================== MONTSERRAT =================== **/
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  src: url(/assets/montserrat/Montserrat-Regular-328c49480c23d2695aa1d37ae51e5c656ca06d718dc264bfb8bf6f50b06ffa71.eot);
  src: url(/assets/montserrat/Montserrat-Regular-328c49480c23d2695aa1d37ae51e5c656ca06d718dc264bfb8bf6f50b06ffa71.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/Montserrat-Regular-1c72e8f687e6fc9dc60bc9e0d0b6288e7f1c90bc9d0fc852df012a30eb71fb2d.woff2) format("woff2"), url(/assets/montserrat/Montserrat-Regular-40ed65c309d779b33cc4f6789ee20b1fac1a832d69cace224d21d131f7aa8ecf.woff) format("woff");
}

/** Montserrat Regular-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: italic;
  src: url(/assets/montserrat/Montserrat-Italic-8d264791c6ca3ad91bb4cbfcbf46d326e02a3b60840b54a527b099bade05d9f5.eot);
  src: url(/assets/montserrat/Montserrat-Italic-8d264791c6ca3ad91bb4cbfcbf46d326e02a3b60840b54a527b099bade05d9f5.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/Montserrat-Italic-2ecb24f13d444b295064dca0a0b1f06cd63316da769454dd0854acb82b172d32.woff2) format("woff2"), url(/assets/montserrat/Montserrat-Italic-0b898403597180b70f00338821b812250850ba31d414c11bea454b3dc40f6b9f.woff) format("woff");
}

/** Montserrat Medium **/
/** Montserrat SemiBold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url(/assets/montserrat/Montserrat-SemiBold-664d7873aa23a7dee18fb9563f80a70f21b2144e60f9275558dce19a2990dd9f.eot);
  src: url(/assets/montserrat/Montserrat-SemiBold-664d7873aa23a7dee18fb9563f80a70f21b2144e60f9275558dce19a2990dd9f.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/Montserrat-SemiBold-e638c983b30fb7f4641e3019a15c8112a1d1e7134dd2d8bb926171d95c4b2e74.woff2) format("woff2"), url(/assets/montserrat/Montserrat-SemiBold-7fccbfdc30dbe5bef9f78f76fc9fc1b3b795b1669ba9f96a3ab448aa0819808a.woff) format("woff");
}

/** Montserrat SemiBold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  src: url(/assets/montserrat/Montserrat-SemiBoldItalic-1e4b176a512e150bf34eda288a2fbbef22856d0a837c76aed177ebd839d95854.eot);
  src: url(/assets/montserrat/Montserrat-SemiBoldItalic-1e4b176a512e150bf34eda288a2fbbef22856d0a837c76aed177ebd839d95854.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/Montserrat-SemiBoldItalic-91308002687709ddbf2d59b3f4fc6507bc67587f5b3b979d1bf299fdc9f84e47.woff2) format("woff2"), url(/assets/montserrat/Montserrat-SemiBoldItalic-aa3f4555c58f4abf077ca5a2138ff6a55be3f26ca162c9c4b9c13dec9cc4341e.woff) format("woff");
}

/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  font-style: normal;
  src: url(/assets/montserrat/Montserrat-Bold-26bb855eb406aa0218f8b6ae2e4bd3c1de02924928ae2b8801c83b485bbf9f1b.eot);
  src: url(/assets/montserrat/Montserrat-Bold-26bb855eb406aa0218f8b6ae2e4bd3c1de02924928ae2b8801c83b485bbf9f1b.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/Montserrat-Bold-3fc85b839c1b37203eab3e81516a2f207d9e2b911578b549418c6648588f18c8.woff2) format("woff2"), url(/assets/montserrat/Montserrat-Bold-f13f7a0b423c6b67de87773f6cdba56e5f9af10b6540c0f2a8c7ec8889c05e61.woff) format("woff");
}

/** Montserrat Bold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  font-style: italic;
  src: url(/assets/montserrat/Montserrat-BoldItalic-c4fed515aff62c70ca1af4ba77494fc809c20d47ac39d95a169d8e7648247a48.eot);
  src: url(/assets/montserrat/Montserrat-BoldItalic-c4fed515aff62c70ca1af4ba77494fc809c20d47ac39d95a169d8e7648247a48.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/Montserrat-BoldItalic-8c59bd40c84caec0f643ef80b8b7be78da0c9453af73701d95504226a299a862.woff2) format("woff2"), url(/assets/montserrat/Montserrat-BoldItalic-766d82284cb775ab443648f41da8bbe23f2ba5eb5447b11534497bdb7bda5ab9.woff) format("woff");
}

/** Montserrat ExtraBold **/
/* line 1, app/assets/stylesheets/trs/base/layout.scss */
body {
  min-height: 100vh;
  background: #e6e6e6;
  display: flex;
  flex-direction: column;
}

/* line 9, app/assets/stylesheets/trs/base/layout.scss */
header .logo {
  background: url(/assets/trs/logo-1d43e0154a1ac17a950b15eef87882ce543da60babeedfafe22ae6adbe0edf3e.svg) no-repeat left center;
  width: 222px;
  height: 30px;
  display: inline-block;
  padding: 0 !important;
}

/* line 18, app/assets/stylesheets/trs/base/layout.scss */
header .navbar .navbar-inner {
  padding: 8px 0 0 0;
  background: black;
}

/* line 24, app/assets/stylesheets/trs/base/layout.scss */
header .navbar .main-menu-bar a {
  color: white !important;
  font-weight: 600;
  border-bottom: 3px solid transparent;
}

/* line 28, app/assets/stylesheets/trs/base/layout.scss */
header .navbar .main-menu-bar a:hover {
  border-bottom: 3px solid white;
}

/* line 32, app/assets/stylesheets/trs/base/layout.scss */
header .navbar .main-menu-bar a img {
  width: 20px;
  -webkit-filter: invert(100);
  filter: invert(100);
}

/* line 37, app/assets/stylesheets/trs/base/layout.scss */
header .navbar .main-menu-bar .dropdown-menu {
  background-color: black;
}

/* line 39, app/assets/stylesheets/trs/base/layout.scss */
header .navbar .main-menu-bar .dropdown-menu > li > a:hover {
  background: #d2d2d2ff;
  color: black !important;
  text-shadow: none;
}

/* line 50, app/assets/stylesheets/trs/base/layout.scss */
main {
  position: relative;
  min-height: 100%;
  *zoom: 1;
  flex-grow: 1;
  display: flex;
  align-items: stretch;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main:before, main:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main:after {
  clear: both;
}

/* line 63, app/assets/stylesheets/trs/base/layout.scss */
main .menu {
  width: 260px;
  background: #fafafa;
  -webkit-box-shadow: 5px 0px 5px #dddddd;
  -moz-box-shadow: 5px 0px 5px #dddddd;
  box-shadow: 5px 0px 5px #dddddd;
}

/* line 68, app/assets/stylesheets/trs/base/layout.scss */
main .menu ul {
  list-style: none;
  margin: 10px;
}

/* line 74, app/assets/stylesheets/trs/base/layout.scss */
main .menu ul > li > a {
  display: block;
  padding: 8px 8px 8px 20px;
  margin: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: black;
  font-weight: 600;
}

/* line 82, app/assets/stylesheets/trs/base/layout.scss */
main .menu ul > li > a:hover, main .menu ul > li > a:focus {
  text-decoration: none;
  color: black;
  background-color: #f0f0f0;
}

/* line 90, app/assets/stylesheets/trs/base/layout.scss */
main .menu ul > li.active a, main .menu ul > li.active a:hover, main .menu ul > li.active a:focus {
  color: white;
  background-color: black;
}

/* line 95, app/assets/stylesheets/trs/base/layout.scss */
main .menu ul > li.nav-header {
  padding: 8px;
}

/* line 97, app/assets/stylesheets/trs/base/layout.scss */
main .menu ul > li.nav-header > a, main .menu ul > li.nav-header > span {
  padding: 8px 5px;
  color: black;
}

/* line 101, app/assets/stylesheets/trs/base/layout.scss */
main .menu ul > li.nav-header > span {
  padding-top: 15px;
  color: black;
}

/* line 111, app/assets/stylesheets/trs/base/layout.scss */
main .main-content {
  flex-grow: 1;
  margin: 16px;
}

/* line 115, app/assets/stylesheets/trs/base/layout.scss */
main .main-content .container-fluid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0 10px;
}

/* line 122, app/assets/stylesheets/trs/base/layout.scss */
main .main-content .main-section {
  width: 100%;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main .main-content .main-section:before, main .main-content .main-section:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main .main-content .main-section:after {
  clear: both;
}

/* line 126, app/assets/stylesheets/trs/base/layout.scss */
main .main-content .content-wrapper {
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 8px #dddddd;
  -moz-box-shadow: 4px 4px 8px #dddddd;
  box-shadow: 4px 4px 8px #dddddd;
}

/* line 131, app/assets/stylesheets/trs/base/layout.scss */
main .main-content .content-wrapper h3 {
  background-color: #f0f0f0;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}

/* line 138, app/assets/stylesheets/trs/base/layout.scss */
main .main-content .content-wrapper .content-inner {
  padding: 20px;
}

/* line 148, app/assets/stylesheets/trs/base/layout.scss */
main .main-content .content-wrapper .content-ehs-documents {
  background-color: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 151, app/assets/stylesheets/trs/base/layout.scss */
main .main-content .content-wrapper .content-ehs-documents h3 {
  background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 156, app/assets/stylesheets/trs/base/layout.scss */
main .main-content .content-wrapper .content-ehs-documents li.unneeded, main .main-content .content-wrapper .content-ehs-documents lineeded, main .main-content .content-wrapper .content-ehs-documents li.expired, main .main-content .content-wrapper .content-ehs-documents li.soon, main .main-content .content-wrapper .content-ehs-documents li.pending, main .main-content .content-wrapper .content-ehs-documents li.ok, main .main-content .content-wrapper .content-ehs-documents li.does-not-expire {
  margin-left: 15px;
}

/* line 167, app/assets/stylesheets/trs/base/layout.scss */
footer {
  font-size: 80%;
  height: 30px;
  padding: 10px 25px;
  border-top: 1px dashed #dddddd;
}

/* line 176, app/assets/stylesheets/trs/base/layout.scss */
footer .pull-right {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/trs/base/filters.scss */
#filter {
  -webkit-box-shadow: 2px 2px 4px #dddddd;
  -moz-box-shadow: 2px 2px 4px #dddddd;
  box-shadow: 2px 2px 4px #dddddd;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 6, app/assets/stylesheets/trs/base/filters.scss */
#filter #filter_form {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/trs/base/filters.scss */
#filter .accordion-group {
  border: 0;
}

/* line 12, app/assets/stylesheets/trs/base/filters.scss */
#filter .accordion-group .accordion-heading {
  padding: 20px;
}

/* line 18, app/assets/stylesheets/trs/base/filters.scss */
#filter .input-append .datepicker {
  border-right: none;
}

/* line 26, app/assets/stylesheets/trs/base/filters.scss */
#filter #advanced-filter {
  background-color: white;
}

/* line 37, app/assets/stylesheets/trs/base/filters.scss */
#filter #advanced-filter table.info {
  width: 100%;
  margin: 20px;
}

/* line 43, app/assets/stylesheets/trs/base/filters.scss */
#filter .new_filter {
  padding: 10px;
}

/* line 45, app/assets/stylesheets/trs/base/filters.scss */
#filter .new_filter table {
  width: 100%;
}

/* line 55, app/assets/stylesheets/trs/base/filters.scss */
#filter .btn-group {
  margin-bottom: 10px;
}

/* line 86, app/assets/stylesheets/trs/base/filters.scss */
#filter-info, #filter {
  font-size: 80%;
  padding: 5px;
}

/* line 101, app/assets/stylesheets/trs/base/filters.scss */
.order-links {
  display: inline-block;
  vertical-align: middle;
}

/* line 105, app/assets/stylesheets/trs/base/filters.scss */
.order-links .order-link {
  display: block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  margin: 3px auto;
}

/* line 115, app/assets/stylesheets/trs/base/filters.scss */
.order-links .order-link.asc {
  border-bottom: 6px solid #888888;
}

/* line 117, app/assets/stylesheets/trs/base/filters.scss */
.order-links .order-link.asc.active {
  border-bottom-color: #008800;
}

/* line 120, app/assets/stylesheets/trs/base/filters.scss */
.order-links .order-link.asc:hover {
  border-bottom-color: #000;
}

/* line 124, app/assets/stylesheets/trs/base/filters.scss */
.order-links .order-link.desc {
  border-top: 6px solid #888888;
}

/* line 126, app/assets/stylesheets/trs/base/filters.scss */
.order-links .order-link.desc.active {
  border-top-color: #008800;
}

/* line 129, app/assets/stylesheets/trs/base/filters.scss */
.order-links .order-link.desc:hover {
  border-top-color: #000;
}

/* line 1, app/assets/stylesheets/trs/base/results.scss */
#results {
  -webkit-box-shadow: 2px 2px 4px #dddddd;
  -moz-box-shadow: 2px 2px 4px #dddddd;
  box-shadow: 2px 2px 4px #dddddd;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 6, app/assets/stylesheets/trs/base/results.scss */
#results .filter-info {
  font-size: 90%;
  margin-bottom: 0;
  padding: 20px;
}

/* line 12, app/assets/stylesheets/trs/base/results.scss */
#results #results-table {
  padding: 20px;
  background-color: white;
}

/* line 18, app/assets/stylesheets/trs/base/results.scss */
#results #results-table table tbody > tr:nth-child(odd) > td,
#results #results-table table tbody > tr:nth-child(odd) > th {
  background-color: #fafafa;
}

/* line 24, app/assets/stylesheets/trs/base/results.scss */
#results #results-table table tbody tr:hover td, #results #results-table table tbody tr:hover th {
  background-color: #f0f0f0 !important;
}

/* line 32, app/assets/stylesheets/trs/base/results.scss */
#results #results-table table thead tr td, #results #results-table table thead tr th {
  border-bottom: 1px solid black;
  padding-bottom: 16px;
}

/* line 44, app/assets/stylesheets/trs/base/results.scss */
#results #results-table table td, #results #results-table table th {
  padding: 8px;
}

/* line 47, app/assets/stylesheets/trs/base/results.scss */
#results #results-table table td.right, #results #results-table table th.right {
  text-align: right;
}

/* line 54, app/assets/stylesheets/trs/base/results.scss */
#results #results-table table tr.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

/* line 1, app/assets/stylesheets/trs/base/actions.scss */
.action-menu {
  *zoom: 1;
  margin-bottom: 20px;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.action-menu:before, .action-menu:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.action-menu:after {
  clear: both;
}

/* line 26, app/assets/stylesheets/trs/base/actions.scss */
.action-menu .action {
  padding: 8px 20px;
  font-weight: 600;
  margin: 0 !important;
}

/* line 32, app/assets/stylesheets/trs/base/actions.scss */
.action-menu .action.selected {
  color: #ffffff;
  background: #000000;
  z-index: 5;
}

/* line 41, app/assets/stylesheets/trs/base/actions.scss */
.link {
  background: none;
  border: none;
}

/* line 45, app/assets/stylesheets/trs/base/actions.scss */
.link:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-right: 5px;
  content: '';
}

/* line 61, app/assets/stylesheets/trs/base/actions.scss */
.input-link {
  border: none;
  background: none;
  color: #69b1ff;
}

/* line 67, app/assets/stylesheets/trs/base/actions.scss */
.link-small {
  font-size: 12px;
}

/* line 72, app/assets/stylesheets/trs/base/actions.scss */
.action-edit:before, .action-sign:before, .action-edit_client:before {
  background-image: url(/assets/trs/icons/trison-icon-editar-707122135842c008323f0c8533f082efeeaa6eb90049162e0070eefd7892c53a.svg);
}

/* line 78, app/assets/stylesheets/trs/base/actions.scss */
.action-destroy:before {
  background-image: url(/assets/trs/icons/trison-icon-papelera-de9498e5e27137426be3492c906420b42ce6f83d8f377730170f8ee114e1bd97.svg);
}

/* line 84, app/assets/stylesheets/trs/base/actions.scss */
.action-delete:before, .action-cancel:before, .action-undo:before {
  background-image: url(/assets/trs/icons/trison-icon-aspa-d3cbc0cf33aec3875e9b0abf1603d6b7cac51ebbb8a054f04a33c12c815137d2.svg);
}

/* line 90, app/assets/stylesheets/trs/base/actions.scss */
.action-next:before {
  background-image: url(/assets/trs/icons/trison-icon-flechadcha-33c883120d1f5eeb742c6c6249333aa212b031ba354023b5b0b44f5e359350f1.svg);
}

/* line 95, app/assets/stylesheets/trs/base/actions.scss */
.action-previous:before {
  background-image: url(/assets/trs/icons/trison-icon-flechaizda-56a82a1c2ddf395db788e525d020fc56ba42fe6ea5cfeb3c1f4d4853a56a57e1.svg);
}

/* line 101, app/assets/stylesheets/trs/base/actions.scss */
.action-generate_password:before {
  background-image: url(/assets/trs/icons/trison-icon-soporte-102629533a47ea86423c026e06ea24e97ff1e1c111fc32efd53dfa430c92a9e9.svg);
}

/* line 107, app/assets/stylesheets/trs/base/actions.scss */
.action-mail:before {
  background-image: url(/assets/trs/icons/trison-icon-mail-7feee945845d77916e5ebed6eb5c88749d1d7a95e2e397f15af8fad032965d5d.svg);
}

/* line 113, app/assets/stylesheets/trs/base/actions.scss */
.action-massive_mail:before {
  background-image: url(/assets/trs/icons/trison-icon-mail-7feee945845d77916e5ebed6eb5c88749d1d7a95e2e397f15af8fad032965d5d.svg);
}

/* line 119, app/assets/stylesheets/trs/base/actions.scss */
.action-create:before, .action-add:before, .action-new:before {
  background-image: url(/assets/trs/icons/trison-icon-mas-392248ef74e2080b01e3b6328f1a5e5cb7ead7f50dec07140e3a00af11fb77b6.svg);
}

/* line 125, app/assets/stylesheets/trs/base/actions.scss */
.action-done:before {
  background-image: url(/assets/trs/icons/trison-icon-check-e003a2a07d6c0daded320cdd25e1e9239a5f099db88d2d91e12fc4cd622b7c4b.svg);
}

/* line 131, app/assets/stylesheets/trs/base/actions.scss */
.action-clone:before {
  background-image: url(/assets/trs/icons/trison-icon-copiar-e3cabc6961e593b6e1ee4674dd2f4a47a270ed47b2c632ae05c309e8ba640394.svg);
}

/* line 137, app/assets/stylesheets/trs/base/actions.scss */
.action-see:before {
  background-image: url(/assets/trs/icons/trison-icon-ver-644ae00ee3164699f830864ccc744772844baf3d6ae539c24f06aaaff2098bc6.svg);
}

/* line 143, app/assets/stylesheets/trs/base/actions.scss */
.action-download:before, .action-sync:before {
  background-image: url(/assets/trs/icons/trison-icon-download-d168aebea6379098b92c1f6d230cdff5da9eba345d0e316eab3bfe329d226d89.svg);
}

/* line 149, app/assets/stylesheets/trs/base/actions.scss */
.action-search:before {
  background-image: url(/assets/trs/icons/trison-icon-buscar-31c2c131362d798ad8c1236f6b5ed61602c746d83469dbb5f567ad1155e896c7.svg);
}

/* line 155, app/assets/stylesheets/trs/base/actions.scss */
.action-show:before {
  background-image: url(/assets/trs/icons/trison-icon-info-f4793dc1a3bfbf9f1bab78b2dffdd52f0e494275dae69b6731dbc5d71eb69a17.svg);
}

/* line 161, app/assets/stylesheets/trs/base/actions.scss */
.action-fields:before, .action-index:before {
  background-image: url(/assets/trs/icons/trison-icon-lista-0776c8d3877acb6a9b15b2c3108fb2aa767adfbf6a9d749510717410d5a5ebf4.svg);
}

/* line 167, app/assets/stylesheets/trs/base/actions.scss */
.action-approve:before, .action-review:before {
  background-image: url(/assets/trs/icons/trison-icon-check-e003a2a07d6c0daded320cdd25e1e9239a5f099db88d2d91e12fc4cd622b7c4b.svg);
}

/* line 173, app/assets/stylesheets/trs/base/actions.scss */
.action-import:before {
  background-image: url(/assets/trs/icons/trison-icon-config-03288bb039efe92de313a3801c8bfbbcf7fce845130ad1feca063b7374216ce1.svg);
}

/* line 179, app/assets/stylesheets/trs/base/actions.scss */
.action-reopen:before {
  background-image: url(/assets/trs/icons/trison-icon-repetir-b2cfb8af0e261736175ab0b2c73795abb393bb9417aa24bb9c664c66647707aa.svg);
}

/* line 185, app/assets/stylesheets/trs/base/actions.scss */
.action-user:before {
  background-image: url(/assets/trs/icons/trison-icon-perfil-8340c2688f8a37a53a0f345a459805da7a4110dbcbd43480c2d2e3ac529687ce.svg);
}

/* line 191, app/assets/stylesheets/trs/base/actions.scss */
.action-update-dates:before {
  background-image: url(/assets/trs/icons/trison-icon-calendario-6035e2c875f9cda61c60682c49aa2ea746e189a04394232d5e8d304c8dc97f09.svg);
}

/* line 197, app/assets/stylesheets/trs/base/actions.scss */
.action-language:before {
  background-image: url(/assets/trs/icons/trison-icon-it-6b8e6eb2132d43785a77feb88ea461e9610bab3f5f00677c497f7f17597d779f.svg);
}

/* line 203, app/assets/stylesheets/trs/base/actions.scss */
.action-history:before {
  background-image: url(/assets/trs/icons/trison-icon-proyectos-c20b5185c5092cc9064937a4bf3c7f768ac99a68e12e282ba46f95a33aaa3d90.svg);
}

/* line 208, app/assets/stylesheets/trs/base/actions.scss */
.action-share:before {
  background-image: url(/assets/trs/icons/trison-icon_share-da5c80577506e86fed28a82f0dcbc698993f32d471e6b77643c9686b6546ed17.svg);
}

/* line 214, app/assets/stylesheets/trs/base/actions.scss */
.action-images:before {
  background-image: url(/assets/trs/icons/trison-icon_picture-fe82d60663073423255e56e10e5b43781c83a5e36d7da408d220870faae9bef8.svg);
}

/* line 220, app/assets/stylesheets/trs/base/actions.scss */
.action-lock:before {
  background-image: url(/assets/trs/icons/trison-icon_lock-0add580a42434441815d8337a7c534c030381fb154e19e46ba9ffb0ddab35055.svg);
}

/* line 226, app/assets/stylesheets/trs/base/actions.scss */
.action-track:before {
  background-image: url(/assets/trs/icons/trison-icon_play-ac414fdc514ac9ecc93aababbc7effb986c3018d5c6ba01b6463ace80c5c481b.svg);
}

/* line 232, app/assets/stylesheets/trs/base/actions.scss */
.action-request_designer:before, .action-choose_designer:before {
  background-image: url(/assets/trs/icons/trison-icon_screenshot-eb31894aad51d171dd880d56e7fb1f89b4e520fe02867c464eede38f1bae562f.svg);
}

/* line 238, app/assets/stylesheets/trs/base/actions.scss */
.action-open:before {
  background-image: url(/assets/trs/icons/trison-icon_play-ac414fdc514ac9ecc93aababbc7effb986c3018d5c6ba01b6463ace80c5c481b.svg);
}

/* line 244, app/assets/stylesheets/trs/base/actions.scss */
.action-help:before {
  background-image: url(/images/trs/icons/trison-icon_question_sign.svg);
}

/* line 250, app/assets/stylesheets/trs/base/actions.scss */
.action-close:before {
  background-image: url(/assets/trs/icons/trison-icon_stop-827fb1ba73cacd58a6e455d7d21000a2fc57e7f944957b77142fd6e0b8d676af.svg);
}

/* line 256, app/assets/stylesheets/trs/base/actions.scss */
.action-send:before {
  background-image: url(/assets/trs/icons/trison-icon_share-alt-71d6a49a779d3b764807a22b4c3a478ac68de8d679c6e163214c2f6c63f2d013.svg);
}

/* line 262, app/assets/stylesheets/trs/base/actions.scss */
.action-send-nav:before {
  background-image: url(/assets/trs/icons/trison-icon_hdd-fcd0a33e08078240c0670e04693c823ff9dc6bd30bf39ac7e38f67310653d01f.svg);
}

/* line 268, app/assets/stylesheets/trs/base/actions.scss */
.action-unsee:before {
  background-image: url(/assets/trs/icons/trison-icon_eye-close-d418bed8860afe73a26a5b41ca1086149916f86e25c244ef25a808bcf30f81c1.svg);
}

/* line 274, app/assets/stylesheets/trs/base/actions.scss */
.action-videos:before {
  background-image: url(/assets/trs/icons/trison-icon_film-ecd97df6949b2d3ab39fb9b9a74e955bd461d972a06be6ad3b9be636c66e510b.svg);
}

/* line 280, app/assets/stylesheets/trs/base/actions.scss */
.action-revoke:before {
  background-image: url(/assets/trs/icons/trison-icon_minus-sign-cd7e8193fccc44f35c451a329a40815ff5aa83535408cd16a7c6c21cc81efbc9.svg);
}

/* line 2, app/assets/stylesheets/trs/base/tabs.scss */
.main-content .nav-tabs {
  border: 0;
  margin: 20px 20px 0 20px;
}

/* line 6, app/assets/stylesheets/trs/base/tabs.scss */
.main-content .nav-tabs a {
  color: black;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 3px solid transparent;
  font-weight: 600;
}

/* line 14, app/assets/stylesheets/trs/base/tabs.scss */
.main-content .nav-tabs a:hover {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid black;
}

/* line 21, app/assets/stylesheets/trs/base/tabs.scss */
.main-content .nav-tabs li.active a {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid black;
}

/* line 4, app/assets/stylesheets/trs/base/show.scss */
.show-header {
  padding: 20px;
}

/* line 7, app/assets/stylesheets/trs/base/show.scss */
.show-header > .row-fluid {
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
}

/* line 10, app/assets/stylesheets/trs/base/show.scss */
.show-header > .row-fluid:last-child {
  border-bottom: 0;
  margin-top: 10px;
  padding: 0;
}

/* line 15, app/assets/stylesheets/trs/base/show.scss */
.show-header > .row-fluid em {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
}

/* line 20, app/assets/stylesheets/trs/base/show.scss */
.show-header > .row-fluid h3 {
  margin: 0;
  padding: 0 !important;
  line-height: 100%;
}

/* line 28, app/assets/stylesheets/trs/base/show.scss */
.table-show {
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 33, app/assets/stylesheets/trs/base/show.scss */
.table-show table {
  width: 100%;
}

/* line 36, app/assets/stylesheets/trs/base/show.scss */
.table-show table tbody > tr:nth-child(odd) > td,
.table-show table tbody > tr:nth-child(odd) > th {
  background-color: #fafafa;
  border-bottom: 1px solid #dddddd;
}

/* line 43, app/assets/stylesheets/trs/base/show.scss */
.table-show table tbody tr:hover td, .table-show table tbody tr:hover th {
  background-color: #f0f0f0 !important;
}

/* line 51, app/assets/stylesheets/trs/base/show.scss */
.table-show table thead tr td, .table-show table thead tr th {
  border-bottom: 1px solid black;
  padding-bottom: 16px;
  text-align: left;
}

/* line 58, app/assets/stylesheets/trs/base/show.scss */
.table-show table td, .table-show table th {
  padding: 8px;
}

/* line 60, app/assets/stylesheets/trs/base/show.scss */
.table-show table td.right, .table-show table th.right {
  text-align: right;
}

/* line 80, app/assets/stylesheets/trs/base/show.scss */
.full-width {
  width: 100%;
}

/* line 84, app/assets/stylesheets/trs/base/show.scss */
.nav-pills.nav-stacked {
  background-color: #ffffff;
}

/* line 86, app/assets/stylesheets/trs/base/show.scss */
.nav-pills.nav-stacked li.active a {
  background-color: white;
}

/* line 92, app/assets/stylesheets/trs/base/show.scss */
.nav-pills.nav-stacked li.active a:hover {
  background-color: black;
}

/* line 95, app/assets/stylesheets/trs/base/show.scss */
.nav-pills.nav-stacked a {
  color: black;
  font-weight: bold;
}

/* line 7, app/assets/stylesheets/trs/base/forms.scss */
label {
  font-weight: 600;
}

/* line 9, app/assets/stylesheets/trs/base/forms.scss */
label.checkbox, label.radio {
  font-weight: normal;
}

/* line 13, app/assets/stylesheets/trs/base/forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  padding: 6px 8px;
  border-color: #ccc;
}

/* line 31, app/assets/stylesheets/trs/base/forms.scss */
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border: 1px solid black;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/trs/base/modal.scss */
.modal {
  z-index: 5000;
  width: 600px;
  margin-left: -300px;
}

/* line 7, app/assets/stylesheets/trs/base/modal.scss */
.modal .modal-body {
  max-height: 600px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 22, app/assets/stylesheets/trs/base/modal.scss */
.modal.big {
  width: 850px;
  margin-left: -425px;
}

/* line 28, app/assets/stylesheets/trs/base/modal.scss */
.modal.big .modal-hidden {
  display: none;
}

/* line 31, app/assets/stylesheets/trs/base/modal.scss */
.modal.big .modal-body {
  min-height: 600px;
  max-height: 700px;
}

/* line 37, app/assets/stylesheets/trs/base/modal.scss */
.modal.transparent {
  background-color: rgba(120, 120, 120, 0.8);
}

/* line 41, app/assets/stylesheets/trs/base/modal.scss */
.modal.bigger {
  width: 950px;
  margin-left: -475px;
  font-size: 90%;
}

/* line 47, app/assets/stylesheets/trs/base/modal.scss */
.modal.bigger .modal-hidden {
  display: none;
}

/* line 50, app/assets/stylesheets/trs/base/modal.scss */
.modal.bigger .modal-body {
  max-height: 700px;
}

/* line 55, app/assets/stylesheets/trs/base/modal.scss */
.modal.huge {
  width: 1150px;
  margin-left: -575px;
  font-size: 90%;
}

/* line 61, app/assets/stylesheets/trs/base/modal.scss */
.modal.huge .modal-hidden {
  display: none;
}

/* line 64, app/assets/stylesheets/trs/base/modal.scss */
.modal.huge .modal-body {
  max-height: 800px;
}

/* line 69, app/assets/stylesheets/trs/base/modal.scss */
.modal.very-huge {
  width: 1350px;
  margin-left: -675px;
  font-size: 90%;
}

/* line 75, app/assets/stylesheets/trs/base/modal.scss */
.modal.very-huge .modal-hidden {
  display: none;
}

/* line 78, app/assets/stylesheets/trs/base/modal.scss */
.modal.very-huge .modal-body {
  max-height: 800px;
}

/* line 83, app/assets/stylesheets/trs/base/modal.scss */
.modal .modal-bottom {
  clear: both;
  padding-top: 20px;
}

/* line 1, app/assets/stylesheets/trs/pages/project.scss */
.project-header {
  padding: 20px;
}

/* line 3, app/assets/stylesheets/trs/pages/project.scss */
.project-header .project-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
}

/* line 6, app/assets/stylesheets/trs/pages/project.scss */
.project-header .project-title em {
  font-style: normal;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/trs/pages/project.scss */
.project-header .project-title h3 {
  margin: 0;
  padding: 0 !important;
  line-height: 100%;
}

/* line 19, app/assets/stylesheets/trs/pages/project.scss */
.project-header .milestones {
  list-style: none;
  margin: 16px 0 2px 0;
}

/* line 23, app/assets/stylesheets/trs/pages/project.scss */
.project-header .milestones li {
  display: inline-block;
  padding: 5px;
  min-width: 150px;
  position: relative;
  margin-right: 30px;
  margin-bottom: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 32, app/assets/stylesheets/trs/pages/project.scss */
.project-header .milestones li.label-forecast {
  background-color: #bae0ff;
  border-color: #69b1ff;
}

/* line 37, app/assets/stylesheets/trs/pages/project.scss */
.project-header .milestones li .title {
  font-weight: 600;
}

/* line 44, app/assets/stylesheets/trs/pages/project.scss */
.project-header .milestones li.current {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 48, app/assets/stylesheets/trs/pages/project.scss */
.project-header .milestones li.future {
  border: 1px solid #8c8c8c;
  background-color: #d2d2d2;
}

/* line 53, app/assets/stylesheets/trs/pages/project.scss */
.project-header .milestones li:after {
  display: block;
  content: ' ';
  width: 20px;
  height: 20px;
  background-image: url(/assets/trs/icons/trison-icon-flechadcha-33c883120d1f5eeb742c6c6249333aa212b031ba354023b5b0b44f5e359350f1.svg);
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -10px;
}

/* line 70, app/assets/stylesheets/trs/pages/project.scss */
.project-header .milestones li:last-child:after {
  display: none;
}

/* line 79, app/assets/stylesheets/trs/pages/project.scss */
.project-stage-tag .label {
  padding: 5px;
  font-size: 120%;
}

/* line 86, app/assets/stylesheets/trs/pages/project.scss */
.commercial-status-change > a {
  padding: 2px 5px 2px 2px;
}

/* line 89, app/assets/stylesheets/trs/pages/project.scss */
.commercial-status-change .caret {
  margin-left: 2px;
}

/* line 1, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content {
  /*
   Alignment using classes rather than inline styles
   check out the "formats" option
  */
  /*
  * Premium Plugins CSS
  */
  /* The Table of Contents Plugin */
  /* The Checklist Plugin */
  /* The Page Embed plugin */
  /* The Media Embed plugin */
  /* The Footnotes plugin */
}

/* line 2, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content figure.image {
  display: inline-block;
  border: 1px solid gray;
  margin: 0 2px 0 1px;
  background: #f5f2f0;
}

/* line 9, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content figure.align-left {
  float: left;
}

/* line 13, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content figure.align-right {
  float: right;
}

/* line 17, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content figure.image img {
  margin: 8px 8px 0 8px;
}

/* line 21, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content figure.image figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center;
}

/* line 31, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content img.align-left {
  float: left;
}

/* line 35, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content img.align-right {
  float: right;
}

/* line 45, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .mce-toc {
  border: 1px solid gray;
}

/* line 49, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .mce-toc h2 {
  margin: 4px;
}

/* line 53, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .mce-toc li {
  list-style-type: none;
}

/* line 59, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .tox-checklist > li:not(.tox-checklist--hidden) {
  list-style: none;
  margin: 0.25em 0;
  position: relative;
}

/* line 64, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .tox-checklist > li:not(.tox-checklist--hidden)::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  cursor: pointer;
  height: 1em;
  margin-left: -1.5em;
  margin-top: 0.125em;
  position: absolute;
  width: 1em;
}

/* line 73, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .tox-checklist li.tox-checklist--checked:not(.tox-checklist--hidden)::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

/* line 79, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .tiny-pageembed--21by9,
.external-tiny-mce-content .tiny-pageembed--16by9,
.external-tiny-mce-content .tiny-pageembed--4by3,
.external-tiny-mce-content .tiny-pageembed--1by1 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

/* line 90, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .tiny-pageembed--21by9 {
  padding-top: 42.857143%;
}

/* line 94, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .tiny-pageembed--16by9 {
  padding-top: 56.25%;
}

/* line 98, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .tiny-pageembed--4by3 {
  padding-top: 75%;
}

/* line 102, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .tiny-pageembed--1by1 {
  padding-top: 100%;
}

/* line 106, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .tiny-pageembed--21by9 iframe,
.external-tiny-mce-content .tiny-pageembed--16by9 iframe,
.external-tiny-mce-content .tiny-pageembed--4by3 iframe,
.external-tiny-mce-content .tiny-pageembed--1by1 iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 120, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .ephox-summary-card {
  border: 1px solid #AAA;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 10px;
  overflow: hidden;
  margin-bottom: 1em;
}

/* line 128, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .ephox-summary-card a {
  text-decoration: none;
  color: inherit;
}

/* line 133, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .ephox-summary-card a:visited {
  color: inherit;
}

/* line 137, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .ephox-summary-card-title {
  font-size: 1.2em;
  display: block;
}

/* line 142, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .ephox-summary-card-author {
  color: #999;
  display: block;
  margin-top: 0.5em;
}

/* line 148, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .ephox-summary-card-website {
  color: #999;
  display: block;
  margin-top: 0.5em;
}

/* line 154, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .ephox-summary-card-thumbnail {
  max-width: 180px;
  max-height: 180px;
  margin-left: 2em;
  float: right;
}

/* line 161, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content .ephox-summary-card-description {
  margin-top: 0.5em;
  display: block;
}

/* line 168, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content div.mce-footnotes hr {
  margin-inline-end: auto;
  margin-inline-start: 0;
  width: 25%;
}

/* line 174, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content div.mce-footnotes li > a.mce-footnotes-backlink {
  text-decoration: none;
}

/* line 178, app/assets/stylesheets/trs/pages/../includes/tinymce/_tinymce.scss */
.external-tiny-mce-content code {
  color: #333;
}

/* line 4, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-document-state .dropdown-menu {
  left: auto;
  right: 0;
  background: #999;
  margin-top: 20px;
}

/* line 10, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-document-state .dropdown-menu li {
  background: #999;
}

/* line 12, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-document-state .dropdown-menu li a {
  color: black;
  font-size: 14px;
}

/* line 18, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-document-state .caret {
  border-top: 4px solid black;
}

/* line 24, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-document-content .wiki-toc {
  position: sticky;
  top: 10px;
}

/* line 32, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.menu .wiki-menu-tree {
  border-top: 1px solid #8c8c8c;
}

/* line 34, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.menu .wiki-menu-tree li {
  background-color: #f0f0f0;
  border-radius: 5px;
}

/* line 37, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.menu .wiki-menu-tree li .collapsable-marker {
  background-image: url(/assets/trs/icons/trison-icon-desplegar-b83655e6819d5f01af025b702951c6ecc4d541f3ee71c2734420390b961a617b.svg);
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: relative;
  margin-right: 12px;
}

/* line 50, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.menu .wiki-menu-tree li.collapsed {
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
}

/* line 52, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.menu .wiki-menu-tree li.collapsed .collapsable-marker {
  background-image: url(/assets/trs/icons/trison-icon-replegar-763b126d2cfa1d699af55a581c752ec6979730b0893455f4263852f2893397de.svg);
}

/* line 55, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.menu .wiki-menu-tree li.collapsed ul {
  display: none;
}

/* line 60, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.menu .wiki-menu-tree li li {
  margin-left: 15px;
}

/* line 64, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.menu .wiki-menu-tree a {
  padding-left: 0;
}

/* line 66, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.menu .wiki-menu-tree a img {
  float: right;
  width: 20px;
  height: 20px;
}

/* line 81, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul {
  list-style: none;
  margin: 0 0 0 5px !important;
  overflow: hidden;
}

/* line 85, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul > li {
  font-weight: bold;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  padding: 8px;
  user-select: none;
  border-radius: 5px;
  max-width: 500px;
}

/* line 93, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul > li .collapsable-marker {
  background-image: url(/assets/trs/icons/trison-icon-desplegar-b83655e6819d5f01af025b702951c6ecc4d541f3ee71c2734420390b961a617b.svg);
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: relative;
  margin-right: 12px;
}

/* line 107, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul > li img {
  display: inline-block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 20px;
  float: right;
}

/* line 119, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul > li li {
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

/* line 123, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul > li li span {
  margin-left: 15px;
}

/* line 128, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul > li > a {
  display: block;
  padding: 5px 5px 5px 20px !important;
  position: relative;
  background-color: transparent !important;
}

/* line 133, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul > li > a .collapsable-marker {
  position: absolute;
  top: 9px;
  left: 0px;
}

/* line 141, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul > li.collapsed {
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
}

/* line 143, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul > li.collapsed .collapsable-marker {
  background-image: url(/assets/trs/icons/trison-icon-replegar-763b126d2cfa1d699af55a581c752ec6979730b0893455f4263852f2893397de.svg);
}

/* line 146, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul > li.collapsed ul {
  max-height: 0;
}

/* line 152, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-menu-tree.main-wiki-section-tree ul > li .div-buttons a {
  margin-right: 3px;
}

/* line 162, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/assets/wiki/sprites-578a3bfc8b63fd5ff2e8d0ae0cd0184651d95b4dd027e5d1524cceaa1482bf13.png);
}

/* line 167, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.wiki-icon.wiki-icon-small {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  vertical-align: middle;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-0 {
  background-position: 0 0px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-1 {
  background-position: 0 -24px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-2 {
  background-position: 0 -48px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-3 {
  background-position: 0 -72px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-4 {
  background-position: 0 -96px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-5 {
  background-position: 0 -120px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-6 {
  background-position: 0 -144px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-7 {
  background-position: 0 -168px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-8 {
  background-position: 0 -192px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-9 {
  background-position: 0 -216px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-10 {
  background-position: 0 -240px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-11 {
  background-position: 0 -264px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-12 {
  background-position: 0 -288px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-13 {
  background-position: 0 -312px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-14 {
  background-position: 0 -336px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-15 {
  background-position: 0 -360px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-16 {
  background-position: 0 -384px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-17 {
  background-position: 0 -408px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-18 {
  background-position: 0 -432px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-19 {
  background-position: 0 -456px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-20 {
  background-position: 0 -480px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-21 {
  background-position: 0 -504px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-22 {
  background-position: 0 -528px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-23 {
  background-position: 0 -552px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-24 {
  background-position: 0 -576px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-25 {
  background-position: 0 -600px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-26 {
  background-position: 0 -624px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-27 {
  background-position: 0 -648px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-28 {
  background-position: 0 -672px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-29 {
  background-position: 0 -696px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-30 {
  background-position: 0 -720px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-31 {
  background-position: 0 -744px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-32 {
  background-position: 0 -768px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-33 {
  background-position: 0 -792px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-34 {
  background-position: 0 -816px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-35 {
  background-position: 0 -840px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-36 {
  background-position: 0 -864px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-37 {
  background-position: 0 -888px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-38 {
  background-position: 0 -912px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-39 {
  background-position: 0 -936px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-40 {
  background-position: 0 -960px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-41 {
  background-position: 0 -984px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-42 {
  background-position: 0 -1008px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-43 {
  background-position: 0 -1032px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-44 {
  background-position: 0 -1056px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-45 {
  background-position: 0 -1080px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-46 {
  background-position: 0 -1104px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-47 {
  background-position: 0 -1128px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-48 {
  background-position: 0 -1152px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-49 {
  background-position: 0 -1176px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-50 {
  background-position: 0 -1200px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-51 {
  background-position: 0 -1224px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-52 {
  background-position: 0 -1248px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-53 {
  background-position: 0 -1272px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-54 {
  background-position: 0 -1296px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-55 {
  background-position: 0 -1320px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-56 {
  background-position: 0 -1344px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-57 {
  background-position: 0 -1368px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-58 {
  background-position: 0 -1392px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-59 {
  background-position: 0 -1416px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-60 {
  background-position: 0 -1440px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-61 {
  background-position: 0 -1464px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-62 {
  background-position: 0 -1488px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-63 {
  background-position: 0 -1512px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-64 {
  background-position: 0 -1536px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-65 {
  background-position: 0 -1560px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-66 {
  background-position: 0 -1584px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-67 {
  background-position: 0 -1608px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-68 {
  background-position: 0 -1632px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-69 {
  background-position: 0 -1656px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-70 {
  background-position: 0 -1680px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-71 {
  background-position: 0 -1704px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-72 {
  background-position: 0 -1728px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-73 {
  background-position: 0 -1752px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-74 {
  background-position: 0 -1776px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-75 {
  background-position: 0 -1800px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-76 {
  background-position: 0 -1824px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-77 {
  background-position: 0 -1848px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-78 {
  background-position: 0 -1872px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-79 {
  background-position: 0 -1896px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-80 {
  background-position: 0 -1920px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-81 {
  background-position: 0 -1944px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-82 {
  background-position: 0 -1968px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-83 {
  background-position: 0 -1992px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-84 {
  background-position: 0 -2016px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-85 {
  background-position: 0 -2040px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-86 {
  background-position: 0 -2064px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-87 {
  background-position: 0 -2088px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-88 {
  background-position: 0 -2112px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-89 {
  background-position: 0 -2136px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-90 {
  background-position: 0 -2160px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-91 {
  background-position: 0 -2184px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-92 {
  background-position: 0 -2208px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-93 {
  background-position: 0 -2232px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-94 {
  background-position: 0 -2256px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-95 {
  background-position: 0 -2280px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-96 {
  background-position: 0 -2304px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-97 {
  background-position: 0 -2328px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-98 {
  background-position: 0 -2352px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-99 {
  background-position: 0 -2376px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-100 {
  background-position: 0 -2400px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-101 {
  background-position: 0 -2424px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-102 {
  background-position: 0 -2448px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-103 {
  background-position: 0 -2472px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-104 {
  background-position: 0 -2496px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-105 {
  background-position: 0 -2520px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-106 {
  background-position: 0 -2544px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-107 {
  background-position: 0 -2568px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-108 {
  background-position: 0 -2592px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-109 {
  background-position: 0 -2616px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-110 {
  background-position: 0 -2640px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-111 {
  background-position: 0 -2664px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-112 {
  background-position: 0 -2688px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-113 {
  background-position: 0 -2712px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-114 {
  background-position: 0 -2736px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-115 {
  background-position: 0 -2760px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-116 {
  background-position: 0 -2784px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-117 {
  background-position: 0 -2808px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-118 {
  background-position: 0 -2832px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-119 {
  background-position: 0 -2856px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-120 {
  background-position: 0 -2880px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-121 {
  background-position: 0 -2904px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-122 {
  background-position: 0 -2928px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-123 {
  background-position: 0 -2952px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-124 {
  background-position: 0 -2976px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-125 {
  background-position: 0 -3000px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-126 {
  background-position: 0 -3024px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-127 {
  background-position: 0 -3048px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-128 {
  background-position: 0 -3072px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-129 {
  background-position: 0 -3096px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-130 {
  background-position: 0 -3120px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-131 {
  background-position: 0 -3144px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-132 {
  background-position: 0 -3168px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-133 {
  background-position: 0 -3192px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-134 {
  background-position: 0 -3216px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-135 {
  background-position: 0 -3240px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-136 {
  background-position: 0 -3264px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-137 {
  background-position: 0 -3288px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-138 {
  background-position: 0 -3312px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-139 {
  background-position: 0 -3336px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-140 {
  background-position: 0 -3360px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-141 {
  background-position: 0 -3384px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-142 {
  background-position: 0 -3408px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-143 {
  background-position: 0 -3432px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-144 {
  background-position: 0 -3456px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-145 {
  background-position: 0 -3480px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-146 {
  background-position: 0 -3504px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-147 {
  background-position: 0 -3528px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-148 {
  background-position: 0 -3552px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-149 {
  background-position: 0 -3576px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-150 {
  background-position: 0 -3600px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-151 {
  background-position: 0 -3624px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-152 {
  background-position: 0 -3648px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-153 {
  background-position: 0 -3672px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-154 {
  background-position: 0 -3696px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-155 {
  background-position: 0 -3720px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-156 {
  background-position: 0 -3744px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-157 {
  background-position: 0 -3768px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-158 {
  background-position: 0 -3792px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-159 {
  background-position: 0 -3816px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-160 {
  background-position: 0 -3840px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-161 {
  background-position: 0 -3864px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-162 {
  background-position: 0 -3888px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-163 {
  background-position: 0 -3912px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-164 {
  background-position: 0 -3936px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-165 {
  background-position: 0 -3960px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-166 {
  background-position: 0 -3984px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-167 {
  background-position: 0 -4008px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-168 {
  background-position: 0 -4032px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-169 {
  background-position: 0 -4056px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-170 {
  background-position: 0 -4080px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-171 {
  background-position: 0 -4104px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-172 {
  background-position: 0 -4128px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-173 {
  background-position: 0 -4152px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-174 {
  background-position: 0 -4176px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-175 {
  background-position: 0 -4200px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-176 {
  background-position: 0 -4224px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-177 {
  background-position: 0 -4248px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-178 {
  background-position: 0 -4272px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-179 {
  background-position: 0 -4296px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-180 {
  background-position: 0 -4320px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-181 {
  background-position: 0 -4344px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-182 {
  background-position: 0 -4368px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-183 {
  background-position: 0 -4392px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-184 {
  background-position: 0 -4416px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-185 {
  background-position: 0 -4440px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-186 {
  background-position: 0 -4464px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-187 {
  background-position: 0 -4488px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-188 {
  background-position: 0 -4512px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-189 {
  background-position: 0 -4536px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-190 {
  background-position: 0 -4560px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-191 {
  background-position: 0 -4584px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-192 {
  background-position: 0 -4608px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-193 {
  background-position: 0 -4632px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-194 {
  background-position: 0 -4656px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-195 {
  background-position: 0 -4680px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-196 {
  background-position: 0 -4704px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-197 {
  background-position: 0 -4728px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-198 {
  background-position: 0 -4752px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-199 {
  background-position: 0 -4776px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-200 {
  background-position: 0 -4800px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-201 {
  background-position: 0 -4824px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-202 {
  background-position: 0 -4848px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-203 {
  background-position: 0 -4872px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-204 {
  background-position: 0 -4896px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-205 {
  background-position: 0 -4920px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-206 {
  background-position: 0 -4944px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-207 {
  background-position: 0 -4968px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-208 {
  background-position: 0 -4992px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-209 {
  background-position: 0 -5016px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-210 {
  background-position: 0 -5040px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-211 {
  background-position: 0 -5064px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-212 {
  background-position: 0 -5088px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-213 {
  background-position: 0 -5112px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-214 {
  background-position: 0 -5136px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-215 {
  background-position: 0 -5160px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-216 {
  background-position: 0 -5184px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-217 {
  background-position: 0 -5208px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-218 {
  background-position: 0 -5232px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-219 {
  background-position: 0 -5256px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-220 {
  background-position: 0 -5280px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-221 {
  background-position: 0 -5304px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-222 {
  background-position: 0 -5328px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-223 {
  background-position: 0 -5352px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-224 {
  background-position: 0 -5376px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-225 {
  background-position: 0 -5400px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-226 {
  background-position: 0 -5424px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-227 {
  background-position: 0 -5448px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-228 {
  background-position: 0 -5472px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-229 {
  background-position: 0 -5496px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-230 {
  background-position: 0 -5520px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-231 {
  background-position: 0 -5544px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-232 {
  background-position: 0 -5568px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-233 {
  background-position: 0 -5592px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-234 {
  background-position: 0 -5616px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-235 {
  background-position: 0 -5640px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-236 {
  background-position: 0 -5664px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-237 {
  background-position: 0 -5688px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-238 {
  background-position: 0 -5712px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-239 {
  background-position: 0 -5736px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-240 {
  background-position: 0 -5760px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-241 {
  background-position: 0 -5784px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-242 {
  background-position: 0 -5808px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-243 {
  background-position: 0 -5832px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-244 {
  background-position: 0 -5856px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-245 {
  background-position: 0 -5880px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-246 {
  background-position: 0 -5904px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-247 {
  background-position: 0 -5928px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-248 {
  background-position: 0 -5952px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-249 {
  background-position: 0 -5976px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-250 {
  background-position: 0 -6000px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-251 {
  background-position: 0 -6024px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-252 {
  background-position: 0 -6048px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-253 {
  background-position: 0 -6072px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-254 {
  background-position: 0 -6096px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-255 {
  background-position: 0 -6120px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-256 {
  background-position: 0 -6144px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-257 {
  background-position: 0 -6168px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-258 {
  background-position: 0 -6192px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-259 {
  background-position: 0 -6216px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-260 {
  background-position: 0 -6240px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-261 {
  background-position: 0 -6264px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-262 {
  background-position: 0 -6288px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-263 {
  background-position: 0 -6312px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-264 {
  background-position: 0 -6336px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-265 {
  background-position: 0 -6360px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-266 {
  background-position: 0 -6384px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-267 {
  background-position: 0 -6408px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-268 {
  background-position: 0 -6432px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-269 {
  background-position: 0 -6456px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-270 {
  background-position: 0 -6480px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-271 {
  background-position: 0 -6504px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-272 {
  background-position: 0 -6528px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-273 {
  background-position: 0 -6552px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-274 {
  background-position: 0 -6576px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-275 {
  background-position: 0 -6600px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-276 {
  background-position: 0 -6624px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-277 {
  background-position: 0 -6648px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-278 {
  background-position: 0 -6672px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-279 {
  background-position: 0 -6696px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-280 {
  background-position: 0 -6720px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-281 {
  background-position: 0 -6744px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-282 {
  background-position: 0 -6768px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-283 {
  background-position: 0 -6792px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-284 {
  background-position: 0 -6816px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-285 {
  background-position: 0 -6840px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-286 {
  background-position: 0 -6864px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-287 {
  background-position: 0 -6888px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-288 {
  background-position: 0 -6912px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-289 {
  background-position: 0 -6936px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-290 {
  background-position: 0 -6960px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-291 {
  background-position: 0 -6984px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-292 {
  background-position: 0 -7008px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-293 {
  background-position: 0 -7032px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-294 {
  background-position: 0 -7056px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-295 {
  background-position: 0 -7080px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-296 {
  background-position: 0 -7104px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-297 {
  background-position: 0 -7128px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-298 {
  background-position: 0 -7152px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-299 {
  background-position: 0 -7176px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-300 {
  background-position: 0 -7200px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-301 {
  background-position: 0 -7224px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-302 {
  background-position: 0 -7248px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-303 {
  background-position: 0 -7272px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-304 {
  background-position: 0 -7296px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-305 {
  background-position: 0 -7320px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-306 {
  background-position: 0 -7344px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-307 {
  background-position: 0 -7368px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-308 {
  background-position: 0 -7392px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-309 {
  background-position: 0 -7416px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-310 {
  background-position: 0 -7440px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-311 {
  background-position: 0 -7464px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-312 {
  background-position: 0 -7488px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-313 {
  background-position: 0 -7512px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-314 {
  background-position: 0 -7536px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-315 {
  background-position: 0 -7560px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-316 {
  background-position: 0 -7584px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-317 {
  background-position: 0 -7608px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-318 {
  background-position: 0 -7632px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-319 {
  background-position: 0 -7656px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-320 {
  background-position: 0 -7680px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-321 {
  background-position: 0 -7704px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-322 {
  background-position: 0 -7728px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-323 {
  background-position: 0 -7752px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-324 {
  background-position: 0 -7776px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-325 {
  background-position: 0 -7800px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-326 {
  background-position: 0 -7824px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-327 {
  background-position: 0 -7848px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-328 {
  background-position: 0 -7872px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-329 {
  background-position: 0 -7896px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-330 {
  background-position: 0 -7920px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-331 {
  background-position: 0 -7944px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-332 {
  background-position: 0 -7968px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-333 {
  background-position: 0 -7992px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-334 {
  background-position: 0 -8016px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-335 {
  background-position: 0 -8040px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-336 {
  background-position: 0 -8064px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-337 {
  background-position: 0 -8088px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-338 {
  background-position: 0 -8112px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-339 {
  background-position: 0 -8136px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-340 {
  background-position: 0 -8160px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-341 {
  background-position: 0 -8184px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-342 {
  background-position: 0 -8208px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-343 {
  background-position: 0 -8232px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-344 {
  background-position: 0 -8256px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-345 {
  background-position: 0 -8280px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-346 {
  background-position: 0 -8304px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-347 {
  background-position: 0 -8328px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-348 {
  background-position: 0 -8352px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-349 {
  background-position: 0 -8376px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-350 {
  background-position: 0 -8400px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-351 {
  background-position: 0 -8424px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-352 {
  background-position: 0 -8448px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-353 {
  background-position: 0 -8472px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-354 {
  background-position: 0 -8496px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-355 {
  background-position: 0 -8520px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-356 {
  background-position: 0 -8544px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-357 {
  background-position: 0 -8568px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-358 {
  background-position: 0 -8592px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-359 {
  background-position: 0 -8616px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-360 {
  background-position: 0 -8640px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-361 {
  background-position: 0 -8664px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-362 {
  background-position: 0 -8688px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-363 {
  background-position: 0 -8712px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-364 {
  background-position: 0 -8736px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-365 {
  background-position: 0 -8760px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-366 {
  background-position: 0 -8784px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-367 {
  background-position: 0 -8808px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-368 {
  background-position: 0 -8832px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-369 {
  background-position: 0 -8856px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-370 {
  background-position: 0 -8880px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-371 {
  background-position: 0 -8904px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-372 {
  background-position: 0 -8928px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-373 {
  background-position: 0 -8952px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-374 {
  background-position: 0 -8976px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-375 {
  background-position: 0 -9000px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-376 {
  background-position: 0 -9024px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-377 {
  background-position: 0 -9048px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-378 {
  background-position: 0 -9072px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-379 {
  background-position: 0 -9096px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-380 {
  background-position: 0 -9120px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-381 {
  background-position: 0 -9144px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-382 {
  background-position: 0 -9168px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-383 {
  background-position: 0 -9192px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-384 {
  background-position: 0 -9216px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-385 {
  background-position: 0 -9240px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-386 {
  background-position: 0 -9264px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-387 {
  background-position: 0 -9288px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-388 {
  background-position: 0 -9312px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-389 {
  background-position: 0 -9336px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-390 {
  background-position: 0 -9360px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-391 {
  background-position: 0 -9384px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-392 {
  background-position: 0 -9408px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-393 {
  background-position: 0 -9432px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-394 {
  background-position: 0 -9456px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-395 {
  background-position: 0 -9480px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-396 {
  background-position: 0 -9504px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-397 {
  background-position: 0 -9528px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-398 {
  background-position: 0 -9552px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-399 {
  background-position: 0 -9576px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-400 {
  background-position: 0 -9600px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-401 {
  background-position: 0 -9624px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-402 {
  background-position: 0 -9648px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-403 {
  background-position: 0 -9672px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-404 {
  background-position: 0 -9696px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-405 {
  background-position: 0 -9720px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-406 {
  background-position: 0 -9744px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-407 {
  background-position: 0 -9768px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-408 {
  background-position: 0 -9792px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-409 {
  background-position: 0 -9816px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-410 {
  background-position: 0 -9840px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-411 {
  background-position: 0 -9864px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-412 {
  background-position: 0 -9888px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-413 {
  background-position: 0 -9912px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-414 {
  background-position: 0 -9936px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-415 {
  background-position: 0 -9960px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-416 {
  background-position: 0 -9984px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-417 {
  background-position: 0 -10008px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-418 {
  background-position: 0 -10032px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-419 {
  background-position: 0 -10056px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-420 {
  background-position: 0 -10080px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-421 {
  background-position: 0 -10104px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-422 {
  background-position: 0 -10128px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-423 {
  background-position: 0 -10152px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-424 {
  background-position: 0 -10176px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-425 {
  background-position: 0 -10200px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-426 {
  background-position: 0 -10224px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-427 {
  background-position: 0 -10248px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-428 {
  background-position: 0 -10272px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-429 {
  background-position: 0 -10296px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-430 {
  background-position: 0 -10320px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-431 {
  background-position: 0 -10344px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-432 {
  background-position: 0 -10368px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-433 {
  background-position: 0 -10392px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-434 {
  background-position: 0 -10416px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-435 {
  background-position: 0 -10440px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-436 {
  background-position: 0 -10464px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-437 {
  background-position: 0 -10488px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-438 {
  background-position: 0 -10512px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-439 {
  background-position: 0 -10536px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-440 {
  background-position: 0 -10560px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-441 {
  background-position: 0 -10584px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-442 {
  background-position: 0 -10608px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-443 {
  background-position: 0 -10632px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-444 {
  background-position: 0 -10656px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-445 {
  background-position: 0 -10680px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-446 {
  background-position: 0 -10704px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-447 {
  background-position: 0 -10728px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-448 {
  background-position: 0 -10752px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-449 {
  background-position: 0 -10776px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-450 {
  background-position: 0 -10800px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-451 {
  background-position: 0 -10824px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-452 {
  background-position: 0 -10848px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-453 {
  background-position: 0 -10872px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-454 {
  background-position: 0 -10896px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-455 {
  background-position: 0 -10920px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-456 {
  background-position: 0 -10944px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-457 {
  background-position: 0 -10968px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-458 {
  background-position: 0 -10992px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-459 {
  background-position: 0 -11016px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-460 {
  background-position: 0 -11040px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-461 {
  background-position: 0 -11064px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-462 {
  background-position: 0 -11088px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-463 {
  background-position: 0 -11112px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-464 {
  background-position: 0 -11136px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-465 {
  background-position: 0 -11160px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-466 {
  background-position: 0 -11184px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-467 {
  background-position: 0 -11208px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-468 {
  background-position: 0 -11232px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-469 {
  background-position: 0 -11256px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-470 {
  background-position: 0 -11280px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-471 {
  background-position: 0 -11304px;
}

/* line 174, app/assets/stylesheets/trs/pages/wiki_documents.scss */
i.wiki-icon-472 {
  background-position: 0 -11328px;
}

/* line 179, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.select-wiki-icon {
  padding: 2px;
  cursor: pointer;
}

/* line 182, app/assets/stylesheets/trs/pages/wiki_documents.scss */
.select-wiki-icon:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 4, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > thead > tr > td, .availability-gant > thead > tr > th, .availability-gant > tbody > tr > td, .availability-gant > tbody > tr > th {
  text-align: center;
}

/* line 8, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > thead > tr > td.month-break, .availability-gant > thead > tr > th.month-break, .availability-gant > tbody > tr > td.month-break, .availability-gant > tbody > tr > th.month-break {
  border-left: 1px solid #000000;
}

/* line 11, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > thead > tr > td:first-child, .availability-gant > thead > tr > th:first-child, .availability-gant > tbody > tr > td:first-child, .availability-gant > tbody > tr > th:first-child {
  border-right: 1px solid #dddddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  max-width: none;
  text-align: left;
}

/* line 26, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > tbody > tr > td {
  padding: 5px 0 !important;
}

/* line 29, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > tbody > tr > td:first-child {
  padding: 5px;
}

/* line 33, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > tbody > tr > td span {
  display: block;
  height: 20px;
}

/* line 37, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > tbody > tr > td span.vacations {
  background-color: #222016;
  border-top: 1px solid #222016;
  border-bottom: 1px solid #222016;
  cursor: pointer;
}

/* line 44, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > tbody > tr > td span.holidays {
  background-color: #8c8c8c;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}

/* line 50, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > tbody > tr > td span.reserved {
  background-color: #eebab9;
  border-top: 1px solid #e61f18;
  border-bottom: 1px solid #e61f18;
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > tbody > tr > td span.provisional {
  background-color: #94d8ee;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > tbody > tr > td span.free {
  margin: 0 5px;
  background-color: #d9f7be;
  border: 1px solid #65de64;
  border-radius: 5px;
}

/* line 71, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > tbody > tr > td span.unavailable {
  margin: 0 5px;
  background-color: #888888;
}

/* line 76, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > tbody > tr > td span.start {
  margin-left: 2px;
  border-left: 1px solid #dddddd;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

/* line 83, app/assets/stylesheets/trs/pages/gantt.scss */
.availability-gant > tbody > tr > td span.end {
  margin-right: 2px;
  border-right: 1px solid #dddddd;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

/* line 1, app/assets/stylesheets/trs/pages/safepal.scss */
.fixed-first-col {
  position: relative;
  padding-left: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/trs/pages/safepal.scss */
.fixed-first-col .scrolled-table {
  overflow-x: scroll;
  width: 100%;
  padding-bottom: 48px;
}

/* line 13, app/assets/stylesheets/trs/pages/safepal.scss */
.fixed-first-col .dropdown-toggle span {
  padding: 5px;
  border-radius: 50%;
  text-align: center;
}

/* line 20, app/assets/stylesheets/trs/pages/safepal.scss */
.fixed-first-col td, .fixed-first-col th {
  border-left: 1px solid #dddddd;
}

/* line 24, app/assets/stylesheets/trs/pages/safepal.scss */
.fixed-first-col th:first-child, .fixed-first-col td:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 300px;
  top: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 35, app/assets/stylesheets/trs/pages/safepal.scss */
.fixed-first-col.products-table {
  padding-left: 400px;
}

/* line 37, app/assets/stylesheets/trs/pages/safepal.scss */
.fixed-first-col.products-table th:first-child, .fixed-first-col.products-table td:first-child {
  width: 400px;
}

/* line 42, app/assets/stylesheets/trs/pages/safepal.scss */
.fixed-first-col.fix-two {
  padding-left: 600px;
}

/* line 45, app/assets/stylesheets/trs/pages/safepal.scss */
.fixed-first-col.fix-two th:nth-child(2), .fixed-first-col.fix-two td:nth-child(2) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 300px;
  width: 300px;
  top: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 0;
}

/* line 60, app/assets/stylesheets/trs/pages/safepal.scss */
.fixed-first-col .dropdown-menu li {
  line-height: 16px;
}

/* line 2, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents h3 {
  font-size: 130%;
}

/* line 6, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul {
  list-style: none;
  min-width: 200px;
  margin: 10px;
}

/* line 11, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li {
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
}

/* line 16, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li .abbr {
  color: black;
}

/* line 19, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li.unneeded {
  background-color: #f0f0f0;
  border: 1px solid #c3c3c3;
}

/* line 27, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li.needed, .prl-documents ul li.expired {
  background-color: #ffccc7;
  border: 1px solid #ff7875;
}

/* line 30, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li.needed .abbr, .prl-documents ul li.expired .abbr {
  color: black;
}

/* line 32, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li.needed .abbr a, .prl-documents ul li.expired .abbr a {
  color: #e6e6e6;
}

/* line 37, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li.soon {
  background-color: #ffe7ba;
  border: 1px solid #ffc069;
}

/* line 40, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li.soon .abbr {
  color: white;
}

/* line 42, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li.soon .abbr a {
  color: #e6e6e6;
}

/* line 47, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li.pending {
  background-color: #bae0ff;
  border: 1px solid #69b1ff;
}

/* line 51, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li.ok {
  background-color: #d9f7be;
  border: 1px solid #65de64;
}

/* line 55, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li.does-not-expire {
  background-color: #b5f5ec;
  border: 1px solid #5cdbd3;
}

/* line 60, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li .abbr, .prl-documents ul li .date, .prl-documents ul li .dmenu {
  display: inline-block;
  margin: 3px;
}

/* line 64, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li .abbr {
  font-weight: bold;
  margin-right: 30px;
}

/* line 68, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li .date {
  background-color: white;
  padding: 5px 10px 5px 10px;
  border: 1px solid #dddddd;
  text-transform: uppercase;
  border-radius: 5px;
}

/* line 74, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li .date form {
  margin: 0;
}

/* line 76, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li .date form .input-append {
  margin: 0;
}

/* line 78, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li .date form .input-append .add-on {
  background-color: transparent;
  border: none;
  padding-right: 0;
  padding-left: 30px;
}

/* line 87, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li .dropdown-menu {
  border-radius: 6px;
}

/* line 89, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents ul li .dropdown-menu li {
  padding: 0;
  margin: 0;
}

/* line 97, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents .legend {
  margin-top: 40px;
  padding: 10px;
}

/* line 101, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents .legend .entry {
  display: inline-block;
  margin: 5px 10px;
  vertical-align: middle;
  line-height: 24px;
}

/* line 106, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents .legend .entry span {
  border-radius: 5px;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 113, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents .legend .entry span.unneeded {
  background-color: #f0f0f0;
  border: 1px solid #c3c3c3;
}

/* line 121, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents .legend .entry span.needed, .prl-documents .legend .entry span.expired {
  background-color: #ffccc7;
  border: 1px solid #ff7875;
}

/* line 125, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents .legend .entry span.soon {
  background-color: #ffe7ba;
  border: 1px solid #ffc069;
}

/* line 129, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents .legend .entry span.pending {
  background-color: #bae0ff;
  border: 1px solid #69b1ff;
}

/* line 133, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents .legend .entry span.ok {
  background-color: #d9f7be;
  border: 1px solid #65de64;
}

/* line 137, app/assets/stylesheets/trs/pages/ehs.scss */
.prl-documents .legend .entry span.does-not-expire {
  background-color: #b5f5ec;
  border: 1px solid #5cdbd3;
}

/* line 148, app/assets/stylesheets/trs/pages/ehs.scss */
.label.unneeded {
  background-color: #f0f0f0;
  border-color: #c3c3c3;
}

/* line 157, app/assets/stylesheets/trs/pages/ehs.scss */
.label.needed, .label.expired {
  background-color: #ffccc7;
  border-color: #ff7875;
}

/* line 160, app/assets/stylesheets/trs/pages/ehs.scss */
.label.needed .abbr, .label.expired .abbr {
  color: white;
}

/* line 162, app/assets/stylesheets/trs/pages/ehs.scss */
.label.needed .abbr a, .label.expired .abbr a {
  color: white;
}

/* line 167, app/assets/stylesheets/trs/pages/ehs.scss */
.label.soon {
  background-color: #ffe7ba;
  border-color: #ffc069;
}

/* line 170, app/assets/stylesheets/trs/pages/ehs.scss */
.label.soon .abbr {
  color: white;
}

/* line 172, app/assets/stylesheets/trs/pages/ehs.scss */
.label.soon .abbr a {
  color: white;
}

/* line 177, app/assets/stylesheets/trs/pages/ehs.scss */
.label.pending {
  background-color: #bae0ff;
  border-color: #69b1ff;
}

/* line 181, app/assets/stylesheets/trs/pages/ehs.scss */
.label.ok {
  background-color: #d9f7be;
  border-color: #65de64;
}

/* line 185, app/assets/stylesheets/trs/pages/ehs.scss */
.label.does-not-expire {
  background-color: #b5f5ec;
  border-color: #5cdbd3;
}

/* line 192, app/assets/stylesheets/trs/pages/ehs.scss */
.state-change {
  display: inline-block;
}

/* line 195, app/assets/stylesheets/trs/pages/ehs.scss */
.state-change ul {
  float: left;
}

/* line 198, app/assets/stylesheets/trs/pages/ehs.scss */
.state-change a {
  text-align: center;
  padding: 2px 5px;
  white-space: nowrap;
}

/* line 202, app/assets/stylesheets/trs/pages/ehs.scss */
.state-change a span.label {
  min-width: 70px;
  margin-right: 5px;
}

/* line 207, app/assets/stylesheets/trs/pages/ehs.scss */
.state-change.small {
  padding: 0;
}

/* line 209, app/assets/stylesheets/trs/pages/ehs.scss */
.state-change.small span.label {
  min-width: 0;
  width: 15px;
  margin: 0;
}

/* line 216, app/assets/stylesheets/trs/pages/ehs.scss */
.state-change ul {
  min-width: 40px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 221, app/assets/stylesheets/trs/pages/ehs.scss */
.state-change ul li {
  line-height: 15px;
}

/* line 223, app/assets/stylesheets/trs/pages/ehs.scss */
.state-change ul li a {
  padding: 1px 5px;
}

/* line 2, app/assets/stylesheets/trs/pages/home.scss */
.home .home-background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -10;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 11, app/assets/stylesheets/trs/pages/home.scss */
.home .home-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* line 19, app/assets/stylesheets/trs/pages/home.scss */
.home .home-header {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #f0f0f0;
  margin-top: -1px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 5px 40px;
  -webkit-box-shadow: 2px 2px 4px #dddddd;
  -moz-box-shadow: 2px 2px 4px #dddddd;
  box-shadow: 2px 2px 4px #dddddd;
}

/* line 34, app/assets/stylesheets/trs/pages/home.scss */
.home .home-header .user {
  font-size: 120%;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 1px solid #dddddd;
}

/* line 40, app/assets/stylesheets/trs/pages/home.scss */
.home .home-header .time {
  font-weight: bold;
  padding: 10px 5px;
  text-align: right;
  color: black;
}

/* line 46, app/assets/stylesheets/trs/pages/home.scss */
.home .home-header .address-book {
  text-align: right;
}

/* line 48, app/assets/stylesheets/trs/pages/home.scss */
.home .home-header .address-book:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 52, app/assets/stylesheets/trs/pages/home.scss */
.home .home-header .alerts {
  margin: 10px 0;
  list-style: none;
  padding: 0;
}

/* line 57, app/assets/stylesheets/trs/pages/home.scss */
.home .home-header .alerts li {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 110%;
  line-height: 32px;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/trs/pages/home.scss */
.home .home-header .alerts li .count {
  display: inline-block;
  margin-right: 5px;
  height: 32px;
  width: 32px;
  background-color: #000000;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}

/* line 74, app/assets/stylesheets/trs/pages/home.scss */
.home .home-header .alerts li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container {
  background-color: white;
}

/* line 3, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container table {
  background-color: #f0f0f0;
  width: 100%;
}

/* line 6, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container table tr {
  border-bottom: 1px solid #dddddd;
}

/* line 9, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container table td {
  padding: 10px;
}

/* line 14, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner {
  background-color: white;
  padding: 20px;
}

/* line 17, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .well {
  margin-bottom: 70px;
}

/* line 21, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .well table:first-child tr.assistant-category-name {
  background-color: #e6e6e6;
}

/* line 25, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .well table:first-child tr:last-child td {
  background-color: white;
  vertical-align: top;
}

/* line 31, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .well table:first-child td strong {
  font-weight: bold;
}

/* line 35, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .well table:first-child .pull-right {
  margin-top: 10px;
}

/* line 39, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .well table:last-child {
  margin-top: 30px;
}

/* line 42, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .well table:last-child tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

/* line 45, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .well table:last-child tbody tr {
  border-bottom: 1px solid #dddddd;
}

/* line 48, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .well table:last-child tbody a {
  font-weight: bold;
}

/* line 52, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .well table:last-child thead {
  border-bottom: 1px solid black;
}

/* line 54, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .well table:last-child thead th {
  text-align: left;
}

/* line 60, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .text-paragraph {
  margin-top: 20px;
  margin-left: 20px;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.order-assistant-setup-container .content-inner .text-paragraph:before, .order-assistant-setup-container .content-inner .text-paragraph:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.order-assistant-setup-container .content-inner .text-paragraph:after {
  clear: both;
}

/* line 64, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .text-paragraph .image-box {
  margin-bottom: 30px;
  margin-right: 20px;
  width: 300px;
  float: right;
}

/* line 69, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.order-assistant-setup-container .content-inner .text-paragraph .image-box img {
  margin-left: 10px;
}

/* line 77, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.table-header-order-setup {
  background-color: #f0f0f0;
  border-top: 1px solid #dddddd;
  margin-top: -10px;
  padding: 10px;
}

/* line 82, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.table-header-order-setup table {
  width: 100%;
}

/* line 84, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.table-header-order-setup table tr:last-child {
  border-top: 1px solid #dddddd;
  margin-top: 10px;
}

/* line 91, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.container-show-order-assistant {
  display: flex;
  margin-bottom: 30px;
}

/* line 94, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.container-show-order-assistant p {
  margin: 0;
  padding: 10px;
  flex: 1;
}

/* line 101, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.container-show-assistant-image {
  margin-top: 50px;
}

/* line 103, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.container-show-assistant-image .image-box {
  margin-right: 20px;
  width: 300px;
  float: right;
}

/* line 107, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.container-show-assistant-image .image-box img {
  margin-left: 10px;
}

/* line 111, app/assets/stylesheets/trs/pages/order-assistant-setup.scss */
.container-show-assistant-image .description {
  float: left;
  background-color: #f0f0f0;
  width: 75%;
  padding: 10px;
  border-radius: 5px;
}

/* line 1, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar-legend {
  *zoom: 1;
  margin-bottom: 10px;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.work-calendar-legend:before, .work-calendar-legend:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.work-calendar-legend:after {
  clear: both;
}

/* line 4, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar-legend .color-tag {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 16px;
  height: 16px;
  border: 0;
}

/* line 11, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar-legend ul {
  list-style: none;
  margin: 0;
}

/* line 14, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar-legend ul li {
  display: inline-block;
  margin: 0 20px 0 10px;
}

/* line 21, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar-legend .count:before {
  content: ' (';
}

/* line 24, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar-legend .count:after {
  content: ')';
}

/* line 30, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar {
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.work-calendar:before, .work-calendar:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.work-calendar:after {
  clear: both;
}

/* line 40, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month {
  margin: 0px auto;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  float: left;
}

/* line 48, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}

/* line 53, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month .month {
  text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 5px;
}

/* line 66, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0px;
  width: 100%;
}

/* line 73, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table thead {
  text-transform: lowercase;
}

/* line 79, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table thead th {
  padding: 0px 1px;
}

/* line 84, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table th, .work-calendar .calendar-month table td {
  text-align: center;
}

/* line 90, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table th input, .work-calendar .calendar-month table td input {
  display: inline-block;
  margin: 2px;
  float: none;
}

/* line 96, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table td {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 100, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table td .day {
  padding: 2px 5px;
  line-height: 20px;
  color: white;
  background-color: #92d050;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 107, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table td .day.vacations {
  background-color: #ff0000;
}

/* line 111, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table td .day.holiday {
  background-color: #cf8b00;
}

/* line 115, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table td .day.leaves {
  background-color: #cf008e;
}

/* line 119, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table td .day.notes {
  color: black;
}

/* line 124, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table td.notmonth {
  color: #bbb;
}

/* line 128, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar .calendar-month table td.future, .work-calendar .calendar-month table td.today {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 142, app/assets/stylesheets/trs/legacy/work_calendar.scss */
.work-calendar.selection-available .calendar-month table td .day[data-editable]:hover {
  cursor: pointer;
  color: #69b1ff;
}

/* line 5, app/assets/stylesheets/trs/legacy/breadcrumbs.scss */
ul.breadcrumb li {
  margin-right: 5px;
}

/* line 8, app/assets/stylesheets/trs/legacy/breadcrumbs.scss */
ul.breadcrumb li:first-child {
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/trs/legacy/breadcrumbs.scss */
ul.breadcrumb li:after {
  margin: 0 0 0 5px;
  font-weight: bold;
  content: '»';
  color: #888888;
}

/* line 20, app/assets/stylesheets/trs/legacy/breadcrumbs.scss */
ul.breadcrumb li:last-child a {
  color: #444;
}

/* line 23, app/assets/stylesheets/trs/legacy/breadcrumbs.scss */
ul.breadcrumb li:last-child:after {
  content: '';
}

/* line 1, app/assets/stylesheets/trs/legacy/collapsable.scss */
.collapse-toggle-button {
  float: left;
  margin-top: 6px;
  margin-right: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-image: url(/assets/glyphicons-halflings-d99e3fa32c641032f08149914b28c2dc6acf2ec62f70987f2259eabbfa7fc0de.png);
  background-repeat: no-repeat;
  background-position: -313px -119px;
}

/* line 18, app/assets/stylesheets/trs/legacy/collapsable.scss */
.collapsed .collapse-toggle-button {
  background-position: -456px -72px;
}

/* line 1, app/assets/stylesheets/trs/legacy/date_input.scss */
.bootstrap-timepicker {
  position: relative;
  overflow: visible;
}

/* line 5, app/assets/stylesheets/trs/legacy/date_input.scss */
.bootstrap-timepicker > input {
  width: 50px;
}

/* line 7, app/assets/stylesheets/trs/legacy/date_input.scss */
.bootstrap-timepicker > input.invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 10, app/assets/stylesheets/trs/legacy/date_input.scss */
.bootstrap-timepicker > input.invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 1, app/assets/stylesheets/trs/legacy/items.scss */
.items {
  margin: 30px 0;
}

/* line 4, app/assets/stylesheets/trs/legacy/items.scss */
.items .document-item {
  margin: 5px auto 10px auto;
  padding: 5px;
}

/* line 8, app/assets/stylesheets/trs/legacy/items.scss */
.items .document-item.section {
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 15, app/assets/stylesheets/trs/legacy/items.scss */
.items .document-item.section .actions {
  float: right;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 2px;
}

/* line 24, app/assets/stylesheets/trs/legacy/items.scss */
.items .document-item.field .name {
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 27, app/assets/stylesheets/trs/legacy/items.scss */
.items .document-item.field .name abbr {
  margin-right: 5px;
}

/* line 31, app/assets/stylesheets/trs/legacy/items.scss */
.items .document-item.field .kind {
  padding: 5px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 36, app/assets/stylesheets/trs/legacy/items.scss */
.items .document-item.field .kind .actions {
  float: right;
}

/* line 42, app/assets/stylesheets/trs/legacy/items.scss */
.items .document-item.table, .items #results #results-table table.document-item, #results #results-table .items table.document-item, .items form .document-item.table-form, form .items .document-item.table-form {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.items .document-item.table:before, .items #results #results-table table.document-item:before, #results #results-table .items table.document-item:before, .items form .document-item.table-form:before, form .items .document-item.table-form:before, .items .document-item.table:after, .items #results #results-table table.document-item:after, #results #results-table .items table.document-item:after, .items form .document-item.table-form:after, form .items .document-item.table-form:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.items .document-item.table:after, .items #results #results-table table.document-item:after, #results #results-table .items table.document-item:after, .items form .document-item.table-form:after, form .items .document-item.table-form:after {
  clear: both;
}

/* line 46, app/assets/stylesheets/trs/legacy/items.scss */
.items .document-item.table table, .items #results #results-table table.document-item table, #results #results-table .items table.document-item table, .items form .document-item.table-form table, form .items .document-item.table-form table {
  width: calc(100% - 10px);
}

/* line 49, app/assets/stylesheets/trs/legacy/items.scss */
.items .document-item.table table td.actions, .items #results #results-table table.document-item table td.actions, #results #results-table .items table.document-item table td.actions, .items form .document-item.table-form table td.actions, form .items .document-item.table-form table td.actions {
  white-space: nowrap;
}

/* line 4, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
[draggable][data-drag="icon"] {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
  user-select: all;
}

/* line 7, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
[draggable]:not([data-drag="icon"]) {
  cursor: move;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

/* line 17, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
[data-drag="icon"] .icon-move {
  cursor: move;
}

/* line 22, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
.drag-over {
  border-top: 2px solid #b3efb3 !important;
  padding-top: 5px !important;
  margin-top: 5px !important;
}

/* line 27, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
.drag-over * {
  pointer-events: none;
}

/* line 31, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
.drag-over.undroppable {
  background-color: indianred !important;
}

/* line 37, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
tr.drag-over * {
  pointer-events: auto;
}

/* line 42, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
.dragging {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 46, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
.drop-bottom {
  height: 20px;
}

/* line 52, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
.file-drag-over {
  background-color: #b3efb3;
}

/* line 56, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
.file-dragging {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 61, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
.line-drag-over {
  border-top: 2px solid #b3efb3 !important;
}

/* line 65, app/assets/stylesheets/trs/legacy/drag_and_drop.scss */
.line-dragging {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 1, app/assets/stylesheets/trs/legacy/download.scss */
.download-app {
  margin: 100px 15%;
  text-align: center;
}

/* line 5, app/assets/stylesheets/trs/legacy/download.scss */
.download-app .content {
  width: 40%;
  margin: 0 5%;
  float: left;
}

/* line 11, app/assets/stylesheets/trs/legacy/download.scss */
.download-app .qr {
  display: block;
  margin-bottom: 25px;
}

/* line 3, app/assets/stylesheets/trs/legacy/external.scss */
.external .download-button {
  width: 300px;
  margin: 200px auto;
  text-align: center;
}

/* line 9, app/assets/stylesheets/trs/legacy/external.scss */
.external .shared-video-content {
  margin: 100px auto;
  text-align: center;
}

/* line 13, app/assets/stylesheets/trs/legacy/external.scss */
.external .shared-video-content video {
  border: 1px solid #dddddd;
  display: block;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/trs/legacy/fields.scss */
.field-value .english {
  font-style: italic;
  font-size: 90%;
}

/* line 11, app/assets/stylesheets/trs/legacy/fields.scss */
.field-options, .field-auto-options, .field-master-options, .field-linked-options, .field-linked-options-options {
  clear: both;
  display: none;
  text-align: left;
}

/* line 16, app/assets/stylesheets/trs/legacy/fields.scss */
.field-options .tagsinput, .field-auto-options .tagsinput, .field-master-options .tagsinput, .field-linked-options .tagsinput, .field-linked-options-options .tagsinput {
  margin: 5px 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, app/assets/stylesheets/trs/legacy/fields.scss */
.field-options.active, .field-auto-options.active, .field-master-options.active, .field-linked-options.active, .field-linked-options-options.active {
  display: block;
}

/* line 3, app/assets/stylesheets/trs/legacy/forms.scss */
.has-direct-link .control-group {
  display: inline-block;
}

/* line 7, app/assets/stylesheets/trs/legacy/forms.scss */
.has-direct-link .direct-link {
  margin-left: 5px;
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 11, app/assets/stylesheets/trs/legacy/forms.scss */
.has-direct-link .direct-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 17, app/assets/stylesheets/trs/legacy/forms.scss */
.repetition-options {
  overflow: auto;
}

/* line 20, app/assets/stylesheets/trs/legacy/forms.scss */
.repetition-options > div {
  float: left;
  margin-right: 5px;
}

/* line 25, app/assets/stylesheets/trs/legacy/forms.scss */
.repetition-options .week-repetitions {
  overflow: auto;
  margin: 20px;
}

/* line 28, app/assets/stylesheets/trs/legacy/forms.scss */
.repetition-options .week-repetitions label {
  float: left;
  margin-right: 10px;
}

/* line 35, app/assets/stylesheets/trs/legacy/forms.scss */
.form-tabs {
  margin-bottom: 5px;
}

/* line 39, app/assets/stylesheets/trs/legacy/forms.scss */
.form-tabs a i {
  display: none;
}

/* line 42, app/assets/stylesheets/trs/legacy/forms.scss */
.form-tabs a.error {
  color: #ff7875;
}

/* line 44, app/assets/stylesheets/trs/legacy/forms.scss */
.form-tabs a.error i {
  display: inline-block;
  margin-right: 2px;
}

/* line 53, app/assets/stylesheets/trs/legacy/forms.scss */
.input-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}

/* line 60, app/assets/stylesheets/trs/legacy/forms.scss */
.horizontal_radio_buttons label.radio {
  display: inline-block;
  margin-right: 20px;
}

/* line 65, app/assets/stylesheets/trs/legacy/forms.scss */
.horizontal_radio_buttons.label-aside {
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.horizontal_radio_buttons.label-aside:before, .horizontal_radio_buttons.label-aside:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.horizontal_radio_buttons.label-aside:after {
  clear: both;
}

/* line 67, app/assets/stylesheets/trs/legacy/forms.scss */
.horizontal_radio_buttons.label-aside label.radio_buttons {
  float: left;
  width: 50%;
}

/* line 71, app/assets/stylesheets/trs/legacy/forms.scss */
.horizontal_radio_buttons.label-aside .controls {
  float: right;
  width: 50%;
}

/* line 78, app/assets/stylesheets/trs/legacy/forms.scss */
.input-append.bootstrap-datepicker input {
  background-color: white;
}

/* line 131, app/assets/stylesheets/trs/legacy/forms.scss */
.simple_form .date_time_picker.required.disabled input {
  background-color: white;
}

/* line 2, app/assets/stylesheets/trs/legacy/generic.scss */
.page-sheet, .template, .document {
  border: 1px solid #ddd;
  -webkit-box-shadow: 5px 5px 5px #ddd;
  -moz-box-shadow: 5px 5px 5px #ddd;
  box-shadow: 5px 5px 5px #ddd;
  padding: 20px;
  margin: 10px 10px 20px 0px;
}

/* line 9, app/assets/stylesheets/trs/legacy/generic.scss */
tr.deleted {
  display: none;
}

/* line 13, app/assets/stylesheets/trs/legacy/generic.scss */
tr.done {
  color: gray;
  text-decoration: line-through;
}

/* line 19, app/assets/stylesheets/trs/legacy/generic.scss */
tr.cancelled td {
  background-color: #e88080 !important;
}

/* line 24, app/assets/stylesheets/trs/legacy/generic.scss */
table.info {
  width: 100%;
}

/* line 28, app/assets/stylesheets/trs/legacy/generic.scss */
table.info tr td, table.info tr th {
  border-top: none !important;
  padding-bottom: 10px;
}

/* line 32, app/assets/stylesheets/trs/legacy/generic.scss */
table.info tr td .control-group, table.info tr th .control-group {
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/trs/legacy/generic.scss */
table.info tr:last-child td, table.info tr:last-child th {
  padding-bottom: 1px;
}

/* line 43, app/assets/stylesheets/trs/legacy/generic.scss */
table.info td {
  vertical-align: top;
}

/* line 46, app/assets/stylesheets/trs/legacy/generic.scss */
table.info td p {
  margin-bottom: 0px;
}

/* line 53, app/assets/stylesheets/trs/legacy/generic.scss */
.text-right {
  text-align: right;
}

/* line 61, app/assets/stylesheets/trs/legacy/generic.scss */
#results-table table tbody > tr:nth-child(odd) > td,
#results-table table tbody > tr:nth-child(odd) > th {
  background-color: #fefefe;
}

/* line 67, app/assets/stylesheets/trs/legacy/generic.scss */
#results-table table td, #results-table table th {
  padding: 5px;
}

/* line 70, app/assets/stylesheets/trs/legacy/generic.scss */
#results-table table td.right, #results-table table th.right {
  text-align: right;
}

/* line 77, app/assets/stylesheets/trs/legacy/generic.scss */
#results-table table tr.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

/* line 81, app/assets/stylesheets/trs/legacy/generic.scss */
#results-table table tr:hover td, #results-table table tr:hover th {
  background-color: #dfdfdf !important;
}

/* line 89, app/assets/stylesheets/trs/legacy/generic.scss */
.select2-disabled {
  display: none !important;
}

/* line 94, app/assets/stylesheets/trs/legacy/generic.scss */
[data-handler="show-popover"] {
  cursor: pointer;
}

/* line 98, app/assets/stylesheets/trs/legacy/generic.scss */
.popover {
  max-width: 450px;
}

/* line 102, app/assets/stylesheets/trs/legacy/generic.scss */
.popover.focused {
  z-index: 1020;
}

/* line 107, app/assets/stylesheets/trs/legacy/generic.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 111, app/assets/stylesheets/trs/legacy/generic.scss */
pre {
  word-break: normal;
  word-wrap: normal;
}

/* line 114, app/assets/stylesheets/trs/legacy/generic.scss */
pre.big {
  font-size: 110%;
}

/* line 120, app/assets/stylesheets/trs/legacy/generic.scss */
.order-selection-row .control-group {
  display: inline-block;
}

/* line 125, app/assets/stylesheets/trs/legacy/generic.scss */
.selection-with-border {
  display: inline-block;
  border: 2px solid red;
  padding: 4px 6px;
}

/* line 1, app/assets/stylesheets/trs/legacy/hotkeys.scss */
.hotkey-not-available {
  position: fixed;
  top: 5px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  color: white;
  background-color: red;
  border: 2px solid white;
  text-align: center;
  line-height: 24px;
}

/* line 1, app/assets/stylesheets/trs/legacy/images.scss */
.image-box {
  width: 450px;
  height: 300px;
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/trs/legacy/images.scss */
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 15, app/assets/stylesheets/trs/legacy/images.scss */
.image-list li {
  position: relative;
}

/* line 18, app/assets/stylesheets/trs/legacy/images.scss */
.image-list li a.link {
  position: absolute;
  right: 6px;
  top: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-left: 5px;
}

/* line 28, app/assets/stylesheets/trs/legacy/images.scss */
.image-list .thumbnails .span2:nth-of-type(6n+1),
.image-list .thumbnails .span3:nth-of-type(4n+1),
.image-list .thumbnails .span4:nth-of-type(3n+1),
.image-list .thumbnails .span6:nth-of-type(2n+1) {
  margin-left: 0;
  clear: left;
}

/* line 38, app/assets/stylesheets/trs/legacy/images.scss */
.file-input {
  position: relative;
  overflow: hidden;
}

/* line 42, app/assets/stylesheets/trs/legacy/images.scss */
.file-input input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/trs/legacy/images.scss */
.file-input.disabled input {
  z-index: -10;
}

/* line 66, app/assets/stylesheets/trs/legacy/images.scss */
#image-modal .modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  z-index: 2000;
  background-color: white;
  display: block;
  padding: 2px 5px;
  line-height: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 81, app/assets/stylesheets/trs/legacy/images.scss */
#image-modal .modal-close span {
  font-size: 120%;
}

/* line 84, app/assets/stylesheets/trs/legacy/images.scss */
#image-modal .modal-close:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 1, app/assets/stylesheets/trs/legacy/login.scss */
.login-form {
  width: 350px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -215px;
  margin-top: -180px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 85px 40px 5px 40px;
  background-image: url(/assets/trison-e958c7085755ff0f5bb8b6681efe1b61d69ebe9b55be7c0bc35de1b63ba81b17.png);
  background-repeat: no-repeat;
  background-position: center 25px;
}

/* line 15, app/assets/stylesheets/trs/legacy/login.scss */
.login-form h2 {
  text-align: center;
  font-size: 150%;
}

/* line 20, app/assets/stylesheets/trs/legacy/login.scss */
.login-form input[type="email"], .login-form input[type="password"], .login-form input[type="text"], .login-form input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 100%;
}

/* line 30, app/assets/stylesheets/trs/legacy/login.scss */
.login-form .suggestion-form {
  text-align: center;
  font-size: 80%;
}

/* line 2, app/assets/stylesheets/trs/legacy/menu.scss */
.main-menu-bar img {
  width: 16px;
}

/* line 7, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper {
  width: 100%;
  min-height: 700px;
  overflow-x: scroll;
}

/* line 12, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-config-wrapper {
  display: table;
  table-layout: fixed;
}

/* line 17, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-config {
  display: table-row;
}

/* line 21, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .checkbox-all {
  display: inline;
}

/* line 25, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .actions-menu {
  position: absolute;
  top: 4px;
  right: 2px;
  display: none;
}

/* line 30, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .actions-menu button {
  padding: 0;
}

/* line 33, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .actions-menu.visible {
  display: block;
}

/* line 38, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-module {
  display: table-cell;
  padding: 0 4px;
}

/* line 42, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-module .menu-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #dddddd;
  padding: 4px 24px 4px 4px;
  font-weight: bold;
  position: relative;
}

/* line 54, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-module .menu-header:hover .actions-menu {
  display: block;
}

/* line 59, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-module .menu-header img {
  width: 16px;
}

/* line 71, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-sections {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  border: 1px solid #ddd;
  width: 260px;
}

/* line 77, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-sections ul {
  list-style: none;
  margin: 0;
}

/* line 81, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-sections ul li span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 90, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-sections .section-header {
  padding: 10px 15px;
  position: relative;
}

/* line 94, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-sections .section-header:hover {
  background-color: #f0f0f0;
}

/* line 96, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-sections .section-header:hover .actions-menu {
  display: block;
}

/* line 102, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-sections .query-menu {
  padding: 10px 25px 10px 30px;
  position: relative;
}

/* line 107, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-sections .query-menu:hover {
  background-color: #f5f5f5;
}

/* line 109, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-sections .query-menu:hover .actions-menu {
  display: block;
}

/* line 115, app/assets/stylesheets/trs/legacy/menu.scss */
.menu-config-outer-wrapper .menu-sections .new-menu-option {
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}

/* line 3, app/assets/stylesheets/trs/legacy/parametrizations.scss */
.ceco-parametrization-table tr.main-row {
  background-color: #f2f2f2;
}

/* line 6, app/assets/stylesheets/trs/legacy/parametrizations.scss */
.ceco-parametrization-table tr.main-row td:first-child {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 12, app/assets/stylesheets/trs/legacy/parametrizations.scss */
.ceco-parametrization-table tr.sub-row {
  font-size: 90%;
}

/* line 14, app/assets/stylesheets/trs/legacy/parametrizations.scss */
.ceco-parametrization-table tr.sub-row td:first-child {
  padding-left: 40px;
}

/* line 1, app/assets/stylesheets/trs/legacy/quality.scss */
.document-page {
  background-color: white;
  border: 1px solid #dddddd;
}

/* line 5, app/assets/stylesheets/trs/legacy/quality.scss */
.document-page .well {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 9, app/assets/stylesheets/trs/legacy/quality.scss */
.document-page > .content {
  padding: 20px;
}

/* line 5, app/assets/stylesheets/trs/legacy/documents.scss */
.document .header {
  border: 1px solid black;
  margin-bottom: 20px;
}

/* line 9, app/assets/stylesheets/trs/legacy/documents.scss */
.document .header .title {
  font-size: 150%;
  font-weight: bold;
  padding: 5px;
}

/* line 21, app/assets/stylesheets/trs/legacy/documents.scss */
.document .m-signature-pad {
  width: 280px;
  height: 150px;
  border-bottom: 1px dashed #000000;
  margin: 0 auto 10px auto;
  padding: 5px;
}

/* line 31, app/assets/stylesheets/trs/legacy/documents.scss */
.shared-link {
  font-family: monospace;
  color: #888;
  padding: 5px;
  border: 1px solid #dddddd;
  overflow-x: scroll;
}

/* line 1, app/assets/stylesheets/trs/legacy/sat.scss */
.sat-header {
  margin-bottom: 20px;
}

/* line 3, app/assets/stylesheets/trs/legacy/sat.scss */
.sat-header h3 {
  margin: 0;
  line-height: 30px;
  font-size: 150%;
}

/* line 3, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table {
  width: 100%;
}

/* line 7, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table thead {
  display: none;
}

/* line 12, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-header {
  background-color: #f0f0f0;
  border-top: 1px solid #ddd;
}

/* line 15, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-header td {
  border-bottom: 0;
}

/* line 17, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-header td:first-child {
  border-left: 1px solid #ddd;
}

/* line 20, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-header td:last-child {
  border-right: 1px solid #ddd;
  text-align: right;
}

/* line 27, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td {
  border-top: 0;
  padding-bottom: 10px;
}

/* line 30, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td:first-child {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 34, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td:last-child {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 39, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td .tracking-notes {
  background-color: white;
  color: black;
  padding: 4px 8px;
  border: 1px solid #dddddd;
  margin: 5px;
}

/* line 46, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td .tracking-notes iframe {
  border: 0;
  width: 100%;
  height: 500px;
}

/* line 52, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td .tracking-send-register {
  padding-left: 40px;
  padding-top: 10px;
}

/* line 55, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td .tracking-send-register table {
  font-size: 90%;
}

/* line 57, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td .tracking-send-register table thead {
  display: table-header-group !important;
}

/* line 59, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td .tracking-send-register table thead th {
  font-weight: normal;
  font-style: italic;
}

/* line 64, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td .tracking-send-register table td, .trackings-box table tr.tracking-observations td .tracking-send-register table th {
  padding: 2px;
}

/* line 66, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td .tracking-send-register table td:first-child, .trackings-box table tr.tracking-observations td .tracking-send-register table th:first-child {
  border-left: 0;
}

/* line 69, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-observations td .tracking-send-register table td:last-child, .trackings-box table tr.tracking-observations td .tracking-send-register table th:last-child {
  border-right: 0;
}

/* line 77, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-split {
  border-left: 0;
  border-right: 0;
}

/* line 80, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table tr.tracking-split td {
  border-left: 0;
  border-right: 0;
  background-color: whitesmoke;
  height: 10px;
  padding: 0;
}

/* line 89, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table .collapsed + .tracking-observations {
  display: none;
}

/* line 92, app/assets/stylesheets/trs/legacy/trackings.scss */
.trackings-box table .collapsed + .tracking-observations + .tracking-split {
  display: none;
}

/* line 98, app/assets/stylesheets/trs/legacy/trackings.scss */
.tracking-summary-content {
  border: 1px solid #dddddd;
  background-color: white;
  padding: 5px;
}

/* line 105, app/assets/stylesheets/trs/legacy/trackings.scss */
.collapsed #trackable-summary-form {
  display: none;
}

/* line 108, app/assets/stylesheets/trs/legacy/trackings.scss */
.collapsed .tracking-email-form {
  display: none;
}

/* line 1, app/assets/stylesheets/trs/legacy/templates.scss */
.template {
  margin-bottom: 100px;
}

/* line 7, app/assets/stylesheets/trs/legacy/templates.scss */
.category-options span {
  font-size: 90%;
  padding: 2px;
  margin-right: 5px;
  background-color: #f0f0f0;
}

/* line 17, app/assets/stylesheets/trs/legacy/templates.scss */
.fast-edit-table td, .fast-edit-table th {
  margin: 0;
  padding: 0;
  border: 1px solid #dddddd;
}

/* line 22, app/assets/stylesheets/trs/legacy/templates.scss */
.fast-edit-table td input, .fast-edit-table th input {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
  border: 0;
}

/* line 31, app/assets/stylesheets/trs/legacy/templates.scss */
.fast-edit-table td em, .fast-edit-table th em {
  padding: 8px 5px;
}

/* line 36, app/assets/stylesheets/trs/legacy/templates.scss */
.fast-edit-table td {
  background-color: #fcfcfc;
}

/* line 40, app/assets/stylesheets/trs/legacy/templates.scss */
.fast-edit-table th {
  padding: 5px;
  border-bottom: 1px solid black;
}

/* line 1, app/assets/stylesheets/trs/legacy/videos.scss */
.videos {
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.videos:before, .videos:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.videos:after {
  clear: both;
}

/* line 4, app/assets/stylesheets/trs/legacy/videos.scss */
.videos .video-list {
  float: left;
  width: 300px;
  margin-right: 30px;
}

/* line 9, app/assets/stylesheets/trs/legacy/videos.scss */
.videos .video-list h4 {
  text-align: center;
  font-size: 120%;
}

/* line 14, app/assets/stylesheets/trs/legacy/videos.scss */
.videos .video-list .disabled {
  color: #888888;
}

/* line 20, app/assets/stylesheets/trs/legacy/videos.scss */
.videos .video-list tr.active a.play:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/assets/glyphicons-halflings-d99e3fa32c641032f08149914b28c2dc6acf2ec62f70987f2259eabbfa7fc0de.png);
  background-repeat: no-repeat;
  margin-right: 5px;
  content: '';
}

/* line 35, app/assets/stylesheets/trs/legacy/videos.scss */
.videos .video-list .action-share {
  float: right;
}

/* line 40, app/assets/stylesheets/trs/legacy/videos.scss */
.videos .video-content {
  float: left;
  padding: 0 20px;
  display: none;
}

/* line 45, app/assets/stylesheets/trs/legacy/videos.scss */
.videos .video-content video {
  border: 1px solid #dddddd;
}

/* line 2, app/assets/stylesheets/trs/legacy/global_rollout.scss */
.global-rollout-state .dropdown-menu {
  left: auto;
  right: 0;
  background: #999;
  margin-top: 20px;
}

/* line 8, app/assets/stylesheets/trs/legacy/global_rollout.scss */
.global-rollout-state .dropdown-menu li {
  background: #999;
}

/* line 10, app/assets/stylesheets/trs/legacy/global_rollout.scss */
.global-rollout-state .dropdown-menu li a {
  color: black;
  font-size: 14px;
}

/* line 16, app/assets/stylesheets/trs/legacy/global_rollout.scss */
.global-rollout-state .caret {
  border-top: 4px solid black;
}

/* line 3, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #efefef;
  padding: 5px;
}

/* line 10, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .file-drop-zone {
  position: relative;
  width: 100%;
  height: 120px;
  padding-top: 5px !important;
  margin-top: 5px !important;
}

/* line 19, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .file-drop-zone.drag-over {
  border-top: 0;
  background-color: #b3efb3 !important;
}

/* line 22, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .file-drop-zone.drag-over * {
  pointer-events: none;
}

/* line 26, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .file-drop-zone.drag-over.undroppable {
  background-color: indianred !important;
}

/* line 31, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .file-drop-zone .drop-title {
  margin-top: 30px;
  text-align: center;
  font-size: 120%;
}

/* line 36, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .file-drop-zone .progress {
  position: absolute;
  bottom: 10px;
  width: 60%;
  left: 20%;
  display: none;
}

/* line 44, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .file-drop-zone a.action-create {
  margin: 20px auto;
  display: block;
  width: 120px;
}

/* line 50, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .file-drop-zone input {
  display: none;
}

/* line 55, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .upload-list {
  list-style: none;
  margin: 0;
  padding: 0px 20px;
}

/* line 60, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .upload-list > li {
  padding: 5px 30px 5px 5px;
  *zoom: 1;
}

/* line 14, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.file-upload-form .upload-list > li:before, .file-upload-form .upload-list > li:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../../.rvm/gems/ruby-3.2.1/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.file-upload-form .upload-list > li:after {
  clear: both;
}

/* line 64, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .upload-list > li:first-child {
  border-top: 1px solid #ddd;
}

/* line 68, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .upload-list > li a {
  display: none;
}

/* line 73, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .upload-list > li.alert-info a {
  display: inline-block;
  float: left;
}

/* line 77, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .upload-list > li.alert-info button {
  display: none;
}

/* line 82, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .upload-list > li .progress {
  float: left;
  width: 250px;
  margin: 5px;
}

/* line 88, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .upload-list > li p {
  margin: 5px;
}

/* line 90, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .upload-list > li p i {
  padding: 5px;
  color: #888;
  font-size: 90%;
}

/* line 97, app/assets/stylesheets/trs/legacy/file_upload.scss */
.file-upload-form .upload-list > li .error {
  clear: both;
}
