@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i");
/* line 1, app/assets/stylesheets/jqcrop.css */
.cropFrame {
  overflow: hidden;
  position: relative;
}

/* line 5, app/assets/stylesheets/jqcrop.css */
.cropImage {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  max-width: none;
}

/* line 12, app/assets/stylesheets/jqcrop.css */
.cropControls {
  background: #000;
  width: 100%;
  height: 26px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
}

/* line 26, app/assets/stylesheets/jqcrop.css */
.hover .cropControls,
.cropFrame:hover .cropControls {
  opacity: .6;
  filter: alpha(opacity=60);
}

/* line 31, app/assets/stylesheets/jqcrop.css */
.cropControls span {
  display: block;
  float: left;
  color: #fff;
  font-size: 11px;
  margin: 7px 0 0 5px;
}

/* line 38, app/assets/stylesheets/jqcrop.css */
.cropZoomIn,
.cropZoomOut {
  display: block;
  float: right;
  margin: 4px 4px 0 0;
  background: #fff;
  color: #000;
  border-radius: 9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  /* IE SUCKS */
  zoom: expression(this.runtimeStyle.zoom = "1", this.appendChild( document.createElement("b") ).className = "after") \9;
}

/* line 57, app/assets/stylesheets/jqcrop.css */
.cropZoomIn::after,
.cropZoomIn .after {
  content: "+";
  display: block;
}

/* line 63, app/assets/stylesheets/jqcrop.css */
.cropZoomOut::after,
.cropZoomOut .after {
  vertical-align: top;
  line-height: 14px;
  font-size: 22px;
  margin-left: -2px;
  content: "-";
  display: block;
}

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

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

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

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

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

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

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

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

/* line 111, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 173, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/* line 305, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

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

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

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

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

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

/* line 390, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #1757A6;
  text-decoration: none;
}

/* line 52, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #0e3463;
  text-decoration: underline;
}

/* line 58, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

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

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

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

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

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

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

/* line 159, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

/* line 24, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

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

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

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

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

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

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

/* line 62, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #1757A6;
}

/* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #114079;
}

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

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

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

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

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

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

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

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

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

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #1757A6;
}

/* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #114079;
}

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

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

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

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

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

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

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

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

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

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

/* line 153, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

/* line 173, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

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

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

/* line 193, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

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

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

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

/* line 230, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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

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

/* line 250, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

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

/* line 286, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

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

/* line 32, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

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

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

/* line 66, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

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

/* line 35, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

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

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

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #777777;
  text-align: left;
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

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

/* line 122, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

/* line 146, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

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

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

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

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

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

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

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

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

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

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

/* line 46, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/* line 78, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

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

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

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

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

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

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

/* line 103, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

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

/* line 222, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 5px;
}

/* line 231, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

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

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

/* line 263, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

/* line 280, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 79, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

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

/* line 330, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

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

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

/* line 79, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

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

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

/* line 356, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

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

/* line 378, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

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

/* line 400, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

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

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

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

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

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

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

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

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

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

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

/* line 549, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 565, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

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

/* line 583, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

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

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

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

/* line 26, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

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

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

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

/* line 68, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

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

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

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

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #1757A6;
  border-color: #144b90;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #114079;
  border-color: #041120;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #114079;
  border-color: #0c2f5a;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #114079;
  background-image: none;
  border-color: #0c2f5a;
}

/* line 30, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0c2f5a;
  border-color: #041120;
}

/* line 41, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #1757A6;
  border-color: #144b90;
}

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #1757A6;
  background-color: #fff;
}

/* line 75, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

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

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

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

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

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

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #1757A6;
  border-radius: 0;
}

/* line 101, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #0e3463;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

/* line 151, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

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

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

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

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

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

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

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

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

/* line 54, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

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

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

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

/* line 85, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1757A6;
  outline: 0;
}

/* line 100, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

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

/* line 120, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

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

/* line 160, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

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

/* line 190, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1180px) {
  /* line 204, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

/* line 56, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

/* line 120, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/* line 131, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

/* line 201, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

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

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

/* line 33, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* line 120, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 135, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 7px;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #1757A6;
}

/* line 59, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1757A6;
}

/* line 144, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

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

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 1180px) {
  /* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 1180px) {
  /* line 31, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1180px) {
  /* line 50, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 1180px) {
  /* line 90, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 1180px) {
  /* line 129, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 1180px) {
  /* line 149, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 1180px) {
  /* line 178, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 1180px) {
  /* line 191, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 1179px) {
  /* line 241, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 1180px) {
  /* line 230, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

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

@media (max-width: 1179px) {
  /* line 296, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1180px) {
  /* line 284, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

/* line 341, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 1180px) {
  /* line 357, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1180px) {
  /* line 377, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #FFFFFF;
  border-color: #eeeeee;
}

/* line 399, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #1757A6;
}

/* line 401, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #114079;
  background-color: transparent;
}

/* line 408, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #1757A6;
}

/* line 413, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #1757A6;
}

/* line 416, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #1757A6;
  background-color: #e6e6e6;
}

/* line 423, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #1757A6;
  background-color: #e6e6e6;
}

/* line 431, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #1757A6;
  background-color: #e6e6e6;
}

@media (max-width: 1179px) {
  /* line 453, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #1757A6;
  }
  /* line 455, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1757A6;
    background-color: #e6e6e6;
  }
  /* line 462, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #1757A6;
    background-color: #e6e6e6;
  }
  /* line 470, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}

/* line 502, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #1757A6;
}

/* line 504, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #1757A6;
}

/* line 509, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #1757A6;
}

/* line 511, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #1757A6;
}

/* line 517, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 1179px) {
  /* line 584, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 599, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 650, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #1757A6;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #0e3463;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1757A6;
  border-color: #1757A6;
}

/* line 61, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

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

/* line 44, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

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

/* line 48, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #1757A6;
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #114079;
}

/* line 52, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

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

/* line 64, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

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

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #1757A6;
  background-color: #fff;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1757A6;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: black;
  text-align: center;
  background-color: #1757A6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

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

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

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

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

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

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

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

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

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

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

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

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1757A6;
  border-color: #1757A6;
}

/* line 66, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #98c0f1;
}

/* line 83, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

/* line 4, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

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

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

/* line 110, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #1757A6;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1757A6;
  border-color: #1757A6;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1757A6;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #1757A6;
  background-color: #fff;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1757A6;
}

/* line 260, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

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

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

/* line 64, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

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

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

/* line 97, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../usr/local/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*
In whatever.scss use:

.my-style {
  @include margin-left(15px);
}
*/
/* line 1, app/assets/stylesheets/admin/admin.scss */
.free-trial-expires {
  position: fixed;
  right: 1em;
  bottom: 1em;
  border: solid 1px #d9534f;
  padding: 0.5em;
  border-radius: 0.25em;
}

/* line 10, app/assets/stylesheets/admin/admin.scss */
.beeple-contract-details-block {
  border: solid 1px #f9f9f9;
  background-color: #f9f9f9;
  padding: 1em;
  margin: -1em;
}

/* line 17, app/assets/stylesheets/admin/admin.scss */
.beeple-contract-details-block legend {
  border: none;
}

/* line 22, app/assets/stylesheets/admin/admin.scss */
.beeple-results-inline-wrapper {
  position: relative;
  min-height: 128px;
}

/* line 29, app/assets/stylesheets/admin/admin.scss */
.beeple-results-wrapper .beeple-results.blur, .beeple-results-wrapper .fc-view-container.loading, .beeple-results-inline-wrapper .beeple-results.blur, .beeple-results-inline-wrapper .fc-view-container.loading {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

/* line 34, app/assets/stylesheets/admin/admin.scss */
.beeple-results-wrapper .beeple-results-throbber, .beeple-results-inline-wrapper .beeple-results-throbber {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* line 41, app/assets/stylesheets/admin/admin.scss */
.beeple-results-wrapper .beeple-results-throbber .test, .beeple-results-inline-wrapper .beeple-results-throbber .test {
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 45, app/assets/stylesheets/admin/admin.scss */
.beeple-results-wrapper .beeple-results-throbber .pulse-loader, .beeple-results-inline-wrapper .beeple-results-throbber .pulse-loader {
  position: relative;
  margin-left: 50%;
  margin-right: 50%;
  left: -64px;
}

/* line 53, app/assets/stylesheets/admin/admin.scss */
.beeple-results-wrapper .beeple-results-throbber .pulse-loader.modal, .beeple-results-inline-wrapper .beeple-results-throbber .pulse-loader.modal {
  position: relative;
  margin-left: 50%;
  margin-right: 20%;
  left: -64px;
}

/* line 62, app/assets/stylesheets/admin/admin.scss */
.btn-group.btn-group-seperate {
  margin-left: 1em;
}

/* line 67, app/assets/stylesheets/admin/admin.scss */
.pulse-loader:not(:required) {
  display: inline-block;
  width: 128px;
  height: 128px;
  -moz-animation: pulse-loader 0.7s linear infinite alternate;
  -webkit-animation: pulse-loader 0.7s linear infinite alternate;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid #555555;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 128px;
}

/* line 82, app/assets/stylesheets/admin/admin.scss */
.pulse-loader.small {
  width: 64px;
  height: 64px;
}

@-moz-keyframes pulse-loader {
  0% {
    -moz-box-shadow: #eeeeee 0 0 0px 20px;
    box-shadow: #eeeeee 0 0 0px 20px;
  }
  40% {
    -moz-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -moz-box-shadow: #eeeeee 0 0 0px 25px inset;
    box-shadow: #eeeeee 0 0 0px 25px inset;
  }
}

@-webkit-keyframes pulse-loader {
  0% {
    -webkit-box-shadow: #eeeeee 0 0 0px 20px;
    box-shadow: #eeeeee 0 0 0px 20px;
  }
  40% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -webkit-box-shadow: #eeeeee 0 0 0px 25px inset;
    box-shadow: #eeeeee 0 0 0px 25px inset;
  }
}

@keyframes pulse-loader {
  0% {
    -moz-box-shadow: #eeeeee 0 0px 20px;
    -webkit-box-shadow: #eeeeee 0 0 0px 20px;
    box-shadow: #eeeeee 0 0 0px 20px;
  }
  40% {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -moz-box-shadow: #eeeeee 0 0 0px 25px inset;
    -webkit-box-shadow: #eeeeee 0 0 0px 25px inset;
    box-shadow: #eeeeee 0 0 0px 25px inset;
  }
}

/* line 134, app/assets/stylesheets/admin/admin.scss */
.progress.progress-full {
  position: relative;
}

/* line 138, app/assets/stylesheets/admin/admin.scss */
.progress.progress-full span {
  position: absolute;
  display: block;
  width: 100%;
  color: black;
}

/* line 145, app/assets/stylesheets/admin/admin.scss */
.progress .progress-bar-planning {
  background-color: #337ab7;
}

/* line 149, app/assets/stylesheets/admin/admin.scss */
.progressx {
  height: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  border: solid 1px #CCC;
  position: relative;
  overflow: hidden;
  /* Important to not have weird scrollbars in random places */
}

/* line 162, app/assets/stylesheets/admin/admin.scss */
.progressx-small {
  height: 15px;
}

/* line 165, app/assets/stylesheets/admin/admin.scss */
.progressx-small .progressx-text {
  font-size: 9px;
  line-height: 13px;
}

/* line 172, app/assets/stylesheets/admin/admin.scss */
.small-progress .progressx {
  height: 15px;
}

/* line 175, app/assets/stylesheets/admin/admin.scss */
.small-progress .progressx .progressx-text {
  font-size: 9px;
  line-height: 13px;
}

/* new progress bar based on old */
/* line 184, app/assets/stylesheets/admin/admin.scss */
.progressx-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 199, app/assets/stylesheets/admin/admin.scss */
.progressx-limiter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

/* line 208, app/assets/stylesheets/admin/admin.scss */
.progressx-front {
  /* the planned part */
  color: white;
  background-color: #337ab7;
  border-radius: 4px;
}

/* line 213, app/assets/stylesheets/admin/admin.scss */
.progressx-middle {
  /* This would be for the uncertain part */
  color: black;
  background-color: #ddbb22;
  border-radius: 4px;
}

/* line 218, app/assets/stylesheets/admin/admin.scss */
.progressx-back {
  /* always the last part */
  color: black;
  background-color: white;
  border-radius: 4px;
}

/* line 224, app/assets/stylesheets/admin/admin.scss */
.action-area {
  float: right;
}

/* line 227, app/assets/stylesheets/admin/admin.scss */
.action-area .button_to {
  display: inline;
}

/* line 230, app/assets/stylesheets/admin/admin.scss */
.action-area .button_to div {
  display: inline;
}

/* line 235, app/assets/stylesheets/admin/admin.scss */
.action-area .label {
  margin: 0 10px;
}

/* line 240, app/assets/stylesheets/admin/admin.scss */
.button_to {
  display: inline;
}

/* line 243, app/assets/stylesheets/admin/admin.scss */
.button_to div {
  display: inline;
}

/* line 248, app/assets/stylesheets/admin/admin.scss */
.progress {
  vertical-align: middle;
  margin: 0 10px;
  border: solid 1px #CCC;
}

/* line 255, app/assets/stylesheets/admin/admin.scss */
.admin-search {
  margin: 2px 2px;
}

/* line 259, app/assets/stylesheets/admin/admin.scss */
.only-if-all-ready {
  visibility: hidden;
}

/* line 263, app/assets/stylesheets/admin/admin.scss */
.all-ready > .only-if-all-ready {
  visibility: visible;
}

/* line 266, app/assets/stylesheets/admin/admin.scss */
.spacing-below {
  margin-bottom: 12px;
}

/* line 270, app/assets/stylesheets/admin/admin.scss */
.card {
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 6px;
  margin: 6px 0;
}

/* line 278, app/assets/stylesheets/admin/admin.scss */
.card .volunteers-photo, .card .team-photo {
  align-self: flex-start;
  position: relative;
}

/* line 282, app/assets/stylesheets/admin/admin.scss */
.card .volunteers-photo .volunteers-color, .card .team-photo .volunteers-color {
  z-index: 100;
  position: absolute;
  bottom: -6px;
  margin-left: calc(50% - 9px);
}

/* line 289, app/assets/stylesheets/admin/admin.scss */
.card .volunteers-photo .color-circle, .card .team-photo .color-circle {
  width: 18px;
  height: 18px;
  border: solid 1px white;
  border-radius: 18px;
  display: block;
}

/* line 298, app/assets/stylesheets/admin/admin.scss */
.card .volunteers-photo:hover .hover-action, .card .team-photo:hover .hover-action {
  display: flex;
  flex-direction: row;
}

/* line 304, app/assets/stylesheets/admin/admin.scss */
.card .volunteers-photo .hover-action.hover-action-sm, .card .team-photo .hover-action.hover-action-sm {
  font-size: 14px;
}

/* line 308, app/assets/stylesheets/admin/admin.scss */
.card .volunteers-photo .hover-action, .card .team-photo .hover-action {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: none;
  color: white;
  border-radius: 6px;
  font-size: 20px;
}

/* line 320, app/assets/stylesheets/admin/admin.scss */
.card .volunteers-photo .hover-action a, .card .team-photo .hover-action a {
  color: white;
  flex-grow: 1;
}

/* line 330, app/assets/stylesheets/admin/admin.scss */
.card .volunteers-photo .hover-action-wide, .card .team-photo .hover-action-wide {
  left: 0;
  width: 60px;
}

/* line 336, app/assets/stylesheets/admin/admin.scss */
.card h1 {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

/* line 342, app/assets/stylesheets/admin/admin.scss */
.card h1 a {
  color: inherit;
}

/* line 347, app/assets/stylesheets/admin/admin.scss */
.card .flex-horizontal {
  display: flex;
  flex-direction: row;
}

/* line 348, app/assets/stylesheets/admin/admin.scss */
.card .flex-horizontal > * {
  margin: 0 6px;
}

/* line 352, app/assets/stylesheets/admin/admin.scss */
.card .flex-horizontal h1 {
  margin-bottom: 0;
  color: #777777;
}

/* line 360, app/assets/stylesheets/admin/admin.scss */
.card .flex-horizontal .flex-justify-evenly {
  width: 20%;
}

/* line 365, app/assets/stylesheets/admin/admin.scss */
.card .flex-justify-evenly {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/* line 371, app/assets/stylesheets/admin/admin.scss */
.card .flex-vertical {
  display: flex;
  flex-direction: column;
}

/* line 376, app/assets/stylesheets/admin/admin.scss */
.card .flex-vertical .growable, .card .flex-horizontal .growable {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 381, app/assets/stylesheets/admin/admin.scss */
.card .profile-thumb {
  border-radius: 6px;
  max-width: 50px;
  max-height: 50px;
}

/* line 387, app/assets/stylesheets/admin/admin.scss */
.card .profile-thumb-nano {
  border-radius: 6px;
  max-width: 20px;
  max-height: 20px;
}

/* line 393, app/assets/stylesheets/admin/admin.scss */
.card .text-x-small {
  font-size: x-small;
}

/* line 397, app/assets/stylesheets/admin/admin.scss */
.card .card-columns-wrapper {
  margin-top: 5px;
}

/* line 401, app/assets/stylesheets/admin/admin.scss */
.card .card-entry-label, .card .card-entry-value {
  width: 49%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 408, app/assets/stylesheets/admin/admin.scss */
.card .card-entry-label {
  color: #777777;
}

/* line 414, app/assets/stylesheets/admin/admin.scss */
.dateless-shift .inputs-in-row {
  justify-content: space-between;
}

/* line 420, app/assets/stylesheets/admin/admin.scss */
.dateless-shift .inputs-in-row .input-with-heading > .form-group {
  margin-left: 2px;
  margin-right: 2px;
}

/* line 6, app/assets/stylesheets/admin/progress-planning.scss */
.tooltip .progress-planning-mark {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  margin: 2px;
}

/* line 13, app/assets/stylesheets/admin/progress-planning.scss */
.tooltip .progress-planning-mark.progress-planning-mark-confirmed {
  background-color: #4779B2;
}

/* line 17, app/assets/stylesheets/admin/progress-planning.scss */
.tooltip .progress-planning-mark.progress-planning-mark-unconfirmed {
  background-color: #F18C2E;
}

/* line 21, app/assets/stylesheets/admin/progress-planning.scss */
.tooltip .progress-planning-mark.progress-planning-mark-remaining {
  background-color: #FFFFFF;
}

/* line 28, app/assets/stylesheets/admin/progress-planning.scss */
.progress-planning .progress-planning-container {
  width: 100%;
  background-color: #ECECEC;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* line 37, app/assets/stylesheets/admin/progress-planning.scss */
.progress-planning .progress-planning-container.progress-planning-container-small {
  height: 16px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

/* line 44, app/assets/stylesheets/admin/progress-planning.scss */
.progress-planning .progress-planning-container.progress-planning-container-normal {
  height: 22px;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
}

/* line 52, app/assets/stylesheets/admin/progress-planning.scss */
.progress-planning .progress-planning-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  min-width: 14px;
}

/* line 60, app/assets/stylesheets/admin/progress-planning.scss */
.progress-planning .progress-planning-bar.progress-planning-bar-confirmed {
  background-color: #4779B2;
  color: #FFFFFF;
}

/* line 65, app/assets/stylesheets/admin/progress-planning.scss */
.progress-planning .progress-planning-bar.progress-planning-bar-unconfirmed {
  background-color: #F18C2E;
  color: #FFFFFF;
}

/* line 70, app/assets/stylesheets/admin/progress-planning.scss */
.progress-planning .progress-planning-bar.progress-planning-bar-remaining {
  background-color: #FFFFFF;
  color: #808c9a;
  flex-grow: 1;
}

/* line 1, app/assets/stylesheets/admin/breadcrumb.scss */
.breadcrumb {
  position: fixed;
  top: 50px;
  z-index: 1000;
  right: 0;
  width: 100%;
  padding: 0 0 0 8px;
  text-align: center;
  height: 36px;
  border-bottom: solid 1px #eee;
  overflow: hidden;
  background-color: white;
}

/* line 15, app/assets/stylesheets/admin/breadcrumb.scss */
.breadcrumb li {
  font-size: 13px;
}

/* line 19, app/assets/stylesheets/admin/breadcrumb.scss */
.breadcrumb a {
  display: inline-block;
  padding: 8px 4px;
  color: #555555;
}

/* line 25, app/assets/stylesheets/admin/breadcrumb.scss */
.breadcrumb a:hover {
  color: #222222;
}

/* line 30, app/assets/stylesheets/admin/breadcrumb.scss */
.breadcrumb > .active {
  color: #222222;
  font-weight: bold;
  padding: 8px 4px;
}

/* line 36, app/assets/stylesheets/admin/breadcrumb.scss */
.breadcrumb > li + li:before {
  color: #777777;
  content: "\2771\00a0";
}

/* line 41, app/assets/stylesheets/admin/breadcrumb.scss */
.breadcrumb + * {
  margin-top: 35px;
}

/* line 1, app/assets/stylesheets/admin/calendars.scss */
.active-droppable {
  background: #FAEBD7 !important;
}

/* line 5, app/assets/stylesheets/admin/calendars.scss */
.hover-droppable {
  background: #F0F8FF !important;
}

/* line 9, app/assets/stylesheets/admin/calendars.scss */
.fc {
  overflow: visible;
}

/* line 12, app/assets/stylesheets/admin/calendars.scss */
.fc-toolbar {
  border-bottom: solid 2px #777777;
  padding-bottom: 3px;
}

/* line 13, app/assets/stylesheets/admin/calendars.scss */
.fc-toolbar h1 {
  font-size: 21px;
  color: #363633;
  display: inline-block;
}

/* line 23, app/assets/stylesheets/admin/calendars.scss */
.fc-event.selected {
  border-style: dashed;
}

/* line 26, app/assets/stylesheets/admin/calendars.scss */
.fc-event.selected.completed {
  border-color: black !important;
}

/* line 31, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities {
  max-width: 840px;
  margin: 0 auto;
}

/* line 35, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities td.fc-day {
  padding: 5px;
}

/* line 39, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-event-container {
  padding: 0 5px;
}

/* line 43, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-day-grid-event {
  margin: 1px 2px 0 0;
  padding: 0;
}

/* line 48, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-day-number.fc-other-month {
  opacity: 1;
}

/* line 52, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-day-number .fc-happening-indicator {
  display: none;
  float: right;
  font-size: 0.7em;
  padding: 0.15em;
  margin-top: 3px;
  color: #1757A6;
  border: solid 1px #1757A6;
  border-radius: 1em;
}

/* line 64, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-happening.fc-day-number .fc-happening-indicator {
  display: inline-block;
}

/* line 67, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-happening.fc-day-number .fc-happening-indicator:hover {
  cursor: pointer;
  color: white;
  background-color: #1757A6;
}

/* line 74, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-bg > table {
  border-collapse: separate;
  border-spacing: 5px 2px;
}

/* line 79, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities td.fc-widget-content {
  overflow: visible;
  border: 0;
}

/* line 83, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities td.fc-widget-content .fc-day {
  border: solid 1px #F0F0F0;
}

/* line 86, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities td.fc-widget-content .fc-day.fc-day-to-enter {
  border: solid 1px #777;
}

/* line 95, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities td.fc-widget-content .fc-day-number {
  padding: 0 10px;
  font-size: 16px;
  color: #D7D7D7;
}

/* line 100, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities td.fc-widget-content .fc-day-number.fc-day-to-enter {
  color: #363633;
}

/* line 104, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities td.fc-widget-content .fc-day-number.fc-day-allowed-to-enter {
  color: #363633;
}

/* line 110, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities td.fc-head-container {
  border: 0;
}

/* line 113, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities td.fc-head-container .fc-day-header {
  border: 0;
  font-size: 17px;
  color: #363633;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 122, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-today {
  background-color: inherit;
}

/* line 126, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .beeple-available {
  border-color: #5cb85c;
  background-color: #5cb85c;
}

/* line 131, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .beeple-unavailable {
  border-color: #d9534f;
  background-color: #d9534f;
}

/* line 136, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-title {
  text-align: center;
  display: inline-block;
  width: 100%;
}

/* line 142, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-event.no-chrome {
  border: none;
  background-color: transparent;
  color: black;
  border-radius: 0;
}

/* line 149, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-event.no-chrome .fc-content {
  margin-bottom: 4px;
}

/* line 154, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-event.no-chrome.day-window {
  border-bottom: solid 1px #333333;
}

/* line 158, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-content .available-toggle,
.fc-availabilities .fc-content .unavailable-toggle {
  border: solid 1px black;
  background-color: white;
  display: inline-block;
  height: 100%;
  min-height: 75px;
  width: 45%;
  text-align: center;
}

/* line 170, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-content .available-toggle {
  margin-left: 1%;
}

/* line 174, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-content.day-window .available-toggle,
.fc-availabilities .fc-content.day-window .unavailable-toggle {
  height: auto;
  min-height: 1em;
}

/* line 180, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-content.day-window .available-toggle-disabled {
  height: auto;
  min-height: 1em;
  color: #333333;
  border: solid 1px #777777;
  text-align: center;
}

/* line 188, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-content .available-toggle {
  border-color: #5cb85c;
}

/* line 191, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-content .available-toggle.toggled {
  background-color: #5cb85c;
  color: white;
}

/* line 197, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-content .unavailable-toggle {
  border-color: #d9534f;
}

/* line 200, app/assets/stylesheets/admin/calendars.scss */
.fc-availabilities .fc-content .unavailable-toggle.toggled {
  background-color: #d9534f;
  color: white;
}

/* line 208, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small-activities .beeple-available {
  background-color: #5cb85c;
}

/* line 212, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small-activities .beeple-unavailable {
  background-color: #d9534f;
}

/* line 217, app/assets/stylesheets/admin/calendars.scss */
.available-toggle-button {
  display: none;
}

/* line 220, app/assets/stylesheets/admin/calendars.scss */
.available-toggle-button + label {
  padding: 5px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: normal;
}

/* line 228, app/assets/stylesheets/admin/calendars.scss */
.available-toggle-button input {
  display: none;
}

/* line 234, app/assets/stylesheets/admin/calendars.scss */
.availability-window-disabled a {
  color: #919191;
  pointer-events: none;
}

/* line 239, app/assets/stylesheets/admin/calendars.scss */
.availability-window-disabled .availability-buttons {
  display: none;
}

/* line 244, app/assets/stylesheets/admin/calendars.scss */
.available-toggle-button[value="true"] + label {
  border: solid 1px #5cb85c;
  color: #333333;
}

/* line 249, app/assets/stylesheets/admin/calendars.scss */
.available-toggle-button[value="true"]:checked + label {
  color: white;
  background-color: #5cb85c;
}

/* line 254, app/assets/stylesheets/admin/calendars.scss */
.available-toggle-button[value="false"] + label {
  border: none;
  color: #d9534f;
}

/* line 259, app/assets/stylesheets/admin/calendars.scss */
.available-toggle-button[value="false"]:checked + label {
  color: white;
  background-color: #d9534f;
}

/* line 264, app/assets/stylesheets/admin/calendars.scss */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
  display: block;
}

/* line 269, app/assets/stylesheets/admin/calendars.scss */
.btn-fc {
  border: none;
}

/* line 273, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small .fc-basic-view .fc-body .fc-row {
  min-height: 1.5em;
}

/* line 277, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small {
  width: 250px;
}

/* line 281, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small-activities {
  width: 250px;
}

/* line 284, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small-activities .fc-basic-view .fc-body .fc-row {
  min-height: 1.5em;
}

/* line 288, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small-activities .fc-day-number.fc-beeple-tenant-activity {
  background-color: #363633;
  color: white;
}

/* line 293, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small-activities .fc-day-number.fc-other-month {
  opacity: 1;
}

/* line 297, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small-activities .fc-row .fc-content-skeleton {
  padding-bottom: 0;
}

/* line 302, app/assets/stylesheets/admin/calendars.scss */
.registrations-draggable li {
  overflow: visible;
  list-style-type: none;
}

/* line 307, app/assets/stylesheets/admin/calendars.scss */
.fc-basic-view .fc-content,
.fc-basic-view .fc-day-grid-event .fc-content {
  white-space: normal;
}

/* line 312, app/assets/stylesheets/admin/calendars.scss */
.fc-month-view.fc-basic-view .fc-content,
.fc-month-view.fc-basic-view .fc-day-grid-event .fc-content {
  white-space: nowrap;
}

/* line 317, app/assets/stylesheets/admin/calendars.scss */
.popover-title {
  background-color: white;
  text-align: center;
  font-size: 18px;
  border-bottom: none;
}

/* line 324, app/assets/stylesheets/admin/calendars.scss */
.form-control-time {
  width: 5em;
}

/* line 328, app/assets/stylesheets/admin/calendars.scss */
a.calendar-link {
  color: inherit;
}

/* line 331, app/assets/stylesheets/admin/calendars.scss */
a.calendar-link:hover {
  color: inherit;
  text-decoration: none;
}

/* line 338, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small-activities .fc-day-number.fc-past {
  color: #D7D7D7;
}

/* line 342, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small-activities .fc-day.fc-past {
  border-color: #D7D7D7;
}

/* line 346, app/assets/stylesheets/admin/calendars.scss */
.fullcalendar-small-activities .fc-day.fc-today {
  background-color: #5bc0de;
}

/* line 351, app/assets/stylesheets/admin/calendars.scss */
.popover-fallback {
  margin-bottom: 2em;
}

/* line 355, app/assets/stylesheets/admin/calendars.scss */
.project-list-fallback {
  position: initial !important;
  margin-left: 5px;
}

/* line 364, app/assets/stylesheets/admin/calendars.scss */
.fc-day-number .beeple-fc-volunteer-status .beeple-fc-volunteer-registration,
.fc-day-number .beeple-fc-volunteer-status .beeple-fc-volunteer-available,
.fc-day-number .beeple-fc-volunteer-status .beeple-fc-volunteer-unavailable, .fc-day-header .beeple-fc-volunteer-status .beeple-fc-volunteer-registration,
.fc-day-header .beeple-fc-volunteer-status .beeple-fc-volunteer-available,
.fc-day-header .beeple-fc-volunteer-status .beeple-fc-volunteer-unavailable {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0;
}

/* line 373, app/assets/stylesheets/admin/calendars.scss */
.fc-day-number .beeple-fc-volunteer-status .beeple-fc-volunteer-registration, .fc-day-header .beeple-fc-volunteer-status .beeple-fc-volunteer-registration {
  border: solid 1px #337ab7;
  border-right: 0;
}

/* line 378, app/assets/stylesheets/admin/calendars.scss */
.fc-day-number .beeple-fc-volunteer-status .beeple-fc-volunteer-available, .fc-day-header .beeple-fc-volunteer-status .beeple-fc-volunteer-available {
  border: solid 1px #5cb85c;
}

/* line 382, app/assets/stylesheets/admin/calendars.scss */
.fc-day-number .beeple-fc-volunteer-status .beeple-fc-volunteer-unavailable, .fc-day-header .beeple-fc-volunteer-status .beeple-fc-volunteer-unavailable {
  border: solid 1px #d9534f;
  border-left: 0;
}

/* line 390, app/assets/stylesheets/admin/calendars.scss */
.fc-day-number.registered .beeple-fc-volunteer-status .beeple-fc-volunteer-registration, .fc-day-header.registered .beeple-fc-volunteer-status .beeple-fc-volunteer-registration {
  background-color: #337ab7;
}

/* line 398, app/assets/stylesheets/admin/calendars.scss */
.fc-day-number.available .beeple-fc-volunteer-status .beeple-fc-volunteer-available, .fc-day-header.available .beeple-fc-volunteer-status .beeple-fc-volunteer-available {
  background-color: #5cb85c;
}

/* line 406, app/assets/stylesheets/admin/calendars.scss */
.fc-day-number.unavailable .beeple-fc-volunteer-status .beeple-fc-volunteer-unavailable, .fc-day-header.unavailable .beeple-fc-volunteer-status .beeple-fc-volunteer-unavailable {
  background-color: #d9534f;
}

/* line 414, app/assets/stylesheets/admin/calendars.scss */
.fc-basic-view .fc-day-grid-event {
  box-sizing: border-box;
  padding: 4px;
  margin: 2px auto;
}

/* line 420, app/assets/stylesheets/admin/calendars.scss */
.fc-basic-view .fc-start.fc-end.fc-day-grid-event {
  width: 95%;
}

/* line 425, app/assets/stylesheets/admin/calendars.scss */
#project-list {
  border: solid 1px #eeeeee;
  position: absolute;
  left: 860px;
  top: 2em;
  width: 180px;
}

/* line 433, app/assets/stylesheets/admin/calendars.scss */
#project-list h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0.5em;
  text-align: center;
}

/* line 440, app/assets/stylesheets/admin/calendars.scss */
#project-list ul {
  margin: 0 0 1em 1em;
  padding: 0 0 0 1em;
}

/* line 446, app/assets/stylesheets/admin/calendars.scss */
.beeple-planning-calendar .fc-time {
  display: block;
  border-bottom: solid 1px #777777;
}

/* line 452, app/assets/stylesheets/admin/calendars.scss */
.beeple-planning-calendar .multiselect-checkbox {
  float: right;
  display: none;
}

/* line 458, app/assets/stylesheets/admin/calendars.scss */
.beeple-planning-calendar.multiselect-mode .multiselect-checkbox {
  display: inline;
}

/* line 465, app/assets/stylesheets/admin/calendars.scss */
#toggle-multi-select.multi-enabled {
  color: #5cb85c;
}

/* line 471, app/assets/stylesheets/admin/calendars.scss */
.dropdown-menu a.disabled {
  color: #777777;
}

/* line 474, app/assets/stylesheets/admin/calendars.scss */
.dropdown-menu a.disabled:hover {
  cursor: default;
  color: #777777;
}

/* line 480, app/assets/stylesheets/admin/calendars.scss */
.dropdown-menu li span.text-title {
  white-space: nowrap;
  padding: 3px 20px;
}

/* line 486, app/assets/stylesheets/admin/calendars.scss */
.registrations {
  background-color: white;
  margin-top: 6px;
}

/* line 491, app/assets/stylesheets/admin/calendars.scss */
[data-calendar-view="basicWeek"], [data-calendar-view="agendaWeek"] {
  overflow: visible;
}

/* line 494, app/assets/stylesheets/admin/calendars.scss */
[data-calendar-view="basicWeek"] .fc-widget-header > table, [data-calendar-view="agendaWeek"] .fc-widget-header > table {
  table-layout: auto;
  overflow: visible;
}

/* line 499, app/assets/stylesheets/admin/calendars.scss */
[data-calendar-view="basicWeek"] .fc-view > table, [data-calendar-view="agendaWeek"] .fc-view > table {
  width: auto;
}

/* line 503, app/assets/stylesheets/admin/calendars.scss */
[data-calendar-view="basicWeek"] .fc-day-header, [data-calendar-view="agendaWeek"] .fc-day-header {
  min-width: 133.7px;
}

/* line 508, app/assets/stylesheets/admin/calendars.scss */
#happenings-calendar .fc-month-view .fc-week,
#clusters-calendar .fc-month-view .fc-week,
#teams-calendar .fc-month-view .fc-week {
  height: 140px;
}

/* line 514, app/assets/stylesheets/admin/calendars.scss */
#availability_periods_overview-calendar .fc-month-view .fc-week {
  height: 134px;
}

