/* line 1, app/assets/stylesheets/includes/bootstrap-override.scss */
.form-actions {
  clear: both;
}

/* line 5, app/assets/stylesheets/includes/bootstrap-override.scss */
.popover-content {
  padding: 5px 10px;
}

/* line 7, app/assets/stylesheets/includes/bootstrap-override.scss */
.popover-content form {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/includes/bootstrap-override.scss */
.popover-content .form-actions {
  padding: 10px;
}

/*!
 * 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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

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

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

/* line 44, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
sup {
  top: -0.5em;
}

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

/* line 79, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

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

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

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

/* line 118, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #89a02c;
  text-decoration: none;
}

/* line 26, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover,
a:focus {
  color: #56641c;
  text-decoration: underline;
}

/* line 37, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

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

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

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

/* line 579, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span1 {
  width: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 617, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 19.1489361702%;
  *margin-left: 19.0425531915%;
}

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 27.6595744681%;
  *margin-left: 27.5531914894%;
}

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 36.170212766%;
  *margin-left: 36.0638297872%;
}

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 44.6808510638%;
  *margin-left: 44.5744680851%;
}

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 53.1914893617%;
  *margin-left: 53.085106383%;
}

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 61.7021276596%;
  *margin-left: 61.5957446809%;
}

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574%;
  *margin-left: 70.1063829787%;
}

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 78.7234042553%;
  *margin-left: 78.6170212766%;
}

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 87.2340425532%;
  *margin-left: 87.1276595745%;
}

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

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

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 104.2553191489%;
  *margin-left: 104.1489361702%;
}

/* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_grid.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 39, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 40, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 43, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 44, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-success {
  color: #468847;
}

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

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

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

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

/* line 59, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 77, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 {
  font-size: 38.5px;
}

/* line 78, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
h2 {
  font-size: 31.5px;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
h3 {
  font-size: 24.5px;
}

/* line 80, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
h4 {
  font-size: 17.5px;
}

/* line 81, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
h5 {
  font-size: 14px;
}

/* line 82, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
h6 {
  font-size: 11.9px;
}

/* line 84, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small {
  font-size: 24.5px;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
h2 small {
  font-size: 17.5px;
}

/* line 86, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
h3 small {
  font-size: 14px;
}

/* line 87, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
h4 small {
  font-size: 14px;
}

/* line 93, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

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

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

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

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

/* line 131, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

/* line 172, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 192, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

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

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

/* line 212, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

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

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

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

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

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

/* line 17, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

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

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

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

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

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

/* line 64, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: 14px;
  line-height: 20px;
  color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

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

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

/* line 104, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #89a02c;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #89a02c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #89a02c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #89a02c;
}

/* line 135, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

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

/* line 176, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

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

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

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

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

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

/* line 229, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 243, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

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

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

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

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

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

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

/* line 269, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 315, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #b94a48;
}

/* line 175, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 186, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

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

/* line 168, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #468847;
}

/* line 175, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

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

/* line 162, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #3a87ad;
}

/* line 175, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

/* line 186, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 369, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

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

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

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

/* line 409, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: 14px;
}

/* line 439, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: 14px;
  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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

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

/* line 483, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 504, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 542, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-append .btn {
  -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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .input-prepend .btn {
  -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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 598, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.control-group {
  margin-bottom: 10px;
}

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

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

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 652, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

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

/* line 681, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table, .line-items, .list table, .table-form, #results table:not(.teeth) {
  width: 100%;
  margin-bottom: 20px;
}

/* line 23, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th, .line-items th, .list table th, .table-form th, #results table:not(.teeth) th,
.table td,
.line-items td,
.list table td,
.table-form td,
#results table:not(.teeth) td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 31, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th, .line-items th, .list table th, .table-form th, #results table:not(.teeth) th {
  font-weight: bold;
}

/* line 35, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table thead th, .line-items thead th, .list table thead th, .table-form thead th, #results table:not(.teeth) thead th {
  vertical-align: bottom;
}

/* line 39, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table caption + thead tr:first-child th, .line-items caption + thead tr:first-child th, .list table caption + thead tr:first-child th, .table-form caption + thead tr:first-child th, #results table:not(.teeth) caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.line-items caption + thead tr:first-child td,
.list table caption + thead tr:first-child td,
.table-form caption + thead tr:first-child td,
#results table:not(.teeth) caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.line-items colgroup + thead tr:first-child th,
.list table colgroup + thead tr:first-child th,
.table-form colgroup + thead tr:first-child th,
#results table:not(.teeth) colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.line-items colgroup + thead tr:first-child td,
.list table colgroup + thead tr:first-child td,
.table-form colgroup + thead tr:first-child td,
#results table:not(.teeth) colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.line-items thead:first-child tr:first-child th,
.list table thead:first-child tr:first-child th,
.table-form thead:first-child tr:first-child th,
#results table:not(.teeth) thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
.line-items thead:first-child tr:first-child td,
.list table thead:first-child tr:first-child td,
.table-form thead:first-child tr:first-child td,
#results table:not(.teeth) thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody, .line-items tbody + tbody, .list table tbody + tbody, .table-form tbody + tbody, #results table:not(.teeth) tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 53, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .table, .line-items .table, .table .line-items, .line-items .line-items, .list table .table, .list table .line-items, .table .list table, .line-items .list table, .list .table table, .list .line-items table, .list table table, .table-form .table, .table-form .line-items, .table-form .list table, .list .table-form table, .table .table-form, .line-items .table-form, .list table .table-form, .table-form .table-form, #results table:not(.teeth) .table, #results table:not(.teeth) .line-items, #results table:not(.teeth) .list table, .list #results table:not(.teeth) table, #results table:not(.teeth) .table-form, .table #results table:not(.teeth), .line-items #results table:not(.teeth), .list table #results table:not(.teeth), .table-form #results table:not(.teeth), #results .table table:not(.teeth), #results .line-items table:not(.teeth), #results .list table table:not(.teeth), .list #results table table:not(.teeth), #results .table-form table:not(.teeth), #results table:not(.teeth) table:not(.teeth) {
  background-color: #fff;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed th, .line-items th, .list table th, .table-form th, #results table:not(.teeth) th,
.table-condensed td,
.line-items td,
.list table td,
.table-form td,
#results table:not(.teeth) td {
  padding: 4px 5px;
}

/* line 74, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span1, .line-items td.span1, .list table td.span1, .table-form td.span1, #results table:not(.teeth) td.span1,
.table th.span1,
.line-items th.span1,
.list table th.span1,
.table-form th.span1,
#results table:not(.teeth) th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span2, .line-items td.span2, .list table td.span2, .table-form td.span2, #results table:not(.teeth) td.span2,
.table th.span2,
.line-items th.span2,
.list table th.span2,
.table-form th.span2,
#results table:not(.teeth) th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span3, .line-items td.span3, .list table td.span3, .table-form td.span3, #results table:not(.teeth) td.span3,
.table th.span3,
.line-items th.span3,
.list table th.span3,
.table-form th.span3,
#results table:not(.teeth) th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span4, .line-items td.span4, .list table td.span4, .table-form td.span4, #results table:not(.teeth) td.span4,
.table th.span4,
.line-items th.span4,
.list table th.span4,
.table-form th.span4,
#results table:not(.teeth) th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span5, .line-items td.span5, .list table td.span5, .table-form td.span5, #results table:not(.teeth) td.span5,
.table th.span5,
.line-items th.span5,
.list table th.span5,
.table-form th.span5,
#results table:not(.teeth) th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span6, .line-items td.span6, .list table td.span6, .table-form td.span6, #results table:not(.teeth) td.span6,
.table th.span6,
.line-items th.span6,
.list table th.span6,
.table-form th.span6,
#results table:not(.teeth) th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span7, .line-items td.span7, .list table td.span7, .table-form td.span7, #results table:not(.teeth) td.span7,
.table th.span7,
.line-items th.span7,
.list table th.span7,
.table-form th.span7,
#results table:not(.teeth) th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span8, .line-items td.span8, .list table td.span8, .table-form td.span8, #results table:not(.teeth) td.span8,
.table th.span8,
.line-items th.span8,
.list table th.span8,
.table-form th.span8,
#results table:not(.teeth) th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span9, .line-items td.span9, .list table td.span9, .table-form td.span9, #results table:not(.teeth) td.span9,
.table th.span9,
.line-items th.span9,
.list table th.span9,
.table-form th.span9,
#results table:not(.teeth) th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span10, .line-items td.span10, .list table td.span10, .table-form td.span10, #results table:not(.teeth) td.span10,
.table th.span10,
.line-items th.span10,
.list table th.span10,
.table-form th.span10,
#results table:not(.teeth) th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span11, .line-items td.span11, .list table td.span11, .table-form td.span11, #results table:not(.teeth) td.span11,
.table th.span11,
.line-items th.span11,
.list table th.span11,
.table-form th.span11,
#results table:not(.teeth) th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span12, .line-items td.span12, .list table td.span12, .table-form td.span12, #results table:not(.teeth) td.span12,
.table th.span12,
.line-items th.span12,
.list table th.span12,
.table-form th.span12,
#results table:not(.teeth) th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 207, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.success > td, .line-items tbody tr.success > td, .list table tbody tr.success > td, .table-form tbody tr.success > td, #results table:not(.teeth) tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 210, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.error > td, .line-items tbody tr.error > td, .list table tbody tr.error > td, .table-form tbody tr.error > td, #results table:not(.teeth) tbody tr.error > td {
  background-color: #f2dede;
}

/* line 213, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.warning > td, .line-items tbody tr.warning > td, .list table tbody tr.warning > td, .table-form tbody tr.warning > td, #results table:not(.teeth) tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 216, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.info > td, .line-items tbody tr.info > td, .list table tbody tr.info > td, .table-form tbody tr.info > td, #results table:not(.teeth) tbody tr.info > td {
  background-color: #d9edf7;
}

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

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

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

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

/* line 17, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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/icons/icons-3718bda6aa3cbc809ed969333bae283acbb288edf13ec839f74a1681191d7a09.svg);
  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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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/icons/icons-white-8103ad9f0cd876b4a5c2f952b0e5051494e82f6dd35e156a48c68b4f2be36720.svg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 126, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play {
  background-position: -264px -72px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 154, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus, .subline-visible .sub-line-toggler, .toggle-visible.visible .toggle-visible-header .visibility-toggler {
  background-position: -433px -96px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 170, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-down, .sub-line-toggler, .toggle-visible .toggle-visible-header .visibility-toggler {
  background-position: -313px -119px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 70, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #82982a;
  background-image: -moz-linear-gradient(top, #89a02c, #788c27);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89a02c), to(#788c27));
  background-image: -webkit-linear-gradient(top, #89a02c, #788c27);
  background-image: -o-linear-gradient(top, #89a02c, #788c27);
  background-image: linear-gradient(to bottom, #89a02c, #788c27);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF89A02C', endColorstr='#FF788C27', GradientType=0);
}

/* line 99, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #82982a;
  background-image: -moz-linear-gradient(top, #89a02c, #788c27);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89a02c), to(#788c27));
  background-image: -webkit-linear-gradient(top, #89a02c, #788c27);
  background-image: -o-linear-gradient(top, #89a02c, #788c27);
  background-image: linear-gradient(to bottom, #89a02c, #788c27);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF89A02C', endColorstr='#FF788C27', GradientType=0);
}

/* line 111, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open {
  *z-index: 1000;
}

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

/* line 140, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 163, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 182, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 194, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

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

/* line 227, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 244, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 6, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #222;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', 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);
  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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #222;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

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

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

/* line 29, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #363636;
  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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn.active, .btn: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

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

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

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

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

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

/* line 106, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 123, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #7aa02c;
  background-image: -moz-linear-gradient(top, #89a02c, #62a02c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89a02c), to(#62a02c));
  background-image: -webkit-linear-gradient(top, #89a02c, #62a02c);
  background-image: -o-linear-gradient(top, #89a02c, #62a02c);
  background-image: linear-gradient(to bottom, #89a02c, #62a02c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF89A02C', endColorstr='#FF62A02C', GradientType=0);
  border-color: #62a02c #62a02c #3d641c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62a02c;
  /* 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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #62a02c;
  *background-color: #568c27;
}

/* line 520, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #4a7821 \9;
}

/* line 149, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* 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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #f89406;
  *background-color: #df8505;
}

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

/* line 153, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* 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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #bd362f;
  *background-color: #a9302a;
}

/* line 520, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

/* line 157, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* 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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #51a351;
  *background-color: #499249;
}

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

/* line 161, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* 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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #2f96b4;
  *background-color: #2a85a0;
}

/* line 520, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

/* line 165, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* 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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #222;
  *background-color: #151515;
}

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

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

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

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

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

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

/* line 205, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #89a02c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 218, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #56641c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 224, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

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

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

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

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

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

/* line 42, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

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

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

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

/* line 60, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 92, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 140, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #62a02c;
}

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

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

/* line 149, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 152, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 155, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

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

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

/* line 170, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

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

/* line 193, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

/* line 218, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn: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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853;
}

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

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

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

/* line 43, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success h4 {
  color: #468847;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 52, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 56, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 61, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info h4 {
  color: #3a87ad;
}

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

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

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

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

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

/* line 19, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

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

/* line 37, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

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

/* line 62, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 71, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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: #89a02c;
}

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

/* line 83, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

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

/* line 101, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

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

/* line 121, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #89a02c;
}

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

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

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

/* line 181, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

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

/* line 210, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #89a02c;
  border-bottom-color: #89a02c;
  margin-top: 6px;
}

/* line 225, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #56641c;
  border-bottom-color: #56641c;
}

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

/* line 237, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 255, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabbable {
  *zoom: 1;
}

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

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

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

/* line 296, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

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

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

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

/* line 323, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 345, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .disabled > a {
  color: #999;
}

/* line 404, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

/* line 21, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

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

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

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

/* line 49, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

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

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

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

/* line 85, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

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

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

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

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

/* line 111, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 123, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 145, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", 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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 161, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 187, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 208, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 216, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

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

/* line 242, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 255, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 283, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 302, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand {
  color: #999;
}

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

/* line 417, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999;
}

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

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

/* line 446, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

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

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

/* line 479, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 12, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

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

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

/* line 10, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 24, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

/* line 45, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-centered {
  text-align: center;
}

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

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

/* line 85, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

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

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

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

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

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

/* line 15, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 32, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 36, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade.in {
  top: 10%;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 51, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 53, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 60, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 67, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 72, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}

/* line 83, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 88, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 92, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 7, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 16, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 17, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 18, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 19, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 23, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 29, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 30, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 31, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title:empty {
  display: none;
}

/* line 49, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 57, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 69, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 75, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

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

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 20, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 27, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail, .image-fullscreen .image-inner, .image-fullscreen {
  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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover, .image-fullscreen a.image-inner:hover, a.image-fullscreen:hover,
a.thumbnail:focus,
.image-fullscreen a.image-inner:focus,
a.image-fullscreen:focus {
  border-color: #89a02c;
  -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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img, .image-fullscreen .image-inner > img, .image-fullscreen > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption, .image-fullscreen .caption {
  padding: 9px;
  color: #555;
}

/* line 10, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 18, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 32, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 52, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 7, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 40, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important {
  background-color: #b94a48;
}

/* line 55, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important[href] {
  background-color: #953b39;
}

/* line 57, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning {
  background-color: #f89406;
}

/* line 58, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning[href] {
  background-color: #c67605;
}

/* line 60, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success {
  background-color: #468847;
}

/* line 61, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success[href] {
  background-color: #356635;
}

/* line 63, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info {
  background-color: #3a87ad;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info[href] {
  background-color: #2d6987;
}

/* line 66, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse {
  background-color: #333;
}

/* line 67, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse[href] {
  background-color: #1a1a1a;
}

/* line 54, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-important {
  background-color: #b94a48;
}

/* line 55, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-important[href] {
  background-color: #953b39;
}

/* line 57, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning {
  background-color: #f89406;
}

/* line 58, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning[href] {
  background-color: #c67605;
}

/* line 60, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success {
  background-color: #468847;
}

/* line 61, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success[href] {
  background-color: #356635;
}

/* line 63, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info {
  background-color: #3a87ad;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info[href] {
  background-color: #2d6987;
}

/* line 66, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse {
  background-color: #333;
}

/* line 67, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 72, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }
  /* line 24, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

/* line 120, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 12, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 20, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 26, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 31, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 6, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 12, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 20, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 37, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 41, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 51, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 54, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 59, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 71, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 102, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 139, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

/* line 153, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 156, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 7, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none;
}

/* line 18, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block;
}

/* line 23, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.clearfix {
  *zoom: 1;
}

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

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 23, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 24, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 27, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 28, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 36, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }
  /* line 38, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 44, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 45, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 47, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }
  /* line 49, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}

/* line 53, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 57, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print {
    display: inherit !important;
  }
  /* line 58, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 62, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.clearfix {
  *zoom: 1;
}

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

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 67, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 572, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  /* line 579, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 70px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 170px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 270px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 370px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 470px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 570px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 670px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 770px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 870px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 970px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 1070px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 1170px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 130px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 230px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 330px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 430px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 530px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 630px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 730px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 830px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 930px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 1030px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 1130px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 1230px;
  }
  /* line 614, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641025641%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 5.9829059829%;
    *width: 5.9297144935%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.5299145299%;
    *width: 14.4767230406%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 23.0769230769%;
    *width: 23.0237315876%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.6239316239%;
    *width: 31.5707401346%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.1709401709%;
    *width: 40.1177486816%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.7179487179%;
    *width: 48.6647572286%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.1111111111%;
    *margin-left: 11.0047281324%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.6581196581%;
    *margin-left: 19.5517366794%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.2051282051%;
    *margin-left: 28.0987452264%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.7521367521%;
    *margin-left: 36.6457537734%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.2991452991%;
    *margin-left: 45.1927623204%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.8461538462%;
    *margin-left: 53.7397708674%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.3931623932%;
    *margin-left: 62.2867794144%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.9401709402%;
    *margin-left: 70.8337879614%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.4871794872%;
    *margin-left: 79.3807965085%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.0341880342%;
    *margin-left: 87.9278050555%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.5811965812%;
    *margin-left: 96.4748136025%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.1282051282%;
    *margin-left: 105.0218221495%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 676, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 56px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 156px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 256px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 356px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 456px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 556px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 656px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 756px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 856px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 956px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 1056px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 1156px;
  }
  /* line 18, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -30px;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 30px;
  }
  /* line 24, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 572, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  /* line 579, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 42px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 104px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 166px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 228px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 290px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 352px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 414px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 476px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 538px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 600px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 662px;
  }
  /* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 724px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 82px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 144px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 206px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 268px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 330px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 392px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 454px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 516px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 578px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 640px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 702px;
  }
  /* line 599, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 764px;
  }
  /* line 614, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 5.8011049724%;
    *width: 5.747913483%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.364640884%;
    *width: 14.3114493946%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 22.9281767956%;
    *width: 22.8749853062%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.4917127072%;
    *width: 31.4385212178%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.0552486188%;
    *width: 40.0020571294%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.6187845304%;
    *width: 48.565593041%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.182320442%;
    *width: 57.1291289526%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.7458563536%;
    *width: 65.6926648642%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.3093922652%;
    *width: 74.2562007758%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.8729281768%;
    *width: 82.8197366874%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.4364640884%;
    *width: 91.383272599%;
  }
  /* line 640, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
    *margin-left: 11.2195838721%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
    *margin-left: 19.7831197837%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.453038674%;
    *margin-left: 28.3466556953%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
    *margin-left: 36.9101916069%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
    *margin-left: 45.4737275185%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
    *margin-left: 54.0372634301%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
    *margin-left: 62.6007993417%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 71.270718232%;
    *margin-left: 71.1643352533%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
    *margin-left: 79.7278711649%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
    *margin-left: 88.2914070765%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
    *margin-left: 96.8549429881%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
    *margin-left: 105.4184788997%;
  }
  /* line 647, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 676, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 28px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 90px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 152px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 214px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 276px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 338px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 400px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 462px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 524px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 586px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 648px;
  }
  /* line 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }
  /* line 43, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container {
    width: auto;
  }
  /* line 47, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }
  /* line 51, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row,
.thumbnails {
    margin-left: 0;
  }
  /* line 55, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  /* line 60, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  /* line 81, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 111, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  /* line 124, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 129, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  /* line 135, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #ccc;
  }
  /* line 142, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 153, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 157, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 165, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 178, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  /* line 183, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  /* line 189, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  /* line 13, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    position: static;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  /* line 24, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  /* line 27, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }
  /* line 36, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }
  /* line 49, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  /* line 53, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }
  /* line 56, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  /* line 59, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  /* line 62, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  /* line 67, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 80, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  /* line 83, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  /* line 105, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  /* line 123, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  /* line 131, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  /* line 157, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse,
.nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  /* line 163, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }
  /* line 169, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* 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 {
  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;
}

/* line 1, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 301px;
  z-index: 9999;
}

/* line 8, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}

/* line 13, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}

/* line 20, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}

/* line 28, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px 0;
  background: url(/assets/ie-spacer-c404c6ad7ced964722cc14635cc2e0a5b924b13c4120c02e51f6d16d39553c3a.gif);
}

/* line 34, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.gritter-top {
  background: url(/assets/gritter-84f45eb6efbd0f9313e3cf0d81dcea4cbb2ed8552c6babeca799f71a8d879213.png) no-repeat left -30px;
  height: 10px;
}

/* line 38, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.hover .gritter-top {
  background-position: right -30px;
}

/* line 41, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.gritter-bottom {
  background: url(/assets/gritter-84f45eb6efbd0f9313e3cf0d81dcea4cbb2ed8552c6babeca799f71a8d879213.png) no-repeat left bottom;
  height: 8px;
  margin: 0;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.hover .gritter-bottom {
  background-position: bottom right;
}

/* line 50, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.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.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.gritter-item.gritter-css2 {
  background: url(/assets/gritter-84f45eb6efbd0f9313e3cf0d81dcea4cbb2ed8552c6babeca799f71a8d879213.png) no-repeat left -40px;
}

/* line 61, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.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.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.gritter-item p {
  padding: 0;
  margin: 0;
}

/* line 75, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.hover .gritter-item.gritter-css2 {
  background-position: right -40px;
}

/* line 78, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.hover .gritter-item.gritter-css3 {
  padding: 10px 9px 14px 9px;
  border: solid 2px #fff;
}

/* line 83, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.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.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.gritter-css2 .gritter-close {
  background: url(/assets/gritter-84f45eb6efbd0f9313e3cf0d81dcea4cbb2ed8552c6babeca799f71a8d879213.png) no-repeat left top;
}

/* line 96, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.gritter-css3 .gritter-close {
  background: url(/assets/gritter-close-b45e4e3265c1091c50b3531a5a7a21b726b397adb6ca081d82797e0d29165781.png) no-repeat;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.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.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.gritter-image {
  width: 48px;
  height: 48px;
  float: left;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.gritter-with-image,
.gritter-without-image {
  padding: 0 0 5px 0;
}

/* line 116, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/gritter-e7c6c241f7c7/app/assets/stylesheets/gritter.scss */
.gritter-with-image {
  width: 220px;
  float: right;
}

/* line 1, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-generic-8a68f8f3b79f/app/assets/stylesheets/veviutils-generic/generic.scss */
.hidden {
  display: none;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

/* line 18, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 29, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 39, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker > div {
  display: none;
}

/* line 42, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker table {
  width: 100%;
  margin: 0;
  font-size: 90%;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}

/* line 53, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 57, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td.day.disabled {
  color: #eee;
}

/* line 60, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td.today {
  background-color: #dddddd;
  font-weight: bold;
}

/* line 68, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 75, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 90, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 96, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}

/* line 105, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td span:hover {
  background: #eeeeee;
}

/* line 108, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td span.active {
  color: #ffffff;
  background-color: #0088cc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 113, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 122, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #005580;
}

/* line 126, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker td span.old {
  color: #999999;
}

/* line 129, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker th.switch {
  width: 145px;
}

/* line 132, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

/* line 136, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker thead tr:first-child th {
  cursor: pointer;
}

/* line 139, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 142, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datepicker.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.clearfix {
  *zoom: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 19, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.clearfix:after {
  clear: both;
}

/* line 23, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 31, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 3000;
}

/* line 49, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 61, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 72, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 77, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 82, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}

/* line 87, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget > ul > li {
  background-color: transparent;
}

/* line 89, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget > ul > li:hover {
  background-color: transparent;
}

/* line 94, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 100, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}

/* line 106, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}

/* line 110, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 114, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 119, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
}

/* line 125, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 130, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
  color: #999;
}

/* line 134, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 141, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 146, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 150, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

/* line 156, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 169, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span:hover {
  background-color: #eeeeee;
}

/* line 173, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch:hover {
  background-color: #eeeeee;
}

/* line 177, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 183, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 188, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active {
  background-color: #005580;
}

/* line 192, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.old {
  color: #999;
}

/* line 196, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

/* line 202, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}

/* line 206, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}

/* line 210, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}

/* line 216, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}

/* line 220, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 224, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 231, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}

/* line 236, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}

/*!
* Colorpicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(/assets/veviutils-inputs/saturation-cd78d9f1f95a9a2cc825b4155723ddf1011e093bd3bd09d30ff7f41604b6f7f8.png);
  cursor: crosshair;
  float: left;
}

/* line 16, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

/* line 29, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 38, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-hue, .colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-hue i, .colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

/* line 57, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-hue {
  background-image: url(/assets/veviutils-inputs/hue-fbb3734647e97382f15bed3b8343b86cf79f80f952a8a83afe2b591bfe705de9.png);
}

/* line 60, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-alpha {
  background-image: url(/assets/veviutils-inputs/alpha-957a71f62e8990e1641f44f69f8a906974ca00b9ddd3d17e4abaf159a66e377b.png);
  display: none;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px !important;
  min-width: 120px;
  margin-top: 1px;
}

/* line 72, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker:before, .colorpicker:after {
  display: table;
  content: "";
}

/* line 76, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker:after {
  clear: both;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker: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 90, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker div {
  position: relative;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker.alpha {
  min-width: 140px;
}

/* line 106, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}

/* line 109, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(/assets/veviutils-inputs/alpha-957a71f62e8990e1641f44f69f8a906974ca00b9ddd3d17e4abaf159a66e377b.png);
  background-position: 0 100%;
}

/* line 116, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.colorpicker-color div {
  height: 10px;
}

/* line 119, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/bootstrap-colorpicker.scss */
.input-append.color .add-on i, .input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 1, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-wrapper {
  overflow-y: auto;
  max-height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ccc;
  -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, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

/* line 19, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.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, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 30, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

/* line 38, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #333;
  list-style: none;
  margin: 0;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

/* line 51, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #0088cc;
  color: #fff;
}

/* line 58, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

/* line 63, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.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 70, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/jquery.timepicker.scss */
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 4, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 26px;
  color: #333;
  text-decoration: none;
  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, $$veviutils-select-background));
    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 58, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
}

/* line 74, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 78, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 90, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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/veviutils-inputs/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat right top;
  cursor: pointer;
  outline: 0;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 116, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 121, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 139, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-top: 0;
}

/* line 157, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-drop-active {
  border: 1px solid #cdde87;
  border-top: none;
}

/* line 173, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #cdde87;
}

/* line 177, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto;
}

/* line 182, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 #ccc;
  background-clip: padding-box;
  background: #eee;
}

/* line 202, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container .select2-choice .select2-arrow:hover {
  background-color: #dddddd;
}

/* line 207, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #ccc;
}

/* line 216, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/veviutils-inputs/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 0 1px;
}

/* line 223, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 227, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 240, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 0;
}

/* line 264, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
}

/* line 274, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-search input.select2-active {
  background: #fff url(/assets/veviutils-inputs/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%;
}

/* line 282, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #cdde87;
  outline: none;
}

/* line 291, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}

/* line 307, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #cdde87;
  border-top-color: transparent;
}

/* line 319, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 324, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 328, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 332, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 336, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 348, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 358, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 363, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 368, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 374, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 378, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 392, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 393, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 394, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 395, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 396, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 397, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 398, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 400, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-highlighted {
  background: #9fab6d;
  color: #fff;
}

/* line 405, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 410, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 414, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #333;
}

/* line 419, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 431, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 437, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: none;
  cursor: default;
}

/* line 443, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 447, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/veviutils-inputs/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%;
}

/* line 451, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 455, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 462, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 469, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 475, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 482, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}

/* line 500, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 504, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 508, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 512, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #cdde87;
  outline: none;
}

/* line 519, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 523, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 527, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 533, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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;
  background: transparent !important;
}

/* line 547, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/veviutils-inputs/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100% !important;
}

/* line 551, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 555, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 #ccc;
  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;
}

/* line 585, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 590, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 593, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #dbdbdb;
}

/* line 597, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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/veviutils-inputs/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) right top no-repeat;
}

/* line 609, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 614, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 618, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 623, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 626, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 631, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ccc;
  cursor: default;
}

/* line 638, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ccc;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 645, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 651, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 656, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 670, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
.select2-display-none {
  display: none;
}

/* line 674, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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 686, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/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/veviutils-inputs/select2x2-e682f64b4fa50a0bd189766a50cd778db4e8529b30302af6305c7df1e40bf442.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 695, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/vendor/assets/stylesheets/veviutils-inputs/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* line 1, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/date_input.scss */
.bootstrap-timepicker {
  position: relative;
  overflow: visible;
}