/* line 518, app/assets/stylesheets/admin/calendars.scss */
#availability_overview-calendar .fc-month-view .fc-week {
  height: 134px;
}

/* line 522, app/assets/stylesheets/admin/calendars.scss */
.fc {
  margin-bottom: 50px;
}

/* line 1, app/assets/stylesheets/admin/color-picker.scss */
.custom-color-picker {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  padding: 0;
  font-family: 'Glyphicons Halflings';
  border-style: solid;
  border-color: black;
  border-width: 1px;
  color: white;
  font-size: 12px;
}

/* line 16, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[type=radio] {
  display: none;
}

/* line 20, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker + label {
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: -5px;
}

/* line 27, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  padding: 0;
  font-family: 'Glyphicons Halflings';
  color: white;
  font-size: 12px;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#FC6D24"] + label:before {
  border: solid 2px #FC6D24;
  background-color: #FC6D24;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#FC6D24"]:checked + label:before {
  background-color: #FC6D24;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#FC6D24"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #FC6D24;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#FC6D24"],
.fc-beeple-enrollment[data-color="#FC6D24"]:hover {
  color: black;
  background-color: #FC6D24;
  border-color: #FC6D24;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#FC6D24"] {
  color: black;
  background-color: #FC6D24;
  border-color: #FC6D24;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #FC6D24 25%, #FC6D24 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#FC6D24"]:hover {
  color: black;
  background-color: #FC6D24;
  border-color: #FC6D24;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #FC6D24 25%, #FC6D24 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#FC6D24"],
.fc-beeple-no-enrollment[data-color="#FC6D24"]:hover {
  color: #FC6D24;
  background-color: white;
  border-color: #FC6D24;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#BE643C"] + label:before {
  border: solid 2px #BE643C;
  background-color: #BE643C;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#BE643C"]:checked + label:before {
  background-color: #BE643C;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#BE643C"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #BE643C;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#BE643C"],
.fc-beeple-enrollment[data-color="#BE643C"]:hover {
  color: black;
  background-color: #BE643C;
  border-color: #BE643C;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#BE643C"] {
  color: black;
  background-color: #BE643C;
  border-color: #BE643C;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #BE643C 25%, #BE643C 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#BE643C"]:hover {
  color: black;
  background-color: #BE643C;
  border-color: #BE643C;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #BE643C 25%, #BE643C 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#BE643C"],
.fc-beeple-no-enrollment[data-color="#BE643C"]:hover {
  color: #BE643C;
  background-color: white;
  border-color: #BE643C;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#A1B56C"] + label:before {
  border: solid 2px #A1B56C;
  background-color: #A1B56C;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#A1B56C"]:checked + label:before {
  background-color: #A1B56C;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#A1B56C"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #A1B56C;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#A1B56C"],
.fc-beeple-enrollment[data-color="#A1B56C"]:hover {
  color: black;
  background-color: #A1B56C;
  border-color: #A1B56C;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#A1B56C"] {
  color: black;
  background-color: #A1B56C;
  border-color: #A1B56C;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #A1B56C 25%, #A1B56C 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#A1B56C"]:hover {
  color: black;
  background-color: #A1B56C;
  border-color: #A1B56C;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #A1B56C 25%, #A1B56C 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#A1B56C"],
.fc-beeple-no-enrollment[data-color="#A1B56C"]:hover {
  color: #A1B56C;
  background-color: white;
  border-color: #A1B56C;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#A1B500"] + label:before {
  border: solid 2px #A1B500;
  background-color: #A1B500;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#A1B500"]:checked + label:before {
  background-color: #A1B500;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#A1B500"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #A1B500;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#A1B500"],
.fc-beeple-enrollment[data-color="#A1B500"]:hover {
  color: black;
  background-color: #A1B500;
  border-color: #A1B500;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#A1B500"] {
  color: black;
  background-color: #A1B500;
  border-color: #A1B500;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #A1B500 25%, #A1B500 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#A1B500"]:hover {
  color: black;
  background-color: #A1B500;
  border-color: #A1B500;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #A1B500 25%, #A1B500 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#A1B500"],
.fc-beeple-no-enrollment[data-color="#A1B500"]:hover {
  color: #A1B500;
  background-color: white;
  border-color: #A1B500;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#01A252"] + label:before {
  border: solid 2px #01A252;
  background-color: #01A252;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#01A252"]:checked + label:before {
  background-color: #01A252;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#01A252"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #01A252;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#01A252"],
.fc-beeple-enrollment[data-color="#01A252"]:hover {
  color: black;
  background-color: #01A252;
  border-color: #01A252;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#01A252"] {
  color: black;
  background-color: #01A252;
  border-color: #01A252;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #01A252 25%, #01A252 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#01A252"]:hover {
  color: black;
  background-color: #01A252;
  border-color: #01A252;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #01A252 25%, #01A252 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#01A252"],
.fc-beeple-no-enrollment[data-color="#01A252"]:hover {
  color: #01A252;
  background-color: white;
  border-color: #01A252;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#D9B700"] + label:before {
  border: solid 2px #D9B700;
  background-color: #D9B700;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#D9B700"]:checked + label:before {
  background-color: #D9B700;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#D9B700"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #D9B700;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#D9B700"],
.fc-beeple-enrollment[data-color="#D9B700"]:hover {
  color: black;
  background-color: #D9B700;
  border-color: #D9B700;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#D9B700"] {
  color: black;
  background-color: #D9B700;
  border-color: #D9B700;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #D9B700 25%, #D9B700 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#D9B700"]:hover {
  color: black;
  background-color: #D9B700;
  border-color: #D9B700;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #D9B700 25%, #D9B700 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#D9B700"],
.fc-beeple-no-enrollment[data-color="#D9B700"]:hover {
  color: #D9B700;
  background-color: white;
  border-color: #D9B700;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#6FB3D2"] + label:before {
  border: solid 2px #6FB3D2;
  background-color: #6FB3D2;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#6FB3D2"]:checked + label:before {
  background-color: #6FB3D2;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#6FB3D2"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #6FB3D2;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#6FB3D2"],
.fc-beeple-enrollment[data-color="#6FB3D2"]:hover {
  color: black;
  background-color: #6FB3D2;
  border-color: #6FB3D2;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#6FB3D2"] {
  color: black;
  background-color: #6FB3D2;
  border-color: #6FB3D2;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #6FB3D2 25%, #6FB3D2 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#6FB3D2"]:hover {
  color: black;
  background-color: #6FB3D2;
  border-color: #6FB3D2;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #6FB3D2 25%, #6FB3D2 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#6FB3D2"],
.fc-beeple-no-enrollment[data-color="#6FB3D2"]:hover {
  color: #6FB3D2;
  background-color: white;
  border-color: #6FB3D2;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#12CFC0"] + label:before {
  border: solid 2px #12CFC0;
  background-color: #12CFC0;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#12CFC0"]:checked + label:before {
  background-color: #12CFC0;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#12CFC0"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #12CFC0;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#12CFC0"],
.fc-beeple-enrollment[data-color="#12CFC0"]:hover {
  color: black;
  background-color: #12CFC0;
  border-color: #12CFC0;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#12CFC0"] {
  color: black;
  background-color: #12CFC0;
  border-color: #12CFC0;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #12CFC0 25%, #12CFC0 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#12CFC0"]:hover {
  color: black;
  background-color: #12CFC0;
  border-color: #12CFC0;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #12CFC0 25%, #12CFC0 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#12CFC0"],
.fc-beeple-no-enrollment[data-color="#12CFC0"]:hover {
  color: #12CFC0;
  background-color: white;
  border-color: #12CFC0;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#01A0E4"] + label:before {
  border: solid 2px #01A0E4;
  background-color: #01A0E4;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#01A0E4"]:checked + label:before {
  background-color: #01A0E4;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#01A0E4"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #01A0E4;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#01A0E4"],
.fc-beeple-enrollment[data-color="#01A0E4"]:hover {
  color: black;
  background-color: #01A0E4;
  border-color: #01A0E4;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#01A0E4"] {
  color: black;
  background-color: #01A0E4;
  border-color: #01A0E4;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #01A0E4 25%, #01A0E4 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#01A0E4"]:hover {
  color: black;
  background-color: #01A0E4;
  border-color: #01A0E4;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #01A0E4 25%, #01A0E4 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#01A0E4"],
.fc-beeple-no-enrollment[data-color="#01A0E4"]:hover {
  color: #01A0E4;
  background-color: white;
  border-color: #01A0E4;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#269186"] + label:before {
  border: solid 2px #269186;
  background-color: #269186;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#269186"]:checked + label:before {
  background-color: #269186;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#269186"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #269186;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#269186"],
.fc-beeple-enrollment[data-color="#269186"]:hover {
  color: black;
  background-color: #269186;
  border-color: #269186;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#269186"] {
  color: black;
  background-color: #269186;
  border-color: #269186;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #269186 25%, #269186 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#269186"]:hover {
  color: black;
  background-color: #269186;
  border-color: #269186;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #269186 25%, #269186 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#269186"],
.fc-beeple-no-enrollment[data-color="#269186"]:hover {
  color: #269186;
  background-color: white;
  border-color: #269186;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#A16A94"] + label:before {
  border: solid 2px #A16A94;
  background-color: #A16A94;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#A16A94"]:checked + label:before {
  background-color: #A16A94;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#A16A94"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #A16A94;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#A16A94"],
.fc-beeple-enrollment[data-color="#A16A94"]:hover {
  color: black;
  background-color: #A16A94;
  border-color: #A16A94;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#A16A94"] {
  color: black;
  background-color: #A16A94;
  border-color: #A16A94;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #A16A94 25%, #A16A94 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#A16A94"]:hover {
  color: black;
  background-color: #A16A94;
  border-color: #A16A94;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #A16A94 25%, #A16A94 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#A16A94"],
.fc-beeple-no-enrollment[data-color="#A16A94"]:hover {
  color: #A16A94;
  background-color: white;
  border-color: #A16A94;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#CB6077"] + label:before {
  border: solid 2px #CB6077;
  background-color: #CB6077;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#CB6077"]:checked + label:before {
  background-color: #CB6077;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#CB6077"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #CB6077;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#CB6077"],
.fc-beeple-enrollment[data-color="#CB6077"]:hover {
  color: black;
  background-color: #CB6077;
  border-color: #CB6077;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#CB6077"] {
  color: black;
  background-color: #CB6077;
  border-color: #CB6077;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #CB6077 25%, #CB6077 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#CB6077"]:hover {
  color: black;
  background-color: #CB6077;
  border-color: #CB6077;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #CB6077 25%, #CB6077 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#CB6077"],
.fc-beeple-no-enrollment[data-color="#CB6077"]:hover {
  color: #CB6077;
  background-color: white;
  border-color: #CB6077;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#B31E8D"] + label:before {
  border: solid 2px #B31E8D;
  background-color: #B31E8D;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#B31E8D"]:checked + label:before {
  background-color: #B31E8D;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#B31E8D"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #B31E8D;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#B31E8D"],
.fc-beeple-enrollment[data-color="#B31E8D"]:hover {
  color: black;
  background-color: #B31E8D;
  border-color: #B31E8D;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#B31E8D"] {
  color: black;
  background-color: #B31E8D;
  border-color: #B31E8D;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #B31E8D 25%, #B31E8D 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#B31E8D"]:hover {
  color: black;
  background-color: #B31E8D;
  border-color: #B31E8D;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #B31E8D 25%, #B31E8D 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#B31E8D"],
.fc-beeple-no-enrollment[data-color="#B31E8D"]:hover {
  color: #B31E8D;
  background-color: white;
  border-color: #B31E8D;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#ED0C8C"] + label:before {
  border: solid 2px #ED0C8C;
  background-color: #ED0C8C;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#ED0C8C"]:checked + label:before {
  background-color: #ED0C8C;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#ED0C8C"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #ED0C8C;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#ED0C8C"],
.fc-beeple-enrollment[data-color="#ED0C8C"]:hover {
  color: black;
  background-color: #ED0C8C;
  border-color: #ED0C8C;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#ED0C8C"] {
  color: black;
  background-color: #ED0C8C;
  border-color: #ED0C8C;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #ED0C8C 25%, #ED0C8C 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#ED0C8C"]:hover {
  color: black;
  background-color: #ED0C8C;
  border-color: #ED0C8C;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #ED0C8C 25%, #ED0C8C 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#ED0C8C"],
.fc-beeple-no-enrollment[data-color="#ED0C8C"]:hover {
  color: #ED0C8C;
  background-color: white;
  border-color: #ED0C8C;
}

/* line 44, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#999999"] + label:before {
  border: solid 2px #999999;
  background-color: #999999;
}

/* line 49, app/assets/stylesheets/admin/color-picker.scss */
input.color-picker[data-color="#999999"]:checked + label:before {
  background-color: #999999;
  content: "\e013";
}

/* line 54, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower[data-color="#999999"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #999999;
  vertical-align: middle;
}

/* line 63, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-enrollment[data-color="#999999"],
.fc-beeple-enrollment[data-color="#999999"]:hover {
  color: black;
  background-color: #999999;
  border-color: #999999;
}

/* line 69, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#999999"] {
  color: black;
  background-color: #999999;
  border-color: #999999;
  background-image: repeating-linear-gradient(-45deg, white, white 25%, #999999 25%, #999999 50%);
}

/* line 83, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-half-enrollment[data-color="#999999"]:hover {
  color: black;
  background-color: #999999;
  border-color: #999999;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 25%, #999999 25%, #999999 50%);
}

/* line 97, app/assets/stylesheets/admin/color-picker.scss */
.fc-beeple-no-enrollment[data-color="#999999"],
.fc-beeple-no-enrollment[data-color="#999999"]:hover {
  color: #999999;
  background-color: white;
  border-color: #999999;
}

/* line 106, app/assets/stylesheets/admin/color-picker.scss */
span.color-shower {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 0.5em;
  background-color: #FC6D24;
  vertical-align: middle;
}

/* line 2, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .activity-bar {
  position: relative;
  z-index: 4;
}

/* line 6, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .activity-bar > * {
  display: inline-block;
  height: 12px;
  background-color: #337ab7;
  border-radius: 3px;
}

/* line 15, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .activity-bar > .team-application-activity {
  position: absolute;
  border-color: #337ab7;
  background-color: inherit;
  border-style: dotted;
  border-width: 1.5px;
}

/* line 25, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .progress-only-cell {
  position: relative;
}

/* line 29, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .content-cell {
  display: flex;
  flex-flow: column;
  position: relative;
}

/* line 35, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .content-cell > :first-child {
  flex-grow: 1;
}

/* line 39, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .content-cell > :last-child {
  flex-shrink: 0;
}

/* line 43, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .content-cell .empty-activities-bar {
  border: 1px solid lightgrey;
  height: 18px;
  line-height: 18px;
  color: lightgrey;
  margin: 1px;
}

/* line 51, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .content-cell .activities-bar {
  margin-top: auto;
  margin-bottom: 2px;
  height: 18px;
  text-align: center;
  margin-left: 1px;
  margin-right: 1px;
}

/* line 59, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .content-cell .activities-bar > :first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 64, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .content-cell .activities-bar > :last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 69, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .content-cell .activities-bar > .activity {
  height: 18px;
  line-height: 18px;
  font-size: inherit;
  border: 1px solid lightgrey;
}

/* line 75, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .content-cell .activities-bar > .activity.with-overlaps {
  box-shadow: 0 0 0 1px #d9534f;
}

/* line 82, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule span.badge.has-errors {
  float: right;
  top: -1em;
  background: red;
  color: white;
  line-height: 1em;
  font-size: 1em;
  border-radius: 50%;
  padding: 1px 2px;
}

/* line 93, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration-handle, .collaborators-schedule .team-application-handle {
  width: 16px;
}

/* line 96, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration-handle span.badge.has-errors, .collaborators-schedule .team-application-handle span.badge.has-errors {
  right: 1px;
  top: 0;
}

/* line 101, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration-handle > i.mdi, .collaborators-schedule .team-application-handle > i.mdi {
  position: absolute;
  top: 40%;
  font-size: 1.1rem;
}

/* line 108, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration, .collaborators-schedule .team-application {
  margin: 3px;
  border-radius: 6px;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: row;
  background-color: white;
  background-color: #eeeeee;
}

/* line 119, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration .actions, .collaborators-schedule .team-application .actions {
  display: none;
  position: absolute;
  background-color: white;
}

/* line 125, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration .title-container, .collaborators-schedule .team-application .title-container {
  flex-grow: 1;
}

/* line 129, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration .highlightable, .collaborators-schedule .team-application .highlightable {
  display: flex;
  flex-direction: row;
  margin-right: 0;
  max-width: calc(100% - 30px);
}

/* line 138, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration.selected .highlightable, .collaborators-schedule .team-application.selected .highlightable {
  flex-grow: 1;
  border-radius: 3px;
  border: solid 1px #222222;
}

/* line 146, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration:hover .actions, .collaborators-schedule .team-application:hover .actions {
  display: block;
  left: 18px;
  bottom: 0px;
}

/* line 151, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration:hover .actions .btn, .collaborators-schedule .team-application:hover .actions .btn {
  border: none;
  padding: 0;
  background-color: white;
  margin: 0px 3px;
  font-size: 10px;
}

/* line 165, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration .team-registration-handle, .collaborators-schedule .team-application .team-registration-handle {
  vertical-align: middle;
  padding: 3px;
  border-radius: 3px;
}

/* line 172, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration .team-application-handle, .collaborators-schedule .team-application .team-application-handle {
  flex-shrink: 0;
  flex-grow: 0;
  vertical-align: middle;
  padding: 3px;
  border-style: dotted;
  border-width: 1.5px;
  border-radius: 3px;
  width: 16px;
  position: relative;
}

/* line 184, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration .team-application-handle:hover, .collaborators-schedule .team-application .team-application-handle:hover {
  border-style: solid;
}

/* line 188, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration .team-application-handle .more-circle, .collaborators-schedule .team-application .team-application-handle .more-circle {
  display: block;
  border-radius: 6px;
  position: absolute;
  width: 12px;
  height: 12px;
  top: -6px;
  left: 2px;
  color: white;
  background-color: #1757A6;
  text-align: center;
}

/* line 203, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration > div, .collaborators-schedule .team-registration .highlightable > div, .collaborators-schedule .team-application > div, .collaborators-schedule .team-application .highlightable > div {
  margin: 0 3px;
}

/* line 207, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration .unshrinkable, .collaborators-schedule .team-application .unshrinkable {
  flex-shrink: 0;
}

/* line 211, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration .title-container, .collaborators-schedule .team-application .title-container {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 216, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .team-registration .title, .collaborators-schedule .team-application .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 223, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule.display-hour-grid .hour-grid.hour-grid-inline {
  display: grid;
}

/* line 227, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid.hour-grid-inline {
  display: none;
  position: absolute;
  border-top: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}

/* line 237, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid.hour-grid-inline > div .hour {
  position: static;
  height: 100%;
}

/* line 241, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid.hour-grid-inline > div .hour .line {
  height: 100%;
}

/* line 250, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid {
  border-top: solid 1px #CACACA;
  background-color: white;
  color: black;
  display: grid;
}

/* line 256, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid > div {
  overflow: visible;
}

/* line 262, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid > div .line {
  border-right: solid 1px #CACACA;
  height: 32px;
  margin-top: 0px;
}

/* line 268, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid > div .half-line {
  border-right: solid 1px #CACACA;
  height: 16px;
  margin-top: 16px;
}

/* line 274, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid > div.special .line, .collaborators-schedule .hour-grid > div.special .half-line {
  border-color: red;
}

/* line 278, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid > div .hour {
  position: relative;
}

/* line 282, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid > div .hour div.hour-time {
  display: block;
  position: absolute;
  z-index: 4;
  width: 40px;
  height: 16px;
  font-size: 12px;
  padding: 1px;
  top: 0px;
  right: -20px;
}

/* line 296, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid > div .hour .line {
  height: 32px;
}

/* line 300, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid > div .hour.half .line {
  height: 32px;
}

/* line 305, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid > div .hour.half div.hour-time {
  width: 40px;
  right: -20px;
}

/* line 310, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .hour-grid > div.special .hour > div.hour-time {
  background-color: red;
  border-radius: 2px;
  color: white;
  border-color: red;
  display: inline-block;
}

/* line 321, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule.planning-mode .header-row-cell:not(.highlight) .volunteer-cell {
  filter: blur(2px);
}

/* line 327, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .volunteer-cell .flex {
  display: flex;
}

/* line 330, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .volunteer-cell .flex .volunteer-selection-handle {
  width: 16px;
  border-right: solid 1px #eeeeee;
  align-self: strecth;
  margin-left: -3px;
  margin-top: -2px;
}

/* line 337, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .volunteer-cell .flex .volunteer-selection-handle:not(.selected) {
  background-color: inherit !important;
}

/* line 341, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .volunteer-cell .flex .volunteer-selection-handle.selected {
  background-color: #c7c5c5;
}

/* line 346, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .volunteer-cell .flex.growable {
  flex-grow: 1;
}

/* line 351, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .volunteer-cell .profile-thumb {
  max-width: 50px;
  max-height: 50px;
}

/* line 356, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .volunteer-cell .volunteers-photo {
  position: relative;
  margin-bottom: 9px;
  align-self: start;
}

/* line 361, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .volunteer-cell .volunteers-photo .volunteers-color {
  position: absolute;
  bottom: -9px;
  margin-left: calc(50% - 9px);
}

/* line 367, app/assets/stylesheets/admin/collaborators_schedule.scss */
.collaborators-schedule .volunteer-cell .volunteers-photo .color-circle {
  width: 18px;
  height: 18px;
  border: solid 1px white;
  border-radius: 18px;
  display: block;
}

/* line 1, app/assets/stylesheets/admin/filters.scss */
.page-filter {
  background-color: #eeeeee;
  color: black;
  padding-bottom: 1em;
}

/* line 6, app/assets/stylesheets/admin/filters.scss */
.page-filter h1 {
  font-size: 18px;
}

/* line 10, app/assets/stylesheets/admin/filters.scss */
.page-filter a {
  color: inherit;
  text-decoration: underline;
  /*&.btn {
      color: $gray-light;
    }*/
}

/* line 18, app/assets/stylesheets/admin/filters.scss */
.page-filter a:hover, .page-filter a:active {
  color: #0e3463;
}

/* line 23, app/assets/stylesheets/admin/filters.scss */
.page-filter label {
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/admin/filters.scss */
.page-filter .form-group {
  margin-bottom: 16px;
}

/* line 31, app/assets/stylesheets/admin/filters.scss */
.page-filter input {
  font-size: 11px;
}

/* line 35, app/assets/stylesheets/admin/filters.scss */
.page-filter .modal a {
  text-decoration: none;
  color: inherit;
}

/* line 39, app/assets/stylesheets/admin/filters.scss */
.page-filter .modal a:hover, .page-filter .modal a:active {
  color: inherit;
}

/* line 44, app/assets/stylesheets/admin/filters.scss */
.page-filter h5 {
  margin-top: 3em;
}

/* line 48, app/assets/stylesheets/admin/filters.scss */
.page-filter a[data-beeple-toggle="reset-all"] {
  color: #1757A6;
}

/* line 54, app/assets/stylesheets/admin/filters.scss */
.page-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after, .jobseeker-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after, #planning-schedule-teams-filter-panel .control-label a[data-action="filter-visibility#disableFilterKey"]:after, #collaborators-schedule-filter-panel .control-label a[data-action="filter-visibility#disableFilterKey"]:after, .side-panel-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after, .modal-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after {
  color: #555555;
  font-family: "Material Design Icons";
  vertical-align: bottom;
  position: absolute;
  top: 0px;
  content: "\F209";
  display: none;
}

/* line 62, app/assets/stylesheets/admin/filters.scss */
html[dir="ltr"] .page-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after, html[dir="ltr"] .jobseeker-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after, html[dir="ltr"] #planning-schedule-teams-filter-panel .control-label a[data-action="filter-visibility#disableFilterKey"]:after, html[dir="ltr"] #collaborators-schedule-filter-panel .control-label a[data-action="filter-visibility#disableFilterKey"]:after, html[dir="ltr"] .side-panel-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after, html[dir="ltr"] .modal-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after {
  right: 12px;
}

/* line 65, app/assets/stylesheets/admin/filters.scss */
html[dir="rtl"] .page-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after, html[dir="rtl"] .jobseeker-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after, html[dir="rtl"] #planning-schedule-teams-filter-panel .control-label a[data-action="filter-visibility#disableFilterKey"]:after, html[dir="rtl"] #collaborators-schedule-filter-panel .control-label a[data-action="filter-visibility#disableFilterKey"]:after, html[dir="rtl"] .side-panel-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after, html[dir="rtl"] .modal-filter .control-label a[data-action="filter-visibility#disableFilterKey"]:after {
  left: 12px;
}

/* line 71, app/assets/stylesheets/admin/filters.scss */
.page-filter .control-label:hover > a[data-action="filter-visibility#disableFilterKey"]:after, .jobseeker-filter .control-label:hover > a[data-action="filter-visibility#disableFilterKey"]:after, #planning-schedule-teams-filter-panel .control-label:hover > a[data-action="filter-visibility#disableFilterKey"]:after, #collaborators-schedule-filter-panel .control-label:hover > a[data-action="filter-visibility#disableFilterKey"]:after, .side-panel-filter .control-label:hover > a[data-action="filter-visibility#disableFilterKey"]:after, .modal-filter .control-label:hover > a[data-action="filter-visibility#disableFilterKey"]:after {
  display: block;
}

/* line 76, app/assets/stylesheets/admin/filters.scss */
.page-filter .disabled-filters, .jobseeker-filter .disabled-filters, #planning-schedule-teams-filter-panel .disabled-filters, #collaborators-schedule-filter-panel .disabled-filters, .side-panel-filter .disabled-filters, .modal-filter .disabled-filters {
  margin-top: 15px;
  font-weight: lighter;
}

/* line 80, app/assets/stylesheets/admin/filters.scss */
.page-filter .disabled-filters .control-label, .jobseeker-filter .disabled-filters .control-label, #planning-schedule-teams-filter-panel .disabled-filters .control-label, #collaborators-schedule-filter-panel .disabled-filters .control-label, .side-panel-filter .disabled-filters .control-label, .modal-filter .disabled-filters .control-label {
  font-size: 1.1em;
}

/* line 84, app/assets/stylesheets/admin/filters.scss */
.page-filter .disabled-filters span.key-label, .jobseeker-filter .disabled-filters span.key-label, #planning-schedule-teams-filter-panel .disabled-filters span.key-label, #collaborators-schedule-filter-panel .disabled-filters span.key-label, .side-panel-filter .disabled-filters span.key-label, .modal-filter .disabled-filters span.key-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  display: inline-block;
  overflow: hidden;
}

/* line 92, app/assets/stylesheets/admin/filters.scss */
.page-filter .disabled-filters a, .jobseeker-filter .disabled-filters a, #planning-schedule-teams-filter-panel .disabled-filters a, #collaborators-schedule-filter-panel .disabled-filters a, .side-panel-filter .disabled-filters a, .modal-filter .disabled-filters a {
  display: inline;
}

/* line 95, app/assets/stylesheets/admin/filters.scss */
.page-filter .disabled-filters a i.glyphicon, .jobseeker-filter .disabled-filters a i.glyphicon, #planning-schedule-teams-filter-panel .disabled-filters a i.glyphicon, #collaborators-schedule-filter-panel .disabled-filters a i.glyphicon, .side-panel-filter .disabled-filters a i.glyphicon, .modal-filter .disabled-filters a i.glyphicon {
  float: right;
}

/* line 101, app/assets/stylesheets/admin/filters.scss */
.page-filter .hide-filter, .jobseeker-filter .hide-filter, #planning-schedule-teams-filter-panel .hide-filter, #collaborators-schedule-filter-panel .hide-filter, .side-panel-filter .hide-filter, .modal-filter .hide-filter {
  display: none;
}

/* line 2, app/assets/stylesheets/admin/multi-level-selector.scss */
.multi-level-selector .nested {
  margin-left: 24px;
}

/* line 6, app/assets/stylesheets/admin/multi-level-selector.scss */
.multi-level-selector label {
  font-weight: normal;
  display: block;
}

/* line 10, app/assets/stylesheets/admin/multi-level-selector.scss */
.multi-level-selector label input {
  vertical-align: bottom;
  margin-right: 6px;
}

/* line 2, app/assets/stylesheets/admin/multi-tenancy-collaborators-search.scss */
.bulk-search-collaborators .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 7, app/assets/stylesheets/admin/multi-tenancy-collaborators-search.scss */
.bulk-search-collaborators input.form-control[type="date"] {
  line-height: 22px;
}

/* line 1, app/assets/stylesheets/admin/tenants.scss */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

/* line 11, app/assets/stylesheets/admin/tenants.scss */
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

/* line 25, app/assets/stylesheets/admin/tenants.scss */
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

/* line 32, app/assets/stylesheets/admin/tenants.scss */
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  padding: 10px;
}

/* line 47, app/assets/stylesheets/admin/tenants.scss */
.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 50px 0 0;
  padding: 7px 14px;
}

/* line 62, app/assets/stylesheets/admin/tenants.scss */
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

/* line 66, app/assets/stylesheets/admin/tenants.scss */
.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 72, app/assets/stylesheets/admin/tenants.scss */
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 77, app/assets/stylesheets/admin/tenants.scss */
.hovereffect:hover h2, .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

/* line 85, app/assets/stylesheets/admin/tenants.scss */
.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* line 90, app/assets/stylesheets/admin/tenants.scss */
.visible-on-hover:hover .invisible {
  visibility: visible;
}

/* line 94, app/assets/stylesheets/admin/tenants.scss */
.normal-text {
  color: #333333;
}

/* line 96, app/assets/stylesheets/admin/tenants.scss */
.normal-text:hover {
  color: #333333;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/admin/navbar-search.scss */
.navbar-form {
  margin: 0;
  padding-right: 0;
}

/* line 5, app/assets/stylesheets/admin/navbar-search.scss */
.navbar-form .input-group-btn {
  float: left;
}

/* line 10, app/assets/stylesheets/admin/navbar-search.scss */
.navbar-form .input-group > input.form-control[type="search"] {
  /* When item is not selected or has not value show hide */
  width: 0px;
  opacity: 0;
  padding: 0px;
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: white;
  transition: width 1s, opacity 1s;
  display: inline-block;
  float: right;
  /* When item is selected or has a value show full width */
}

/* line 27, app/assets/stylesheets/admin/navbar-search.scss */
.navbar-form .input-group > input.form-control[type="search"]:focus, .navbar-form .input-group > input.form-control[type="search"]:active, .navbar-form .input-group > input.form-control[type="search"]:not([value=""]) {
  padding: 6px 12px;
  opacity: 1;
  width: 170px;
  box-shadow: none;
}

/* line 33, app/assets/stylesheets/admin/navbar-search.scss */
.navbar-form .input-group > input.form-control[type="search"]:focus + .input-group-btn > .btn, .navbar-form .input-group > input.form-control[type="search"]:active + .input-group-btn > .btn, .navbar-form .input-group > input.form-control[type="search"]:not([value=""]) + .input-group-btn > .btn {
  border-left: 1px solid #333333;
  background-color: white;
  color: #1757A6;
}

/* line 41, app/assets/stylesheets/admin/navbar-search.scss */
.navbar-form .input-group .btn {
  background-color: transparent;
  border: 0;
  color: #1757A6;
  height: 50px;
  border-radius: 0;
  transition: background-color 1s, color 1s;
}

/* line 50, app/assets/stylesheets/admin/navbar-search.scss */
.navbar-form .input-group .btn:active {
  box-shadow: none;
}

@media screen and (min-width: 1180px) {
  /* line 2, app/assets/stylesheets/admin/navbar-toggle.scss */
  .navbar-default .navbar-nav > li a.dropdown-toggle:hover {
    background-color: #e6e6e6;
  }
  /* line 5, app/assets/stylesheets/admin/navbar-toggle.scss */
  .navbar-default .navbar-nav > li a.dropdown-toggle:hover + .dropdown-menu {
    display: block;
  }
}

/* line 11, app/assets/stylesheets/admin/navbar-toggle.scss */
.navbar-nav .dropdown-toggle + .dropdown-menu:hover {
  display: block;
}

/* line 15, app/assets/stylesheets/admin/navbar-toggle.scss */
.navbar-default .navbar-nav > li.important {
  font-weight: 500;
}

/* line 19, app/assets/stylesheets/admin/navbar-toggle.scss */
.navbar-default .navbar-nav > li.divider {
  height: 38px;
  margin: 6px 12px;
  border-right: solid 1px #555555;
}

/* line 2, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal h4 {
  font-weight: bold;
}

/* line 6, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .planning-rule {
  display: flex;
  align-items: baseline;
}

/* line 10, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .planning-rule > * {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 15, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .planning-rule input {
  font-size: 13px;
}

/* line 18, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .planning-rule .select2-container--bootstrap .select2-selection {
  font-size: 13px;
  line-height: 32px !important;
}

/* line 22, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .planning-rule input.numeric.integer {
  width: 69px;
}

/* line 27, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .planning-rule .select2-selection__rendered:empty::after {
  content: "\a0";
}

/* line 31, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .planning-rule.input-group-squeezed > input {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 37, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .planning-rule-shift {
  margin-top: 7px;
}

/* line 42, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .tenant_planning_rule_planning_scope_weekdays .control-label {
  margin-top: 30px;
}

/* line 46, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .tenant_planning_rule_planning_scope_weekdays span.checkbox {
  display: inline-block;
  margin-right: 7px;
}

/* line 49, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .tenant_planning_rule_planning_scope_weekdays span.checkbox label {
  margin-right: 12px;
}

/* line 56, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .modal-filter .enabled-filters {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  align-items: flex-start;
}

/* line 62, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .modal-filter .enabled-filters .filter-wrapper {
  min-width: 125px;
  flex-grow: 1;
  flex-basis: 47%;
  margin: 0 15px 15px 0;
  padding: 5px 15px 0 7px;
  border: 1px solid #CACACA;
  border-radius: 5px;
}

/* line 73, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .modal-filter a[data-action="filter-visibility#disableFilterKey"] {
  display: none;
}

/* line 78, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal .form-subtitle {
  margin-top: 30px;
}

/* line 82, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rules-modal > input, .planning-rules-modal select, .planning-rules-modal .form-control, .planning-rules-modal .select2-selection {
  height: 34px !important;
  line-height: 28px !important;
}

/* line 88, app/assets/stylesheets/admin/planning_rules.scss */
.planning-rule-add-exception {
  visibility: hidden;
}

/* line 93, app/assets/stylesheets/admin/planning_rules.scss */
tr.planning-rule:hover a.planning-rule-add-exception {
  visibility: visible;
}

/* line 98, app/assets/stylesheets/admin/planning_rules.scss */
td.rule-exception {
  padding-left: 50px !important;
}

/* line 101, app/assets/stylesheets/admin/planning_rules.scss */
td.rule-exception > a > span.title {
  color: #d9534f;
}

/* line 4, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .schedule-view-action-panel h4:hover {
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .schedule-view-action-panel ol.suggestions {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 15, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .schedule-view-action-panel ol.suggestions li {
  border: solid 1px #777777;
  margin: 6px 0;
  padding: 6px;
  display: flex;
}

/* line 22, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .schedule-view-action-panel ol.suggestions li img.profile {
  width: 50px;
}

/* line 29, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card:first-child {
  margin-top: 3px;
}

/* line 34, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule.planning-mode .team-shift-card:not(.highlight) {
  filter: blur(2px);
}

/* line 39, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card {
  color: black;
  margin: 6px 3px;
  padding: 3px;
  border-radius: 4px;
  background-color: #e7e7e7;
  transform: opacity 1s;
}

/* line 47, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card.selected ol.team-registrations {
  background-color: inherit;
}

/* line 50, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card.selected ol.team-registrations li {
  border-top: solid 1px rgba(0, 0, 0, 0);
}

/* line 56, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card:hover {
  box-shadow: 0 2px 4px 0 #777777;
}

/* line 64, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card.currentselected {
  opacity: 0.8;
}

/* line 68, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header {
  background: inherit;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}

/* line 75, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .progress, .planning-schedule .team-shift-card header .progressx {
  font-size: 9px;
  height: 14px;
  width: 40px;
}

/* line 80, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .progress .progress-bar, .planning-schedule .team-shift-card header .progressx .progress-bar {
  line-height: 12px;
}

/* line 85, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .editable {
  vertical-align: top;
  margin-right: 3px;
}

/* line 90, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .editable .input-group-sm input {
  height: 13px;
}

/* line 94, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .editable input {
  font-size: 9px;
  line-height: 13px;
  padding: 3px 3px;
}

/* line 100, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .editable input.form-control-bit-bigger {
  height: 16px;
}

/* line 106, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .main-content {
  width: 100%;
}

/* line 110, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .shift-area {
  white-space: nowrap;
}

/* line 114, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .team-title {
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 120, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .team-title:hover {
  cursor: pointer;
}

/* line 124, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .team-title.team-title-small {
  margin-right: 48px;
}

/* line 129, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .actions {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 4px;
  display: none;
}

/* line 138, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header .team-applications-icon {
  position: absolute;
  right: 3px;
  top: 0;
}

/* line 144, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card header:hover .actions {
  display: block;
}

/* line 150, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card.team-full ol.team-registrations li.new-team-registration-target {
  display: none;
}

/* line 155, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card ol.team-registrations {
  margin: 0;
  padding: 0px 3px;
  list-style-type: none;
  background-color: white;
  border-radius: 4px;
}

/* line 163, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card ol.team-registrations li.drop-target {
  background-color: #eeeeee;
}

/* line 167, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card ol.team-registrations li {
  margin: 0;
  padding: 1px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top: solid 1px white;
}

/* line 175, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card ol.team-registrations li .actions {
  display: none;
  position: absolute;
  right: 0;
}

/* line 183, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card ol.team-registrations li:hover {
  cursor: pointer;
  border-top: solid 1px #eeeeee;
  box-shadow: -3px 6px 6px -6px #777777;
}

/* line 188, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card ol.team-registrations li:hover .actions {
  display: inline-block;
}

/* line 193, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card ol.team-registrations li .actions {
  background-color: white;
}

/* line 196, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card ol.team-registrations li .actions .btn {
  border: none;
  padding: 0;
  background-color: white;
  margin: 0px 3px;
  font-size: 10px;
}

/* line 206, app/assets/stylesheets/admin/planning_schedule.scss */
.planning-schedule .team-shift-card ol.team-registrations li .volunteer-name {
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/admin/profile_property_values_verification.scss */
.profile-property-multi-choice {
  display: flex;
  align-items: center;
}

/* line 5, app/assets/stylesheets/admin/profile_property_values_verification.scss */
.profile-property-multi-choice input {
  width: 150px;
}

/* line 1, app/assets/stylesheets/admin/recruitment_global.scss */
.recruitment-global {
  padding: 0 6px 0px 0;
  border: solid 1px black;
  border-radius: 3px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/admin/recruitment_global.scss */
.recruitment-global.open {
  padding-bottom: 6px;
  z-index: 100;
  position: absolute;
  background-color: white;
  width: 545px;
}

/* line 17, app/assets/stylesheets/admin/recruitment_global.scss */
.recruitment-global .global-indicator-icon {
  background-color: #8cb8df;
  padding: 6px;
}

/* line 22, app/assets/stylesheets/admin/recruitment_global.scss */
.recruitment-global i.global-indicator-icon {
  font-size: 32px;
  padding: 4px;
}

/* line 27, app/assets/stylesheets/admin/recruitment_global.scss */
.recruitment-global a .global-indicator-icon:hover {
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/admin/recruitment_global.scss */
.global-icon-xxl {
  font-size: 64px;
  line-height: 1;
  margin: -6px;
}

/* line 2, app/assets/stylesheets/admin/settings-navigation.scss */
html[dir="ltr"] .beeple-settings {
  border-right: solid 1px #eeeeee;
}

/* line 7, app/assets/stylesheets/admin/settings-navigation.scss */
html[dir="rtl"] .beeple-settings {
  border-left: solid 1px #eeeeee;
}

/* line 12, app/assets/stylesheets/admin/settings-navigation.scss */
.beeple-settings h3:first-child {
  margin-top: 0;
}

/* line 16, app/assets/stylesheets/admin/settings-navigation.scss */
.beeple-settings h3 {
  margin-bottom: 3px;
}

/* line 21, app/assets/stylesheets/admin/settings-navigation.scss */
.beeple-settings-main h1 {
  font-size: 24px;
  margin-top: 0;
  padding: 0;
}

/* line 27, app/assets/stylesheets/admin/settings-navigation.scss */
.beeple-settings-main .section-sub-title {
  background-color: #f5f5f5;
  color: black;
  font-size: 18px;
}

/* line 34, app/assets/stylesheets/admin/settings-navigation.scss */
.beeple-settings-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 39, app/assets/stylesheets/admin/settings-navigation.scss */
.beeple-settings-navigation li {
  padding: 0;
  margin: 0;
}

/* line 43, app/assets/stylesheets/admin/settings-navigation.scss */
.beeple-settings-navigation li a {
  display: inline-block;
  padding: 6px 12px;
  color: black;
  width: 100%;
}

/* line 49, app/assets/stylesheets/admin/settings-navigation.scss */
.beeple-settings-navigation li a:hover, .beeple-settings-navigation li a.active {
  background-color: #eeeeee;
  text-decoration: none;
}

/* line 54, app/assets/stylesheets/admin/settings-navigation.scss */
.beeple-settings-navigation li a:active {
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/admin/settings-navigation.scss */
.beeple-settings-navigation li a.module-enabled::after {
  content: "●";
  color: #5cb85c;
}

/* line 61, app/assets/stylesheets/admin/settings-navigation.scss */
html[dir="ltr"] .beeple-settings-navigation li a.module-enabled::after {
  float: right;
}

/* line 64, app/assets/stylesheets/admin/settings-navigation.scss */
html[dir="rtl"] .beeple-settings-navigation li a.module-enabled::after {
  float: left;
}

/* line 69, app/assets/stylesheets/admin/settings-navigation.scss */
.beeple-settings-navigation li a.module-disabled::after {
  content: "●";
  color: #d9534f;
}

/* line 72, app/assets/stylesheets/admin/settings-navigation.scss */
html[dir="ltr"] .beeple-settings-navigation li a.module-disabled::after {
  float: right;
}

/* line 75, app/assets/stylesheets/admin/settings-navigation.scss */
html[dir="rtl"] .beeple-settings-navigation li a.module-disabled::after {
  float: left;
}

/* line 1, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view, .planning-board > .body-wrapper {
  /*   .schedule-view-action-panel {


      h1 {
        margin-top: 0;
      }

      .panel-buttons {
        margin-top: 9px;

        display: flex;
        flex-direction: row;

        & > * {
          flex-grow: 1;
          margin: 0 6px;
        }

        & > :first-child {
          margin-left: 0;
        }

        & > :last-child {
          margin-right: 0;
        }
      }
    }
 */
}

/* line 2, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel, .planning-board > .body-wrapper .schedule-view-side-panel {
  position: relative;
  margin-left: 10px;
  width: 300px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

/* line 19, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel .side-panel-title h1, .planning-board > .body-wrapper .schedule-view-side-panel .side-panel-title h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 25, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel .side-panel-title h2, .planning-board > .body-wrapper .schedule-view-side-panel .side-panel-title h2 {
  font-size: 1.5rem;
  color: lightgrey;
  margin-top: 5px;
}

/* line 34, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .small-progress, .schedule-view .settings-card-information-wrapper .small-progress, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .small-progress, .planning-board > .body-wrapper .settings-card-information-wrapper .small-progress {
  width: 75px;
}

/* line 38, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .side-panel-filter, .schedule-view .settings-card-information-wrapper .side-panel-filter, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .side-panel-filter, .planning-board > .body-wrapper .settings-card-information-wrapper .side-panel-filter {
  position: fixed;
  right: 300px;
  width: 300px;
  top: 50px;
  padding: 6px;
  background-color: white;
  z-index: 1010;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

/* line 50, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .side-panel-filter.smallish, .schedule-view .settings-card-information-wrapper .side-panel-filter.smallish, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .side-panel-filter.smallish, .planning-board > .body-wrapper .settings-card-information-wrapper .side-panel-filter.smallish {
  top: initial;
}

/* line 55, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .results-count, .schedule-view .settings-card-information-wrapper .results-count, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .results-count, .planning-board > .body-wrapper .settings-card-information-wrapper .results-count {
  color: #777777;
  font-size: 0.75em;
  float: right;
}

/* line 59, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .results-count strong, .schedule-view .settings-card-information-wrapper .results-count strong, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .results-count strong, .planning-board > .body-wrapper .settings-card-information-wrapper .results-count strong {
  font-weight: nornal;
}

/* line 64, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ol.suggestions, .schedule-view .settings-card-information-wrapper ol.suggestions, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ol.suggestions, .planning-board > .body-wrapper .settings-card-information-wrapper ol.suggestions {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 69, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ol.suggestions li, .schedule-view .settings-card-information-wrapper ol.suggestions li, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ol.suggestions li, .planning-board > .body-wrapper .settings-card-information-wrapper ol.suggestions li {
  margin: 0;
  padding: 0;
}

/* line 75, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.main-tabs, .schedule-view .settings-card-information-wrapper ul.main-tabs, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.main-tabs, .planning-board > .body-wrapper .settings-card-information-wrapper ul.main-tabs {
  position: relative;
  z-index: 20;
}

/* line 82, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs > li > a, .schedule-view .settings-card-information-wrapper ul.secondary-tabs > li > a, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs > li > a, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs > li > a {
  align-self: center;
}

/* line 87, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li.secondary-tabs-container, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li.secondary-tabs-container, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li.secondary-tabs-container, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li.secondary-tabs-container {
  flex-grow: 1;
  min-width: 50px;
  border-right: 0;
  overflow: hidden;
}

/* line 93, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li.secondary-tabs-container ul, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li.secondary-tabs-container ul, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li.secondary-tabs-container ul, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li.secondary-tabs-container ul {
  box-shadow: none;
}

/* line 97, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li.secondary-tabs-container:hover, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li.secondary-tabs-container:hover, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li.secondary-tabs-container:hover, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li.secondary-tabs-container:hover {
  background-color: inherit;
}

/* line 102, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs {
  position: relative;
  border-radius: none;
  min-width: 50px;
  left: 0;
  transition: left 1s;
  flex-grow: 1;
}

/* line 111, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li {
  min-width: 50%;
  max-width: 50%;
  font-size: 11px;
}

/* line 117, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li a:first-of-type, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li a:first-of-type, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li a:first-of-type, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li a:first-of-type {
  padding: 6px 0 6px 6px;
}

/* line 121, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li a.mdi, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li a.mdi, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li a.mdi, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li a.mdi {
  padding: 6px;
}

/* line 126, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs span.badge.has-errors, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs span.badge.has-errors, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs span.badge.has-errors, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs span.badge.has-errors {
  display: inline-table;
  top: 0;
  background: red;
  color: white;
  line-height: 1.1em;
  font-size: 1.1em;
}

/* line 136, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li {
  flex-grow: 0;
  flex-shrink: 1;
  display: flex;
}

/* line 141, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li a.mdi, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li a.mdi, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li a.mdi, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li a.mdi {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
  font-size: 16px;
  padding: 0;
  margin-right: 6px;
  display: inline-block;
  min-width: 10px;
}

/* line 151, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li a.mdi:hover, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li a.mdi:hover, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li a.mdi:hover, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li a.mdi:hover {
  color: #1757A6;
  font-weight: bold;
}

/* line 160, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li a, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li a, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li a, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li a {
  flex-grow: 1;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  min-width: 10px;
}

/* line 174, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.main-tabs, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs, .schedule-view .settings-card-information-wrapper ul.main-tabs, .schedule-view .settings-card-information-wrapper ul.secondary-tabs, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.main-tabs, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs, .planning-board > .body-wrapper .settings-card-information-wrapper ul.main-tabs, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

/* line 185, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.main-tabs li, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li, .schedule-view .settings-card-information-wrapper ul.main-tabs li, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.main-tabs li, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li, .planning-board > .body-wrapper .settings-card-information-wrapper ul.main-tabs li, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li {
  margin: 0;
  border-right: solid 1px #CACACA;
  vertical-align: top;
}

/* line 191, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.main-tabs li a, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li a, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li a, .schedule-view .settings-card-information-wrapper ul.main-tabs li a, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li a, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li a, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.main-tabs li a, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li a, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li a, .planning-board > .body-wrapper .settings-card-information-wrapper ul.main-tabs li a, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li a, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li a {
  padding: 12px;
  display: inline-block;
  color: inherit;
}

/* line 196, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.main-tabs li a:hover, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li a:hover, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li a:hover, .schedule-view .settings-card-information-wrapper ul.main-tabs li a:hover, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li a:hover, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li a:hover, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.main-tabs li a:hover, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li a:hover, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li a:hover, .planning-board > .body-wrapper .settings-card-information-wrapper ul.main-tabs li a:hover, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li a:hover, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 202, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.main-tabs li span.badge, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li span.badge, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li span.badge, .schedule-view .settings-card-information-wrapper ul.main-tabs li span.badge, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li span.badge, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li span.badge, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.main-tabs li span.badge, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li span.badge, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li span.badge, .planning-board > .body-wrapper .settings-card-information-wrapper ul.main-tabs li span.badge, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li span.badge, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li span.badge {
  top: -1em;
  right: 0.5em;
  background-color: #1757A6;
  box-shadow: -1px 2px 5px 1px black;
  position: relative;
}

/* line 210, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.main-tabs li:hover, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li:hover, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li:hover, .schedule-view .settings-card-information-wrapper ul.main-tabs li:hover, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li:hover, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li:hover, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.main-tabs li:hover, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li:hover, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li:hover, .planning-board > .body-wrapper .settings-card-information-wrapper ul.main-tabs li:hover, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li:hover, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li:hover {
  background-color: #eeeeee;
}

/* line 214, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.main-tabs li.selected, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li.selected, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li.selected, .schedule-view .settings-card-information-wrapper ul.main-tabs li.selected, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li.selected, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li.selected, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.main-tabs li.selected, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li.selected, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li.selected, .planning-board > .body-wrapper .settings-card-information-wrapper ul.main-tabs li.selected, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li.selected, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li.selected {
  background-color: #1757A6;
  color: white;
}

/* line 218, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper ul.main-tabs li.selected a.mdi:hover, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs li.selected a.mdi:hover, .schedule-view .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li.selected a.mdi:hover, .schedule-view .settings-card-information-wrapper ul.main-tabs li.selected a.mdi:hover, .schedule-view .settings-card-information-wrapper ul.secondary-tabs li.selected a.mdi:hover, .schedule-view .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li.selected a.mdi:hover, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.main-tabs li.selected a.mdi:hover, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs li.selected a.mdi:hover, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper ul.secondary-tabs ul.actual-tabs li.selected a.mdi:hover, .planning-board > .body-wrapper .settings-card-information-wrapper ul.main-tabs li.selected a.mdi:hover, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs li.selected a.mdi:hover, .planning-board > .body-wrapper .settings-card-information-wrapper ul.secondary-tabs ul.actual-tabs li.selected a.mdi:hover {
  color: #0b284c;
  font-weight: bold;
}

/* line 226, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .main-content > header, .schedule-view .schedule-view-side-panel-wrapper .main-content > section > header, .schedule-view .schedule-view-side-panel-wrapper .main-content header.fancy-title, .schedule-view .settings-card-information-wrapper .main-content > header, .schedule-view .settings-card-information-wrapper .main-content > section > header, .schedule-view .settings-card-information-wrapper .main-content header.fancy-title, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .main-content > header, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .main-content > section > header, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .main-content header.fancy-title, .planning-board > .body-wrapper .settings-card-information-wrapper .main-content > header, .planning-board > .body-wrapper .settings-card-information-wrapper .main-content > section > header, .planning-board > .body-wrapper .settings-card-information-wrapper .main-content header.fancy-title {
  display: flex;
  flex-direction: row;
  margin: 0.5em 0;
}

/* line 230, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .main-content > header.sticky, .schedule-view .schedule-view-side-panel-wrapper .main-content > section > header.sticky, .schedule-view .schedule-view-side-panel-wrapper .main-content header.fancy-title.sticky, .schedule-view .settings-card-information-wrapper .main-content > header.sticky, .schedule-view .settings-card-information-wrapper .main-content > section > header.sticky, .schedule-view .settings-card-information-wrapper .main-content header.fancy-title.sticky, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .main-content > header.sticky, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .main-content > section > header.sticky, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .main-content header.fancy-title.sticky, .planning-board > .body-wrapper .settings-card-information-wrapper .main-content > header.sticky, .planning-board > .body-wrapper .settings-card-information-wrapper .main-content > section > header.sticky, .planning-board > .body-wrapper .settings-card-information-wrapper .main-content header.fancy-title.sticky {
  background-color: white;
  z-index: 1;
  position: sticky;
  top: 0;
}

/* line 239, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .main-content > header h2, .schedule-view .schedule-view-side-panel-wrapper .main-content > section > header h2, .schedule-view .schedule-view-side-panel-wrapper .main-content header.fancy-title h2, .schedule-view .settings-card-information-wrapper .main-content > header h2, .schedule-view .settings-card-information-wrapper .main-content > section > header h2, .schedule-view .settings-card-information-wrapper .main-content header.fancy-title h2, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .main-content > header h2, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .main-content > section > header h2, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .main-content header.fancy-title h2, .planning-board > .body-wrapper .settings-card-information-wrapper .main-content > header h2, .planning-board > .body-wrapper .settings-card-information-wrapper .main-content > section > header h2, .planning-board > .body-wrapper .settings-card-information-wrapper .main-content header.fancy-title h2 {
  flex-grow: 1;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 6px;
  margin: 0;
  margin-right: 6px;
  border-radius: 5px;
}

/* line 250, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .btn-group, .schedule-view .settings-card-information-wrapper .btn-group, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .btn-group, .planning-board > .body-wrapper .settings-card-information-wrapper .btn-group {
  margin-right: 3px;
}

/* line 254, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .btn, .schedule-view .settings-card-information-wrapper .btn, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .btn, .planning-board > .body-wrapper .settings-card-information-wrapper .btn {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border: none;
}

/* line 259, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .radio label.radio_buttons, .schedule-view .schedule-view-side-panel-wrapper .checkbox label.radio_buttons, .schedule-view .settings-card-information-wrapper .radio label.radio_buttons, .schedule-view .settings-card-information-wrapper .checkbox label.radio_buttons, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .radio label.radio_buttons, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .checkbox label.radio_buttons, .planning-board > .body-wrapper .settings-card-information-wrapper .radio label.radio_buttons, .planning-board > .body-wrapper .settings-card-information-wrapper .checkbox label.radio_buttons {
  padding-left: 0;
  display: block;
  font-weight: bold;
}

/* line 265, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .radio label.radio-inline, .schedule-view .settings-card-information-wrapper .radio label.radio-inline, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .radio label.radio-inline, .planning-board > .body-wrapper .settings-card-information-wrapper .radio label.radio-inline {
  display: inline-block;
  font-weight: normal;
}

/* line 270, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .tab-content, .schedule-view .settings-card-information-wrapper .tab-content, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .tab-content, .planning-board > .body-wrapper .settings-card-information-wrapper .tab-content {
  height: calc(100vh - 235px);
  padding: 0 6px;
  display: flex;
  flex-direction: column;
}

/* line 276, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .tab-content .fixed-content, .schedule-view .settings-card-information-wrapper .tab-content .fixed-content, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .tab-content .fixed-content, .planning-board > .body-wrapper .settings-card-information-wrapper .tab-content .fixed-content {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 281, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .tab-content .flexible, .schedule-view .settings-card-information-wrapper .tab-content .flexible, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .tab-content .flexible, .planning-board > .body-wrapper .settings-card-information-wrapper .tab-content .flexible {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 200px;
  /* arbitrarty to make it work */
  display: flex;
  flex-direction: column;
}

/* line 290, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .tab-content .flexible .main-content, .schedule-view .settings-card-information-wrapper .tab-content .flexible .main-content, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .tab-content .flexible .main-content, .planning-board > .body-wrapper .settings-card-information-wrapper .tab-content .flexible .main-content {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 298, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .tab-content .flexible .actions-content, .schedule-view .settings-card-information-wrapper .tab-content .flexible .actions-content, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .tab-content .flexible .actions-content, .planning-board > .body-wrapper .settings-card-information-wrapper .tab-content .flexible .actions-content {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
}

/* line 303, app/assets/stylesheets/admin/schedule_view_side_panel.scss */
.schedule-view .schedule-view-side-panel-wrapper .tab-content .flexible .actions-content .actions, .schedule-view .settings-card-information-wrapper .tab-content .flexible .actions-content .actions, .planning-board > .body-wrapper .schedule-view-side-panel-wrapper .tab-content .flexible .actions-content .actions, .planning-board > .body-wrapper .settings-card-information-wrapper .tab-content .flexible .actions-content .actions {
  text-align: left;
  display: inline-block;
  border: solid 1px #CACACA;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  padding: 3px;
}

/* line 1, app/assets/stylesheets/admin/schedule_view.scss */
.grid-supported {
  display: none;
}

/* assume no support */
/* line 3, app/assets/stylesheets/admin/schedule_view.scss */
.breadcrumb + .schedule-view-wrapper {
  margin-top: 25px;
}

@supports (display: grid) {
  /* toggle (not) support messages if it is supported */
  /* line 9, app/assets/stylesheets/admin/schedule_view.scss */
  .grid-supported {
    display: inline;
  }
  /* line 10, app/assets/stylesheets/admin/schedule_view.scss */
  .grid-not-supported {
    display: none;
  }
}

/* line 13, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view, .board-controls {
  /* The grid */
  /* Collapsable panels */
  /* Collapsable panel date selector (quick selects) */
  /* Support for inline edits */
}

/* line 14, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .toaster, .board-controls .toaster {
  position: absolute;
  max-width: 750px;
  min-width: 750px;
  margin-left: 50%;
  left: -375px;
  top: 50px;
  z-index: 1000;
  padding: 6px;
}

/* line 26, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view > form > header, .board-controls > form > header {
  display: flex;
  margin-bottom: 6px;
}

/* line 29, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view > form > header > *:first-child, .board-controls > form > header > *:first-child {
  margin-left: 0;
}

/* line 33, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view > form > header > *:last-child, .board-controls > form > header > *:last-child {
  margin-right: 0;
}

/* line 37, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view > form > header > .btn-group, .board-controls > form > header > .btn-group {
  margin: 0 6px;
}

/* line 45, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .form-group span:first-of-type, .board-controls .form-group span:first-of-type {
  margin-top: 0;
  margin-left: 0;
}

/* line 51, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-flex, .board-controls .schedule-view-flex {
  display: flex;
  flex-direction: row;
  /* Make sure it never scrolls */
  max-width: calc(100vw - 30px);
  width: calc(100vw - 30px);
  overflow: hidden;
}

/* line 61, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid-wrapper, .board-controls .schedule-view-grid-wrapper {
  overflow: auto;
  flex-grow: 1;
  max-height: calc(100vh - 160px);
}

/* line 68, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid, .board-controls .schedule-view-grid {
  display: grid;
  position: relative;
  /* Headers */
  /* Special cell that should not get borders */
}

/* line 69, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense, .board-controls .schedule-view-grid.schedule-view-grid-dense {
  font-size: 9px;
}

/* line 72, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .custom-color-picker, .board-controls .schedule-view-grid.schedule-view-grid-dense .custom-color-picker {
  width: 7px;
  height: 7px;
}

/* line 77, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .progress-only-cell, .board-controls .schedule-view-grid.schedule-view-grid-dense .progress-only-cell {
  padding: 2px;
}

/* line 81, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .progress, .board-controls .schedule-view-grid.schedule-view-grid-dense .progress {
  height: 13px;
}

/* line 83, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .progress .progress-bar, .board-controls .schedule-view-grid.schedule-view-grid-dense .progress .progress-bar {
  line-height: 13px;
  font-size: 9px;
}

/* line 90, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell .collapse-area, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell .collapse-area {
  width: 18px;
  padding: 3px;
}

/* line 96, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-0 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-0 .header-cutout {
  margin-left: 0px;
}

/* line 96, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-1 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-1 .header-cutout {
  margin-left: 16px;
}

/* line 96, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-2 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-2 .header-cutout {
  margin-left: 32px;
}

/* line 96, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-3 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-3 .header-cutout {
  margin-left: 48px;
}

/* line 96, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-4 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-4 .header-cutout {
  margin-left: 64px;
}

/* line 96, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-5 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-5 .header-cutout {
  margin-left: 80px;
}

/* line 96, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-6 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-6 .header-cutout {
  margin-left: 96px;
}

/* line 96, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-7 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-7 .header-cutout {
  margin-left: 112px;
}

/* line 96, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-8 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-8 .header-cutout {
  margin-left: 128px;
}

/* line 96, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-9 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-9 .header-cutout {
  margin-left: 144px;
}

/* line 96, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-10 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell.header-cell-offset-10 .header-cutout {
  margin-left: 160px;
}

/* line 101, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-dense .header-row-cell .content-label, .board-controls .schedule-view-grid.schedule-view-grid-dense .header-row-cell .content-label {
  padding-left: 3px;
  padding-top: 2px;
}

/* line 108, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort, .board-controls .schedule-view-grid.schedule-view-grid-comfort {
  font-size: 11px;
}

/* line 111, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .custom-color-picker, .board-controls .schedule-view-grid.schedule-view-grid-comfort .custom-color-picker {
  width: 11px;
  height: 11px;
}

/* line 116, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-date-cell, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-date-cell {
  padding: 6px;
  background-color: white;
}

/* line 121, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-date-today, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-date-today {
  background-color: #c7c5c5;
  color: white;
}

/* line 127, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell .collapse-area, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell .collapse-area {
  width: 36px;
  padding: 12px;
}

/* line 133, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-0 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-0 .header-cutout {
  margin-left: 0px;
}

/* line 133, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-1 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-1 .header-cutout {
  margin-left: 34px;
}

/* line 133, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-2 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-2 .header-cutout {
  margin-left: 68px;
}

/* line 133, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-3 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-3 .header-cutout {
  margin-left: 102px;
}

/* line 133, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-4 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-4 .header-cutout {
  margin-left: 136px;
}

/* line 133, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-5 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-5 .header-cutout {
  margin-left: 170px;
}

/* line 133, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-6 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-6 .header-cutout {
  margin-left: 204px;
}

/* line 133, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-7 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-7 .header-cutout {
  margin-left: 238px;
}

/* line 133, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-8 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-8 .header-cutout {
  margin-left: 272px;
}

/* line 133, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-9 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-9 .header-cutout {
  margin-left: 306px;
}

/* line 133, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-10 .header-cutout, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell.header-cell-offset-10 .header-cutout {
  margin-left: 340px;
}

/* line 138, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-row-cell .content-label, .board-controls .schedule-view-grid.schedule-view-grid-comfort .header-row-cell .content-label {
  padding: 12px;
}

/* line 143, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .progress-only-cell, .board-controls .schedule-view-grid.schedule-view-grid-comfort .progress-only-cell {
  padding: 12px;
}

/* line 154, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-topleft-cell, .board-controls .schedule-view-grid .header-topleft-cell {
  background-color: white;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 16;
  margin-right: 1px;
  margin-top: -1px;
  margin-bottom: 2px;
}

/* line 166, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .normal-grid-cell, .board-controls .schedule-view-grid .normal-grid-cell {
  background-color: white;
}

/* line 170, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-date-cell:nth-child(2), .board-controls .schedule-view-grid .header-date-cell:nth-child(2) {
  border-left: solid 1px #CACACA;
  border-radius: 6px 0 0 0;
  margin-left: -1px;
}

/* line 176, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-date-cell, .board-controls .schedule-view-grid .header-date-cell {
  border: solid 1px #CACACA;
  border-left: none;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 10;
  font-size: 13px;
}

/* line 187, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-date-today, .board-controls .schedule-view-grid .header-date-today {
  background-color: #c7c5c5;
  color: white;
}

/* line 192, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid > header.header-row-cell-content.header-cell-offset-0:first-of-type, .board-controls .schedule-view-grid > header.header-row-cell-content.header-cell-offset-0:first-of-type {
  border-top: solid 1px #CACACA;
  margin-top: -1px;
}

/* line 197, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell, .board-controls .schedule-view-grid .header-row-cell {
  position: sticky;
  left: 0;
  margin-top: -1px;
  background-color: white;
  border-radius: 0 0 0 6px;
}

/* line 206, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-0, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-0 {
  z-index: 15;
}

/* line 206, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-1, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-1 {
  z-index: 14;
}

/* line 206, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-2, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-2 {
  z-index: 13;
}

/* line 206, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-3, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-3 {
  z-index: 12;
}

/* line 206, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-4, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-4 {
  z-index: 11;
}

/* line 206, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-5, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-5 {
  z-index: 10;
}

/* line 206, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-6, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-6 {
  z-index: 9;
}

/* line 206, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-7, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-7 {
  z-index: 8;
}

/* line 206, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-8, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-8 {
  z-index: 7;
}

/* line 206, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-9, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-9 {
  z-index: 6;
}

/* line 206, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-10, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-10 {
  z-index: 5;
}

/* line 211, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-0, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-0 {
  border-radius: 6px 0 0 6px;
}

/* line 214, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell.header-cell-offset-0 .collapse-area, .board-controls .schedule-view-grid .header-row-cell.header-cell-offset-0 .collapse-area {
  border-radius: 6px 0 0 6px;
}

/* line 220, app/assets/stylesheets/admin/schedule_view.scss */
html[dir="ltr"] .schedule-view .schedule-view-grid .header-row-cell.is-collapsed > .header-cutout > .collapse-area .collapsed-icon::before, html[dir="ltr"] .board-controls .schedule-view-grid .header-row-cell.is-collapsed > .header-cutout > .collapse-area .collapsed-icon::before {
  content: "\f142";
}

/* line 223, app/assets/stylesheets/admin/schedule_view.scss */
html[dir="rtl"] .schedule-view .schedule-view-grid .header-row-cell.is-collapsed > .header-cutout > .collapse-area .collapsed-icon::before, html[dir="rtl"] .board-controls .schedule-view-grid .header-row-cell.is-collapsed > .header-cutout > .collapse-area .collapsed-icon::before {
  content: "\F141";
}

/* line 228, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell:not(.is-collapsed) > .header-cutout > .collapse-area .collapsed-icon::before, .board-controls .schedule-view-grid .header-row-cell:not(.is-collapsed) > .header-cutout > .collapse-area .collapsed-icon::before {
  content: "\f140";
}

/* line 232, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell .collapse-area, .board-controls .schedule-view-grid .header-row-cell .collapse-area {
  display: inline-block;
  /*border-right: solid 1px $gray-dark;*/
  border-radius: 0 0 0 6px;
  position: relative;
}

/* line 239, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell .collapse-area:hover, .board-controls .schedule-view-grid .header-row-cell .collapse-area:hover {
  cursor: pointer;
}

/* line 244, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell .collapse-area-no-bg, .board-controls .schedule-view-grid .header-row-cell .collapse-area-no-bg {
  border: solid 1px #CACACA;
}

/* line 248, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell .collapsed-icon, .board-controls .schedule-view-grid .header-row-cell .collapsed-icon {
  display: inline-block;
  font-family: "Material Design Icons";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  margin-top: -6px;
  position: absolute;
}

/* line 265, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell .header-cutout, .board-controls .schedule-view-grid .header-row-cell .header-cutout {
  /* Padding is set on the label */
  display: flex;
  height: 100%;
}