/* line 5, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/date_input.scss */
.bootstrap-timepicker > input {
  width: 50px;
}

/* line 7, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/date_input.scss */
.bootstrap-timepicker > input.invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 10, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/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 19, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/date_input.scss */
.bootstrap-timepicker span.add-on, .bootstrap-datepicker span.add-on {
  cursor: pointer;
}

/* line 2, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/forms.scss */
.form-tabs {
  margin-bottom: 5px;
}

/* line 6, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/forms.scss */
.form-tabs a i {
  display: none;
}

/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/forms.scss */
.form-tabs a.error {
  color: #b94a48;
}

/* line 11, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/forms.scss */
.form-tabs a.error i {
  display: inline-block;
  margin-right: 2px;
}

/* line 2, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/select.scss */
.select-colored {
  color: white;
  border: 1px solid white;
  padding: 0px 5px !important;
}

/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/select.scss */
.select-icon {
  display: inline-block;
  border: 1px solid white;
  padding: 1px;
  margin-right: 2px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  background-color: #cdde87;
}

/* line 19, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-inputs-4bc8c5ed528e/app/assets/stylesheets/veviutils-inputs/select.scss */
.select-icon img {
  width: 100%;
  vertical-align: middle;
}

/* line 2, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-filter-3aa7e5475cf0/app/assets/stylesheets/veviutils-filter/filter.scss */
.order-links {
  display: inline-block;
  vertical-align: middle;
}

/* line 6, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-filter-3aa7e5475cf0/app/assets/stylesheets/veviutils-filter/filter.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 16, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-filter-3aa7e5475cf0/app/assets/stylesheets/veviutils-filter/filter.scss */
.order-links .order-link.asc {
  border-bottom: 6px solid #888888;
}

/* line 18, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-filter-3aa7e5475cf0/app/assets/stylesheets/veviutils-filter/filter.scss */
.order-links .order-link.asc.active {
  border-bottom-color: #008800;
}

/* line 21, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-filter-3aa7e5475cf0/app/assets/stylesheets/veviutils-filter/filter.scss */
.order-links .order-link.asc:hover {
  border-bottom-color: #000;
}

/* line 25, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-filter-3aa7e5475cf0/app/assets/stylesheets/veviutils-filter/filter.scss */
.order-links .order-link.desc {
  border-top: 6px solid #888888;
}

/* line 27, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-filter-3aa7e5475cf0/app/assets/stylesheets/veviutils-filter/filter.scss */
.order-links .order-link.desc.active {
  border-top-color: #008800;
}

/* line 30, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-filter-3aa7e5475cf0/app/assets/stylesheets/veviutils-filter/filter.scss */
.order-links .order-link.desc:hover {
  border-top-color: #000;
}

/* line 1, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal .modal-body {
  padding: 10px;
  max-height: 600px;
}

/* line 9, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal.big {
  width: 850px;
  margin-left: -425px;
}

/* line 15, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal.big .modal-hidden {
  display: none;
}

/* line 18, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal.big .modal-body {
  max-height: 700px;
}

/* line 23, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal.transparent {
  background-color: rgba(120, 120, 120, 0.8);
}

/* line 27, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal.bigger {
  width: 1050px;
  margin-left: -525px;
  font-size: 90%;
}

/* line 33, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal.bigger .modal-hidden {
  display: none;
}

/* line 36, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal.bigger .modal-body {
  max-height: 700px;
}

/* line 41, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal .modal-bottom {
  clear: both;
  padding-top: 20px;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal.fullscreen {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  width: auto;
  height: auto;
}

/* line 55, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
.modal.fullscreen .modal-body {
  height: calc(100% - 20px) !important;
  max-height: none !important;
}

@media (max-height: 767px) {
  /* line 67, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
  .modal.fade.in {
    top: 20px;
  }
  /* line 72, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
  .modal.big .modal-body, .modal.bigger .modal-body {
    max-height: 650px;
  }
}

@media (max-width: 767px) {
  /* line 82, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/modal.scss */
  .modal.big, .modal.bigger {
    margin-left: 0;
    width: calc(100% - 40px);
  }
}

/* line 1, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/alert.scss */
.alert-modal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 450px;
  z-index: 20100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 8px;
}

/* line 15, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/alert.scss */
.alert-backdrop {
  z-index: 20000;
}

@media (max-width: 480px) {
  /* line 20, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/veviutils-view-ce49047b315a/app/assets/stylesheets/veviutils-view/alert.scss */
  .alert-modal {
    width: 100%;
    height: 100%;
  }
}

/* line 1, app/assets/stylesheets/common/layout.scss */
html, body {
  height: 100%;
  min-height: 100%;
}

/* line 6, app/assets/stylesheets/common/layout.scss */
#page {
  height: 100%;
  min-width: 1150px;
  min-height: 100%;
}

/* line 12, app/assets/stylesheets/common/layout.scss */
header {
  padding: 0px 20px;
  *zoom: 1;
  height: 80px;
  position: relative;
}

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

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
header:after {
  clear: both;
}

/* line 19, app/assets/stylesheets/common/layout.scss */
header .logo {
  position: absolute;
  top: 10px;
  left: 20px;
}

/* line 23, app/assets/stylesheets/common/layout.scss */
header .logo h1 {
  margin: 0;
}

/* line 25, app/assets/stylesheets/common/layout.scss */
header .logo h1 a {
  display: block;
  width: 150px;
  height: 61px;
  background-image: url(/assets/logo/logo-24d328b80d1c511649010f3f738bb9f102b3750a5367ba053fcd48fbc10a12f5.svg);
  background-repeat: no-repeat;
  background-position: top left;
}

/* line 41, app/assets/stylesheets/common/layout.scss */
header .app-logo {
  position: absolute;
  top: 10px;
  left: 20px;
}

/* line 45, app/assets/stylesheets/common/layout.scss */
header .app-logo h1 {
  margin: 0;
}

/* line 50, app/assets/stylesheets/common/layout.scss */
header .clinic-details {
  margin: 2px;
  padding: 8px;
}

/* line 53, app/assets/stylesheets/common/layout.scss */
header .clinic-details a {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 20px !important;
}

/* line 60, app/assets/stylesheets/common/layout.scss */
header .alert-count {
  display: inline-block;
  background-color: red;
  font-size: 65%;
  font-weight: bold;
  color: white;
  width: 16px;
  height: 16px;
  line-height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  margin-right: 2px;
}

/* line 75, app/assets/stylesheets/common/layout.scss */
header .top-menu {
  list-style: none;
  float: right;
}

/* line 79, app/assets/stylesheets/common/layout.scss */
header .top-menu > li {
  float: left;
}

/* line 81, app/assets/stylesheets/common/layout.scss */
header .top-menu > li > a {
  display: block;
  padding: 8px 12px;
}

/* line 85, app/assets/stylesheets/common/layout.scss */
header .top-menu > li > a:hover, header .top-menu > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 93, app/assets/stylesheets/common/layout.scss */
header .top-menu .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  margin: 0;
}

/* line 102, app/assets/stylesheets/common/layout.scss */
main {
  padding: 0;
  *zoom: 1;
  min-height: calc(100vh - 55px);
  display: flex;
  flex-direction: column;
}

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

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main:after {
  clear: both;
}

/* line 110, app/assets/stylesheets/common/layout.scss */
main .tab-menu {
  *zoom: 1;
  margin: 0;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main .tab-menu:before, main .tab-menu:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main .tab-menu:after {
  clear: both;
}

/* line 114, app/assets/stylesheets/common/layout.scss */
main .tab-menu > ul {
  list-style: none;
  font-size: 110%;
  margin: 0px;
  padding: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}

/* line 122, app/assets/stylesheets/common/layout.scss */
main .tab-menu > ul > li {
  float: left;
}

/* line 125, app/assets/stylesheets/common/layout.scss */
main .tab-menu > ul > li > a {
  display: block;
  padding: 10px 20px;
  margin: 0;
  line-height: 25px;
  border: 1px solid transparent;
}

/* line 132, app/assets/stylesheets/common/layout.scss */
main .tab-menu > ul > li > a:hover, main .tab-menu > ul > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 139, app/assets/stylesheets/common/layout.scss */
main .tab-menu > ul > li.active > a {
  color: white;
  background-color: #89a02c;
  cursor: default;
}

/* line 143, app/assets/stylesheets/common/layout.scss */
main .tab-menu > ul > li.active > a:hover, main .tab-menu > ul > li.active > a:focus {
  background-color: #a4c035;
}

/* line 153, app/assets/stylesheets/common/layout.scss */
main .tab-menu .page-links {
  float: right;
  overflow: visible;
  padding: 10px 10px 0px 10px;
}

/* line 159, app/assets/stylesheets/common/layout.scss */
main .tab-menu .page-links .tiny-link {
  display: inline-block;
  padding: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 163, app/assets/stylesheets/common/layout.scss */
main .tab-menu .page-links .tiny-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 170, app/assets/stylesheets/common/layout.scss */
main > .tab-content {
  margin: 0;
  padding: 8px 5px 5px 0;
  min-height: calc(100% - 68px);
  position: relative;
  overflow: visible;
  border-top: 3px solid #89a02c;
  *zoom: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main > .tab-content:before, main > .tab-content:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main > .tab-content:after {
  clear: both;
}

/* line 184, app/assets/stylesheets/common/layout.scss */
main .main-content {
  *zoom: 1;
  position: relative;
  flex-grow: 1;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main .main-content:after {
  clear: both;
}

/* line 195, app/assets/stylesheets/common/layout.scss */
main .action-menu {
  *zoom: 1;
  border-bottom: 1px solid #ddd;
  position: relative;
  min-height: 45px;
  overflow: visible !important;
  margin-bottom: 0;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main .action-menu:before, main .action-menu:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
main .action-menu:after {
  clear: both;
}

/* line 203, app/assets/stylesheets/common/layout.scss */
main .action-menu .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 207, app/assets/stylesheets/common/layout.scss */
main .action-menu h2 {
  font-size: 130%;
  line-height: 120%;
  margin: 0px 5px;
}

/* line 212, app/assets/stylesheets/common/layout.scss */
main .action-menu ul {
  list-style: none;
  margin: 0px 0px 5px 0px;
  min-height: 36px;
}

/* line 217, app/assets/stylesheets/common/layout.scss */
main .action-menu ul li {
  float: left;
}

/* line 222, app/assets/stylesheets/common/layout.scss */
main .action-menu ul li ul.dropdown-menu li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 229, app/assets/stylesheets/common/layout.scss */
main .action-menu ul.right {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* line 234, app/assets/stylesheets/common/layout.scss */
main .action-menu ul.right .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  margin: 0;
}

/* line 245, app/assets/stylesheets/common/layout.scss */
footer {
  clear: both;
  padding: 10px 50px;
  *zoom: 1;
  margin: 0;
  border-top: 2px solid #89a02c;
}

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

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
footer:after {
  clear: both;
}

/* line 252, app/assets/stylesheets/common/layout.scss */
footer p {
  padding-left: 15px;
  font-size: 90%;
  margin: 0;
}

/* line 259, app/assets/stylesheets/common/layout.scss */
#script-warning, #old-browser {
  position: fixed;
  top: 50px;
  bottom: 50px;
  right: 50px;
  left: 50px;
  background-color: #fcf8e3;
  padding: 8% 15%;
  z-index: 1000;
  border: 1px solid #fbeed5;
}

/* line 272, app/assets/stylesheets/common/layout.scss */
#script-warning h1, #old-browser h1 {
  display: block;
  background-image: url(/assets/web/warning-c8acc23f866cdb032492373cc343f0121f867e0eb28f5efe1c0b0de71371133c.png);
  background-position: left center;
  background-repeat: no-repeat;
  height: 50px;
  font-size: 150%;
  padding-left: 50px;
  vertical-align: middle;
  line-height: 50px;
}

/* line 283, app/assets/stylesheets/common/layout.scss */
#script-warning .recommendation, #old-browser .recommendation {
  font-size: 120%;
  font-style: italic;
}

/* line 287, app/assets/stylesheets/common/layout.scss */
#script-warning .description, #old-browser .description {
  margin-top: 30px;
  padding: 5px 30px;
}

/* line 292, app/assets/stylesheets/common/layout.scss */
#script-warning .reload, #old-browser .reload {
  text-align: center;
  margin-top: 20px;
}

/* line 295, app/assets/stylesheets/common/layout.scss */
#script-warning .reload a, #old-browser .reload a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #30a0f0;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* line 303, app/assets/stylesheets/common/layout.scss */
#script-warning .reload a:hover, #old-browser .reload a:hover {
  background-color: #2170af;
}

/* line 309, app/assets/stylesheets/common/layout.scss */
#script-warning ul.browsers, #old-browser ul.browsers {
  margin: 30px;
  padding: 0px;
  list-style: none;
}

/* line 314, app/assets/stylesheets/common/layout.scss */
#script-warning ul.browsers li, #old-browser ul.browsers li {
  float: left;
  width: 50%;
  padding: 0px;
  margin: 0px;
}

/* line 319, app/assets/stylesheets/common/layout.scss */
#script-warning ul.browsers li a, #old-browser ul.browsers li a {
  display: block;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 128px;
  font-size: 120%;
}

/* line 327, app/assets/stylesheets/common/layout.scss */
#script-warning ul.browsers li a.chrome, #old-browser ul.browsers li a.chrome {
  background-image: url(/assets/web/chrome-2fdb2683d841833df649f5305b4f66fd65ad3d7d0367e41107e319f2063890a8.png);
}

/* line 331, app/assets/stylesheets/common/layout.scss */
#script-warning ul.browsers li a.firefox, #old-browser ul.browsers li a.firefox {
  background-image: url(/assets/web/firefox-7cb356f1caa68e16401d1357939825130b662edc8a35570d7b81b549d342954b.png);
}

/* line 3, app/assets/stylesheets/common/generics/index.scss */
#results .well.well-small {
  padding: 5px 5px 5px 20px;
}

/* line 6, app/assets/stylesheets/common/generics/index.scss */
#results #results-info {
  font-size: 85% !important;
}

/* line 12, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) .centered {
  text-align: center;
}

/* line 15, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) thead {
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) tbody tr:hover {
  background-color: #f5f5f5;
}

/* line 26, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) tr.clickable {
  cursor: pointer;
  background-color: #f5f5f5;
}

/* line 30, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) tr.gray {
  color: #bbbbbb !important;
  text-decoration: line-through !important;
}

/* line 34, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) tr.seen {
  color: #888 !important;
}

/* line 36, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) tr.seen a {
  color: #888 !important;
}

/* line 40, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) tr.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

/* line 43, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) tr.sub-line {
  font-size: 90%;
}

/* line 45, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) tr.sub-line td:first-child {
  padding-left: 30px;
}

/* line 48, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) tr.sub-line td {
  border-top: 0;
}

/* line 57, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) td input, #results table:not(.teeth) td select {
  margin-bottom: 0px;
}

/* line 61, app/assets/stylesheets/common/generics/index.scss */
#results table:not(.teeth) td .input-append {
  margin-bottom: 0px;
}

/* line 68, app/assets/stylesheets/common/generics/index.scss */
#results .links {
  overflow: auto;
  margin-bottom: 10px;
  text-align: right;
}

/* line 1, app/assets/stylesheets/common/generics/filters.scss */
#filter_form {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/common/generics/filters.scss */
#filter {
  margin-bottom: 15px;
  background-color: whitesmoke;
}

/* line 9, app/assets/stylesheets/common/generics/filters.scss */
#filter .select2-container {
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/common/generics/filters.scss */
#filter .btn-group {
  margin-bottom: 10px;
}

/* line 17, app/assets/stylesheets/common/generics/filters.scss */
#filter input[type="checkbox"] {
  margin-top: 0;
}

/* line 21, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple {
  *zoom: 1;
  padding: 5px;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
#filter .simple:before, #filter .simple:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
#filter .simple:after {
  clear: both;
}

/* line 25, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple .filter-buttons {
  float: left;
}

/* line 27, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple .filter-buttons .btn, #filter .simple .filter-buttons .btn-group {
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple .filter-buttons #filter-interval-button .btn-info > i {
  background-image: url(/assets/icons/icons-white-8103ad9f0cd876b4a5c2f952b0e5051494e82f6dd35e156a48c68b4f2be36720.svg);
}

/* line 39, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple .business-line-filter {
  display: inline-block;
  margin-left: 5px;
}

/* line 42, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple .business-line-filter .btn-group {
  margin-bottom: 0;
}

/* line 47, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple .main-filter {
  float: right;
}

/* line 50, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple .main-filter > * {
  display: inline-block;
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple .main-filter label {
  margin-right: 5px;
  vertical-align: middle;
}

/* line 60, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple .search-input {
  height: 30px;
  width: 205px;
  position: relative;
  float: right;
}

/* line 66, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple .search-input i {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 170px;
  z-index: 10;
}

/* line 74, app/assets/stylesheets/common/generics/filters.scss */
#filter .simple .search-input input {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 30px;
}

/* line 83, app/assets/stylesheets/common/generics/filters.scss */
#filter #advanced-filter {
  background-color: #fafafa;
}

/* line 89, app/assets/stylesheets/common/generics/filters.scss */
#filter #advanced-filter table {
  margin: 10px 10px 0px 10px;
  width: calc(100% - 20px);
}

/* line 93, app/assets/stylesheets/common/generics/filters.scss */
#filter #advanced-filter table.small-filter {
  margin: 10px 8px 0px 8px;
  width: calc(100% - 16px);
}

/* line 96, app/assets/stylesheets/common/generics/filters.scss */
#filter #advanced-filter table.small-filter td {
  padding-bottom: 1px;
}

/* line 105, app/assets/stylesheets/common/generics/filters.scss */
.filter-info {
  overflow: visible !important;
}

/* line 108, app/assets/stylesheets/common/generics/filters.scss */
.filter-info .filter-actions {
  float: right;
}

/* line 111, app/assets/stylesheets/common/generics/filters.scss */
.filter-info .filter-actions .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  margin: 0;
}

/* line 117, app/assets/stylesheets/common/generics/filters.scss */
.filter-info .filter-actions .dropdown-menu .button_to {
  margin-bottom: 0;
}

/* line 119, app/assets/stylesheets/common/generics/filters.scss */
.filter-info .filter-actions .dropdown-menu .button_to input {
  display: block;
  background: none;
  border: 0;
  padding: 3px 20px;
}

/* line 124, app/assets/stylesheets/common/generics/filters.scss */
.filter-info .filter-actions .dropdown-menu .button_to input:hover {
  background-color: #89a02c;
  color: white;
}

/* line 4, app/assets/stylesheets/common/generics/style_override.scss */
.row-fluid.visible {
  overflow: visible;
}

/* line 9, app/assets/stylesheets/common/generics/style_override.scss */
.well {
  padding: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}

/* line 15, app/assets/stylesheets/common/generics/style_override.scss */
.well.well-small {
  padding: 8px;
}

/* line 20, app/assets/stylesheets/common/generics/style_override.scss */
.form-actions {
  margin: 0px;
  background-color: transparent;
}

/* line 25, app/assets/stylesheets/common/generics/style_override.scss */
.select2-results {
  font-size: 90%;
}

/* line 31, app/assets/stylesheets/common/generics/style_override.scss */
form option[disabled] {
  display: none;
}

/* line 35, app/assets/stylesheets/common/generics/style_override.scss */
form.button_to {
  display: inline-block;
  margin-bottom: 0;
}

/* line 41, app/assets/stylesheets/common/generics/style_override.scss */
.colorpicker {
  z-index: 2000;
}

/* line 46, app/assets/stylesheets/common/generics/style_override.scss */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-image: none;
  background-color: #f4f4f4;
  text-shadow: none;
}

/* line 54, app/assets/stylesheets/common/generics/style_override.scss */
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #cccccc;
}

/* line 59, app/assets/stylesheets/common/generics/style_override.scss */
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #d9d9d9;
}

/* line 62, app/assets/stylesheets/common/generics/style_override.scss */
.btn.active:hover {
  background-color: #d1d1d1;
}

/* line 67, app/assets/stylesheets/common/generics/style_override.scss */
.btn.disabled {
  background-color: transparent;
}

/* line 70, app/assets/stylesheets/common/generics/style_override.scss */
.btn.btn-primary {
  background-color: #89a02c;
  color: #fff;
}

/* line 49, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.disabled, .btn.btn-primary[disabled] {
  color: #fff;
  background-color: #788c27;
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-primary:active, .btn.btn-primary.active {
  color: #fff;
  background-color: #677821;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-primary.disabled, .btn.btn-primary[disabled] {
  color: #aaa;
  text-shadow: 1px 1px #fff;
  background-color: #677821;
  text-decoration: none;
  cursor: default;
}

/* line 73, app/assets/stylesheets/common/generics/style_override.scss */
.btn.btn-info {
  background-color: #5bc0de;
  color: #fff;
}

/* line 49, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.disabled, .btn.btn-info[disabled] {
  color: #fff;
  background-color: #46b8da;
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-info:active, .btn.btn-info.active {
  color: #fff;
  background-color: #31b0d5;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-info.disabled, .btn.btn-info[disabled] {
  color: #aaa;
  text-shadow: 1px 1px #fff;
  background-color: #31b0d5;
  text-decoration: none;
  cursor: default;
}

/* line 76, app/assets/stylesheets/common/generics/style_override.scss */
.btn.btn-success {
  background-color: #62c462;
  color: #fff;
}

/* line 49, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.disabled, .btn.btn-success[disabled] {
  color: #fff;
  background-color: #4fbd4f;
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-success:active, .btn.btn-success.active {
  color: #fff;
  background-color: #42b142;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-success.disabled, .btn.btn-success[disabled] {
  color: #aaa;
  text-shadow: 1px 1px #fff;
  background-color: #42b142;
  text-decoration: none;
  cursor: default;
}

/* line 79, app/assets/stylesheets/common/generics/style_override.scss */
.btn.btn-warning {
  background-color: #fbb450;
  color: #fff;
}

/* line 49, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.disabled, .btn.btn-warning[disabled] {
  color: #fff;
  background-color: #faa937;
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-warning:active, .btn.btn-warning.active {
  color: #fff;
  background-color: #fa9f1e;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-warning.disabled, .btn.btn-warning[disabled] {
  color: #aaa;
  text-shadow: 1px 1px #fff;
  background-color: #fa9f1e;
  text-decoration: none;
  cursor: default;
}

/* line 82, app/assets/stylesheets/common/generics/style_override.scss */
.btn.btn-danger {
  background-color: #ee5f5b;
  color: #fff;
}

/* line 49, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.disabled, .btn.btn-danger[disabled] {
  color: #fff;
  background-color: #ec4844;
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-danger:active, .btn.btn-danger.active {
  color: #fff;
  background-color: #e9322d;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/includes/_mixins.scss */
.btn.btn-danger.disabled, .btn.btn-danger[disabled] {
  color: #aaa;
  text-shadow: 1px 1px #fff;
  background-color: #e9322d;
  text-decoration: none;
  cursor: default;
}

/* line 95, app/assets/stylesheets/common/generics/style_override.scss */
.btn-group > .btn:first-child, .btn-group > .btn:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 98, app/assets/stylesheets/common/generics/style_override.scss */
.btn-group > .btn + .btn {
  margin-left: 0;
}

/* line 101, app/assets/stylesheets/common/generics/style_override.scss */
.btn-group > .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 106, app/assets/stylesheets/common/generics/style_override.scss */
.accordion-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}

/* line 111, app/assets/stylesheets/common/generics/style_override.scss */
input[type] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 114, app/assets/stylesheets/common/generics/style_override.scss */
input.search-query[type] {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 118, app/assets/stylesheets/common/generics/style_override.scss */
input[type]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #89a02c;
}

/* line 124, app/assets/stylesheets/common/generics/style_override.scss */
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 129, app/assets/stylesheets/common/generics/style_override.scss */
.input-append .add-on:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 134, app/assets/stylesheets/common/generics/style_override.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 140, app/assets/stylesheets/common/generics/style_override.scss */
.dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, app/assets/stylesheets/common/generics/style_override.scss */
.dropdown-menu > li > a:hover {
  background-image: none;
}

/* line 150, app/assets/stylesheets/common/generics/style_override.scss */
.dropdown-menu > li > .button_to {
  display: block;
}