/* line 271, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell .content-label, .board-controls .schedule-view-grid .header-row-cell .content-label {
  font-weight: bold;
  flex-grow: 1;
  border: solid 1px #CACACA;
  border-left: none;
  overflow: hidden;
}

/* line 281, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell-empty, .board-controls .schedule-view-grid .header-row-cell-empty {
  margin-top: 0;
  border: none;
  border-right: solid 1px #CACACA;
}

/* line 287, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell-content, .board-controls .schedule-view-grid .header-row-cell-content {
  margin-top: 0;
  border: none;
  border-right: solid 1px #CACACA;
}

/* line 292, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell-content .header-cutout, .board-controls .schedule-view-grid .header-row-cell-content .header-cutout {
  border: none;
}

/* line 296, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .header-row-cell-content .content-label, .board-controls .schedule-view-grid .header-row-cell-content .content-label {
  border: none;
  border-bottom: solid 1px #CACACA;
  border-left: solid 1px #CACACA;
}

/* line 303, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .progress-only-cell, .board-controls .schedule-view-grid .progress-only-cell {
  border-right: solid 1px #CACACA;
  border-bottom: solid 1px #CACACA;
}

/* line 308, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid .content-cell, .board-controls .schedule-view-grid .content-cell {
  border-right: solid 1px #CACACA;
  border-bottom: solid 1px #CACACA;
}

/* line 315, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .collapsable-panel, .board-controls .collapsable-panel {
  border: solid 1px #CACACA;
  margin-bottom: 6px;
  border-radius: 6px;
}

/* line 320, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .collapsable-panel.collapsable-panel-flex, .board-controls .collapsable-panel.collapsable-panel-flex {
  display: flex;
}

/* line 323, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .collapsable-panel.collapsable-panel-flex > *, .board-controls .collapsable-panel.collapsable-panel-flex > * {
  padding: 24px;
}

/* line 327, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .collapsable-panel.collapsable-panel-flex .panel-panel-flex-max-33, .board-controls .collapsable-panel.collapsable-panel-flex .panel-panel-flex-max-33 {
  max-width: 33%;
}

/* line 337, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .collapsable-panel .quick-selects h4, .board-controls .collapsable-panel .quick-selects h4 {
  margin-top: 0;
}

/* line 341, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .collapsable-panel .quick-selects ol, .board-controls .collapsable-panel .quick-selects ol {
  list-style-type: none;
  padding-left: 12px;
}

/* line 345, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .collapsable-panel .quick-selects ol li, .board-controls .collapsable-panel .quick-selects ol li {
  padding: 3px;
  margin: 0;
}

/* line 349, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .collapsable-panel .quick-selects ol li:hover, .board-controls .collapsable-panel .quick-selects ol li:hover {
  cursor: pointer;
  background-color: #CACACA;
}

/* line 359, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .editable, .board-controls .editable {
  display: inline-block;
}

/* line 362, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .editable:hover, .board-controls .editable:hover {
  cursor: pointer;
}

/* line 366, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .editable .read-only, .board-controls .editable .read-only {
  display: block;
}

/* line 370, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .editable .edit-only, .board-controls .editable .edit-only {
  display: none;
}

/* line 375, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .editable.editing .read-only, .board-controls .editable.editing .read-only {
  display: none;
}

/* line 379, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .editable.editing .edit-only, .board-controls .editable.editing .edit-only {
  display: block;
}

/* line 384, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .editable form, .board-controls .editable form {
  display: inline-block;
}

/* line 387, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .editable form input, .board-controls .editable form input {
  max-width: 80px;
}

/* line 394, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .schedule-view-grid.schedule-view-grid-comfort .header-date-cell {
  padding: 0;
  padding-top: 6px;
}

/* line 400, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .volunteer-stats-wrapper {
  margin-right: 5px;
}

/* line 404, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view table.volunteer-stats {
  margin-bottom: 5px;
}

/* line 407, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view table.volunteer-stats * {
  font-size: 10px;
}

/* line 410, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view table.volunteer-stats * .volunteer-stats-total {
  float: right;
}

@media (max-width: 1270px) {
  /* line 418, app/assets/stylesheets/admin/schedule_view.scss */
  .schedule-view .settings-card-information-wrapper .settings-card-wrapper {
    padding-left: 20px;
  }
}

/* line 426, app/assets/stylesheets/admin/schedule_view.scss */
.settings-card-information-wrapper .settings-card-wrapper {
  width: 259px;
  display: inline-flex;
  flex-direction: column;
  padding-left: 20px;
}

/* line 432, app/assets/stylesheets/admin/schedule_view.scss */
.settings-card-information-wrapper .add-card-row-button {
  align-self: flex-end;
  justify-self: flex-end;
}

/* line 441, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .stylish-checkbox + label {
  float: right;
  margin-left: 4px;
}

/* line 446, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .stylish-checkbox + label:before {
  background: white;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

/* line 451, app/assets/stylesheets/admin/schedule_view.scss */
.schedule-view .stylish-checkbox.hide + label {
  display: none;
}

/* line 1, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button {
  border-radius: 50%;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: white;
  margin-top: 3px;
}

/* line 10, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button .dropdown-toggle span {
  display: none;
}

/* line 14, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button.async-error {
  background-color: #d9534f;
}

/* line 17, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button.async-error a.dropdown-toggle:hover {
  background-color: #d9534f !important;
}

/* line 21, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button.async-error .dropdown-toggle span.async-error-icon-wrapper {
  display: inline;
}

/* line 26, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button.async-pending {
  background-color: #f0ad4e;
}

/* line 29, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button.async-pending a.dropdown-toggle:hover {
  background-color: #f0ad4e !important;
}

/* line 33, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button.async-pending .dropdown-toggle span.async-pending-icon-wrapper {
  display: inline;
}

/* line 38, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button.async-completed {
  background-color: #5cb85c;
}

/* line 41, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button.async-completed a.dropdown-toggle:hover {
  background-color: #5cb85c !important;
}

/* line 45, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button.async-completed .dropdown-toggle span.async-completed-icon-wrapper {
  display: inline;
}

/* line 50, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button a {
  color: white;
}

/* line 54, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button a.dropdown-toggle:hover {
  color: white;
}

/* line 58, app/assets/stylesheets/admin/async-tasks.scss */
.async-tasks_popover-button > i {
  font-size: 20px;
}

/* Popover styling */
/* line 65, app/assets/stylesheets/admin/async-tasks.scss */
.popover__wrapper {
  position: relative;
  margin-top: 1rem;
  display: inline-block;
  z-index: 10;
  opacity: 1;
}

/* line 72, app/assets/stylesheets/admin/async-tasks.scss */
.popover__wrapper > a.dropdown-toggle:hover {
  background-color: inherit;
}

/* line 77, app/assets/stylesheets/admin/async-tasks.scss */
.popover__content {
  opacity: 1;
  z-index: 10;
  position: absolute;
  top: 40px;
  transform: translate(0, 10px);
  background-color: white;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 700px;
  border-radius: 5px;
}

/* line 89, app/assets/stylesheets/admin/async-tasks.scss */
html[dir="ltr"] .popover__content {
  right: -20px;
}

/* line 92, app/assets/stylesheets/admin/async-tasks.scss */
html[dir="rtl"] .popover__content {
  left: -20px;
}

/* line 96, app/assets/stylesheets/admin/async-tasks.scss */
.popover__content > .beeple-results-throbber {
  text-align: center;
}

/* line 101, app/assets/stylesheets/admin/async-tasks.scss */
.popover__content:before {
  position: absolute;
  z-index: 10;
  opacity: 1;
  content: "";
  top: -15px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent white transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

/* line 112, app/assets/stylesheets/admin/async-tasks.scss */
html[dir="ltr"] .popover__content:before {
  right: 15px;
}

/* line 115, app/assets/stylesheets/admin/async-tasks.scss */
html[dir="rtl"] .popover__content:before {
  left: 15px;
}

/* line 120, app/assets/stylesheets/admin/async-tasks.scss */
.popover__overlay {
  opacity: 0.3;
  background: #000;
  top: 50px;
  left: 0;
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
}

/* line 133, app/assets/stylesheets/admin/async-tasks.scss */
table#async_tasks_table .column-icon {
  text-align: center;
  font-size: 18px;
  width: 50px;
  color: red;
}

/* line 140, app/assets/stylesheets/admin/async-tasks.scss */
table#async_tasks_table a.btn.btn-td.btn-task-finalise {
  border: 1px darkgray solid;
  color: white;
  background-color: #1757A6;
  visibility: visible;
}

/* line 146, app/assets/stylesheets/admin/async-tasks.scss */
table#async_tasks_table a.btn.btn-td.btn-task-finalise:hover {
  color: #1757A6;
  background-color: white;
}

/* line 1, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-group-title {
  margin-left: 25px;
  font-size: 14px;
}

/* line 6, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title {
  font-size: 16px;
  display: flex;
  align-items: baseline;
}

/* line 11, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title input[type="checkbox"] {
  margin-right: 3px;
}

/* line 15, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title label > i {
  margin-left: 2px;
  margin-right: 2px;
}

/* line 20, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title.has-errors {
  color: #a94442;
}

/* line 24, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title > .collapsible-title {
  display: flex;
  flex-grow: 1;
  align-items: baseline;
}

/* line 29, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title > .collapsible-title i.mdi-beeple-collapse-dynamic {
  font-size: 18px;
  margin-left: auto;
  order: 2;
}

/* line 35, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title > .collapsible-title .title__left {
  display: flex;
  flex-grow: 1;
}

/* line 39, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title > .collapsible-title .title__left span.bold {
  font-weight: bold;
}

/* line 43, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title > .collapsible-title .title__left .icon {
  margin-left: 3px;
  margin-right: 2px;
}

/* line 49, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title > .collapsible-title .title__right {
  margin-left: auto;
  order: 2;
}

/* line 54, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title > .collapsible-title label {
  font-weight: normal;
}

/* line 59, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title.nested {
  margin-left: 25px;
  font-size: 14px;
}

/* line 63, app/assets/stylesheets/admin/bulk_edits.scss */
.bulk-edit-attribute-title.nested + .collapse {
  margin-left: 20px;
}

/* line 69, app/assets/stylesheets/admin/bulk_edits.scss */
.inputs-in-row {
  display: flex;
  flex-direction: row;
}

/* line 73, app/assets/stylesheets/admin/bulk_edits.scss */
.inputs-in-row :first-of-type(&.input-with-heading) {
  margin-left: 50px;
}

/* line 78, app/assets/stylesheets/admin/bulk_edits.scss */
.input-with-heading {
  display: block;
  margin-left: 25px;
}

/* line 82, app/assets/stylesheets/admin/bulk_edits.scss */
.input-with-heading .input-with-heading__heading {
  display: flex;
  flex-direction: row;
}

/* line 86, app/assets/stylesheets/admin/bulk_edits.scss */
.input-with-heading .input-with-heading__heading .input-heading__left {
  flex: content;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 100px;
}

/* line 93, app/assets/stylesheets/admin/bulk_edits.scss */
.input-with-heading .input-with-heading__heading .input-heading__left span.bold {
  font-weight: bold;
}

/* line 98, app/assets/stylesheets/admin/bulk_edits.scss */
.input-with-heading .input-with-heading__heading .input-heading__right {
  margin-left: auto;
  min-width: 30px;
}

/* line 104, app/assets/stylesheets/admin/bulk_edits.scss */
.input-with-heading .form-control {
  min-height: 28px;
}

/* line 108, app/assets/stylesheets/admin/bulk_edits.scss */
.input-with-heading .control-label > input, .input-with-heading select, .input-with-heading span.select {
  margin-left: 10px;
}

/* line 112, app/assets/stylesheets/admin/bulk_edits.scss */
.input-with-heading .radio_buttons > .checkbox {
  margin-top: 0px;
  margin-bottom: 15px;
}

/* line 117, app/assets/stylesheets/admin/bulk_edits.scss */
.input-with-heading .input-group.date {
  max-width: 100%;
}

/* line 122, app/assets/stylesheets/admin/bulk_edits.scss */
.inputs-in-row {
  display: flex;
  flex-direction: row;
}

/* line 126, app/assets/stylesheets/admin/bulk_edits.scss */
.inputs-in-row .input-with-heading {
  margin-left: 7px;
}

/* line 129, app/assets/stylesheets/admin/bulk_edits.scss */
.inputs-in-row .input-with-heading.small {
  width: 78px;
}

/* line 134, app/assets/stylesheets/admin/bulk_edits.scss */
.inputs-in-row.nested {
  margin-left: 25px;
}

/* line 139, app/assets/stylesheets/admin/bulk_edits.scss */
.modal-content > .inputs-in-row {
  margin-right: 10px;
}

/* line 144, app/assets/stylesheets/admin/bulk_edits.scss */
.card h1, .card h2 {
  margin-top: 1px;
  margin-bottom: 1px;
}

/* line 149, app/assets/stylesheets/admin/bulk_edits.scss */
.card h2 {
  font-size: 14px;
}

/* line 153, app/assets/stylesheets/admin/bulk_edits.scss */
.card .team-overbooked {
  background-color: #a94442;
  color: white;
  font-size: 12px;
  border-radius: 3px;
  width: 70px;
  float: right;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
}

/* line 165, app/assets/stylesheets/admin/bulk_edits.scss */
.card .registrations {
  margin-top: 12px;
}

/* line 169, app/assets/stylesheets/admin/bulk_edits.scss */
.card .flex-horizontal {
  display: flex;
  flex-direction: row;
}

/* line 170, app/assets/stylesheets/admin/bulk_edits.scss */
.card .flex-horizontal > * {
  margin: 0 6px;
}

/* line 174, app/assets/stylesheets/admin/bulk_edits.scss */
.card .flex-horizontal h1 {
  margin-bottom: 0;
  color: #777777;
}

/* line 183, app/assets/stylesheets/admin/bulk_edits.scss */
.card .profile-thumb {
  border-radius: 6px;
  max-width: 50px;
  max-height: 50px;
}

/* line 189, app/assets/stylesheets/admin/bulk_edits.scss */
.card .profile-thumb-nano {
  border-radius: 6px;
  max-width: 20px;
  max-height: 20px;
}

/* line 197, app/assets/stylesheets/admin/bulk_edits.scss */
[data-toggle="collapse"] .mdi.mdi-beeple-collapse-dynamic::before, [data-toggle="collapse"][aria-expanded="true"] .mdi.mdi-beeple-collapse-dynamic::before {
  content: "\f140";
}

/* line 203, app/assets/stylesheets/admin/bulk_edits.scss */
[data-toggle="collapse"][aria-expanded="false"] .mdi.mdi-beeple-collapse-dynamic::before {
  content: "\f142";
}

/* line 1, app/assets/stylesheets/all.scss */
.btn-xs, .btn-group-xs > .btn {
  line-height: 1.28;
}

/* line 4, app/assets/stylesheets/all.scss */
.btn-xs .mdi, .btn-group-xs > .btn .mdi {
  font-size: 14px;
}

/* line 9, app/assets/stylesheets/all.scss */
body.loading {
  cursor: progress;
}

/* line 13, app/assets/stylesheets/all.scss */
table#jobseeker tr td a.chevron-indicator {
  border: solid 1px #1757A6;
  padding: 0.1em 0.25em;
}

/* line 18, app/assets/stylesheets/all.scss */
a.chevron-indicator {
  width: 2em;
  height: 2em;
  font-size: 0.75em;
  text-align: center;
  padding: 0.25em;
  color: #1757A6;
  border: solid 1px #1757A6;
  border-radius: 2em;
  margin: 0 0.25em;
}

/* line 30, app/assets/stylesheets/all.scss */
a.chevron-indicator:hover {
  background-color: #1757A6;
  color: white;
}

/* line 35, app/assets/stylesheets/all.scss */
a.chevron-indicator.chevron-indicator-text {
  color: black;
  border-color: black;
}

/* line 38, app/assets/stylesheets/all.scss */
a.chevron-indicator.chevron-indicator-text:hover {
  background-color: black;
}

/* line 44, app/assets/stylesheets/all.scss */
.thumbnail {
  min-height: 340px;
}

/* line 45, app/assets/stylesheets/all.scss */
.thumbnail h3 {
  word-break: break-all;
}

/* line 48, app/assets/stylesheets/all.scss */
.thumbnail h3 small {
  word-break: keep-all;
}

/* line 52, app/assets/stylesheets/all.scss */
.thumbnail h3 a {
  color: inherit;
}

/* line 55, app/assets/stylesheets/all.scss */
.thumbnail h3 a:hover {
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/all.scss */
.thumbnail p a {
  color: inherit;
}

/* line 65, app/assets/stylesheets/all.scss */
.thumbnail p a:hover {
  text-decoration: none;
}

/* line 74, app/assets/stylesheets/all.scss */
.thumbnail-container {
  height: 200px;
  text-align: center;
  overflow: hidden;
}

/* line 79, app/assets/stylesheets/all.scss */
.thumbnail-container img, .thumbnail-container video {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 91, app/assets/stylesheets/all.scss */
.focus-image:hover {
  cursor: pointer;
}

/* line 95, app/assets/stylesheets/all.scss */
.badge-float {
  position: relative;
  top: -1.3em;
  right: 1em;
  margin-right: -1em;
}

/* line 102, app/assets/stylesheets/all.scss */
.label-updated {
  background-color: #FFF3CD;
  color: #856400;
}

/* line 107, app/assets/stylesheets/all.scss */
.table-unlinked tr td > a.chevron-indicator:hover {
  color: white;
}

/* line 111, app/assets/stylesheets/all.scss */
a.btn-publish {
  border-color: #ccc;
  color: #333;
}

/* line 112, app/assets/stylesheets/all.scss */
a.btn-publish .mdi {
  color: white;
  border-radius: 3px;
  padding: 2px 7px;
  display: inline-block;
}

/* line 117, app/assets/stylesheets/all.scss */
html[dir="ltr"] a.btn-publish .mdi {
  margin: -2px 7px -2px -7px;
}

/* line 120, app/assets/stylesheets/all.scss */
html[dir="rtl"] a.btn-publish .mdi {
  margin: -2px -7px -2px 7px;
}

/* line 125, app/assets/stylesheets/all.scss */
a.btn-publish .mdi-check-bold {
  background-color: #5cb85c;
}

/* line 129, app/assets/stylesheets/all.scss */
a.btn-publish .mdi-close {
  background-color: #d9534f;
}

/* line 134, app/assets/stylesheets/all.scss */
html[dir="ltr"] a.btn-publish .mdi-draft {
  margin: 0 0 0 7px;
}

/* line 143, app/assets/stylesheets/all.scss */
a.btn-publish:hover {
  text-decoration: none;
  background-color: #e6e6e6;
}

/* line 149, app/assets/stylesheets/all.scss */
.pagination {
  margin: 0;
}

/* line 153, app/assets/stylesheets/all.scss */
body {
  padding-top: 70px;
}

/* line 157, app/assets/stylesheets/all.scss */
a.no-color {
  color: inherit;
}

/* line 161, app/assets/stylesheets/all.scss */
.navbar .mdi {
  font-size: 16px;
}

/* line 165, app/assets/stylesheets/all.scss */
.navbar-form {
  padding: 10px 7px;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 171, app/assets/stylesheets/all.scss */
.summary {
  margin-bottom: 15px;
}

/* line 175, app/assets/stylesheets/all.scss */
.summary h1 {
  margin: 0;
}

/* line 179, app/assets/stylesheets/all.scss */
.summary h2 {
  margin-top: 0;
}

/* line 184, app/assets/stylesheets/all.scss */
.reject_reason_selection:hover {
  cursor: pointer;
}

/* line 189, app/assets/stylesheets/all.scss */
.table-condensed > tbody > tr.active:first-child > th {
  padding-top: 18px;
}

/* line 193, app/assets/stylesheets/all.scss */
.table-condensed.table-nested > tbody > tr > td:first-child {
  padding-left: 24px;
}

/* line 197, app/assets/stylesheets/all.scss */
.table-double-nested .second-level th:first-child {
  padding-left: 48px;
}

/* line 201, app/assets/stylesheets/all.scss */
.table-double-nested td:first-child {
  padding-left: 72px;
  /*48 + 24*/
}

/* line 205, app/assets/stylesheets/all.scss */
[data-beeple-edit]:hover {
  cursor: pointer;
}

/* line 209, app/assets/stylesheets/all.scss */
.fc-content {
  margin-bottom: 20px;
}

/* line 213, app/assets/stylesheets/all.scss */
.fc-content ol {
  list-style-type: none;
  color: black;
  /* I would prefer a dark gray, but this does not work well with inversed events*/
  padding-left: 15px;
  margin-bottom: 4px;
}

/* line 220, app/assets/stylesheets/all.scss */
.map {
  height: 480px;
}

/* line 224, app/assets/stylesheets/all.scss */
.beeple-tr-title {
  font-size: 16px;
}

/* line 228, app/assets/stylesheets/all.scss */
.beeple-tr-subtitle {
  font-size: 14px;
  padding-left: 20px;
}

/* line 233, app/assets/stylesheets/all.scss */
.table > tbody + tbody {
  border-top: 2px solid #777777;
}

/* line 237, app/assets/stylesheets/all.scss */
.table > thead > tr > th {
  border-bottom-color: #777777;
}

/* line 241, app/assets/stylesheets/all.scss */
.table-condensed > tbody > tr.active > th {
  padding-top: 9px;
}

/* line 245, app/assets/stylesheets/all.scss */
.has-error input[type="file"] {
  color: #a94442;
}

/* line 249, app/assets/stylesheets/all.scss */
.popover {
  max-width: 550px;
}

/* line 253, app/assets/stylesheets/all.scss */
.rating .popover {
  max-width: 550px;
  min-width: 300px;
}

/* line 258, app/assets/stylesheets/all.scss */
.beeple-simple-circle {
  display: inline-block;
  height: 1em;
  width: 1em;
  border-radius: 0.5em;
}

/* line 264, app/assets/stylesheets/all.scss */
.beeple-simple-circle.text-success {
  background-color: #3c763d;
}

/* line 270, app/assets/stylesheets/all.scss */
.dl-inline dt {
  display: inline-block;
  vertical-align: top;
}

/* line 275, app/assets/stylesheets/all.scss */
.dl-inline dd {
  display: inline-block;
  vertical-align: top;
  margin-left: 1em;
}

/* line 281, app/assets/stylesheets/all.scss */
.dl-inline dt + dd {
  display: inline-block;
}

/* line 287, app/assets/stylesheets/all.scss */
.dl-horizontal-wide dt {
  width: calc(35% - 10px);
  white-space: normal;
}

/* line 292, app/assets/stylesheets/all.scss */
.dl-horizontal-wide dd {
  margin-left: calc(35% + 10px);
}

/* line 296, app/assets/stylesheets/all.scss */
[dir="rtl"] .dl-horizontal-wide dd {
  margin-left: 0;
  margin-right: calc(50% + 10px);
}

/* line 303, app/assets/stylesheets/all.scss */
.dl-horizontal-small dt {
  width: 120px;
  white-space: normal;
}

/* line 308, app/assets/stylesheets/all.scss */
.dl-horizontal-small dd {
  margin-left: 130px;
}

/* line 314, app/assets/stylesheets/all.scss */
.dl-horizontal dt.dt-title {
  width: 100%;
  text-align: left;
}

/* line 319, app/assets/stylesheets/all.scss */
.dl-horizontal dd.dd-title {
  width: 0;
  margin-left: 0;
}

/* line 326, app/assets/stylesheets/all.scss */
.dl-align-left dt {
  text-align: left;
  width: 100px;
}

/* line 331, app/assets/stylesheets/all.scss */
.dl-align-left dd {
  text-align: left;
  margin-left: 100px;
}

/* line 336, app/assets/stylesheets/all.scss */
[dir="rtl"] .dl-align-left.dl-horizontal dt {
  text-align: right;
}

/* line 340, app/assets/stylesheets/all.scss */
[dir="rtl"] .dl-align-left.dl-horizontal dd {
  text-align: right;
}

/* line 345, app/assets/stylesheets/all.scss */
.navbar-brand > img {
  margin-top: -15px;
}

/* line 349, app/assets/stylesheets/all.scss */
a.beeple-disabled {
  pointer-events: none;
}

/* line 353, app/assets/stylesheets/all.scss */
.beeple-disabled {
  pointer-events: none;
}

/* line 357, app/assets/stylesheets/all.scss */
.table-double-striped > tbody > tr:nth-of-type(4n+1),
.table-double-striped > tbody > tr:nth-of-type(4n+2) {
  background-color: #f9f9f9;
}

/* line 362, app/assets/stylesheets/all.scss */
.table-triple-striped > tbody > tr:nth-of-type(6n+1),
.table-triple-striped > tbody > tr:nth-of-type(6n+2),
.table-triple-striped > tbody > tr:nth-of-type(6n+3) {
  background-color: #f9f9f9;
}

/* line 368, app/assets/stylesheets/all.scss */
.table-quadruple-striped > tbody > tr:nth-of-type(8n+1),
.table-quadruple-striped > tbody > tr:nth-of-type(8n+2),
.table-quadruple-striped > tbody > tr:nth-of-type(8n+3),
.table-quadruple-striped > tbody > tr:nth-of-type(8n+4) {
  background-color: #f9f9f9;
}

/* line 375, app/assets/stylesheets/all.scss */
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

/* line 379, app/assets/stylesheets/all.scss */
.campaign-body {
  border: solid 1px #555555;
  border-radius: 1em;
  padding: 1em;
}

/* line 386, app/assets/stylesheets/all.scss */
.rating-input .rating-clear {
  margin-left: 0.5em;
  font-size: 0.75em;
}

/* line 393, app/assets/stylesheets/all.scss */
.rating i {
  vertical-align: middle;
}

/* line 399, app/assets/stylesheets/all.scss */
a.rating:hover {
  text-decoration: none;
}

/* line 403, app/assets/stylesheets/all.scss */
.list-unstyled .list-unstyled {
  margin-left: 1em;
}

/* line 407, app/assets/stylesheets/all.scss */
.caret-target.closed {
  display: none;
}

/* line 411, app/assets/stylesheets/all.scss */
.caret.closed {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

/* line 414, app/assets/stylesheets/all.scss */
html[dir="ltr"] .caret.closed {
  border-left: 4px solid;
}

/* line 417, app/assets/stylesheets/all.scss */
html[dir="rtl"] .caret.closed {
  border-right: 4px solid;
}

/* line 422, app/assets/stylesheets/all.scss */
.caret.asc {
  border-bottom: 4px solid;
  border-top: 0px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

/* line 429, app/assets/stylesheets/all.scss */
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  padding: 5px 10px;
}

/* line 433, app/assets/stylesheets/all.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  padding: 5px 10px;
  background-color: #eeeeee;
}

/* line 438, app/assets/stylesheets/all.scss */
dd > table.table-condensed > thead > tr > th {
  padding-top: 0px;
}

/* line 442, app/assets/stylesheets/all.scss */
.nav-pills {
  margin-bottom: 1em;
}

/* line 446, app/assets/stylesheets/all.scss */
.alert a {
  font-weight: bold;
}

/* line 450, app/assets/stylesheets/all.scss */
.input-group-xs .btn {
  font-size: 12px;
}

/* line 454, app/assets/stylesheets/all.scss */
.tooltip {
  /*width: 20em;*/
}

/* line 458, app/assets/stylesheets/all.scss */
.form-horizontal .info-tooltip,
.form-horizontal [data-beeple-toggle="reset"] {
  position: absolute;
}

/* line 462, app/assets/stylesheets/all.scss */
html[dir="ltr"] .form-horizontal .info-tooltip, html[dir="ltr"] .form-horizontal [data-beeple-toggle="reset"] {
  right: 0;
}

/* line 465, app/assets/stylesheets/all.scss */
html[dir="rtl"] .form-horizontal .info-tooltip, html[dir="rtl"] .form-horizontal [data-beeple-toggle="reset"] {
  left: 0;
}

/* line 470, app/assets/stylesheets/all.scss */
.form-horizontal .info-tooltip ~ [data-beeple-toggle="reset"] {
  top: 25px;
}

/* line 474, app/assets/stylesheets/all.scss */
.departments-form {
  position: relative;
  right: auto;
  left: auto;
  top: 3px;
}

/* line 481, app/assets/stylesheets/all.scss */
.tooltip.tooltip-long .tooltip-inner {
  max-width: none;
}

/* line 485, app/assets/stylesheets/all.scss */
.tooltip .tooltip-inner {
  background-color: #5bc0de;
  color: #222222;
  font-size: 13px;
}

/* line 490, app/assets/stylesheets/all.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #5bc0de;
}

/* line 494, app/assets/stylesheets/all.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #5bc0de;
}

/* line 498, app/assets/stylesheets/all.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #5bc0de;
}

/* line 502, app/assets/stylesheets/all.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #5bc0de;
}

/* line 506, app/assets/stylesheets/all.scss */
.inserted-slider-node-value {
  margin-left: 12px;
}

/* line 510, app/assets/stylesheets/all.scss */
#new_brewery_auth_core_user_session label.required > abbr,
#new_contact_form label.required > abbr {
  display: none;
}

/* line 515, app/assets/stylesheets/all.scss */
.panel-changed > .panel-heading {
  background-color: #f2dede;
}

/* line 519, app/assets/stylesheets/all.scss */
.input-group.date {
  max-width: 15em;
}

/* line 523, app/assets/stylesheets/all.scss */
.icon-success {
  color: #5cb85c;
}

/* line 527, app/assets/stylesheets/all.scss */
.icon-danger {
  color: #d9534f;
}

/* line 531, app/assets/stylesheets/all.scss */
td.unbreakable {
  white-space: nowrap;
}

/* line 535, app/assets/stylesheets/all.scss */
.nav.nav-wizard > li > a {
  color: #777777;
  margin: 1em 0 -1em 0;
}

/* line 539, app/assets/stylesheets/all.scss */
.nav.nav-wizard > li > a:hover, .nav.nav-wizard > li > a:focus {
  cursor: default;
  background-color: inherit;
}

/* line 544, app/assets/stylesheets/all.scss */
.nav.nav-wizard > li > a .counter {
  border: solid 2px #777777;
  font-weight: bold;
  border-radius: 1em;
  width: 2em;
  height: 2em;
  margin: 0;
  line-height: 1em;
  padding: 0.5em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 558, app/assets/stylesheets/all.scss */
.nav.nav-wizard > li > a.active {
  color: #1757A6;
}

/* line 560, app/assets/stylesheets/all.scss */
.nav.nav-wizard > li > a.active .counter {
  border-color: #1757A6;
}

/* line 566, app/assets/stylesheets/all.scss */
.button-form-inline {
  display: inline-block;
}

/* line 569, app/assets/stylesheets/all.scss */
.button-form-inline div {
  display: inline-block;
}

/* line 574, app/assets/stylesheets/all.scss */
.form-published {
  display: inline-block;
}

/* line 579, app/assets/stylesheets/all.scss */
#ui-datepicker-div, .ui-datepicker {
  z-index: 99999 !important;
  width: 19em !important;
}

/* line 580, app/assets/stylesheets/all.scss */
.ui-datepicker-multi {
  width: 38em !important;
}

/* line 582, app/assets/stylesheets/all.scss */
fieldset legend .pagination {
  margin: 0;
  font-size: 14px;
}

/* line 587, app/assets/stylesheets/all.scss */
dl {
  margin-bottom: 0;
}

/* line 591, app/assets/stylesheets/all.scss */
.btn-delete {
  border: none;
  background-color: transparent;
  color: inherit;
}

/* line 597, app/assets/stylesheets/all.scss */
.btn-delete:hover {
  color: #d9534f;
}

/* line 601, app/assets/stylesheets/all.scss */
.form-vertical .radio {
  display: inline-block;
  margin: 0 10px;
}

/* line 606, app/assets/stylesheets/all.scss */
.enrolment-tabs {
  text-align: center;
  border-bottom: 0;
  margin-bottom: 15px;
}

/* line 611, app/assets/stylesheets/all.scss */
.enrolment-tabs li {
  float: none;
  display: inline-block;
  margin: 5px;
}

/* line 617, app/assets/stylesheets/all.scss */
.enrolment-tabs li a {
  line-height: 25px;
  border: 1px solid #ccc;
  color: #777777;
  border-radius: 4px;
}

/* line 622, app/assets/stylesheets/all.scss */
html[dir="ltr"] .enrolment-tabs li a {
  margin-right: 5px;
}

/* line 625, app/assets/stylesheets/all.scss */
html[dir="rtl"] .enrolment-tabs li a {
  margin-left: 5px;
}

/* line 629, app/assets/stylesheets/all.scss */
.enrolment-tabs li a:hover {
  border: 1px solid #1757A6;
  background-color: white;
}

/* line 636, app/assets/stylesheets/all.scss */
.enrolment-tabs li.active a, .enrolment-tabs li.active a:hover, .enrolment-tabs li.active a:focus {
  border: 1px solid #1757A6;
  background-color: white;
}

/* line 640, app/assets/stylesheets/all.scss */
.enrolment-tabs li.active a .caret, .enrolment-tabs li.active a:hover .caret, .enrolment-tabs li.active a:focus .caret {
  display: none;
}

/* line 648, app/assets/stylesheets/all.scss */
.registration-box .select2 {
  width: 100% !important;
}

/* line 652, app/assets/stylesheets/all.scss */
.margin-bottom-10 {
  margin-bottom: 10px;
}

/* line 656, app/assets/stylesheets/all.scss */
.no-margin-top {
  margin-top: 0;
}

/* line 660, app/assets/stylesheets/all.scss */
.error-link {
  color: #d9534f !important;
}

/* line 665, app/assets/stylesheets/all.scss */
html[dir="ltr"] .day-of-week {
  padding-right: 3px;
}

/* line 669, app/assets/stylesheets/all.scss */
html[dir="ltr"] .vertical-line {
  border-right: solid grey;
  padding-right: 3em;
  border-right-width: 1px;
}

/* line 677, app/assets/stylesheets/all.scss */
html[dir="rtl"] .day-of-week {
  padding-left: 3px;
}

/* line 681, app/assets/stylesheets/all.scss */
html[dir="rtl"] .vertical-line {
  border-left: solid grey;
  padding-left: 3em;
  border-left-width: 1px;
}

/* line 688, app/assets/stylesheets/all.scss */
.evaluation-rating {
  margin-top: 1em;
}

/* line 692, app/assets/stylesheets/all.scss */
.client-list-evaluation {
  margin-top: 1em;
}

/* line 696, app/assets/stylesheets/all.scss */
.client-evaluation {
  margin-top: 1em;
}

/* line 700, app/assets/stylesheets/all.scss */
.client-evaluation-information {
  margin-left: 1em;
}

/* line 704, app/assets/stylesheets/all.scss */
.margin-top {
  margin-top: 1em;
}

/* line 708, app/assets/stylesheets/all.scss */
.email-link {
  color: #337ab7;
  text-decoration: none;
}

/* line 713, app/assets/stylesheets/all.scss */
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #d9534f;
}

/* line 717, app/assets/stylesheets/all.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  width: calc(100% - 18px);
}

/* line 723, app/assets/stylesheets/all.scss */
select:not(.input-xs) .select2-container--bootstrap .select2-selection--single {
  min-height: 34px;
}

/* line 727, app/assets/stylesheets/all.scss */
.select2-container--bootstrap .select2-selection {
  font-family: inherit;
}

/* line 732, app/assets/stylesheets/all.scss */
.select2-selection--multiple:before {
  content: "";
  position: absolute;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

/* line 739, app/assets/stylesheets/all.scss */
html[dir="ltr"] .select2-selection--multiple:before {
  right: 7px;
}

/* line 742, app/assets/stylesheets/all.scss */
html[dir="rtl"] .select2-selection--multiple:before {
  left: 7px;
}

/* line 747, app/assets/stylesheets/all.scss */
.hidden-keep-space {
  visibility: hidden;
}

/* line 751, app/assets/stylesheets/all.scss */
.form-control.minicolors-input {
  height: 34px;
}

/* line 756, app/assets/stylesheets/all.scss */
.top-right-table-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 762, app/assets/stylesheets/all.scss */
.break-word {
  word-break: break-word;
}

/* line 766, app/assets/stylesheets/all.scss */
.cell-text-middle-right {
  vertical-align: middle;
}

/* line 768, app/assets/stylesheets/all.scss */
html[dir="ltr"] .cell-text-middle-right {
  text-align: right;
}

/* line 771, app/assets/stylesheets/all.scss */
html[dir="rtl"] .cell-text-middle-right {
  text-align: left;
}

/* line 777, app/assets/stylesheets/all.scss */
html[dir="ltr"] .top-right-table-actions > * {
  margin-right: 3px;
}

/* line 781, app/assets/stylesheets/all.scss */
html[dir="ltr"] .text-right {
  text-align: right;
}

/* line 784, app/assets/stylesheets/all.scss */
html[dir="ltr"] .text-left {
  text-align: left;
}

/* line 791, app/assets/stylesheets/all.scss */
html[dir="rtl"] .top-right-table-actions > * {
  margin-left: 3px;
}

/* line 794, app/assets/stylesheets/all.scss */
html[dir="rtl"] .navbar-right {
  float: left !important;
  margin-right: 0;
}

/* line 798, app/assets/stylesheets/all.scss */
html[dir="rtl"] .navbar-right:last-child {
  margin-right: -15px;
  margin-left: auto;
}

/* line 803, app/assets/stylesheets/all.scss */
html[dir="rtl"] .text-right {
  text-align: left;
}

/* line 806, app/assets/stylesheets/all.scss */
html[dir="rtl"] .text-left {
  text-align: right;
}

/* line 811, app/assets/stylesheets/all.scss */
html[dir="rtl"] .ui-datepicker:not(.ui-datepicker-rtl) .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 816, app/assets/stylesheets/all.scss */
html[dir="rtl"] .ui-datepicker:not(.ui-datepicker-rtl) .ui-datepicker-next-hover {
  left: 2px;
  right: auto;
}

/* line 821, app/assets/stylesheets/all.scss */
html[dir="rtl"] .ui-datepicker:not(.ui-datepicker-rtl) .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 826, app/assets/stylesheets/all.scss */
html[dir="rtl"] .ui-datepicker:not(.ui-datepicker-rtl) .ui-datepicker-prev-hover {
  right: 2px;
  left: auto;
}

/* line 831, app/assets/stylesheets/all.scss */
html[dir="rtl"] .ui-datepicker:not(.ui-datepicker-rtl) .ui-icon-circle-triangle-w {
  background-position: -48px -192px;
}

/* line 835, app/assets/stylesheets/all.scss */
html[dir="rtl"] .ui-datepicker:not(.ui-datepicker-rtl) .ui-icon-circle-triangle-e {
  background-position: -80px -192px;
}

/* line 840, app/assets/stylesheets/all.scss */
html[dir="rtl"] .ui-datepicker .ui-timepicker-div {
  direction: ltr;
}

/* line 841, app/assets/stylesheets/all.scss */
html[dir="rtl"] .ui-datepicker .ui-timepicker-div dl dd {
  float: left;
}

/* line 845, app/assets/stylesheets/all.scss */
html[dir="rtl"] .ui-datepicker .ui-timepicker-div dl dt {
  float: right;
  clear: right;
}

/* line 853, app/assets/stylesheets/all.scss */
html[dir="rtl"] .form-wrapper.radiobuttons {
  padding-right: 30px;
}

/* line 857, app/assets/stylesheets/all.scss */
html[dir="rtl"] .minicolors-theme-bootstrap .minicolors-swatch {
  right: 3px;
  left: none;
}

/* line 861, app/assets/stylesheets/all.scss */
html[dir="rtl"] .minicolors-position-left .minicolors-panel {
  left: none;
  right: 0;
}

/* line 865, app/assets/stylesheets/all.scss */
html[dir="rtl"] .minicolors-theme-bootstrap .minicolors-input {
  padding-right: 44px;
  padding-left: 0;
}

/* line 869, app/assets/stylesheets/all.scss */
html[dir="rtl"] .minicolors-panel.minicolors-slider-hue {
  direction: ltr;
}

/* line 872, app/assets/stylesheets/all.scss */
html[dir="rtl"] .img-responsive {
  display: inline;
}

/* line 877, app/assets/stylesheets/all.scss */
a[disabled] {
  pointer-events: none;
}

/* Support for datepicker */
/* line 886, app/assets/stylesheets/all.scss */
.ui-datepicker-calendar .selected a.ui-state-default {
  background: #2d73b0;
  color: white;
}

/* line 892, app/assets/stylesheets/all.scss */
.ui-datepicker-calendar .inside-period a.ui-state-default {
  background: #72a5d2;
  color: white;
}

/* line 899, app/assets/stylesheets/all.scss */
.break-long-lines {
  word-wrap: break-word;
}

/* line 10, app/assets/stylesheets/rtl-mixins.scss */
html[dir="ltr"] .indent-5 {
  margin-left: 5px;
}

/* line 14, app/assets/stylesheets/rtl-mixins.scss */
html[dir="rtl"] .indent-5 {
  margin-right: 5px;
}

/* line 10, app/assets/stylesheets/rtl-mixins.scss */
html[dir="ltr"] .indent-10 {
  margin-left: 10px;
}

/* line 14, app/assets/stylesheets/rtl-mixins.scss */
html[dir="rtl"] .indent-10 {
  margin-right: 10px;
}

/* line 914, app/assets/stylesheets/all.scss */
.display-contents {
  display: contents;
}

/* line 918, app/assets/stylesheets/all.scss */
.hnypt {
  display: none;
}

/* line 922, app/assets/stylesheets/all.scss */
.cursor-grab:hover {
  cursor: grab;
}

/* line 926, app/assets/stylesheets/all.scss */
.text-regular {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

/* line 1, app/assets/stylesheets/beeple_chat.scss */
#chat-channels {
  border-right: solid 1px black;
  padding-right: 5px;
}

/* line 6, app/assets/stylesheets/beeple_chat.scss */
#chat-channels li a {
  display: block;
  padding: 5px 10px;
  color: inherit;
}

/* line 12, app/assets/stylesheets/beeple_chat.scss */
#chat-channels li a:hover {
  background-color: #eeeeee;
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/beeple_chat.scss */
#chat-channels li.unread-messages a {
  background-color: #1757A6;
}

/* line 24, app/assets/stylesheets/beeple_chat.scss */
#chat-conversation {
  max-width: 650px;
}