/* line 153, app/assets/stylesheets/common/generics/style_override.scss */
.dropdown-menu > li > [data-href], .dropdown-menu > li > .button_to > button {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

/* line 158, app/assets/stylesheets/common/generics/style_override.scss */
.dropdown-menu > li > .link-button[data-href], .dropdown-menu > li > .button_to > button.link-button {
  height: 34px;
  min-width: calc(100% - 4px);
  background-color: transparent;
}

/* line 164, app/assets/stylesheets/common/generics/style_override.scss */
.dropdown-menu > li > [data-href]:not(.link-button), .dropdown-menu > li > .button_to > button:not(.link-button) {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  text-align: left;
  padding: 3px 20px;
}

/* line 174, app/assets/stylesheets/common/generics/style_override.scss */
.dropdown-menu > li > [data-href]:not(.link-button):hover, .dropdown-menu > li > [data-href]:not(.link-button):focus, .dropdown-menu > li > .button_to > button:not(.link-button):hover, .dropdown-menu > li > .button_to > button:not(.link-button):focus {
  text-decoration: none;
  color: #fff;
  background-color: #82982a;
}

/* line 181, app/assets/stylesheets/common/generics/style_override.scss */
.dropdown-menu > .active > [data-href], .dropdown-menu > .active > .button_to > button {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

/* line 186, app/assets/stylesheets/common/generics/style_override.scss */
.dropdown-menu > .active > [data-href]:hover, .dropdown-menu > .active > [data-href]:focus, .dropdown-menu > .active > .button_to > button:hover, .dropdown-menu > .active > .button_to > button:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

/* line 196, app/assets/stylesheets/common/generics/style_override.scss */
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 200, app/assets/stylesheets/common/generics/style_override.scss */
.pagination ul li:first-child a, .pagination ul li:first-child span, .pagination ul li:last-child a, .pagination ul li:last-child span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 210, app/assets/stylesheets/common/generics/style_override.scss */
.nav-tabs li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 216, app/assets/stylesheets/common/generics/style_override.scss */
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 220, app/assets/stylesheets/common/generics/style_override.scss */
.wysihtml5-sandbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 224, app/assets/stylesheets/common/generics/style_override.scss */
.turbolinks-progress-bar {
  background-color: #89a02c;
}

/* line 1, app/assets/stylesheets/common/generics/menu_links.scss */
[data-href], .button_to > button {
  cursor: pointer;
  color: #89a02c;
  border: none;
  background-repeat: no-repeat;
  background-image: none;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}

/* line 14, app/assets/stylesheets/common/generics/menu_links.scss */
[data-href]:hover, .button_to > button:hover {
  text-decoration: underline;
}

/* line 17, app/assets/stylesheets/common/generics/menu_links.scss */
.link-button[data-href], .button_to > button.link-button {
  color: #333;
}

/* line 20, app/assets/stylesheets/common/generics/menu_links.scss */
.action[data-href], .action-kokuai_config[data-href], .action-whatsapp[data-href], .action-clients[data-href], .action-send_document[data-href], .action-medical_history_templates[data-href], .action-related[data-href], .action-modified[data-href], .action-electronic_document[data-href], .action-edit_image[data-href], .action-google[data-href], .action-medic_appointment[data-href], .action-patient_note[data-href], .action-vevi_image[data-href], .action-app[data-href], .action-invitations[data-href], .action-image_templates[data-href], .action-machines[data-href], .action-validated_id[data-href], .action-signed_document[data-href], .action-index-vat_exemption_reasons[data-href], .action-index-comments[data-href], .action-paypal_config[data-href], .action-integrations[data-href], .action-mobile_devices[data-href], .action-deliver[data-href], .action-transports[data-href], .action-user_role[data-href], .action-sold_concept[data-href], .action-clinic_files[data-href], .action-discount_plans[data-href], .action-clock[data-href], .action-working_hours[data-href], .action-productivity[data-href], .action-population[data-href], .action-treasury[data-href], .action-profit[data-href], .action-price_analysis[data-href], .action-economic[data-href], .action-sales[data-href], .action-quality[data-href], .action-purchases[data-href], .action-analysis_summary[data-href], .action-survey_templates[data-href], .action-compare[data-href], .action-send_confirmation[data-href], .action-next[data-href], .action-repeat[data-href], .action-calendar[data-href], .action-index-work_calendars[data-href], .action-charge_plan_lines[data-href], .action-wizard[data-href], .action-certificate[data-href], .action-money_orders[data-href], .action-review[data-href], .action-laboratory_work_checks[data-href], .action-urgent[data-href], .action-outbox[data-href], .action-inbox[data-href], .action-reset[data-href], .action-refresh[data-href], .action-rectification_invoice[data-href], .action-audits[data-href], .action-sms[data-href], .action-import_records[data-href], .action-prescription_templates[data-href], .action-sign[data-href], .action-clinic_alerts[data-href], .action-site_legal[data-href], .action-site_social[data-href], .action-site_contact[data-href], .action-site_facilities[data-href], .action-site_presentation[data-href], .action-web_site[data-href], .action-commissions[data-href], .action-index-user_sessions[data-href], .action-server-status[data-href], .action-export[data-href], .action-account[data-href], .action-password[data-href], .action-howtos[data-href], .action-faq[data-href], .action-manual[data-href], .action-fifteen_minutes[data-href], .action-analysis_report[data-href], .action-unseen[data-href], .action-seen[data-href], .action-appointment_kinds[data-href], .action-price_lists[data-href], .action-work_shifts[data-href], .action-timeline[data-href], .action-patient_treatment_plans[data-href], .action-file_labels[data-href], .action-providers[data-href], .action-reject_reasons[data-href], .action-appointment_requests[data-href], .action-laboratory_works[data-href], .action-insurance_companies[data-href], .action-patient_warns[data-href], .action-stock[data-href], .action-orders[data-href], .action-payments[data-href], .action-campaigns[data-href], .action-print[data-href], .action-support[data-href], .action-incidents[data-href], .action-document_import[data-href], .action-unlink[data-href], .action-link[data-href], .action-mail_server[data-href], .action-changes[data-href], .action-batch[data-href], .action-tasks[data-href], .action-received[data-href], .action-generate[data-href], .action-materials[data-href], .action-model_347[data-href], .action-summary[data-href], .action-keep_unpaid[data-href], .action-compensate[data-href], .action-index-issues[data-href], .action-index-employees[data-href], .action-schedule[data-href], .action-implants[data-href], .action-split[data-href], .action-lots[data-href], .action-models[data-href], .action-vevidental-link[data-href], .action-teeth[data-href], .action-accept_reject[data-href], .action-search[data-href], .action-receive[data-href], .action-send[data-href], .action-pay[data-href], .action-accounting_transactions[data-href], .action-balance[data-href], .action-activity[data-href], .action-index-expenses[data-href], .action-index-expense_categories[data-href], .action-index-template_categories[data-href], .action-index-document_templates[data-href], .action-plus[data-href], .action-invoice[data-href], .action-charge[data-href], .action-restart[data-href], .action-budgets[data-href], .action-finish[data-href], .action-clinic_room[data-href], .action-clone[data-href], .action-patient_relationships[data-href], .action-send_campaign[data-href], .action-patients[data-href], .action-patient_images[data-href], .action-preview[data-href], .action-patient_files[data-href], .action-appointments[data-href], .action-waiting_room[data-href], .action-patient_alerts[data-href], .action-patient_contacts[data-href], .action-index-treatment_templates[data-href], .action-index-areas[data-href], .action-index-treatments[data-href], .action-analysis[data-href], .action-setup[data-href], .action-index-material_categories[data-href], .action-index-materials[data-href], .action-index-invoice_groups[data-href], .action-index-payment_methods[data-href], .action-revoke[data-href], .action-grant[data-href], .action-files[data-href], .action-documents[data-href], .action-mail[data-href], .action-save[data-href], .action-confirm[data-href], .action-copy[data-href], .action-delete[data-href], .action-clear[data-href], .action-close[data-href], .action-destroy[data-href], .action-picture[data-href], .action-ok[data-href], .action-more[data-href], .action-show[data-href], .action-edit[data-href], .action-download[data-href], .action-cancel[data-href], .action-back[data-href], .action-add[data-href], .action-accept[data-href], .button_to > button.action, .button_to > button.action-kokuai_config, .button_to > button.action-whatsapp, .button_to > button.action-clients, .button_to > button.action-send_document, .button_to > button.action-medical_history_templates, .button_to > button.action-related, .button_to > button.action-modified, .button_to > button.action-electronic_document, .button_to > button.action-edit_image, .button_to > button.action-google, .button_to > button.action-medic_appointment, .button_to > button.action-patient_note, .button_to > button.action-vevi_image, .button_to > button.action-app, .button_to > button.action-invitations, .button_to > button.action-image_templates, .button_to > button.action-machines, .button_to > button.action-validated_id, .button_to > button.action-signed_document, .button_to > button.action-index-vat_exemption_reasons, .button_to > button.action-index-comments, .button_to > button.action-paypal_config, .button_to > button.action-integrations, .button_to > button.action-mobile_devices, .button_to > button.action-deliver, .button_to > button.action-transports, .button_to > button.action-user_role, .button_to > button.action-sold_concept, .button_to > button.action-clinic_files, .button_to > button.action-discount_plans, .button_to > button.action-clock, .button_to > button.action-working_hours, .button_to > button.action-productivity, .button_to > button.action-population, .button_to > button.action-treasury, .button_to > button.action-profit, .button_to > button.action-price_analysis, .button_to > button.action-economic, .button_to > button.action-sales, .button_to > button.action-quality, .button_to > button.action-purchases, .button_to > button.action-analysis_summary, .button_to > button.action-survey_templates, .button_to > button.action-compare, .button_to > button.action-send_confirmation, .button_to > button.action-next, .button_to > button.action-repeat, .button_to > button.action-calendar, .button_to > button.action-index-work_calendars, .button_to > button.action-charge_plan_lines, .button_to > button.action-wizard, .button_to > button.action-certificate, .button_to > button.action-money_orders, .button_to > button.action-review, .button_to > button.action-laboratory_work_checks, .button_to > button.action-urgent, .button_to > button.action-outbox, .button_to > button.action-inbox, .button_to > button.action-reset, .button_to > button.action-refresh, .button_to > button.action-rectification_invoice, .button_to > button.action-audits, .button_to > button.action-sms, .button_to > button.action-import_records, .button_to > button.action-prescription_templates, .button_to > button.action-sign, .button_to > button.action-clinic_alerts, .button_to > button.action-site_legal, .button_to > button.action-site_social, .button_to > button.action-site_contact, .button_to > button.action-site_facilities, .button_to > button.action-site_presentation, .button_to > button.action-web_site, .button_to > button.action-commissions, .button_to > button.action-index-user_sessions, .button_to > button.action-server-status, .button_to > button.action-export, .button_to > button.action-account, .button_to > button.action-password, .button_to > button.action-howtos, .button_to > button.action-faq, .button_to > button.action-manual, .button_to > button.action-fifteen_minutes, .button_to > button.action-analysis_report, .button_to > button.action-unseen, .button_to > button.action-seen, .button_to > button.action-appointment_kinds, .button_to > button.action-price_lists, .button_to > button.action-work_shifts, .button_to > button.action-timeline, .button_to > button.action-patient_treatment_plans, .button_to > button.action-file_labels, .button_to > button.action-providers, .button_to > button.action-reject_reasons, .button_to > button.action-appointment_requests, .button_to > button.action-laboratory_works, .button_to > button.action-insurance_companies, .button_to > button.action-patient_warns, .button_to > button.action-stock, .button_to > button.action-orders, .button_to > button.action-payments, .button_to > button.action-campaigns, .button_to > button.action-print, .button_to > button.action-support, .button_to > button.action-incidents, .button_to > button.action-document_import, .button_to > button.action-unlink, .button_to > button.action-link, .button_to > button.action-mail_server, .button_to > button.action-changes, .button_to > button.action-batch, .button_to > button.action-tasks, .button_to > button.action-received, .button_to > button.action-generate, .button_to > button.action-materials, .button_to > button.action-model_347, .button_to > button.action-summary, .button_to > button.action-keep_unpaid, .button_to > button.action-compensate, .button_to > button.action-index-issues, .button_to > button.action-index-employees, .button_to > button.action-schedule, .button_to > button.action-implants, .button_to > button.action-split, .button_to > button.action-lots, .button_to > button.action-models, .button_to > button.action-vevidental-link, .button_to > button.action-teeth, .button_to > button.action-accept_reject, .button_to > button.action-search, .button_to > button.action-receive, .button_to > button.action-send, .button_to > button.action-pay, .button_to > button.action-accounting_transactions, .button_to > button.action-balance, .button_to > button.action-activity, .button_to > button.action-index-expenses, .button_to > button.action-index-expense_categories, .button_to > button.action-index-template_categories, .button_to > button.action-index-document_templates, .button_to > button.action-plus, .button_to > button.action-invoice, .button_to > button.action-charge, .button_to > button.action-restart, .button_to > button.action-budgets, .button_to > button.action-finish, .button_to > button.action-clinic_room, .button_to > button.action-clone, .button_to > button.action-patient_relationships, .button_to > button.action-send_campaign, .button_to > button.action-patients, .button_to > button.action-patient_images, .button_to > button.action-preview, .button_to > button.action-patient_files, .button_to > button.action-appointments, .button_to > button.action-waiting_room, .button_to > button.action-patient_alerts, .button_to > button.action-patient_contacts, .button_to > button.action-index-treatment_templates, .button_to > button.action-index-areas, .button_to > button.action-index-treatments, .button_to > button.action-analysis, .button_to > button.action-setup, .button_to > button.action-index-material_categories, .button_to > button.action-index-materials, .button_to > button.action-index-invoice_groups, .button_to > button.action-index-payment_methods, .button_to > button.action-revoke, .button_to > button.action-grant, .button_to > button.action-files, .button_to > button.action-documents, .button_to > button.action-mail, .button_to > button.action-save, .button_to > button.action-confirm, .button_to > button.action-copy, .button_to > button.action-delete, .button_to > button.action-clear, .button_to > button.action-close, .button_to > button.action-destroy, .button_to > button.action-picture, .button_to > button.action-ok, .button_to > button.action-more, .button_to > button.action-show, .button_to > button.action-edit, .button_to > button.action-download, .button_to > button.action-cancel, .button_to > button.action-back, .button_to > button.action-add, .button_to > button.action-accept {
  min-width: 28px;
}

/* line 23, app/assets/stylesheets/common/generics/menu_links.scss */
[data-href] *, .button_to > button * {
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/common/generics/menu_links.scss */
.action, .action-kokuai_config, .action-whatsapp, .action-clients, .action-send_document, .action-medical_history_templates, .action-related, .action-modified, .action-electronic_document, .action-edit_image, .action-google, .action-medic_appointment, .action-patient_note, .action-vevi_image, .action-app, .action-invitations, .action-image_templates, .action-machines, .action-validated_id, .action-signed_document, .action-index-vat_exemption_reasons, .action-index-comments, .action-paypal_config, .action-integrations, .action-mobile_devices, .action-deliver, .action-transports, .action-user_role, .action-sold_concept, .action-clinic_files, .action-discount_plans, .action-clock, .action-working_hours, .action-productivity, .action-population, .action-treasury, .action-profit, .action-price_analysis, .action-economic, .action-sales, .action-quality, .action-purchases, .action-analysis_summary, .action-survey_templates, .action-compare, .action-send_confirmation, .action-next, .action-repeat, .action-calendar, .action-index-work_calendars, .action-charge_plan_lines, .action-wizard, .action-certificate, .action-money_orders, .action-review, .action-laboratory_work_checks, .action-urgent, .action-outbox, .action-inbox, .action-reset, .action-refresh, .action-rectification_invoice, .action-audits, .action-sms, .action-import_records, .action-prescription_templates, .action-sign, .action-clinic_alerts, .action-site_legal, .action-site_social, .action-site_contact, .action-site_facilities, .action-site_presentation, .action-web_site, .action-commissions, .action-index-user_sessions, .action-server-status, .action-export, .action-account, .action-password, .action-howtos, .action-faq, .action-manual, .action-fifteen_minutes, .action-analysis_report, .action-unseen, .action-seen, .action-appointment_kinds, .action-price_lists, .action-work_shifts, .action-timeline, .action-patient_treatment_plans, .action-file_labels, .action-providers, .action-reject_reasons, .action-appointment_requests, .action-laboratory_works, .action-insurance_companies, .action-patient_warns, .action-stock, .action-orders, .action-payments, .action-campaigns, .action-print, .action-support, .action-incidents, .action-document_import, .action-unlink, .action-link, .action-mail_server, .action-changes, .action-batch, .action-tasks, .action-received, .action-generate, .action-materials, .action-model_347, .action-summary, .action-keep_unpaid, .action-compensate, .action-index-issues, .action-index-employees, .action-schedule, .action-implants, .action-split, .action-lots, .action-models, .action-vevidental-link, .action-teeth, .action-accept_reject, .action-search, .action-receive, .action-send, .action-pay, .action-accounting_transactions, .action-balance, .action-activity, .action-index-expenses, .action-index-expense_categories, .action-index-template_categories, .action-index-document_templates, .action-plus, .action-invoice, .action-charge, .action-restart, .action-budgets, .action-finish, .action-clinic_room, .action-clone, .action-patient_relationships, .action-send_campaign, .action-patients, .action-patient_images, .action-preview, .action-patient_files, .action-appointments, .action-waiting_room, .action-patient_alerts, .action-patient_contacts, .action-index-treatment_templates, .action-index-areas, .action-index-treatments, .action-analysis, .action-setup, .action-index-material_categories, .action-index-materials, .action-index-invoice_groups, .action-index-payment_methods, .action-revoke, .action-grant, .action-files, .action-documents, .action-mail, .action-save, .action-confirm, .action-copy, .action-delete, .action-clear, .action-close, .action-destroy, .action-picture, .action-ok, .action-more, .action-show, .action-edit, .action-download, .action-cancel, .action-back, .action-add, .action-accept {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  vertical-align: text-top;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 36, app/assets/stylesheets/common/generics/menu_links.scss */
.action:hover, .action-kokuai_config:hover, .action-whatsapp:hover, .action-clients:hover, .action-send_document:hover, .action-medical_history_templates:hover, .action-related:hover, .action-modified:hover, .action-electronic_document:hover, .action-edit_image:hover, .action-google:hover, .action-medic_appointment:hover, .action-patient_note:hover, .action-vevi_image:hover, .action-app:hover, .action-invitations:hover, .action-image_templates:hover, .action-machines:hover, .action-validated_id:hover, .action-signed_document:hover, .action-index-vat_exemption_reasons:hover, .action-index-comments:hover, .action-paypal_config:hover, .action-integrations:hover, .action-mobile_devices:hover, .action-deliver:hover, .action-transports:hover, .action-user_role:hover, .action-sold_concept:hover, .action-clinic_files:hover, .action-discount_plans:hover, .action-clock:hover, .action-working_hours:hover, .action-productivity:hover, .action-population:hover, .action-treasury:hover, .action-profit:hover, .action-price_analysis:hover, .action-economic:hover, .action-sales:hover, .action-quality:hover, .action-purchases:hover, .action-analysis_summary:hover, .action-survey_templates:hover, .action-compare:hover, .action-send_confirmation:hover, .action-next:hover, .action-repeat:hover, .action-calendar:hover, .action-index-work_calendars:hover, .action-charge_plan_lines:hover, .action-wizard:hover, .action-certificate:hover, .action-money_orders:hover, .action-review:hover, .action-laboratory_work_checks:hover, .action-urgent:hover, .action-outbox:hover, .action-inbox:hover, .action-reset:hover, .action-refresh:hover, .action-rectification_invoice:hover, .action-audits:hover, .action-sms:hover, .action-import_records:hover, .action-prescription_templates:hover, .action-sign:hover, .action-clinic_alerts:hover, .action-site_legal:hover, .action-site_social:hover, .action-site_contact:hover, .action-site_facilities:hover, .action-site_presentation:hover, .action-web_site:hover, .action-commissions:hover, .action-index-user_sessions:hover, .action-server-status:hover, .action-export:hover, .action-account:hover, .action-password:hover, .action-howtos:hover, .action-faq:hover, .action-manual:hover, .action-fifteen_minutes:hover, .action-analysis_report:hover, .action-unseen:hover, .action-seen:hover, .action-appointment_kinds:hover, .action-price_lists:hover, .action-work_shifts:hover, .action-timeline:hover, .action-patient_treatment_plans:hover, .action-file_labels:hover, .action-providers:hover, .action-reject_reasons:hover, .action-appointment_requests:hover, .action-laboratory_works:hover, .action-insurance_companies:hover, .action-patient_warns:hover, .action-stock:hover, .action-orders:hover, .action-payments:hover, .action-campaigns:hover, .action-print:hover, .action-support:hover, .action-incidents:hover, .action-document_import:hover, .action-unlink:hover, .action-link:hover, .action-mail_server:hover, .action-changes:hover, .action-batch:hover, .action-tasks:hover, .action-received:hover, .action-generate:hover, .action-materials:hover, .action-model_347:hover, .action-summary:hover, .action-keep_unpaid:hover, .action-compensate:hover, .action-index-issues:hover, .action-index-employees:hover, .action-schedule:hover, .action-implants:hover, .action-split:hover, .action-lots:hover, .action-models:hover, .action-vevidental-link:hover, .action-teeth:hover, .action-accept_reject:hover, .action-search:hover, .action-receive:hover, .action-send:hover, .action-pay:hover, .action-accounting_transactions:hover, .action-balance:hover, .action-activity:hover, .action-index-expenses:hover, .action-index-expense_categories:hover, .action-index-template_categories:hover, .action-index-document_templates:hover, .action-plus:hover, .action-invoice:hover, .action-charge:hover, .action-restart:hover, .action-budgets:hover, .action-finish:hover, .action-clinic_room:hover, .action-clone:hover, .action-patient_relationships:hover, .action-send_campaign:hover, .action-patients:hover, .action-patient_images:hover, .action-preview:hover, .action-patient_files:hover, .action-appointments:hover, .action-waiting_room:hover, .action-patient_alerts:hover, .action-patient_contacts:hover, .action-index-treatment_templates:hover, .action-index-areas:hover, .action-index-treatments:hover, .action-analysis:hover, .action-setup:hover, .action-index-material_categories:hover, .action-index-materials:hover, .action-index-invoice_groups:hover, .action-index-payment_methods:hover, .action-revoke:hover, .action-grant:hover, .action-files:hover, .action-documents:hover, .action-mail:hover, .action-save:hover, .action-confirm:hover, .action-copy:hover, .action-delete:hover, .action-clear:hover, .action-close:hover, .action-destroy:hover, .action-picture:hover, .action-ok:hover, .action-more:hover, .action-show:hover, .action-edit:hover, .action-download:hover, .action-cancel:hover, .action-back:hover, .action-add:hover, .action-accept:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 40, app/assets/stylesheets/common/generics/menu_links.scss */
.action:before, .action-kokuai_config:before, .action-whatsapp:before, .action-clients:before, .action-send_document:before, .action-medical_history_templates:before, .action-related:before, .action-modified:before, .action-electronic_document:before, .action-edit_image:before, .action-google:before, .action-medic_appointment:before, .action-patient_note:before, .action-vevi_image:before, .action-app:before, .action-invitations:before, .action-image_templates:before, .action-machines:before, .action-validated_id:before, .action-signed_document:before, .action-index-vat_exemption_reasons:before, .action-index-comments:before, .action-paypal_config:before, .action-integrations:before, .action-mobile_devices:before, .action-deliver:before, .action-transports:before, .action-user_role:before, .action-sold_concept:before, .action-clinic_files:before, .action-discount_plans:before, .action-clock:before, .action-working_hours:before, .action-productivity:before, .action-population:before, .action-treasury:before, .action-profit:before, .action-price_analysis:before, .action-economic:before, .action-sales:before, .action-quality:before, .action-purchases:before, .action-analysis_summary:before, .action-survey_templates:before, .action-compare:before, .action-send_confirmation:before, .action-next:before, .action-repeat:before, .action-calendar:before, .action-index-work_calendars:before, .action-charge_plan_lines:before, .action-wizard:before, .action-certificate:before, .action-money_orders:before, .action-review:before, .action-laboratory_work_checks:before, .action-urgent:before, .action-outbox:before, .action-inbox:before, .action-reset:before, .action-refresh:before, .action-rectification_invoice:before, .action-audits:before, .action-sms:before, .action-import_records:before, .action-prescription_templates:before, .action-sign:before, .action-clinic_alerts:before, .action-site_legal:before, .action-site_social:before, .action-site_contact:before, .action-site_facilities:before, .action-site_presentation:before, .action-web_site:before, .action-commissions:before, .action-index-user_sessions:before, .action-server-status:before, .action-export:before, .action-account:before, .action-password:before, .action-howtos:before, .action-faq:before, .action-manual:before, .action-fifteen_minutes:before, .action-analysis_report:before, .action-unseen:before, .action-seen:before, .action-appointment_kinds:before, .action-price_lists:before, .action-work_shifts:before, .action-timeline:before, .action-patient_treatment_plans:before, .action-file_labels:before, .action-providers:before, .action-reject_reasons:before, .action-appointment_requests:before, .action-laboratory_works:before, .action-insurance_companies:before, .action-patient_warns:before, .action-stock:before, .action-orders:before, .action-payments:before, .action-campaigns:before, .action-print:before, .action-support:before, .action-incidents:before, .action-document_import:before, .action-unlink:before, .action-link:before, .action-mail_server:before, .action-changes:before, .action-batch:before, .action-tasks:before, .action-received:before, .action-generate:before, .action-materials:before, .action-model_347:before, .action-summary:before, .action-keep_unpaid:before, .action-compensate:before, .action-index-issues:before, .action-index-employees:before, .action-schedule:before, .action-implants:before, .action-split:before, .action-lots:before, .action-models:before, .action-vevidental-link:before, .action-teeth:before, .action-accept_reject:before, .action-search:before, .action-receive:before, .action-send:before, .action-pay:before, .action-accounting_transactions:before, .action-balance:before, .action-activity:before, .action-index-expenses:before, .action-index-expense_categories:before, .action-index-template_categories:before, .action-index-document_templates:before, .action-plus:before, .action-invoice:before, .action-charge:before, .action-restart:before, .action-budgets:before, .action-finish:before, .action-clinic_room:before, .action-clone:before, .action-patient_relationships:before, .action-send_campaign:before, .action-patients:before, .action-patient_images:before, .action-preview:before, .action-patient_files:before, .action-appointments:before, .action-waiting_room:before, .action-patient_alerts:before, .action-patient_contacts:before, .action-index-treatment_templates:before, .action-index-areas:before, .action-index-treatments:before, .action-analysis:before, .action-setup:before, .action-index-material_categories:before, .action-index-materials:before, .action-index-invoice_groups:before, .action-index-payment_methods:before, .action-revoke:before, .action-grant:before, .action-files:before, .action-documents:before, .action-mail:before, .action-save:before, .action-confirm:before, .action-copy:before, .action-delete:before, .action-clear:before, .action-close:before, .action-destroy:before, .action-picture:before, .action-ok:before, .action-more:before, .action-show:before, .action-edit:before, .action-download:before, .action-cancel:before, .action-back:before, .action-add:before, .action-accept:before {
  content: ' ';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 50, app/assets/stylesheets/common/generics/menu_links.scss */
.link-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  background-color: #f4f4f4;
  height: 30px;
  padding: 2px 10px 2px 5px;
  line-height: 30px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  margin: 0 2px;
}

/* line 67, app/assets/stylesheets/common/generics/menu_links.scss */
.link-button:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 4px;
}

/* line 79, app/assets/stylesheets/common/generics/menu_links.scss */
.link-button:hover, .link-button:focus {
  background-color: #e6e6e6;
  color: #222;
  text-decoration: none;
}

/* line 85, app/assets/stylesheets/common/generics/menu_links.scss */
.link-button.selected {
  background-color: #eaf2ff;
}

/* line 93, app/assets/stylesheets/common/generics/menu_links.scss */
.link-button.active, .link-button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #cccccc;
}

/* line 98, app/assets/stylesheets/common/generics/menu_links.scss */
.link-button.disabled, .link-button[disabled] {
  background-color: #e6e6e6;
  cursor: default;
  color: #aaa;
  text-shadow: 1px 1px #fff;
}

/* line 105, app/assets/stylesheets/common/generics/menu_links.scss */
.link-button.full-with-button {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 113, app/assets/stylesheets/common/generics/menu_links.scss */
.link-simple, .simple-link-barcode, .simple-link-edit, .simple-link-search, .simple-link-delete, .simple-link-add2, .simple-link-add, .table-form td > a.add_fields {
  display: inline-block;
  padding-left: 0px;
  height: 28px;
  line-height: 32px;
  vertical-align: text-top;
  color: #333;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 122, app/assets/stylesheets/common/generics/menu_links.scss */
.link-simple:before, .simple-link-barcode:before, .simple-link-edit:before, .simple-link-search:before, .simple-link-delete:before, .simple-link-add2:before, .simple-link-add:before, .table-form td > a.add_fields:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 4px;
}

/* line 133, app/assets/stylesheets/common/generics/menu_links.scss */
.link-simple:hover, .simple-link-barcode:hover, .simple-link-edit:hover, .simple-link-search:hover, .simple-link-delete:hover, .simple-link-add2:hover, .simple-link-add:hover, .table-form td > a.add_fields:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-accept:before {
  background-image: url(/assets/actions/accept-f8c7a58ecaf03cad39a264b292bd31620a4f8576e1e09cfe45819b6d2fe92b14.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-accept:before {
  background-image: url(/assets/actions/accept-f8c7a58ecaf03cad39a264b292bd31620a4f8576e1e09cfe45819b6d2fe92b14.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-add:before {
  background-image: url(/assets/actions/add-baa90cc3fb097a2467ebb8efb03932f65754dad92fceb0c86f833c0c8ba95461.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-add:before {
  background-image: url(/assets/actions/add-baa90cc3fb097a2467ebb8efb03932f65754dad92fceb0c86f833c0c8ba95461.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-back:before {
  background-image: url(/assets/actions/back-148646d7b869aa823b1ba211d5134512a9eec531bdd035934991373ef4233843.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-back:before {
  background-image: url(/assets/actions/back-148646d7b869aa823b1ba211d5134512a9eec531bdd035934991373ef4233843.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-cancel:before {
  background-image: url(/assets/actions/cancel-cd237dfd069978a7d583838be3c927922e4dfef3672c66b3185187db673c63c6.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-cancel:before {
  background-image: url(/assets/actions/cancel-cd237dfd069978a7d583838be3c927922e4dfef3672c66b3185187db673c63c6.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-download:before {
  background-image: url(/assets/actions/download-21b8605db840684f151258aa6888783f0e527eac9ccd00e25971c20bbccc9dc3.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-download:before {
  background-image: url(/assets/actions/download-21b8605db840684f151258aa6888783f0e527eac9ccd00e25971c20bbccc9dc3.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-edit:before {
  background-image: url(/assets/actions/edit-55a37518cb5ac4555d1a668d770509f2a43d4d249ae2739900a0f1c05023a775.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-edit:before {
  background-image: url(/assets/actions/edit-55a37518cb5ac4555d1a668d770509f2a43d4d249ae2739900a0f1c05023a775.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-show:before {
  background-image: url(/assets/actions/show-932fb3aee0edf14bc0886c5829b529631b98c3fa5314997ade7e66450676abc3.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-show:before {
  background-image: url(/assets/actions/show-932fb3aee0edf14bc0886c5829b529631b98c3fa5314997ade7e66450676abc3.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-more:before {
  background-image: url(/assets/actions/more-182e1167c51691076dbf60faa2f5141f736aa9db7c5799c4b3de6f948a39b849.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-more:before {
  background-image: url(/assets/actions/more-182e1167c51691076dbf60faa2f5141f736aa9db7c5799c4b3de6f948a39b849.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-ok:before {
  background-image: url(/assets/actions/ok-4f9829b272b9820b96881200503f71bb9b8ed15a96c7682c4d784607e2ddd7c1.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-ok:before {
  background-image: url(/assets/actions/ok-4f9829b272b9820b96881200503f71bb9b8ed15a96c7682c4d784607e2ddd7c1.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-picture:before {
  background-image: url(/assets/actions/picture-5b138dc5868fde1d62c1a598dd8f866b0cd5c2503b3fcbbff0c1b9405282dd8a.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-picture:before {
  background-image: url(/assets/actions/picture-5b138dc5868fde1d62c1a598dd8f866b0cd5c2503b3fcbbff0c1b9405282dd8a.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-destroy:before {
  background-image: url(/assets/actions/destroy-cb9515540600c1699778af01550b20a77d7579b57c568eb508491ccec436d1da.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-destroy:before {
  background-image: url(/assets/actions/destroy-cb9515540600c1699778af01550b20a77d7579b57c568eb508491ccec436d1da.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-close:before {
  background-image: url(/assets/actions/close-cc444566a58d15591cf10ac0844608d583c593f2a4ef7c92a951f2cbc5ef2812.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-close:before {
  background-image: url(/assets/actions/close-cc444566a58d15591cf10ac0844608d583c593f2a4ef7c92a951f2cbc5ef2812.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-clear:before {
  background-image: url(/assets/actions/clear-0d8c54b667b64ac0fbb7487353f51f4a2c1229d7d8bd02864c85be25a6ffad68.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-clear:before {
  background-image: url(/assets/actions/clear-0d8c54b667b64ac0fbb7487353f51f4a2c1229d7d8bd02864c85be25a6ffad68.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-delete:before {
  background-image: url(/assets/actions/delete-cc444566a58d15591cf10ac0844608d583c593f2a4ef7c92a951f2cbc5ef2812.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-delete:before {
  background-image: url(/assets/actions/delete-cc444566a58d15591cf10ac0844608d583c593f2a4ef7c92a951f2cbc5ef2812.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-copy:before {
  background-image: url(/assets/actions/copy-a05e898372b3348602a54d5483d4e676ea11812aa2cf5bf6a7d449aa213d74e2.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-copy:before {
  background-image: url(/assets/actions/copy-a05e898372b3348602a54d5483d4e676ea11812aa2cf5bf6a7d449aa213d74e2.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-confirm:before {
  background-image: url(/assets/actions/confirm-5c987c215bc111eae93a1acebfdd787a59495604339dc11ce1a65d65ff50e58a.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-confirm:before {
  background-image: url(/assets/actions/confirm-5c987c215bc111eae93a1acebfdd787a59495604339dc11ce1a65d65ff50e58a.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-save:before {
  background-image: url(/assets/actions/save-aef65b9b3823b49d1ccb458f89e9cc58f9494506b5fe18ff2bbfe5724678d768.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-save:before {
  background-image: url(/assets/actions/save-aef65b9b3823b49d1ccb458f89e9cc58f9494506b5fe18ff2bbfe5724678d768.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-mail:before {
  background-image: url(/assets/actions/mail-4cbf2e24c510e6b139f2d6c788a1b2344f8886ad1122261b72024be319af82fa.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-mail:before {
  background-image: url(/assets/actions/mail-4cbf2e24c510e6b139f2d6c788a1b2344f8886ad1122261b72024be319af82fa.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-documents:before {
  background-image: url(/assets/actions/documents-10d2465ee63f2225d62c519347f5840a69429960489f96aac354baf1c07a03fc.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-documents:before {
  background-image: url(/assets/actions/documents-10d2465ee63f2225d62c519347f5840a69429960489f96aac354baf1c07a03fc.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-files:before {
  background-image: url(/assets/actions/files-c243961f46b42f4849cc82e29f4822dcc6fc9068aa8e824720303b872bef0472.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-files:before {
  background-image: url(/assets/actions/files-c243961f46b42f4849cc82e29f4822dcc6fc9068aa8e824720303b872bef0472.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-grant:before {
  background-image: url(/assets/actions/grant-c3982677bf348d8807f02df70183d11fe34aaa7746c595e5ed317bf7757d9d45.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-grant:before {
  background-image: url(/assets/actions/grant-c3982677bf348d8807f02df70183d11fe34aaa7746c595e5ed317bf7757d9d45.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-revoke:before {
  background-image: url(/assets/actions/revoke-ef381356710fccfb8f80c8ab9a15247041ff0a73f7a31a16d579e64d73232858.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-revoke:before {
  background-image: url(/assets/actions/revoke-ef381356710fccfb8f80c8ab9a15247041ff0a73f7a31a16d579e64d73232858.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-payment_methods:before {
  background-image: url(/assets/actions/index-payment_methods-6f953af0174e8452105b39eb2883e140c24ebe58cb010d4729c655d865beab9e.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-payment_methods:before {
  background-image: url(/assets/actions/index-payment_methods-6f953af0174e8452105b39eb2883e140c24ebe58cb010d4729c655d865beab9e.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-invoice_groups:before {
  background-image: url(/assets/actions/index-invoice_groups-fab592a5f81257e099d7100bfbfff29eedbcaa68f127d3ae823a7d97027db79f.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-invoice_groups:before {
  background-image: url(/assets/actions/index-invoice_groups-fab592a5f81257e099d7100bfbfff29eedbcaa68f127d3ae823a7d97027db79f.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-materials:before {
  background-image: url(/assets/actions/index-materials-a4ace5afc9960141a47f202cb852818f18a1a55c0f23f1315f6c14c5c6df7d34.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-materials:before {
  background-image: url(/assets/actions/index-materials-a4ace5afc9960141a47f202cb852818f18a1a55c0f23f1315f6c14c5c6df7d34.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-material_categories:before {
  background-image: url(/assets/actions/index-material_categories-7502e53d08610cd61cb99576d6c604a67cf6580bcf4128c6986b674e5ea91cf6.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-material_categories:before {
  background-image: url(/assets/actions/index-material_categories-7502e53d08610cd61cb99576d6c604a67cf6580bcf4128c6986b674e5ea91cf6.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-setup:before {
  background-image: url(/assets/actions/setup-ab8c5f667d809efe9615d1525d9bd143283c7cb8e0a15a5c9141626a94d712da.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-setup:before {
  background-image: url(/assets/actions/setup-ab8c5f667d809efe9615d1525d9bd143283c7cb8e0a15a5c9141626a94d712da.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-analysis:before {
  background-image: url(/assets/actions/analysis-6e9a359681d66a558ab546981eba792e845ee08314fa20736f6cbae94ff7be69.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-analysis:before {
  background-image: url(/assets/actions/analysis-6e9a359681d66a558ab546981eba792e845ee08314fa20736f6cbae94ff7be69.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-treatments:before {
  background-image: url(/assets/actions/index-treatments-06f9f4d27978e2a32b8ead5b9842fadebaf3fee8d148956a694b7fbc7bb4eee6.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-treatments:before {
  background-image: url(/assets/actions/index-treatments-06f9f4d27978e2a32b8ead5b9842fadebaf3fee8d148956a694b7fbc7bb4eee6.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-areas:before {
  background-image: url(/assets/actions/index-areas-cde742311cb7d9e3004e19908256db565734e8c3f128383578258a8dda5326b8.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-areas:before {
  background-image: url(/assets/actions/index-areas-cde742311cb7d9e3004e19908256db565734e8c3f128383578258a8dda5326b8.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-treatment_templates:before {
  background-image: url(/assets/actions/index-treatment_templates-00dc77dddb9d41d78c294b919329427576db65ae19ded05d481f200605aed367.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-treatment_templates:before {
  background-image: url(/assets/actions/index-treatment_templates-00dc77dddb9d41d78c294b919329427576db65ae19ded05d481f200605aed367.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-patient_contacts:before {
  background-image: url(/assets/actions/patient_contacts-a3b02026b608fec1ff550749e96a82eb3f4dc13ad0121f3da5aee200960a972b.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-patient_contacts:before {
  background-image: url(/assets/actions/patient_contacts-a3b02026b608fec1ff550749e96a82eb3f4dc13ad0121f3da5aee200960a972b.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-patient_alerts:before {
  background-image: url(/assets/actions/patient_alerts-368eb32a1ff623841ba644cd3ca83fbbf1c4c42bf932ee0c682978da9ee8186e.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-patient_alerts:before {
  background-image: url(/assets/actions/patient_alerts-368eb32a1ff623841ba644cd3ca83fbbf1c4c42bf932ee0c682978da9ee8186e.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-waiting_room:before {
  background-image: url(/assets/actions/waiting_room-d8bb35450a02b986aa986c148c1af761c279b0e6bc471a2a72dc3578d3a7a62e.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-waiting_room:before {
  background-image: url(/assets/actions/waiting_room-d8bb35450a02b986aa986c148c1af761c279b0e6bc471a2a72dc3578d3a7a62e.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-appointments:before {
  background-image: url(/assets/actions/appointments-c425842144c21c660b8bce4a2c6cf3226807cf5dcb6ced9973d028adb229db73.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-appointments:before {
  background-image: url(/assets/actions/appointments-c425842144c21c660b8bce4a2c6cf3226807cf5dcb6ced9973d028adb229db73.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-patient_files:before {
  background-image: url(/assets/actions/patient_files-c243961f46b42f4849cc82e29f4822dcc6fc9068aa8e824720303b872bef0472.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-patient_files:before {
  background-image: url(/assets/actions/patient_files-c243961f46b42f4849cc82e29f4822dcc6fc9068aa8e824720303b872bef0472.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-preview:before {
  background-image: url(/assets/actions/preview-15b92a82da8ee6dbdf676ec73dd1854e29e697ac4f3b59ad8ca68c40f1bd0b92.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-preview:before {
  background-image: url(/assets/actions/preview-15b92a82da8ee6dbdf676ec73dd1854e29e697ac4f3b59ad8ca68c40f1bd0b92.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-patient_images:before {
  background-image: url(/assets/actions/patient_images-5b138dc5868fde1d62c1a598dd8f866b0cd5c2503b3fcbbff0c1b9405282dd8a.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-patient_images:before {
  background-image: url(/assets/actions/patient_images-5b138dc5868fde1d62c1a598dd8f866b0cd5c2503b3fcbbff0c1b9405282dd8a.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-patients:before {
  background-image: url(/assets/actions/patients-939a97b50d8b5720f6f81d014c8a37e59c57264c99c66ace4bab53b34245ecd9.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-patients:before {
  background-image: url(/assets/actions/patients-939a97b50d8b5720f6f81d014c8a37e59c57264c99c66ace4bab53b34245ecd9.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-send_campaign:before {
  background-image: url(/assets/actions/send_campaign-6b554d593abf1f0fd15cc48922579275cdc5db956514b79828f5761734fa6534.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-send_campaign:before {
  background-image: url(/assets/actions/send_campaign-6b554d593abf1f0fd15cc48922579275cdc5db956514b79828f5761734fa6534.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-patient_relationships:before {
  background-image: url(/assets/actions/patient_relationships-515e16515480e652d43d220ab5d279af589c2ddb20f584278abd5745fd695c08.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-patient_relationships:before {
  background-image: url(/assets/actions/patient_relationships-515e16515480e652d43d220ab5d279af589c2ddb20f584278abd5745fd695c08.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-clone:before {
  background-image: url(/assets/actions/clone-a05e898372b3348602a54d5483d4e676ea11812aa2cf5bf6a7d449aa213d74e2.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-clone:before {
  background-image: url(/assets/actions/clone-a05e898372b3348602a54d5483d4e676ea11812aa2cf5bf6a7d449aa213d74e2.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-clinic_room:before {
  background-image: url(/assets/actions/clinic_room-875afa07a8e8feda3ee6532ccb61cc9900a8c5dd3d268a3fc77aabbf37b3b199.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-clinic_room:before {
  background-image: url(/assets/actions/clinic_room-875afa07a8e8feda3ee6532ccb61cc9900a8c5dd3d268a3fc77aabbf37b3b199.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-finish:before {
  background-image: url(/assets/actions/finish-5c987c215bc111eae93a1acebfdd787a59495604339dc11ce1a65d65ff50e58a.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-finish:before {
  background-image: url(/assets/actions/finish-5c987c215bc111eae93a1acebfdd787a59495604339dc11ce1a65d65ff50e58a.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-budgets:before {
  background-image: url(/assets/actions/budgets-a110c4ff220003bd734cef5b74dce32c9c031ed1e153002e5ec8f86bdcb364f0.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-budgets:before {
  background-image: url(/assets/actions/budgets-a110c4ff220003bd734cef5b74dce32c9c031ed1e153002e5ec8f86bdcb364f0.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-restart:before {
  background-image: url(/assets/actions/restart-1f039738c107812490aea84f903746a16bd61a520c2406fa0c0b90e8f0b08861.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-restart:before {
  background-image: url(/assets/actions/restart-1f039738c107812490aea84f903746a16bd61a520c2406fa0c0b90e8f0b08861.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-charge:before {
  background-image: url(/assets/actions/charge-ed6b7faae2a384ccbb5fbaa534a132f47631c21f683e28b769b7f9ff3eee98db.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-charge:before {
  background-image: url(/assets/actions/charge-ed6b7faae2a384ccbb5fbaa534a132f47631c21f683e28b769b7f9ff3eee98db.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-invoice:before {
  background-image: url(/assets/actions/invoice-70e33d1e7203cd33d29a65975b9972120c8e9e2b4804acc6651bc2de9f74ba10.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-invoice:before {
  background-image: url(/assets/actions/invoice-70e33d1e7203cd33d29a65975b9972120c8e9e2b4804acc6651bc2de9f74ba10.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-plus:before {
  background-image: url(/assets/actions/plus-0551fba67853d8958f7aed5d361be79874d395fa57b275243ef81ccf400d5aa1.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-plus:before {
  background-image: url(/assets/actions/plus-0551fba67853d8958f7aed5d361be79874d395fa57b275243ef81ccf400d5aa1.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-document_templates:before {
  background-image: url(/assets/actions/index-document_templates-a157199e4f80f15cc0cd2c4596a26c6c4c50a2b12124788376e0ed13c83c8c2d.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-document_templates:before {
  background-image: url(/assets/actions/index-document_templates-a157199e4f80f15cc0cd2c4596a26c6c4c50a2b12124788376e0ed13c83c8c2d.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-template_categories:before {
  background-image: url(/assets/actions/index-template_categories-7502e53d08610cd61cb99576d6c604a67cf6580bcf4128c6986b674e5ea91cf6.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-template_categories:before {
  background-image: url(/assets/actions/index-template_categories-7502e53d08610cd61cb99576d6c604a67cf6580bcf4128c6986b674e5ea91cf6.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-expense_categories:before {
  background-image: url(/assets/actions/index-expense_categories-7502e53d08610cd61cb99576d6c604a67cf6580bcf4128c6986b674e5ea91cf6.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-expense_categories:before {
  background-image: url(/assets/actions/index-expense_categories-7502e53d08610cd61cb99576d6c604a67cf6580bcf4128c6986b674e5ea91cf6.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-expenses:before {
  background-image: url(/assets/actions/index-expenses-4843f6a00e6886b615ce721826b58baf67590051fd0e3da6765d7451e8563792.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-expenses:before {
  background-image: url(/assets/actions/index-expenses-4843f6a00e6886b615ce721826b58baf67590051fd0e3da6765d7451e8563792.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-activity:before {
  background-image: url(/assets/actions/activity-b8da281e825f481908c8c72e526b81a8ed0a9c79b204a55e5a9c680c66a8f85c.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-activity:before {
  background-image: url(/assets/actions/activity-b8da281e825f481908c8c72e526b81a8ed0a9c79b204a55e5a9c680c66a8f85c.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-balance:before {
  background-image: url(/assets/actions/balance-3943f403a74a6d87ebc3bc1fa569f1354c8cc73f7bed45182a9b57270168595c.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-balance:before {
  background-image: url(/assets/actions/balance-3943f403a74a6d87ebc3bc1fa569f1354c8cc73f7bed45182a9b57270168595c.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-accounting_transactions:before {
  background-image: url(/assets/actions/accounting_transactions-b8da281e825f481908c8c72e526b81a8ed0a9c79b204a55e5a9c680c66a8f85c.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-accounting_transactions:before {
  background-image: url(/assets/actions/accounting_transactions-b8da281e825f481908c8c72e526b81a8ed0a9c79b204a55e5a9c680c66a8f85c.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-pay:before {
  background-image: url(/assets/actions/pay-ed6b7faae2a384ccbb5fbaa534a132f47631c21f683e28b769b7f9ff3eee98db.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-pay:before {
  background-image: url(/assets/actions/pay-ed6b7faae2a384ccbb5fbaa534a132f47631c21f683e28b769b7f9ff3eee98db.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-send:before {
  background-image: url(/assets/actions/send-6b554d593abf1f0fd15cc48922579275cdc5db956514b79828f5761734fa6534.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-send:before {
  background-image: url(/assets/actions/send-6b554d593abf1f0fd15cc48922579275cdc5db956514b79828f5761734fa6534.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-receive:before {
  background-image: url(/assets/actions/receive-bb6a224ad1b7e96591a3064f11df28ce124b0b884d1efecaa61dbd86a77d2efc.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-receive:before {
  background-image: url(/assets/actions/receive-bb6a224ad1b7e96591a3064f11df28ce124b0b884d1efecaa61dbd86a77d2efc.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-search:before {
  background-image: url(/assets/actions/search-83af67b6455d47c5872c325931497a6376843fa6236ec7ea7940ece848e59407.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-search:before {
  background-image: url(/assets/actions/search-83af67b6455d47c5872c325931497a6376843fa6236ec7ea7940ece848e59407.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-accept_reject:before {
  background-image: url(/assets/actions/accept_reject-66826e190b6ba2455035de9d3e59a11a0933bfb7dd6ddcf380fc697a57207583.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-accept_reject:before {
  background-image: url(/assets/actions/accept_reject-66826e190b6ba2455035de9d3e59a11a0933bfb7dd6ddcf380fc697a57207583.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-teeth:before {
  background-image: url(/assets/actions/teeth-36ff277fb5be25fc66c9cb385dc2d5ba5fb11137057693c7235cc81044223ab0.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-teeth:before {
  background-image: url(/assets/actions/teeth-36ff277fb5be25fc66c9cb385dc2d5ba5fb11137057693c7235cc81044223ab0.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-vevidental-link:before {
  background-image: url(/assets/actions/vevidental-link-be169a96096ca49dc6e96e04b83c558c36270db4688a9b3f1e1f64b6b478c091.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-vevidental-link:before {
  background-image: url(/assets/actions/vevidental-link-be169a96096ca49dc6e96e04b83c558c36270db4688a9b3f1e1f64b6b478c091.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-models:before {
  background-image: url(/assets/actions/models-73500a67818833da5990a816b25417fbc140963e401668586cb77eef9732ba8c.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-models:before {
  background-image: url(/assets/actions/models-73500a67818833da5990a816b25417fbc140963e401668586cb77eef9732ba8c.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-lots:before {
  background-image: url(/assets/actions/lots-4390f1f728d9f7751a9a15f14d8ad976346731983dba06cb6d7484c739622b06.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-lots:before {
  background-image: url(/assets/actions/lots-4390f1f728d9f7751a9a15f14d8ad976346731983dba06cb6d7484c739622b06.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-split:before {
  background-image: url(/assets/actions/split-379b73cef4dd380b7235ff4606a69e3929e13f17fee1fa2cfb4840e7169acf0a.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-split:before {
  background-image: url(/assets/actions/split-379b73cef4dd380b7235ff4606a69e3929e13f17fee1fa2cfb4840e7169acf0a.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-implants:before {
  background-image: url(/assets/actions/implants-5a1c1e2ddfa80c488bcdc1de0dd51f2316ddf22207cfc383b771349dfc7d1582.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-implants:before {
  background-image: url(/assets/actions/implants-5a1c1e2ddfa80c488bcdc1de0dd51f2316ddf22207cfc383b771349dfc7d1582.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-schedule:before {
  background-image: url(/assets/actions/schedule-2eb2229508206bc5079c43d786050dd48b5c1a5019c93c0f0ee709412551b997.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-schedule:before {
  background-image: url(/assets/actions/schedule-2eb2229508206bc5079c43d786050dd48b5c1a5019c93c0f0ee709412551b997.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-employees:before {
  background-image: url(/assets/actions/index-employees-0e6045fc8b7190e0b1527e3d96df4dae2e0c1f93df8c65f1fd2cbcb6bff5424e.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-employees:before {
  background-image: url(/assets/actions/index-employees-0e6045fc8b7190e0b1527e3d96df4dae2e0c1f93df8c65f1fd2cbcb6bff5424e.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-issues:before {
  background-image: url(/assets/actions/index-issues-4990679da16381eb85f548370af616b695dbc4c95bc46c01321d56038765f0e2.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-issues:before {
  background-image: url(/assets/actions/index-issues-4990679da16381eb85f548370af616b695dbc4c95bc46c01321d56038765f0e2.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-compensate:before {
  background-image: url(/assets/actions/compensate-ed6b7faae2a384ccbb5fbaa534a132f47631c21f683e28b769b7f9ff3eee98db.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-compensate:before {
  background-image: url(/assets/actions/compensate-ed6b7faae2a384ccbb5fbaa534a132f47631c21f683e28b769b7f9ff3eee98db.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-keep_unpaid:before {
  background-image: url(/assets/actions/keep_unpaid-48a64bc1c96da6b635eddfbe01a7bf9282fd85f36046c7aa3eab6b142128626e.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-keep_unpaid:before {
  background-image: url(/assets/actions/keep_unpaid-48a64bc1c96da6b635eddfbe01a7bf9282fd85f36046c7aa3eab6b142128626e.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-summary:before {
  background-image: url(/assets/actions/summary-70e33d1e7203cd33d29a65975b9972120c8e9e2b4804acc6651bc2de9f74ba10.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-summary:before {
  background-image: url(/assets/actions/summary-70e33d1e7203cd33d29a65975b9972120c8e9e2b4804acc6651bc2de9f74ba10.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-model_347:before {
  background-image: url(/assets/actions/model_347-f08e7948a6fd0a703fa3f88b6647e9acc1477071a6a0c511ef0b825459a27915.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-model_347:before {
  background-image: url(/assets/actions/model_347-f08e7948a6fd0a703fa3f88b6647e9acc1477071a6a0c511ef0b825459a27915.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-materials:before {
  background-image: url(/assets/actions/materials-a4ace5afc9960141a47f202cb852818f18a1a55c0f23f1315f6c14c5c6df7d34.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-materials:before {
  background-image: url(/assets/actions/materials-a4ace5afc9960141a47f202cb852818f18a1a55c0f23f1315f6c14c5c6df7d34.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-generate:before {
  background-image: url(/assets/actions/generate-ee15f801f915c98c3d343e0daf6a8246897b17bc102b02c6a382a627fe9091c3.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-generate:before {
  background-image: url(/assets/actions/generate-ee15f801f915c98c3d343e0daf6a8246897b17bc102b02c6a382a627fe9091c3.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-received:before {
  background-image: url(/assets/actions/received-fba42d3f816ffe9b38328c72a568a274e9bc80424dd38db65df6ec1c3c3127fa.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-received:before {
  background-image: url(/assets/actions/received-fba42d3f816ffe9b38328c72a568a274e9bc80424dd38db65df6ec1c3c3127fa.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-tasks:before {
  background-image: url(/assets/actions/tasks-fb0a6fef468e6bca9bb7adc6f41f134646d217e551033bd5627199fb3d751e1d.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-tasks:before {
  background-image: url(/assets/actions/tasks-fb0a6fef468e6bca9bb7adc6f41f134646d217e551033bd5627199fb3d751e1d.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-batch:before {
  background-image: url(/assets/actions/batch-a7b645e96a9f3251b81b8e7fc736f2ad7628264a1cb339232b5e877c088912a6.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-batch:before {
  background-image: url(/assets/actions/batch-a7b645e96a9f3251b81b8e7fc736f2ad7628264a1cb339232b5e877c088912a6.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-changes:before {
  background-image: url(/assets/actions/changes-a09b412a53514d45a65ebe8443cccb08cddc2f34983e87fc86f78ed306a7c55b.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-changes:before {
  background-image: url(/assets/actions/changes-a09b412a53514d45a65ebe8443cccb08cddc2f34983e87fc86f78ed306a7c55b.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-mail_server:before {
  background-image: url(/assets/actions/mail_server-1c7106a010a706bc8fa8aa9d13a706b530c0ac398ba75cc4490f9954df176e9c.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-mail_server:before {
  background-image: url(/assets/actions/mail_server-1c7106a010a706bc8fa8aa9d13a706b530c0ac398ba75cc4490f9954df176e9c.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-link:before {
  background-image: url(/assets/actions/link-512bd7b6c507eb29f5539eed5407d78022d373331afd22dedc7f5b29a782622c.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-link:before {
  background-image: url(/assets/actions/link-512bd7b6c507eb29f5539eed5407d78022d373331afd22dedc7f5b29a782622c.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-unlink:before {
  background-image: url(/assets/actions/unlink-4a9ff9e76189ae9cff2027eff7bf6b63ba9d70fd7a82e684a2cbf4244e03aa73.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-unlink:before {
  background-image: url(/assets/actions/unlink-4a9ff9e76189ae9cff2027eff7bf6b63ba9d70fd7a82e684a2cbf4244e03aa73.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-document_import:before {
  background-image: url(/assets/actions/document_import-1bbb6f648243fcca4a4390e8f424096e78f3a5f4f463fe35a96db7d688f1e989.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-document_import:before {
  background-image: url(/assets/actions/document_import-1bbb6f648243fcca4a4390e8f424096e78f3a5f4f463fe35a96db7d688f1e989.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-incidents:before {
  background-image: url(/assets/actions/incidents-60e5db750e219f86ccd08ef68b8980c2671509cf34551bd88cb47a6404d9ef5b.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-incidents:before {
  background-image: url(/assets/actions/incidents-60e5db750e219f86ccd08ef68b8980c2671509cf34551bd88cb47a6404d9ef5b.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-support:before {
  background-image: url(/assets/actions/support-1d8e38843aec181150bc64f1630f5d2ec683699a3ad5ddd49bf2a6877dc53d9d.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-support:before {
  background-image: url(/assets/actions/support-1d8e38843aec181150bc64f1630f5d2ec683699a3ad5ddd49bf2a6877dc53d9d.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-print:before {
  background-image: url(/assets/actions/print-5733327cbc16f392972a45f4e287fa75a7271721c52e01a51a354a8124f00208.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-print:before {
  background-image: url(/assets/actions/print-5733327cbc16f392972a45f4e287fa75a7271721c52e01a51a354a8124f00208.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-campaigns:before {
  background-image: url(/assets/actions/campaigns-0bf6ecace3a2548f66ab42a88cd930641505d4534844f783842c5e0d3e99019b.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-campaigns:before {
  background-image: url(/assets/actions/campaigns-0bf6ecace3a2548f66ab42a88cd930641505d4534844f783842c5e0d3e99019b.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-payments:before {
  background-image: url(/assets/actions/payments-8ed4ec1043e2c2e1912c6df15da112314781a09c9f30cb507e07c8652b356787.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-payments:before {
  background-image: url(/assets/actions/payments-8ed4ec1043e2c2e1912c6df15da112314781a09c9f30cb507e07c8652b356787.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-orders:before {
  background-image: url(/assets/actions/orders-a65151518c104590946c547cfb046ecf3c0adc3c796626133cd21916c8f72d53.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-orders:before {
  background-image: url(/assets/actions/orders-a65151518c104590946c547cfb046ecf3c0adc3c796626133cd21916c8f72d53.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-stock:before {
  background-image: url(/assets/actions/stock-58dab27434050de2807e19a014895c64cad4359a92be92fe83673a4e95a40fcd.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-stock:before {
  background-image: url(/assets/actions/stock-58dab27434050de2807e19a014895c64cad4359a92be92fe83673a4e95a40fcd.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-patient_warns:before {
  background-image: url(/assets/actions/patient_warns-063190fdd4ffc4b717ef15218b106749d13286c4fbd6eaa8d8dd890365c05e1a.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-patient_warns:before {
  background-image: url(/assets/actions/patient_warns-063190fdd4ffc4b717ef15218b106749d13286c4fbd6eaa8d8dd890365c05e1a.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-insurance_companies:before {
  background-image: url(/assets/actions/insurance_companies-0f9ce9f30716edf6520624f6456da404b3680a348b1fcfd4ddc2069f76aafae9.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-insurance_companies:before {
  background-image: url(/assets/actions/insurance_companies-0f9ce9f30716edf6520624f6456da404b3680a348b1fcfd4ddc2069f76aafae9.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-laboratory_works:before {
  background-image: url(/assets/actions/laboratory_works-1ef8a13b1d76d7b497afc8976167e625ca8c72f8371a34f65355536e7c992c17.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-laboratory_works:before {
  background-image: url(/assets/actions/laboratory_works-1ef8a13b1d76d7b497afc8976167e625ca8c72f8371a34f65355536e7c992c17.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-appointment_requests:before {
  background-image: url(/assets/actions/appointment_requests-4965bd534b8038d6b9613173d4bc28ec79da18a9d9704775070f1a6a99eefbf9.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-appointment_requests:before {
  background-image: url(/assets/actions/appointment_requests-4965bd534b8038d6b9613173d4bc28ec79da18a9d9704775070f1a6a99eefbf9.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-reject_reasons:before {
  background-image: url(/assets/actions/reject_reasons-e38c1d9e924ba0723ae3ced131e4cda12f83f6aeefb768744c7813b843d29c7a.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-reject_reasons:before {
  background-image: url(/assets/actions/reject_reasons-e38c1d9e924ba0723ae3ced131e4cda12f83f6aeefb768744c7813b843d29c7a.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-providers:before {
  background-image: url(/assets/actions/providers-b74e44bccef7e48f52cfd994f01f49140bde43128dbf380d3b5d6b0a78da4ae7.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-providers:before {
  background-image: url(/assets/actions/providers-b74e44bccef7e48f52cfd994f01f49140bde43128dbf380d3b5d6b0a78da4ae7.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-file_labels:before {
  background-image: url(/assets/actions/file_labels-8a67b56075be5e16a9ebd6301f9b7aa663f7bf3e48dd690cfe3ac48ab94630b9.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-file_labels:before {
  background-image: url(/assets/actions/file_labels-8a67b56075be5e16a9ebd6301f9b7aa663f7bf3e48dd690cfe3ac48ab94630b9.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-patient_treatment_plans:before {
  background-image: url(/assets/actions/patient_treatment_plans-228fe099dce74d29c6832dcb78fc069d7e309569cec52a301c828ecc18a2bf60.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-patient_treatment_plans:before {
  background-image: url(/assets/actions/patient_treatment_plans-228fe099dce74d29c6832dcb78fc069d7e309569cec52a301c828ecc18a2bf60.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-timeline:before {
  background-image: url(/assets/actions/timeline-313b5a80ad36c5b39e55b24fd01121b6de061e36f7b53dcdbfa3f4915aa879eb.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-timeline:before {
  background-image: url(/assets/actions/timeline-313b5a80ad36c5b39e55b24fd01121b6de061e36f7b53dcdbfa3f4915aa879eb.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-work_shifts:before {
  background-image: url(/assets/actions/work_shifts-0343ecdb9aa46fe64335b66e5432d6a6b5bde6e7e7825760a301cad498569f2b.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-work_shifts:before {
  background-image: url(/assets/actions/work_shifts-0343ecdb9aa46fe64335b66e5432d6a6b5bde6e7e7825760a301cad498569f2b.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-price_lists:before {
  background-image: url(/assets/actions/price_lists-cf62358a1e23fbc43290c8cea4d8f2d08231344231b452011bf6d61ac2b40116.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-price_lists:before {
  background-image: url(/assets/actions/price_lists-cf62358a1e23fbc43290c8cea4d8f2d08231344231b452011bf6d61ac2b40116.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-appointment_kinds:before {
  background-image: url(/assets/actions/appointment_kinds-c23b0ab12f7bcc347e2f1ecfab1f054e13bc560dcfeffa371da3727a4a88fe12.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-appointment_kinds:before {
  background-image: url(/assets/actions/appointment_kinds-c23b0ab12f7bcc347e2f1ecfab1f054e13bc560dcfeffa371da3727a4a88fe12.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-seen:before {
  background-image: url(/assets/actions/seen-962a6c5eda92a78964be70b732a0d2e2d1a0af6ae19cbcbe420e87b94d3e9410.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-seen:before {
  background-image: url(/assets/actions/seen-962a6c5eda92a78964be70b732a0d2e2d1a0af6ae19cbcbe420e87b94d3e9410.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-unseen:before {
  background-image: url(/assets/actions/unseen-5c6286a61fd16dddf77a4d6a82a8a3e4b409a581ba68ffbaa7aabc85f9ce9bb0.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-unseen:before {
  background-image: url(/assets/actions/unseen-5c6286a61fd16dddf77a4d6a82a8a3e4b409a581ba68ffbaa7aabc85f9ce9bb0.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-analysis_report:before {
  background-image: url(/assets/actions/analysis_report-8eda22182e978d4653f4675c979fbd8ea5cb634efc8bfda451ed04ad7da84e53.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-analysis_report:before {
  background-image: url(/assets/actions/analysis_report-8eda22182e978d4653f4675c979fbd8ea5cb634efc8bfda451ed04ad7da84e53.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-fifteen_minutes:before {
  background-image: url(/assets/actions/fifteen_minutes-3929fe96f620b70b6266cdffd065a8a341519f1a1c769cdfde5fefeacdfb3dba.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-fifteen_minutes:before {
  background-image: url(/assets/actions/fifteen_minutes-3929fe96f620b70b6266cdffd065a8a341519f1a1c769cdfde5fefeacdfb3dba.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-manual:before {
  background-image: url(/assets/actions/manual-0393cb11e0135964cd5dcbbb95cac5a8f968a59b98d8c1be48a0704075c3587a.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-manual:before {
  background-image: url(/assets/actions/manual-0393cb11e0135964cd5dcbbb95cac5a8f968a59b98d8c1be48a0704075c3587a.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-faq:before {
  background-image: url(/assets/actions/faq-f361c1d4f7d10ce233acf523373b1bca301e453d2e72ba2faae60cac54cf00b9.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-faq:before {
  background-image: url(/assets/actions/faq-f361c1d4f7d10ce233acf523373b1bca301e453d2e72ba2faae60cac54cf00b9.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-howtos:before {
  background-image: url(/assets/actions/howtos-09a64b6acb3228e04a86a26173eeafde2a7db6753df235fb3a592a050535711d.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-howtos:before {
  background-image: url(/assets/actions/howtos-09a64b6acb3228e04a86a26173eeafde2a7db6753df235fb3a592a050535711d.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-password:before {
  background-image: url(/assets/actions/password-135e3fee3915422f3921b9886fd216b7733b844703af5e55ecc9b0ca6199e073.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-password:before {
  background-image: url(/assets/actions/password-135e3fee3915422f3921b9886fd216b7733b844703af5e55ecc9b0ca6199e073.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-account:before {
  background-image: url(/assets/actions/account-d3b8326d97373d9f5cd17eef6456de2ee717cc367099bf8be761f350bca2f588.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-account:before {
  background-image: url(/assets/actions/account-d3b8326d97373d9f5cd17eef6456de2ee717cc367099bf8be761f350bca2f588.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-export:before {
  background-image: url(/assets/actions/export-55465202360d1910ef1fc36af29e22bf079f3667e81384d1eafa66cb79e63942.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-export:before {
  background-image: url(/assets/actions/export-55465202360d1910ef1fc36af29e22bf079f3667e81384d1eafa66cb79e63942.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-server-status:before {
  background-image: url(/assets/actions/server-status-321ff0ee2c88c55abbafdc8dbd687771436c8dcdaf3e23087b46f66f9d3bfcc5.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-server-status:before {
  background-image: url(/assets/actions/server-status-321ff0ee2c88c55abbafdc8dbd687771436c8dcdaf3e23087b46f66f9d3bfcc5.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-user_sessions:before {
  background-image: url(/assets/actions/index-user_sessions-e6d204e8ab590ee5b097586fbd5e90b088474267cbde9e83fe246b1d08b8cbfa.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-user_sessions:before {
  background-image: url(/assets/actions/index-user_sessions-e6d204e8ab590ee5b097586fbd5e90b088474267cbde9e83fe246b1d08b8cbfa.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-commissions:before {
  background-image: url(/assets/actions/commissions-e7107ab0ed2daf3e249ab6911635f870aade0ff639a42d612c1eabc9e8ce8eee.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-commissions:before {
  background-image: url(/assets/actions/commissions-e7107ab0ed2daf3e249ab6911635f870aade0ff639a42d612c1eabc9e8ce8eee.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-web_site:before {
  background-image: url(/assets/actions/web_site-b77ed3673253fb85320a5eada102a085dc9e6279a71c3293a6661d2bb0dda8de.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-web_site:before {
  background-image: url(/assets/actions/web_site-b77ed3673253fb85320a5eada102a085dc9e6279a71c3293a6661d2bb0dda8de.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-site_presentation:before {
  background-image: url(/assets/actions/site_presentation-da068b0f0dcf1a10b763a4c1c33742e4c01d95075b5f8d8e6bb878f8ca351dde.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-site_presentation:before {
  background-image: url(/assets/actions/site_presentation-da068b0f0dcf1a10b763a4c1c33742e4c01d95075b5f8d8e6bb878f8ca351dde.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-site_facilities:before {
  background-image: url(/assets/actions/site_facilities-764906196480dc28b96259f0909f8bea29a07ca8d984527021413e6dd27164f9.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-site_facilities:before {
  background-image: url(/assets/actions/site_facilities-764906196480dc28b96259f0909f8bea29a07ca8d984527021413e6dd27164f9.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-site_contact:before {
  background-image: url(/assets/actions/site_contact-217623555ddfe93a3535abefa2c0d271eac429db5f772a998f60e8e995a16981.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-site_contact:before {
  background-image: url(/assets/actions/site_contact-217623555ddfe93a3535abefa2c0d271eac429db5f772a998f60e8e995a16981.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-site_social:before {
  background-image: url(/assets/actions/site_social-bacef6f23e8c6b5048b19fad91362426fd86da7cbb3293457f47c3ea155f057f.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-site_social:before {
  background-image: url(/assets/actions/site_social-bacef6f23e8c6b5048b19fad91362426fd86da7cbb3293457f47c3ea155f057f.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-site_legal:before {
  background-image: url(/assets/actions/site_legal-ecfee9ce7b3bb958c88c39221b3c50fe60f402661e95f327d200ab044877bad6.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-site_legal:before {
  background-image: url(/assets/actions/site_legal-ecfee9ce7b3bb958c88c39221b3c50fe60f402661e95f327d200ab044877bad6.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-clinic_alerts:before {
  background-image: url(/assets/actions/clinic_alerts-773c80f51fb6de9655176b6a1c6dd293c3af5ffdbe456a6554159577ddf703bb.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-clinic_alerts:before {
  background-image: url(/assets/actions/clinic_alerts-773c80f51fb6de9655176b6a1c6dd293c3af5ffdbe456a6554159577ddf703bb.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-sign:before {
  background-image: url(/assets/actions/sign-881955dc475bc31984ad3edc3b5bc5a3aebb1b9cf8ef3a759a5e60ce1a0fd100.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-sign:before {
  background-image: url(/assets/actions/sign-881955dc475bc31984ad3edc3b5bc5a3aebb1b9cf8ef3a759a5e60ce1a0fd100.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-prescription_templates:before {
  background-image: url(/assets/actions/prescription_templates-7f5008da8c49af2710a32ef992295c19a8ad0625065be772bbb8d2d36b000479.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-prescription_templates:before {
  background-image: url(/assets/actions/prescription_templates-7f5008da8c49af2710a32ef992295c19a8ad0625065be772bbb8d2d36b000479.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-import_records:before {
  background-image: url(/assets/actions/import_records-1bbb6f648243fcca4a4390e8f424096e78f3a5f4f463fe35a96db7d688f1e989.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-import_records:before {
  background-image: url(/assets/actions/import_records-1bbb6f648243fcca4a4390e8f424096e78f3a5f4f463fe35a96db7d688f1e989.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-sms:before {
  background-image: url(/assets/actions/sms-51f58acb231ed38b7f6293bba2a8c59ed835073bdff9f8b2ef429c6b2aedaabb.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-sms:before {
  background-image: url(/assets/actions/sms-51f58acb231ed38b7f6293bba2a8c59ed835073bdff9f8b2ef429c6b2aedaabb.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-audits:before {
  background-image: url(/assets/actions/audits-e5764791a19b25c225db39a6ad1544b992fb6795cc613577f84db33c5224f3fd.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-audits:before {
  background-image: url(/assets/actions/audits-e5764791a19b25c225db39a6ad1544b992fb6795cc613577f84db33c5224f3fd.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-rectification_invoice:before {
  background-image: url(/assets/actions/rectification_invoice-f903ca30ab05fbee30179a85227397bf8e091ae62be8f4ef260c208ede0d9f5b.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-rectification_invoice:before {
  background-image: url(/assets/actions/rectification_invoice-f903ca30ab05fbee30179a85227397bf8e091ae62be8f4ef260c208ede0d9f5b.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-refresh:before {
  background-image: url(/assets/actions/refresh-8cf7d240713e9dc3ff6229b5580f7d27504cec8c4a62f6e53922b2864e35fe28.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-refresh:before {
  background-image: url(/assets/actions/refresh-8cf7d240713e9dc3ff6229b5580f7d27504cec8c4a62f6e53922b2864e35fe28.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-reset:before {
  background-image: url(/assets/actions/reset-0d8c54b667b64ac0fbb7487353f51f4a2c1229d7d8bd02864c85be25a6ffad68.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-reset:before {
  background-image: url(/assets/actions/reset-0d8c54b667b64ac0fbb7487353f51f4a2c1229d7d8bd02864c85be25a6ffad68.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-inbox:before {
  background-image: url(/assets/actions/inbox-ca84eea4db29be82141b817cf180240ee177ef059edf43b9d213d94388554299.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-inbox:before {
  background-image: url(/assets/actions/inbox-ca84eea4db29be82141b817cf180240ee177ef059edf43b9d213d94388554299.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-outbox:before {
  background-image: url(/assets/actions/outbox-4cba7df8734496e0522801eae233fec7450d018999a41cd80e42bcf7bcdb7065.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-outbox:before {
  background-image: url(/assets/actions/outbox-4cba7df8734496e0522801eae233fec7450d018999a41cd80e42bcf7bcdb7065.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-urgent:before {
  background-image: url(/assets/actions/urgent-183060bfd73c40ea91a41cc78512683dbe42c047b153a4ac0580f092a0890e72.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-urgent:before {
  background-image: url(/assets/actions/urgent-183060bfd73c40ea91a41cc78512683dbe42c047b153a4ac0580f092a0890e72.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-laboratory_work_checks:before {
  background-image: url(/assets/actions/laboratory_work_checks-962a6c5eda92a78964be70b732a0d2e2d1a0af6ae19cbcbe420e87b94d3e9410.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-laboratory_work_checks:before {
  background-image: url(/assets/actions/laboratory_work_checks-962a6c5eda92a78964be70b732a0d2e2d1a0af6ae19cbcbe420e87b94d3e9410.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-review:before {
  background-image: url(/assets/actions/review-5c987c215bc111eae93a1acebfdd787a59495604339dc11ce1a65d65ff50e58a.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-review:before {
  background-image: url(/assets/actions/review-5c987c215bc111eae93a1acebfdd787a59495604339dc11ce1a65d65ff50e58a.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-money_orders:before {
  background-image: url(/assets/actions/money_orders-aecd142c933043ee2a1a65f139b3728213ffe48e8f8fcd3f3428ad44ee490dbe.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-money_orders:before {
  background-image: url(/assets/actions/money_orders-aecd142c933043ee2a1a65f139b3728213ffe48e8f8fcd3f3428ad44ee490dbe.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-certificate:before {
  background-image: url(/assets/actions/certificate-d439314750ea1ed57a01063a26f7a115a7124620871ba21bc0680dac39535867.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-certificate:before {
  background-image: url(/assets/actions/certificate-d439314750ea1ed57a01063a26f7a115a7124620871ba21bc0680dac39535867.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-wizard:before {
  background-image: url(/assets/actions/wizard-a57400c30229181de485af3ae2db5849e4c4b66f40ce57e0ca2e29f2cae93c7b.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-wizard:before {
  background-image: url(/assets/actions/wizard-a57400c30229181de485af3ae2db5849e4c4b66f40ce57e0ca2e29f2cae93c7b.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-charge_plan_lines:before {
  background-image: url(/assets/actions/charge_plan_lines-a5584b8c7fd2c3bb6a3bee77ec0a99747860e65796432c1b000934ea9bed4050.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-charge_plan_lines:before {
  background-image: url(/assets/actions/charge_plan_lines-a5584b8c7fd2c3bb6a3bee77ec0a99747860e65796432c1b000934ea9bed4050.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-work_calendars:before {
  background-image: url(/assets/actions/index-work_calendars-0c3723b6620d445b114fb8787c5104c437490f5af23922005c56f724a5b9e944.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-work_calendars:before {
  background-image: url(/assets/actions/index-work_calendars-0c3723b6620d445b114fb8787c5104c437490f5af23922005c56f724a5b9e944.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-calendar:before {
  background-image: url(/assets/actions/calendar-0c3723b6620d445b114fb8787c5104c437490f5af23922005c56f724a5b9e944.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-calendar:before {
  background-image: url(/assets/actions/calendar-0c3723b6620d445b114fb8787c5104c437490f5af23922005c56f724a5b9e944.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-repeat:before {
  background-image: url(/assets/actions/repeat-2b55af7841b8cf84c50453d0be27cd2f505f244f4e9b134506deba8fd16985f6.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-repeat:before {
  background-image: url(/assets/actions/repeat-2b55af7841b8cf84c50453d0be27cd2f505f244f4e9b134506deba8fd16985f6.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-next:before {
  background-image: url(/assets/actions/next-6e5c43e6e074515fb0f31cf2592ed7320a4c3d022a9c125c4460b08333ad9c81.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-next:before {
  background-image: url(/assets/actions/next-6e5c43e6e074515fb0f31cf2592ed7320a4c3d022a9c125c4460b08333ad9c81.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-send_confirmation:before {
  background-image: url(/assets/actions/send_confirmation-0b14a8af2ce82ad36efac2e066601b8291a6c5c38137f0aff68cebd331174e70.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-send_confirmation:before {
  background-image: url(/assets/actions/send_confirmation-0b14a8af2ce82ad36efac2e066601b8291a6c5c38137f0aff68cebd331174e70.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-compare:before {
  background-image: url(/assets/actions/compare-4617255a9de7942a9fad6c816e2f502fa21b37b9cbb19637d037768b31549c40.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-compare:before {
  background-image: url(/assets/actions/compare-4617255a9de7942a9fad6c816e2f502fa21b37b9cbb19637d037768b31549c40.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-survey_templates:before {
  background-image: url(/assets/actions/survey_templates-b6e1c56538c4a093075053a18d2e354e25816bf29e83896b120d727942bd4885.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-survey_templates:before {
  background-image: url(/assets/actions/survey_templates-b6e1c56538c4a093075053a18d2e354e25816bf29e83896b120d727942bd4885.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-split:before {
  background-image: url(/assets/actions/split-379b73cef4dd380b7235ff4606a69e3929e13f17fee1fa2cfb4840e7169acf0a.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-split:before {
  background-image: url(/assets/actions/split-379b73cef4dd380b7235ff4606a69e3929e13f17fee1fa2cfb4840e7169acf0a.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-analysis_summary:before {
  background-image: url(/assets/actions/analysis_summary-03302a66b1c210ee3ef8c9b849a4cd802a118833a4cf828a6dca4fc9894da782.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-analysis_summary:before {
  background-image: url(/assets/actions/analysis_summary-03302a66b1c210ee3ef8c9b849a4cd802a118833a4cf828a6dca4fc9894da782.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-purchases:before {
  background-image: url(/assets/actions/purchases-e46e1115667637b29a0fb6c97ef6065f286b06d7f043e7fe8b9e96e7172ca9e9.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-purchases:before {
  background-image: url(/assets/actions/purchases-e46e1115667637b29a0fb6c97ef6065f286b06d7f043e7fe8b9e96e7172ca9e9.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-quality:before {
  background-image: url(/assets/actions/quality-e6c0d7d8431ec71f5a3374db91ee04fd5e3292929f544412ddafbbe7c13bd225.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-quality:before {
  background-image: url(/assets/actions/quality-e6c0d7d8431ec71f5a3374db91ee04fd5e3292929f544412ddafbbe7c13bd225.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-sales:before {
  background-image: url(/assets/actions/sales-4e6bd300494017797aa8bbc8ec98d09d208ac86b3dffa5b2ddb2654e26b34309.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-sales:before {
  background-image: url(/assets/actions/sales-4e6bd300494017797aa8bbc8ec98d09d208ac86b3dffa5b2ddb2654e26b34309.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-economic:before {
  background-image: url(/assets/actions/economic-54b066554526ccc4b6b5c40342730be05e7f075146106475b3b4ee45c1280377.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-economic:before {
  background-image: url(/assets/actions/economic-54b066554526ccc4b6b5c40342730be05e7f075146106475b3b4ee45c1280377.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-price_analysis:before {
  background-image: url(/assets/actions/price_analysis-e0d288cbb6adc809618e7f873405f7923867076582c7801b5629032f8604318c.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-price_analysis:before {
  background-image: url(/assets/actions/price_analysis-e0d288cbb6adc809618e7f873405f7923867076582c7801b5629032f8604318c.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-profit:before {
  background-image: url(/assets/actions/profit-6d17bfc734e16600e792724d6ab4778896783b745a0c6aced39165255ba41873.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-profit:before {
  background-image: url(/assets/actions/profit-6d17bfc734e16600e792724d6ab4778896783b745a0c6aced39165255ba41873.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-treasury:before {
  background-image: url(/assets/actions/treasury-20767912ba1d868a3445dc1ddc29a548fdeac063e9844b95a79c5ed347f9c3c1.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-treasury:before {
  background-image: url(/assets/actions/treasury-20767912ba1d868a3445dc1ddc29a548fdeac063e9844b95a79c5ed347f9c3c1.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-population:before {
  background-image: url(/assets/actions/population-a4fc61d955d1fc8942b0c8c939604c2020f1b9ce956bc3d10327c7b48d4d171d.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-population:before {
  background-image: url(/assets/actions/population-a4fc61d955d1fc8942b0c8c939604c2020f1b9ce956bc3d10327c7b48d4d171d.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-productivity:before {
  background-image: url(/assets/actions/productivity-345d2ae1cccfa5efa3b5f18cb866c6901fa16fc762f20139174946304511fb08.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-productivity:before {
  background-image: url(/assets/actions/productivity-345d2ae1cccfa5efa3b5f18cb866c6901fa16fc762f20139174946304511fb08.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-working_hours:before {
  background-image: url(/assets/actions/working_hours-3bb3239a57a7e8e2a78609aa5cf475aeb2546883e0bd8b2630a78e1457a552ef.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-working_hours:before {
  background-image: url(/assets/actions/working_hours-3bb3239a57a7e8e2a78609aa5cf475aeb2546883e0bd8b2630a78e1457a552ef.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-clock:before {
  background-image: url(/assets/actions/clock-0cd8b1ef8708e399626472e3c9cabf3de9d7ec13d42dc000f9ca133c177a2cd4.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-clock:before {
  background-image: url(/assets/actions/clock-0cd8b1ef8708e399626472e3c9cabf3de9d7ec13d42dc000f9ca133c177a2cd4.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-discount_plans:before {
  background-image: url(/assets/actions/discount_plans-d68cc9d85a1cb64ee2d412ceaf931fcd00a874ce6a1108b37a023226c41ca782.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-discount_plans:before {
  background-image: url(/assets/actions/discount_plans-d68cc9d85a1cb64ee2d412ceaf931fcd00a874ce6a1108b37a023226c41ca782.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-clinic_files:before {
  background-image: url(/assets/actions/clinic_files-c243961f46b42f4849cc82e29f4822dcc6fc9068aa8e824720303b872bef0472.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-clinic_files:before {
  background-image: url(/assets/actions/clinic_files-c243961f46b42f4849cc82e29f4822dcc6fc9068aa8e824720303b872bef0472.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-sold_concept:before {
  background-image: url(/assets/actions/sold_concept-8632ad7342c8845e19e224e394ccd255bce94f067eea3ca7614d023f877f8bea.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-sold_concept:before {
  background-image: url(/assets/actions/sold_concept-8632ad7342c8845e19e224e394ccd255bce94f067eea3ca7614d023f877f8bea.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-user_role:before {
  background-image: url(/assets/actions/user_role-b3262e190fa6767436f3f1b9698c93af00f10682575d154f1679066b4bb2b007.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-user_role:before {
  background-image: url(/assets/actions/user_role-b3262e190fa6767436f3f1b9698c93af00f10682575d154f1679066b4bb2b007.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-transports:before {
  background-image: url(/assets/actions/transports-00d9c3449566cd193de9cd28c97e01f4e9c21f89e406d38bcb8f8847101771e1.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-transports:before {
  background-image: url(/assets/actions/transports-00d9c3449566cd193de9cd28c97e01f4e9c21f89e406d38bcb8f8847101771e1.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-deliver:before {
  background-image: url(/assets/actions/deliver-bb6a224ad1b7e96591a3064f11df28ce124b0b884d1efecaa61dbd86a77d2efc.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-deliver:before {
  background-image: url(/assets/actions/deliver-bb6a224ad1b7e96591a3064f11df28ce124b0b884d1efecaa61dbd86a77d2efc.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-mobile_devices:before {
  background-image: url(/assets/actions/mobile_devices-47360fa17eaf0d028338c17e13fe82a5dcdfeee48aa44d89076e6f22a2f83487.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-mobile_devices:before {
  background-image: url(/assets/actions/mobile_devices-47360fa17eaf0d028338c17e13fe82a5dcdfeee48aa44d89076e6f22a2f83487.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-integrations:before {
  background-image: url(/assets/actions/integrations-41d2b5dc68693ab420a3bfc9cf3e3a2f0af6ccf0978b6066478a84f04260d681.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-integrations:before {
  background-image: url(/assets/actions/integrations-41d2b5dc68693ab420a3bfc9cf3e3a2f0af6ccf0978b6066478a84f04260d681.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-paypal_config:before {
  background-image: url(/assets/actions/paypal_config-98f8a0eabe6775c3249bb47dac4fdfdf08882d84f8697b03641ff2b94ed599d4.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-paypal_config:before {
  background-image: url(/assets/actions/paypal_config-98f8a0eabe6775c3249bb47dac4fdfdf08882d84f8697b03641ff2b94ed599d4.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-comments:before {
  background-image: url(/assets/actions/index-comments-51f58acb231ed38b7f6293bba2a8c59ed835073bdff9f8b2ef429c6b2aedaabb.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-comments:before {
  background-image: url(/assets/actions/index-comments-51f58acb231ed38b7f6293bba2a8c59ed835073bdff9f8b2ef429c6b2aedaabb.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-index-vat_exemption_reasons:before {
  background-image: url(/assets/actions/index-vat_exemption_reasons-a589916b9b5c726f21d100c6658d20476119120a5f7aa568f13501a37eba57fb.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-vat_exemption_reasons:before {
  background-image: url(/assets/actions/index-vat_exemption_reasons-a589916b9b5c726f21d100c6658d20476119120a5f7aa568f13501a37eba57fb.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-signed_document:before {
  background-image: url(/assets/actions/signed_document-c286fe092caa3157b872816f9a67b7fabd095614fa7e97a39557b90904b27197.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-signed_document:before {
  background-image: url(/assets/actions/signed_document-c286fe092caa3157b872816f9a67b7fabd095614fa7e97a39557b90904b27197.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-validated_id:before {
  background-image: url(/assets/actions/validated_id-6aff6490f0aa0a67afb1e0581a4aa06b25e2851db0b73bfe1be137a556b5ba8f.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-validated_id:before {
  background-image: url(/assets/actions/validated_id-6aff6490f0aa0a67afb1e0581a4aa06b25e2851db0b73bfe1be137a556b5ba8f.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-machines:before {
  background-image: url(/assets/actions/machines-9932bdab5cc37a7c6d88fcd22006c071dce75a39569cae412ee28f16bcf4986d.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-machines:before {
  background-image: url(/assets/actions/machines-9932bdab5cc37a7c6d88fcd22006c071dce75a39569cae412ee28f16bcf4986d.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-image_templates:before {
  background-image: url(/assets/actions/image_templates-4e0d18bbe8fd1c70991642f15bb73a807eef3d24a32a117703c87eb190b49a12.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-image_templates:before {
  background-image: url(/assets/actions/image_templates-4e0d18bbe8fd1c70991642f15bb73a807eef3d24a32a117703c87eb190b49a12.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-invitations:before {
  background-image: url(/assets/actions/invitations-650c9cfd754ff7e7f4e93b5e1fbf4f37b1563c6fdee9a1405abafba7f4fc96b3.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-invitations:before {
  background-image: url(/assets/actions/invitations-650c9cfd754ff7e7f4e93b5e1fbf4f37b1563c6fdee9a1405abafba7f4fc96b3.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-app:before {
  background-image: url(/assets/actions/app-dd6eb9a69c56bb3326f756fa1be8c212921686e6254b7f84589253f345d2bc10.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-app:before {
  background-image: url(/assets/actions/app-dd6eb9a69c56bb3326f756fa1be8c212921686e6254b7f84589253f345d2bc10.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-vevi_image:before {
  background-image: url(/assets/actions/vevi_image-486798a8c518648ac0feb3106d4fb3115dfab57d7fccc6dcf97b360c68f0dd9c.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-vevi_image:before {
  background-image: url(/assets/actions/vevi_image-486798a8c518648ac0feb3106d4fb3115dfab57d7fccc6dcf97b360c68f0dd9c.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-patient_note:before {
  background-image: url(/assets/actions/patient_note-66c4893f80ff674b866860b0270f13176943f54a41e46d7b4cb2adb5acd1b9ae.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-patient_note:before {
  background-image: url(/assets/actions/patient_note-66c4893f80ff674b866860b0270f13176943f54a41e46d7b4cb2adb5acd1b9ae.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-medic_appointment:before {
  background-image: url(/assets/actions/medic_appointment-dc4f2527b149d08e672c492b81384e28b49cecae18a368f23e71ad9c4b0cdc2e.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-medic_appointment:before {
  background-image: url(/assets/actions/medic_appointment-dc4f2527b149d08e672c492b81384e28b49cecae18a368f23e71ad9c4b0cdc2e.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-google:before {
  background-image: url(/assets/actions/google-1f987caa47852918694015fd13839cd6afab419c472749b05c1b01e6baf8531f.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-google:before {
  background-image: url(/assets/actions/google-1f987caa47852918694015fd13839cd6afab419c472749b05c1b01e6baf8531f.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-edit_image:before {
  background-image: url(/assets/actions/edit_image-df57435b78d45d1e5b0618a71063cb51d0cae8674fbd821e40c8c37b3bf01ecc.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-edit_image:before {
  background-image: url(/assets/actions/edit_image-df57435b78d45d1e5b0618a71063cb51d0cae8674fbd821e40c8c37b3bf01ecc.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-electronic_document:before {
  background-image: url(/assets/actions/electronic_document-4f936d71c045f9a96d7e2bc750a1a4e14a997706634ac511d48d04cf4a4c189e.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-electronic_document:before {
  background-image: url(/assets/actions/electronic_document-4f936d71c045f9a96d7e2bc750a1a4e14a997706634ac511d48d04cf4a4c189e.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-integrations:before {
  background-image: url(/assets/actions/integrations-41d2b5dc68693ab420a3bfc9cf3e3a2f0af6ccf0978b6066478a84f04260d681.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-integrations:before {
  background-image: url(/assets/actions/integrations-41d2b5dc68693ab420a3bfc9cf3e3a2f0af6ccf0978b6066478a84f04260d681.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-modified:before {
  background-image: url(/assets/actions/modified-192334377a3feade3d6b2e729df440ff39beda9eba83bbbfbbf3eb7b6ecdfbb0.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-modified:before {
  background-image: url(/assets/actions/modified-192334377a3feade3d6b2e729df440ff39beda9eba83bbbfbbf3eb7b6ecdfbb0.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-related:before {
  background-image: url(/assets/actions/related-46eda66372d694057dbb457f3e75b85152554e1dcf112b211cb5f7fbc07b18f8.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-related:before {
  background-image: url(/assets/actions/related-46eda66372d694057dbb457f3e75b85152554e1dcf112b211cb5f7fbc07b18f8.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-medical_history_templates:before {
  background-image: url(/assets/actions/medical_history_templates-d1f83527d09240b9523011e60857e6e95a2a77e80526843206f47e6ddaa8375f.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-medical_history_templates:before {
  background-image: url(/assets/actions/medical_history_templates-d1f83527d09240b9523011e60857e6e95a2a77e80526843206f47e6ddaa8375f.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-send_document:before {
  background-image: url(/assets/actions/send_document-4bd52c02be2a606a5033a4e8e4a14f5395a491031840632adc1f26f1cfeae233.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-send_document:before {
  background-image: url(/assets/actions/send_document-4bd52c02be2a606a5033a4e8e4a14f5395a491031840632adc1f26f1cfeae233.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-clients:before {
  background-image: url(/assets/actions/clients-432c78f12f296329bb5e2a179971d32932d461b0ba5576994600e09a1adee8d4.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-clients:before {
  background-image: url(/assets/actions/clients-432c78f12f296329bb5e2a179971d32932d461b0ba5576994600e09a1adee8d4.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-whatsapp:before {
  background-image: url(/assets/actions/whatsapp-c1f1eae8eb76a3b6f27cbdf678a2a91cb226619a44ea4914e63bfe10b15b8bea.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-whatsapp:before {
  background-image: url(/assets/actions/whatsapp-c1f1eae8eb76a3b6f27cbdf678a2a91cb226619a44ea4914e63bfe10b15b8bea.svg) !important;
}

/* line 162, app/assets/stylesheets/common/generics/menu_links.scss */
.action-kokuai_config:before {
  background-image: url(/assets/actions/kokuai_config-ff91f54b6964a3a0ec132648ed5e989e63c9a776b24b990b2001623b1aa989c8.svg) !important;
}

/* line 169, app/assets/stylesheets/common/generics/menu_links.scss */
.link-kokuai_config:before {
  background-image: url(/assets/actions/kokuai_config-ff91f54b6964a3a0ec132648ed5e989e63c9a776b24b990b2001623b1aa989c8.svg) !important;
}

/* line 179, app/assets/stylesheets/common/generics/menu_links.scss */
.link-index-diagnosis_options:before {
  background-image: url(/assets/actions/index-diagnosis_options-d5d191ac772c8ba06a3953eb1e0399b12594f6da414a6cef74670548ff51033d.svg) !important;
}

/* line 179, app/assets/stylesheets/common/generics/menu_links.scss */
.link-reception:before {
  background-image: url(/assets/actions/reception-639d71cc15417250ea311711236c57ad6f60042fffc882fbcbb1eb8479cdadb6.svg) !important;
}

/* line 179, app/assets/stylesheets/common/generics/menu_links.scss */
.link-external_applications:before {
  background-image: url(/assets/actions/external_applications-1f88bff254ee95b720d4ce68abac1bcec0cdae217ef73f99578a9d6c76cdca73.svg) !important;
}

/* line 179, app/assets/stylesheets/common/generics/menu_links.scss */
.link-help:before {
  background-image: url(/assets/actions/help-3303104eedfab666f0d54efae99c13afd9be511c90af184c488d0a5be641414c.svg) !important;
}

/* line 179, app/assets/stylesheets/common/generics/menu_links.scss */
.link-communications:before {
  background-image: url(/assets/actions/communications-1582ec85f5e32935cf50d3e6df1bfc5e949e15dc13bdd9f3f5fe5bb07eb067e5.svg) !important;
}

/* line 179, app/assets/stylesheets/common/generics/menu_links.scss */
.link-twilio_config:before {
  background-image: url(/assets/actions/twilio_config-716c8205e271212c6066478068ed86cd40afa8fe6a7ac2a88e2525e0c09a8ad9.svg) !important;
}

/* line 179, app/assets/stylesheets/common/generics/menu_links.scss */
.link-security:before {
  background-image: url(/assets/actions/security-04abdb6618561f02f716f8b41384a05836d191269751a694c806fbf130b660c4.svg) !important;
}

/* line 179, app/assets/stylesheets/common/generics/menu_links.scss */
.link-fiscal_clinic_extra_data:before {
  background-image: url(/assets/actions/fiscal_clinic_extra_data-7f5008da8c49af2710a32ef992295c19a8ad0625065be772bbb8d2d36b000479.svg) !important;
}

/* line 179, app/assets/stylesheets/common/generics/menu_links.scss */
.link-portugal:before {
  background-image: url(/assets/actions/portugal-a6279683c62c221942c80ff9a9eb448eee6a1977ab77378f5e9ee8eae9e0780a.svg) !important;
}

/* line 179, app/assets/stylesheets/common/generics/menu_links.scss */
.link-recovery:before {
  background-image: url(/assets/actions/recovery-34f1979bbe1200c29f0a995ae16e8281deb0b06fae90c3c63630492a205790bd.svg) !important;
}

/* line 188, app/assets/stylesheets/common/generics/menu_links.scss */
.simple-link-add:before, .table-form td > a.add_fields:before {
  background-image: url(/assets/actions/add-baa90cc3fb097a2467ebb8efb03932f65754dad92fceb0c86f833c0c8ba95461.svg) !important;
}

/* line 188, app/assets/stylesheets/common/generics/menu_links.scss */
.simple-link-add2:before {
  background-image: url(/assets/actions/add2-aefbbd858cd075cc372a4f8b743ca0cb751d75a992d75bf36e7a8830bbd053ff.svg) !important;
}

/* line 188, app/assets/stylesheets/common/generics/menu_links.scss */
.simple-link-delete:before {
  background-image: url(/assets/actions/delete-cc444566a58d15591cf10ac0844608d583c593f2a4ef7c92a951f2cbc5ef2812.svg) !important;
}

/* line 188, app/assets/stylesheets/common/generics/menu_links.scss */
.simple-link-search:before {
  background-image: url(/assets/actions/search-83af67b6455d47c5872c325931497a6376843fa6236ec7ea7940ece848e59407.svg) !important;
}

/* line 188, app/assets/stylesheets/common/generics/menu_links.scss */
.simple-link-edit:before {
  background-image: url(/assets/actions/edit-55a37518cb5ac4555d1a668d770509f2a43d4d249ae2739900a0f1c05023a775.svg) !important;
}

/* line 188, app/assets/stylesheets/common/generics/menu_links.scss */
.simple-link-barcode:before {
  background-image: url(/assets/actions/barcode-b7ce84b2b622530490c216e809711734b2c3630fda03148c391e1ad3f8f22283.svg) !important;
}

/* line 202, app/assets/stylesheets/common/generics/menu_links.scss */
.link-with-options {
  position: relative;
  padding-right: 22px;
}

/* line 206, app/assets/stylesheets/common/generics/menu_links.scss */
.link-with-options > .dropdown-action {
  position: absolute;
  display: inline-block;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 5px 0 2px;
  border-left: 1px solid #f0f0f0;
}

/* line 220, app/assets/stylesheets/common/generics/menu_links.scss */
.link-with-options > .dropdown-action:hover, .link-with-options > .dropdown-action:focus {
  background-color: #cccccc;
}

/* line 232, app/assets/stylesheets/common/generics/menu_links.scss */
.icon-forbidden {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/forbidden-ddb7ff73cff715d0c0e9eb56b8cd6e7de36f14a23e38b71f06c7405db8c93248.svg) !important;
  margin-right: .3em;
}

/* line 232, app/assets/stylesheets/common/generics/menu_links.scss */
.icon-warning {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/warning-70ef2f0a594334c057859841289acb89a45cf42282bdcdcdb34dcae8afa74b68.svg) !important;
  margin-right: .3em;
}

/* line 232, app/assets/stylesheets/common/generics/menu_links.scss */
.icon-print {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/print-464c630c80988346290157e4c1ced14b27138c5c3b5257e624cf9839ea6e1930.svg) !important;
  margin-right: .3em;
}

/* line 232, app/assets/stylesheets/common/generics/menu_links.scss */
.icon-fullscreen {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/fullscreen-42a58bb6e5a377098f5e5c3161c94e3de25dbf0f0176bd67a6031463f322b53a.svg) !important;
  margin-right: .3em;
}

/* line 232, app/assets/stylesheets/common/generics/menu_links.scss */
.icon-restore {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/restore-1346db313639e1fcda4aa97ce852b6c7a1c00aafdcda5b04a5d79e626d64fe4b.svg) !important;
  margin-right: .3em;
}

/* line 232, app/assets/stylesheets/common/generics/menu_links.scss */
.icon-copy {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/copy-a05e898372b3348602a54d5483d4e676ea11812aa2cf5bf6a7d449aa213d74e2.svg) !important;
  margin-right: .3em;
}

/* line 232, app/assets/stylesheets/common/generics/menu_links.scss */
.icon-csv {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/csv-963744ef47d5d0c84c9870f6180266f52a18aea8f9fef1511a923ef9adb4b1d7.svg) !important;
  margin-right: .3em;
}

/* line 232, app/assets/stylesheets/common/generics/menu_links.scss */
.icon-copies {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/copies-927e611f323010e63c92abe093b103afdcf426d2ba85df4581f2a410f145f486.svg) !important;
  margin-right: .3em;
}

/* line 232, app/assets/stylesheets/common/generics/menu_links.scss */
.icon-clear {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/clear-1ddd7554861eece8b7fe743e01142da860ebe6ed4ef8c28f9c84e3f3a784f1de.svg) !important;
  margin-right: .3em;
}

/* line 243, app/assets/stylesheets/common/generics/menu_links.scss */
.dropdown-action {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 246, app/assets/stylesheets/common/generics/menu_links.scss */
.dropdown-action:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 253, app/assets/stylesheets/common/generics/menu_links.scss */
.dropdown.inline {
  display: inline-block;
}

/* line 257, app/assets/stylesheets/common/generics/menu_links.scss */
.dropdown > a {
  white-space: nowrap;
}

/* line 260, app/assets/stylesheets/common/generics/menu_links.scss */
.dropdown b.caret {
  vertical-align: middle;
  margin-bottom: 10px;
}

/* line 267, app/assets/stylesheets/common/generics/menu_links.scss */
.dropdown-menu li {
  width: 100%;
  background-color: #fff;
}

/* line 270, app/assets/stylesheets/common/generics/menu_links.scss */
.dropdown-menu li:hover {
  background-color: #dddddd;
}

/* line 276, app/assets/stylesheets/common/generics/menu_links.scss */
.dropdown-menu .link-with-options .dropdown-action {
  display: none;
}

/* line 281, app/assets/stylesheets/common/generics/menu_links.scss */
.dropdown-menu .link-button {
  border: 0;
  background-color: transparent;
  text-shadow: none;
  padding: 2px 5px 2px 5px;
  vertical-align: middle;
  line-height: 30px;
  text-align: left;
}

/* line 291, app/assets/stylesheets/common/generics/menu_links.scss */
.dropdown-menu .link-button:hover, .dropdown-menu .link-button:focus {
  border: none;
  background-color: transparent;
  background-image: none;
  text-decoration: underline;
  background-repeat: no-repeat;
  color: black;
}

/* line 308, app/assets/stylesheets/common/generics/menu_links.scss */
.link-with-icon {
  padding-right: 40px !important;
  position: relative;
}

/* line 312, app/assets/stylesheets/common/generics/menu_links.scss */
.link-with-icon span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #ccc;
  width: 36px;
  text-align: center;
  line-height: 34px;
  vertical-align: middle;
}

/* line 323, app/assets/stylesheets/common/generics/menu_links.scss */
.link-with-icon span:hover, .link-with-icon span:focus {
  background-color: #cccccc;
}

/* line 328, app/assets/stylesheets/common/generics/menu_links.scss */
.link-with-icon i {
  vertical-align: middle;
}

/* line 6, app/assets/stylesheets/common/generics/forms.scss */
.table-form.without-border td, .table-form tr.without-border td {
  border: 0;
}

/* line 11, app/assets/stylesheets/common/generics/forms.scss */
.table-form td, .table-form th {
  padding: 8px 4px;
}

/* line 15, app/assets/stylesheets/common/generics/forms.scss */
.table-form td .control-group {
  margin-bottom: 0px;
  display: inline-block;
}

/* line 19, app/assets/stylesheets/common/generics/forms.scss */
.table-form td .control-group input, .table-form td .control-group select {
  margin-bottom: 0px;
}

/* line 23, app/assets/stylesheets/common/generics/forms.scss */
.table-form td .control-group .input-append {
  margin-bottom: 0px;
}

/* line 34, app/assets/stylesheets/common/generics/forms.scss */
.table-form .control-group .help-inline {
  display: none;
}

/* line 39, app/assets/stylesheets/common/generics/forms.scss */
.table-form .control-group.error .help-inline {
  display: inline-block;
}

/* line 47, app/assets/stylesheets/common/generics/forms.scss */
.input-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}

/* line 52, app/assets/stylesheets/common/generics/forms.scss */
.input-xmini {
  width: 40px;
}

/* line 56, app/assets/stylesheets/common/generics/forms.scss */
.input-xsmall {
  width: 80px;
}

/* line 61, app/assets/stylesheets/common/generics/forms.scss */
.fiscal-number-with_kind select, .fiscal-number-with_kind input {
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/common/generics/forms.scss */
.fiscal-number-with_kind input {
  margin-left: 4px;
}

/* line 69, app/assets/stylesheets/common/generics/forms.scss */
.file-input {
  position: relative;
  overflow: hidden;
}

/* line 73, app/assets/stylesheets/common/generics/forms.scss */
.file-input input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-300px, 0);
  -moz-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/common/generics/forms.scss */
.file-input.disabled input {
  z-index: -10;
}

/* line 95, app/assets/stylesheets/common/generics/forms.scss */
.small-font-input label, #filter .simple .main-filter label, #filter #advanced-filter label, .small-font-input input, #filter .simple .main-filter input, #filter #advanced-filter input, .small-font-input select, #filter .simple .main-filter select, #filter #advanced-filter select {
  font-size: 11px !important;
  line-height: 100% !important;
}

/* line 99, app/assets/stylesheets/common/generics/forms.scss */
.small-font-input .select2-container, #filter .simple .main-filter .select2-container, #filter #advanced-filter .select2-container {
  font-size: 11px !important;
}

/* line 105, app/assets/stylesheets/common/generics/forms.scss */
.select2-without-arrow .select2-arrow {
  display: none !important;
}

/* line 111, app/assets/stylesheets/common/generics/forms.scss */
.check_boxes .controls {
  overflow: auto;
}

/* line 113, app/assets/stylesheets/common/generics/forms.scss */
.check_boxes .controls label {
  float: left;
  padding-top: 5px;
  margin-right: 20px;
}

/* line 123, app/assets/stylesheets/common/generics/forms.scss */
.vertical-checkboxes .controls label {
  float: none;
  padding-top: 5px;
  margin-right: 20px;
}

/* line 131, app/assets/stylesheets/common/generics/forms.scss */
.together {
  overflow: auto;
}

/* line 133, app/assets/stylesheets/common/generics/forms.scss */
.together > * {
  float: left;
  margin-right: 10px;
}

/* line 139, app/assets/stylesheets/common/generics/forms.scss */
.input-height-big {
  height: 350px;
}

/* line 143, app/assets/stylesheets/common/generics/forms.scss */
fieldset {
  margin-bottom: 30px;
}

/* line 148, app/assets/stylesheets/common/generics/forms.scss */
form > .tab-content fieldset {
  margin-bottom: 30px;
}

/* line 150, app/assets/stylesheets/common/generics/forms.scss */
form > .tab-content fieldset legend {
  font-size: 120%;
  margin-bottom: 10px;
}

/* line 159, app/assets/stylesheets/common/generics/forms.scss */
.has-direct-link .control-group {
  display: inline-block;
}

/* line 163, app/assets/stylesheets/common/generics/forms.scss */
.has-direct-link .direct-link {
  margin-left: 5px;
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 167, app/assets/stylesheets/common/generics/forms.scss */
.has-direct-link .direct-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 174, app/assets/stylesheets/common/generics/forms.scss */
.help-inline.error {
  color: #b94a48;
}

/* line 180, app/assets/stylesheets/common/generics/forms.scss */
.error-message * {
  color: #b94a48 !important;
}

/* line 185, app/assets/stylesheets/common/generics/forms.scss */
ul.bottom-actions {
  list-style: none;
  margin: 10px 0px;
  padding: 0;
  *zoom: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
ul.bottom-actions:before, ul.bottom-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
ul.bottom-actions:after {
  clear: both;
}

/* line 191, app/assets/stylesheets/common/generics/forms.scss */
ul.bottom-actions li {
  float: left;
  margin-right: 20px;
}

/* line 195, app/assets/stylesheets/common/generics/forms.scss */
ul.bottom-actions li.pull-right {
  float: right;
}

/* line 201, app/assets/stylesheets/common/generics/forms.scss */
.show-vat {
  text-align: right;
  font-size: 80%;
}

/* line 204, app/assets/stylesheets/common/generics/forms.scss */
.show-vat a {
  color: #000000;
}

/* line 210, app/assets/stylesheets/common/generics/forms.scss */
table.hidden-vat th.vat, table.hidden-vat td.vat {
  display: none;
}

/* line 216, app/assets/stylesheets/common/generics/forms.scss */
.optional-update-input .control-group {
  display: inline-block;
  margin-right: 5px;
}

/* line 223, app/assets/stylesheets/common/generics/forms.scss */
.vat-with-exemption-reason .vat-exemption-reason {
  margin-left: 2px;
  cursor: pointer;
}

/* line 227, app/assets/stylesheets/common/generics/forms.scss */
.vat-with-exemption-reason .vat-exemption-reason.empty {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 233, app/assets/stylesheets/common/generics/forms.scss */
.input-with-text {
  position: relative;
}

/* line 236, app/assets/stylesheets/common/generics/forms.scss */
.input-with-text span.text-label {
  position: absolute;
  top: 6px;
  left: 5px;
  z-index: 10;
  color: #888888;
}

/* line 244, app/assets/stylesheets/common/generics/forms.scss */
.input-with-text input {
  padding-left: 30px;
}

/* line 250, app/assets/stylesheets/common/generics/forms.scss */
.input-with-text.hide-text-label span.text-label {
  display: none;
}

/* line 253, app/assets/stylesheets/common/generics/forms.scss */
.input-with-text.hide-text-label input {
  padding-left: 6px;
}

/* line 1, vendor/assets/stylesheets/jquery.iviewer.scss */
.viewer {
  -ms-touch-action: none;
}

/* line 5, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_common {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  margin: 0px 5px;
}

/* line 13, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer-tools {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  vertical-align: middle;
  z-index: 5000;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  cursor: default;
}

/* line 27, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer-tools:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 32, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer-settings {
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: height 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}

/* line 39, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer-settings.visible {
  height: 240px;
}

/* line 43, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer-settings label {
  display: block;
  margin: 25px 10px;
}

/* line 46, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer-settings label .slider {
  margin-left: 10px;
  float: right;
}

/* line 52, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer-settings .iviewer-adjust-buttons {
  padding: 0 5px;
}

/* line 54, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer-settings .iviewer-adjust-buttons span {
  cursor: pointer;
}

/* line 56, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer-settings .iviewer-adjust-buttons span.right {
  float: right;
}

/* line 67, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_cursor {
  cursor: all-scroll;
}

/* line 71, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_drag_cursor {
  cursor: move;
}

/* line 75, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_button {
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 82, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 87, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_download {
  background-image: url(/assets/icons/download-ca84eea4db29be82141b817cf180240ee177ef059edf43b9d213d94388554299.svg);
}

/* line 91, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_zoom_in {
  background-image: url(/assets/icons/zoom_in-4e5d58a6953321a0cff653d16b9abf46cf1e04ad3a065df84c1275a422d70aff.svg);
}

/* line 95, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_zoom_out {
  background-image: url(/assets/icons/zoom_out-fe759c362a30b403b4c3f49fd6a2d64e239a985924a162dc4af0d3555fba8c6d.svg);
}

/* line 99, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_close {
  background-image: url(/assets/icons/close-a2699c466ea293db6df371008450d7ad98287bfb04c959ce58d75631329b6e5b.svg);
}

/* line 103, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_zoom_zero {
  background-image: url(/assets/icons/zoom_zero-073231fb71dea168de2dae2b01b4ee9990db698d177b693f023784b9aa3bea3d.svg);
}

/* line 107, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_zoom_fit {
  background-image: url(/assets/icons/zoom_fit-5a0849ad9f3ca5082b586e8655266bf803c4a990f9816bc3317fe9bf837eb4a1.svg);
}

/* line 111, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_zoom_status {
  color: #000;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  width: 50px;
}

/* line 119, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_rotate_left {
  background-image: url(/assets/icons/rotate_left-8b1cf43de760f0e11d36af7a455396b19ea96b89fbb16bd7d58234b4d70c7cf9.svg);
}

/* line 123, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_rotate_right {
  background-image: url(/assets/icons/rotate_right-f43aee158829d4dcdac04c2bfc139e98cd1fcd362e000b44d958a5524b73fdf3.svg);
}

/* line 127, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_maximize {
  background-image: url(/assets/icons/fullscreen-42a58bb6e5a377098f5e5c3161c94e3de25dbf0f0176bd67a6031463f322b53a.svg);
}

/* line 131, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_restore {
  background-image: url(/assets/icons/restore-1346db313639e1fcda4aa97ce852b6c7a1c00aafdcda5b04a5d79e626d64fe4b.svg);
}

/* line 135, vendor/assets/stylesheets/jquery.iviewer.scss */
.iviewer_adjust {
  background-image: url(/assets/icons/adjust-0704d5694e0df95d13a4095f89296e63ec29544db8714bf063f810ba31d392a0.svg);
}

/* line 5, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  width: 16%;
  height: 0px;
  padding: 2px;
  padding-bottom: 12%;
  margin: 0px 0px 30px 0.6%;
  position: relative;
}

/* line 18, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li:hover .thumbnail img, .image-fullscreen .image-container ul.thumbnails li:hover .image-inner img, .image-container ul.thumbnails li:hover .image-fullscreen img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 24, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li .thumbnail, .image-container ul.thumbnails li .image-fullscreen .image-inner, .image-fullscreen .image-container ul.thumbnails li .image-inner, .image-container ul.thumbnails li .image-fullscreen {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 0px;
  padding: 0px 0px 75% 0px;
  overflow: hidden;
  border: none;
  position: relative;
}

/* line 34, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li .thumbnail img, .image-fullscreen .image-container ul.thumbnails li .image-inner img, .image-container ul.thumbnails li .image-fullscreen img {
  position: absolute;
  height: 100%;
  width: 100%;
}

/* line 41, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li .thumbnail[data-angle="90"] img, .image-container ul.thumbnails li .image-fullscreen .image-inner[data-angle="90"] img, .image-fullscreen .image-container ul.thumbnails li .image-inner[data-angle="90"] img, .image-container ul.thumbnails li .image-fullscreen[data-angle="90"] img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 47, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li .thumbnail[data-angle="180"] img, .image-container ul.thumbnails li .image-fullscreen .image-inner[data-angle="180"] img, .image-fullscreen .image-container ul.thumbnails li .image-inner[data-angle="180"] img, .image-container ul.thumbnails li .image-fullscreen[data-angle="180"] img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 53, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li .thumbnail[data-angle="270"] img, .image-container ul.thumbnails li .image-fullscreen .image-inner[data-angle="270"] img, .image-fullscreen .image-container ul.thumbnails li .image-inner[data-angle="270"] img, .image-container ul.thumbnails li .image-fullscreen[data-angle="270"] img {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 59, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li .image-date {
  font-size: 80%;
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding: 0 5px;
}

/* line 68, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li .image-date:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 72, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li .image-treatment {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 78, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li .image-treatment:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 83, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li .file-name {
  font-size: 80%;
  padding-top: 5px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 92, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li .image-icons {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

/* line 98, app/assets/stylesheets/common/generics/images.scss */
.image-container ul.thumbnails li:nth-child(6n+1) {
  margin-left: 0;
  clear: left;
}

/* line 108, app/assets/stylesheets/common/generics/images.scss */
.image-fullscreen {
  -webkit-box-shadow: 0 0 5px 5px #ddd;
  -moz-box-shadow: 0 0 5px 5px #ddd;
  box-shadow: 0 0 5px 5px #ddd;
  position: fixed;
  top: 75px;
  bottom: 75px;
  left: 75px;
  right: 75px;
  padding: 10px;
  display: none;
  background-color: #fff;
  z-index: 2000;
}

/* line 123, app/assets/stylesheets/common/generics/images.scss */
.image-fullscreen .iviewer_restore {
  display: none;
}

/* line 127, app/assets/stylesheets/common/generics/images.scss */
.image-fullscreen.fullscreen {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}

/* line 134, app/assets/stylesheets/common/generics/images.scss */
.image-fullscreen.fullscreen .iviewer_maximize {
  display: none;
}

/* line 138, app/assets/stylesheets/common/generics/images.scss */
.image-fullscreen.fullscreen .iviewer_restore {
  display: inline-block;
}

/* line 143, app/assets/stylesheets/common/generics/images.scss */
.image-fullscreen .image-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 148, app/assets/stylesheets/common/generics/images.scss */
.image-fullscreen .image-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #f0f0f0;
  width: 100%;
  height: calc(100% - 30px);
}

/* line 3, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #f0f0f0;
  padding: 5px;
}

/* line 9, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .file-drop-zone {
  position: relative;
  width: 100%;
  height: 120px;
  padding-top: 30px;
}

/* line 15, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .file-drop-zone .drop-title {
  text-align: center;
  font-size: 120%;
}

/* line 19, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .file-drop-zone .progress {
  position: absolute;
  bottom: 10px;
  width: 60%;
  left: 20%;
  display: none;
}

/* line 27, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .file-drop-zone a.link-add {
  margin: 20px auto;
  display: block;
  width: 120px;
}

/* line 33, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .file-drop-zone input {
  display: none;
}

/* line 37, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .file-drop-zone.small-file-zone {
  height: 75px;
  padding-top: 10px;
}

/* line 43, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .upload-list {
  list-style: none;
  margin: 0;
  padding: 0px 20px;
}

/* line 48, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .upload-list > li {
  padding: 5px 30px 5px 5px;
  *zoom: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/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.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.file-upload-form .upload-list > li:after {
  clear: both;
}

/* line 52, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .upload-list > li:first-child {
  border-top: 1px solid #ddd;
}

/* line 56, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .upload-list > li a {
  display: none;
}

/* line 61, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .upload-list > li.alert-info a {
  display: inline-block;
  float: left;
}

/* line 65, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .upload-list > li.alert-info button {
  display: none;
}

/* line 70, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .upload-list > li .progress {
  float: left;
  width: 250px;
  margin: 5px;
}

/* line 76, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .upload-list > li p {
  margin: 5px;
}

/* line 78, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .upload-list > li p i {
  padding: 5px;
  color: #888;
  font-size: 90%;
}

/* line 85, app/assets/stylesheets/common/generics/file_upload.scss */
.file-upload-form .upload-list > li .error {
  clear: both;
}

/* line 1, app/assets/stylesheets/common/generics/file_viewer.scss */
.file-viewer {
  position: relative;
  width: 100%;
  height: 600px;
}

/* line 6, app/assets/stylesheets/common/generics/file_viewer.scss */
.file-viewer .file-viewer-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  vertical-align: middle;
  z-index: 5000;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  height: 20px;
}

/* line 20, app/assets/stylesheets/common/generics/file_viewer.scss */
.file-viewer .file-viewer-buttons:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 24, app/assets/stylesheets/common/generics/file_viewer.scss */
.file-viewer .file-viewer-buttons .close-link, .file-viewer .file-viewer-buttons .fullscreen-link {
  display: inline-block;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

/* line 34, app/assets/stylesheets/common/generics/file_viewer.scss */
.file-viewer .file-viewer-buttons .close-link.close-link, .file-viewer .file-viewer-buttons .fullscreen-link.close-link {
  background-image: url(/assets/icons/close-a2699c466ea293db6df371008450d7ad98287bfb04c959ce58d75631329b6e5b.svg);
}

/* line 37, app/assets/stylesheets/common/generics/file_viewer.scss */
.file-viewer .file-viewer-buttons .close-link.fullscreen-link, .file-viewer .file-viewer-buttons .fullscreen-link.fullscreen-link {
  background-image: url(/assets/icons/fullscreen-42a58bb6e5a377098f5e5c3161c94e3de25dbf0f0176bd67a6031463f322b53a.svg);
}

/* line 41, app/assets/stylesheets/common/generics/file_viewer.scss */
.file-viewer .file-viewer-buttons .close-link:hover, .file-viewer .file-viewer-buttons .fullscreen-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 48, app/assets/stylesheets/common/generics/file_viewer.scss */
.file-viewer iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}

/* line 59, app/assets/stylesheets/common/generics/file_viewer.scss */
.modal.fullscreen .file-viewer {
  height: 100%;
}

/* line 62, app/assets/stylesheets/common/generics/file_viewer.scss */
.modal.fullscreen .file-viewer .fullscreen-link {
  background-image: url(/assets/icons/restore-1346db313639e1fcda4aa97ce852b6c7a1c00aafdcda5b04a5d79e626d64fe4b.svg);
}

/* line 1, app/assets/stylesheets/common/generics/contactable.scss */
.contact-data {
  margin-bottom: 20px;
}

/* line 3, app/assets/stylesheets/common/generics/contactable.scss */
.contact-data > div, .contact-data > a {
  display: block;
  color: #333;
}

/* line 8, app/assets/stylesheets/common/generics/contactable.scss */
.contact-data .person:before, .contact-data .web:before, .contact-data .email:before, .contact-data .phone:before, .contact-data .mobile_phone:before, .contact-data .fax:before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 4px;
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/common/generics/contactable.scss */
.contact-data .person:before {
  background-image: url(/assets/icons/contactable/person-7816fc7a0ce8ff8d191b066cf26bf15eb3377c4a2a33a27da817383d1ba5c4fd.svg);
}

/* line 28, app/assets/stylesheets/common/generics/contactable.scss */
.contact-data .web:before {
  background-image: url(/assets/icons/contactable/web-06a0ad1251037bb3fe5bb2315837c4248ddfddbd5b177656f13856ef4e3b5de4.svg);
}

/* line 33, app/assets/stylesheets/common/generics/contactable.scss */
.contact-data .email:before {
  background-image: url(/assets/icons/contactable/email-70bebdeec619c3adb16f598288d38da8a585d5c8674adad937a877843679c53b.svg);
}

/* line 38, app/assets/stylesheets/common/generics/contactable.scss */
.contact-data .phone:before {
  background-image: url(/assets/icons/contactable/phone-ce54987a5142b17f6d414130f9f2ed7c82c472e4265f7e976986bbf451573aff.svg);
}

/* line 43, app/assets/stylesheets/common/generics/contactable.scss */
.contact-data .mobile_phone:before {
  background-image: url(/assets/icons/contactable/mobile-05ee95558ca45db95d8f0b800f36b76b04b346000f89f68b31de988cd37e31b1.svg);
}

/* line 48, app/assets/stylesheets/common/generics/contactable.scss */
.contact-data .fax:before {
  background-image: url(/assets/icons/contactable/fax-b38255f8a3a912918ab1254750dd6f3fe35631eca75885e46bcf0e2e0e5ce100.svg);
}

/* line 54, app/assets/stylesheets/common/generics/contactable.scss */
.contactable {
  padding: 0 0 0 15px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/phone-6421bc011acaf7b63c1117ae75f6f3b5f026ee80097303051cb99a5dc3711820.svg);
  color: #42528f !important;
  text-align: left;
}

/* line 67, app/assets/stylesheets/common/generics/contactable.scss */
.contactable + .contactable {
  margin-left: 20px;
}

/* line 72, app/assets/stylesheets/common/generics/contactable.scss */
.contact-card {
  margin: 10px;
  padding: 10px;
  border: 1px solid #ddd;
}

/* line 77, app/assets/stylesheets/common/generics/contactable.scss */
.contact-card h3 {
  font-size: 120%;
  border-bottom: 1px solid #ddd;
  margin-top: 0px;
}

/* line 4, app/assets/stylesheets/common/generics/modal.scss */
.modal .modal-body > h3 {
  font-size: 130%;
  line-height: 24px;
  background-color: #89a02c;
  color: white;
  margin: 0 0 10px 0;
  padding: 2px 5px;
}

/* line 1, app/assets/stylesheets/common/generics/hotkeys.scss */
.hotkeys {
  color: white;
}

/* line 4, app/assets/stylesheets/common/generics/hotkeys.scss */
.hotkeys h2 {
  font-size: 140%;
  text-align: center;
}

/* line 9, app/assets/stylesheets/common/generics/hotkeys.scss */
.hotkeys h3 {
  font-size: 100%;
  line-height: 110%;
}

/* line 13, app/assets/stylesheets/common/generics/hotkeys.scss */
.hotkeys ul {
  list-style: none;
  margin: 0 20px;
  padding: 0;
}

/* line 19, app/assets/stylesheets/common/generics/hotkeys.scss */
.hotkeys ul li .hotkey {
  display: inline-block;
  width: 120px;
  font-family: monospace;
}

/* line 24, app/assets/stylesheets/common/generics/hotkeys.scss */
.hotkeys ul li .description {
  display: inline-block;
}

/* line 30, app/assets/stylesheets/common/generics/hotkeys.scss */
.hotkeys .footnote {
  margin-top: 20px;
  font-size: 80%;
  line-height: 14px;
}

/* line 38, app/assets/stylesheets/common/generics/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 3, app/assets/stylesheets/common/generics/toggle_visible.scss */
.toggle-visible .toggle-visible-header {
  position: relative;
  padding-left: 20px;
  min-height: 20px;
}

/* line 8, app/assets/stylesheets/common/generics/toggle_visible.scss */
.toggle-visible .toggle-visible-header .visibility-toggler {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/assets/icons/icons-3718bda6aa3cbc809ed969333bae283acbb288edf13ec839f74a1681191d7a09.svg);
  background-repeat: no-repeat;
}

/* line 23, app/assets/stylesheets/common/generics/toggle_visible.scss */
.toggle-visible .toggle-visible-body {
  margin-top: 5px;
  display: none;
}

/* line 35, app/assets/stylesheets/common/generics/toggle_visible.scss */
.toggle-visible.visible .toggle-visible-body {
  display: block;
}

/* line 42, app/assets/stylesheets/common/generics/toggle_visible.scss */
.sub-line-toggler {
  display: inline-block;
  margin-right: 2px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/assets/icons/icons-3718bda6aa3cbc809ed969333bae283acbb288edf13ec839f74a1681191d7a09.svg);
  background-repeat: no-repeat;
}

@media (min-width: 1400px) {
  /* line 15, app/assets/stylesheets/common/generics/responsive_utils.scss */
  .input-width-responsive.input-xlarge {
    width: 450px;
  }
  /* line 16, app/assets/stylesheets/common/generics/responsive_utils.scss */
  .input-width-responsive.input-xxlarge {
    width: 730px;
  }
}

@media (min-width: 1600px) {
  /* line 26, app/assets/stylesheets/common/generics/responsive_utils.scss */
  .input-width-responsive.input-xlarge {
    width: 600px;
  }
  /* line 27, app/assets/stylesheets/common/generics/responsive_utils.scss */
  .input-width-responsive.input-xxlarge {
    width: 930px;
  }
}

/* line 2, app/assets/stylesheets/common/generics/draggable.scss */
[draggable] {
  -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;
  cursor: move;
}

/* line 10, app/assets/stylesheets/common/generics/draggable.scss */
.drag-over {
  background-color: #b3efb3 !important;
}

/* line 13, app/assets/stylesheets/common/generics/draggable.scss */
.drag-over * {
  pointer-events: none;
}

/* line 17, app/assets/stylesheets/common/generics/draggable.scss */
.drag-over.warning-drop {
  background-color: orange !important;
}

/* line 21, app/assets/stylesheets/common/generics/draggable.scss */
.drag-over.undroppable {
  background-color: indianred !important;
}

/* line 26, app/assets/stylesheets/common/generics/draggable.scss */
.dragging {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 16, app/assets/stylesheets/common/generics/generic.scss */
.scrolled {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, app/assets/stylesheets/common/generics/generic.scss */
.tab-content {
  padding: 5px;
}

/* line 30, app/assets/stylesheets/common/generics/generic.scss */
h3 .name {
  font-size: 70%;
  font-weight: normal;
  line-height: 100%;
}

/* line 37, app/assets/stylesheets/common/generics/generic.scss */
td.right, th.right {
  text-align: right !important;
}

/* line 41, app/assets/stylesheets/common/generics/generic.scss */
td.center, th.center {
  text-align: center !important;
}

/* line 45, app/assets/stylesheets/common/generics/generic.scss */
td.number, th.number {
  text-align: right !important;
  white-space: nowrap;
}

/* line 49, app/assets/stylesheets/common/generics/generic.scss */
td.number .controls, td.number .help-inline, th.number .controls, th.number .help-inline {
  white-space: normal !important;
}

/* line 54, app/assets/stylesheets/common/generics/generic.scss */
.employee-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  color: white;
  cursor: default;
  overflow: hidden;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  background-color: white;
}

/* line 71, app/assets/stylesheets/common/generics/generic.scss */
.employee-box .employee-initial {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 79, app/assets/stylesheets/common/generics/generic.scss */
.employee-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 90, app/assets/stylesheets/common/generics/generic.scss */
.date-color-tag.red {
  color: red;
}

/* line 93, app/assets/stylesheets/common/generics/generic.scss */
.date-color-tag.yellow {
  color: orange;
}

/* line 98, app/assets/stylesheets/common/generics/generic.scss */
.color-tag {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 106, app/assets/stylesheets/common/generics/generic.scss */
.date-alert {
  -webkit-animation: blink 1s steps(2) infinite;
  -moz-animation: blink 1s steps(2) infinite;
  animation: blink 1s steps(2) infinite;
  background-color: red;
  padding: 1px 5px;
}

/* line 112, app/assets/stylesheets/common/generics/generic.scss */
.date-warning {
  background-color: orange;
  -webkit-animation: blink 1s steps(2) infinite;
  -moz-animation: blink 1s steps(2) infinite;
  animation: blink 1s steps(2) infinite;
  padding: 1px 5px;
}

@-webkit-keyframes blink {
  to {
    background-color: transparent;
  }
}

@-moz-keyframes blink {
  to {
    background-color: transparent;
  }
}

@-ms-keyframes blink {
  /* line 119, app/assets/stylesheets/common/generics/generic.scss */
  to {
    background-color: transparent;
  }
}

@keyframes blink {
  to {
    background-color: transparent;
  }
}

/* line 122, app/assets/stylesheets/common/generics/generic.scss */
.highlight {
  -webkit-animation: highlight 0.5s ease-out 1;
  -moz-animation: highlight 0.5s ease-out 1;
  animation: highlight 0.5s ease-out 1;
}

/* line 126, app/assets/stylesheets/common/generics/generic.scss */
.highlight.select2-container > a {
  -webkit-animation: highlight 0.5s ease-out 1;
  -moz-animation: highlight 0.5s ease-out 1;
  animation: highlight 0.5s ease-out 1;
}

@-webkit-keyframes highlight {
  50% {
    background-color: #fbf8b2;
  }
}

@-moz-keyframes highlight {
  50% {
    background-color: #fbf8b2;
  }
}

@-ms-keyframes highlight {
  /* line 134, app/assets/stylesheets/common/generics/generic.scss */
  50% {
    background-color: #fbf8b2;
  }
}

@keyframes highlight {
  50% {
    background-color: #fbf8b2;
  }
}

/* line 138, app/assets/stylesheets/common/generics/generic.scss */
.fixed-highlight {
  background-color: #fbf8b2 !important;
}

/* line 140, app/assets/stylesheets/common/generics/generic.scss */
.fixed-highlight .select2-choice {
  background-color: #fbf8b2 !important;
}

/* line 146, app/assets/stylesheets/common/generics/generic.scss */
span.date-tag, span.time-tag {
  margin-right: 5px;
  white-space: nowrap;
}

/* line 152, app/assets/stylesheets/common/generics/generic.scss */
.point {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 0px 5px;
  vertical-align: middle;
}

/* line 161, app/assets/stylesheets/common/generics/generic.scss */
.float {
  float: left;
  margin-right: 10px;
}

/* line 166, app/assets/stylesheets/common/generics/generic.scss */
table.info {
  width: 100%;
}

/* line 170, app/assets/stylesheets/common/generics/generic.scss */
table.info tr td, table.info tr th {
  padding-bottom: 10px;
}

/* line 173, app/assets/stylesheets/common/generics/generic.scss */
table.info tr td .control-group, table.info tr th .control-group {
  margin-bottom: 0;
}

/* line 178, app/assets/stylesheets/common/generics/generic.scss */
table.info tr:last-child td, table.info tr:last-child th {
  padding-bottom: 1px;
}

/* line 184, app/assets/stylesheets/common/generics/generic.scss */
table.info td {
  vertical-align: top;
}

/* line 187, app/assets/stylesheets/common/generics/generic.scss */
table.info td p {
  margin-bottom: 0px;
}

/* line 192, app/assets/stylesheets/common/generics/generic.scss */
table.info.info-small {
  font-size: 95%;
  line-height: 18px;
}

/* line 197, app/assets/stylesheets/common/generics/generic.scss */
table.info.info-small tr td, table.info.info-small tr th {
  padding-bottom: 5px;
}

/* line 205, app/assets/stylesheets/common/generics/generic.scss */
.title-with-icon {
  line-height: 24px;
}

/* line 207, app/assets/stylesheets/common/generics/generic.scss */
.title-with-icon:before {
  content: ' ';
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 4px;
  vertical-align: middle;
}

/* line 225, app/assets/stylesheets/common/generics/generic.scss */
.list {
  clear: both;
  font-size: 90%;
}

/* line 234, app/assets/stylesheets/common/generics/generic.scss */
.list table tfoot th {
  text-align: right;
}

/* line 238, app/assets/stylesheets/common/generics/generic.scss */
.list table tfoot tr th, .list table tfoot tr td {
  border-top: none;
}

/* line 242, app/assets/stylesheets/common/generics/generic.scss */
.list table tfoot tr:first-child th, .list table tfoot tr:first-child td {
  border-top: 1px solid #ddd;
}

/* line 252, app/assets/stylesheets/common/generics/generic.scss */
.force-clear {
  clear: both;
}

/* line 256, app/assets/stylesheets/common/generics/generic.scss */
.color-tag-box {
  min-width: 16px;
  height: 16px;
  display: inline-block;
  color: white;
  cursor: default;
  overflow: hidden;
  font-size: 70%;
  text-transform: uppercase;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  margin-right: 5px;
  padding: 0 2px;
}

/* line 273, app/assets/stylesheets/common/generics/generic.scss */
.color-tag-patient-warn-box {
  height: 16px;
  display: inline-block;
  color: white;
  cursor: default;
  overflow: hidden;
  font-size: 70%;
  text-transform: uppercase;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  margin-right: 5px;
  padding: 0 4px;
}

/* line 290, app/assets/stylesheets/common/generics/generic.scss */
.treatment-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: white;
  overflow: hidden;
  font-size: 90%;
  text-transform: uppercase;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px;
}

/* line 306, app/assets/stylesheets/common/generics/generic.scss */
.treatment-box.several {
  font-weight: bold;
  font-size: 120%;
}

/* line 311, app/assets/stylesheets/common/generics/generic.scss */
.treatment-box img {
  width: 20px;
  height: 20px;
}

/* line 316, app/assets/stylesheets/common/generics/generic.scss */
.treatment-box.big {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 321, app/assets/stylesheets/common/generics/generic.scss */
.treatment-box.big img {
  width: 30px;
  height: 30px;
}

/* line 328, app/assets/stylesheets/common/generics/generic.scss */
.treatment-box-link {
  display: inline-block;
}

/* line 332, app/assets/stylesheets/common/generics/generic.scss */
.model-deleted {
  text-decoration: line-through;
}

/* line 336, app/assets/stylesheets/common/generics/generic.scss */
.page-sheet {
  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;
  *zoom: 1;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.page-sheet:before, .page-sheet:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.page-sheet:after {
  clear: both;
}

/* line 349, app/assets/stylesheets/common/generics/generic.scss */
[data-handler~="line-drag"] .icon-move {
  cursor: move;
}

/* line 354, app/assets/stylesheets/common/generics/generic.scss */
.drag-over {
  background-color: #b3efb3 !important;
}

/* line 357, app/assets/stylesheets/common/generics/generic.scss */
.drag-over * {
  pointer-events: none;
}

/* line 361, app/assets/stylesheets/common/generics/generic.scss */
.drag-over.undroppable {
  background-color: indianred !important;
}

/* line 366, app/assets/stylesheets/common/generics/generic.scss */
.dragging {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 370, app/assets/stylesheets/common/generics/generic.scss */
[data-handler="show-popover"] {
  cursor: pointer;
}

/* line 374, app/assets/stylesheets/common/generics/generic.scss */
.popover {
  max-width: 450px;
}

/* line 379, app/assets/stylesheets/common/generics/generic.scss */
.chardinjs-tooltiptext {
  padding: 5px;
}

/* line 383, app/assets/stylesheets/common/generics/generic.scss */
.summary-row {
  background-color: #eee;
}

/* line 387, app/assets/stylesheets/common/generics/generic.scss */
.with-small-margin {
  margin: 20px 0;
}

/* line 391, app/assets/stylesheets/common/generics/generic.scss */
.labels-list {
  display: inline-block;
  margin: 2px;
  padding: 0;
  list-style: none;
}

/* line 396, app/assets/stylesheets/common/generics/generic.scss */
.labels-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* line 404, app/assets/stylesheets/common/generics/generic.scss */
.label.label-teeth-present {
  background-color: #ff6600;
}

/* line 416, app/assets/stylesheets/common/generics/generic.scss */
.nowrap {
  white-space: nowrap;
}

/* line 421, app/assets/stylesheets/common/generics/generic.scss */
.confirm-destroy .alert {
  background-image: url(/assets/web/warning-c8acc23f866cdb032492373cc343f0121f867e0eb28f5efe1c0b0de71371133c.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 64px;
}

/* line 429, app/assets/stylesheets/common/generics/generic.scss */
.status-icon {
  margin: 0 3px;
}

/* line 433, app/assets/stylesheets/common/generics/generic.scss */
.simple-format-table {
  width: 100%;
}

/* line 435, app/assets/stylesheets/common/generics/generic.scss */
.simple-format-table td, .simple-format-table th {
  vertical-align: top;
}

/* line 440, app/assets/stylesheets/common/generics/generic.scss */
.error-mark {
  color: #b94a48;
}

/* line 444, app/assets/stylesheets/common/generics/generic.scss */
.disabled-icon {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 448, app/assets/stylesheets/common/generics/generic.scss */
.overdue {
  color: red;
}

/* line 453, app/assets/stylesheets/common/generics/generic.scss */
.line-drag-over {
  border-top: 2px solid #b3efb3 !important;
}

/* line 457, app/assets/stylesheets/common/generics/generic.scss */
.line-dragging {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 461, app/assets/stylesheets/common/generics/generic.scss */
.action-header-block {
  list-style: none;
  margin: 10px 0;
  text-align: right;
}

/* line 465, app/assets/stylesheets/common/generics/generic.scss */
.action-header-block li {
  display: inline-block;
}

/* line 470, app/assets/stylesheets/common/generics/generic.scss */
.alert-details {
  margin-top: 15px;
}

/* line 472, app/assets/stylesheets/common/generics/generic.scss */
.alert-details .alert-details-contents {
  background-color: #fff;
  color: #333;
  padding: 5px;
}

/* line 479, app/assets/stylesheets/common/generics/generic.scss */
.alert-details.collapsed .alert-details-contents {
  display: none;
}

/* line 485, app/assets/stylesheets/common/generics/generic.scss */
.table-small {
  font-size: 85%;
}

/* line 488, app/assets/stylesheets/common/generics/generic.scss */
.circle-icon {
  display: inline-block;
  width: 1.5ex;
  height: 1.5ex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
}

/* line 496, app/assets/stylesheets/common/generics/generic.scss */
.hidden-field {
  display: none !important;
}

/* line 500, app/assets/stylesheets/common/generics/generic.scss */
.imported-document {
  background-image: url(/assets/templates/shared/imported_bg_en-0024e2d40893139e9048e820c7b32fd892c15d4f0a2e9f14c38e40fdacc5bffe.svg);
}

/* line 506, app/assets/stylesheets/common/generics/generic.scss */
html[lang^='es'] .imported-document {
  background-image: url(/assets/templates/shared/imported_bg_es-6dcbbb6109c97b3e7bf9c7ecd4e5b529f8cf467121ddd7c6d58986b2c2d9d620.svg);
}

/* line 506, app/assets/stylesheets/common/generics/generic.scss */
html[lang^='pt'] .imported-document {
  background-image: url(/assets/templates/shared/imported_bg_pt-bcf0662f67ad6880cdf467385300a853a23ed55a982109947887aee0191fe433.svg);
}

/* line 506, app/assets/stylesheets/common/generics/generic.scss */
html[lang^='gl'] .imported-document {
  background-image: url(/assets/templates/shared/imported_bg_gl-6dcbbb6109c97b3e7bf9c7ecd4e5b529f8cf467121ddd7c6d58986b2c2d9d620.svg);
}

/* line 506, app/assets/stylesheets/common/generics/generic.scss */
html[lang^='ca'] .imported-document {
  background-image: url(/assets/templates/shared/imported_bg_ca-e9387d4b71278eef560192656e74d14ce5af11d59b880669c62d35ae21795daa.svg);
}

/* line 506, app/assets/stylesheets/common/generics/generic.scss */
html[lang^='en'] .imported-document {
  background-image: url(/assets/templates/shared/imported_bg_en-0024e2d40893139e9048e820c7b32fd892c15d4f0a2e9f14c38e40fdacc5bffe.svg);
}

/* line 513, app/assets/stylesheets/common/generics/generic.scss */
.sticky-table-header > table {
  border-collapse: separate;
}

/* line 515, app/assets/stylesheets/common/generics/generic.scss */
.sticky-table-header > table > thead {
  z-index: 1;
  position: sticky;
  top: 0;
}

/* line 519, app/assets/stylesheets/common/generics/generic.scss */
.sticky-table-header > table > thead td, .sticky-table-header > table > thead th {
  border-bottom: 1px solid #ddd;
}

/* line 525, app/assets/stylesheets/common/generics/generic.scss */
.sticky-table-header > table > tbody tr:first-child td, .sticky-table-header > table > tbody tr:first-child th {
  border-top: 0 !important;
}

/* line 533, app/assets/stylesheets/common/generics/generic.scss */
.stick-on-top {
  position: sticky;
  top: 0;
}

/* line 1, app/assets/stylesheets/simple/layout.scss */
main {
  height: auto;
}

/* line 5, app/assets/stylesheets/simple/layout.scss */
.simple-content {
  max-width: 800px;
  margin: 50px auto;
  padding: 15px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 13, app/assets/stylesheets/simple/layout.scss */
.simple-content h2 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #89a02c;
  color: white;
  font-size: 150%;
  padding: 0px;
  margin: 10px;
  text-align: center;
}

/* line 23, app/assets/stylesheets/simple/layout.scss */
.simple-content h3 {
  font-size: 120%;
  text-align: left;
  margin: 10px 20px;
}

/* line 32, app/assets/stylesheets/simple/layout.scss */
.simple-content .messages > .alert {
  width: 80%;
  margin: 30px auto;
}

/* line 38, app/assets/stylesheets/simple/layout.scss */
.simple-content form {
  padding: 0px 30px;
}

/* line 40, app/assets/stylesheets/simple/layout.scss */
.simple-content form [type='submit'] {
  width: 150px;
  display: inline-block;
  margin: 0px auto;
}

/* line 45, app/assets/stylesheets/simple/layout.scss */
.simple-content form .form-actions {
  margin: 0px;
  padding: 10px 0px 0px 0px !important;
}

/* line 51, app/assets/stylesheets/simple/layout.scss */
.simple-content .info {
  font-size: 90%;
  margin: 15px 20px 25px 20px;
}

/* line 4, app/assets/stylesheets/simple/login.scss */
.clinic-root #page {
  position: relative;
}

/* line 8, app/assets/stylesheets/simple/login.scss */
.clinic-root .background-image {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 15, app/assets/stylesheets/simple/login.scss */
.clinic-root .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 22, app/assets/stylesheets/simple/login.scss */
.clinic-root .app-logo {
  left: 40px;
  top: 40px;
}

/* line 27, app/assets/stylesheets/simple/login.scss */
.clinic-root .clinic-info {
  position: absolute;
  top: 40px;
  right: 40px;
  max-width: 420px;
  text-align: right;
  color: white;
}

/* line 37, app/assets/stylesheets/simple/login.scss */
.clinic-root .clinic-info .clinic-logo img {
  max-width: 150px;
  max-height: 150px;
}

/* line 42, app/assets/stylesheets/simple/login.scss */
.clinic-root .clinic-info .clinic-name {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 20px;
}

/* line 47, app/assets/stylesheets/simple/login.scss */
.clinic-root .clinic-info p {
  display: none;
}

/* line 51, app/assets/stylesheets/simple/login.scss */
.clinic-root .clinic-info .contact-data > div, .clinic-root .clinic-info .contact-data > a {
  float: right;
  clear: both;
  color: black;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/* line 60, app/assets/stylesheets/simple/login.scss */
.clinic-root .login-form {
  position: absolute;
  left: 40px;
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 40px;
}

/* line 70, app/assets/stylesheets/simple/login.scss */
.clinic-root .login-form ul.nav {
  margin-bottom: 0px;
}

/* line 75, app/assets/stylesheets/simple/login.scss */
.clinic-root .login-form form label, .clinic-root .login-form form a {
  color: white;
  text-shadow: 1px 1px 2px black;
}

/* line 79, app/assets/stylesheets/simple/login.scss */
.clinic-root .login-form form .error {
  color: red;
  text-align: center;
  margin-bottom: 5px;
}

/* line 86, app/assets/stylesheets/simple/login.scss */
.clinic-root .login-form form input[type="email"], .clinic-root .login-form form input[type="text"], .clinic-root .login-form form input[type="password"] {
  width: 286px;
}

/* line 89, app/assets/stylesheets/simple/login.scss */
.clinic-root .login-form form .alert-info {
  width: 284px;
  padding: 8px;
  font-size: 95%;
  line-height: 110%;
}

/* line 96, app/assets/stylesheets/simple/login.scss */
.clinic-root .login-form form .form-actions {
  border: 0;
  padding: 20px 0;
  text-align: center;
}

/* line 100, app/assets/stylesheets/simple/login.scss */
.clinic-root .login-form form .form-actions [type=submit] {
  width: 195px;
}

/* line 107, app/assets/stylesheets/simple/login.scss */
.clinic-root .login-form .tab-content {
  padding-top: 20px;
  border-left: 1px solid #ddd;
}

/* line 112, app/assets/stylesheets/simple/login.scss */
.clinic-root .login-form .forgotten-password {
  font-size: 90%;
  text-align: center;
  margin: 0px 20px 0px 20px;
}

/* line 116, app/assets/stylesheets/simple/login.scss */
.clinic-root .login-form .forgotten-password a {
  color: white;
  text-shadow: 1px 1px 1.5px black;
}

/* line 124, app/assets/stylesheets/simple/login.scss */
.clinic-root #recaptcha_area img {
  max-width: none;
}

/* line 129, app/assets/stylesheets/simple/login.scss */
.clinic-root .auth-failure-hints {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 400px;
}

/* line 134, app/assets/stylesheets/simple/login.scss */
.clinic-root .auth-failure-hints .alert {
  background-color: rgba(188, 232, 241, 0.3);
  margin: 0;
}

/* line 139, app/assets/stylesheets/simple/login.scss */
.clinic-root .auth-failure-hints h3 {
  font-size: 120%;
  color: white;
  text-shadow: 1px 1px 2px black;
}

/* line 145, app/assets/stylesheets/simple/login.scss */
.clinic-root .auth-failure-hints ol {
  padding-left: 20px;
  color: white;
  text-shadow: 1px 1px 2px black;
}

/* line 152, app/assets/stylesheets/simple/login.scss */
.clinic-root .show-password {
  margin-top: -20px;
  margin-bottom: 30px;
}

/* line 155, app/assets/stylesheets/simple/login.scss */
.clinic-root .show-password a {
  color: #333;
  font-size: 80%;
}

/* line 158, app/assets/stylesheets/simple/login.scss */
.clinic-root .show-password a i {
  margin-right: 2px;
}

/* line 164, app/assets/stylesheets/simple/login.scss */
.clinic-root footer {
  color: white;
  text-shadow: 1px 1px 2px black;
  border-top: none;
}

/* line 175, app/assets/stylesheets/simple/login.scss */
.simple-content .captcha {
  margin-bottom: 20px;
}

/* line 179, app/assets/stylesheets/simple/login.scss */
.simple-content .error {
  color: red;
  margin-bottom: 10px;
}

@media (max-width: 475px) {
  /* line 189, app/assets/stylesheets/simple/login.scss */
  .clinic-root #page {
    min-width: 0;
    position: static;
    height: auto;
  }
  /* line 194, app/assets/stylesheets/simple/login.scss */
  .clinic-root header {
    height: auto;
  }
  /* line 196, app/assets/stylesheets/simple/login.scss */
  .clinic-root header .app-logo {
    position: static;
    margin: 20px auto;
    text-align: center;
  }
  /* line 202, app/assets/stylesheets/simple/login.scss */
  .clinic-root .clinic-info {
    position: static;
    text-align: center;
  }
  /* line 206, app/assets/stylesheets/simple/login.scss */
  .clinic-root .clinic-info address, .clinic-root .clinic-info .contact-data {
    display: none;
  }
  /* line 210, app/assets/stylesheets/simple/login.scss */
  .clinic-root .login-form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: static;
    padding: 20px;
  }
  /* line 217, app/assets/stylesheets/simple/login.scss */
  .clinic-root .login-form form input[type="email"], .clinic-root .login-form form input[type="text"], .clinic-root .login-form form input[type="password"] {
    width: calc(100% - 14px);
    margin-bottom: 10px;
  }
  /* line 222, app/assets/stylesheets/simple/login.scss */
  .clinic-root .login-form form .form-actions [type=submit] {
    width: calc(100% - 100px);
  }
  /* line 229, app/assets/stylesheets/simple/login.scss */
  .clinic-root .auth-failure-hints {
    display: none;
  }
  /* line 232, app/assets/stylesheets/simple/login.scss */
  .clinic-root footer {
    padding: 10px;
    text-align: center;
  }
}

/* line 2, app/assets/stylesheets/simple/external.scss */
.external-access {
  margin: 20px 10px 10px 10px;
  padding: 30px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: 5px 5px 5px #ddd;
  -moz-box-shadow: 5px 5px 5px #ddd;
  box-shadow: 5px 5px 5px #ddd;
}

/* line 10, app/assets/stylesheets/simple/external.scss */
header {
  *zoom: 1;
  padding-bottom: 50px;
}

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

/* line 22, ../../../.rvm/gems/ruby-3.3.11/bundler/gems/bootstrap-sass-d8d4564347c1/vendor/assets/stylesheets/bootstrap/_mixins.scss */
header:after {
  clear: both;
}

/* line 15, app/assets/stylesheets/simple/external.scss */
header .clinic-info {
  float: right;
  padding: 10px;
  font-size: 90%;
}

/* line 21, app/assets/stylesheets/simple/external.scss */
header .clinic-info .clinic-logo img {
  max-width: 150px;
  max-height: 150px;
}

/* line 27, app/assets/stylesheets/simple/external.scss */
header .clinic-info .name {
  font-size: 120%;
}

/* line 31, app/assets/stylesheets/simple/external.scss */
header .clinic-info p {
  margin: 0;
}

/* line 33, app/assets/stylesheets/simple/external.scss */
header .clinic-info p strong {
  display: none;
}

/* line 1, app/assets/stylesheets/simple/welcome.scss */
.welcome-page {
  padding: 20px 30px;
}

/* line 4, app/assets/stylesheets/simple/welcome.scss */
.welcome-page h3 {
  text-align: center;
}

/* line 8, app/assets/stylesheets/simple/welcome.scss */
.welcome-page ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

/* line 13, app/assets/stylesheets/simple/welcome.scss */
.welcome-page ul li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 20px;
  text-align: center;
}

/* line 19, app/assets/stylesheets/simple/welcome.scss */
.welcome-page ul li .title {
  font-size: 120%;
  margin: 20px;
}

/* line 26, app/assets/stylesheets/simple/welcome.scss */
.welcome-page .centered {
  text-align: center;
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/simple/status.scss */
.clinic-status {
  margin: 30px;
}

/* line 5, app/assets/stylesheets/simple/status.scss */
.clinic-status .buttons {
  text-align: center;
}

/* line 4, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth {
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth tr.upper > td, .odontogram .teeth tr.lower > td {
  text-align: center;
  font-size: 80%;
  line-height: 100%;
}

/* line 14, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth tr.upper {
  border-bottom: 1px solid #ddd;
}

/* line 16, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth tr.upper > td {
  padding-bottom: 10px;
}

/* line 18, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth tr.upper > td .occlusal {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* line 24, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth tr.lower > td {
  padding-top: 10px;
}

/* line 26, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth tr.lower > td .occlusal {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 32, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth td.middle {
  padding: 0;
  width: 1px;
  background-color: #ddd;
}

/* line 38, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth {
  display: block;
  width: 40px;
  height: 120px;
  position: relative;
}

/* line 44, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background-image: url(/assets/odontogram/teeth-f4b9b6dae4a374a60baaff3ee489b5bcbf8bb423cd9f4de7a5de83fef217d544.svg);
}

/* line 55, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth.absence:before {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 60, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
}

/* line 67, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.present {
  background-image: url(/assets/odontogram/teeth_icons_present-8dcb4d8b3b064bb179746aa6f3245d54e8f9cac7f01ec9f371bd29c44ced56a7.svg);
}

/* line 70, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.budget, .odontogram .teeth .tooth .teeth-icon.hidden {
  display: block;
  visibility: visible;
  background-image: url(/assets/odontogram/teeth_icons_budget-5f85a017e3bb75d40ef78a651700e2e633e5fb6d99bb0e5a538bd868f869ca3c.svg);
}

/* line 75, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.watch {
  background-image: url(/assets/odontogram/teeth_icons_watch-b3fa97858f9c67edb32d9598557422b035cd7b7b6f42e9c58ccbcc5370d07ff0.svg);
}

/* line 78, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.cancelled {
  background-image: url(/assets/odontogram/teeth_icons_budget-5f85a017e3bb75d40ef78a651700e2e633e5fb6d99bb0e5a538bd868f869ca3c.svg);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 82, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.expected {
  background-image: url(/assets/odontogram/teeth_icons_expected-1fe8ff3d22ced0a0720a784eff582d13b2497b1625fb3b5d5527b809290d4216.svg);
}

/* line 85, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.scheduled {
  background-image: url(/assets/odontogram/teeth_icons_scheduled-d586adb4c1442574001ed9e4a68ee4bf28e2fd1d352e0d8e5c02670bd3f3ddca.svg);
}

/* line 88, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.finished {
  background-image: url(/assets/odontogram/teeth_icons_finished-b17a48351a80d45a8a958d059e310062316f8659b74465998360812aaf62ccfd.svg);
}

/* line 92, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.keep, .odontogram .teeth .tooth .teeth-icon.none {
  background-image: none;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.generic {
  background-position: 0px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.cgeneric {
  background-position: -40px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.rgeneric {
  background-position: -80px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.obturation {
  background-position: -120px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.fissure {
  background-position: -160px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.endodontics {
  background-position: -200px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.post {
  background-position: -240px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.pin {
  background-position: -280px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.implant {
  background-position: -320px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.apiceptomy {
  background-position: -360px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.extraction {
  background-position: -400px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.rextraction {
  background-position: -440px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.cextraction {
  background-position: -480px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.iextraction {
  background-position: -520px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.pulpotomy {
  background-position: -560px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.veneer {
  background-position: -600px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.crown {
  background-position: -640px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.stump {
  background-position: -680px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.bridge {
  background-position: -720px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.clip {
  background-position: -760px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.removable {
  background-position: -800px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.pillar {
  background-position: -840px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.hook {
  background-position: -880px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.bolt {
  background-position: -920px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.granuloma {
  background-position: -960px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.impact {
  background-position: -1000px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.cavity {
  background-position: -1040px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.mobility {
  background-position: -1080px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.intrusion {
  background-position: -1120px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.extrusion {
  background-position: -1160px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.sensitivity {
  background-position: -1200px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.position {
  background-position: -1240px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.discoloration {
  background-position: -1280px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.surgery {
  background-position: -1320px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.aesthetic {
  background-position: -1360px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.bone {
  background-position: -1400px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.endodontics2 {
  background-position: -1440px 0;
}

/* line 102, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth .teeth-icon.endodontics3 {
  background-position: -1480px 0;
}

/* line 108, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth.hover {
  background-color: rgba(73, 157, 173, 0.2);
}

/* line 113, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  margin: 2px auto;
}

/* line 122, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal span {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  background-color: #bbbbbb;
}

/* line 130, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal span.present {
  background-color: #ff6600;
}

/* line 133, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal span.watch {
  background-color: #f89406;
}

/* line 136, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal span.budget, .odontogram .teeth .occlusal span.hidden {
  background-color: #800080;
  display: block;
  visibility: visible;
}

/* line 141, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal span.cancelled {
  background-color: #a600a6;
}

/* line 144, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal span.expected {
  background-color: #049cdb;
}

/* line 147, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal span.scheduled {
  background-color: #008000;
}

/* line 150, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal span.finished {
  background-color: #000000;
}

/* line 155, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal .occlusal-lingual {
  top: 0;
  left: 0;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-left-radius: 100%;
}

/* line 160, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal .occlusal-top-right {
  top: 0;
  right: 0;
  -webkit-border-top-right-radius: 100%;
  -moz-border-radius-topright: 100%;
  border-top-right-radius: 100%;
}

/* line 166, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal .occlusal-bottom-left {
  bottom: 0;
  left: 0;
  -webkit-border-bottom-left-radius: 100%;
  -moz-border-radius-bottomleft: 100%;
  border-bottom-left-radius: 100%;
}

/* line 171, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal .occlusal-buccal {
  bottom: 0;
  right: 0;
  -webkit-border-bottom-right-radius: 100%;
  -moz-border-radius-bottomright: 100%;
  border-bottom-right-radius: 100%;
}

/* line 176, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .occlusal .occlusal-center {
  top: 25%;
  left: 25%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid white;
}

/* line 184, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .edit-occlusal {
  margin: 10px auto;
  width: 64px;
  height: 64px;
}

/* line 189, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .edit-occlusal span {
  width: 32px;
  height: 32px;
}

/* line 192, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .edit-occlusal span:hover {
  background-color: #888888;
  cursor: pointer;
}

/* line 196, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .edit-occlusal span.present:hover {
  background-color: #880000;
}

/* line 204, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth tr.upper .teeth-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

/* line 211, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-11:before {
  top: 20px;
  background-position: -280px 0px;
}

/* line 211, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-12:before {
  top: 20px;
  background-position: -240px 0px;
}

/* line 211, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-13:before {
  top: 20px;
  background-position: -200px 0px;
}

/* line 211, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-14:before {
  top: 20px;
  background-position: -160px 0px;
}

/* line 211, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-15:before {
  top: 20px;
  background-position: -120px 0px;
}

/* line 211, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-16:before {
  top: 20px;
  background-position: -80px 0px;
}

/* line 211, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-17:before {
  top: 20px;
  background-position: -40px 0px;
}

/* line 211, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-18:before {
  top: 20px;
  background-position: 0px 0px;
}

/* line 218, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-21:before {
  top: 20px;
  background-position: -320px 0px;
}

/* line 218, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-22:before {
  top: 20px;
  background-position: -360px 0px;
}

/* line 218, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-23:before {
  top: 20px;
  background-position: -400px 0px;
}

/* line 218, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-24:before {
  top: 20px;
  background-position: -440px 0px;
}

/* line 218, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-25:before {
  top: 20px;
  background-position: -480px 0px;
}

/* line 218, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-26:before {
  top: 20px;
  background-position: -520px 0px;
}

/* line 218, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-27:before {
  top: 20px;
  background-position: -560px 0px;
}

/* line 218, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-28:before {
  top: 20px;
  background-position: -600px 0px;
}

/* line 225, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-31:before {
  bottom: 20px;
  background-position: -320px -100px;
}

/* line 225, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-32:before {
  bottom: 20px;
  background-position: -360px -100px;
}

/* line 225, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-33:before {
  bottom: 20px;
  background-position: -400px -100px;
}

/* line 225, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-34:before {
  bottom: 20px;
  background-position: -440px -100px;
}

/* line 225, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-35:before {
  bottom: 20px;
  background-position: -480px -100px;
}

/* line 225, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-36:before {
  bottom: 20px;
  background-position: -520px -100px;
}

/* line 225, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-37:before {
  bottom: 20px;
  background-position: -560px -100px;
}

/* line 225, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-38:before {
  bottom: 20px;
  background-position: -600px -100px;
}

/* line 232, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-41:before {
  bottom: 20px;
  background-position: -280px -100px;
}

/* line 232, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-42:before {
  bottom: 20px;
  background-position: -240px -100px;
}

/* line 232, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-43:before {
  bottom: 20px;
  background-position: -200px -100px;
}

/* line 232, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-44:before {
  bottom: 20px;
  background-position: -160px -100px;
}

/* line 232, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-45:before {
  bottom: 20px;
  background-position: -120px -100px;
}

/* line 232, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-46:before {
  bottom: 20px;
  background-position: -80px -100px;
}

/* line 232, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-47:before {
  bottom: 20px;
  background-position: -40px -100px;
}

/* line 232, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth .tooth-48:before {
  bottom: 20px;
  background-position: 0px -100px;
}

/* line 240, app/assets/stylesheets/shared/odontogram.scss */
.odontogram[data-handler="tooth-data-link"] [data-tooth] {
  display: inline-block;
  cursor: pointer;
}

/* line 243, app/assets/stylesheets/shared/odontogram.scss */
.odontogram[data-handler="tooth-data-link"] [data-tooth]:hover {
  background-color: rgba(73, 157, 173, 0.2);
}

/* line 252, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth:before {
  background-image: url(/assets/odontogram/teeth_kids-6896aaae277114fcb242a9d227628cc791f08a35cde27768a407752371d16c93.svg);
}

/* line 258, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-51:before {
  top: 20px;
  background-position: -160px 0px;
}

/* line 258, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-52:before {
  top: 20px;
  background-position: -120px 0px;
}

/* line 258, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-53:before {
  top: 20px;
  background-position: -80px 0px;
}

/* line 258, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-54:before {
  top: 20px;
  background-position: -40px 0px;
}

/* line 258, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-55:before {
  top: 20px;
  background-position: 0px 0px;
}

/* line 265, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-61:before {
  top: 20px;
  background-position: -200px 0px;
}

/* line 265, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-62:before {
  top: 20px;
  background-position: -240px 0px;
}

/* line 265, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-63:before {
  top: 20px;
  background-position: -280px 0px;
}

/* line 265, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-64:before {
  top: 20px;
  background-position: -320px 0px;
}

/* line 265, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-65:before {
  top: 20px;
  background-position: -360px 0px;
}

/* line 272, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-71:before {
  bottom: 20px;
  background-position: -200px -100px;
}

/* line 272, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-72:before {
  bottom: 20px;
  background-position: -240px -100px;
}

/* line 272, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-73:before {
  bottom: 20px;
  background-position: -280px -100px;
}

/* line 272, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-74:before {
  bottom: 20px;
  background-position: -320px -100px;
}

/* line 272, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-75:before {
  bottom: 20px;
  background-position: -360px -100px;
}

/* line 279, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-81:before {
  bottom: 20px;
  background-position: -160px -100px;
}

/* line 279, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-82:before {
  bottom: 20px;
  background-position: -120px -100px;
}

/* line 279, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-83:before {
  bottom: 20px;
  background-position: -80px -100px;
}

/* line 279, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-84:before {
  bottom: 20px;
  background-position: -40px -100px;
}

/* line 279, app/assets/stylesheets/shared/odontogram.scss */
.odontogram .teeth-kids .tooth-85:before {
  bottom: 20px;
  background-position: 0px -100px;
}

/* line 3, app/assets/stylesheets/shared/patient_document.scss */
.patient-document div[data-template$=".signature"] {
  width: 250px;
  height: 100px;
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/shared/patient_document.scss */
.patient-document div[data-template$=".signature"] .signature-details-drawing {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background-size: 500px 200px;
  width: 500px;
  height: 200px;
  position: relative;
}

/* line 26, app/assets/stylesheets/shared/patient_document.scss */
.patient-document div[data-template$=".signature"] .signature-details-drawing .jSignature {
  position: absolute;
  top: 0 !important;
  width: 500px !important;
  height: 200px !important;
}

/* line 2, app/assets/stylesheets/shared/signature.scss */
.document-signatures {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #aaaaaa;
}

/* line 8, app/assets/stylesheets/shared/signature.scss */
.sign {
  width: 502px;
}

/* line 13, app/assets/stylesheets/shared/signature.scss */
.sign label {
  font-size: 10px;
}

/* line 18, app/assets/stylesheets/shared/signature.scss */
.sign .signature-detail .row-fluid {
  margin-bottom: 10px;
}

/* line 24, app/assets/stylesheets/shared/signature.scss */
.sign .signature-drawing .toolbar {
  width: 500px;
  overflow: auto;
  margin-bottom: 5px;
}

/* line 31, app/assets/stylesheets/shared/signature.scss */
.sign .signature-details-drawing {
  background-size: 500px 200px;
  width: 500px;
  height: 200px;
  border: 1px solid #ddd;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* line 41, app/assets/stylesheets/shared/signature.scss */
.sign .signature-details-drawing .jSignature {
  position: absolute;
  top: 0 !important;
  width: 500px !important;
  height: 200px !important;
}

/* line 49, app/assets/stylesheets/shared/signature.scss */
.sign .input-details {
  font-size: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
}

/* line 4, app/assets/stylesheets/shared/survey.scss */
.survey-template .info ul {
  list-style: none;
  margin-left: 0;
}

/* line 10, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields {
  clear: both;
  padding-top: 1cm;
}

/* line 14, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field {
  page-break-inside: avoid;
  text-align: left;
}

/* line 17, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field .field-name {
  font-style: italic;
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field .field-name abbr {
  margin-left: 2px;
}

/* line 25, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field .field-value {
  min-height: 5mm;
  margin-bottom: 2mm;
}

/* line 28, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field .field-value.empty {
  border-bottom: 1px dashed black;
}

/* line 33, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.label {
  background-color: transparent;
  color: #333;
  font-weight: normal;
  text-shadow: none;
  padding: 0;
  font-size: 100%;
}

/* line 40, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.label .field-name {
  font-style: normal;
  margin-bottom: 2mm;
}

/* line 46, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.block_section_two_column {
  float: left;
  width: 48%;
  margin-right: 2%;
}

/* line 50, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.block_section_two_column.block-break {
  clear: both;
}

/* line 55, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.block_section_three_column {
  float: left;
  width: 31%;
  margin-right: 2%;
}

/* line 59, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.block_section_three_column.block-break {
  clear: both;
}

/* line 64, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.section_one_column, .survey-template .survey-fields .survey-field.section_two_column, .survey-template .survey-fields .survey-field.section_three_column {
  clear: both;
  margin-right: 0;
  float: none;
  width: 100%;
  padding-top: 2mm;
}

/* line 73, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.section_one_column .field-name, .survey-template .survey-fields .survey-field.section_two_column .field-name, .survey-template .survey-fields .survey-field.section_three_column .field-name, .survey-template .survey-fields .survey-field.title .field-name {
  font-style: normal;
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-bottom: 5mm;
}

/* line 81, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.boolean {
  line-height: 5mm;
  vertical-align: middle;
}

/* line 84, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.boolean .field-value {
  width: 5mm;
  height: 5mm;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1mm;
  text-align: center;
}

/* line 92, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.boolean .field-name {
  display: inline-block;
  vertical-align: middle;
}

/* line 98, app/assets/stylesheets/shared/survey.scss */
.survey-template .survey-fields .survey-field.text .field-value, .survey-template .survey-fields .survey-field.medical .field-value {
  min-height: 20mm;
}

/* line 114, app/assets/stylesheets/shared/survey.scss */
.survey-template.survey-template-show .survey-fields .survey-field.boolean {
  line-height: 5mm;
  vertical-align: middle;
}

/* line 117, app/assets/stylesheets/shared/survey.scss */
.survey-template.survey-template-show .survey-fields .survey-field.boolean .field-value {
  width: 5mm;
  height: 5mm;
  border: 1px solid #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1mm;
  text-align: center;
}

/* line 126, app/assets/stylesheets/shared/survey.scss */
.survey-template.survey-template-show .survey-fields .survey-field.boolean .field-name {
  display: inline-block;
  vertical-align: middle;
}

/* line 131, app/assets/stylesheets/shared/survey.scss */
.survey-template.survey-template-show .survey-fields .survey-field.signature {
  width: 250px;
  height: 120px;
  overflow: hidden;
  border-bottom: 1px solid black;
}

/* line 141, app/assets/stylesheets/shared/survey.scss */
.survey-template.survey-template-show .survey-fields .survey-field.signature .signature-details-drawing {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background-size: 500px 200px;
  width: 500px;
  height: 200px;
  position: relative;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 157, app/assets/stylesheets/shared/survey.scss */
.survey-template.survey-template-show .survey-fields .survey-field.signature .signature-details-drawing .jSignature {
  position: absolute;
  top: 0 !important;
  width: 500px !important;
  height: 200px !important;
}

/* line 2, app/assets/stylesheets/clinic/price.scss */
.amount-summary {
  margin-top: 10px;
  border: 1px solid #ddd;
  min-width: 400px;
  float: right;
}

/* line 11, app/assets/stylesheets/clinic/price.scss */
.amount-summary tbody tr[data-vat="0.00"], .amount-summary tbody tr[data-vat="0.0"], .amount-summary tbody tr[data-vat="-0.0"], .amount-summary tbody tr[data-vat="-0.00"], .amount-summary tbody tr[data-vat="0"], .amount-summary tbody tr[data-vat="-0"] {
  display: none;
}

/* line 14, app/assets/stylesheets/clinic/price.scss */
.amount-summary tbody tr[data-tax="0.00"], .amount-summary tbody tr[data-tax="0.0"], .amount-summary tbody tr[data-tax="-0.0"], .amount-summary tbody tr[data-tax="-0.00"], .amount-summary tbody tr[data-tax="0"], .amount-summary tbody tr[data-tax="-0"] {
  display: none;
}

/* line 18, app/assets/stylesheets/clinic/price.scss */
.amount-summary tbody td, .amount-summary tbody th {
  padding: 5px;
  vertical-align: bottom;
  border: none;
  font-weight: normal;
}

/* line 25, app/assets/stylesheets/clinic/price.scss */
.amount-summary tbody td:last-child {
  padding-right: 10px;
  font-size: 110%;
}

/* line 31, app/assets/stylesheets/clinic/price.scss */
.amount-summary tbody th .taxable-amount {
  font-size: 80%;
}

/* line 33, app/assets/stylesheets/clinic/price.scss */
.amount-summary tbody th .taxable-amount span.amount {
  margin-left: 5px;
}

/* line 41, app/assets/stylesheets/clinic/price.scss */
.amount-summary tfoot td, .amount-summary tfoot th {
  padding: 10px;
  font-size: 150%;
  font-weight: bold;
}

/* line 48, app/assets/stylesheets/clinic/price.scss */
.amount-summary td, .amount-summary th {
  text-align: right;
}

/* line 53, app/assets/stylesheets/clinic/price.scss */
.invoice-paid {
  position: absolute;
  color: red !important;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 2px solid red;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
  box-shadow: 3px 3px 3px #aaa;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}

/* line 2, app/assets/stylesheets/clinic/signature.scss */
.document-signature h3 {
  margin-top: 0;
  font-size: 18px;
}

/* line 7, app/assets/stylesheets/clinic/signature.scss */
.document-signature .document-wrapper {
  width: 100%;
  min-height: 200px;
  border: 1px solid #ddd;
  background-image: url(/assets/loading-big-601148c3e414bc40d510414a342ab8b38e52c9fae17230d6cca79c8c3f6717d9.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 16, app/assets/stylesheets/clinic/signature.scss */
.document-signature object, .document-signature embed, .document-signature .pdf-container {
  width: 100%;
  height: 600px;
  padding: 0;
  margin: 0;
}

/* line 23, app/assets/stylesheets/clinic/signature.scss */
.document-signature .no-browser-support {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  padding: 50px;
  background-color: #fff;
  margin: 0;
}

/* line 30, app/assets/stylesheets/clinic/signature.scss */
.document-signature .no-browser-support .no-browser-support-content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

/* line 35, app/assets/stylesheets/clinic/signature.scss */
.document-signature .no-browser-support .no-browser-support-content .title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 41, app/assets/stylesheets/clinic/signature.scss */
.document-signature .no-browser-support .no-browser-support-content .details {
  margin-top: 20px;
  font-size: 95%;
  color: #888888;
  line-height: 100%;
}

/* line 50, app/assets/stylesheets/clinic/signature.scss */
.document-signature .signature-block {
  padding-top: 20px;
}

/* line 53, app/assets/stylesheets/clinic/signature.scss */
.document-signature .signature-block .signature-input {
  margin: 0 auto;
}

/* line 55, app/assets/stylesheets/clinic/signature.scss */
.document-signature .signature-block .signature-input .signature-method {
  display: inline-block;
}

/* line 58, app/assets/stylesheets/clinic/signature.scss */
.document-signature .signature-block .signature-input .certificate-sign {
  padding-top: 30px;
}

/* line 60, app/assets/stylesheets/clinic/signature.scss */
.document-signature .signature-block .signature-input .certificate-sign .alert {
  padding: 4px;
  font-size: 90%;
  line-height: 120%;
}