/* line 27, app/assets/stylesheets/beeple_chat.scss */
#chat-conversation ul {
  max-height: 80vh;
  overflow-y: auto;
}

/* line 32, app/assets/stylesheets/beeple_chat.scss */
#chat-conversation li {
  padding: 2px 4px;
  margin: 2px;
  display: block;
  width: 60%;
  max-width: 350px;
  background-color: #1757A6;
  color: white;
  border-radius: 0 0.5em 0.5em 0;
}

/* line 43, app/assets/stylesheets/beeple_chat.scss */
#chat-conversation li.sent {
  background-color: #eeeeee;
  color: #222222;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0.5em 0 0 0.5em;
}

/* line 54, app/assets/stylesheets/beeple_chat.scss */
#chat-conversation li.sender {
  background-color: inherit;
  color: #222222;
  border-radius: 0;
}

/* line 63, app/assets/stylesheets/beeple_chat.scss */
.chat__users-select .select2-selection__clear, .chat-box__add-users .select2-selection__clear {
  margin-right: 20px;
}

/* line 1, app/assets/stylesheets/chat.scss */
#chat-search {
  position: fixed;
  right: 5px;
  bottom: 5px;
  font-size: 4em;
}

/* line 7, app/assets/stylesheets/chat.scss */
#chat-search > .glyphicons:hover {
  color: #1757A6;
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/chat.scss */
#chat-windows {
  position: fixed;
  bottom: 0;
  right: 50px;
  height: 300px;
  z-index: 900;
}

/* line 22, app/assets/stylesheets/chat.scss */
.chat-dialog, .chat-conversation, .chat-group-conversation {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  bottom: 0;
  float: left;
  border: solid 1px black;
  width: 200px;
  height: 300px;
  background-color: white;
}

/* line 33, app/assets/stylesheets/chat.scss */
.chat-dialog header, .chat-conversation header, .chat-group-conversation header {
  background-color: #eeeeee;
  color: black;
  border-bottom: solid 1px #222222;
  padding: 0.25em;
}

/* line 40, app/assets/stylesheets/chat.scss */
.chat-dialog header .actions:hover, .chat-conversation header .actions:hover, .chat-group-conversation header .actions:hover {
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/chat.scss */
.chat-dialog footer, .chat-conversation footer, .chat-group-conversation footer {
  border-top: solid 1px #222222;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 54, app/assets/stylesheets/chat.scss */
.chat-dialog input, .chat-conversation input, .chat-group-conversation input {
  padding-left: 4px;
}

/* line 58, app/assets/stylesheets/chat.scss */
.chat-dialog ::-moz-placeholder, .chat-conversation ::-moz-placeholder, .chat-group-conversation ::-moz-placeholder {
  font-size: 11px;
}

/* line 62, app/assets/stylesheets/chat.scss */
.chat-dialog ::-webkit-input-placeholder, .chat-conversation ::-webkit-input-placeholder, .chat-group-conversation ::-webkit-input-placeholder {
  font-size: 11px;
}

/* line 66, app/assets/stylesheets/chat.scss */
.chat-dialog :-ms-input-placeholder, .chat-conversation :-ms-input-placeholder, .chat-group-conversation :-ms-input-placeholder {
  font-size: 11px;
}

/* line 72, app/assets/stylesheets/chat.scss */
.chat-group-conversation header {
  height: 2em;
  overflow: hidden;
}

/* line 78, app/assets/stylesheets/chat.scss */
.chat-group-conversation .inline-search-results {
  position: absolute;
  left: 0;
  right: 0;
  border: solid 1px black;
  top: 2em;
  background-color: white;
}

/* line 88, app/assets/stylesheets/chat.scss */
.chat-group-conversation .beeple-toggle-wrapper {
  padding: 5px 10px;
}

/* line 92, app/assets/stylesheets/chat.scss */
.chat-group-conversation .toggle-group .btn {
  white-space: normal;
}

/* line 99, app/assets/stylesheets/chat.scss */
.chat-dialog .results li, .chat-dialog .inline-search-results li, .chat-group-conversation .results li, .chat-group-conversation .inline-search-results li {
  border-bottom: solid 1px black;
  color: #777777;
  line-height: 2em;
  vertical-align: middle;
  padding-left: 1em;
}

/* line 106, app/assets/stylesheets/chat.scss */
.chat-dialog .results li.chat-enabled, .chat-dialog .inline-search-results li.chat-enabled, .chat-group-conversation .results li.chat-enabled, .chat-group-conversation .inline-search-results li.chat-enabled {
  color: black;
}

/* line 110, app/assets/stylesheets/chat.scss */
.chat-dialog .results li .chat-type, .chat-dialog .inline-search-results li .chat-type, .chat-group-conversation .results li .chat-type, .chat-group-conversation .inline-search-results li .chat-type {
  margin: 0 6px;
}

/* line 113, app/assets/stylesheets/chat.scss */
.chat-dialog .results li .chat-type:hover, .chat-dialog .inline-search-results li .chat-type:hover, .chat-group-conversation .results li .chat-type:hover, .chat-group-conversation .inline-search-results li .chat-type:hover {
  cursor: pointer;
  color: #5cb85c;
}

/* line 121, app/assets/stylesheets/chat.scss */
.chat-dialog .messages, .chat-group-conversation .messages {
  max-height: 215px;
}

/* line 129, app/assets/stylesheets/chat.scss */
.chat-group-conversation .inline-search-results li.chat-enabled {
  color: black;
}

/* line 132, app/assets/stylesheets/chat.scss */
.chat-group-conversation .inline-search-results li.chat-enabled:hover {
  color: #1757A6;
  cursor: pointer;
}

/* line 142, app/assets/stylesheets/chat.scss */
.chat-conversation .messages {
  max-height: 230px;
}

/* line 147, app/assets/stylesheets/chat.scss */
.chat-conversation, .chat-group-conversation {
  opacity: 0.50;
}

/* line 150, app/assets/stylesheets/chat.scss */
.chat-conversation.mininized, .chat-group-conversation.mininized {
  height: auto;
  bottom: -275px;
  opacity: 1;
}

/* line 155, app/assets/stylesheets/chat.scss */
.chat-conversation.mininized .actions .glyphicons-minus::before, .chat-group-conversation.mininized .actions .glyphicons-minus::before {
  content: "\e601";
  /* Chevron up */
}

/* line 159, app/assets/stylesheets/chat.scss */
.chat-conversation.mininized .messages, .chat-group-conversation.mininized .messages {
  display: none;
}

/* line 163, app/assets/stylesheets/chat.scss */
.chat-conversation.mininized footer, .chat-group-conversation.mininized footer {
  display: none;
}

/* line 168, app/assets/stylesheets/chat.scss */
.chat-conversation:hover, .chat-group-conversation:hover {
  opacity: 1;
}

/* line 172, app/assets/stylesheets/chat.scss */
.chat-conversation.unread header, .chat-group-conversation.unread header {
  background-color: #5cb85c;
}

/* line 176, app/assets/stylesheets/chat.scss */
.chat-conversation .messages, .chat-group-conversation .messages {
  overflow-y: auto;
  padding: 0.25em 1em;
}

/* line 180, app/assets/stylesheets/chat.scss */
.chat-conversation .messages li, .chat-group-conversation .messages li {
  max-width: 80%;
  width: auto;
  margin: 0.5em 0em;
}

/* line 188, app/assets/stylesheets/chat.scss */
.chat-conversation .messages .received .message, .chat-group-conversation .messages .received .message {
  background-color: #5cb85c;
  color: white;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

/* line 196, app/assets/stylesheets/chat.scss */
.chat-conversation .messages .sent, .chat-group-conversation .messages .sent {
  margin-left: auto;
  margin-right: 0;
  color: black;
  text-align: right;
}

/* line 202, app/assets/stylesheets/chat.scss */
.chat-conversation .messages .sent .message, .chat-group-conversation .messages .sent .message {
  background-color: #eeeeee;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

/* line 209, app/assets/stylesheets/chat.scss */
.chat-conversation .messages .message, .chat-group-conversation .messages .message {
  padding: 0.25em;
  display: inherit;
}

/* line 213, app/assets/stylesheets/chat.scss */
.chat-conversation .messages .message p, .chat-group-conversation .messages .message p {
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/collapsable-filter.scss */
.form-group-collapsable.collapsed {
  margin-bottom: 5px;
}

/* line 6, app/assets/stylesheets/collapsable-filter.scss */
.form-group-collapsable > .control-label {
  position: relative;
}

/* line 8, app/assets/stylesheets/collapsable-filter.scss */
html[dir="ltr"] .form-group-collapsable > .control-label {
  padding-right: 30px;
}

/* line 11, app/assets/stylesheets/collapsable-filter.scss */
html[dir="rtl"] .form-group-collapsable > .control-label {
  padding-left: 30px;
}

/* line 15, app/assets/stylesheets/collapsable-filter.scss */
.form-group-collapsable > .control-label:hover {
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/collapsable-filter.scss */
.form-group-collapsable > .control-label:hover:hover:after {
  color: black;
}

/* line 26, app/assets/stylesheets/collapsable-filter.scss */
.form-group-collapsable.collapsed > * {
  display: none;
}

/* line 30, app/assets/stylesheets/collapsable-filter.scss */
.form-group-collapsable.collapsed > .control-label {
  display: block;
}

/* line 34, app/assets/stylesheets/collapsable-filter.scss */
.form-group-collapsable > .control-label:after {
  color: #555555;
  font-family: "Material Design Icons";
  vertical-align: bottom;
  position: absolute;
  top: 0px;
}

/* line 40, app/assets/stylesheets/collapsable-filter.scss */
html[dir="ltr"] .form-group-collapsable > .control-label:after {
  right: -6px;
}

/* line 43, app/assets/stylesheets/collapsable-filter.scss */
html[dir="rtl"] .form-group-collapsable > .control-label:after {
  left: -6px;
}

/* line 48, app/assets/stylesheets/collapsable-filter.scss */
.form-group-collapsable:not(.collapsed) > .control-label:after {
  content: "";
}

/* line 53, app/assets/stylesheets/collapsable-filter.scss */
html[dir="ltr"] .form-group-collapsable.collapsed > .control-label:after {
  content: "";
}

/* line 56, app/assets/stylesheets/collapsable-filter.scss */
html[dir="rtl"] .form-group-collapsable.collapsed > .control-label:after {
  content: "";
}

/* line 1, app/assets/stylesheets/controllers/dashboard-widget.scss */
.toggle.btn-xs, .btn-group-xs > .toggle.btn {
  min-width: 45px;
  /* workaround for Nee not fitting */
}

/* line 5, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget {
  border: solid 1px #FFFFFF;
  box-shadow: #CCCCCC 0px 2px 4px 0px;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 8px;
}

/* line 16, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget.growable {
  flex-grow: 1;
}

/* line 20, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .dashboard-content-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 25, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .dashboard-content {
  display: flex;
  flex-direction: column;
}

/* line 30, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget.growable .dashboard-content {
  flex-grow: 1;
}

/* line 34, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget header + * {
  flex-grow: 1;
}

/* line 38, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .profile-thumb {
  border-radius: 3px;
  height: 50px;
  margin: 6px;
}

/* line 44, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .profile-image {
  border-radius: 3px;
  margin: 6px;
}

/* line 49, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .linked-to-scope {
  display: flex;
}

/* line 53, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .welcome-back-flex {
  display: flex;
  justify-content: flex-end;
  margin: 1em;
}

/* line 59, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .welcome_back_box {
  flex-grow: 1;
}

/* line 62, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .welcome_back_box h4 {
  font-size: 1.5em;
  text-align: right;
}

/* line 67, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .welcome_back_box h5 {
  color: #1757A6;
  font-weight: bold;
  font-size: 1.5em;
  text-align: right;
}

/* line 75, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget header {
  box-shadow: #CCCCCC 0px 2px 4px 0px;
  background-color: #FFFFFF;
  color: #1757A6;
  border-radius: 8px 8px 0 0;
  padding: 8px;
  margin-bottom: 0.5em;
}

/* line 84, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget header .panel-toggle-panel-full-width {
  left: -8px;
  right: -8px;
}

/* line 89, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget header a {
  color: #1757A6;
}

/* line 93, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget header h2 {
  margin-top: 4px;
  margin-bottom: 0px;
}

/* line 98, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget header form {
  display: inline-block;
  /* These styles are not needed in Firefox, but are in chrome... */
}

/* line 102, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget header form .input-group .form-control, .dashboard-widget header form .input-group .input-group-addon {
  width: auto;
}

/* line 108, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget footer {
  box-shadow: #CCCCCC 0px -2px 4px 0px;
  padding: 6px 6px;
}

/* line 113, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget table {
  margin: 0 1em;
  width: calc(100% - 2em);
  margin-bottom: 1em;
}

/* line 119, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget table tr:hover {
  box-shadow: #CCCCCC 0px 2px 4px 0px;
}

/* line 124, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget table tbody > tr > td {
  vertical-align: middle;
}

/* line 128, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget table tbody tr:first-child td {
  border-top: 0;
}

/* line 133, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .date-time-box {
  text-align: center;
}

/* line 136, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .date-time-box h4 {
  margin: 0 0 3px 0;
  font-weight: bold;
}

/* line 141, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .date-time-box h5 {
  margin: 0 0 3px 0;
}

/* line 146, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .form-refresh-content {
  min-height: 405px;
  /* Should be equal to 10 line */
  padding-bottom: 2em;
}

/* line 150, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .form-refresh-content footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 158, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget tr td > a {
  display: inline;
}

/* line 162, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .notification-status {
  vertical-align: middle;
  display: inline-block;
  height: 1em;
  width: 1em;
  border-radius: 0.5em;
}

/* line 169, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .notification-status.danger {
  background-color: #d9534f;
}

/* line 173, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .notification-status.warning {
  background-color: #f0ad4e;
}

/* line 177, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .notification-status.info {
  background-color: #5bc0de;
}

/* line 182, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .priority-toggles {
  display: flex;
}

/* line 185, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widget .priority-toggles > * {
  margin-right: 2em;
}

/* line 191, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widgets {
  margin: 1em 0;
  margin-bottom: 8em;
  /* make sure there is enough space to reach the pagination even if there is a intercom logo*/
}

/* line 195, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widgets .widgets-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 202, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widgets .flex-col-8 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 208, app/assets/stylesheets/controllers/dashboard-widget.scss */
.dashboard-widgets .flex-col-4 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1300px) {
  /* line 215, app/assets/stylesheets/controllers/dashboard-widget.scss */
  .dashboard-widgets .flex-col-8 {
    width: 59%;
  }
  /* line 219, app/assets/stylesheets/controllers/dashboard-widget.scss */
  .dashboard-widgets .flex-col-4 {
    width: 39%;
  }
}

@media (min-width: 1500px) {
  /* line 225, app/assets/stylesheets/controllers/dashboard-widget.scss */
  .dashboard-widgets .flex-col-8 {
    width: 65%;
  }
  /* line 229, app/assets/stylesheets/controllers/dashboard-widget.scss */
  .dashboard-widgets .flex-col-4 {
    width: 33%;
  }
}

/* line 1, app/assets/stylesheets/controllers/form-refresh.scss */
.form-refresh-content-wrapper {
  position: relative;
}

/* line 4, app/assets/stylesheets/controllers/form-refresh.scss */
.form-refresh-content-wrapper .form-refresh-throbber-wrapper {
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* line 13, app/assets/stylesheets/controllers/form-refresh.scss */
.form-refresh-content-wrapper .form-refresh-throbber-wrapper .pulse-loader {
  position: absolute;
  left: calc(50% - 64px);
  margin-top: 8px;
}

/* line 20, app/assets/stylesheets/controllers/form-refresh.scss */
.form-refresh-content-wrapper .form-refresh-content {
  position: relative;
}

/* line 25, app/assets/stylesheets/controllers/form-refresh.scss */
.form-refreshing .form-refresh-content-wrapper .form-refresh-content {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

/* line 30, app/assets/stylesheets/controllers/form-refresh.scss */
.form-refreshing .form-refresh-content-wrapper .form-refresh-throbber-wrapper {
  display: inline-block;
}

/* line 2, app/assets/stylesheets/controllers/panel-toggle.scss */
.panel-toggle .panel-toggle-only-open {
  display: none;
}

/* line 6, app/assets/stylesheets/controllers/panel-toggle.scss */
.panel-toggle .panel-toggle-only-close {
  display: initial;
}

/* line 10, app/assets/stylesheets/controllers/panel-toggle.scss */
.panel-toggle .panel-toggle-panel-wrapper {
  position: relative;
}

/* line 14, app/assets/stylesheets/controllers/panel-toggle.scss */
.panel-toggle .panel-toggle-panel {
  display: none;
  min-width: 600px;
  position: absolute;
  margin-top: 0em;
  background-color: white;
  color: black;
  z-index: 100;
  right: 0;
  box-shadow: #CCCCCC 0px 2px 4px 0px;
}

/* line 28, app/assets/stylesheets/controllers/panel-toggle.scss */
.panel-toggle .panel-toggle-panel-full-width {
  left: 0;
  right: 0;
  width: auto;
  top: 4px;
}

/* line 36, app/assets/stylesheets/controllers/panel-toggle.scss */
.panel-toggle.panel-open .panel-toggle-only-open {
  display: initial;
}

/* line 40, app/assets/stylesheets/controllers/panel-toggle.scss */
.panel-toggle.panel-open .panel-toggle-only-close {
  display: none;
}

/* line 44, app/assets/stylesheets/controllers/panel-toggle.scss */
.panel-toggle.panel-open .panel-toggle-panel {
  display: block;
}

/* line 1, app/assets/stylesheets/evidence-entries.scss */
.evidence-entry-preview {
  display: inline-block;
  width: 150px;
  min-height: 150px;
  vertical-align: top;
  margin: 2px;
}

/* line 9, app/assets/stylesheets/evidence-entries.scss */
.evidence-entry-preview img {
  width: 100%;
}

/* line 14, app/assets/stylesheets/evidence-entries.scss */
.evidence-entry-preview img:not(.no-enlarge-on-hover):hover {
  position: absolute;
  max-width: 960px;
  left: 50%;
  right: 50%;
  margin-left: -50%;
}

/* line 23, app/assets/stylesheets/evidence-entries.scss */
.evidence-entry-preview .evidence-entry-thumb-replacement {
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}

/* line 3, app/assets/stylesheets/fonts.scss */
body {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}

/* line 8, app/assets/stylesheets/fonts.scss */
h1 {
  font-size: 21px;
}

/* line 12, app/assets/stylesheets/fonts.scss */
h2 {
  font-size: 19px;
}

/* line 1, app/assets/stylesheets/forms.scss */
h1 .help-block {
  font-size: 13px;
}

/* line 5, app/assets/stylesheets/forms.scss */
.input-group-addon {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 11, app/assets/stylesheets/forms.scss */
.input-group-btn .btn {
  font-size: 10px;
}

/* line 15, app/assets/stylesheets/forms.scss */
.input-group-btn .btn:has(> i.mdi-plus) {
  padding-top: 3px;
}

/* line 19, app/assets/stylesheets/forms.scss */
.form-control,
.select2-container--bootstrap .select2-selection--single {
  height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 26, app/assets/stylesheets/forms.scss */
.form-horizontal .control-label {
  padding-top: 4px;
}

/* line 30, app/assets/stylesheets/forms.scss */
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 4px;
}

/* line 34, app/assets/stylesheets/forms.scss */
fieldset {
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 6px;
  margin-top: 1.5em;
}

/* line 41, app/assets/stylesheets/forms.scss */
fieldset h1 {
  font-size: 19px;
  font-weight: normal;
  margin-left: 33.333333%;
  padding-left: 10px;
  margin-top: 0;
}

/* line 50, app/assets/stylesheets/forms.scss */
.form-wrapper.checkboxes, .form-wrapper.radiobuttons {
  margin-bottom: 5px;
}

/* line 54, app/assets/stylesheets/forms.scss */
td.radio_buttons .radio-inline, td .radio_buttons .radio-inline {
  padding-left: 20px;
}

/* line 58, app/assets/stylesheets/forms.scss */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-top: 4px;
}

/* line 60, app/assets/stylesheets/forms.scss */
html[dir="ltr"] .radio input[type="radio"], html[dir="ltr"] .radio-inline input[type="radio"], html[dir="ltr"] .checkbox input[type="checkbox"], html[dir="ltr"] .checkbox-inline input[type="checkbox"] {
  margin-right: 3px;
}

/* line 63, app/assets/stylesheets/forms.scss */
html[dir="rtl"] .radio input[type="radio"], html[dir="rtl"] .radio-inline input[type="radio"], html[dir="rtl"] .checkbox input[type="checkbox"], html[dir="rtl"] .checkbox-inline input[type="checkbox"] {
  margin-left: 3px;
}

/* Older styles, might need revision */
/* line 75, app/assets/stylesheets/forms.scss */
html[dir="ltr"] .form-horizontal .radio-inline, html[dir="ltr"] .form-horizontal .checkbox-inline, html[dir="ltr"] .form-vertical .radio-inline, html[dir="ltr"] .form-vertical .checkbox-inline, html[dir="ltr"] .radio-inline + .radio-inline, html[dir="ltr"] .checkbox-inline + .checkbox-inline {
  margin-right: 10px;
}

/* line 78, app/assets/stylesheets/forms.scss */
html[dir="rtl"] .form-horizontal .radio-inline, html[dir="rtl"] .form-horizontal .checkbox-inline, html[dir="rtl"] .form-vertical .radio-inline, html[dir="rtl"] .form-vertical .checkbox-inline, html[dir="rtl"] .radio-inline + .radio-inline, html[dir="rtl"] .checkbox-inline + .checkbox-inline {
  margin-left: 10px;
}

/* line 83, app/assets/stylesheets/forms.scss */
.form-control.beeple-form-control-label {
  background-color: #eeeeee;
  text-align: left;
  overflow: hidden;
}

/* line 90, app/assets/stylesheets/forms.scss */
.input-group-unbordered .beeple-form-control-label, .input-group-unbordered .input-group-addon {
  border: 0;
  box-shadow: none;
  font-style: italic;
  background-color: #e1e1e1;
}

/* line 98, app/assets/stylesheets/forms.scss */
.input-group-xs td .form-group {
  margin-bottom: 0;
}

/* line 102, app/assets/stylesheets/forms.scss */
.select2-results__option[aria-disabled="true"] {
  display: none;
}

/* line 107, app/assets/stylesheets/forms.scss */
td .radio-inline {
  padding-left: 0;
}

/* line 111, app/assets/stylesheets/forms.scss */
td input[type="radio"], td input[type="checkbox"] {
  margin: 0;
}

/* line 115, app/assets/stylesheets/forms.scss */
td label {
  margin: 0;
  vertical-align: middle;
}

/* line 121, app/assets/stylesheets/forms.scss */
select.input-,
.input-group-xs > select.form-control,
.input-group-xs > select.input-group-addon,
.input-group-xs > .input-group-btn > select.btn {
  height: 23px;
}

/*.select2-container {
    width: 100% !important;
    padding: 0;
}*/
/* line 135, app/assets/stylesheets/forms.scss */
html[dir="ltr"] .input-group-xs .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}

/* line 138, app/assets/stylesheets/forms.scss */
html[dir="rtl"] .input-group-xs .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
}

/* line 143, app/assets/stylesheets/forms.scss */
html[dir="ltr"] .input-group-xs .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  right: 6px;
}

/* line 146, app/assets/stylesheets/forms.scss */
html[dir="rtl"] .input-group-xs .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  left: 6px;
}

/* line 152, app/assets/stylesheets/forms.scss */
.input-group-squeezed .input-group-addon.input-xs {
  padding-left: 0;
  padding-right: 0;
}

/* line 157, app/assets/stylesheets/forms.scss */
.input-group-squeezed.input-group-xs > .form-control {
  padding-left: 2px;
}

/* line 161, app/assets/stylesheets/forms.scss */
.input-group-squeezed.input-group-xs .select2-container--bootstrap .select2-selection--single {
  padding-left: 2px;
}

/* line 165, app/assets/stylesheets/forms.scss */
.input-group-inline .select2-container--bootstrap {
  display: inline-block;
  vertical-align: top;
}

/* line 170, app/assets/stylesheets/forms.scss */
.input-xs,
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 23px;
  padding: 1px 5px;
}

/* line 178, app/assets/stylesheets/forms.scss */
.select2-container--bootstrap.input-xs .select2-selection--single,
.input-group-xs .select2-container--bootstrap .select2-selection--single,
.form-group-xs .select2-container--bootstrap .select2-selection--single {
  height: 23px;
  padding: 0px 6px 0px 12px;
}

/* line 185, app/assets/stylesheets/forms.scss */
.select2-dropdown {
  min-width: 15em !important;
  overflow-x: visible;
}

/* line 190, app/assets/stylesheets/forms.scss */
.select2-results__group {
  background-color: #eeeeee;
}

/* line 194, app/assets/stylesheets/forms.scss */
.select2-container--bootstrap .select2-results__options--nested .select2-results__option {
  padding-left: 24px;
}

/* line 198, app/assets/stylesheets/forms.scss */
.input-group-xs .select2-dropdown li.select2-results__option {
  padding: 2px;
}

/* line 202, app/assets/stylesheets/forms.scss */
.list-checkboxes .checkbox {
  margin-top: 2px;
}

/* line 204, app/assets/stylesheets/forms.scss */
.list-checkboxes .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 209, app/assets/stylesheets/forms.scss */
.form-windowed {
  padding: 30px;
  color: inherit;
  background-color: #eeeeee;
  border-radius: 16px;
  margin-bottom: 32px;
}

/* line 216, app/assets/stylesheets/forms.scss */
.form-windowed .submit-area {
  margin-top: 2em;
  text-align: center;
}

/* line 220, app/assets/stylesheets/forms.scss */
.form-windowed .submit-area .btn {
  min-width: 12em;
}

/* line 224, app/assets/stylesheets/forms.scss */
.form-windowed .submit-area .btn.toggle-off, .form-windowed .submit-area .btn.toggle-on, .form-windowed .submit-area .btn.toggle-handle, .form-windowed .submit-area .btn[data-toggle="toggle"] {
  min-width: 0;
}

/* line 229, app/assets/stylesheets/forms.scss */
.form-windowed h2 {
  margin-top: 0;
}

/* line 233, app/assets/stylesheets/forms.scss */
.form-windowed.form-medium {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

/* line 240, app/assets/stylesheets/forms.scss */
.form-windowed.form-large {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

/* line 248, app/assets/stylesheets/forms.scss */
.submit-area {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

/* line 253, app/assets/stylesheets/forms.scss */
.submit-area .btn {
  min-width: 12em;
}

/* line 258, app/assets/stylesheets/forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fcf8e3;
}

/* line 263, app/assets/stylesheets/forms.scss */
.check_boxes .control-label + .checkbox {
  margin-top: 0;
}

/* line 267, app/assets/stylesheets/forms.scss */
input.success[type=radio],
input.danger[type=radio],
input.warning[type=radio],
input.weirdo-checkboxes {
  display: none;
}

/* line 274, app/assets/stylesheets/forms.scss */
input.success + label,
input.danger + label,
input.warning + label,
input.weirdo-checkboxes + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  margin-bottom: -5px;
}

/* line 286, app/assets/stylesheets/forms.scss */
input.weirdo-checkboxes:disabled + label {
  cursor: not-allowed;
}

/* line 290, app/assets/stylesheets/forms.scss */
input.success[type=radio] + label:before,
input.danger[type=radio] + label:before,
input.warning[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0px;
  border-radius: 8px;
  padding: 0;
}

/* line 303, app/assets/stylesheets/forms.scss */
html[dir="ltr"] input.success[type=radio] + label:before, html[dir="ltr"] input.danger[type=radio] + label:before, html[dir="ltr"] input.warning[type=radio] + label:before {
  margin-right: 10px;
  left: 0px;
}

/* line 307, app/assets/stylesheets/forms.scss */
html[dir="rtl"] input.success[type=radio] + label:before, html[dir="rtl"] input.danger[type=radio] + label:before, html[dir="rtl"] input.warning[type=radio] + label:before {
  margin-left: 10px;
  right: 0px;
}

/* line 313, app/assets/stylesheets/forms.scss */
input.weirdo-checkboxes[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  border-radius: 1px;
  padding: 0;
  vertical-align: middle;
}

/* line 324, app/assets/stylesheets/forms.scss */
html[dir="ltr"] input.weirdo-checkboxes[type=checkbox] + label:before {
  margin-right: 10px;
}

/* line 327, app/assets/stylesheets/forms.scss */
html[dir="rtl"] input.weirdo-checkboxes[type=checkbox] + label:before {
  margin-left: 10px;
}

/* line 332, app/assets/stylesheets/forms.scss */
input.success[type=radio] + label:before {
  background-color: white;
  border: solid 1px #5cb85c;
}

/* line 337, app/assets/stylesheets/forms.scss */
input.danger[type=radio] + label:before {
  background-color: white;
  border: solid 1px #d9534f;
}

/* line 342, app/assets/stylesheets/forms.scss */
input.warning[type=radio] + label:before {
  background-color: white;
  border: solid 1px #f0ad4e;
}

/* line 347, app/assets/stylesheets/forms.scss */
input.success[type=radio]:checked + label:before {
  background-color: #5cb85c;
}

/* line 351, app/assets/stylesheets/forms.scss */
input.danger[type=radio]:checked + label:before {
  background-color: #d9534f;
}

/* line 355, app/assets/stylesheets/forms.scss */
input.warning[type=radio]:checked + label:before {
  background-color: #f0ad4e;
}

/* line 359, app/assets/stylesheets/forms.scss */
input.weirdo-checkboxes + label:before {
  background-color: white;
  border: solid 1px #777777;
  background-color: #d9534f;
}

/* line 365, app/assets/stylesheets/forms.scss */
input.weirdo-checkboxes:checked + label:before {
  background-color: white;
  border: solid 1px #777777;
  background-color: #5cb85c;
}

/* line 372, app/assets/stylesheets/forms.scss */
input.weirdo-checkboxes:disabled + label:before {
  background-color: white;
  border: solid 1px #777777;
  background-color: #eeeeee;
}

/* line 378, app/assets/stylesheets/forms.scss */
input.success[type=radio]:checked + label:before,
input.danger[type=radio]:checked + label:before,
input.warning[type=radio]:checked + label:before {
  color: #333;
  font-size: 30px;
  text-align: center;
  line-height: 16px;
}

/* line 387, app/assets/stylesheets/forms.scss */
html[dir="ltr"] .control-label label {
  margin-right: 10px;
}

/* line 390, app/assets/stylesheets/forms.scss */
html[dir="rtl"] .control-label label {
  margin-left: 10px;
}

/* line 394, app/assets/stylesheets/forms.scss */
.input-group-i18n {
  margin-bottom: 5px;
}

/* line 398, app/assets/stylesheets/forms.scss */
.form-control.form-control-inline {
  display: inline-block;
  width: auto;
}

/* line 404, app/assets/stylesheets/forms.scss */
.nested-check-boxes-form .level {
  margin-left: 20px;
}

/* line 407, app/assets/stylesheets/forms.scss */
.nested-check-boxes-form .sub-parent {
  font-weight: bold;
}

/* line 410, app/assets/stylesheets/forms.scss */
.nested-check-boxes-form .parent {
  font-size: 15px;
  font-weight: bold;
}

/* line 415, app/assets/stylesheets/forms.scss */
.nested-check-boxes-form a {
  font-weight: normal;
  font-size: 10px;
  cursor: pointer;
}

/* line 421, app/assets/stylesheets/forms.scss */
.nested-check-boxes-form label {
  font-weight: inherit;
}

/* line 425, app/assets/stylesheets/forms.scss */
.nested-check-boxes-form label:hover {
  color: #0e3463;
}

/* line 429, app/assets/stylesheets/forms.scss */
.nested-check-boxes-form .scrollable {
  max-height: 350px;
  overflow-y: auto;
}

/* line 435, app/assets/stylesheets/forms.scss */
.btn.evaluation.active {
  text-decoration: underline;
}

/* line 439, app/assets/stylesheets/forms.scss */
.circle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px;
  border-style: solid;
}

/* line 447, app/assets/stylesheets/forms.scss */
.circle.filter {
  margin-top: 3px;
}

/* line 451, app/assets/stylesheets/forms.scss */
html[dir="ltr"] dd.dd-no-title {
  margin-left: 0px;
  margin-right: 180px;
}

/* line 455, app/assets/stylesheets/forms.scss */
html[dir="rtl"] dd.dd-no-title {
  margin-right: 0px;
  margin-left: 180px;
}

/* line 460, app/assets/stylesheets/forms.scss */
.select2-results__option[aria-selected=true] {
  display: none;
}

/* line 464, app/assets/stylesheets/forms.scss */
.input-group-addon.input-group-addon-hidden {
  visibility: hidden;
  padding: 0;
}

/* line 470, app/assets/stylesheets/forms.scss */
.pac-container {
  z-index: 100000;
}

/* line 475, app/assets/stylesheets/forms.scss */
html[dir="rtl"] .input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 481, app/assets/stylesheets/forms.scss */
html[dir="rtl"] .ltr-input {
  direction: ltr;
  text-align: right;
}

/* line 486, app/assets/stylesheets/forms.scss */
.duration-input-widget {
  display: flex;
  flex-direction: row;
}

/* line 490, app/assets/stylesheets/forms.scss */
.duration-input-widget .form-control:not(.form-control-limited) {
  width: auto;
  max-width: 6em;
}

/* line 495, app/assets/stylesheets/forms.scss */
.duration-input-widget .form-control-limited {
  width: 90%;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 502, app/assets/stylesheets/forms.scss */
.duration-input-widget-arrows {
  display: flex;
  flex-direction: column;
}

/* line 506, app/assets/stylesheets/forms.scss */
.duration-input-widget-arrows .btn-xs, .duration-input-widget-arrows .btn-group-xs > .btn {
  padding: 0px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

/* line 514, app/assets/stylesheets/forms.scss */
.multiple-choice-card {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* line 519, app/assets/stylesheets/forms.scss */
.multiple-choice-card .icon-content {
  align-self: flex-start;
}

/* line 522, app/assets/stylesheets/forms.scss */
.multiple-choice-card .icon-content i.mdi {
  font-size: 16px;
}

/* line 527, app/assets/stylesheets/forms.scss */
.multiple-choice-card .main-content {
  flex-grow: 1;
}

/* line 531, app/assets/stylesheets/forms.scss */
.multiple-choice-card > :first-child {
  margin-right: 15px;
}

/* line 535, app/assets/stylesheets/forms.scss */
.multiple-choice-card > :last-child {
  margin-left: 15px;
}

/* line 1, app/assets/stylesheets/inline-edit.scss */
.inline-edit {
  padding: 1px;
  padding-right: 30px;
  /* To allow for pencil icon */
  position: relative;
  vertical-align: top;
  display: inline-block;
  min-width: 4em;
  min-height: 1.5em;
}

/* line 11, app/assets/stylesheets/inline-edit.scss */
.inline-edit.inline-edit-flag {
  padding-right: 54px;
}

/* line 14, app/assets/stylesheets/inline-edit.scss */
.inline-edit.inline-edit-flag:hover {
  padding-right: 53px;
}

/* line 20, app/assets/stylesheets/inline-edit.scss */
.inline-edit .inline-value p {
  margin: 0;
}

/* line 25, app/assets/stylesheets/inline-edit.scss */
.inline-edit:hover {
  border: solid 1px #cccccc;
  padding: 0;
  /* To keep size the same */
  padding-right: 29px;
  border-radius: 4px;
}

/* line 31, app/assets/stylesheets/inline-edit.scss */
.inline-edit:hover .pencil-area {
  display: inline;
  padding: 0 6px;
}

/* line 37, app/assets/stylesheets/inline-edit.scss */
.inline-edit .pencil-area {
  cursor: pointer;
  display: none;
  background-color: #eeeeee;
  border-radius: 0 4px 4px 0;
  border-left: solid 1px #777777;
  padding: 2px 0 0 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
}

/* line 52, app/assets/stylesheets/inline-edit.scss */
.inline-edit .pencil-area.pencil-area-flag {
  width: 48px;
}

/* line 58, app/assets/stylesheets/inline-edit.scss */
h1 .inline-edit {
  padding-right: 42px;
  /* To allow for pencil icon */
}

/* line 61, app/assets/stylesheets/inline-edit.scss */
h1 .inline-edit.inline-edit-flag {
  padding-right: 72px;
}

/* line 64, app/assets/stylesheets/inline-edit.scss */
h1 .inline-edit.inline-edit-flag:hover {
  padding-right: 71px;
}

/* line 69, app/assets/stylesheets/inline-edit.scss */
h1 .inline-edit:hover {
  padding-right: 41px;
}

/* line 73, app/assets/stylesheets/inline-edit.scss */
h1 .inline-edit .pencil-area {
  width: 36px;
}

/* line 76, app/assets/stylesheets/inline-edit.scss */
h1 .inline-edit .pencil-area.pencil-area-flag {
  width: 64px;
}

/* line 82, app/assets/stylesheets/inline-edit.scss */
.inline-edit-control {
  display: none;
}

/* line 85, app/assets/stylesheets/inline-edit.scss */
.inline-edit-control.active {
  display: inline-block;
}

/* line 87, app/assets/stylesheets/inline-edit.scss */
html[dir="ltr"] .inline-edit-control.active {
  width: 100%;
}

/* line 90, app/assets/stylesheets/inline-edit.scss */
html[dir="rtl"] .inline-edit-control.active {
  width: auto;
}

/* line 95, app/assets/stylesheets/inline-edit.scss */
.inline-edit-control.form-horizontal .control-label {
  padding-top: 0;
}

/* line 101, app/assets/stylesheets/inline-edit.scss */
h1 .inline-edit-control label {
  font-size: 13px;
}

/* line 2, app/assets/stylesheets/inline-edit-address.scss */
.edit-address-form .check_boxes, .edit-address-form .radio_buttons {
  text-align: left;
}

/* line 6, app/assets/stylesheets/inline-edit-address.scss */
.edit-address-form .address-submit {
  text-align: right;
}

/* line 9, app/assets/stylesheets/inline-edit-address.scss */
.edit-address-form .address-submit .btn {
  border-radius: 4px;
}

/* line 16, app/assets/stylesheets/inline-edit-address.scss */
.edit-address-departments .checkbox-inline {
  margin-left: 0;
}

/* line 3, app/assets/stylesheets/utilities.scss */
.mt-0 {
  margin-top: 0px !important;
}

/* line 4, app/assets/stylesheets/utilities.scss */
.mt-1 {
  margin-top: 4px !important;
}

/* line 5, app/assets/stylesheets/utilities.scss */
.mt-2 {
  margin-top: 8px !important;
}

/* line 6, app/assets/stylesheets/utilities.scss */
.mt-3 {
  margin-top: 16px !important;
}

/* line 7, app/assets/stylesheets/utilities.scss */
.mt-4 {
  margin-top: 24px !important;
}

/* line 8, app/assets/stylesheets/utilities.scss */
.mt-5 {
  margin-top: 48px !important;
}

/* line 10, app/assets/stylesheets/utilities.scss */
.mr-0 {
  margin-right: 0px !important;
}

/* line 11, app/assets/stylesheets/utilities.scss */
.mr-1 {
  margin-right: 4px !important;
}

/* line 12, app/assets/stylesheets/utilities.scss */
.mr-2 {
  margin-right: 8px !important;
}

/* line 13, app/assets/stylesheets/utilities.scss */
.mr-3 {
  margin-right: 16px !important;
}

/* line 14, app/assets/stylesheets/utilities.scss */
.mr-4 {
  margin-right: 24px !important;
}

/* line 15, app/assets/stylesheets/utilities.scss */
.mr-5 {
  margin-right: 48px !important;
}

/* line 17, app/assets/stylesheets/utilities.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 18, app/assets/stylesheets/utilities.scss */
.mb-1 {
  margin-bottom: 4px !important;
}

/* line 19, app/assets/stylesheets/utilities.scss */
.mb-2 {
  margin-bottom: 8px !important;
}

/* line 20, app/assets/stylesheets/utilities.scss */
.mb-3 {
  margin-bottom: 16px !important;
}

/* line 21, app/assets/stylesheets/utilities.scss */
.mb-4 {
  margin-bottom: 24px !important;
}

/* line 22, app/assets/stylesheets/utilities.scss */
.mb-5 {
  margin-bottom: 48px !important;
}

/* line 24, app/assets/stylesheets/utilities.scss */
.ml-0 {
  margin-left: 0px !important;
}

/* line 25, app/assets/stylesheets/utilities.scss */
.ml-1 {
  margin-left: 4px !important;
}

/* line 26, app/assets/stylesheets/utilities.scss */
.ml-2 {
  margin-left: 8px !important;
}

/* line 27, app/assets/stylesheets/utilities.scss */
.ml-3 {
  margin-left: 16px !important;
}

/* line 28, app/assets/stylesheets/utilities.scss */
.ml-4 {
  margin-left: 24px !important;
}

/* line 29, app/assets/stylesheets/utilities.scss */
.ml-5 {
  margin-left: 48px !important;
}

/* line 31, app/assets/stylesheets/utilities.scss */
.pt-0 {
  padding-top: 0px !important;
}

/* line 32, app/assets/stylesheets/utilities.scss */
.pt-1 {
  padding-top: 4px !important;
}

/* line 33, app/assets/stylesheets/utilities.scss */
.pt-2 {
  padding-top: 8px !important;
}

/* line 34, app/assets/stylesheets/utilities.scss */
.pt-3 {
  padding-top: 16px !important;
}

/* line 35, app/assets/stylesheets/utilities.scss */
.pt-4 {
  padding-top: 24px !important;
}

/* line 36, app/assets/stylesheets/utilities.scss */
.pt-5 {
  padding-top: 48px !important;
}

/* line 38, app/assets/stylesheets/utilities.scss */
.pr-0 {
  padding-right: 0px !important;
}

/* line 39, app/assets/stylesheets/utilities.scss */
.pr-1 {
  padding-right: 4px !important;
}

/* line 40, app/assets/stylesheets/utilities.scss */
.pr-2 {
  padding-right: 8px !important;
}

/* line 41, app/assets/stylesheets/utilities.scss */
.pr-3 {
  padding-right: 16px !important;
}

/* line 42, app/assets/stylesheets/utilities.scss */
.pr-4 {
  padding-right: 24px !important;
}

/* line 43, app/assets/stylesheets/utilities.scss */
.pr-5 {
  padding-right: 48px !important;
}

/* line 45, app/assets/stylesheets/utilities.scss */
.pb-0 {
  padding-bottom: 0px !important;
}

/* line 46, app/assets/stylesheets/utilities.scss */
.pb-1 {
  padding-bottom: 4px !important;
}

/* line 47, app/assets/stylesheets/utilities.scss */
.pb-2 {
  padding-bottom: 8px !important;
}

/* line 48, app/assets/stylesheets/utilities.scss */
.pb-3 {
  padding-bottom: 16px !important;
}

/* line 49, app/assets/stylesheets/utilities.scss */
.pb-4 {
  padding-bottom: 24px !important;
}

/* line 50, app/assets/stylesheets/utilities.scss */
.pb-5 {
  padding-bottom: 48px !important;
}

/* line 52, app/assets/stylesheets/utilities.scss */
.pl-0 {
  padding-left: 0px !important;
}

/* line 53, app/assets/stylesheets/utilities.scss */
.pl-1 {
  padding-left: 4px !important;
}

/* line 54, app/assets/stylesheets/utilities.scss */
.pl-2 {
  padding-left: 8px !important;
}

/* line 55, app/assets/stylesheets/utilities.scss */
.pl-3 {
  padding-left: 16px !important;
}

/* line 56, app/assets/stylesheets/utilities.scss */
.pl-4 {
  padding-left: 24px !important;
}

/* line 57, app/assets/stylesheets/utilities.scss */
.pl-5 {
  padding-left: 48px !important;
}

/* line 59, app/assets/stylesheets/utilities.scss */
.d-flex {
  display: flex;
}

/* line 60, app/assets/stylesheets/utilities.scss */
.flex-grow-1 {
  flex: 1;
}

@media (min-width: 1100px) {
  /* line 2, app/assets/stylesheets/modal.scss */
  .modal-lg {
    width: 1025px;
  }
}

/* line 7, app/assets/stylesheets/modal.scss */
.modal-header h4 {
  font-size: 19px;
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/modal.scss */
.modal-subtitle {
  font-weight: 600;
}

/* line 16, app/assets/stylesheets/modal.scss */
.modal-header {
  border-bottom: 0;
}

/* line 20, app/assets/stylesheets/modal.scss */
.modal-footer {
  /*text-align: center;*/
  border-top: 0;
}

/* line 24, app/assets/stylesheets/modal.scss */
.modal-footer li {
  display: inline-block;
}

/* line 28, app/assets/stylesheets/modal.scss */
.modal-footer .nav > li > a {
  display: inline-block;
  padding: 6px 12px;
}

/* line 34, app/assets/stylesheets/modal.scss */
.modal-scrollable .modal-dialog {
  overflow-y: initial !important;
}

/* line 38, app/assets/stylesheets/modal.scss */
.modal-scrollable .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/more-tooltip.scss */
.more-tooltip {
  display: none;
  top: 0;
  width: 100%;
  z-index: 5;
  display: none;
}

/* line 10, app/assets/stylesheets/more-tooltip.scss */
.more-tooltip.active {
  display: block;
}

/* line 15, app/assets/stylesheets/more-tooltip.scss */
.more-wrapper {
  margin-top: 1em;
}

/* line 16, app/assets/stylesheets/more-tooltip.scss */
.more-wrapper.active .less-tooltip {
  display: none;
}

/* line 20, app/assets/stylesheets/more-tooltip.scss */
.more-wrapper .less-tooltip {
  text-align: center;
}

/* line 27, app/assets/stylesheets/more-tooltip.scss */
.more-tooltip-blocked {
  display: none;
  top: 0;
  width: 100%;
  z-index: 5;
  display: none;
}

/* line 36, app/assets/stylesheets/more-tooltip.scss */
.more-tooltip-blocked.active {
  display: inline-block;
}

/* line 41, app/assets/stylesheets/more-tooltip.scss */
.blocked-display-none {
  display: none;
}

/* line 45, app/assets/stylesheets/more-tooltip.scss */
a[data-toggle="more-tooltip"],
a[data-toggle="more-tooltip-blocked"],
a[data-toggle="more-tooltip-close"],
a[data-toggle="more-tooltip-close-blocked"] {
  color: inherit;
}

/* line 51, app/assets/stylesheets/more-tooltip.scss */
a[data-toggle="more-tooltip"] .mdi,
a[data-toggle="more-tooltip-blocked"] .mdi,
a[data-toggle="more-tooltip-close"] .mdi,
a[data-toggle="more-tooltip-close-blocked"] .mdi {
  color: #1757A6;
}

/* line 55, app/assets/stylesheets/more-tooltip.scss */
a[data-toggle="more-tooltip"]:hover,
a[data-toggle="more-tooltip-blocked"]:hover,
a[data-toggle="more-tooltip-close"]:hover,
a[data-toggle="more-tooltip-close-blocked"]:hover {
  color: #0e3463;
}

/* line 1, app/assets/stylesheets/nav-pills.scss */
.nav-pills {
  border: solid 1px #777777;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/nav-pills.scss */
.nav-pills > li > a {
  color: inherit;
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 12, app/assets/stylesheets/nav-pills.scss */
.nav-pills > li > a:hover {
  color: white;
  background-color: #777777;
}

/* line 19, app/assets/stylesheets/nav-pills.scss */
.nav-pills > li.active > a {
  background-color: #777777;
  color: white;
}

/* line 23, app/assets/stylesheets/nav-pills.scss */
.nav-pills > li.active > a:hover {
  background-color: #777777;
  color: white;
}

/* line 1, app/assets/stylesheets/pagination.scss */
header .pagination, .pagination:first-child {
  margin-top: 0;
}

/* line 5, app/assets/stylesheets/pagination.scss */
.pagination:last-child {
  margin-bottom: 0;
}

/* line 9, app/assets/stylesheets/pagination.scss */
.table + .pagination {
  margin-top: -10px;
}

/* line 13, app/assets/stylesheets/pagination.scss */
.pagination .current {
  font-weight: bold;
  font-style: italic;
}

/* line 3, app/assets/stylesheets/registration.scss */
.main-panel .registration-header {
  background-color: white;
  padding: 30px;
  text-align: center;
  margin: 0;
}

/* line 9, app/assets/stylesheets/registration.scss */
.main-panel .registration-header h3 {
  /* Remove top spaces in titles */
  margin-top: 0;
}

/* line 15, app/assets/stylesheets/registration.scss */
.main-panel .registration-body {
  background-color: white;
  text-align: center;
}

/* line 20, app/assets/stylesheets/registration.scss */
.main-panel .btn-facebook {
  /* Use when needed later */
  background-color: #2b4b90;
  color: #ffffff;
}

/* line 26, app/assets/stylesheets/registration.scss */
.main-panel .registration-steps {
  margin-top: 30px;
  position: relative;
  text-align: center;
}

/* line 31, app/assets/stylesheets/registration.scss */
.main-panel .registration-steps .step-panel {
  display: inline-table;
  width: 18%;
}

/* line 35, app/assets/stylesheets/registration.scss */
.main-panel .registration-steps .step-panel .step {
  /* Default step circle gets these fixed styles */
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 25px;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: #999999;
  color: black;
  border: 3px solid #999999;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}

/* line 54, app/assets/stylesheets/registration.scss */
.main-panel .registration-steps .step-panel .step-complete {
  /* Use brand success color */
  background-color: #5cb85c;
  color: white;
  border: 3px solid #5cb85c;
}

/* line 61, app/assets/stylesheets/registration.scss */
.main-panel .registration-steps .step-panel .step-active {
  background-color: white;
  color: black;
  border: 3px solid #9DC1A3;
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/registration.scss */
  .main-panel .registration-steps .step-panel:before {
    /* link line custom */
    content: " ";
    width: 18%;
    width: calc(18% - 50px);
    height: 4px;
    border-radius: 4px;
    margin: 20px 25px;
    background-color: #ccc;
    z-index: 0;
    position: absolute;
  }
}

@media (max-width: 768px) {
  /* line 84, app/assets/stylesheets/registration.scss */
  .main-panel .registration-steps .step-panel-active {
    display: inline;
  }
}

/* line 89, app/assets/stylesheets/registration.scss */
.main-panel .registration-steps .step-panel.step-panel-complete:before {
  background-color: #5cb85c;
}

/* line 93, app/assets/stylesheets/registration.scss */
.main-panel .registration-steps .step-panel:last-child:before {
  display: none;
}

/* line 101, app/assets/stylesheets/registration.scss */
.document-panel .document-box {
  background-color: #eeeeee;
  margin-top: 10px;
  padding: 20px;
  min-height: 350px;
}

/* line 107, app/assets/stylesheets/registration.scss */
.document-panel .document-box .control-label {
  text-align: left;
}

/* line 111, app/assets/stylesheets/registration.scss */
.document-panel .document-box .form-group {
  margin: 0;
}

/* line 116, app/assets/stylesheets/registration.scss */
.display-none {
  display: none;
}

/* line 120, app/assets/stylesheets/registration.scss */
.form-windowed .document-box {
  background-color: white;
}

@media (min-width: 768px) {
  /* line 125, app/assets/stylesheets/registration.scss */
  #password-strength-meter {
    width: 200px;
  }
}

@media (max-width: 768px) {
  /* line 131, app/assets/stylesheets/registration.scss */
  #password-strength-meter {
    width: 50px;
  }
}

/* content styles */
/* line 3, app/assets/stylesheets/same-heights.scss */
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}

/* line 11, app/assets/stylesheets/same-heights.scss */
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  /*margin-top: -15px;;*/
  margin-bottom: 0;
}

/* columns of same height styles */
/* line 24, app/assets/stylesheets/same-heights.scss */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

/* line 30, app/assets/stylesheets/same-heights.scss */
.col-height {
  display: table-cell;
  /*float: none;*/
  height: 100%;
}

/* line 35, app/assets/stylesheets/same-heights.scss */
.col-top {
  vertical-align: top;
}

/* line 38, app/assets/stylesheets/same-heights.scss */
.col-middle {
  vertical-align: middle;
}

/* line 41, app/assets/stylesheets/same-heights.scss */
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  /* line 46, app/assets/stylesheets/same-heights.scss */
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  /* line 52, app/assets/stylesheets/same-heights.scss */
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  /* line 57, app/assets/stylesheets/same-heights.scss */
  .col-xs-top {
    vertical-align: top;
  }
  /* line 60, app/assets/stylesheets/same-heights.scss */
  .col-xs-middle {
    vertical-align: middle;
  }
  /* line 63, app/assets/stylesheets/same-heights.scss */
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/same-heights.scss */
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  /* line 75, app/assets/stylesheets/same-heights.scss */
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  /* line 80, app/assets/stylesheets/same-heights.scss */
  .col-sm-top {
    vertical-align: top;
  }
  /* line 83, app/assets/stylesheets/same-heights.scss */
  .col-sm-middle {
    vertical-align: middle;
  }
  /* line 86, app/assets/stylesheets/same-heights.scss */
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  /* line 92, app/assets/stylesheets/same-heights.scss */
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  /* line 98, app/assets/stylesheets/same-heights.scss */
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  /* line 103, app/assets/stylesheets/same-heights.scss */
  .col-md-top {
    vertical-align: top;
  }
  /* line 106, app/assets/stylesheets/same-heights.scss */
  .col-md-middle {
    vertical-align: middle;
  }
  /* line 109, app/assets/stylesheets/same-heights.scss */
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  /* line 115, app/assets/stylesheets/same-heights.scss */
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  /* line 121, app/assets/stylesheets/same-heights.scss */
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  /* line 126, app/assets/stylesheets/same-heights.scss */
  .col-lg-top {
    vertical-align: top;
  }
  /* line 129, app/assets/stylesheets/same-heights.scss */
  .col-lg-middle {
    vertical-align: middle;
  }
  /* line 132, app/assets/stylesheets/same-heights.scss */
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

/* line 1, app/assets/stylesheets/tables.scss */
thead > tr > th {
  font-size: 14px;
}

/* line 4, app/assets/stylesheets/tables.scss */
thead > tr > th > a {
  color: inherit;
}

/* line 9, app/assets/stylesheets/tables.scss */
td .btn-group {
  display: flex;
  justify-content: flex-end;
}

/* line 14, app/assets/stylesheets/tables.scss */
td.flex-start .btn-group {
  justify-content: flex-start;
}

/* line 18, app/assets/stylesheets/tables.scss */
td.unbreakable, th.unbreakable, thead th .nbr {
  white-space: nowrap;
}

/* line 22, app/assets/stylesheets/tables.scss */
td.email {
  width: 3em;
  text-align: center;
}

/* line 27, app/assets/stylesheets/tables.scss */
td.costs {
  text-align: right;
  vertical-align: middle !important;
}

/* line 34, app/assets/stylesheets/tables.scss */
td.status.bg-bright-red {
  background-color: #FF5757 !important;
  color: #F0F0F0;
}

/* line 40, app/assets/stylesheets/tables.scss */
tbody > tr > th > a {
  color: inherit;
  text-decoration: inherit;
  display: inline-block;
  width: 100%;
}

/* line 47, app/assets/stylesheets/tables.scss */
tbody > tr > th > a:hover, tbody > tr > th > a:active {
  color: inherit;
  text-decoration: inherit;
}

/* line 55, app/assets/stylesheets/tables.scss */
tr td > a, tr td > span.handle > a {
  color: inherit;
  text-decoration: inherit;
  display: inline-block;
  width: 100%;
}

/* line 60, app/assets/stylesheets/tables.scss */
tr td > a.inline:hover, tr td > span.handle > a.inline:hover {
  color: #0e3463;
  text-decoration: underline;
}

/* line 69, app/assets/stylesheets/tables.scss */
tr td > a.btn, tr td > span.handle > a.btn {
  width: auto;
}

/* line 73, app/assets/stylesheets/tables.scss */
tr td > a:hover, tr td > a:active, tr td > span.handle > a:hover, tr td > span.handle > a:active {
  color: inherit;
  text-decoration: inherit;
}

/* line 79, app/assets/stylesheets/tables.scss */
tr .btn-td {
  border: none;
  background-color: transparent;
  color: inherit;
}

/* line 85, app/assets/stylesheets/tables.scss */
tr .btn-td-success:hover {
  color: #5cb85c;
}

/* line 89, app/assets/stylesheets/tables.scss */
tr .btn-td-danger:hover {
  color: #d9534f;
}

/* line 93, app/assets/stylesheets/tables.scss */
tr .btn-td-warning:hover {
  color: #f0ad4e;
}

/* line 97, app/assets/stylesheets/tables.scss */
tr.tbody-title th .btn-group, tr td .btn-group {
  visibility: hidden;
}

/* line 101, app/assets/stylesheets/tables.scss */
tr td .btn-group .btn-show {
  visibility: visible;
}

/* line 105, app/assets/stylesheets/tables.scss */
tr.tbody-title th .btn-group.btn-group-success-visible, tr td .btn-group .btn-success {
  visibility: visible;
}

/* line 109, app/assets/stylesheets/tables.scss */
tr:hover th .btn-group, tr:hover td .btn-group {
  visibility: visible;
}

/* line 114, app/assets/stylesheets/tables.scss */
.btn-hover {
  border: none;
  background-color: transparent;
  color: inherit;
}

/* line 120, app/assets/stylesheets/tables.scss */
.btn-hover-success:hover {
  color: #5cb85c;
}

/* line 124, app/assets/stylesheets/tables.scss */
.btn-hover-danger:hover {
  color: #d9534f;
}

/* line 131, app/assets/stylesheets/tables.scss */
.table-unlinked tr td > a:hover, .table-unlinked tr td > a:active {
  color: #0e3463;
  text-decoration: underline;
}

/* line 136, app/assets/stylesheets/tables.scss */
.table-unlinked tr td > a.btn:hover, .table-unlinked tr td > a.btn:active {
  color: inherit;
  text-decoration: none;
}

/* line 144, app/assets/stylesheets/tables.scss */
.table-unlinked.inline-links a {
  display: inline;
}

/* line 149, app/assets/stylesheets/tables.scss */
.table-limited {
  max-height: 350px;
  min-height: 50px;
  overflow-y: auto;
}

/* line 154, app/assets/stylesheets/tables.scss */
.table-limited > table {
  /* To prevent scrolling in whitespace */
  margin-bottom: 0;
  padding-bottom: 0;
}

/* the table-limited should be in a wrapper, this is to prevent this easy mistake from happening */
/* line 161, app/assets/stylesheets/tables.scss */
table.table-limited {
  border: solid 1px red;
}

/* line 165, app/assets/stylesheets/tables.scss */
.table > tbody > tr.tbody-title:first-child > th {
  font-size: 15px;
}

/* line 171, app/assets/stylesheets/tables.scss */
.table-striped > tbody > tr:nth-of-type(2n+1):hover,
.table-striped > tbody > tr:nth-of-type(2n):hover {
  background-color: #eeeeee;
}

/* line 177, app/assets/stylesheets/tables.scss */
.table-unlinked.table-striped > tbody > tr:nth-of-type(2n+1):hover {
  background-color: #f9f9f9;
}

/* line 183, app/assets/stylesheets/tables.scss */
.table-unlinked.table-striped > tbody > tr:nth-of-type(2n):hover {
  background-color: white;
}

/* line 188, app/assets/stylesheets/tables.scss */
table.table--hours-registration > thead > tr > th {
  vertical-align: middle;
}

/* line 193, app/assets/stylesheets/tables.scss */
.collections th.actions {
  text-align: right;
}

/* line 197, app/assets/stylesheets/tables.scss */
.collections th:not(.actions) {
  text-align: left;
}

/* line 201, app/assets/stylesheets/tables.scss */
.collections th.fee,
.collections th.team_application_fee {
  text-align: right;
}

/* line 206, app/assets/stylesheets/tables.scss */
.collections th.boolean {
  text-align: center;
}

/* line 210, app/assets/stylesheets/tables.scss */
.collections td.name-with-gender {
  white-space: nowrap;
}

/* line 214, app/assets/stylesheets/tables.scss */
.collections td.team_registration_rating,
.collections td.team_applicatoin_rating,
.collections td.rating,
.collections td.fee,
.collections td.progression {
  text-align: right;
}

/* line 222, app/assets/stylesheets/tables.scss */
.collections td.boolean {
  text-align: center;
}

/* line 226, app/assets/stylesheets/tables.scss */
.collections td.check-box {
  text-align: center;
}

/* line 231, app/assets/stylesheets/tables.scss */
.collections td.resource-warnings i.mdi {
  font-size: 16px;
}

/* line 237, app/assets/stylesheets/tables.scss */
.dropdown.collection-columns {
  text-align: right;
}

/* line 239, app/assets/stylesheets/tables.scss */
.dropdown.collection-columns .dropdown-menu {
  width: 300px;
  padding: 3px 20px !important;
}

/* line 242, app/assets/stylesheets/tables.scss */
.dropdown.collection-columns .dropdown-menu .check_boxes {
  max-height: 200px;
  overflow: auto;
}

/* line 246, app/assets/stylesheets/tables.scss */
.dropdown.collection-columns .dropdown-menu .check_boxes label {
  font-size: 13px;
}

/* line 252, app/assets/stylesheets/tables.scss */
.dropdown.collection-columns .search {
  margin-top: 50px;
}

/* line 257, app/assets/stylesheets/tables.scss */
.header-handle {
  cursor: move;
  height: 20px;
}

/* line 262, app/assets/stylesheets/tables.scss */
.dragtable-sortable {
  z-index: 9001;
}

/* line 266, app/assets/stylesheets/tables.scss */
.caret {
  float: none !important;
}

/* line 270, app/assets/stylesheets/tables.scss */
.tables-nested > .control-label:after {
  color: #555555;
  font-family: "Glyphicons Regular";
  vertical-align: bottom;
  right: -6px;
  top: 0px;
}

/* line 278, app/assets/stylesheets/tables.scss */
.tables-nested:not(.collapsed) > .control-label:after {
  content: '';
}

/* line 282, app/assets/stylesheets/tables.scss */
.tables-nested.collapsed > .control-label:after {
  content: '';
}

/* line 286, app/assets/stylesheets/tables.scss */
.tables-nested:not(.collapsed) {
  border-left: dotted 1px #222222;
  padding-left: 0.5em;
  margin-left: -0.5em;
}

/* line 292, app/assets/stylesheets/tables.scss */
table.table-fixed-width {
  table-layout: fixed;
}

/* line 296, app/assets/stylesheets/tables.scss */
table.table-fixed-width > tbody > tr > td {
  overflow-wrap: break-word;
}

/* line 300, app/assets/stylesheets/tables.scss */
td.event-description > a {
  display: inline;
}

/* line 304, app/assets/stylesheets/tables.scss */
.table > thead > tr > th {
  border-bottom: none;
}

/* line 308, app/assets/stylesheets/tables.scss */
.table > thead > tr:last-child > th, .table > thead > tr:last-child > td {
  border-bottom: 2px solid #777777;
}

/* line 313, app/assets/stylesheets/tables.scss */
.custom-stripes .stripe-white {
  background-color: white;
}

/* line 317, app/assets/stylesheets/tables.scss */
.custom-stripes .stripe-grey {
  background-color: whitesmoke;
}

/* line 321, app/assets/stylesheets/tables.scss */
.custom-stripes .stripe-light-grey {
  background-color: #fafafa;
}

/* line 325, app/assets/stylesheets/tables.scss */
.custom-stripes .top-rule {
  border-top-color: #777777;
  border-top-width: 2px;
  border-top-style: solid;
}

/* line 332, app/assets/stylesheets/tables.scss */
.table-providers > tbody > tr > td.center-vertical {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/team-registrations.scss */
.team-registration-block {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
}

/* line 7, app/assets/stylesheets/team-registrations.scss */
.team-registration-block .go-back {
  position: absolute;
  left: 0;
}

/* line 12, app/assets/stylesheets/team-registrations.scss */
.team-registration-block .team_registration-info {
  border: solid 1px #777777;
  padding: 0 1em;
  border-width: 0 1px 0 1px;
  margin-bottom: 3em;
}

/* line 18, app/assets/stylesheets/team-registrations.scss */
.team-registration-block .team_registration-info strong {
  font-size: 1.50em;
}

/* line 22, app/assets/stylesheets/team-registrations.scss */
.team-registration-block .team_registration-info .detail {
  margin-left: 2em;
}

/* line 26, app/assets/stylesheets/team-registrations.scss */
.team-registration-block .team_registration-info h2 {
  margin: 0;
  margin-top: 0.25em;
  font-weight: bold;
}

/* line 32, app/assets/stylesheets/team-registrations.scss */
.team-registration-block .team_registration-info h4 {
  font-weight: normal;
  font-size: 1em;
  margin: 2em 0 0.25em 0;
}

/* line 38, app/assets/stylesheets/team-registrations.scss */
.team-registration-block .team_registration-info table {
  margin-top: 2em;
}

/* line 41, app/assets/stylesheets/team-registrations.scss */
.team-registration-block .team_registration-info table thead td {
  padding-bottom: 0.25em;
}

/* line 45, app/assets/stylesheets/team-registrations.scss */
.team-registration-block .team_registration-info table tbody td {
  vertical-align: top;
  padding-bottom: 0.5em;
}

/* line 49, app/assets/stylesheets/team-registrations.scss */
.team-registration-block .team_registration-info table tbody td:first-child {
  padding-left: 2em;
}

/* line 58, app/assets/stylesheets/team-registrations.scss */
.planning-assistant-teams li.full {
  color: #d9534f;
}

/* line 61, app/assets/stylesheets/team-registrations.scss */
.planning-assistant-teams li.full .full-icon {
  display: inline;
}

/* line 66, app/assets/stylesheets/team-registrations.scss */
.planning-assistant-teams li .full-icon {
  display: none;
}

/* This should be enabled once Chrome fixes bug.
Described in BEEP-3604*/
/* tr.team-registration-cancelled:nth-child(odd) {
  background: repeating-linear-gradient(-45deg, white 0, white 14px, black 14px, black 15px, white 15px);
}

tr.team-registration-cancelled:nth-child(even) {
  background: repeating-linear-gradient(-45deg, $table-bg-accent 0, $table-bg-accent 14px, black 14px, black 15px, $table-bg-accent 15px);
}

tr.team-registration-cancelled:hover  {
  background: repeating-linear-gradient(-45deg, $table-bg-hover 0, $table-bg-hover 14px, black 14px, black 15px, $table-bg-hover 15px);
} */
/* line 85, app/assets/stylesheets/team-registrations.scss */
td.repetition-buttons-column {
  text-align: center;
  width: 45%;
}

/* line 90, app/assets/stylesheets/team-registrations.scss */
tr > td.repetition-buttons-column > a.btn {
  width: 100%;
}

/* line 95, app/assets/stylesheets/team-registrations.scss */
#team-registrations-calendar .fc-day-grid-event {
  max-width: calc(100% - 6px);
}

/* line 97, app/assets/stylesheets/team-registrations.scss */
#team-registrations-calendar .fc-day-grid-event .fc-content {
  text-overflow: ellipsis;
}

/* line 1, app/assets/stylesheets/widgets.scss */
.beeple-widgets {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 6, app/assets/stylesheets/widgets.scss */
.beeple-widget {
  width: 100%;
  height: 172px;
  background-color: #eeeeee;
  border-radius: 6px;
  padding: 6px;
  font-size: 12px;
  margin-bottom: 1em;
}

/* line 17, app/assets/stylesheets/widgets.scss */
.beeple-widget h2 {
  margin: 0;
  font-size: 21px;
}

/* line 21, app/assets/stylesheets/widgets.scss */
.beeple-widget h2 a {
  color: inherit;
}

/* line 24, app/assets/stylesheets/widgets.scss */
.beeple-widget h2 a::after {
  content: "\2771\00a0";
  color: #1757A6;
}

/* line 29, app/assets/stylesheets/widgets.scss */
.beeple-widget h2 a:hover {
  color: #0e3463;
}

/* line 31, app/assets/stylesheets/widgets.scss */
.beeple-widget h2 a:hover::after {
  color: #0e3463;
}

/* line 36, app/assets/stylesheets/widgets.scss */
.beeple-widget h2 a .glyphicon, .beeple-widget h2 a .glyphicons {
  font-size: 0.75em;
}

/* line 42, app/assets/stylesheets/widgets.scss */
.beeple-widget .beeple-info-list {
  margin-left: 0;
  margin-top: 0.5em;
}

/* line 47, app/assets/stylesheets/widgets.scss */
.beeple-widget .beeple-info {
  margin-right: 15px;
  background-color: white;
  padding: 6px;
  border-radius: 3px;
  height: 130px;
}

/* line 54, app/assets/stylesheets/widgets.scss */
.beeple-widget .beeple-info h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

/* line 60, app/assets/stylesheets/widgets.scss */
.beeple-widget .beeple-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 65, app/assets/stylesheets/widgets.scss */
.beeple-widget .beeple-info ul li {
  margin: 0;
  padding: 0;
}

/* line 71, app/assets/stylesheets/widgets.scss */
.beeple-widget table {
  padding-right: 2em;
}

/* line 1, app/assets/stylesheets/evaluations.scss */
.evaluation-hover {
  padding-bottom: 30px;
}

/* line 4, app/assets/stylesheets/evaluations.scss */
.evaluation-hover h4 {
  font-size: 16px;
}

/* line 8, app/assets/stylesheets/evaluations.scss */
.evaluation-hover h5 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/evaluations.scss */
.evaluation-hover .circle {
  margin-top: 4px;
}

/* line 18, app/assets/stylesheets/evaluations.scss */
.evaluation-hover__header {
  font-size: 16px;
}

/* line 22, app/assets/stylesheets/evaluations.scss */
.evaluation-hover th {
  min-width: 150px;
}

/* line 26, app/assets/stylesheets/evaluations.scss */
.evaluation-hover td {
  border: none !important;
}

/* line 31, app/assets/stylesheets/evaluations.scss */
.circle-inline {
  height: 15px;
  width: 15px;
  border: 1px;
  border-radius: 50%;
  display: inline-block;
}

/* line 39, app/assets/stylesheets/evaluations.scss */
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/* line 46, app/assets/stylesheets/evaluations.scss */
.tags li {
  float: left;
}

/* line 50, app/assets/stylesheets/evaluations.scss */
.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

/* line 63, app/assets/stylesheets/evaluations.scss */
a.expand-questions {
  float: right;
}

/* line 67, app/assets/stylesheets/evaluations.scss */
.sticky-popover + .popover {
  min-width: 40%;
}

/* line 70, app/assets/stylesheets/evaluations.scss */
.sticky-popover + .popover h4, .sticky-popover + .popover h5 {
  font-size: 14px;
}

/* line 6, app/assets/stylesheets/bchat.scss */
body.layout-type--chat {
  height: 100vh;
  overflow: hidden;
  padding-top: 50px;
}

/* line 11, app/assets/stylesheets/bchat.scss */
body.layout-type--chat section.container {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 18, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__departments {
  max-height: 90vh;
  overflow: auto;
}

/* line 23, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__departments, body.layout-type--chat .chat__channels, body.layout-type--chat .chat__box, body.layout-type--chat .chat__body {
  height: 90vh;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 15px;
  padding-right: 15px;
}

/* line 30, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__departments > .section-header, body.layout-type--chat .chat__channels > .section-header, body.layout-type--chat .chat__box > .section-header, body.layout-type--chat .chat__body > .section-header {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
  min-height: 60px;
  width: 100%;
  flex-shrink: 0;
}

/* line 37, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__departments > .section-header > h1, body.layout-type--chat .chat__channels > .section-header > h1, body.layout-type--chat .chat__box > .section-header > h1, body.layout-type--chat .chat__body > .section-header > h1 {
  min-height: 40px;
}

/* line 43, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels {
  overflow-y: auto;
}

/* line 46, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__controls {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
}

/* line 51, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__controls .chat__channels__search {
  width: 80%;
}

/* line 55, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__controls .chat__channels__search, body.layout-type--chat .chat__channels .chat__channels__controls .chat__channels__create {
  display: flex;
  align-content: flex-end;
}

/* line 59, app/assets/stylesheets/bchat.scss */
html[dir="ltr"] body.layout-type--chat .chat__channels .chat__channels__controls .chat__channels__search, html[dir="ltr"] body.layout-type--chat .chat__channels .chat__channels__controls .chat__channels__create {
  margin-right: 6px;
}

/* line 63, app/assets/stylesheets/bchat.scss */
html[dir="rtl"] body.layout-type--chat .chat__channels .chat__channels__controls .chat__channels__search, html[dir="rtl"] body.layout-type--chat .chat__channels .chat__channels__controls .chat__channels__create {
  margin-left: 6px;
}

/* line 69, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__show_resolved_chats {
  display: flex;
  flex-direction: row;
  line-height: 30px;
  align-items: flex-start;
}

/* line 75, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__show_resolved_chats > label {
  margin: 0;
  margin-right: 5px;
}

/* line 80, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__show_resolved_chats .switch-input {
  top: 6px;
}

/* line 85, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__items {
  border: none;
  padding-top: 15px;
}

/* line 89, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__items > li {
  display: flex;
  flex-direction: row;
}

/* line 93, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__items > li .badge {
  margin-left: 0;
  margin-right: 3px;
}

/* line 98, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__items > li a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* line 105, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__items > li a .chat-channel__name {
  width: 90%;
}

/* line 109, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__items > li a .chat-channel__last-message_date {
  width: 70px;
  float: right;
}

/* line 114, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__items > li a .chat-channel__resolved {
  width: 20px;
  padding-top: 4px;
  float: right;
  font-size: 16px;
  margin-left: 6px;
}

/* line 123, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__items > li .chat__channel__actions {
  width: 50px;
  display: flex;
  flex-direction: row;
}

/* line 128, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__items > li .chat__channel__actions button {
  padding-right: 2px;
  padding-left: 2px;
}

/* line 133, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat__channels__items > li .chat__channel__actions i.mdi {
  font-size: 16px;
}

/* line 141, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat-channel {
  width: 100%;
}

/* line 145, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat-channel.active a {
  background-color: #1757A6 !important;
}

/* line 148, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat-channel.active a i.mdi {
  color: white !important;
}

/* line 154, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat-channel .chat-channel__last-message {
  float: right;
}

/* line 158, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat-channel .chat-channel__delete, body.layout-type--chat .chat__channels .chat-channel .chat-channel__resolve {
  background: none;
  border: none;
  display: none;
  padding-top: 5px;
}

/* line 165, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat-channel:hover {
  cursor: pointer;
}

/* line 168, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat-channel:hover .chat-channel__delete, body.layout-type--chat .chat__channels .chat-channel:hover .chat-channel__resolve {
  display: initial;
}

/* line 171, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__channels .chat-channel:hover .chat-channel__delete:hover, body.layout-type--chat .chat__channels .chat-channel:hover .chat-channel__resolve:hover {
  color: #d9534f;
}

/* line 182, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__departments .nav-pills {
  overflow-y: auto;
  border: none;
}

/* line 186, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__departments .nav-pills .chat-department {
  border-radius: 3px;
}

/* line 189, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__departments .nav-pills .chat-department:hover {
  background-color: #1757A6 !important;
  cursor: pointer;
}

/* line 194, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__departments .nav-pills .chat-department span.badge {
  float: right;
}

/* line 199, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__departments .nav-pills .chat-department.active a {
  background-color: #1757A6 !important;
}

/* line 207, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__users-select {
  padding-top: 70px;
}

/* line 211, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box_in_middle {
  border-right: 1px solid darkgray;
}

/* line 215, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-left: 1px solid darkgray;
}

/* line 223, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .section-header > .title-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 230, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .section-header > .title-line > button.btn-success {
  background: white;
  border: none;
  color: #5cb85c;
}

/* line 236, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .section-header > .title-line > .chat__channels__buttons {
  display: flex;
  margin-right: 5px;
}

/* line 240, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .section-header > .title-line > .chat__channels__buttons button {
  margin-left: 3px;
  border: none;
}

/* line 248, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .chat-box__messages {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding: 15px;
}

/* line 256, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .chat-box__footer {
  margin-top: 2px;
}

/* line 260, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box textarea.chat-box__textarea {
  height: 46px;
  max-height: 100px;
  overflow-y: auto;
  resize: none;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 269, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box textarea.chat-box__textarea_growing {
  overflow-y: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 275, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .chat-box__new-message {
  padding-right: 15px;
}

/* line 279, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .chat-box__new-message button {
  height: 46px;
  max-height: 100px;
}

/* line 284, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .message {
  height: min-content;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 60%;
  border-radius: 20px;
  opacity: 0;
  animation-name: bounceIn;
  animation-duration: 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/* line 300, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .message-info {
  display: table-row;
}

/* line 304, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .message-info > * {
  display: table-cell;
}

/* line 309, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .message--whatsapp figure {
  max-width: 320px;
}

/* line 312, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .message--whatsapp figure img, body.layout-type--chat .chat__box .message--whatsapp figure video {
  width: 100%;
}

/* line 318, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .message--send {
  align-self: flex-start;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 325, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .message--received {
  align-self: flex-end;
  background-color: #f5f5f5;
  border-color: #e3e3e3;
  color: #333;
}

/* line 332, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .chat-box__add-users {
  margin-top: 20px;
  display: flex;
}

/* line 336, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .chat-box__add-users button {
  margin-left: 6px;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    transform: scale(0.89);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}

/* line 364, app/assets/stylesheets/bchat.scss */
.whatsapp-new-message {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  flex-grow: 0;
}

/* line 372, app/assets/stylesheets/bchat.scss */
body.layout-type--chat .chat__box .whatsapp-new-message .chat-box__new-message {
  /* override default as the gap solves this */
  padding-right: 0px;
}

/* line 377, app/assets/stylesheets/bchat.scss */
.whatsapp-media-upload {
  display: flex;
  flex-direction: column;
}

/* line 381, app/assets/stylesheets/bchat.scss */
.whatsapp-media-upload progress {
  width: 80%;
  margin-left: 10%;
  height: 6px;
}

/* line 387, app/assets/stylesheets/bchat.scss */
.whatsapp-media-upload .whatsapp-media-dropzone, .whatsapp-media-upload .whatsapp-media-preview {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

/* line 396, app/assets/stylesheets/bchat.scss */
.whatsapp-media-upload .whatsapp-media-dropzone {
  border: dotted 1px black;
  height: 300px;
  font-size: 1.3em;
  display: flex;
  color: #333333;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* line 409, app/assets/stylesheets/bchat.scss */
.whatsapp-media-upload .whatsapp-media-dropzone.whatsapp-media-dropzone-active {
  border-color: #1757A6;
  border-style: solid;
}

/* line 416, app/assets/stylesheets/bchat.scss */
.whatsapp-media-upload .whatsapp-media-preview img, .whatsapp-media-upload .whatsapp-media-preview video {
  max-width: 100%;
  max-height: 100%;
}

/* line 421, app/assets/stylesheets/bchat.scss */
.whatsapp-media-upload .whatsapp-media-preview .no-preview {
  height: 300px;
  display: flex;
  color: #333333;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/indeterminate_progress_indicators.scss */
.indeterminate_progress_indicator {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

/* line 11, app/assets/stylesheets/indeterminate_progress_indicators.scss */
.indeterminate_progress_indicator .dot1, .indeterminate_progress_indicator .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #1757A6;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

/* line 24, app/assets/stylesheets/indeterminate_progress_indicators.scss */
.indeterminate_progress_indicator .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 4, app/assets/stylesheets/colors.scss */
.btn-primary-1 {
  color: #fff;
  background-color: #0e3463;
  border-color: #0e3463;
}

/* line 9, app/assets/stylesheets/colors.scss */
table tr td a.btn-primary-1 {
  color: #fff;
  background-color: #0e3463;
  border-color: #0e3463;
  padding: 10px 15px;
}

/* line 16, app/assets/stylesheets/colors.scss */
.btn-primary-2 {
  color: #fff;
  background-color: #1d6ed3;
  border-color: #1d6ed3;
}

/* line 22, app/assets/stylesheets/colors.scss */
table tr td a.btn-primary-2 {
  color: #fff;
  background-color: #1d6ed3;
  border-color: #1d6ed3;
  padding: 10px 15px;
}

/* line 29, app/assets/stylesheets/colors.scss */
.color-swatch-primary {
  background-color: #1757A6;
}

/* line 33, app/assets/stylesheets/colors.scss */
.color-swatch-default-bg {
  background-color: #FFFFFF;
}

/* line 37, app/assets/stylesheets/colors.scss */
.color-swatch-default-color {
  background-color: #1757A6;
}

/* line 41, app/assets/stylesheets/colors.scss */
.color-swatch-default-link-color {
  background-color: #1757A6;
}

/* line 45, app/assets/stylesheets/colors.scss */
.color-swatch-default-link-hover-color {
  background-color: #1757A6;
}

/* line 49, app/assets/stylesheets/colors.scss */
.color-swatch-default-link-active-color {
  background-color: #1757A6;
}

/* line 1, app/assets/stylesheets/upload-input.scss */
.upload img {
  max-width: 100%;
}

/* line 5, app/assets/stylesheets/upload-input.scss */
.upload .icon-browse {
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/upload-input.scss */
.upload .btn-delete .hidden {
  display: none;
}

/* line 13, app/assets/stylesheets/upload-input.scss */
.upload .filename {
  padding-top: 6px;
}

/* line 17, app/assets/stylesheets/upload-input.scss */
.upload small.filename {
  margin-right: 6px;
}

/* line 1, app/assets/stylesheets/accept_documents.scss */
ul.accept-documents-list {
  padding-left: 0px;
}

/* line 5, app/assets/stylesheets/accept_documents.scss */
ul.accept-documents-list li {
  display: block;
  margin-left: 20px;
}

/* line 10, app/assets/stylesheets/accept_documents.scss */
ul.accept-documents-list li:before {
  /*Using a mdi icon as the bullet point*/
  content: "\F142";
  /* Chevron Right */
  font-family: 'Material Design Icons';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -20px;
  color: black;
}

/* line 21, app/assets/stylesheets/accept_documents.scss */
ul.accept-documents-list hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/invite.scss */
a.btn-invite {
  height: 30px;
}

/* line 3, app/assets/stylesheets/invite.scss */
html[dir="ltr"] a.btn-invite {
  margin-left: 65px;
}

/* line 6, app/assets/stylesheets/invite.scss */
html[dir="rtl"] a.btn-invite {
  margin-right: 65px;
}

/* line 10, app/assets/stylesheets/invite.scss */
a.btn-invite i.glyphicons {
  padding-right: 5px;
}

@font-face {
  font-family: 'icomoon';
  src: url(//drxjxjc7epv4s.cloudfront.net/assets/icomoon-3447d1c525770d9d048146cccd39f13fdefd38353fc8fa3b15023ae21f3fbabc.eot?idzh6x);
  src: url(//drxjxjc7epv4s.cloudfront.net/assets/icomoon-3447d1c525770d9d048146cccd39f13fdefd38353fc8fa3b15023ae21f3fbabc.eot?idzh6x#iefix) format("embedded-opentype"), url(//drxjxjc7epv4s.cloudfront.net/assets/icomoon-9ade9fbd29200d7b358b98f0abc07740ade4b1562e67f10acbd3f17f4c96f805.ttf?idzh6x) format("truetype"), url(//drxjxjc7epv4s.cloudfront.net/assets/icomoon-d3182f7783c709ab23bbc7e7888628baf1ff3a7edadb00831814846570ec8fbe.woff?idzh6x) format("woff"), url(//drxjxjc7epv4s.cloudfront.net/assets/icomoon-4e0aea756ff7b3eba504f2bf3789fd7b1c98f66fc9a5c4fc0bb2be1338afb4c2.svg?idzh6x#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 13, app/assets/stylesheets/icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, app/assets/stylesheets/icomoon.scss */
.icon-intercom_beeple:before {
  content: "\e900";
  color: #1757A6;
}

/* line 33, app/assets/stylesheets/icomoon.scss */
.pulse-animation {
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 87, 166, 0.4);
    border-radius: 100px;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(23, 87, 166, 0);
    border-radius: 100px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 87, 166, 0);
    border-radius: 100px;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(23, 87, 166, 0.4);
    box-shadow: 0 0 0 0 rgba(23, 87, 166, 0.4);
    border-radius: 100px;
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(23, 87, 166, 0);
    box-shadow: 0 0 0 10px rgba(23, 87, 166, 0);
    border-radius: 100px;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(23, 87, 166, 0);
    box-shadow: 0 0 0 0 rgba(23, 87, 166, 0);
    border-radius: 100px;
  }
}

/* line 1, app/assets/stylesheets/draggable.scss */
.dragging {
  background: lightblue;
  cursor: grabbing;
}

/* line 6, app/assets/stylesheets/draggable.scss */
.droppable.can-drop {
  background: lightyellow;
}

/* line 10, app/assets/stylesheets/draggable.scss */
.draggable:hover {
  cursor: grab;
}

/* line 16, app/assets/stylesheets/draggable.scss */
.droppable p.group-value {
  display: inline;
}

/* line 20, app/assets/stylesheets/draggable.scss */
.droppable a.btn-remove {
  display: inline;
}

/* line 23, app/assets/stylesheets/draggable.scss */
.droppable a.btn-remove:hover {
  color: red;
}

/* line 3, app/assets/stylesheets/planning_overview.scss */
table.planning-overview-config div.droppable {
  margin: 5px;
  padding: 5px;
  border-style: dotted;
  border-width: 1px;
}

/* line 11, app/assets/stylesheets/planning_overview.scss */
table.planning-overview-config {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 15, app/assets/stylesheets/planning_overview.scss */
table.planning-overview-config td {
  padding: 10px 5px;
  overflow: hidden;
  word-break: normal;
  border-top: none !important;
}

/* line 22, app/assets/stylesheets/planning_overview.scss */
table.planning-overview-config th {
  border-top: none !important;
  font-weight: bold;
  padding: 10px 5px;
  overflow: hidden;
  word-break: normal;
}

/* line 30, app/assets/stylesheets/planning_overview.scss */
table.planning-overview-config .titles {
  text-align: center;
  vertical-align: center;
  min-height: 30px;
}

/* line 36, app/assets/stylesheets/planning_overview.scss */
table.planning-overview-config .data {
  text-align: center;
  vertical-align: center;
  min-height: 30px;
}

/* line 44, app/assets/stylesheets/planning_overview.scss */
table.planning-overview-fields th {
  text-align: center;
}

/* line 48, app/assets/stylesheets/planning_overview.scss */
table.planning-overview-fields td.category {
  background: lightblue;
}

/* line 52, app/assets/stylesheets/planning_overview.scss */
table.planning-overview-fields td.value {
  background: lightyellow;
}

/* line 58, app/assets/stylesheets/planning_overview.scss */
.planning-overview .planning-overview-body {
  overflow: auto;
  max-height: calc(100vh - 100px);
}

/* line 63, app/assets/stylesheets/planning_overview.scss */
.planning-overview .period-controls {
  margin-bottom: 2px;
  display: flex;
}

/* line 68, app/assets/stylesheets/planning_overview.scss */
.planning-overview .print-contol {
  margin-left: 0.5em;
}

/* line 72, app/assets/stylesheets/planning_overview.scss */
.planning-overview .download-callsheets {
  float: right;
}

/* line 78, app/assets/stylesheets/planning_overview.scss */
table.planning-overview thead td, table.planning-overview thead th {
  font-size: 14px;
  border: 1px solid #ddd;
  text-align: center;
}

/* line 84, app/assets/stylesheets/planning_overview.scss */
table.planning-overview td.title {
  min-width: 10em;
}

/* line 88, app/assets/stylesheets/planning_overview.scss */
table.planning-overview td > div.enrolment {
  box-shadow: 0px 0px 1px;
  border: 1px solid;
  border-radius: 5px;
  padding: 3px;
  margin-bottom: 2px;
  min-width: 20em;
}

/* line 97, app/assets/stylesheets/planning_overview.scss */
table.planning-overview td > div.enrolment table.enrolment-table td.collaborator_name {
  font-weight: bold;
}

/* line 101, app/assets/stylesheets/planning_overview.scss */
table.planning-overview td > div.enrolment table.enrolment-table a {
  color: #1757A6;
  text-decoration: none;
}

/* line 106, app/assets/stylesheets/planning_overview.scss */
table.planning-overview td > div.enrolment table.enrolment-table a:focus, table.planning-overview td > div.enrolment table.enrolment-table a:hover {
  color: #23527c;
  text-decoration: underline;
}

/* line 115, app/assets/stylesheets/planning_overview.scss */
table.planning-overview-fields td {
  border-top: none !important;
}

/* line 119, app/assets/stylesheets/planning_overview.scss */
table.planning-overview-fields div.draggable {
  margin: 5px;
  padding: 5px;
  border-style: dotted;
  border-width: 1px;
  text-align: center;
}

/* line 128, app/assets/stylesheets/planning_overview.scss */
table.enrolment-table {
  width: 100%;
}

/* line 131, app/assets/stylesheets/planning_overview.scss */
table.enrolment-table td.left {
  width: 50%;
}

/* line 135, app/assets/stylesheets/planning_overview.scss */
table.enrolment-table td.right {
  width: 50%;
  text-align: right;
}

@media print {
  /* line 2, app/assets/stylesheets/printable.scss */
  body {
    background-color: white;
    background-image: none;
    color: black;
  }
  /* line 8, app/assets/stylesheets/printable.scss */
  nav {
    display: none;
  }
  /* line 12, app/assets/stylesheets/printable.scss */
  .page-filter, .modal {
    display: none;
  }
  /* line 16, app/assets/stylesheets/printable.scss */
  section.container header {
    display: none;
  }
  /* line 20, app/assets/stylesheets/printable.scss */
  a {
    text-decoration: none;
    color: black;
  }
  /* line 25, app/assets/stylesheets/printable.scss */
  .more-jobs {
    display: none;
  }
  /* line 29, app/assets/stylesheets/printable.scss */
  .printable {
    display: block;
    width: 100%;
  }
  /* line 34, app/assets/stylesheets/printable.scss */
  table, th, td {
    border-collapse: collapse;
    border: 1px solid black;
  }
  /* line 39, app/assets/stylesheets/printable.scss */
  table.enrolment-table {
    border: none;
  }
  /* line 42, app/assets/stylesheets/printable.scss */
  table.enrolment-table th, table.enrolment-table tr, table.enrolment-table td {
    border: none;
  }
  /* line 46, app/assets/stylesheets/printable.scss */
  table.enrolment-table td.left {
    width: 50%;
  }
  /* line 50, app/assets/stylesheets/printable.scss */
  table.enrolment-table td.right {
    width: 50%;
    text-align: right;
  }
  /* line 55, app/assets/stylesheets/printable.scss */
  table.enrolment-table tr {
    page-break-inside: avoid;
  }
  /* line 60, app/assets/stylesheets/printable.scss */
  td > div.enrolment {
    box-shadow: 0px 0px 1px;
    border: 1px solid;
    border-radius: 5px;
    padding: 3px;
    margin-bottom: 2px;
  }
}

/* line 1, app/assets/stylesheets/availabilities.scss */
body.wide-page.no-scrollbars {
  overflow-y: hidden;
  overflow-x: hidden;
  /*section.container-fluid {
    padding: 0;
  }*/
}

/* line 10, app/assets/stylesheets/availabilities.scss */
.availabilities {
  margin-top: 0;
  background: #ffffff;
}

/* line 15, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar:not(.small) > table {
  height: calc(100vh - 180px);
}

/* line 19, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}

/* line 24, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > hr {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 29, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .header {
  padding: 0 14px;
}

/* line 32, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .header h1 {
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

/* line 42, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .header h4 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9e9e9e;
}

/* line 52, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .header span.regular-text {
  font-weight: normal;
}

/* line 57, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body {
  padding: 15px;
  margin-top: -10px;
}

/* line 62, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .more-events > h1 {
  margin-bottom: 3px;
}

/* line 66, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .more-events > .event-container {
  border-left-width: 5px;
  border-left-color: white;
  border-left-style: solid;
  margin-bottom: 15px;
  height: 50px;
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .more-events a:hover {
  text-decoration: none;
}

/* line 79, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .more-events a:visited {
  text-decoration: none;
}

/* line 83, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .more-events .event {
  border-radius: 2px;
  height: 50px;
}

/* line 87, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .more-events .event .event-details {
  line-height: 50px;
}

/* line 94, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .page-filter {
  padding: 14px;
}

/* line 98, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 6px;
  margin: 6px;
}

/* line 106, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card img.profile-thumb {
  align-self: flex-start;
  position: relative;
}

/* line 110, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card img.profile-thumb .volunteers-color {
  z-index: 100;
  position: absolute;
  bottom: -6px;
}

/* line 115, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .wrapper .sidebar > .body .card img.profile-thumb .volunteers-color {
  margin-left: calc(50% - 9px);
}

/* line 119, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .wrapper .sidebar > .body .card img.profile-thumb .volunteers-color {
  margin-right: calc(50% - 9px);
}

/* line 124, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card img.profile-thumb .color-circle {
  width: 18px;
  height: 18px;
  border: solid 1px white;
  border-radius: 18px;
  display: block;
}

/* line 133, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card img.profile-thumb:hover .hover-action {
  display: flex;
  flex-direction: row;
}

/* line 139, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card img.profile-thumb .hover-action.hover-action-sm {
  font-size: 14px;
}

/* line 143, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card img.profile-thumb .hover-action {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: none;
  color: white;
  border-radius: 6px;
  font-size: 20px;
}

/* line 154, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .wrapper .sidebar > .body .card img.profile-thumb .hover-action {
  left: calc(50% - 20px);
}

/* line 158, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .wrapper .sidebar > .body .card img.profile-thumb .hover-action {
  right: calc(50% - 20px);
}

/* line 162, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card img.profile-thumb .hover-action a {
  color: white;
  flex-grow: 1;
}

/* line 172, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card img.profile-thumb .hover-action-wide {
  width: 60px;
}

/* line 175, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .wrapper .sidebar > .body .card img.profile-thumb .hover-action-wide {
  left: 0;
}

/* line 179, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .wrapper .sidebar > .body .card img.profile-thumb .hover-action-wide {
  right: 0;
}

/* line 185, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card h1 {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

/* line 191, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card h1 a {
  color: inherit;
}

/* line 196, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card .flex-horizontal {
  display: flex;
  flex-direction: row;
}

/* line 197, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card .flex-horizontal > * {
  margin: 0 6px;
}

/* line 201, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card .flex-horizontal h1 {
  margin-bottom: 0;
  color: #777777;
}

/* line 210, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card .flex-vertical {
  display: flex;
  flex-direction: column;
}

/* line 215, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card .flex-vertical .growable, .availabilities .wrapper .sidebar > .body .card .flex-horizontal .growable {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 220, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body .card .profile-thumb {
  border-radius: 6px;
  max-width: 50px;
  max-height: 50px;
}

/* line 228, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper .sidebar > .body > dl > dt {
  margin-top: 10px;
}

/* line 233, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .wrapper .sidebar > .body > dl > dd {
  margin-left: 15px;
}

/* line 237, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .wrapper .sidebar > .body > dl > dd {
  margin-right: 15px;
}

/* line 245, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}

/* line 250, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row .form-group {
  width: 100%;
}

/* line 253, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row .form-group .select2 {
  width: 100% !important;
}

/* line 257, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row .form-group.volunteers_availability_start_time, .availabilities .availability-form .flex-row .form-group.volunteers_availability_end_time {
  width: 87px;
}

/* line 10, app/assets/stylesheets/rtl-mixins.scss */
html[dir="ltr"] .availabilities .availability-form .flex-row .form-group.volunteers_availability_start_time, html[dir="ltr"] .availabilities .availability-form .flex-row .form-group.volunteers_availability_end_time {
  margin-left: 15px;
}

/* line 14, app/assets/stylesheets/rtl-mixins.scss */
html[dir="rtl"] .availabilities .availability-form .flex-row .form-group.volunteers_availability_start_time, html[dir="rtl"] .availabilities .availability-form .flex-row .form-group.volunteers_availability_end_time {
  margin-right: 15px;
}

/* line 261, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row .form-group.volunteers_availability_start_time .control-label, .availabilities .availability-form .flex-row .form-group.volunteers_availability_end_time .control-label {
  visibility: hidden;
}

/* line 266, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row .form-group.volunteers_availability_repetition_schedule_end_date {
  width: 135px;
}

/* line 270, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row .form-group.volunteers_availability_repetition_schedule_occurrences {
  width: 80px;
}

/* line 10, app/assets/stylesheets/rtl-mixins.scss */
html[dir="ltr"] .availabilities .availability-form .flex-row .form-group.volunteers_availability_repetition_schedule_occurrences {
  margin-left: 15px;
}

/* line 14, app/assets/stylesheets/rtl-mixins.scss */
html[dir="rtl"] .availabilities .availability-form .flex-row .form-group.volunteers_availability_repetition_schedule_occurrences {
  margin-right: 15px;
}

/* line 276, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row .input-group.date {
  max-width: 100%;
}

/* line 280, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row .icon, .availabilities .availability-form .flex-row .label {
  color: #333333;
  font-weight: bold;
  font-size: 13px;
}

/* line 286, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row .input {
  margin-left: auto;
}

/* line 291, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row.volunteers_availability_whole_day .label {
  padding-left: 0;
}

/* line 298, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .flex-row.volunteers_availability_whole_day .input {
  margin-left: unset;
}

/* line 303, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .form-group.switch {
  line-height: 16px;
}

/* line 10, app/assets/stylesheets/rtl-mixins.scss */
html[dir="ltr"] .availabilities .availability-form .form-group.switch {
  margin-left: 20px;
}

/* line 14, app/assets/stylesheets/rtl-mixins.scss */
html[dir="rtl"] .availabilities .availability-form .form-group.switch {
  margin-right: 20px;
}

/* line 307, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .form-group.switch .col-sm-1 > i.mdi {
  font-size: 16px;
}

/* line 312, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .form-group.evidence-entries {
  margin-top: 10px;
}

/* line 315, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .form-group.evidence-entries .control-label:first-of-type {
  margin-bottom: 10px;
}

/* line 319, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .form-group.evidence-entries .control-label > a {
  float: right;
  font-size: 18px;
}

/* line 325, app/assets/stylesheets/availabilities.scss */
.availabilities .availability-form .select2-container {
  width: 100% !important;
}

/* line 330, app/assets/stylesheets/availabilities.scss */
.availabilities .as-list > .sidebar {
  width: 200px;
  display: block;
  position: fixed;
  bottom: 10px;
  top: 80px;
  background: white;
  z-index: 5;
}

/* line 339, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .as-list > .sidebar {
  right: 0;
  border-left: 1px solid lightgray;
}

/* line 344, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .as-list > .sidebar {
  left: 0;
  border-right: 1px solid lightgray;
}

/* line 350, app/assets/stylesheets/availabilities.scss */
.availabilities .as-list.public > .sidebar {
  top: 50px;
}

/* line 355, app/assets/stylesheets/availabilities.scss */
.availabilities .sidebar .ask-to-split {
  border: 2px solid #dddddd;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 15px;
}

/* line 361, app/assets/stylesheets/availabilities.scss */
.availabilities .sidebar .ask-to-split .alert {
  margin-bottom: 0;
  padding-bottom: 5px;
}

/* line 366, app/assets/stylesheets/availabilities.scss */
.availabilities .sidebar .ask-to-split .alert.with-icon {
  color: #f0ad4e;
}

/* line 370, app/assets/stylesheets/availabilities.scss */
.availabilities .sidebar .ask-to-split .radio-buttons-part {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

/* line 375, app/assets/stylesheets/availabilities.scss */
.availabilities .sidebar .ask-to-split .radio-buttons-part .radio-inline:first-of-type {
  margin-left: 10px;
}

/* line 379, app/assets/stylesheets/availabilities.scss */
.availabilities .sidebar .ask-to-split .radio-buttons-part .radio-inline {
  margin-bottom: 7px;
  display: block;
}

/* line 387, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar.small {
  height: 100%;
}

/* line 392, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar.simple-calendar-weeks-6 tbody > tr {
  height: 16.666%;
}

/* line 397, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper.scrollable {
  overflow: auto;
}

/* line 401, app/assets/stylesheets/availabilities.scss */
.availabilities .event-container {
  z-index: 1;
  width: 100%;
  height: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 411, app/assets/stylesheets/availabilities.scss */
.availabilities .event-container .event-status-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

/* line 19, app/assets/stylesheets/rtl-mixins.scss */
html[dir="ltr"] .availabilities .event-container .event-status-icon {
  margin-right: 6px;
}

/* line 23, app/assets/stylesheets/rtl-mixins.scss */
html[dir="rtl"] .availabilities .event-container .event-status-icon {
  margin-left: 6px;
}

/* line 424, app/assets/stylesheets/availabilities.scss */
.availabilities .event-container .event {
  border-radius: 2px;
  height: 24px;
  flex-grow: 1;
}

/* line 429, app/assets/stylesheets/availabilities.scss */
.availabilities .event-container .event.with-overlaps {
  border: 2px solid;
  box-shadow: 0 0 0 1px #d9534f;
}

/* line 435, app/assets/stylesheets/availabilities.scss */
.availabilities .event-container span.event-details {
  line-height: 24px;
  text-align: unset;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

/* line 444, app/assets/stylesheets/availabilities.scss */
.availabilities .event-container span.event-details .abbreviation {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 451, app/assets/stylesheets/availabilities.scss */
.availabilities .event-container span.event-details .period {
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 459, app/assets/stylesheets/availabilities.scss */
.availabilities .event-container.temporary.hide {
  pointer-events: none;
}

/* line 464, app/assets/stylesheets/availabilities.scss */
.availabilities .event-container.placeholder {
  pointer-events: none;
}

/* line 469, app/assets/stylesheets/availabilities.scss */
.availabilities .event-container.longer_than_24h {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 475, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar {
  /* The switch - the box around the slider */
}

/* line 476, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar table {
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  table-layout: fixed;
}

/* line 487, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar tr {
  border-collapse: collapse;
}

/* line 491, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar table > thead {
  border-bottom: none;
}

/* line 494, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar table > thead > tr {
  height: 40px;
}

/* line 499, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar table > thead > tr > th {
  border-bottom: none;
}

/* line 506, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar tbody > tr:first-of-type {
  background: transparent;
}

/* line 510, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar tbody > tr {
  height: 20%;
}

/* line 514, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: lighter;
  color: #212121;
}

/* line 523, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .simple-calendar th {
  border-right: 1px solid #dddddd;
  text-align: right;
}

/* line 528, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .simple-calendar th {
  border-left: 1px solid #dddddd;
  text-align: left;
}

/* line 534, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar th.day-parts {
  min-width: 70px;
  width: 100px;
  max-width: 200px;
}

/* line 539, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .simple-calendar th.day-parts {
  border-right: none;
}

/* line 543, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .simple-calendar th.day-parts {
  border-left: none;
}

/* line 548, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar td.day-parts {
  background-color: #1757A6;
  z-index: -10;
  font-size: 12px;
  padding: 30px 0 0 0;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
}

/* line 557, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar td.day-parts .parts-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 563, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar td.day-parts .day-part {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

/* line 570, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar td.day-parts .day-part:not(.no-text-part) {
  padding: 0 5px;
}

/* line 574, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar td.day-parts .day-part.no-text-part {
  background: #5c9bd1;
}

/* line 578, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar td.day-parts .name {
  font-weight: bold;
  color: white;
}

/* line 584, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar td:not(.day-parts) {
  padding: 0;
  vertical-align: top;
  width: 12%;
  border: 1px solid #ddd;
}

/* line 592, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar td.day:not(.small) {
  position: relative;
}

/* line 597, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar td.day.small {
  height: 50px;
}

/* line 600, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar td.day.small .event {
  color: black;
  padding: 5px;
  display: inline-block;
}

/* line 605, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .simple-calendar td.day.small .event {
  text-align: right;
}

/* line 609, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .simple-calendar td.day.small .event {
  text-align: left;
}

/* line 615, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 620, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events .header {
  background: transparent;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}

/* line 628, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .simple-calendar .day-events .header {
  text-align: right;
  padding-right: 10px;
}

/* line 633, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .simple-calendar .day-events .header {
  text-align: left;
  padding-left: 10px;
}

/* line 638, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events .header .event-container {
  width: auto;
  flex-grow: 1;
}

/* line 643, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events .header .day {
  display: flex;
  flex-direction: row;
  font-size: 10px;
  margin-top: 10px;
  position: absolute;
  right: 4px;
}

/* line 651, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .simple-calendar .day-events .header .day {
  align-items: flex-end;
  float: right;
}

/* line 656, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .simple-calendar .day-events .header .day {
  align-items: flex-start;
  float: left;
}

/* line 662, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .simple-calendar .day-events .header .day .day-of-week {
  text-align: right;
}

/* line 666, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .simple-calendar .day-events .header .day .day-of-week {
  text-align: left;
}

/* line 671, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events .header .day .day-of-month {
  font-weight: bold;
}

/* line 676, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events .header .icon-and-number {
  width: 14px;
  height: 13px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9e9e9e;
}

/* line 688, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .simple-calendar .day-events .header .icon-and-number {
  float: left;
}

/* line 692, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .simple-calendar .day-events .header .icon-and-number {
  float: right;
}

/* line 696, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events .header .icon-and-number span.icon {
  display: flex;
  flex-direction: column;
}

/* line 700, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .simple-calendar .day-events .header .icon-and-number span.icon {
  margin-right: 0.2rem;
}

/* line 704, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .simple-calendar .day-events .header .icon-and-number span.icon {
  margin-left: 0.2rem;
}

/* line 709, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events .header .icon-and-number span.number {
  display: flex;
  flex-direction: column;
  font-size: x-small;
  line-height: 0.5rem;
}

/* line 718, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .simple-calendar .day-events .header .icon-and-number:first-of-type {
  margin-left: 0.5rem;
}

/* line 722, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .simple-calendar .day-events .header .icon-and-number:first-of-type {
  margin-right: 0.5rem;
}

/* line 728, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events .cell-wrapper {
  height: calc(100% - 30px);
  flex-direction: row-reverse;
  overflow: hidden;
}

/* line 733, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events .cell-wrapper .events {
  display: flex;
  flex-direction: column;
}

/* line 737, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events .cell-wrapper .events:not(.small) {
  height: 100%;
}

/* line 742, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events .cell-wrapper .blurred {
  opacity: 0.3;
  filter: grayscale(0.6);
}

/* line 749, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events.locked {
  pointer-events: none;
}

/* line 752, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events.locked .header > .day {
  pointer-events: auto;
}

/* line 756, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events.locked .event-container.more-events {
  pointer-events: auto;
  cursor: default;
}

/* line 761, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events.locked .events {
  background-color: #e1e1e1;
}

/* line 766, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events.small {
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
}

/* line 771, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events.small.red {
  background-color: #d9534f;
}

/* line 775, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events.small.blue {
  background-color: #337ab7;
}

/* line 779, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events.small.green {
  background-color: #5cb85c;
}

/* line 783, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events.small.orange {
  background-color: orange;
}

/* line 787, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .day-events.small.transparent {
  opacity: 0.4;
  font-weight: bold;
}

/* line 798, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .today .header {
  line-height: 20px;
}

/* line 801, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .today .header .day-of-month {
  text-align: center;
  background: #333333;
  border-radius: 50%;
  color: white;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
}

/* line 824, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .prev-month .header, .availabilities .simple-calendar .next-month .header {
  color: lightgrey;
}

/* line 829, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .prev-month .event, .availabilities .simple-calendar .next-month .event {
  background: #E1E1E1 !important;
  color: #C3C3C3 !important;
}

/* line 833, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .prev-month .event .event-details, .availabilities .simple-calendar .next-month .event .event-details {
  background: #E1E1E1 !important;
  color: #C3C3C3 !important;
}

/* line 839, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .prev-month .event-status-icon, .availabilities .simple-calendar .next-month .event-status-icon {
  color: #C3C3C3 !important;
}

/* line 843, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .prev-month .yes-no-event, .availabilities .simple-calendar .next-month .yes-no-event {
  pointer-events: none;
}

/* line 847, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .prev-month .yes-no-event .day-part-container .day-part, .availabilities .simple-calendar .next-month .yes-no-event .day-part-container .day-part {
  background: #E1E1E1 !important;
}

/* line 852, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .prev-month .yes-no-event .switch-field label, .availabilities .simple-calendar .next-month .yes-no-event .switch-field label {
  background: #E1E1E1 !important;
  color: #C3C3C3 !important;
}

/* line 866, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .yes-no-event {
  width: 100%;
  margin-bottom: 1px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  z-index: 1;
}

/* line 876, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .yes-no-event .day-part-container {
  z-index: 1;
  width: 40%;
  margin-top: 1px;
  margin-bottom: 1px;
  height: 28px;
  line-height: 28px;
  display: flex;
  flex-direction: row;
  padding-left: 6px;
  padding-right: 6px;
  cursor: default;
}

/* line 889, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .yes-no-event .day-part-container .day-part-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
}

/* line 19, app/assets/stylesheets/rtl-mixins.scss */
html[dir="ltr"] .availabilities .simple-calendar .yes-no-event .day-part-container .day-part-icon {
  margin-right: 6px;
}

/* line 23, app/assets/stylesheets/rtl-mixins.scss */
html[dir="rtl"] .availabilities .simple-calendar .yes-no-event .day-part-container .day-part-icon {
  margin-left: 6px;
}

/* line 901, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .yes-no-event .day-part-container .day-part {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: center;
  display: block;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  text-align: left;
  padding-left: 7px;
  border: 1px solid #e2e2e2;
  color: #9e9e9e;
  border-radius: 2px;
  width: 100%;
}

/* line 919, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .simple-calendar .yes-no-event .switch-field label:last-of-type {
  border-radius: 0 3px 3px 0;
}

/* line 923, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .simple-calendar .yes-no-event .switch-field label:last-of-type {
  border-radius: 3px 0 0 3px;
}

/* line 929, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .yes-no-event .switch-field input:checked + label:first-of-type {
  border-radius: 3px 3px 3px 3px;
}

/* line 933, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .yes-no-event .switch-field input:checked + label:last-of-type {
  border-radius: 3px 3px 3px 3px;
}

/* line 939, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .yes-no-event .day-events.locked .switch-field {
  pointer-events: none;
}

/* line 946, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .switch-field {
  display: flex;
  margin-top: 1px;
  margin-bottom: 1px;
  overflow: hidden;
  justify-content: center;
}

/* line 954, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

/* line 963, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .switch-field label {
  font-weight: normal;
  line-height: 100%;
  text-align: center;
  padding: 6px 18px;
  border: 1px solid #e2e2e2;
  transition: all 0.1s ease-in-out;
  align-self: center;
}

/* line 972, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .simple-calendar .switch-field label {
  margin-right: 4px;
}

/* line 976, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .simple-calendar .switch-field label {
  margin-left: 4px;
}

/* line 981, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .switch-field label:hover {
  cursor: pointer;
}

/* line 985, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .switch-field input[type="radio"] + label {
  background-color: white;
  color: black;
  border: 1px solid #e2e2e2;
}

/* line 991, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .switch-field input[type="radio"][checked="checked"] + label {
  font-weight: bold;
}

/* line 995, app/assets/stylesheets/availabilities.scss */
.availabilities .simple-calendar .switch-field input {
  border-radius: 3px;
}

/* line 1000, app/assets/stylesheets/availabilities.scss */
.availabilities .heading {
  height: 85px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #212121;
  text-align: center;
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 1011, app/assets/stylesheets/availabilities.scss */
.availabilities .heading .calendar-nav-controls {
  width: 100%;
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  left: 0;
  right: 0;
}

/* line 1020, app/assets/stylesheets/availabilities.scss */
.availabilities .heading .calendar-nav-controls a:hover {
  text-decoration: none;
}

/* line 1025, app/assets/stylesheets/availabilities.scss */
.availabilities .heading .calendar-top-right-controls {
  z-index: 1;
}

/* line 1028, app/assets/stylesheets/availabilities.scss */
.availabilities .heading .calendar-top-right-controls .group {
  display: inline;
}

/* line 1031, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .availabilities .heading .calendar-top-right-controls .group {
  margin-left: 1rem;
}

/* line 1035, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .availabilities .heading .calendar-top-right-controls .group {
  margin-right: 1rem;
}

/* line 1040, app/assets/stylesheets/availabilities.scss */
.availabilities .heading .calendar-top-right-controls .btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: solid 1px lightgray;
  border-radius: 5px;
}

/* line 1047, app/assets/stylesheets/availabilities.scss */
.availabilities .heading .calendar-top-right-controls .btn i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

/* line 1062, app/assets/stylesheets/availabilities.scss */
.availabilities .heading .calendar-title {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 1067, app/assets/stylesheets/availabilities.scss */
.availabilities .heading .calendar-title .month {
  font-weight: bold;
}

/* line 1073, app/assets/stylesheets/availabilities.scss */
.availabilities .heading.admin {
  height: 65px;
}

/* line 1077, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper:not(.as-list) {
  display: flex;
  height: calc(100vh - 220px);
}

/* line 1082, app/assets/stylesheets/availabilities.scss */
.availabilities .wrapper.as-list {
  display: flex;
  height: calc(100vh - 125px);
}

/* line 1087, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup {
  background: red;
}

/* line 1090, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper {
  position: fixed;
  top: 200px;
  left: 300px;
  margin-top: 1.5rem;
  display: inline-block;
  z-index: 10;
  opacity: 1;
}

/* line 1102, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .popup__content {
  z-index: 10;
  position: absolute;
  transform: translate(0, 10px);
  height: 438px;
  width: 363px;
  background-color: white;
  padding: 1.5rem;
  box-shadow: 0 7px 12px 0 #bfbfbf;
  border-radius: 5px;
  overflow-y: hidden;
}

/* line 1115, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .popup__arrow {
  position: absolute;
  z-index: inherit;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: 50px;
}

/* line 1125, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .popup__arrow:before {
  border-color: transparent #000;
}

/* line 1129, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .popup__arrow:after {
  border-color: transparent #FFFFFF;
}

/* line 1133, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .popup__arrow.right {
  right: -373px;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent white;
}

/* line 1139, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .popup__arrow.left {
  left: -10px;
  border-width: 15px 15px 15px 0;
  border-color: transparent white transparent transparent;
}

/* line 1145, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper > .beeple-results-throbber {
  text-align: center;
}

/* line 1149, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .quick-create-form {
  height: 100%;
  overflow-y: hidden;
}

/* line 1153, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .quick-create-form .quick-create-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}

/* line 1158, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .quick-create-form .quick-create-header .close-popup {
  background: lightgray;
  margin-left: auto;
  align-self: flex-end;
}

/* line 1163, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .quick-create-form .quick-create-header .close-popup i {
  font-size: 18px;
}

/* line 1169, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .quick-create-form form .alert-warning:first-of-type {
  margin-top: 5px;
}

/* line 1173, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .quick-create-form .quick-create-body-and-footer {
  height: 350px;
  overflow-y: auto;
}

/* line 1177, app/assets/stylesheets/availabilities.scss */
.availabilities .quick-create-popup .popup__wrapper .quick-create-form .quick-create-body-and-footer .quick-create-footer {
  margin-top: 30px;
}

/* line 39, app/assets/stylesheets/rtl-mixins.scss */
html[dir="ltr"] .availabilities .quick-create-popup .popup__wrapper .quick-create-form .quick-create-body-and-footer .quick-create-footer {
  text-align: right;
}

/* line 43, app/assets/stylesheets/rtl-mixins.scss */
html[dir="rtl"] .availabilities .quick-create-popup .popup__wrapper .quick-create-form .quick-create-body-and-footer .quick-create-footer {
  text-align: left;
}

/* line 1188, app/assets/stylesheets/availabilities.scss */
#availabilities_calendar.small .availabilities {
  max-width: 100%;
  width: 100%;
}

/* line 1194, app/assets/stylesheets/availabilities.scss */
#availabilities-list {
  width: 100%;
  overflow-y: auto;
}

/* line 1199, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] #availabilities-list .beeple-results {
  margin-right: 150px;
}

/* line 1203, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] #availabilities-list .beeple-results {
  margin-left: 150px;
}

/* line 1210, app/assets/stylesheets/availabilities.scss */
span.availability-duration.payroll-based::after {
  font-family: "Glyphicons Regular";
  content: "\E459";
}

/* line 1217, app/assets/stylesheets/availabilities.scss */
table.availability_conflicts td.solved a, table.availability_conflicts td.solved span {
  text-decoration: line-through;
  pointer-events: none;
}

/* line 1223, app/assets/stylesheets/availabilities.scss */
table.repetitions td.repetition-buttons-column {
  text-align: center;
  width: 50%;
}

/* line 1228, app/assets/stylesheets/availabilities.scss */
label.radio-list {
  display: block;
}

/* line 1232, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] label.radio-list input {
  margin-right: 10px;
}

/* line 1236, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] label.radio-list input {
  margin-left: 10px;
}

/* line 1242, app/assets/stylesheets/availabilities.scss */
div[data-controller="availabilities-form"] fieldset {
  background-color: white;
}

/* line 1246, app/assets/stylesheets/availabilities.scss */
.alert.with-icon {
  display: flex;
  align-items: center;
}

/* line 1250, app/assets/stylesheets/availabilities.scss */
.alert.with-icon .icon {
  font-size: 24px;
}

/* line 1255, app/assets/stylesheets/availabilities.scss */
html[dir="ltr"] .alert.with-icon .msg {
  margin-left: 1rem;
}

/* line 1259, app/assets/stylesheets/availabilities.scss */
html[dir="rtl"] .alert.with-icon .msg {
  margin-right: 1rem;
}

/* line 1265, app/assets/stylesheets/availabilities.scss */
.edit-repetition {
  border: 2px solid #dddddd;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 15px;
}

/* line 1271, app/assets/stylesheets/availabilities.scss */
.edit-repetition .alert {
  margin-bottom: 0;
  padding-bottom: 5px;
}

/* line 1276, app/assets/stylesheets/availabilities.scss */
.edit-repetition .alert.with-icon {
  color: #f0ad4e;
}

/* line 1280, app/assets/stylesheets/availabilities.scss */
.edit-repetition .radio-buttons-part {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

/* line 1285, app/assets/stylesheets/availabilities.scss */
.edit-repetition .radio-buttons-part .radio-inline:first-of-type {
  margin-left: 10px;
}

/* line 1289, app/assets/stylesheets/availabilities.scss */
.edit-repetition .radio-buttons-part .radio-inline {
  margin-bottom: 7px;
  display: block;
}

/* line 1294, app/assets/stylesheets/availabilities.scss */
.edit-repetition .radio-buttons-part .radio-label-with-input {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
}

/* line 1299, app/assets/stylesheets/availabilities.scss */
.edit-repetition .radio-buttons-part .radio-label-with-input .form-group > .col-sm-12 {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 1304, app/assets/stylesheets/availabilities.scss */
.edit-repetition .radio-buttons-part .radio-label-with-input input {
  width: 40px;
  padding: 2px;
  border: 0;
  border-radius: unset;
  border-bottom: 1px solid;
}

/* line 1315, app/assets/stylesheets/availabilities.scss */
.preview-image {
  max-width: 300px;
  max-height: 300px;
}

/* line 1320, app/assets/stylesheets/availabilities.scss */
table#availability-type-payroll-codes .select2-container {
  width: 100% !important;
}

/* line 1324, app/assets/stylesheets/availabilities.scss */
.dayparts-legend {
  font-family: inherit;
  width: 200px;
}

/* line 1328, app/assets/stylesheets/availabilities.scss */
.dayparts-legend .legend-title {
  font-size: 14px;
  font-weight: bold;
}

/* line 1333, app/assets/stylesheets/availabilities.scss */
.dayparts-legend .legend-subtitle {
  font-size: 12px;
  font-weight: normal;
  color: lightgrey;
}

/* line 1341, app/assets/stylesheets/availabilities.scss */
#availability-type-overlappable-types .select2.select2-container {
  width: 100% !important;
}

/* line 1349, app/assets/stylesheets/availabilities.scss */
#heading-general-settings a, #heading-general-settings a:hover,
#heading-admin-settings a,
#heading-admin-settings a:hover,
#heading-collaborator-settings a,
#heading-collaborator-settings a:hover {
  text-decoration: none;
  color: #333333;
}

/* line 1354, app/assets/stylesheets/availabilities.scss */
#heading-general-settings i,
#heading-admin-settings i,
#heading-collaborator-settings i {
  float: right;
}

/* line 1, app/assets/stylesheets/shared.scss */
.activities-bar:not(.vertical) {
  height: 1.3rem;
  margin-bottom: 9px;
  z-index: 4;
  display: flex;
  align-items: center;
}

/* line 8, app/assets/stylesheets/shared.scss */
.activities-bar:not(.vertical) > :first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 13, app/assets/stylesheets/shared.scss */
.activities-bar:not(.vertical) > :last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 18, app/assets/stylesheets/shared.scss */
.activities-bar:not(.vertical) > .activity {
  height: 1.3rem;
  line-height: 1.3rem;
  font-size: 9px;
  position: absolute;
  border: none;
  cursor: default;
  text-align: center;
}

/* line 29, app/assets/stylesheets/shared.scss */
.empty-activities-bar {
  display: inline-block;
  text-align: center;
}

/* line 34, app/assets/stylesheets/shared.scss */
.activities-bar.vertical {
  width: 1.3rem;
  height: 100%;
  margin-right: 1px;
  z-index: 4;
  display: flex;
  align-items: center;
}

/* line 42, app/assets/stylesheets/shared.scss */
.activities-bar.vertical > :first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 47, app/assets/stylesheets/shared.scss */
.activities-bar.vertical > :last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 52, app/assets/stylesheets/shared.scss */
.activities-bar.vertical > .activity {
  width: 1.3rem;
  font-size: 9px;
  position: absolute;
  border: none;
  cursor: default;
  text-align: center;
  writing-mode: sideways-lr;
  overflow: hidden;
}

/* line 65, app/assets/stylesheets/shared.scss */
.stylish-checkbox {
  position: absolute;
  opacity: 0;
}

/* line 69, app/assets/stylesheets/shared.scss */
.stylish-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

/* line 75, app/assets/stylesheets/shared.scss */
.stylish-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}

/* line 85, app/assets/stylesheets/shared.scss */
.stylish-checkbox:hover + label:before {
  background: #1757A6;
}

/* line 89, app/assets/stylesheets/shared.scss */
.stylish-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

/* line 93, app/assets/stylesheets/shared.scss */
.stylish-checkbox:checked + label:before {
  background: #1757A6;
}

/* line 97, app/assets/stylesheets/shared.scss */
.stylish-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

/* line 102, app/assets/stylesheets/shared.scss */
.stylish-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

/* line 107, app/assets/stylesheets/shared.scss */
.stylish-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

/* line 125, app/assets/stylesheets/shared.scss */
.sidebar {
  display: flex;
  flex-direction: column;
  width: 25%;
  min-width: 25%;
  overflow-x: auto;
}

/* line 132, app/assets/stylesheets/shared.scss */
.sidebar .body {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* line 138, app/assets/stylesheets/shared.scss */
.sidebar .footer > .actions {
  float: right;
}

/* line 146, app/assets/stylesheets/shared.scss */
.show_more [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

/* line 151, app/assets/stylesheets/shared.scss */
.show_more [type="checkbox"] ~ label {
  cursor: pointer;
  font-size: 14px;
  font-family: "Glyphicons Regular";
}

/* line 156, app/assets/stylesheets/shared.scss */
.show_more [type="checkbox"] ~ label:hover {
  color: #0e3463;
}

/* line 160, app/assets/stylesheets/shared.scss */
.show_more [type="checkbox"] ~ label::after {
  content: "\E602";
}

/* line 165, app/assets/stylesheets/shared.scss */
.show_more .show_more__panel_wrapper {
  height: 3rem;
  overflow: hidden;
}

/* line 171, app/assets/stylesheets/shared.scss */
.show_more [type="checkbox"]:checked ~ label::after {
  content: "\E601";
}

/* line 176, app/assets/stylesheets/shared.scss */
.show_more [type="checkbox"]:checked + .show_more__panel_wrapper {
  height: auto;
}

/* line 181, app/assets/stylesheets/shared.scss */
.float-right {
  float: right;
}

/* line 185, app/assets/stylesheets/shared.scss */
.text-title.grayed-out {
  color: #ddd;
}

/* line 189, app/assets/stylesheets/shared.scss */
li > a > i {
  display: contents;
}

/* line 193, app/assets/stylesheets/shared.scss */
div.hr-title {
  display: flex;
  align-items: center;
}

/* line 197, app/assets/stylesheets/shared.scss */
div.hr-title hr.side-lines {
  flex-grow: 1;
  border-bottom: .5px solid black;
}

/* line 202, app/assets/stylesheets/shared.scss */
div.hr-title span.mid-title {
  flex-grow: 0;
  margin: 0 9px;
}

/* The switch - the box around the slider */
/* line 2, app/assets/stylesheets/switch-input.scss */
.switch-input {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}

/* line 9, app/assets/stylesheets/switch-input.scss */
.switch-input input {
  display: none;
}

/* line 14, app/assets/stylesheets/switch-input.scss */
.switch-input .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 26, app/assets/stylesheets/switch-input.scss */
.switch-input .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 38, app/assets/stylesheets/switch-input.scss */
.switch-input input.default:checked + .slider {
  background-color: #444;
}

/* line 42, app/assets/stylesheets/switch-input.scss */
.switch-input input.primary:checked + .slider {
  background-color: #1757A6;
}

/* line 46, app/assets/stylesheets/switch-input.scss */
.switch-input input.success:checked + .slider {
  background-color: #5cb85c;
}

/* line 50, app/assets/stylesheets/switch-input.scss */
.switch-input input.info:checked + .slider {
  background-color: #5bc0de;
}

/* line 54, app/assets/stylesheets/switch-input.scss */
.switch-input input.warning:checked + .slider {
  background-color: #f0ad4e;
}

/* line 58, app/assets/stylesheets/switch-input.scss */
.switch-input input.danger:checked + .slider {
  background-color: #d9534f;
}

/* line 62, app/assets/stylesheets/switch-input.scss */
.switch-input input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 66, app/assets/stylesheets/switch-input.scss */
.switch-input input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* line 73, app/assets/stylesheets/switch-input.scss */
.switch-input .slider.round {
  border-radius: 17px;
}

/* line 77, app/assets/stylesheets/switch-input.scss */
.switch-input .slider.round:before {
  border-radius: 50%;
}

/* line 3, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .fc-toolbar .fc-left {
  float: right;
}

/* line 6, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .fc-toolbar .fc-right {
  float: left;
}

/* line 11, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .glyphicon-chevron-left:before {
  content: "\e080";
}

/* line 14, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .glyphicon-chevron-right:before {
  content: "\e079";
}

/* line 18, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .pull-right {
  float: left !important;
}

/* line 21, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .pull-left {
  float: right !important;
}

/* line 25, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .mdi-chevron-right:before {
  content: "\F141";
}

/* line 29, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .mdi-chevron-left:before {
  content: "\F142";
}

/* line 33, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] td.mobile,
html[dir="rtl"] .inline-edit.mobile,
html[dir="rtl"] input[type="tel"] {
  direction: ltr;
  text-align: right;
}

/* line 40, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .inline-edit {
  padding-right: 0px;
  padding-left: 30px;
}

/* line 44, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .inline-edit .pencil-area {
  right: auto;
  left: 0;
}

/* line 50, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .collections th:not(.actions) {
  text-align: right;
}

/* line 54, app/assets/stylesheets/rtl.scss */
html[dir="rtl"] .dragtable-sortable li {
  float: right;
}

/* line 8, app/assets/stylesheets/select2_readonly.scss */
select.select2-hidden-accessible[readonly] + .select2-container {
  pointer-events: none;
  touch-action: none;
}

/* line 12, app/assets/stylesheets/select2_readonly.scss */
select.select2-hidden-accessible[readonly] + .select2-container .select2-selection {
  box-shadow: none;
  background: #eee;
}

/* line 17, app/assets/stylesheets/select2_readonly.scss */
select.select2-hidden-accessible[readonly] + .select2-container .select2-selection__arrow,
select.select2-hidden-accessible[readonly] + .select2-container .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/alhokair.scss */
body.body-alhokair-with-footer {
  position: relative;
  min-height: 100vh;
}

/* line 5, app/assets/stylesheets/alhokair.scss */
body.body-alhokair-with-footer > .container {
  padding-bottom: 60px;
}

/* line 9, app/assets/stylesheets/alhokair.scss */
body.body-alhokair-with-footer .chat-box__messages {
  height: calc(100vh - 65px - 60px - 125px);
}

/* line 13, app/assets/stylesheets/alhokair.scss */
body.body-alhokair-with-footer .chat-box__new-message {
  bottom: 65px;
}

/* line 17, app/assets/stylesheets/alhokair.scss */
body.body-alhokair-with-footer #alhokair-application-footer {
  position: absolute;
  bottom: 0px;
  margin-top: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  left: 0px;
  right: 0px;
  background-color: white;
}

/* line 27, app/assets/stylesheets/alhokair.scss */
body.body-alhokair-with-footer #alhokair-application-footer .mdi {
  color: #FFFFFF;
}

/* line 31, app/assets/stylesheets/alhokair.scss */
body.body-alhokair-with-footer #alhokair-application-footer .footer-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 36, app/assets/stylesheets/alhokair.scss */
body.body-alhokair-with-footer #alhokair-application-footer .footer-grid > div > div {
  display: inline-block;
}

@media screen and (max-width: 992px) {
  /* line 46, app/assets/stylesheets/alhokair.scss */
  body.body-alhokair-with-footer #alhokair-application-footer {
    position: static;
    /* override as this will now become very big*/
  }
  /* line 49, app/assets/stylesheets/alhokair.scss */
  body.body-alhokair-with-footer #alhokair-application-footer .footer-grid {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 53, app/assets/stylesheets/alhokair.scss */
  body.body-alhokair-with-footer #alhokair-application-footer .footer-grid > div {
    display: inline-block;
    text-align: center;
    margin: 15px 0;
  }
  /* line 58, app/assets/stylesheets/alhokair.scss */
  body.body-alhokair-with-footer #alhokair-application-footer .footer-grid > div:first-child {
    margin-top: 0;
  }
  /* line 62, app/assets/stylesheets/alhokair.scss */
  body.body-alhokair-with-footer #alhokair-application-footer .footer-grid > div:last-child {
    margin-bottom: 0;
  }
  /* line 66, app/assets/stylesheets/alhokair.scss */
  body.body-alhokair-with-footer #alhokair-application-footer .footer-grid > div > div {
    display: block;
  }
}

/* line 75, app/assets/stylesheets/alhokair.scss */
.btn-alhokair {
  color: black;
  width: 30px;
  height: 30px;
  display: inline-block;
  /*border: solid 1px ;*/
  border-radius: 12px 12px 12px 12px;
  text-align: center;
  padding: 4px 6px;
  margin: 0 4px;
  font-size: 16px;
}

/* line 90, app/assets/stylesheets/alhokair.scss */
.btn-alhokair:hover {
  text-decoration: none;
  color: black;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05), -4px -4px 4px 0 rgba(0, 0, 0, 0.05), 4px -4px 4px 0 rgba(0, 0, 0, 0.05), -4px 4px 4px 0 rgba(0, 0, 0, 0.05);
}

/* line 64, app/assets/stylesheets/application-bottom.scss */
.within_selected_range .ui-state-default.ui-selectee {
  background-color: #1757A6;
  background: none;
}

/* line 69, app/assets/stylesheets/application-bottom.scss */
.navbar {
  margin-bottom: 0;
}

/* line 70, app/assets/stylesheets/application-bottom.scss */
.navbar a.btn-publish {
  color: #1757A6;
}

/* line 76, app/assets/stylesheets/application-bottom.scss */
#home_public {
  /* background image gets set in HTML */
  min-height: 730px;
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 83, app/assets/stylesheets/application-bottom.scss */
.text-warning {
  color: #f0ad4e;
}

/* line 87, app/assets/stylesheets/application-bottom.scss */
.ellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

/* line 96, app/assets/stylesheets/application-bottom.scss */
.bumblebee-wide .container-fluid {
  padding-left: 36px;
  padding-right: 36px;
}
